:root {
  --ink: #10100f;
  --paper: #f0eee9;
  --warm: #b18a62;
  --line: rgba(16, 16, 15, .18);
  --serif: "Cormorant Garamond", Georgia, serif;
  --sans: "Manrope", Arial, sans-serif;
}

* { box-sizing: border-box; }
html, body { width: 100%; height: 100%; margin: 0; overflow: hidden; }
body { background: var(--paper); color: var(--ink); font-family: var(--sans); }
button, input, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a, a:visited { color: inherit; }
button { color: inherit; }

.site-header {
  position: fixed; inset: 0 0 auto 0; z-index: 50; height: 92px; padding: 0 4.2vw;
  display: flex; align-items: center; justify-content: space-between; pointer-events: none;
  mix-blend-mode: difference; color: #fff;
}
.site-header > * { pointer-events: auto; }
.brand { color: inherit; text-decoration: none; display: flex; align-items: center; gap: 14px; font-size: 13px; font-weight: 600; letter-spacing: .22em; }
.brand small { display: block; margin-top: 3px; font-size: 8px; font-weight: 400; letter-spacing: .46em; opacity: .7; }
.brand-mark { width: 29px; height: 29px; position: relative; display: block; }
.brand-mark::before, .brand-mark::after, .brand-mark i { content: ""; position: absolute; inset: 1px 8px; border: 1px solid currentColor; transform: rotate(45deg); }
.brand-mark::after { transform: rotate(-45deg); }
.brand-mark i:first-child { inset: 8px 1px; }
.brand-mark i:last-child { display: none; }
.desktop-nav { display: flex; align-items: center; gap: clamp(14px, 1.8vw, 34px); }
.desktop-nav button { position: relative; padding: 8px 0; border: 0; background: transparent; color: inherit; font-size: 10px; letter-spacing: .08em; cursor: pointer; white-space: nowrap; opacity: .56; transition: opacity .25s; }
.desktop-nav button::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 2px; height: 1px; background: currentColor; transition: right .4s; }
.desktop-nav button:hover, .desktop-nav button[aria-current="page"] { opacity: 1; }
.desktop-nav button[aria-current="page"]::after { right: 0; }
.menu-toggle { display: none; border: 0; background: none; color: inherit; padding: 12px 0; font-size: 10px; letter-spacing: .18em; align-items: center; gap: 11px; }
.menu-toggle i { width: 24px; height: 1px; background: currentColor; position: relative; }
.menu-toggle i::after { content: ""; position: absolute; right: 0; top: 6px; width: 15px; height: 1px; background: currentColor; }

.viewport, .track, .panel { height: 100%; }
.track { display: flex; width: 600vw; will-change: transform; transition: transform 1s cubic-bezier(.72, 0, .18, 1); }
.panel { position: relative; width: 100vw; flex: 0 0 100vw; overflow: hidden; padding: 118px 6vw 88px; }
.panel-number { position: absolute; top: 122px; right: 4.2vw; z-index: 5; font-size: 10px; letter-spacing: .24em; opacity: .58; }
.panel-number.light { color: #fff; opacity: .75; }
.eyebrow { margin: 0 0 22px; font-size: 10px; letter-spacing: .25em; font-weight: 600; }
.eyebrow.light { color: rgba(255,255,255,.75); }
h1, h2 { margin: 0; font-family: var(--serif); font-weight: 400; letter-spacing: -.045em; line-height: .86; }
h1 { font-size: clamp(58px, 6.6vw, 126px); }
h2 { font-size: clamp(54px, 6vw, 112px); }
h1 em, h2 em { color: var(--warm); font-weight: 400; }
p { line-height: 1.75; }

.panel-about { display: grid; grid-template-columns: 52% 48%; align-items: center; background: var(--paper); }
.about-copy { position: relative; z-index: 4; width: 112%; padding-left: 1vw; }
.about-copy .lead { max-width: 520px; margin: 34px 0 28px; font-size: 13px; color: rgba(16,16,15,.66); }
.text-link { border: 0; border-bottom: 1px solid var(--ink); padding: 0 0 8px; background: none; font-size: 10px; letter-spacing: .14em; text-transform: uppercase; cursor: pointer; }
.text-link span { margin-left: 18px; }
.about-visual { position: absolute; inset: 0 0 0 59%; margin: 0; overflow: hidden; }
.about-visual::before { content: ""; position: absolute; inset: 0; z-index: 2; background: linear-gradient(90deg, var(--paper) 0, transparent 24%); }
.about-visual img { width: 100%; height: 100%; object-fit: cover; filter: grayscale(1) contrast(1.08); }
.about-visual figcaption { position: absolute; left: 10%; bottom: 88px; z-index: 3; color: #fff; font-size: 9px; letter-spacing: .18em; text-transform: uppercase; }
.about-visual figcaption span { display: inline-grid; place-items: center; width: 34px; height: 34px; margin-right: 12px; border: 1px solid rgba(255,255,255,.55); border-radius: 50%; }
.geometry-ring { position: absolute; z-index: 2; left: 43%; top: 28%; width: 22vw; aspect-ratio: 1; border: 1px solid rgba(177,138,98,.55); border-radius: 50%; }
.geometry-ring::before, .geometry-ring::after { content: ""; position: absolute; background: rgba(177,138,98,.4); }
.geometry-ring::before { width: 145%; height: 1px; top: 50%; left: -22.5%; transform: rotate(-38deg); }
.geometry-ring::after { width: 1px; height: 145%; left: 50%; top: -22.5%; }
.vertical-word { position: absolute; z-index: 3; left: 2vw; bottom: 10vh; margin: 0; transform: rotate(-90deg); transform-origin: left bottom; font-size: 8px; letter-spacing: .55em; opacity: .38; }

.panel-project { background: #151513; color: #f2efe9; display: grid; grid-template-columns: 40% 1fr; align-items: center; gap: 9vw; }
.panel-project .panel-number { color: #fff; }
.section-intro { position: relative; z-index: 2; }
.section-intro > p:last-child { max-width: 410px; margin-top: 30px; font-size: 13px; color: rgba(255,255,255,.58); }
.project-stages { list-style: none; margin: 0; padding: 0; position: relative; z-index: 3; }
.project-stages li { display: grid; grid-template-columns: 52px 1fr; align-items: center; min-height: 105px; border-top: 1px solid rgba(255,255,255,.18); }
.project-stages li:last-child { border-bottom: 1px solid rgba(255,255,255,.18); }
.project-stages > li > span { font-family: var(--serif); color: var(--warm); font-size: 22px; }
.project-stages h3 { margin: 0 0 6px; font-family: var(--serif); font-weight: 400; font-size: 29px; }
.project-stages p { margin: 0; font-size: 11px; color: rgba(255,255,255,.52); }
.plan-lines { position: absolute; inset: 0; opacity: .12; pointer-events: none; }
.plan-lines i { position: absolute; border: 1px solid #fff; border-radius: 50%; }
.plan-lines i:nth-child(1) { width: 42vw; height: 42vw; left: -17vw; top: 20vh; }
.plan-lines i:nth-child(2) { width: 24vw; height: 24vw; left: 20vw; top: -8vw; }
.plan-lines i:nth-child(3) { width: 65vw; height: 1px; left: 5vw; bottom: 23vh; transform: rotate(-28deg); border-radius: 0; }

.panel-design { background: #e5e0d7; display: grid; grid-template-columns: 46% 54%; align-items: center; }
.design-title { align-self: center; }
.design-title h2 { position: relative; z-index: 3; }
.design-principles { display: grid; grid-template-columns: 1fr 1fr; position: relative; z-index: 2; }
.design-principles article { min-height: 185px; padding: 28px; border-left: 1px solid var(--line); border-top: 1px solid var(--line); }
.design-principles article:nth-child(3), .design-principles article:nth-child(4) { border-bottom: 1px solid var(--line); }
.design-principles span { color: var(--warm); font-family: var(--serif); font-size: 20px; }
.design-principles h3 { margin: 27px 0 8px; font-family: var(--serif); font-size: 36px; font-weight: 400; }
.design-principles p { margin: 0; max-width: 240px; color: rgba(16,16,15,.55); font-size: 11px; }
.design-orbit { position: absolute; left: 25%; top: 14%; width: 34vw; aspect-ratio: 1; border: 1px solid rgba(16,16,15,.13); border-radius: 50%; }
.design-orbit span { position: absolute; inset: 18%; border: 1px solid rgba(177,138,98,.45); border-radius: 50%; }
.design-orbit i { position: absolute; width: 6px; height: 6px; background: var(--warm); border-radius: 50%; top: 13%; left: 13%; }

.panel-excellence { background: #d8d5cf; display: grid; grid-template-columns: 43% 57%; align-items: stretch; padding: 0; }
.excellence-visual { margin: 0; overflow: hidden; }
.excellence-visual img { width: 100%; height: 100%; object-fit: cover; filter: grayscale(1); }
.excellence-copy { padding: 120px 7vw 88px; display: flex; flex-direction: column; justify-content: center; }
.excellence-copy h2 { font-size: clamp(48px, 5vw, 94px); }
.steps { margin-top: 34px; border-top: 1px solid var(--line); }
.steps button { width: 100%; border: 0; border-bottom: 1px solid var(--line); background: transparent; padding: 12px 0; display: grid; grid-template-columns: 42px 1fr auto; align-items: center; text-align: left; cursor: default; font-family: var(--serif); font-size: 22px; }
.steps button > span { color: var(--warm); font-family: var(--sans); font-size: 9px; }
.steps small { font-family: var(--sans); color: rgba(16,16,15,.5); font-size: 9px; letter-spacing: .05em; }

.panel-why { background: var(--paper); display: grid; grid-template-columns: 39% 61%; align-items: center; }
.why-heading { position: relative; z-index: 2; }
.why-heading h2 { font-size: clamp(54px, 5.5vw, 105px); }
.why-grid { position: relative; z-index: 2; display: grid; grid-template-columns: 1fr 1fr; }
.why-grid article { min-height: 210px; padding: 30px; border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.why-grid article:nth-last-child(-n+2) { border-bottom: 1px solid var(--line); }
.why-grid strong { font-size: 9px; color: var(--warm); letter-spacing: .15em; }
.why-grid h3 { margin: 30px 0 8px; font-family: var(--serif); font-weight: 400; font-size: 30px; }
.why-grid p { margin: 0; max-width: 290px; color: rgba(16,16,15,.58); font-size: 11px; }
.why-monogram { position: absolute; left: 25%; bottom: -16%; color: rgba(177,138,98,.07); font: 42vw/.8 var(--serif); }

.panel-contact { color: #fff; display: grid; grid-template-columns: 52% 40%; align-items: center; gap: 8%; }
.contact-backdrop, .contact-shade { position: absolute; inset: 0; }
.contact-backdrop img { width: 100%; height: 100%; object-fit: cover; filter: grayscale(.6) contrast(1.1); }
.contact-shade { background: linear-gradient(90deg, rgba(11,11,10,.92), rgba(11,11,10,.76) 45%, rgba(11,11,10,.48)); }
.contact-copy, .contact-form { position: relative; z-index: 2; }
.contact-copy h2 { font-size: clamp(55px, 6vw, 116px); }
.contact-details { display: flex; gap: 28px; margin-top: 42px; }
.contact-details a { color: rgba(255,255,255,.78); text-decoration: none; font-size: 11px; letter-spacing: .08em; }
.contact-form { padding: 34px; border: 1px solid rgba(255,255,255,.3); background: rgba(10,10,9,.28); backdrop-filter: blur(14px); }
.contact-form label { display: block; margin-bottom: 17px; color: rgba(255,255,255,.6); font-size: 8px; letter-spacing: .16em; text-transform: uppercase; }
.contact-form input, .contact-form textarea { display: block; width: 100%; border: 0; border-bottom: 1px solid rgba(255,255,255,.28); border-radius: 0; outline: 0; background: transparent; color: #fff; padding: 8px 0; resize: none; }
.contact-form input:focus, .contact-form textarea:focus { border-color: var(--warm); }
.contact-form button { width: 100%; margin-top: 8px; padding: 14px 18px; border: 1px solid var(--warm); background: var(--warm); color: #111; display: flex; justify-content: space-between; cursor: pointer; font-size: 9px; letter-spacing: .14em; text-transform: uppercase; }

.site-footer { position: fixed; z-index: 50; left: 4.2vw; right: 4.2vw; bottom: 25px; height: 36px; display: grid; grid-template-columns: 1fr auto auto; gap: 28px; align-items: center; mix-blend-mode: difference; color: #fff; }
.progress { width: 100%; height: 1px; background: rgba(255,255,255,.25); }
.progress i { display: block; width: 16.666%; height: 1px; background: #fff; transition: width .8s cubic-bezier(.72,0,.18,1); }
.page-label { display: flex; gap: 12px; align-items: center; min-width: 165px; font-size: 8px; letter-spacing: .17em; }
.page-label span:first-child { color: var(--warm); }
.arrows { display: flex; gap: 7px; }
.arrows button { width: 34px; height: 34px; border: 1px solid rgba(255,255,255,.45); border-radius: 50%; background: transparent; color: #fff; cursor: pointer; }
.arrows button:disabled { opacity: .25; cursor: default; }
.mobile-menu { display: none; }

.panel .eyebrow, .panel h1, .panel h2, .panel .lead, .panel .text-link, .panel article, .panel li, .panel form, .panel figure { opacity: 0; transform: translateY(26px); transition: opacity .7s .25s, transform .8s .25s; }
.panel.is-active .eyebrow, .panel.is-active h1, .panel.is-active h2, .panel.is-active .lead, .panel.is-active .text-link, .panel.is-active article, .panel.is-active li, .panel.is-active form, .panel.is-active figure { opacity: 1; transform: translateY(0); }
.panel.is-active article:nth-child(2), .panel.is-active li:nth-child(2) { transition-delay: .34s; }
.panel.is-active article:nth-child(3), .panel.is-active li:nth-child(3) { transition-delay: .43s; }
.panel.is-active article:nth-child(4), .panel.is-active li:nth-child(4) { transition-delay: .52s; }

@media (max-width: 1050px) {
  .desktop-nav { display: none; }
  .menu-toggle { display: flex; }
  .mobile-menu { position: fixed; z-index: 45; inset: 0; padding: 120px 8vw 80px; background: #111; color: #fff; display: flex; flex-direction: column; justify-content: center; visibility: hidden; opacity: 0; transform: translateX(100%); transition: .65s cubic-bezier(.72,0,.18,1); }
  .mobile-menu.is-open { visibility: visible; opacity: 1; transform: translateX(0); }
  .mobile-menu p { font-size: 9px; letter-spacing: .25em; color: var(--warm); }
  .mobile-menu button { border: 0; border-bottom: 1px solid rgba(255,255,255,.16); background: none; color: #fff; padding: 13px 0; text-align: left; font-family: var(--serif); font-size: clamp(26px, 5vw, 46px); }
  .mobile-menu button span { display: inline-block; width: 42px; color: var(--warm); font: 9px var(--sans); }
  .panel { padding-left: 7vw; padding-right: 7vw; }
  .panel-about, .panel-project, .panel-design, .panel-why { grid-template-columns: 1fr 1fr; gap: 5vw; }
  .about-visual { left: 58%; }
  .excellence-copy { padding-left: 5vw; padding-right: 5vw; }
}

@media (max-width: 720px) {
  .site-header { height: 72px; padding: 0 20px; }
  .brand { font-size: 11px; }
  .panel { padding: 88px 24px 70px; }
  .panel-number { top: 86px; right: 22px; }
  .site-footer { left: 22px; right: 22px; bottom: 14px; grid-template-columns: 1fr auto; }
  .page-label { display: none; }
  h1, h2 { font-size: clamp(48px, 14vw, 72px); }
  .panel-about { display: block; }
  .about-copy { width: 100%; padding: 8vh 0 0; }
  .about-copy .lead { font-size: 11px; margin: 22px 0; max-width: 82%; }
  .about-visual { left: 48%; top: 47%; opacity: .4; }
  .geometry-ring { width: 50vw; left: 48%; top: 16%; }
  .panel-project { display: block; padding-top: 100px; }
  .section-intro h2 { font-size: 48px; }
  .section-intro > p:last-child { display: none; }
  .project-stages { margin-top: 25px; }
  .project-stages li { min-height: 82px; }
  .project-stages p { font-size: 9px; line-height: 1.4; }
  .panel-design { display: block; padding-top: 100px; }
  .design-title h2 { font-size: 50px; }
  .design-principles { margin-top: 30px; }
  .design-principles article { min-height: 126px; padding: 14px; }
  .design-principles h3 { margin: 13px 0 4px; font-size: 27px; }
  .design-principles p { font-size: 9px; line-height: 1.45; }
  .panel-excellence { grid-template-columns: 1fr; }
  .excellence-visual { position: absolute; inset: 0; opacity: .22; }
  .excellence-copy { position: relative; z-index: 2; padding: 95px 24px 62px; }
  .excellence-copy h2 { font-size: 48px; }
  .steps { margin-top: 20px; }
  .steps button { grid-template-columns: 32px 1fr; padding: 9px 0; font-size: 18px; }
  .steps small { display: none; }
  .panel-why { display: block; padding-top: 100px; }
  .why-heading h2 { font-size: 49px; }
  .why-grid { margin-top: 28px; }
  .why-grid article { min-height: 145px; padding: 14px; }
  .why-grid h3 { margin: 13px 0 5px; font-size: 22px; }
  .why-grid p { font-size: 9px; line-height: 1.45; }
  .panel-contact { display: block; padding-top: 104px; overflow-y: auto; }
  .contact-copy h2 { font-size: 52px; }
  .contact-details { margin-top: 22px; flex-direction: column; gap: 8px; }
  .contact-form { margin-top: 25px; padding: 18px; }
  .contact-form label { margin-bottom: 10px; }
}

.text-link { display: inline-block; color: inherit; text-decoration: none; border-color: currentColor; }
.design-title .text-link, .why-heading .text-link, .contact-copy .text-link, .excellence-copy > .text-link { margin-top: 28px; align-self: flex-start; }
.section-intro > p:not(.eyebrow) { max-width: 410px; margin-top: 30px; font-size: 13px; color: rgba(255,255,255,.65); }
.steps a { display: grid; grid-template-columns: 30px 1fr 18px; gap: 8px; align-items: center; text-decoration: none; padding: 13px 0; border-bottom: 1px solid var(--line); font-size: clamp(12px, 1.05vw, 16px); letter-spacing: .04em; line-height: 1.5; }
.steps a span { color: #79552f; font-size: 12px; }
.steps a:hover { color: #79552f; }
a:focus-visible, button:focus-visible { outline: 2px solid var(--warm); outline-offset: 5px; }
@media (max-width:720px) {
  .section-intro > p:not(.eyebrow) { display: none; }
  .design-title .text-link, .why-heading .text-link, .contact-copy .text-link, .excellence-copy > .text-link { margin-top: 18px; }
  .excellence-copy { padding-top: 100px; }
  .steps a { padding: 10px 0; }
}
@media (max-height:740px) and (min-width:721px) {
  .excellence-copy { padding-top: 105px; padding-bottom: 80px; }
  .excellence-copy h2 { font-size: clamp(42px,4vw,62px); }
  .excellence-copy .eyebrow { margin-bottom: 16px; }
  .steps { margin-top: 22px; }
  .steps a { padding: 9px 0; }
  .excellence-copy > .text-link { margin-top: 16px; }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; }
}
