:root {
  --ink: #171918;
  --muted: #6e726f;
  --paper: #f4f2ed;
  --surface: #ffffff;
  --line: #d8d6d0;
  --dark: #1b201d;
  --red: #c8171e;
  --max: 1240px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: Inter, "Helvetica Neue", Arial, sans-serif; line-height: 1.6; -webkit-font-smoothing: antialiased; }
img { display: block; width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
.skip-link { position: fixed; left: 20px; top: -80px; z-index: 999; padding: 10px 16px; background: #fff; }
.skip-link:focus { top: 12px; }
.kicker { margin: 0 0 18px; color: rgba(255,255,255,.64); font-size: 11px; font-weight: 700; letter-spacing: .19em; text-transform: uppercase; }
.kicker.dark { color: #65736a; }

.intl-header { position: sticky; top: 0; z-index: 100; min-height: 76px; padding: 0 max(28px,4vw); display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 32px; background: rgba(244,242,237,.95); border-bottom: 1px solid rgba(23,25,24,.1); backdrop-filter: blur(14px); }
.intl-brand { display: inline-flex; align-items: center; gap: 12px; justify-self: start; }
.intl-brand img { width: 44px; height: 44px; border-radius: 50%; object-fit: cover; background: #fff; }
.intl-brand span { display: flex; flex-direction: column; line-height: 1; }
.intl-brand strong { font-size: 14px; letter-spacing: .12em; }
.intl-brand small { margin-top: 6px; color: var(--muted); font-size: 8px; letter-spacing: .24em; }
.intl-nav { display: flex; align-items: center; gap: clamp(22px,3vw,42px); color: #4e534f; font-size: 13px; }
.intl-nav a { padding: 8px 0; border-bottom: 1px solid transparent; }
.intl-nav a:hover { border-color: currentColor; }
.header-chat { justify-self: end; min-width: 112px; padding: 10px 18px; border: 1px solid var(--ink); text-align: center; font-size: 12px; font-weight: 700; letter-spacing: .04em; }

.intl-hero { width: min(1600px,100%); min-height: calc(100svh - 76px); margin: auto; display: grid; grid-template-columns: .8fr 1.2fr; background: #ece9e2; }
.intl-hero-copy { padding: clamp(78px,10vw,150px) clamp(34px,5.5vw,86px); display: flex; flex-direction: column; justify-content: center; }
.intl-hero-copy .kicker { color: #65736a; }
.intl-hero h1 { max-width: 690px; margin: 0; font-family: Georgia, "Times New Roman", serif; font-size: clamp(54px,6.2vw,94px); font-weight: 400; line-height: .98; letter-spacing: -.045em; }
.hero-lead { max-width: 570px; margin: 34px 0 0; color: #5d625e; font-size: 17px; line-height: 1.85; }
.hero-actions { margin-top: 38px; display: flex; flex-wrap: wrap; gap: 10px; }
.intl-button { min-height: 50px; padding: 0 24px; display: inline-flex; align-items: center; justify-content: center; border: 1px solid var(--ink); background: transparent; color: var(--ink); font-size: 13px; font-weight: 700; letter-spacing: .035em; cursor: pointer; transition: transform .2s, background .2s, color .2s; }
.intl-button:hover { transform: translateY(-2px); }
.intl-button.primary { background: var(--ink); color: #fff; }
.intl-button.secondary { background: transparent; }
.contact-line { margin: 24px 0 0; color: #777b78; font-size: 12px; }
.contact-line a { border-bottom: 1px solid #aaa; }
.intl-hero-media { position: relative; min-height: 650px; margin: 0; overflow: hidden; background: #c9cbc6; }
.intl-hero-media img { height: 100%; object-fit: cover; object-position: center; filter: saturate(.88) contrast(1.01); }
.intl-hero-media:after { content: ""; position: absolute; inset: 0; z-index: 2; background: linear-gradient(0deg,rgba(15,18,16,.28),transparent 32%,rgba(15,18,16,.06)); pointer-events: none; }
.intl-hero-media figcaption { position: absolute; left: 28px; bottom: 24px; z-index: 3; color: rgba(255,255,255,.9); font-size: 11px; letter-spacing: .12em; text-transform: uppercase; }

.proof-strip { width: min(var(--max),calc(100% - 8vw)); margin: 0 auto; padding: 34px 0; display: grid; grid-template-columns: repeat(4,1fr); border-bottom: 1px solid var(--line); }
.proof-strip div { padding: 0 28px; border-right: 1px solid var(--line); }
.proof-strip div:first-child { padding-left: 0; }
.proof-strip div:last-child { border-right: 0; }
.proof-strip strong { display: block; font-family: Georgia,serif; font-size: 25px; font-weight: 400; }
.proof-strip span { display: block; margin-top: 4px; color: var(--muted); font-size: 12px; }

.intl-section { width: min(var(--max),calc(100% - 8vw)); margin: 0 auto; padding: 126px 0; }
.section-intro { margin-bottom: 48px; display: grid; grid-template-columns: 1.15fr .85fr; gap: 9vw; align-items: end; }
.section-intro h2, .quote-copy h2, .legal-hero h1, .thanks-card h1 { margin: 0; font-family: Georgia,"Times New Roman",serif; font-size: clamp(42px,5vw,68px); font-weight: 400; line-height: 1.08; letter-spacing: -.035em; }
.section-intro > p { max-width: 480px; margin: 0; color: var(--muted); }
.section-intro.light { color: #fff; }
.section-intro.light > p { color: rgba(255,255,255,.6); }

.product-stories { border-bottom: 1px solid var(--line); }
.panel-series { border-top: 1px solid var(--line); background: #1e2320; color: #fff; }
.panel-series-copy { padding: clamp(42px,6vw,78px); display: grid; grid-template-columns: 56px minmax(0,740px); gap: clamp(28px,5vw,74px); align-items: start; }
.panel-series-copy .product-index { color: rgba(255,255,255,.5); }
.panel-series-copy .product-type { margin: 0 0 12px; color: #9bad9f; }
.panel-series h3 { max-width: 680px; margin: 0; font-family: Georgia,"Times New Roman",serif; font-size: clamp(40px,5vw,66px); font-weight: 400; line-height: 1.03; letter-spacing: -.035em; }
.panel-series-copy div > p:not(.product-type) { max-width: 690px; margin: 24px 0 0; color: rgba(255,255,255,.62); font-size: 14px; line-height: 1.85; }
.panel-options { margin-top: 30px; display: flex; flex-wrap: wrap; gap: 8px; }
.panel-options span { padding: 8px 12px; border: 1px solid rgba(255,255,255,.18); color: rgba(255,255,255,.76); font-size: 10px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.panel-gallery { padding: 10px; display: grid; grid-template-columns: 1.5fr .8fr; grid-template-rows: repeat(2,minmax(0,285px)); gap: 10px; background: #171b19; }
.panel-gallery figure { position: relative; margin: 0; overflow: hidden; background: #d9dad5; }
.panel-gallery .panel-feature { grid-row: span 2; }
.panel-gallery img { height: 100%; object-fit: cover; transition: transform .45s ease; }
.panel-gallery figure:hover img { transform: scale(1.015); }
.panel-gallery figure:after { content: ""; position: absolute; inset: 55% 0 0; background: linear-gradient(transparent,rgba(12,15,13,.58)); pointer-events: none; }
.panel-gallery figcaption { position: absolute; left: 18px; bottom: 15px; z-index: 1; color: rgba(255,255,255,.9); font-size: 10px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.product-story { min-height: 510px; display: grid; grid-template-columns: 1.15fr .85fr; border-top: 1px solid var(--line); }
.product-story.lounge { min-height: 390px; grid-template-columns: .65fr 1.35fr; }
.product-story:nth-child(even) .product-visual { order: 2; }
.product-story:nth-child(even) .product-story-copy { order: 1; }
.product-visual { position: relative; margin: 0; overflow: hidden; background: #e5e4df; }
.product-visual img { height: 100%; object-fit: cover; }
.product-story.workstations .product-visual img { object-position: center 64%; }
.product-story.executive .product-visual img { object-position: center 58%; }
.product-story.reception .product-visual img { object-position: center center; }
.product-story.lounge .product-visual img { object-position: center center; }
.product-visual figcaption { position: absolute; left: 18px; bottom: 16px; padding: 7px 10px; background: rgba(248,247,243,.9); color: #505550; font-size: 9px; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; backdrop-filter: blur(8px); }
.product-story-copy { padding: clamp(42px,6vw,84px); display: flex; flex-direction: column; justify-content: center; background: #efede7; }
.product-index { color: #7a817c; font-family: Georgia,serif; font-size: 12px; }
.product-type { margin: 52px 0 8px; color: #68736c; font-size: 10px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.product-story h3 { margin: 0 0 22px; font-family: Georgia,"Times New Roman",serif; font-size: clamp(34px,4vw,52px); font-weight: 400; line-height: 1.05; letter-spacing: -.025em; }
.product-story-copy > p:last-child { max-width: 390px; margin: 0; color: var(--muted); font-size: 14px; line-height: 1.8; }
.more-categories { padding: 28px 0; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 34px; border-bottom: 1px solid var(--line); }
.more-categories > span { color: #6d756f; font-size: 10px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.more-categories p { margin: 0; color: var(--muted); font-size: 13px; }
.more-categories a { display: inline-flex; align-items: center; gap: 18px; padding-bottom: 5px; border-bottom: 1px solid var(--ink); font-size: 12px; font-weight: 700; }
.more-categories b { font-size: 16px; font-weight: 400; }

.project-proof { background: var(--dark); color: #fff; }
.project-mosaic { display: grid; grid-template-columns: 1.4fr .8fr; grid-template-rows: repeat(2,260px); gap: 14px; }
.project-mosaic figure { position: relative; margin: 0; overflow: hidden; background: #333; }
.project-mosaic .project-feature { grid-row: span 2; }
.project-mosaic img { height: 100%; object-fit: cover; transition: transform .45s; }
.project-mosaic figure:hover img { transform: scale(1.018); }
.project-mosaic figure:after { content: ""; position: absolute; inset: 45% 0 0; background: linear-gradient(transparent,rgba(12,15,13,.72)); }
.project-mosaic figcaption { position: absolute; left: 20px; bottom: 16px; z-index: 1; font-size: 13px; }
.text-link { margin-top: 30px; display: inline-flex; align-items: center; gap: 24px; padding-bottom: 8px; border-bottom: 1px solid rgba(255,255,255,.5); font-size: 13px; }

.brief-grid { display: grid; grid-template-columns: repeat(4,1fr); border-top: 1px solid var(--line); }
.brief-grid > div { min-height: 260px; padding: 26px 28px 28px 0; border-right: 1px solid var(--line); }
.brief-grid > div + div { padding-left: 28px; }
.brief-grid > div:last-child { border-right: 0; }
.brief-grid span, .intl-process-list span { color: #708077; font-family: Georgia,serif; font-size: 12px; }
.brief-grid h3, .intl-process-list h3 { margin: 72px 0 10px; font-size: 19px; font-weight: 600; }
.brief-grid p, .intl-process-list p { margin: 0; color: var(--muted); font-size: 13px; }

.process-dark { background: #252b27; color: #fff; }
.intl-process-list { margin: 0; padding: 0; display: grid; grid-template-columns: repeat(4,1fr); list-style: none; border-top: 1px solid rgba(255,255,255,.2); }
.intl-process-list li { min-height: 260px; padding: 26px 28px 28px 0; border-right: 1px solid rgba(255,255,255,.14); }
.intl-process-list li + li { padding-left: 28px; }
.intl-process-list li:last-child { border-right: 0; }
.intl-process-list p { color: rgba(255,255,255,.58); }

.quote-section { width: min(var(--max),calc(100% - 8vw)); margin: 0 auto; padding: 126px 0; display: grid; grid-template-columns: .78fr 1.22fr; gap: 9vw; align-items: start; }
.quote-copy { position: sticky; top: 118px; }
.quote-copy > p:not(.kicker) { max-width: 460px; margin: 30px 0; color: var(--muted); }
.quote-direct { padding-top: 22px; display: flex; flex-direction: column; gap: 9px; border-top: 1px solid var(--line); font-size: 13px; }
.quote-direct span { margin-bottom: 4px; color: var(--muted); font-size: 11px; letter-spacing: .1em; text-transform: uppercase; }
.quote-direct a { width: max-content; border-bottom: 1px solid #a4a8a5; }
.quote-form { padding: 38px; background: #fff; border: 1px solid rgba(23,25,24,.1); box-shadow: 0 18px 50px rgba(35,36,33,.06); }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.quote-form > label, .field-row label { display: block; margin-bottom: 18px; color: #3f4441; font-size: 12px; font-weight: 700; }
.quote-form label > span { color: var(--red); }
.quote-form input, .quote-form select, .quote-form textarea { width: 100%; margin-top: 8px; padding: 13px 14px; border: 1px solid #cbc9c3; border-radius: 0; background: #fbfaf7; color: var(--ink); outline: none; }
.quote-form input:focus, .quote-form select:focus, .quote-form textarea:focus { border-color: #5b625e; box-shadow: 0 0 0 3px rgba(91,98,94,.1); }
.quote-form textarea { resize: vertical; }
.quote-form .consent { margin: 3px 0 22px; display: grid; grid-template-columns: 18px 1fr; gap: 10px; align-items: start; color: var(--muted); font-weight: 400; line-height: 1.55; }
.quote-form .consent input { width: 16px; height: 16px; margin: 3px 0 0; accent-color: var(--ink); }
.quote-form .consent span { color: inherit; }
.quote-form .consent a { color: var(--ink); text-decoration: underline; text-underline-offset: 2px; }
.honeypot { position: absolute; left: -9999px; }
.submit-button { width: 100%; }
.form-note { margin: 12px 0 0; color: #858985; font-size: 11px; text-align: center; }

.intl-footer { padding: 44px max(28px,4vw); display: grid; grid-template-columns: 1fr auto 1fr; align-items: end; gap: 30px; background: #171918; color: #fff; }
.footer-brand small { color: rgba(255,255,255,.48); }
.footer-contact, .footer-meta { display: flex; flex-direction: column; gap: 6px; color: rgba(255,255,255,.56); font-size: 12px; }
.footer-contact a:hover, .footer-meta a:hover { color: #fff; }
.footer-meta { align-items: flex-end; }
.mobile-contact-bar { display: none; }

.reveal { opacity: 0; transform: translateY(20px); transition: opacity .65s ease, transform .65s ease; }
.reveal.is-visible { opacity: 1; transform: none; }

.legal-page { background: #f4f2ed; }
.legal-main { width: min(900px,calc(100% - 44px)); margin: 0 auto; padding: 92px 0 120px; }
.legal-hero { padding-bottom: 42px; border-bottom: 1px solid var(--line); }
.legal-hero p:last-child { max-width: 720px; margin: 24px 0 0; color: var(--muted); }
.legal-content { padding-top: 28px; }
.legal-content section { padding: 30px 0; border-bottom: 1px solid var(--line); }
.legal-content h2 { margin: 0 0 12px; font-family: Georgia,serif; font-size: 28px; font-weight: 400; }
.legal-content p, .legal-content li { color: #5f6460; }
.legal-content ul { padding-left: 20px; }
.legal-content a { text-decoration: underline; text-underline-offset: 3px; }
.legal-updated { margin-top: 36px; color: var(--muted); font-size: 12px; }

.thanks-main { min-height: calc(100svh - 76px); padding: 72px 22px; display: grid; place-items: center; }
.thanks-card { width: min(760px,100%); padding: clamp(38px,7vw,80px); background: #fff; border: 1px solid rgba(23,25,24,.1); text-align: center; box-shadow: 0 22px 70px rgba(35,36,33,.08); }
.thanks-card p:not(.kicker) { max-width: 560px; margin: 28px auto 0; color: var(--muted); }
.thanks-actions { margin-top: 34px; display: flex; justify-content: center; flex-wrap: wrap; gap: 10px; }

@media (max-width: 980px) {
  .intl-header { grid-template-columns: 1fr auto; }
  .intl-nav { display: none; }
  .intl-hero { min-height: 0; grid-template-columns: 1fr; }
  .intl-hero-copy { padding: 86px 6vw 76px; }
  .intl-hero-media { min-height: 0; aspect-ratio: 1353 / 1163; }
  .proof-strip { grid-template-columns: repeat(2,1fr); }
  .proof-strip div { padding: 20px 24px; border-bottom: 1px solid var(--line); }
  .proof-strip div:nth-child(2) { border-right: 0; }
  .proof-strip div:nth-child(3), .proof-strip div:nth-child(4) { border-bottom: 0; }
  .proof-strip div:nth-child(3) { padding-left: 0; }
  .section-intro, .quote-section { grid-template-columns: 1fr; gap: 42px; }
  .panel-series-copy { grid-template-columns: 42px 1fr; }
  .panel-gallery { grid-template-rows: repeat(2,minmax(0,220px)); }
  .product-story { min-height: 0; grid-template-columns: 1fr; }
  .product-story.lounge { min-height: 0; grid-template-columns: 1fr; }
  .product-story:nth-child(even) .product-visual { order: 0; }
  .product-story:nth-child(even) .product-story-copy { order: 0; }
  .product-visual { aspect-ratio: 4 / 3; }
  .product-story.lounge .product-visual { aspect-ratio: 16 / 9; }
  .product-story-copy { min-height: 330px; }
  .more-categories { grid-template-columns: 1fr; gap: 12px; }
  .brief-grid, .intl-process-list { grid-template-columns: repeat(2,1fr); }
  .brief-grid > div:nth-child(2), .intl-process-list li:nth-child(2) { border-right: 0; }
  .brief-grid > div, .intl-process-list li { border-bottom: 1px solid var(--line); }
  .intl-process-list li { border-bottom-color: rgba(255,255,255,.14); }
  .brief-grid > div:nth-child(3), .intl-process-list li:nth-child(3) { padding-left: 0; }
  .quote-copy { position: static; }
  .intl-footer { grid-template-columns: 1fr 1fr; }
  .footer-meta { grid-column: 1 / -1; align-items: flex-start; flex-direction: row; flex-wrap: wrap; }
}

@media (max-width: 640px) {
  body.international-page { padding-bottom: 60px; }
  .intl-header { min-height: 68px; padding: 0 18px; }
  .intl-brand img { width: 40px; height: 40px; }
  .intl-brand strong { font-size: 12px; }
  .intl-brand small { font-size: 7px; }
  .header-chat { display: none; }
  .intl-hero-copy { padding: 66px 22px 54px; }
  .intl-hero h1 { font-size: clamp(46px,14vw,60px); }
  .hero-lead { margin-top: 24px; font-size: 15px; }
  .hero-actions { display: grid; grid-template-columns: 1fr; }
  .intl-button { width: 100%; }
  .contact-line { line-height: 1.9; }
  .intl-hero-media { min-height: 0; }
  .intl-hero-media img { object-position: center; }
  .proof-strip { width: calc(100% - 44px); grid-template-columns: 1fr; padding: 20px 0; }
  .proof-strip div, .proof-strip div:nth-child(3) { padding: 16px 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .proof-strip div:last-child { border-bottom: 0; }
  .proof-strip div { display: grid; grid-template-columns: 90px 1fr; align-items: baseline; }
  .proof-strip span { margin: 0; }
  .intl-section, .quote-section { width: calc(100% - 44px); padding: 86px 0; }
  .section-intro { margin-bottom: 32px; }
  .section-intro h2, .quote-copy h2, .legal-hero h1, .thanks-card h1 { font-size: 40px; }
  .panel-series { margin-inline: -22px; }
  .panel-series-copy { padding: 38px 22px 42px; grid-template-columns: 1fr; gap: 20px; }
  .panel-series h3 { font-size: 40px; }
  .panel-series-copy div > p:not(.product-type) { font-size: 13px; }
  .panel-options { margin-top: 24px; }
  .panel-gallery { grid-template-columns: 1fr 1fr; grid-template-rows: 280px 150px; }
  .panel-gallery .panel-feature { grid-column: 1 / -1; grid-row: auto; }
  .panel-gallery figcaption { left: 12px; bottom: 11px; font-size: 8px; letter-spacing: .08em; }
  .product-visual { aspect-ratio: 1 / 1; }
  .product-story.lounge .product-visual { aspect-ratio: 16 / 9; }
  .product-story-copy { min-height: 0; padding: 30px 0 42px; background: transparent; }
  .product-type { margin-top: 34px; }
  .product-story-copy > p:last-child { font-size: 13px; }
  .more-categories { padding: 24px 0; }
  .project-mosaic { grid-template-columns: 1fr; grid-template-rows: 340px 250px 250px; }
  .project-mosaic .project-feature { grid-row: span 1; }
  .brief-grid, .intl-process-list { grid-template-columns: 1fr; }
  .brief-grid > div, .brief-grid > div + div, .brief-grid > div:nth-child(3), .intl-process-list li, .intl-process-list li + li, .intl-process-list li:nth-child(3) { min-height: 210px; padding: 24px 0; border-right: 0; }
  .brief-grid h3, .intl-process-list h3 { margin-top: 50px; }
  .field-row { grid-template-columns: 1fr; gap: 0; }
  .quote-form { padding: 24px 20px; }
  .intl-footer { padding: 42px 22px 80px; grid-template-columns: 1fr; align-items: start; }
  .footer-contact, .footer-meta { align-items: flex-start; }
  .mobile-contact-bar { position: fixed; inset: auto 0 0; z-index: 200; height: 60px; display: grid; grid-template-columns: 1fr 1fr; background: #fff; box-shadow: 0 -8px 30px rgba(22,25,23,.14); }
  .mobile-contact-bar a { display: grid; place-items: center; border-top: 1px solid var(--ink); font-size: 13px; font-weight: 700; }
  .mobile-contact-bar a:last-child { background: var(--ink); color: #fff; }
  .legal-main { padding-top: 70px; }
  .thanks-actions { display: grid; grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .reveal { opacity: 1; transform: none; transition: none; }
}
