:root {
  --ink: #24211e;
  --muted: #6d6760;
  --soft: #a88968;
  --soft-dark: #8d6f50;
  --cream: #f6f2ec;
  --paper: #fbfaf7;
  --line: rgba(36, 33, 30, .14);
  --dark: #171615;
  --shadow: 0 22px 70px rgba(36, 33, 30, .12);
  --serif: "Cormorant Garamond", Georgia, serif;
  --sans: "Montserrat", Arial, sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: var(--sans);
  font-size: 14px;
  line-height: 1.75;
  overflow-x: hidden;
}

body.menu-open,
body.modal-open,
body.panel-open {
  overflow: hidden;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
select,
textarea {
  font: inherit;
}

button {
  cursor: pointer;
}

img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

picture {
  display: block;
  width: 100%;
  height: 100%;
}

.page {
  overflow: clip;
}

.container {
  width: min(1180px, calc(100% - 48px));
  margin-inline: auto;
}

.section {
  padding: 92px 0;
}

.eyebrow {
  color: var(--soft);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .22em;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin: 0;
}

h1,
h2 {
  font-family: var(--serif);
  font-weight: 500;
  line-height: .98;
}

h1 {
  font-size: clamp(44px, 5.4vw, 80px);
}

h2 {
  font-size: clamp(36px, 4.6vw, 58px);
}

h3 {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.lead {
  color: var(--muted);
  max-width: 560px;
}

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 100;
  background: rgba(251, 250, 247, .64);
  backdrop-filter: blur(14px);
  transition: background .45s ease, backdrop-filter .45s ease, transform .45s ease, border-color .45s ease;
  border-bottom: 1px solid rgba(168, 137, 104, .12);
}

.site-header.scrolled {
  background: rgba(246, 242, 236, .9);
  backdrop-filter: blur(18px);
  border-color: rgba(168, 137, 104, .18);
}

.site-header.compact .nav-wrap {
  min-height: 72px;
}

.site-header.compact .logo {
  transform: scale(.9);
  transform-origin: left center;
}

.nav-wrap {
  min-height: 88px;
  display: grid;
  grid-template-columns: auto 1fr auto auto;
  align-items: center;
  gap: 34px;
  transition: min-height .35s ease;
}

.logo {
  width: 136px;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  line-height: 1;
  transition: transform .35s ease;
}

.logo img {
  width: 64px;
  height: auto;
  object-fit: contain;
}

.logo span {
  display: block;
  margin-top: 4px;
  font-family: var(--sans);
  font-size: 8px;
  font-weight: 800;
  letter-spacing: .34em;
  white-space: nowrap;
}

sup {
  font-size: .55em;
  line-height: 0;
}

.nav-links {
  justify-self: end;
  display: flex;
  align-items: center;
  gap: 30px;
}

.nav-links a,
.footer a,
.link-arrow {
  position: relative;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  transition: color .3s ease;
}

.nav-links a::after,
.footer a::after,
.tab::after {
  content: "";
  position: absolute;
  left: 0;
  right: 100%;
  bottom: -8px;
  height: 1px;
  background: var(--soft);
  transition: right .3s ease;
}

.nav-links a:hover,
.nav-links a.active,
.footer a:hover,
.link-arrow:hover,
.tab.active,
.tab:hover {
  color: var(--soft-dark);
}

.nav-links a:hover::after,
.nav-links a.active::after,
.footer a:hover::after,
.tab.active::after,
.tab:hover::after {
  right: 0;
}

.btn {
  min-height: 52px;
  padding: 0 28px;
  border: 1px solid rgba(168, 137, 104, .75);
  background: transparent;
  color: var(--ink);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
  transition: transform .3s ease, background .3s ease, color .3s ease, border-color .3s ease;
}

.btn:hover {
  background: var(--soft-dark);
  border-color: var(--soft-dark);
  color: #fff;
}

.btn-filled {
  background: var(--soft);
  border-color: var(--soft);
  color: #fff;
}

.btn-filled:hover {
  background: #7f6042;
}

.btn i,
.link-arrow i {
  width: 16px;
  height: 16px;
  transition: transform .3s ease;
}

.btn:hover i,
.link-arrow:hover i,
.project-card:hover .link-arrow i,
.blog-card:hover .link-arrow i,
.service-card:hover .link-arrow i {
  transform: translateX(6px);
}

.hamburger {
  display: none;
  width: 44px;
  height: 44px;
  border: 0;
  background: transparent;
  color: var(--ink);
  position: relative;
}

.hamburger::before {
  content: "";
  width: 22px;
  height: 14px;
  background:
    linear-gradient(currentColor, currentColor) 0 0 / 100% 2px no-repeat,
    linear-gradient(currentColor, currentColor) 0 50% / 100% 2px no-repeat,
    linear-gradient(currentColor, currentColor) 0 100% / 100% 2px no-repeat;
}

.hamburger svg {
  display: none;
}

.hero {
  position: relative;
  min-height: 720px;
  display: grid;
  align-items: center;
  isolation: isolate;
}

.hero.short {
  min-height: 560px;
}

.hero::before,
.hero-media::after,
.image-vignette::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.hero::before {
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(251, 250, 247, .98) 0%, rgba(251, 250, 247, .92) 34%, rgba(251, 250, 247, .38) 62%, rgba(251, 250, 247, .06) 100%),
    linear-gradient(0deg, rgba(251, 250, 247, .22), transparent 36%);
}

.hero.dark::before {
  background: linear-gradient(90deg, rgba(12, 12, 12, .82) 0%, rgba(12, 12, 12, .58) 38%, rgba(12, 12, 12, .18) 100%);
}

.hero.dark {
  color: #fff;
}

.hero-media {
  position: absolute;
  inset: 0;
  z-index: -2;
  overflow: hidden;
}

.hero-media img {
  transform: scale(1.04);
  animation: heroZoom 7s ease forwards;
}

.hero-content {
  width: min(640px, calc(100% - 48px));
  max-width: 640px;
  margin-left: max(24px, calc((100vw - 1180px) / 2));
  margin-right: auto;
  padding-top: 70px;
}

.hero-content .lead {
  color: rgba(36, 33, 30, .76);
  font-weight: 500;
}

.hero.dark .hero-content .lead {
  color: rgba(255, 255, 255, .82);
}

.hero.dark .btn:not(.btn-filled) {
  color: #fff;
  border-color: rgba(255, 255, 255, .62);
}

.hero.dark .btn:not(.btn-filled):hover {
  border-color: var(--soft);
}

.hero-content > * {
  animation: fadeUp .8s ease both;
}

.hero-content .eyebrow {
  animation-delay: .1s;
}

.hero-content h1 {
  margin-top: 26px;
  animation-delay: .2s;
}

.hero.short .hero-content h1 {
  font-size: clamp(42px, 5vw, 74px);
}

.hero-content .lead {
  margin-top: 28px;
  animation-delay: .32s;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 34px;
  animation-delay: .44s;
}

.video-launch {
  position: absolute;
  right: 54px;
  bottom: 52px;
  z-index: 2;
  color: #fff;
  display: inline-flex;
  align-items: center;
  gap: 18px;
  border: 0;
  background: transparent;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.play-ring {
  width: 54px;
  height: 54px;
  border: 1px solid rgba(255, 255, 255, .85);
  border-radius: 50%;
  display: grid;
  place-items: center;
  transition: background .3s ease, transform .3s ease;
}

.video-launch:hover .play-ring {
  background: rgba(168, 137, 104, .86);
  transform: scale(1.04);
}

.page-index {
  color: #fff;
  position: absolute;
  left: 40px;
  top: 145px;
  bottom: 115px;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 22px;
}

.page-index button {
  border: 0;
  background: transparent;
  color: inherit;
  font-size: 12px;
  font-weight: 700;
  opacity: .7;
  transition: opacity .25s ease, color .25s ease;
}

.page-index button.active,
.page-index button:hover {
  color: #fff;
  opacity: 1;
}

.progress-rail {
  position: relative;
  width: 1px;
  flex: 1;
  background: rgba(255, 255, 255, .34);
}

.progress-fill {
  position: absolute;
  inset: 0 0 auto;
  height: var(--progress, 0%);
  background: #fff;
}

.split {
  display: grid;
  grid-template-columns: minmax(420px, .96fr) minmax(0, 1fr);
  gap: clamp(48px, 5vw, 72px);
  align-items: center;
}

.split h2 {
  max-width: 680px;
  font-size: clamp(34px, 3.7vw, 54px);
  line-height: 1.04;
}

.split .feature-grid.three {
  margin-top: 42px;
}

.image-box {
  position: relative;
  overflow: hidden;
  min-height: 420px;
  background: var(--cream);
}

.image-box img {
  transition: transform 1.1s ease;
}

.image-box:hover img,
.service-card:hover img,
.project-card:hover img,
.team-card:hover img,
.cta-band:hover img {
  transform: scale(1.055);
}

.feature-grid,
.values-grid,
.stats-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
}

.feature-grid.three {
  grid-template-columns: repeat(3, 1fr);
}

.feature-card,
.value-card,
.stat-card {
  padding: 24px;
  border-left: 1px solid var(--line);
  transition: transform .35s ease, background .35s ease, box-shadow .35s ease;
}

.feature-card:first-child,
.value-card:first-child,
.stat-card:first-child {
  border-left: 0;
}

.feature-card i,
.value-card i,
.advantage-card i {
  width: 42px;
  height: 42px;
  color: var(--soft);
  stroke-width: 1.25;
  margin-bottom: 24px;
  transition: color .3s ease, transform .3s ease;
}

.feature-card p,
.value-card p,
.advantage-card p {
  color: var(--muted);
  font-size: 12.5px;
  margin-top: 10px;
}

.feature-card .more {
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transition: max-height .45s ease, opacity .45s ease, margin .45s ease;
}

.feature-card:hover,
.value-card:hover,
.advantage-card:hover {
  transform: translateY(-6px);
  background: rgba(168, 137, 104, .08);
}

.feature-card:hover .more {
  max-height: 90px;
  opacity: 1;
  margin-top: 10px;
}

.process-home {
  background: linear-gradient(180deg, #fff 0%, var(--cream) 100%);
  min-height: 188vh;
}

.process-layout {
  display: grid;
  grid-template-columns: minmax(330px, .42fr) minmax(0, .88fr);
  gap: clamp(46px, 5vw, 72px);
  align-items: start;
}

.process-home .process-layout {
  min-height: calc(188vh - 184px);
}

.process-sticky {
  position: sticky;
  top: 120px;
}

.step-list {
  margin: 44px 0 30px;
  display: grid;
  gap: 10px;
}

.step-item {
  display: grid;
  grid-template-columns: 40px 18px 1fr;
  align-items: start;
  gap: 12px;
  border: 0;
  background: transparent;
  color: inherit;
  padding: 10px 0;
  text-align: left;
  opacity: .48;
  transition: opacity .35s ease, transform .35s ease;
}

.step-item .dot {
  width: 7px;
  height: 7px;
  margin-top: 10px;
  border-radius: 50%;
  background: var(--soft);
}

.step-item.active {
  opacity: 1;
  transform: translateX(4px);
}

.step-item.active h3 {
  color: var(--soft-dark);
}

.step-item p {
  color: var(--muted);
  font-size: 12px;
  line-height: 1.65;
  margin-top: 5px;
}

.process-visual {
  position: sticky;
  top: 120px;
}

.process-visual .image-box {
  min-height: clamp(430px, 42vw, 540px);
}

.process-image {
  opacity: 1;
  transition: opacity .32s ease, transform 1.1s ease;
}

.process-image.is-changing {
  opacity: 0;
}

.step-panel {
  margin-top: 18px;
  padding: 24px;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, .72);
  display: none;
}

.step-panel.open {
  display: block;
  animation: fadeUp .35s ease both;
}

.step-panel dl {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
  margin: 18px 0 0;
}

.step-panel dt {
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.step-panel dd {
  margin: 5px 0 0;
  color: var(--muted);
}

.section-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 38px;
}

.project-row {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(280px, 1fr);
  gap: 12px;
  overflow: hidden;
  scroll-behavior: smooth;
}

.slider-controls {
  display: flex;
  gap: 10px;
}

.icon-btn {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 1px solid rgba(168, 137, 104, .55);
  background: transparent;
  color: var(--ink);
  display: grid;
  place-items: center;
  transition: background .3s ease, color .3s ease, transform .3s ease;
}

.icon-btn:hover {
  background: var(--soft);
  color: #fff;
  transform: translateY(-2px);
}

.project-card,
.blog-card,
.service-card,
.team-card {
  min-width: 0;
  background: #fff;
  border: 1px solid var(--line);
  overflow: hidden;
  transition: box-shadow .35s ease, transform .35s ease, opacity .35s ease;
}

.project-card:hover,
.blog-card:hover,
.service-card:hover {
  box-shadow: var(--shadow);
  transform: translateY(-5px);
}

.project-media,
.blog-media,
.service-media,
.team-media {
  position: relative;
  overflow: hidden;
  aspect-ratio: 1.45 / 1;
}

.project-media::after,
.service-media::after,
.blog-media::after,
.team-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 40%, rgba(0, 0, 0, .38));
  opacity: 0;
  transition: opacity .35s ease;
}

.project-card:hover .project-media::after,
.service-card:hover .service-media::after,
.blog-card:hover .blog-media::after,
.team-card:hover .team-media::after {
  opacity: 1;
}

.tag {
  position: absolute;
  left: 22px;
  top: 18px;
  z-index: 2;
  padding: 5px 10px;
  background: rgba(36, 33, 30, .56);
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.project-info,
.blog-info,
.service-info {
  padding: 24px;
}

.project-meta,
.blog-meta {
  color: var(--muted);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.link-row {
  margin-top: 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.stats-band {
  position: relative;
  padding: 64px 0;
  overflow: hidden;
  background: #f3eee7;
}

.stats-band.dark {
  background: var(--dark);
  color: #fff;
}

.stats-band::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: linear-gradient(110deg, rgba(168, 137, 104, .12), transparent), url("assets/home-trust.jpg");
  background-size: cover;
  background-position: center;
  opacity: .14;
  transform: translateY(var(--parallax, 0));
}

.stats-band.dark::before {
  opacity: .2;
}

.stats-grid {
  position: relative;
}

.stat-card {
  text-align: center;
}

.stat-value {
  font-family: var(--serif);
  font-size: clamp(42px, 4vw, 66px);
  line-height: 1;
  transition: color .35s ease, opacity .35s ease;
}

.stat-card:hover .stat-value {
  color: var(--soft);
  opacity: .86;
}

.stat-card small {
  display: block;
  margin-top: 14px;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.stat-card .stat-note {
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  color: var(--muted);
  transition: max-height .35s ease, opacity .35s ease, margin .35s ease;
}

.stat-card:hover .stat-note {
  max-height: 70px;
  opacity: 1;
  margin-top: 10px;
}

.cta-split {
  display: grid;
  grid-template-columns: .65fr 1fr;
  min-height: 360px;
  background: var(--paper);
}

.cta-copy {
  padding: 76px max(48px, calc((100vw - 1180px) / 2));
}

.cta-copy p {
  margin: 24px 0 32px;
  color: var(--muted);
}

.cta-image {
  overflow: hidden;
}

.cta-band {
  position: relative;
  min-height: 260px;
  display: grid;
  align-items: center;
  color: #fff;
  overflow: hidden;
}

.cta-band img {
  position: absolute;
  inset: 0;
  z-index: -2;
  transition: transform 1s ease;
}

.cta-band::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: rgba(0, 0, 0, .55);
}

.cta-band .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
}

.footer {
  padding: 70px 0 36px;
  background: #fff;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.5fr repeat(4, 1fr);
  gap: 48px;
}

.footer p {
  color: var(--muted);
  max-width: 260px;
  font-size: 13px;
}

.footer h3 {
  margin-bottom: 18px;
}

.footer ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 10px;
}

.footer a {
  width: max-content;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0;
  text-transform: none;
}

.socials {
  display: flex;
  gap: 14px;
  margin-top: 24px;
}

.socials a {
  width: 30px;
  height: 30px;
  display: grid;
  place-items: center;
  transition: transform .3s ease, color .3s ease;
}

.socials a:hover {
  transform: translateY(-3px) scale(1.04);
  color: var(--soft);
}

.footer-bottom {
  margin-top: 58px;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  color: var(--muted);
  font-size: 12px;
}

.modal,
.side-panel,
.mobile-menu {
  position: fixed;
  inset: 0;
  z-index: 250;
  pointer-events: none;
  opacity: 0;
  transition: opacity .35s ease;
}

.mobile-sticky {
  display: none;
}

.modal.open,
.side-panel.open,
.mobile-menu.open {
  pointer-events: auto;
  opacity: 1;
}

.modal-backdrop,
.panel-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(16, 15, 14, .58);
  backdrop-filter: blur(8px);
}

.modal-box {
  position: relative;
  width: min(720px, calc(100% - 32px));
  max-height: calc(100vh - 56px);
  overflow: auto;
  margin: 28px auto;
  padding: 38px;
  background: var(--paper);
  box-shadow: var(--shadow);
  transform: translateY(18px);
  transition: transform .35s ease;
}

.modal.open .modal-box {
  transform: translateY(0);
}

.close {
  position: absolute;
  right: 20px;
  top: 18px;
  border: 0;
  background: transparent;
  color: var(--ink);
}

.form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-top: 28px;
}

.field {
  position: relative;
}

.field.full {
  grid-column: 1 / -1;
}

.field input,
.field textarea,
.field select,
.search-input {
  width: 100%;
  border: 1px solid rgba(36, 33, 30, .18);
  background: rgba(255, 255, 255, .72);
  color: var(--ink);
  min-height: 58px;
  padding: 20px 18px 10px;
  outline: 0;
  transition: border-color .3s ease, box-shadow .3s ease, background .3s ease;
  border-radius: 0;
}

.field textarea {
  min-height: 134px;
  resize: vertical;
}

.field label {
  position: absolute;
  left: 18px;
  top: 18px;
  color: var(--muted);
  pointer-events: none;
  transition: transform .25s ease, font-size .25s ease, color .25s ease;
}

.field input:focus,
.field textarea:focus,
.field select:focus,
.search-input:focus {
  border-color: var(--soft);
  box-shadow: 0 0 0 4px rgba(168, 137, 104, .08);
  background: #fff;
}

.field input:focus + label,
.field input:not(:placeholder-shown) + label,
.field textarea:focus + label,
.field textarea:not(:placeholder-shown) + label {
  transform: translateY(-12px);
  font-size: 10px;
  color: var(--soft-dark);
}

.form-status {
  min-height: 22px;
  color: var(--soft-dark);
  margin-top: 16px;
}

.form-submit[disabled] {
  opacity: .45;
  pointer-events: none;
}

.video-frame {
  aspect-ratio: 16 / 9;
  display: grid;
  place-items: center;
  background: #111;
  color: #fff;
  margin-top: 22px;
  position: relative;
  overflow: hidden;
}

.video-frame::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url("assets/home-hero.jpg") center / cover;
  opacity: .42;
}

.video-frame .play-ring,
.video-cta {
  position: relative;
  z-index: 2;
}

.video-cta {
  display: none;
  margin-top: 22px;
}

.video-cta.show {
  display: inline-flex;
}

.side-panel .panel-box,
.mobile-menu .menu-box {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: min(440px, 100%);
  padding: 36px;
  background: var(--paper);
  transform: translateX(100%);
  transition: transform .35s ease;
  overflow: auto;
}

.side-panel.open .panel-box,
.mobile-menu.open .menu-box {
  transform: translateX(0);
}

.tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 34px;
  margin-bottom: 34px;
}

.tab {
  position: relative;
  border: 0;
  background: transparent;
  padding: 0 0 10px;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.project-grid,
.blog-layout {
  min-width: 0;
  display: grid;
  gap: 28px;
}

.project-grid {
  grid-template-columns: repeat(3, 1fr);
}

.project-card.hidden-soft {
  opacity: 0;
  transform: scale(.98);
  pointer-events: none;
  display: none;
}

.detail-hero {
  position: relative;
  min-height: 640px;
  display: grid;
  align-items: end;
  isolation: isolate;
  color: #fff;
  overflow: hidden;
}

.detail-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(14, 13, 12, .82), rgba(14, 13, 12, .46) 48%, rgba(14, 13, 12, .12)),
    linear-gradient(0deg, rgba(14, 13, 12, .62), transparent 42%);
}

.detail-hero-media {
  position: absolute;
  inset: 0;
  z-index: -2;
}

.detail-hero-content {
  padding: 150px 0 72px;
}

.detail-hero h1 {
  max-width: 760px;
  margin-top: 20px;
  font-size: clamp(48px, 6vw, 92px);
  overflow-wrap: break-word;
}

.detail-hero .lead {
  max-width: 560px;
  margin: 26px 0 30px;
  color: rgba(255, 255, 255, .86);
}

.breadcrumb {
  margin-bottom: 32px;
  color: rgba(255, 255, 255, .72);
  font-size: 11px;
  font-weight: 600;
}

.breadcrumb a:hover {
  color: #fff;
}

.project-facts {
  background: #fff;
  border-bottom: 1px solid var(--line);
}

.fact-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
}

.fact-grid article {
  min-height: 112px;
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 14px;
  align-content: center;
  padding: 22px 20px;
  border-left: 1px solid var(--line);
}

.fact-grid article:first-child {
  border-left: 0;
}

.fact-grid i {
  width: 32px;
  height: 32px;
  color: var(--soft);
  stroke-width: 1.2;
  grid-row: span 2;
}

.fact-grid span {
  color: var(--muted);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.fact-grid strong {
  line-height: 1.35;
}

.story-grid,
.result-grid {
  display: grid;
  grid-template-columns: minmax(320px, .72fr) minmax(0, 1fr);
  gap: clamp(42px, 5vw, 72px);
  align-items: center;
}

.story-copy p:not(.eyebrow),
.detail-block-grid p,
.detail-block-grid li,
.result-grid p {
  color: var(--muted);
}

.story-copy p:not(.eyebrow) {
  margin-top: 22px;
}

.story-image {
  min-height: 420px;
  overflow: hidden;
  background: var(--cream);
}

.detail-blocks {
  background: linear-gradient(180deg, #fff, var(--cream));
}

.detail-block-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  background: var(--line);
  border: 1px solid var(--line);
}

.detail-block-grid article {
  padding: clamp(28px, 4vw, 44px);
  background: var(--paper);
}

.detail-block-grid h2 {
  margin: 14px 0 18px;
  font-size: clamp(30px, 3vw, 44px);
}

.project-detail h1,
.project-detail h2,
.project-detail h3,
.project-detail p,
.project-detail li,
.fact-grid strong {
  overflow-wrap: break-word;
}

.detail-block-grid ul {
  margin: 22px 0 0;
  padding-left: 18px;
}

.detail-block-grid li + li {
  margin-top: 8px;
}

.zora-gallery {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
}

.zora-gallery a {
  min-height: 300px;
  overflow: hidden;
  background: var(--cream);
}

.zora-gallery a:first-child,
.zora-gallery a:nth-child(4),
.zora-gallery a:nth-child(8) {
  grid-column: span 2;
}

.zora-gallery img {
  transition: transform .8s ease;
}

.zora-gallery a:hover img {
  transform: scale(1.045);
}

.result-section {
  background: #fff;
  border-top: 1px solid var(--line);
}

.result-cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1px;
  background: var(--line);
  border: 1px solid var(--line);
}

.result-cards article {
  min-height: 180px;
  padding: 28px;
  background: var(--paper);
}

.result-cards i {
  width: 38px;
  height: 38px;
  color: var(--soft);
  stroke-width: 1.2;
  margin-bottom: 22px;
}

.zora-redesign {
  background: var(--paper);
}

.zora-hero {
  position: relative;
  min-height: min(820px, 100vh);
  display: grid;
  align-items: end;
  isolation: isolate;
  color: #fff;
  overflow: hidden;
}

.zora-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(10, 9, 8, .86), rgba(10, 9, 8, .5) 42%, rgba(10, 9, 8, .12)),
    linear-gradient(0deg, rgba(10, 9, 8, .7), transparent 45%);
}

.zora-hero-bg {
  position: absolute;
  inset: 0;
  z-index: -2;
}

.zora-hero-inner {
  padding: 145px 0 54px;
}

.zora-title-block {
  width: min(760px, 100%);
  max-width: 760px;
  min-width: 0;
}

.zora-title-block h1 {
  margin-top: 18px;
  font-size: clamp(54px, 7vw, 104px);
  overflow-wrap: normal;
}

.zora-title-block > p:not(.eyebrow) {
  max-width: min(600px, 100%);
  margin-top: 26px;
  color: rgba(255, 255, 255, .86);
  font-size: 16px;
}

.zora-hero-actions {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-top: 34px;
}

.zora-hero-actions .link-arrow {
  color: #fff;
}

.zora-hero-facts {
  width: min(860px, 100%);
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-top: 72px;
  border-top: 1px solid rgba(255, 255, 255, .24);
  border-bottom: 1px solid rgba(255, 255, 255, .18);
  background: rgba(14, 13, 12, .24);
  backdrop-filter: blur(10px);
}

.zora-hero-facts span {
  padding: 18px 22px;
  border-left: 1px solid rgba(255, 255, 255, .18);
  font-weight: 700;
}

.zora-hero-facts span:first-child {
  border-left: 0;
}

.zora-hero-facts small {
  display: block;
  margin-bottom: 7px;
  color: rgba(255, 255, 255, .62);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.zora-strip {
  padding: 64px 0 76px;
  background: #fff;
  border-bottom: 1px solid var(--line);
  overflow: hidden;
}

.zora-strip-head {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  align-items: end;
  margin-bottom: 30px;
}

.zora-strip-head h2 {
  font-size: clamp(34px, 4vw, 54px);
}

.zora-carousel-viewport {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}

.zora-carousel-viewport::-webkit-scrollbar {
  display: none;
}

.zora-carousel-track {
  width: max-content;
  display: flex;
  gap: 14px;
  padding-inline: max(24px, calc((100vw - 1180px) / 2));
  animation: zoraDrift 48s linear infinite;
}

.zora-carousel-viewport:hover .zora-carousel-track,
.zora-carousel-viewport.is-manual .zora-carousel-track {
  animation-play-state: paused;
}

.zora-carousel-track button {
  width: min(420px, 76vw);
  aspect-ratio: 4 / 5;
  border: 0;
  padding: 0;
  background: var(--cream);
  overflow: hidden;
}

.zora-carousel-track img {
  transition: transform .8s ease, filter .5s ease;
}

.zora-carousel-track button:hover img {
  transform: scale(1.045);
  filter: saturate(1.04);
}

@keyframes zoraDrift {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-38%);
  }
}

.zora-editorial {
  display: grid;
  grid-template-columns: minmax(300px, .62fr) minmax(0, 1fr);
  gap: clamp(44px, 6vw, 96px);
  align-items: start;
}

.zora-editorial aside {
  position: sticky;
  top: 120px;
}

.zora-editorial h2,
.zora-split-story h2 {
  font-size: clamp(42px, 5vw, 70px);
}

.zora-copy {
  max-width: 720px;
  color: var(--muted);
  font-size: 16px;
}

.zora-copy p + p {
  margin-top: 24px;
}

.zora-focus {
  padding: 0 0 88px;
}

.zora-focus-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  background: var(--line);
  border: 1px solid var(--line);
}

.zora-focus-grid article {
  min-height: 320px;
  padding: 34px;
  background: #fff;
}

.zora-focus-grid span {
  color: var(--soft);
  font-family: var(--serif);
  font-size: 34px;
}

.zora-focus-grid h3 {
  margin-top: 28px;
}

.zora-focus-grid p {
  margin-top: 18px;
  color: var(--muted);
}

.zora-split-story {
  background: linear-gradient(180deg, var(--cream), #fff);
}

.zora-split-story .container {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(320px, .7fr);
  gap: clamp(36px, 5vw, 70px);
  align-items: center;
}

.zora-split-story picture {
  min-height: 440px;
  overflow: hidden;
}

.zora-split-story p:not(.eyebrow) {
  margin: 22px 0 30px;
  color: var(--muted);
}

.related-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.zora-lightbox {
  position: fixed;
  inset: 0;
  z-index: 320;
  display: none;
  place-items: center;
  padding: 28px;
  background: rgba(12, 11, 10, .86);
  backdrop-filter: blur(10px);
}

.zora-lightbox.open {
  display: grid;
}

.zora-lightbox img {
  width: auto;
  height: auto;
  max-width: min(1120px, 94vw);
  max-height: 88vh;
  object-fit: contain;
  box-shadow: 0 30px 90px rgba(0, 0, 0, .45);
}

.zora-lightbox .close {
  color: #fff;
}

.cta-card {
  min-height: 100%;
  padding: 44px;
  display: grid;
  place-items: center;
  text-align: center;
  background: linear-gradient(135deg, rgba(168, 137, 104, .18), rgba(168, 137, 104, .05));
}

.sort-wrap {
  position: relative;
}

.sort-menu {
  position: absolute;
  right: 0;
  top: calc(100% + 8px);
  width: 220px;
  background: #fff;
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
  padding: 8px;
  display: none;
  z-index: 5;
}

.sort-menu.open {
  display: grid;
}

.sort-menu button {
  border: 0;
  background: transparent;
  text-align: left;
  padding: 12px;
  color: var(--muted);
}

.sort-menu button:hover {
  background: var(--cream);
  color: var(--soft-dark);
}

.service-showcase {
  display: grid;
  grid-template-columns: .72fr repeat(3, 1fr);
  gap: 18px;
  align-items: end;
}

.service-card {
  min-width: 0;
}

.icon-tile {
  width: 68px;
  height: 68px;
  display: grid;
  place-items: center;
  border: 1px solid var(--line);
  background: #fff;
  color: var(--soft);
  margin-top: -48px;
  position: relative;
  z-index: 2;
  transition: background .3s ease, color .3s ease;
}

.service-card:hover .icon-tile {
  background: var(--soft);
  color: #fff;
}

.detail-columns {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 48px;
}

.accordion-list {
  margin-top: 22px;
  display: grid;
}

.acc-item {
  border-bottom: 1px solid var(--line);
}

.acc-trigger {
  width: 100%;
  border: 0;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 0;
  text-align: left;
  color: var(--ink);
  transition: background .3s ease, color .3s ease, padding .3s ease;
}

.acc-trigger:hover {
  color: var(--soft-dark);
  padding-left: 10px;
}

.acc-panel {
  max-height: 0;
  overflow: hidden;
  color: var(--muted);
  transition: max-height .35s ease, padding .35s ease;
}

.acc-item.open .acc-panel {
  max-height: 120px;
  padding-bottom: 16px;
}

.timeline-horizontal {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  align-items: start;
}

.timeline-node {
  position: relative;
  padding: 0 22px;
  opacity: .48;
  transition: opacity .35s ease;
}

.timeline-node::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 42px;
  height: 1px;
  background: var(--line);
}

.timeline-node::after {
  content: "";
  position: absolute;
  left: 0;
  top: 42px;
  width: 0;
  height: 1px;
  background: var(--soft);
  transition: width .55s ease;
}

.timeline-node.active {
  opacity: 1;
}

.timeline-node.active::after {
  width: 100%;
}

.timeline-node .num {
  font-family: var(--serif);
  font-size: 38px;
  color: var(--soft-dark);
  display: block;
  margin-bottom: 42px;
  transition: transform .35s ease;
}

.timeline-node.active .num {
  transform: scale(1.12);
}

.advantages {
  margin-top: -44px;
  position: relative;
  z-index: 4;
}

.advantage-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  background: rgba(246, 242, 236, .98);
  box-shadow: 0 18px 60px rgba(36, 33, 30, .08);
}

.advantage-card {
  padding: 26px;
  border-left: 1px solid var(--line);
  transition: background .35s ease, transform .35s ease;
}

.process-page-grid {
  display: grid;
  grid-template-columns: minmax(0, .92fr) minmax(380px, .9fr);
  gap: clamp(44px, 5vw, 70px);
  position: relative;
}

.process-page-grid::before {
  content: "";
  position: absolute;
  left: calc(50% - 20px);
  top: 0;
  bottom: 0;
  width: 1px;
  background: var(--line);
}

.process-stage {
  min-height: 260px;
  padding: 30px 0;
  border-bottom: 1px solid var(--line);
  display: grid;
  grid-template-columns: 72px 1fr;
  gap: 28px;
  opacity: .56;
  transition: opacity .35s ease, transform .35s ease;
}

.process-stage .num {
  font-family: var(--serif);
  font-size: 54px;
  color: var(--soft);
}

.process-stage.active {
  opacity: 1;
  transform: translateX(4px);
}

.stage-image {
  position: relative;
  display: block;
  width: 100%;
  min-height: 250px;
  padding: 0;
  border: 0;
  overflow: hidden;
  margin: 30px 0;
  background: var(--cream);
}

.stage-image::after {
  content: attr(data-label);
  position: absolute;
  left: 24px;
  right: 24px;
  bottom: 22px;
  color: #fff;
  opacity: 0;
  transition: opacity .35s ease;
}

.stage-image:hover::after {
  opacity: 1;
}

.stage-image img {
  transition: transform 1s ease, filter .35s ease;
}

.stage-image:hover img {
  transform: scale(1.03);
  filter: brightness(.72);
}

.blog-layout {
  grid-template-columns: minmax(0, 1fr) 300px;
  align-items: start;
}

.blog-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 26px;
  min-width: 0;
}

.blog-card h3 {
  font-family: var(--serif);
  font-size: 25px;
  line-height: 1.15;
  font-weight: 500;
  letter-spacing: 0;
  text-transform: none;
  transition: color .3s ease;
}

.blog-card:hover h3 {
  color: var(--soft-dark);
}

.sidebar {
  display: grid;
  gap: 28px;
  position: sticky;
  top: 112px;
}

.side-box {
  border: 1px solid var(--line);
  padding: 28px;
  background: #fff;
}

.popular-item {
  display: grid;
  grid-template-columns: 70px 1fr;
  gap: 14px;
  margin-top: 18px;
}

.popular-item img {
  aspect-ratio: 1;
}

.category-row {
  display: flex;
  justify-content: space-between;
  border: 0;
  background: transparent;
  width: 100%;
  padding: 10px 0;
  color: var(--muted);
}

.pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-top: 42px;
}

.page-btn {
  width: 38px;
  height: 38px;
  border: 1px solid var(--line);
  background: #fff;
}

.page-btn.active,
.page-btn:hover {
  background: var(--soft);
  color: #fff;
}

.contact-layout {
  display: grid;
  grid-template-columns: 260px minmax(0, 1fr) 380px;
  gap: 48px;
  align-items: start;
}

.contact-list {
  display: grid;
  gap: 26px;
}

.contact-item {
  display: grid;
  grid-template-columns: 36px 1fr;
  gap: 16px;
  color: var(--muted);
}

.contact-item i {
  color: var(--soft);
  transition: transform .3s ease, color .3s ease;
}

.contact-item:hover i {
  transform: translateY(-2px);
  color: var(--soft-dark);
}

.contact-form {
  border-inline: 1px solid var(--line);
  padding-inline: 48px;
}

.contact-form .form-grid {
  grid-template-columns: 1fr 1fr;
}

.check {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  color: var(--muted);
  font-size: 12px;
  margin: 14px 0 20px;
}

.check a {
  color: var(--soft-dark);
  text-decoration: underline;
}

.map-box {
  background: #f0eee9;
}

.map {
  position: relative;
  min-height: 360px;
  background:
    linear-gradient(35deg, rgba(168, 137, 104, .10), transparent),
    url("assets/contact-map.jpg");
  background-size: cover;
  overflow: hidden;
}

.pin {
  position: absolute;
  left: 52%;
  top: 42%;
  width: 46px;
  height: 46px;
  border: 0;
  border-radius: 50% 50% 50% 0;
  background: var(--soft);
  transform: rotate(-45deg);
}

.pin::after {
  content: "";
  position: absolute;
  inset: 15px;
  border-radius: 50%;
  background: #fff;
}

.pin-card {
  position: absolute;
  left: 50%;
  top: 28%;
  transform: translateX(-50%) translateY(8px);
  width: 220px;
  padding: 16px;
  background: #fff;
  box-shadow: var(--shadow);
  opacity: 0;
  transition: opacity .3s ease, transform .3s ease;
}

.pin:hover + .pin-card,
.pin-card:hover {
  opacity: 1;
  transform: translateX(-50%) translateY(0);
}

.map-copy {
  padding: 34px;
}

.reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity .7s ease, transform .7s ease;
}

.reveal.visible {
  opacity: 1;
  transform: translateY(0);
}

.highlight {
  animation: highlight 1.3s ease;
}

@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(24px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes heroZoom {
  from {
    transform: scale(1.08);
  }
  to {
    transform: scale(1.02);
  }
}

@keyframes highlight {
  0%, 100% {
    box-shadow: none;
  }
  35% {
    box-shadow: 0 0 0 8px rgba(168, 137, 104, .15);
  }
}

@media (max-width: 1040px) {
  .nav-links {
    display: none;
  }

  .hamburger {
    display: grid;
    place-items: center;
  }

  .nav-wrap {
    grid-template-columns: auto 1fr auto auto;
    gap: 18px;
    min-height: 78px;
  }

  .page-index,
  .video-launch {
    display: none;
  }

  .split,
  .process-layout,
  .process-page-grid,
  .contact-layout,
  .blog-layout,
  .service-showcase,
  .cta-split,
  .story-grid,
  .result-grid,
  .zora-editorial,
  .zora-split-story .container {
    grid-template-columns: 1fr;
  }

  .process-page-grid::before {
    display: none;
  }

  .process-visual,
  .process-sticky,
  .sidebar {
    position: static;
  }

  .process-home,
  .process-home .process-layout {
    min-height: auto;
  }

  .process-sticky {
    display: grid;
    gap: 20px;
  }

  .process-visual {
    order: -1;
  }

  .process-visual .image-box {
    min-height: clamp(300px, 52vw, 440px);
  }

  .project-grid,
  .blog-grid,
  .feature-grid,
  .feature-grid.three,
  .values-grid,
  .stats-grid,
  .advantage-grid,
  .detail-columns,
  .timeline-horizontal,
  .fact-grid,
  .zora-gallery,
  .zora-focus-grid,
  .related-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .zora-editorial aside {
    position: static;
  }

  .contact-form {
    border: 0;
    padding: 0;
  }

  .footer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 38px;
  }

  .footer-grid > div:first-child {
    grid-column: 1 / -1;
  }

  .footer p {
    max-width: 420px;
  }

  .project-row {
    overflow-x: auto;
    grid-auto-columns: minmax(280px, 44vw);
    padding-bottom: 8px;
    scroll-snap-type: x proximity;
    -webkit-overflow-scrolling: touch;
  }

  .project-row .project-card,
  .project-row .team-card {
    scroll-snap-align: start;
  }

  .section-head {
    align-items: flex-start;
  }
}

@media (max-width: 680px) {
  .container {
    width: min(1180px, calc(100% - 28px));
  }

  body {
    font-size: 13px;
    line-height: 1.7;
  }

  h1 {
    font-size: clamp(38px, 12vw, 52px);
    line-height: 1.02;
  }

  h2 {
    font-size: clamp(32px, 10vw, 44px);
    line-height: 1.04;
  }

  h3 {
    font-size: 13px;
  }

  .site-header {
    background: rgba(251, 250, 247, .92);
    backdrop-filter: blur(16px);
  }

  .nav-wrap {
    min-height: 68px;
    grid-template-columns: auto 1fr auto;
    gap: 12px;
  }

  .site-header .btn {
    display: none;
  }

  .logo {
    width: 116px;
    align-items: center;
  }

  .logo img {
    width: 72px;
  }

  .logo span {
    width: 72px;
    font-size: 6px;
    letter-spacing: .14em;
    text-align: justify;
    text-align-last: justify;
    margin-top: 3px;
  }

  .hamburger {
    justify-self: end;
    width: 42px;
    height: 42px;
  }

  .hero,
  .hero.short {
    min-height: auto;
    padding: 128px 0 74px;
    align-items: end;
  }

  .hero::before {
    background:
      linear-gradient(90deg, rgba(251, 250, 247, .98), rgba(251, 250, 247, .86)),
      linear-gradient(0deg, rgba(251, 250, 247, .96), rgba(251, 250, 247, .34));
  }

  .hero.dark::before {
    background: linear-gradient(0deg, rgba(10, 10, 10, .74), rgba(10, 10, 10, .42));
  }

  .hero-media img {
    transform: none;
    animation: none;
  }

  .hero-content {
    width: min(640px, calc(100% - 28px));
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
  }

  .hero.short .hero-content h1 {
    font-size: clamp(38px, 12vw, 52px);
  }

  .hero-content h1 {
    margin-top: 18px;
  }

  .hero-content .lead {
    margin-top: 20px;
    font-size: 13.5px;
    max-width: 100%;
  }

  .hero-actions {
    flex-direction: column;
    align-items: stretch;
    gap: 12px;
    margin-top: 26px;
  }

  .hero-actions .btn {
    width: 100%;
  }

  .btn {
    width: 100%;
    min-height: 50px;
    padding: 0 20px;
  }

  .link-arrow {
    display: inline-flex;
    align-items: center;
    gap: 10px;
  }

  .section {
    padding: 58px 0;
  }

  .split {
    gap: 28px;
  }

  .split h2 {
    font-size: clamp(32px, 9vw, 44px);
  }

  .image-box {
    min-height: 300px;
  }

  .feature-card,
  .value-card,
  .stat-card,
  .advantage-card,
  .project-info,
  .blog-info,
  .service-info,
  .side-box {
    padding: 22px;
  }

  .project-grid,
  .blog-grid,
  .feature-grid,
  .feature-grid.three,
  .values-grid,
  .stats-grid,
  .advantage-grid,
  .detail-columns,
  .timeline-horizontal,
  .fact-grid,
  .detail-block-grid,
  .result-cards,
  .zora-gallery,
  .zora-hero-facts,
  .zora-focus-grid,
  .related-grid,
  .form-grid,
  .contact-form .form-grid {
    grid-template-columns: 1fr;
  }

  .zora-hero {
    min-height: 760px;
  }

  .zora-hero-inner {
    padding: 130px 0 38px;
  }

  .zora-title-block h1 {
    max-width: 9.4em;
    font-size: clamp(38px, 11vw, 49px);
    line-height: 1.04;
  }

  .zora-title-block > p:not(.eyebrow) {
    max-width: 31ch;
    font-size: 13px;
    line-height: 1.65;
  }

  .zora-hero-actions {
    align-items: stretch;
    flex-direction: column;
    gap: 16px;
  }

  .zora-hero-actions .btn {
    justify-content: space-between;
  }

  .zora-hero-facts {
    margin-top: 42px;
  }

  .zora-hero-facts span {
    border-left: 0;
    border-top: 1px solid rgba(255, 255, 255, .16);
    padding: 14px 16px;
  }

  .zora-hero-facts span:first-child {
    border-top: 0;
  }

  .zora-strip {
    padding: 46px 0 58px;
  }

  .zora-strip-head {
    align-items: start;
    flex-direction: column;
  }

  .zora-strip-head h2 {
    max-width: 10.5em;
    font-size: clamp(30px, 8.5vw, 40px);
  }

  .zora-carousel-track {
    padding-inline: 14px;
    animation-duration: 58s;
  }

  .zora-carousel-track button {
    width: 72vw;
  }

  .zora-editorial h2,
  .zora-split-story h2 {
    font-size: clamp(34px, 9vw, 44px);
  }

  .zora-copy {
    font-size: 14px;
  }

  .zora-focus {
    padding-bottom: 58px;
  }

  .zora-focus-grid article {
    min-height: 0;
    padding: 26px 22px;
  }

  .zora-split-story picture {
    min-height: 280px;
  }

  .detail-hero {
    min-height: auto;
  }

  .detail-hero::before {
    background:
      linear-gradient(0deg, rgba(14, 13, 12, .82), rgba(14, 13, 12, .42)),
      linear-gradient(90deg, rgba(14, 13, 12, .72), rgba(14, 13, 12, .2));
  }

  .detail-hero-content {
    padding: 136px 0 58px;
  }

  .detail-hero h1 {
    font-size: clamp(36px, 10.5vw, 46px);
    max-width: 100%;
  }

  .detail-hero .btn {
    width: 100%;
    justify-content: space-between;
    padding-inline: 18px;
  }

  .project-detail .story-copy h2,
  .project-detail .detail-block-grid h2,
  .project-detail .result-grid h2 {
    font-size: clamp(29px, 8vw, 34px);
    line-height: 1.08;
  }

  .breadcrumb {
    margin-bottom: 24px;
  }

  .fact-grid article {
    min-height: 96px;
    border-left: 0;
    border-top: 1px solid var(--line);
    padding-inline: 0;
  }

  .fact-grid strong {
    overflow-wrap: normal;
    word-break: normal;
  }

  .fact-grid article:first-child {
    border-top: 0;
  }

  .story-image {
    min-height: 280px;
  }

  .detail-block-grid article {
    padding: 28px 22px;
  }

  .zora-gallery a,
  .zora-gallery a:first-child,
  .zora-gallery a:nth-child(4),
  .zora-gallery a:nth-child(8) {
    grid-column: auto;
    min-height: 340px;
  }

  .feature-grid,
  .feature-grid.three,
  .values-grid,
  .stats-grid,
  .advantage-grid {
    gap: 12px;
  }

  .feature-card,
  .value-card,
  .stat-card,
  .advantage-card {
    border-left: 0;
    border-top: 1px solid var(--line);
  }

  .section-head,
  .cta-band .container {
    align-items: start;
    flex-direction: column;
  }

  .section-head {
    display: flex;
    gap: 18px;
    margin-bottom: 28px;
  }

  .section-head > div[style] {
    width: 100%;
    flex-wrap: wrap;
  }

  .section-head .sort-wrap {
    flex: 1 1 160px;
  }

  .section-head .sort-wrap + .btn {
    flex: 1 1 150px;
  }

  .tabs {
    width: 100%;
    overflow-x: auto;
    flex-wrap: nowrap;
    gap: 22px;
    padding-bottom: 8px;
    margin-bottom: 24px;
    -webkit-overflow-scrolling: touch;
  }

  .tab {
    flex: 0 0 auto;
    white-space: nowrap;
  }

  .project-row {
    grid-auto-columns: minmax(260px, 86vw);
    gap: 14px;
    margin-inline: 0;
    padding-inline: 0;
  }

  .blog-layout > *,
  .blog-grid,
  .blog-card,
  .blog-info,
  .project-card,
  .project-info,
  .link-row {
    min-width: 0;
  }

  .blog-grid,
  .project-grid {
    width: 100%;
  }

  .blog-card h3,
  .blog-card p,
  .project-card h3,
  .project-card p,
  .link-row {
    overflow-wrap: anywhere;
  }

  .hero-content .feature-grid {
    display: flex;
    overflow-x: auto;
    gap: 12px;
    margin-top: 28px !important;
    padding-bottom: 6px;
    scroll-snap-type: x proximity;
  }

  .hero-content .feature-card {
    flex: 0 0 76%;
    background: rgba(251, 250, 247, .88);
    scroll-snap-align: start;
  }

  .hero.dark .hero-content .feature-card {
    background: rgba(18, 17, 16, .62);
    border-color: rgba(255, 255, 255, .18);
  }

  .slider-controls {
    display: none;
  }

  .project-media,
  .blog-media,
  .service-media,
  .team-media {
    aspect-ratio: 1.2 / 1;
  }

  .stats-band {
    padding: 46px 0;
  }

  .stat-card .stat-note {
    max-height: none;
    opacity: 1;
    margin-top: 10px;
  }

  .cta-split {
    min-height: 0;
  }

  .cta-copy {
    padding: 58px 14px;
  }

  .cta-image {
    min-height: 260px;
  }

  .cta-band {
    min-height: 300px;
    padding: 48px 0;
  }

  .footer {
    padding: 56px 0 96px;
  }

  .footer-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .footer a {
    width: fit-content;
  }

  .footer-bottom {
    margin-top: 38px;
    flex-direction: column;
  }

  .modal-box {
    width: calc(100% - 20px);
    max-height: calc(100dvh - 20px);
    margin: 10px auto;
    padding: 30px 18px 22px;
  }

  .modal-box h2,
  .panel-box h2 {
    padding-right: 34px;
  }

  .side-panel .panel-box,
  .mobile-menu .menu-box {
    width: 100%;
    padding: 30px 22px 86px;
  }

  .mobile-menu .menu-box {
    display: flex;
    flex-direction: column;
  }

  .mobile-menu .footer {
    padding: 48px 0 24px !important;
  }

  .mobile-menu .footer ul {
    gap: 16px;
  }

  .mobile-menu .footer a {
    font-size: 18px;
    color: var(--ink);
  }

  .form-grid {
    gap: 12px;
  }

  .field input,
  .field textarea,
  .field select,
  .search-input {
    min-height: 54px;
    padding-inline: 14px;
  }

  .field label {
    left: 14px;
  }

  .service-showcase > div:first-child {
    margin-bottom: 6px;
  }

  .detail-columns {
    gap: 32px;
  }

  .timeline-horizontal {
    gap: 22px;
  }

  .timeline-node {
    padding: 0 0 0 22px;
    border-left: 1px solid var(--line);
  }

  .timeline-node::before,
  .timeline-node::after {
    left: -1px;
    right: auto;
    top: 0;
    width: 1px;
    height: 0;
  }

  .timeline-node.active::after {
    width: 1px;
    height: 100%;
  }

  .timeline-node .num {
    margin-bottom: 14px;
  }

  .timeline-node.active .num {
    transform: none;
  }

  .advantages {
    margin-top: 0;
    padding: 0 0 18px;
    background: var(--paper);
  }

  .advantage-grid {
    display: flex;
    overflow-x: auto;
    gap: 12px;
    background: transparent;
    box-shadow: none;
    padding-block: 12px;
    scroll-snap-type: x proximity;
  }

  .advantage-card {
    flex: 0 0 78%;
    background: rgba(246, 242, 236, .98);
    scroll-snap-align: start;
  }

  .process-page-grid {
    gap: 28px;
  }

  .process-stage {
    min-height: 0;
    grid-template-columns: 52px 1fr;
    gap: 16px;
    padding: 24px 0;
    opacity: 1;
  }

  .process-stage .num {
    font-size: 40px;
  }

  .stage-image {
    min-height: 220px;
    margin: 16px 0;
  }

  .blog-layout {
    gap: 36px;
  }

  .sidebar {
    gap: 18px;
  }

  .side-box form,
  #newsletterForm > div {
    align-items: stretch;
  }

  .side-box .btn,
  #newsletterForm .btn {
    width: auto;
    flex: 0 0 58px;
  }

  .popular-item {
    grid-template-columns: 76px 1fr;
  }

  .contact-layout {
    gap: 34px;
  }

  .contact-list {
    gap: 20px;
  }

  .map {
    min-height: 280px;
  }

  .map-copy {
    padding: 24px;
  }

  .mobile-sticky {
    position: fixed;
    left: 14px;
    right: 14px;
    bottom: 14px;
    z-index: 120;
    display: flex;
    gap: 10px;
  }

  .mobile-sticky .btn {
    flex: 1;
    width: auto;
    min-height: 48px;
    padding: 0 14px;
  }
}

@media (max-width: 390px) {
  .container {
    width: min(1180px, calc(100% - 22px));
  }

  .hero-content {
    width: min(640px, calc(100% - 22px));
  }

  .btn {
    font-size: 10px;
    letter-spacing: .06em;
  }

  .project-row {
    grid-auto-columns: minmax(242px, 88vw);
  }
}
