:root {
  --ink: #11110f;
  --ink-soft: #1b1a17;
  --paper: #eeeae2;
  --paper-light: #f8f6f1;
  --line: rgba(17, 17, 15, .16);
  --cream-line: rgba(255, 255, 255, .16);
  --bronze: #a77b55;
  --bronze-light: #d5b38f;
  --white: #fff;
  --display: "Iowan Old Style", "Palatino Linotype", "Book Antiqua", Palatino, Georgia, serif;
  --headline: "Roboto Condensed", "Arial Narrow", Arial, sans-serif;
  --sans: "Didact Gothic", Arial, sans-serif;
  --shell: min(1320px, calc(100vw - 80px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--paper-light);
  color: var(--ink);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.62;
  -webkit-font-smoothing: antialiased;
}
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }
.shell { width: var(--shell); margin-inline: auto; }
.section { padding: 165px 0; }
.section-dark { padding: 165px 0; background: var(--ink); color: var(--white); }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; left: 20px; top: -60px; z-index: 1000; background: var(--white); padding: 12px 18px; }
.skip-link:focus { top: 20px; }
.eyebrow { margin: 0 0 20px; color: var(--bronze-light); font-size: 11px; font-weight: 600; letter-spacing: .22em; text-transform: uppercase; }
.eyebrow.dark { color: #805d3f; }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { font-family: var(--headline); font-weight: 200; letter-spacing: .018em; text-transform: uppercase; text-rendering: geometricPrecision; -webkit-font-smoothing: antialiased; }
h2 { font-size: clamp(40px, 4.6vw, 70px); line-height: .98; }

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 60;
  height: 94px;
  padding: 0 40px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  color: var(--white);
  border-bottom: 1px solid rgba(255, 255, 255, .18);
  transition: background .3s, height .3s;
}
.site-header.is-scrolled { height: 76px; background: rgba(12,12,11,.88); backdrop-filter: blur(18px); }
.site-header:has(.main-nav.is-open) { background: transparent; border-color: rgba(255,255,255,.12); backdrop-filter: none; }
.brand { position: relative; z-index: 62; width: 164px; }
.brand img { width: 100%; height: auto; }
.header-context { position: relative; z-index: 62; color: rgba(255,255,255,.62); font-size: 10px; letter-spacing: .2em; text-transform: uppercase; }
.menu-toggle { position: relative; z-index: 62; justify-self: end; display: flex; align-items: center; gap: 13px; padding: 10px 0 10px 16px; border: 0; background: none; color: white; cursor: pointer; }
.menu-label { font-size: 10px; letter-spacing: .2em; text-transform: uppercase; }
.menu-lines { position: relative; display: block; width: 30px; height: 18px; }
.menu-lines i { position: absolute; right: 0; width: 30px; height: 2px; background: currentColor; border-radius: 2px; transition: top .3s, transform .3s, width .3s, opacity .2s; }
.menu-lines i:nth-child(1) { top: 1px; }
.menu-lines i:nth-child(2) { top: 8px; }
.menu-lines i:nth-child(3) { top: 15px; width: 23px; }
.menu-toggle:hover .menu-lines i:nth-child(3) { width: 30px; }
.menu-toggle[aria-expanded="true"] .menu-lines i:nth-child(1) { top: 8px; transform: rotate(45deg); }
.menu-toggle[aria-expanded="true"] .menu-lines i:nth-child(2) { opacity: 0; }
.menu-toggle[aria-expanded="true"] .menu-lines i:nth-child(3) { top: 8px; width: 30px; transform: rotate(-45deg); }

.main-nav { position: fixed; z-index: 60; inset: 0; overflow-y: auto; background: #0a0a09; color: white; opacity: 0; visibility: hidden; transition: opacity .38s ease, visibility .38s; }
.main-nav.is-open { opacity: 1; visibility: visible; }
.menu-visual { --menu-image: url("imgs/office-renovation/klc.webp"); position: absolute; inset: 0 0 0 64%; background-image: linear-gradient(90deg, #0a0a09 0%, transparent 35%), linear-gradient(0deg, rgba(10,10,9,.8), transparent 55%), var(--menu-image); background-position: center; background-size: cover; background-repeat: no-repeat; opacity: .3; transform: scale(1.03); transition: transform 1.2s cubic-bezier(.2,.7,.2,1), opacity .6s, background-image .4s; }
.main-nav.is-open .menu-visual { transform: scale(1); opacity: .4; }
.menu-layout { position: relative; z-index: 1; min-height: 100svh; padding-top: 164px; padding-bottom: 48px; display: grid; grid-template-columns: .8fr 1.2fr; grid-template-rows: 1fr auto; column-gap: 9vw; }
.menu-kicker { margin: 0 0 31px; color: var(--bronze-light); font-family: var(--sans); font-size: 10px; letter-spacing: .21em; text-transform: uppercase; }
.menu-primary, .menu-services { align-self: center; padding-bottom: 60px; }
.menu-primary > a, .menu-services > a { position: relative; display: table; font-family: var(--display); font-weight: 400; line-height: 1.08; transition: color .25s, transform .3s; }
.menu-primary > a { margin: 8px 0; font-size: clamp(31px, 3.1vw, 45px); }
.menu-primary > a span { display: inline-block; width: 38px; color: rgba(255,255,255,.32); font-family: var(--sans); font-size: 10px; letter-spacing: .1em; vertical-align: middle; }
.menu-services > a { margin: 12px 0; color: rgba(255,255,255,.75); font-size: clamp(22px, 2.05vw, 30px); }
.menu-primary > a:hover, .menu-services > a:hover { color: var(--bronze-light); transform: translateX(7px); }
.menu-services > a[aria-current="page"] { color: white; }
.menu-services > a[aria-current="page"]::after { content: ""; position: absolute; left: 0; right: 0; bottom: -4px; height: 1px; background: var(--bronze); }
.menu-contact { grid-column: 1 / -1; display: grid; grid-template-columns: .8fr .8fr 1fr; gap: 4vw; align-items: end; padding-top: 25px; border-top: 1px solid rgba(255,255,255,.14); }
.menu-contact .menu-kicker { margin-bottom: 11px; font-size: 10px; }
.menu-contact a { display: table; margin: 5px 0; color: rgba(255,255,255,.67); font-size: 14px; transition: color .25s; }
.menu-contact a:hover { color: white; }
.menu-contact > span { justify-self: end; color: rgba(255,255,255,.42); font-size: 11px; letter-spacing: .15em; text-transform: uppercase; }

.hero { position: relative; min-height: 100svh; display: flex; align-items: center; color: var(--white); overflow: hidden; }
.hero-media { position: absolute; inset: -7%; background: url("imgs/projects-seo/anakainisi-grafeion-indeavor/02.webp") center/cover no-repeat; transform: translate3d(0, var(--parallax-y, 0), 0) scale(1.05); will-change: transform; }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(8,8,7,.88) 0%, rgba(8,8,7,.58) 45%, rgba(8,8,7,.18) 76%), linear-gradient(0deg, rgba(8,8,7,.62), transparent 45%); }
.hero::after { content: ""; position: absolute; z-index: 1; top: 94px; bottom: 0; left: calc((100vw - min(1320px, calc(100vw - 80px))) / 2 + 67%); width: 1px; background: rgba(255,255,255,.14); pointer-events: none; }
.hero-content { position: relative; z-index: 2; padding: 176px 0 155px; }
.hero h1 { max-width: 940px; margin-bottom: 28px; font-size: clamp(54px, 6.6vw, 96px); line-height: .91; }
.hero h1 em { color: var(--bronze-light); font-weight: 200; }
.hero-lead { max-width: 580px; margin: 0 0 38px 12.5vw; padding-left: 24px; border-left: 1px solid rgba(255,255,255,.36); color: rgba(255,255,255,.8); font-family: var(--display); font-size: clamp(19px, 1.7vw, 24px); line-height: 1.42; }
.hero-actions { margin-left: 12.5vw; }
.hero-edition { position: absolute; z-index: 2; top: 50%; right: 31px; margin: 0; writing-mode: vertical-rl; transform: translateY(-50%); color: rgba(255,255,255,.5); font-size: 10px; letter-spacing: .25em; text-transform: uppercase; }
.scroll-cue { position: absolute; z-index: 3; right: 40px; bottom: 28px; display: flex; align-items: center; gap: 12px; color: rgba(255,255,255,.58); font-size: 10px; letter-spacing: .16em; text-transform: uppercase; }
.scroll-cue span { position: relative; width: 38px; height: 1px; overflow: hidden; background: rgba(255,255,255,.28); }
.scroll-cue span::after { content: ""; position: absolute; inset: 0; background: white; transform: translateX(-100%); animation: scrollLine 2.4s ease-in-out infinite; }
@keyframes scrollLine { 50%, 100% { transform: translateX(100%); } }
.hero-actions, .contact-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.button { display: inline-flex; justify-content: center; align-items: center; min-height: 52px; padding: 0 25px; border: 1px solid transparent; border-radius: 999px; font-size: 13px; font-weight: 600; letter-spacing: .02em; transition: .25s ease; }
.button-primary { background: var(--bronze); color: var(--ink); }
.button-primary:hover { background: #c79d77; transform: translateY(-2px); }
.button-ghost { border-color: rgba(255,255,255,.5); color: white; }
.button-ghost:hover { background: white; color: var(--ink); }
.button-dark { background: var(--ink); color: white; }
.button-dark:hover { background: #34312c; transform: translateY(-2px); }
.hero-proof { position: absolute; z-index: 2; left: 50%; bottom: 0; transform: translateX(-50%); display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid rgba(255,255,255,.2); }
.hero-proof div { padding: 24px 0; display: flex; align-items: baseline; gap: 14px; border-right: 1px solid rgba(255,255,255,.2); }
.hero-proof div:last-child { border: 0; }
.hero-proof strong { font-family: var(--display); font-size: 27px; font-weight: 500; }
.hero-proof span { color: rgba(255,255,255,.65); font-size: 12px; text-transform: uppercase; letter-spacing: .07em; }

.intro { position: relative; display: grid; grid-template-columns: 1.25fr .75fr; gap: 13vw; align-items: start; }
.intro::before { content: "01 / APPROACH"; position: absolute; right: calc(100% + 25px); top: 167px; writing-mode: vertical-rl; color: #8a8379; font-size: 10px; letter-spacing: .22em; }
.intro h2 { margin-bottom: 0; }
.intro h2::first-line { font-style: normal; }
.intro-copy { padding-top: 90px; }
.intro-copy p { color: #625f58; }
.intro-copy .lead { color: var(--ink); font-family: var(--display); font-size: 27px; line-height: 1.35; }
.text-link { display: inline-flex; gap: 50px; margin-top: 18px; padding-bottom: 7px; border-bottom: 1px solid; font-size: 14px; font-weight: 600; }

.section-heading { max-width: 900px; margin-bottom: 80px; }
.section-heading h2 { margin-bottom: 0; }
.section-heading.split { max-width: none; display: grid; grid-template-columns: 1.3fr .7fr; gap: 10vw; align-items: end; }
.section-heading.split > p { margin-bottom: 4px; color: #666159; font-size: 15px; }
.service-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--cream-line); }
.service-grid article { min-height: 390px; padding: 35px 32px 24px 0; border-right: 1px solid var(--cream-line); transition: background .35s, padding .35s; }
.service-grid article:not(:first-child) { padding-left: 32px; }
.service-grid article:last-child { border: 0; }
.service-grid span { color: var(--bronze-light); font-size: 12px; }
.service-grid h3 { margin: 120px 0 18px; font-family: "Roboto Condensed", "Arial Narrow", Arial, sans-serif; font-size: 31px; font-style: normal; font-weight: 200; letter-spacing: .035em; line-height: 1.04; text-transform: uppercase; text-rendering: geometricPrecision; -webkit-font-smoothing: antialiased; transition: color .3s, transform .3s; }
.service-grid p { color: rgba(255,255,255,.64); font-size: 14px; }
.service-grid article:hover h3 { color: var(--bronze-light); transform: translateY(-5px); }

.projects { background: var(--paper); }
.project-grid { counter-reset: projects; display: grid; grid-template-columns: repeat(12, 1fr); gap: 130px 26px; align-items: start; }
.project-card { position: relative; display: block; grid-column: span 6; margin: 0; counter-increment: projects; isolation: isolate; }
.project-card::before { content: counter(projects, decimal-leading-zero); position: absolute; z-index: 2; top: 18px; left: 18px; color: white; font-size: 10px; letter-spacing: .17em; text-shadow: 0 1px 8px rgba(0,0,0,.45); }
.project-card::after { content: ""; position: absolute; z-index: 1; inset: 0 0 76px; pointer-events: none; background: radial-gradient(circle at var(--mx, 50%) var(--my, 50%), rgba(255,255,255,.13), transparent 32%); opacity: 0; transition: opacity .35s; }
.project-card:hover::after { opacity: 1; }
.project-wide { grid-column: span 2; }
.project-wide { grid-column: 1 / 13; }
.project-card:nth-child(4n+3) { grid-column: 2 / 7; }
.project-card:nth-child(4n+4) { grid-column: 8 / 13; margin-top: 150px; }
.project-card img { width: 100%; height: 570px; object-fit: cover; background: #ddd; transform: scale(1.001); transition: filter .55s, transform .7s cubic-bezier(.2,.7,.2,1); }
.project-card:hover img { filter: brightness(.88) saturate(.92); transform: scale(1.018); }
.project-wide img { height: min(72vw, 790px); }
.project-card:nth-child(4n+3) img, .project-card:nth-child(4n+4) img { height: 680px; }
.project-meta { display: flex; justify-content: space-between; align-items: end; gap: 24px; padding-top: 20px; border-top: 1px solid var(--line); }
.project-meta h3 { margin-bottom: 4px; font-family: var(--headline); font-size: 33px; font-weight: 200; letter-spacing: .025em; text-transform: uppercase; transition: color .25s, transform .25s; }
.project-card:hover .project-meta h3 { color: #8c6646; transform: translateX(4px); }
.project-meta p, .project-meta span { margin: 0; color: #6b665e; font-size: 12px; }
.project-meta span { text-align: right; }
.center-action { text-align: center; margin-top: 80px; }

.film-section { padding: 155px 0 0; overflow: hidden; background: #0b0b0a; color: white; }
.film-heading { display: grid; grid-template-columns: 1.2fr .8fr; gap: 13vw; align-items: end; margin-bottom: 85px; }
.film-heading h2 { margin: 0; font-size: clamp(49px, 6.1vw, 90px); line-height: .88; }
.film-heading h2 em { color: var(--bronze-light); font-weight: 200; }
.film-heading > p { max-width: 460px; margin: 0 0 4px; color: rgba(255,255,255,.63); font-size: 14px; }
.film-player { position: relative; width: min(1580px, calc(100vw - 48px)); aspect-ratio: 16 / 9; margin: 0 auto; overflow: hidden; background: #151513; }
.film-player > img { position: relative; z-index: 0; width: 100%; height: 100%; object-fit: cover; transform: scale(1.015); opacity: 1; transition: opacity .8s ease; }
.film-shade { position: absolute; z-index: 2; inset: 0; pointer-events: none; background: linear-gradient(90deg, rgba(7,7,6,.55), rgba(7,7,6,.05) 70%), linear-gradient(0deg, rgba(7,7,6,.5), transparent 55%); }
.film-index { position: absolute; z-index: 3; top: 28px; right: 30px; margin: 0; color: rgba(255,255,255,.68); font-size: 10px; letter-spacing: .18em; text-transform: uppercase; }
.film-project-link { position: absolute; z-index: 3; left: clamp(24px, 7vw, 110px); bottom: clamp(28px, 6vw, 85px); display: inline-flex; align-items: center; gap: 45px; padding-bottom: 8px; border-bottom: 1px solid rgba(255,255,255,.55); color: white; font-family: var(--display); font-size: clamp(20px, 2vw, 28px); transition: color .25s, gap .3s; }
.film-project-link:hover { gap: 55px; color: var(--bronze-light); }
.film-project-link span { font-family: var(--sans); font-size: 13px; }
.film-player iframe { position: absolute; z-index: 1; inset: 0; width: 100%; height: 100%; border: 0; background: black; opacity: 0; transition: opacity .8s ease; }
.film-player.is-playing iframe { opacity: 1; }
.film-player.is-playing > img { opacity: 0; }
.film-fallback { position: absolute; right: 24px; bottom: 24px; z-index: 2; color: white; text-decoration: underline; }

.process-layout { display: grid; grid-template-columns: .75fr 1.25fr; gap: 12vw; align-items: start; }
.process-intro { position: sticky; top: 120px; }
.process-intro h2 { font-size: clamp(36px, 3.6vw, 54px); }
.process-intro > p:not(.eyebrow) { max-width: 470px; color: #68635b; margin-bottom: 30px; }
.process-list { list-style: none; margin: 0; padding: 0; border-top: 1px solid var(--line); }
.process-list li { display: grid; grid-template-columns: 70px 1fr; gap: 20px; padding: 34px 0 38px; border-bottom: 1px solid var(--line); }
.process-list li > span { color: #8c725b; font-size: 13px; }
.process-list h3 { margin-bottom: 8px; font-family: var(--headline); font-size: 28px; font-weight: 200; letter-spacing: .025em; text-transform: uppercase; }
.process-list p { max-width: 620px; margin: 0; color: #6a655d; }

.why-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 12vw; }
.why-title h2 { font-size: clamp(38px, 3.9vw, 56px); }
.why-points { display: grid; grid-template-columns: repeat(2, 1fr); }
.why-points article { min-height: 230px; padding: 28px 30px 20px 0; border-top: 1px solid var(--cream-line); }
.why-points article:nth-child(even) { padding-left: 30px; border-left: 1px solid var(--cream-line); }
.why-points h3 { font-family: var(--headline); font-size: 25px; font-weight: 200; letter-spacing: .025em; line-height: 1.12; text-transform: uppercase; }
.why-points p { color: rgba(255,255,255,.64); font-size: 14px; }

.faq-list { max-width: 980px; margin-left: auto; }
.faq details { border-top: 1px solid var(--line); }
.faq details:last-child { border-bottom: 1px solid var(--line); }
.faq summary { list-style: none; padding: 26px 0; display: flex; justify-content: space-between; gap: 24px; cursor: pointer; font-family: var(--headline); font-size: 25px; font-weight: 200; letter-spacing: .02em; text-transform: uppercase; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary span { font-family: var(--sans); font-size: 24px; font-weight: 300; transition: transform .2s; }
.faq details[open] summary span { transform: rotate(45deg); }
.faq details p { max-width: 760px; padding: 0 50px 28px 0; color: #666159; }

.office-enquiry { padding: 155px 0; background: var(--paper); }
.office-enquiry-layout { width: var(--shell); margin-inline: auto; display: grid; grid-template-columns: .72fr 1.28fr; gap: 10vw; align-items: start; }
.office-enquiry .section-kicker { margin: 0 0 18px; color: #815e40; font-size: 11px; font-weight: 600; letter-spacing: .22em; text-transform: uppercase; }
.office-enquiry-intro { position: sticky; top: 115px; }
.office-enquiry h2 { margin-bottom: 25px; font-size: clamp(39px, 4vw, 58px); line-height: 1; }
.office-enquiry-intro > p:not(.section-kicker):not(.office-response) { max-width: 430px; color: #676159; font-size: 16px; }
.office-response { margin-top: 42px; padding-top: 19px; border-top: 1px solid var(--line); display: flex; gap: 17px; align-items: baseline; color: #746e65; font-size: 14px; }
.office-response strong { font-family: var(--display); font-size: 30px; font-weight: 400; }
.office-response span { color: #746e65; font-size: 10px; letter-spacing: .08em; text-transform: uppercase; }
.office-form { padding: 50px; background: var(--paper-light); border: 1px solid rgba(17,17,15,.1); box-shadow: 0 30px 80px rgba(31,25,18,.08); }
.office-form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 29px 24px; }
.office-field-wide { grid-column: 1 / -1; }
.office-field > span, .office-field > label { display: block; margin-bottom: 8px; color: #6d665d; font-size: 13px; letter-spacing: .12em; text-transform: uppercase; }
.office-field input, .office-field textarea { width: 100%; padding: 11px 0 13px; border: 0; border-bottom: 1px solid rgba(17,17,15,.25); border-radius: 0; outline: 0; background: transparent; color: var(--ink); font-size: 16px; }
.office-field textarea { min-height: 125px; resize: vertical; }
.office-field input:focus, .office-field textarea:focus { border-color: var(--bronze); }
.office-field input::placeholder, .office-field textarea::placeholder { color: #aaa39a; }
.office-form-submit { grid-column: 1 / -1; margin-top: 10px; display: flex; justify-content: space-between; gap: 28px; align-items: center; }
.office-form-submit p { max-width: 350px; margin: 0; color: #79736a; font-size: 13px; }
.office-submit { min-height: 55px; padding: 0 27px; border: 1px solid var(--ink); border-radius: 999px; background: var(--ink); color: white; cursor: pointer; font-size: 13px; transition: background .25s, color .25s, transform .25s; }
.office-submit:hover { background: var(--bronze); border-color: var(--bronze); color: var(--ink); transform: translateY(-2px); }

.contact { position: relative; min-height: 780px; display: flex; align-items: center; color: white; }
.contact { overflow: hidden; }
.contact-media { position: absolute; inset: -8%; background: url("imgs/office-renovation/indeavor.webp") center/cover no-repeat; transform: translate3d(0, var(--parallax-y, 0), 0) scale(1.06); will-change: transform; }
.contact-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(8,8,7,.92), rgba(8,8,7,.6) 52%, rgba(8,8,7,.22)); }
.contact-content { position: relative; z-index: 1; padding: 120px 0; }
.contact h2 { max-width: 900px; margin-bottom: 28px; }
.contact-content > p:not(.eyebrow) { max-width: 650px; color: rgba(255,255,255,.72); font-size: 16px; }
.contact-actions { margin-top: 36px; }
.contact-details { display: flex; gap: 40px; margin-top: 70px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.22); color: rgba(255,255,255,.74); font-size: 14px; }

.site-footer { position: relative; isolation: isolate; overflow: hidden; padding: 118px 0 30px; background: radial-gradient(circle at 12% 0%, rgba(165,122,84,.12), transparent 32%), #090908; color: white; border-top: 1px solid rgba(213,179,143,.34); }
.site-footer::before { content: "GEMISTOS"; position: absolute; z-index: -1; left: 50%; bottom: -6.5vw; transform: translateX(-50%); color: rgba(255,255,255,.025); font-family: var(--display); font-size: clamp(150px, 22vw, 360px); font-weight: 400; letter-spacing: -.065em; line-height: .7; white-space: nowrap; pointer-events: none; }
.site-footer::after { content: ""; position: absolute; z-index: -1; top: 0; left: 7%; width: 1px; height: 118px; background: linear-gradient(var(--bronze-light), transparent); opacity: .65; }
.footer-grid { display: grid; grid-template-columns: 1.7fr repeat(3, 1fr); gap: 5vw; padding-bottom: 98px; }
.footer-grid > div:not(:first-child) { padding-top: 8px; }
.footer-grid img { width: 178px; height: auto; margin-bottom: 28px; }
.footer-grid p { max-width: 340px; color: rgba(255,255,255,.49); font-family: var(--display); font-size: 21px; line-height: 1.4; }
.footer-grid h2 { margin-bottom: 27px; font-family: var(--sans); font-size: 12px; font-weight: 600; letter-spacing: .18em; text-transform: uppercase; color: var(--bronze-light); }
.footer-grid a { position: relative; display: table; margin: 13px 0; padding-right: 22px; color: rgba(255,255,255,.65); font-size: 15px; transition: color .25s, transform .25s; }
.footer-grid a::after { content: "↗"; position: absolute; right: 0; opacity: 0; transform: translate(-5px, 5px); transition: opacity .25s, transform .25s; }
.footer-grid a:hover { color: white; transform: translateX(3px); }
.footer-grid a:hover::after { opacity: .7; transform: translate(0, 0); }
.footer-grid .footer-phone { display: inline-flex; flex-direction: column; gap: 2px; min-width: 178px; margin: 0 0 21px; padding: 12px 20px 13px; border: 1px solid rgba(213,179,143,.6); border-radius: 999px; color: white; font-size: 16px; line-height: 1.2; }
.footer-grid .footer-phone::after { display: none; }
.footer-grid .footer-phone span { color: var(--bronze-light); font-family: var(--sans); font-size: 10px; letter-spacing: .15em; text-transform: uppercase; }
.footer-grid .footer-phone:hover { background: var(--bronze); border-color: var(--bronze); color: #11110f; transform: translateY(-2px); }
.footer-grid .footer-phone:hover span { color: #11110f; }
.footer-bottom { padding-top: 24px; display: flex; justify-content: space-between; border-top: 1px solid rgba(255,255,255,.13); color: rgba(255,255,255,.42); font-size: 12px; letter-spacing: .065em; text-transform: uppercase; }
.footer-bottom a { transition: color .25s; }
.footer-bottom a:hover { color: var(--bronze-light); }
.mobile-cta { display: none; }

.reveal-ready [data-reveal] { opacity: 0; transform: translateY(34px); transition: opacity .8s ease, transform .9s cubic-bezier(.2,.7,.2,1); }
.reveal-ready [data-reveal].is-visible { opacity: 1; transform: translateY(0); }

@media (max-width: 1050px) {
  :root { --shell: min(100% - 48px, 900px); }
  .site-header { padding: 0 24px; }
  .menu-visual { inset: 0 0 0 72%; opacity: .2; }
  .menu-layout { column-gap: 6vw; }
  .hero h1 { max-width: 800px; }
  .hero::after, .hero-edition { display: none; }
  .intro, .section-heading.split, .process-layout, .why-grid { grid-template-columns: 1fr; gap: 55px; }
  .office-enquiry-layout { grid-template-columns: 1fr; gap: 55px; }
  .office-enquiry-intro { position: static; }
  .film-heading { grid-template-columns: 1fr; gap: 36px; }
  .intro::before { display: none; }
  .intro-copy { max-width: 680px; padding-top: 0; }
  .service-grid { grid-template-columns: repeat(2, 1fr); }
  .service-grid article:nth-child(2) { border-right: 0; }
  .process-intro { position: static; }
  .footer-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 700px) {
  :root { --shell: calc(100% - 36px); }
  body { padding-bottom: 58px; }
  .section, .section-dark { padding: 90px 0; }
  .site-header { height: 74px; padding: 0 18px; }
  .brand { width: 135px; }
  .header-context { display: none; }
  .menu-label { font-size: 10px; }
  .menu-layout { min-height: 100svh; padding-top: 118px; padding-bottom: 34px; display: block; }
  .menu-visual { display: none; }
  .menu-primary, .menu-services { padding-bottom: 42px; }
  .menu-kicker { margin-bottom: 18px; }
  .menu-primary > a { margin: 7px 0; font-size: clamp(26px, 8.4vw, 34px); }
  .menu-services > a { margin: 9px 0; font-size: clamp(20px, 6.3vw, 26px); line-height: 1.15; }
  .menu-contact { display: grid; grid-template-columns: 1fr 1fr; gap: 25px 18px; padding-bottom: 25px; }
  .menu-contact > span { grid-column: 1 / -1; justify-self: start; }
  .hero { min-height: 900px; align-items: flex-start; }
  .hero-media { background-position: 62% center; }
  .hero-shade { background: linear-gradient(90deg, rgba(8,8,7,.9), rgba(8,8,7,.5)), linear-gradient(0deg, rgba(8,8,7,.8), transparent); }
  .hero-content { padding: 145px 0 250px; }
  .hero h1 { font-size: clamp(40px, 11.8vw, 54px); }
  .hero-lead, .hero-actions { margin-left: 0; }
  .hero-lead { font-size: 16px; }
  .scroll-cue { display: none; }
  .hero-actions .button, .contact-actions .button { width: 100%; }
  .hero-proof { grid-template-columns: 1fr; }
  .hero-proof div { padding: 10px 0; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.15); }
  .hero-proof strong { min-width: 72px; font-size: 21px; }
  h2 { font-size: 37px; }
  .intro-copy .lead { font-size: 18px; }
  .service-grid { grid-template-columns: 1fr; }
  .service-grid article, .service-grid article:not(:first-child) { min-height: auto; padding: 28px 0; border-right: 0; border-bottom: 1px solid var(--cream-line); }
  .service-grid h3 { margin: 45px 0 12px; }
  .section-heading { margin-bottom: 50px; }
  .project-grid { grid-template-columns: 1fr; gap: 50px; }
  .project-card, .project-wide, .project-card:nth-child(n) { grid-column: auto; margin-top: 0; }
  .project-card img, .project-wide img, .project-card:nth-child(n) img { height: 430px; }
  .project-meta { display: block; }
  .project-meta span { display: block; margin-top: 8px; text-align: left; }
  .process-list li { grid-template-columns: 42px 1fr; }
  .film-section { padding-top: 95px; }
  .film-heading { margin-bottom: 55px; }
  .film-player { width: calc(100% - 18px); aspect-ratio: 4 / 5; }
  .film-player > img { object-position: center; }
  .film-player iframe { left: 50%; width: 222%; transform: translateX(-50%); }
  .film-project-link { left: 24px; bottom: 30px; font-size: 20px; }
  .why-points { grid-template-columns: 1fr; }
  .why-points article, .why-points article:nth-child(even) { min-height: auto; padding: 28px 0; border-left: 0; }
  .faq summary { font-size: 21px; line-height: 1.25; }
  .office-enquiry { padding: 90px 0; }
  .office-form { padding: 34px 22px; }
  .office-form-grid { grid-template-columns: 1fr; }
  .office-field.full, .office-form-submit { grid-column: auto; }
  .office-form-submit { flex-direction: column; align-items: stretch; }
  .office-submit { width: 100%; }
  .contact { min-height: 720px; }
  .contact-details { flex-direction: column; gap: 10px; }
  .footer-grid { grid-template-columns: 1fr; gap: 34px; }
  .site-footer { padding-top: 90px; }
  .site-footer::before { bottom: 22px; font-size: 27vw; }
  .site-footer::after { left: 18px; height: 75px; }
  .footer-grid { padding-bottom: 70px; }
  .footer-grid > div:not(:first-child) { padding-top: 0; }
  .footer-bottom { display: block; }
  .footer-bottom a { display: block; margin-top: 10px; }
  .mobile-cta { position: fixed; z-index: 60; left: 0; right: 0; bottom: 0; height: 58px; padding: 0 18px; display: flex; justify-content: space-between; align-items: center; background: var(--bronze); color: var(--ink); font-size: 13px; font-weight: 600; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
  .hero-media, .contact-media { transform: scale(1.03) !important; }
  .reveal-ready [data-reveal] { opacity: 1; transform: none; }
}
