:root {
  --ink: #0f0f0e;
  --ink-2: #17171a;
  --ivory: #f3efe7;
  --paper: #faf8f3;
  --stone: #8b8478;
  --line: #d9d2c4;
  --bronze: #9c7c4b;
  --bronze-lt: #c2a577;
  --seal-bg: var(--ivory);
  --serif: "Cormorant Garamond", "Times New Roman", serif;
  --sans: "Jost", "Helvetica Neue", Arial, sans-serif;
  --ease: cubic-bezier(.22, .61, .36, 1);
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: var(--sans); font-weight: 300; font-size: 16px; line-height: 1.7;
  color: var(--ink); background: var(--paper); -webkit-font-smoothing: antialiased;
}
body.locked { overflow: hidden; }
img { display: block; width: 100%; height: 100%; object-fit: cover; }
a { color: inherit; text-decoration: none; }
em { font-style: italic; }

.wrap { width: min(1280px, 100% - 96px); margin-inline: auto; }
.narrow { width: min(860px, 100% - 48px); }
.center { text-align: center; }

h1, h2, h3 { font-family: var(--serif); font-weight: 300; line-height: 1.02; letter-spacing: -.01em; }
h1 { font-size: clamp(3.2rem, 8.5vw, 8rem); }
h2 { font-size: clamp(2.6rem, 5.4vw, 4.8rem); margin-bottom: 2rem; }
h2 em, h1 em { color: var(--bronze); }
.dark h2 em, .contact h2 em, .hero h1 em { color: var(--bronze-lt); }
h3 { font-size: 1.9rem; }

.numeral, .kicker {
  font-size: .72rem; font-weight: 400; letter-spacing: .32em; text-transform: uppercase; color: var(--stone);
  margin-bottom: 1.6rem; display: flex; align-items: center; gap: 1rem;
}
.numeral::before, .kicker::before { content: ""; width: 36px; height: 1px; background: currentColor; }
.numeral.light { color: var(--bronze-lt); }

/* ---------- Header ---------- */
.site-header {
  position: fixed; inset: 0 0 auto; z-index: 80; color: #fff;
  transition: background .5s var(--ease), color .5s var(--ease), border-color .5s;
  border-bottom: 1px solid rgba(255,255,255,.18);
}
.site-header.solid { background: rgba(250,248,243,.92); backdrop-filter: blur(14px); color: var(--ink); border-color: var(--line); }
.header-inner { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; height: 92px; padding: 0 48px; }
.menu-btn { background: none; border: 0; color: inherit; font: inherit; display: flex; align-items: center; gap: .9rem; cursor: pointer; justify-self: start; }
.bars { width: 26px; height: 10px; position: relative; }
.bars i { position: absolute; left: 0; height: 1px; background: currentColor; transition: .4s var(--ease); }
.bars i:first-child { top: 0; width: 100%; }
.bars i:last-child { bottom: 0; width: 65%; }
.menu-btn:hover .bars i:last-child { width: 100%; }
.menu-label { font-size: .72rem; letter-spacing: .3em; text-transform: uppercase; }
.brand { display: grid; justify-items: center; line-height: 1; }
.brand-mark { width: 40px; height: 40px; color: inherit; margin-bottom: .35rem; }
.brand-word { font-family: var(--serif); font-size: 1.35rem; font-weight: 400; letter-spacing: .42em; margin-right: -.42em; }
.brand-sub { font-size: .52rem; letter-spacing: .5em; margin-right: -.5em; text-transform: uppercase; opacity: .7; margin-top: .35rem; }
.header-right { justify-self: end; display: flex; align-items: center; gap: 2.2rem; font-size: .72rem; letter-spacing: .25em; text-transform: uppercase; }
.langs { display: flex; gap: 1rem; }
.langs a { opacity: .55; transition: opacity .3s; }
.langs a.active, .langs a:hover { opacity: 1; }
.header-cta { border: 1px solid currentColor; padding: .7rem 1.4rem; transition: .35s var(--ease); }
.header-cta:hover { color: var(--ink); background: #fff; border-color: #fff; }
.site-header.solid .header-cta:hover { color: #fff; background: var(--ink); border-color: var(--ink); }

/* ---------- Menu overlay ---------- */
.menu-overlay {
  position: fixed; inset: 0; z-index: 70; background: var(--ink); color: var(--ivory);
  clip-path: inset(0 0 100% 0); transition: clip-path .8s var(--ease); padding: 130px 48px 48px;
}
.menu-overlay.open { clip-path: inset(0 0 0 0); }
.menu-open .site-header { color: var(--ivory); background: transparent; border-color: rgba(255,255,255,.12); backdrop-filter: none; }
.menu-open .bars i:first-child { transform: translateY(4.5px) rotate(20deg); }
.menu-open .bars i:last-child { width: 100%; transform: translateY(-4.5px) rotate(-20deg); }
.menu-grid { display: grid; grid-template-columns: 1.4fr 1fr; gap: 6rem; height: 100%; max-width: 1280px; margin: 0 auto; }
.menu-links { display: flex; flex-direction: column; justify-content: center; }
.menu-links a {
  font-family: var(--serif); font-size: clamp(2.2rem, 5vw, 4.2rem); font-weight: 300; line-height: 1.25;
  display: flex; align-items: baseline; gap: 1.6rem; transition: color .3s, padding .4s var(--ease);
  opacity: 0; transform: translateY(20px);
}
.menu-overlay.open .menu-links a { opacity: 1; transform: none; transition: opacity .7s var(--ease), transform .7s var(--ease), color .3s, padding .4s var(--ease); }
.menu-links a span { font-family: var(--sans); font-size: .7rem; letter-spacing: .25em; color: var(--bronze-lt); width: 2.4rem; }
.menu-links a:hover { color: var(--bronze-lt); padding-left: 1rem; }
.menu-aside { display: flex; flex-direction: column; justify-content: center; gap: 1.5rem; }
.menu-aside img { height: 55vh; filter: grayscale(.25); }
.menu-aside p { font-size: .78rem; letter-spacing: .2em; text-transform: uppercase; color: var(--stone); line-height: 2; }

/* ---------- Hero ---------- */
.hero { position: relative; height: 100vh; min-height: 640px; color: #fff; overflow: hidden; display: flex; align-items: flex-end; }
.hero-media { position: absolute; inset: 0; }
.hero-media img { animation: kenburns 18s var(--ease) forwards; transform-origin: 60% 40%; }
@keyframes kenburns { from { transform: scale(1.14); } to { transform: scale(1); } }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(10,12,16,.45) 0%, rgba(10,12,16,.05) 35%, rgba(10,12,16,.65) 100%); }
.hero-content { position: relative; z-index: 2; padding: 0 48px 150px; max-width: 1100px; }
.hero .kicker { color: rgba(255,255,255,.8); }
.hero-lead { font-size: 1.1rem; max-width: 520px; margin-top: 2rem; color: rgba(255,255,255,.85); }
.hero-foot {
  position: absolute; left: 48px; right: 48px; bottom: 36px; z-index: 2; display: flex; justify-content: space-between; align-items: center;
  font-size: .68rem; letter-spacing: .3em; text-transform: uppercase; color: rgba(255,255,255,.7);
}
.scroll-cue { width: 1px; height: 56px; background: rgba(255,255,255,.25); position: relative; overflow: hidden; }
.scroll-cue i { position: absolute; left: 0; top: -40%; width: 1px; height: 40%; background: #fff; animation: cue 2.4s var(--ease) infinite; }
@keyframes cue { to { top: 100%; } }
.fade-in { opacity: 0; transform: translateY(30px); animation: rise 1.4s var(--ease) forwards; }
.fade-in:nth-child(2) { animation-delay: .2s; }
.fade-in:nth-child(3) { animation-delay: .45s; }
@keyframes rise { to { opacity: 1; transform: none; } }

/* ---------- Tapisserie texture (hobnail grid, a nod to Swiss dial-making) ---------- */
.tapisserie {
  position: absolute; inset: 0; pointer-events: none; opacity: .5;
  background:
    linear-gradient(135deg, rgba(0,0,0,.035) 25%, transparent 25%) 0 0 / 14px 14px,
    linear-gradient(315deg, rgba(255,255,255,.6) 25%, transparent 25%) 0 0 / 14px 14px,
    repeating-linear-gradient(0deg, rgba(0,0,0,.05) 0 1px, transparent 1px 14px),
    repeating-linear-gradient(90deg, rgba(0,0,0,.05) 0 1px, transparent 1px 14px);
  -webkit-mask-image: radial-gradient(ellipse at center, #000 10%, transparent 75%);
          mask-image: radial-gradient(ellipse at center, #000 10%, transparent 75%);
}
.tapisserie.dark {
  opacity: .6;
  background:
    linear-gradient(135deg, rgba(255,255,255,.035) 25%, transparent 25%) 0 0 / 14px 14px,
    linear-gradient(315deg, rgba(0,0,0,.5) 25%, transparent 25%) 0 0 / 14px 14px,
    repeating-linear-gradient(0deg, rgba(255,255,255,.04) 0 1px, transparent 1px 14px),
    repeating-linear-gradient(90deg, rgba(255,255,255,.04) 0 1px, transparent 1px 14px);
  -webkit-mask-image: linear-gradient(180deg, #000, transparent 90%);
          mask-image: linear-gradient(180deg, #000, transparent 90%);
}

/* ---------- Manifesto ---------- */
.manifesto { position: relative; background: var(--ivory); padding: 10rem 0; overflow: hidden; }
.manifesto .wrap { position: relative; }
.seal { width: 190px; height: 190px; color: var(--ink); margin: 0 auto 3.5rem; display: block; }
.seal .rosette { transform-origin: 100px 100px; animation: spin 120s linear infinite; }
@keyframes spin { to { transform: rotate(360deg); } }
.seal-text { font-family: var(--serif); font-size: 13px; letter-spacing: 5px; fill: currentColor; }
.seal-text.small { font-family: var(--sans); font-size: 7px; letter-spacing: 3.2px; }
.statement { font-family: var(--serif); font-size: clamp(1.7rem, 3.2vw, 2.7rem); font-weight: 300; line-height: 1.3; }
.statement em { color: var(--bronze); }

/* ---------- Sections ---------- */
.section { padding: 10rem 0; position: relative; }
.dark { background: var(--ink); color: var(--ivory); }
.section-intro { margin-bottom: 5rem; }
.section-intro.row { display: flex; justify-content: space-between; align-items: flex-end; gap: 2rem; }
.section-intro.row h2 { margin-bottom: 0; }

.split { display: grid; grid-template-columns: 1fr 1fr; gap: 7rem; align-items: center; }
.split.reverse .split-media { order: 2; }
.split-media { position: relative; height: 78vh; min-height: 520px; overflow: hidden; }
.split-media.tall { height: 86vh; }
.split-media img { transition: transform 1.6s var(--ease); transform: scale(1.08); }
.split-media.visible img { transform: scale(1); }
.split-media figcaption {
  position: absolute; left: 1.4rem; bottom: 1.2rem; color: #fff; font-size: .66rem; letter-spacing: .3em; text-transform: uppercase;
  text-shadow: 0 1px 8px rgba(0,0,0,.4);
}
.split-text p:not(.numeral) { color: #4a4740; max-width: 520px; }
.split-text p + p { margin-top: 1.2rem; }

.values { margin-top: 3rem; border-top: 1px solid var(--line); }
.values div { display: grid; grid-template-columns: 150px 1fr; gap: 1rem; padding: 1.2rem 0; border-bottom: 1px solid var(--line); }
.values dt { font-family: var(--serif); font-size: 1.35rem; font-style: italic; }
.values dd { color: var(--stone); font-size: .92rem; align-self: center; }

/* Expertise list */
.services { list-style: none; border-top: 1px solid rgba(243,239,231,.18); }
.service {
  display: grid; grid-template-columns: 90px 1.1fr 1fr 40px; align-items: center; gap: 2rem;
  padding: 2.6rem 0; border-bottom: 1px solid rgba(243,239,231,.18); cursor: default; position: relative;
}
.s-num { font-size: .72rem; letter-spacing: .3em; color: var(--bronze-lt); }
.service h3 { font-size: clamp(1.9rem, 3.4vw, 3rem); transition: transform .6s var(--ease), color .4s; }
.service p { color: rgba(243,239,231,.6); font-size: .95rem; max-width: 420px; }
.s-arrow { font-size: 1.3rem; color: var(--bronze-lt); opacity: 0; transform: translateX(-12px); transition: .5s var(--ease); }
.service:hover h3 { transform: translateX(18px); font-style: italic; color: var(--bronze-lt); }
.service:hover .s-arrow { opacity: 1; transform: none; }
.hover-img {
  position: fixed; left: 0; top: 0; width: 300px; height: 380px; pointer-events: none; z-index: 5; overflow: hidden;
  opacity: 0; transform: translate(-50%, -50%) scale(.85); transition: opacity .4s var(--ease), transform .5s var(--ease);
}
.hover-img.show { opacity: 1; transform: translate(-50%, -50%) scale(1); }

/* Band */
.band { position: relative; height: 90vh; min-height: 560px; overflow: hidden; display: grid; place-items: center; color: #fff; }
.band-media { position: absolute; inset: -15% 0; }
.band-shade { position: absolute; inset: 0; background: radial-gradient(ellipse at center, rgba(10,12,16,.62) 0%, rgba(10,12,16,.35) 70%); }
.band-quote { position: relative; font-family: var(--serif); font-weight: 300; font-size: clamp(2rem, 4.4vw, 4rem); line-height: 1.15; text-align: center; padding: 0 24px; }
.band-quote em { color: #e6cf9f; }

/* Steps */
.steps { list-style: none; display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); }
.steps li { padding: 2.6rem 2rem 0 0; position: relative; }
.steps li + li { padding-left: 2rem; border-left: 1px solid var(--line); }
.step-n { font-family: var(--serif); font-size: 3.4rem; font-weight: 300; color: var(--bronze); line-height: 1; display: block; margin-bottom: 1.4rem; }
.steps h3 { font-style: italic; margin-bottom: .8rem; }
.steps p { color: var(--stone); font-size: .95rem; }

/* Savoir-faire */
.savoir { background: var(--ivory); }
.text-link {
  display: inline-flex; align-items: center; gap: 1rem; margin-top: 2.4rem;
  font-size: .72rem; letter-spacing: .3em; text-transform: uppercase; color: var(--ink);
}
.text-link::after { content: ""; width: 48px; height: 1px; background: currentColor; transition: width .5s var(--ease); }
.text-link:hover::after { width: 80px; }

/* Notes */
.notes { display: grid; grid-template-columns: repeat(3, 1fr); gap: 3rem; }
.note-img { height: 380px; overflow: hidden; margin-bottom: 1.6rem; }
.note-img img { transition: transform 1.2s var(--ease); }
.note:hover .note-img img { transform: scale(1.06); }
.note-tag { font-size: .66rem; letter-spacing: .3em; text-transform: uppercase; color: var(--bronze); }
.note h3 { font-size: 1.7rem; margin: .7rem 0 .5rem; line-height: 1.15; }
.note p { color: var(--stone); font-size: .93rem; }

/* Contact */
.contact { position: relative; color: var(--ivory); padding: 10rem 0; overflow: hidden; }
.contact-media { position: absolute; inset: 0; }
.contact-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(8,9,12,.88) 0%, rgba(8,9,12,.6) 100%); }
.contact-grid { position: relative; display: grid; grid-template-columns: 1fr 1fr; gap: 7rem; align-items: start; }
.contact-text > p:not(.numeral) { color: rgba(243,239,231,.72); max-width: 440px; }
.contact-list { margin-top: 3rem; display: grid; gap: 1.2rem; }
.contact-list dt { font-size: .64rem; letter-spacing: .3em; text-transform: uppercase; color: var(--bronze-lt); }
.contact-list dd { font-family: var(--serif); font-size: 1.35rem; }
.contact-form { display: grid; gap: 1.8rem; background: rgba(243,239,231,.04); border: 1px solid rgba(243,239,231,.15); padding: 3rem; backdrop-filter: blur(6px); }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1.8rem; }
.contact-form label { display: grid; gap: .3rem; }
.contact-form label span { font-size: .64rem; letter-spacing: .3em; text-transform: uppercase; color: rgba(243,239,231,.55); }
.contact-form input, .contact-form select, .contact-form textarea {
  font: 400 1.2rem var(--serif); color: var(--ivory); background: transparent; border: 0; border-bottom: 1px solid rgba(243,239,231,.3);
  padding: .5rem 0; outline: none; resize: vertical; transition: border-color .3s; border-radius: 0;
}
.contact-form select option { color: var(--ink); }
.contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus { border-color: var(--bronze-lt); }
.contact-form .invalid { border-color: #d98b74; }
.btn {
  justify-self: start; display: inline-flex; gap: 1rem; align-items: center; background: var(--ivory); color: var(--ink); border: 0; cursor: pointer;
  font: 400 .72rem var(--sans); letter-spacing: .3em; text-transform: uppercase; padding: 1.1rem 2.2rem; transition: .4s var(--ease);
}
.btn:hover { background: var(--bronze-lt); gap: 1.6rem; }
.form-note { font-size: .9rem; color: var(--bronze-lt); min-height: 1.4em; }

/* Footer */
.site-footer { position: relative; background: var(--ink); color: rgba(243,239,231,.6); padding: 7rem 0 2.4rem; overflow: hidden; }
.site-footer .wrap { position: relative; }
.footer-top { display: grid; grid-template-columns: 1fr 2fr; gap: 4rem; padding-bottom: 5rem; }
.footer-mark { width: 110px; height: 110px; color: var(--ivory); }
.footer-cols { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2rem; }
.footer-cols div { display: grid; align-content: start; gap: .55rem; font-size: .9rem; }
.footer-cols h4 { font-weight: 400; font-size: .64rem; letter-spacing: .3em; text-transform: uppercase; color: var(--bronze-lt); margin-bottom: .6rem; }
.footer-cols a:hover { color: var(--ivory); }
.footer-word {
  font-family: var(--serif); font-weight: 300; color: var(--ivory); line-height: .85; text-align: center;
  font-size: clamp(2.4rem, 11.2vw, 12rem); letter-spacing: .06em; margin-right: -.06em; opacity: .92; white-space: nowrap;
}
.footer-bottom {
  display: flex; justify-content: space-between; gap: 1rem; flex-wrap: wrap; margin-top: 3rem; padding-top: 1.6rem;
  border-top: 1px solid rgba(243,239,231,.12); font-size: .66rem; letter-spacing: .25em; text-transform: uppercase;
}
.footer-bottom a:hover { color: var(--ivory); }

/* Reveal */
.reveal { opacity: 0; transform: translateY(36px); transition: opacity 1.1s var(--ease), transform 1.1s var(--ease); }
.reveal.visible { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation: none !important; transition: none !important; }
  .reveal, .fade-in { opacity: 1; transform: none; }
}

/* ---------- Responsive ---------- */
@media (max-width: 1080px) {
  .split, .contact-grid, .menu-grid { grid-template-columns: 1fr; gap: 4rem; }
  .split.reverse .split-media { order: 0; }
  .split-media, .split-media.tall { height: 60vh; min-height: 380px; }
  .menu-aside { display: none; }
  .service { grid-template-columns: 60px 1fr 30px; }
  .service p { grid-column: 2; }
  .s-arrow { grid-column: 3; grid-row: 1; }
  .steps { grid-template-columns: 1fr 1fr; }
  .steps li:nth-child(3) { border-left: 0; padding-left: 0; }
  .notes { grid-template-columns: 1fr 1fr; }
  .footer-top { grid-template-columns: 1fr; }
}
@media (max-width: 720px) {
  .wrap { width: calc(100% - 32px); }
  .header-inner { padding: 0 16px; height: 70px; }
  .langs, .header-cta, .menu-label { display: none; }
  .brand-mark { width: 40px; height: 40px; margin-bottom: .3rem; }
  .brand-word { font-size: 1.05rem; letter-spacing: .32em; margin-right: -.32em; }
  .brand-sub { display: none; }
  .menu-overlay { padding: 100px 16px 32px; }
  .hero-content { padding: 0 16px 130px; }
  .hero-foot { left: 16px; right: 16px; }
  .section, .manifesto, .contact { padding: 6rem 0; }
  .section-intro.row { flex-direction: column; align-items: flex-start; }
  .steps, .notes { grid-template-columns: 1fr; }
  .steps li, .steps li + li { border-left: 0; padding: 2rem 0 0; }
  .note-img { height: 300px; }
  .values div { grid-template-columns: 1fr; gap: .2rem; }
  .field-row { grid-template-columns: 1fr; }
  .contact-form { padding: 1.6rem; }
  .footer-cols { grid-template-columns: 1fr; }
  .hover-img { display: none; }
}
@media (max-width: 1200px) and (min-width: 721px) { .langs { display: none; } }
