@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600&family=Source+Serif+4:opsz,wght@8..60,400;8..60,500;8..60,600&display=swap");

:root {
  --paper: #f5f1e8;
  --paper-soft: #fbf9f4;
  --ink: #1c1c1a;
  --muted: #696860;
  --line: rgba(28, 28, 26, .18);
  --ochre: #e4a62b;
  --sage: #6f9183;
  --turquoise: #15969d;
  --lime: #b8b5aa;
  --service: var(--ochre);
  --serif: "Source Serif 4", Georgia, serif;
  --sans: Inter, "Helvetica Neue", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; text-size-adjust: 100%; }
body { margin: 0; min-width: 280px; overflow-x: hidden; background: var(--paper); color: var(--ink); font-family: var(--sans); font-size: 16px; line-height: 1.6; }
body.menu-open { overflow: hidden; }
body.page-restauro { --service: var(--ochre); }
body.page-cornici { --service: var(--sage); }
body.page-grafica { --service: var(--turquoise); }
a { color: inherit; text-decoration: none; overflow-wrap: anywhere; }
img { display: block; max-width: 100%; }
p, h1, h2, h3, blockquote { margin-top: 0; }
main, section, article, div { min-width: 0; }
h1, h2, h3 { text-wrap: balance; }
button, input, select, textarea { font: inherit; }
button, a, summary, input, select, textarea { touch-action: manipulation; }
::selection { background: var(--service); color: var(--ink); }
:focus-visible { outline: 2px solid var(--service); outline-offset: 4px; }

.skip-link { position: fixed; z-index: 200; top: 1rem; left: 1rem; transform: translateY(-200%); background: var(--ink); color: white; padding: .7rem 1rem; }
.skip-link:focus { transform: translateY(0); }

.site-header { min-height: 86px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 2rem; padding: 0 3.2vw; border-bottom: 1px solid var(--line); background: rgba(245,241,232,.94); backdrop-filter: blur(14px); position: sticky; top: 0; z-index: 50; }
.brand { display: flex; align-items: baseline; gap: .8rem; width: max-content; }
.brand span { font-size: 1.15rem; font-weight: 600; letter-spacing: .15em; text-transform: uppercase; }
.brand small { font-size: .61rem; letter-spacing: .14em; text-transform: uppercase; color: var(--muted); }
.desktop-nav { display: flex; align-items: center; gap: 1.45rem; font-size: .72rem; letter-spacing: .08em; text-transform: uppercase; }
.desktop-nav a, .header-cta { position: relative; }
.desktop-nav a::after, .header-cta::after { content: ""; position: absolute; left: 0; bottom: -.34rem; width: 100%; height: 1px; background: currentColor; transform: scaleX(0); transform-origin: right; transition: transform .25s ease; }
.desktop-nav a:hover::after, .desktop-nav a:focus-visible::after, .header-cta:hover::after, .header-cta:focus-visible::after, .desktop-nav a[aria-current="page"]::after { transform: scaleX(1); transform-origin: left; }
.desktop-nav a[aria-current="page"] { color: var(--service); }
.header-tools { justify-self: end; display: flex; align-items: center; gap: 1.1rem; }
.header-cta { font-size: .72rem; text-transform: uppercase; letter-spacing: .08em; }
.header-cta span { color: var(--service); margin-left: .25rem; }
.language-nav { display: flex; gap: .45rem; font-size: .61rem; letter-spacing: .06em; text-transform: uppercase; color: var(--muted); }
.language-nav a[aria-current="true"] { color: var(--ink); font-weight: 600; }
.mobile-menu { display: none; justify-self: end; }
.mobile-menu summary { list-style: none; cursor: pointer; min-width: 48px; min-height: 48px; display: grid; place-items: center end; font-size: .72rem; text-transform: uppercase; letter-spacing: .1em; }
.mobile-menu summary::-webkit-details-marker { display: none; }
.mobile-menu summary::after { content: "+"; margin-left: .55rem; color: var(--service); font-size: 1rem; line-height: 1; }
.mobile-menu[open] summary::after { content: "−"; }
.mobile-menu nav { position: fixed; top: 86px; left: 0; right: 0; height: calc(100vh - 86px); height: calc(100dvh - 86px); overflow-y: auto; overscroll-behavior: contain; background: var(--paper-soft); padding: 2rem max(5vw, env(safe-area-inset-right)) calc(3rem + env(safe-area-inset-bottom)) max(5vw, env(safe-area-inset-left)); border-bottom: 1px solid var(--line); display: grid; align-content: start; }
.mobile-menu nav a { min-height: 54px; padding: .85rem 0; border-bottom: 1px solid var(--line); display: flex; align-items: center; font-family: var(--serif); font-size: 1.5rem; }
.mobile-languages { display: flex; gap: 1.2rem; padding-top: 1.5rem; }
.mobile-languages a { border: 0 !important; font-family: var(--sans) !important; font-size: .75rem !important; }

.hero { min-height: calc(100vh - 86px); display: grid; grid-template-columns: 54% 46%; border-bottom: 1px solid var(--line); }
.hero-copy { padding: clamp(4rem, 8vh, 7.5rem) 5vw 4rem 6.3vw; display: flex; flex-direction: column; justify-content: center; }
.eyebrow, .page-index { font-size: .67rem; letter-spacing: .15em; text-transform: uppercase; font-weight: 600; color: var(--muted); }
.hero h1, .section h2, .inner-hero h1, .feature-copy h2 { font-family: var(--serif); font-weight: 500; letter-spacing: -.045em; line-height: .92; }
.hero h1 { font-size: clamp(4rem, 7.2vw, 7.7rem); margin: 1.4rem 0 2.2rem; }
em { color: var(--service); font-weight: 500; }
.hero-intro { max-width: 38rem; margin-left: 12%; color: #4d4c46; font-size: clamp(1rem, 1.3vw, 1.2rem); line-height: 1.7; }
.hero-actions { margin-top: 2.4rem; margin-left: 12%; display: flex; align-items: center; gap: 1.7rem; flex-wrap: wrap; }
.button { min-height: 50px; padding: .8rem 1.25rem; display: inline-flex; align-items: center; justify-content: space-between; gap: 2rem; border: 0; cursor: pointer; font-size: .7rem; line-height: 1.35; letter-spacing: .07em; text-transform: uppercase; transition: background .2s, color .2s; }
.button-dark { background: var(--ink); color: var(--paper-soft); }
.button-dark:hover { background: var(--service); color: var(--ink); }
.button-light { background: var(--paper-soft); color: var(--ink); }
.button-light:hover { background: var(--ink); color: white; }
.text-link { display: inline-flex; gap: .65rem; max-width: 100%; min-height: 44px; align-items: center; font-size: .72rem; letter-spacing: .07em; text-transform: uppercase; border-bottom: 1px solid currentColor; padding: .45rem 0 .18rem; width: max-content; }

.hero-art { position: relative; overflow: hidden; background: white url("artifex-pigmenti.jpg") center/contain no-repeat; min-height: 620px; }
.hero-art::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(245,241,232,.08), transparent 45%); pointer-events: none; }
.hero-index { position: absolute; top: 2rem; left: 2rem; z-index: 2; background: rgba(255,255,255,.86); padding: .45rem .6rem; font-size: .6rem; letter-spacing: .14em; }
.art-caption { position: absolute; bottom: 1.6rem; right: 1.7rem; z-index: 2; font-size: .6rem; letter-spacing: .13em; text-transform: uppercase; background: rgba(255,255,255,.86); padding: .5rem .65rem; }

.discipline-strip { min-height: 92px; display: flex; align-items: center; justify-content: space-around; gap: 1rem; padding: 1.5rem 5vw; background: var(--ink); color: var(--paper-soft); text-transform: uppercase; letter-spacing: .16em; font-size: .68rem; }
.discipline-strip i { width: 6px; height: 6px; border-radius: 50%; }
.discipline-strip i:nth-of-type(1) { background: var(--ochre); }
.discipline-strip i:nth-of-type(2) { background: var(--sage); }

.section { padding: clamp(5rem, 10vw, 9rem) 6.3vw; border-bottom: 1px solid var(--line); }
.section-kicker { display: flex; gap: .8rem; align-items: center; font-size: .64rem; letter-spacing: .15em; text-transform: uppercase; color: var(--muted); margin-bottom: 4.5rem; }
.section-kicker span { color: var(--service); }
.section-kicker::after { content: ""; height: 1px; background: var(--line); flex: 1; margin-left: 1rem; }
.manifesto-content { display: grid; grid-template-columns: 58% 1fr; gap: 6vw; }
.manifesto h2 { font-size: clamp(3.5rem, 6.8vw, 6.8rem); }
.manifesto-copy { padding-top: 1rem; }
.manifesto-copy p { font-family: var(--serif); font-size: clamp(1.25rem, 2vw, 1.7rem); line-height: 1.48; color: #41413c; }
.manifesto-copy p + p { margin-top: 2rem; font-family: var(--sans); font-size: .95rem; line-height: 1.75; color: var(--muted); }
.manifesto-copy .text-link { margin-top: 2rem; }

.services { background: var(--paper-soft); }
.section-title { font-size: clamp(4rem, 7.5vw, 7.7rem); margin-bottom: 4rem; }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.service-card { --card-accent: var(--ochre); min-width: 0; padding: 1.5rem; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); display: flex; flex-direction: column; }
.service-card:nth-child(2) { --card-accent: var(--sage); }
.service-card:nth-child(3) { --card-accent: var(--turquoise); }
.service-number { font-size: .62rem; color: var(--card-accent); letter-spacing: .12em; }
.service-visual { height: 230px; margin: 3rem 0; position: relative; display: grid; place-items: center; overflow: hidden; background: #e2ded4; }
.service-visual::before, .service-visual::after, .service-visual span { content: ""; position: absolute; display: block; }
.visual-01 { background: #ead7a8; }
.visual-01::before { width: 62%; height: 60%; background: var(--paper-soft); box-shadow: 0 16px 30px rgba(0,0,0,.12); transform: rotate(-3deg); }
.visual-01::after { width: 26%; aspect-ratio: 1; background: var(--ochre); border-radius: 50%; left: 25%; top: 30%; opacity: .88; }
.visual-01 span { width: 1px; height: 64%; background: var(--ink); transform: rotate(18deg); }
.visual-02 { background: #a8bdb4; }
.visual-02::before { width: 68%; height: 76%; border: 18px solid #5b4536; box-shadow: inset 0 0 0 2px rgba(255,255,255,.25), 12px 18px 22px rgba(0,0,0,.17); }
.visual-02::after { width: 46%; height: 53%; background: #e7e2d7; }
.visual-02 span { width: 25%; height: 30%; background: var(--sage); z-index: 1; }
.visual-03 { background: #a5d7d8; }
.visual-03::before { inset: 14% 18%; background: repeating-linear-gradient(0deg, var(--ink) 0 1px, transparent 1px 24px); }
.visual-03::after { width: 38%; aspect-ratio: 1; background: var(--turquoise); border-radius: 50%; right: 10%; bottom: -12%; }
.visual-03 span { width: 32%; height: 52%; border: 1px solid var(--ink); left: 20%; top: 20%; }
.service-card h3 { font-family: var(--serif); font-size: clamp(1.8rem, 2.4vw, 2.5rem); font-weight: 500; line-height: 1.08; min-height: 2.2em; }
.service-card p { color: var(--muted); font-size: .9rem; line-height: 1.7; min-height: 5.5rem; }
.service-card a { margin-top: auto; padding-top: 1.25rem; border-top: 1px solid var(--line); text-transform: uppercase; letter-spacing: .08em; font-size: .66rem; display: flex; justify-content: space-between; }
.service-card a span { color: var(--card-accent); }

.team { background: var(--ink); color: var(--paper-soft); }
.section-kicker.light { color: #aaa89f; }
.section-kicker.light::after { background: rgba(255,255,255,.2); }
.team-heading { display: grid; grid-template-columns: 2fr 1fr; gap: 6vw; align-items: end; margin-bottom: 5rem; }
.team-heading h2 { font-size: clamp(4rem, 7.5vw, 7.7rem); margin-bottom: 0; }
.team-heading p { color: #b5b2aa; max-width: 27rem; }
.team-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; background: rgba(255,255,255,.15); }
.person-card { background: var(--ink); padding: 2rem; display: grid; grid-template-columns: minmax(180px, 42%) 1fr; gap: 2rem; }
.portrait { aspect-ratio: 4/5; position: relative; overflow: hidden; display: grid; place-items: center; }
.portrait::before, .portrait::after { content: ""; position: absolute; }
.portrait-valeria { background: linear-gradient(145deg, #e9c977, var(--ochre)); }
.portrait-valeria::before { width: 70%; height: 80%; border: 1px solid rgba(255,255,255,.7); border-radius: 50% 50% 44% 45%; transform: rotate(-12deg); }
.portrait-patrick { background: linear-gradient(145deg, #9bb6aa, var(--sage)); }
.portrait-patrick::before { width: 74%; height: 65%; border: 18px solid rgba(28,28,26,.55); transform: rotate(4deg); }
.portrait::after { width: 110%; height: 28%; background: rgba(245,241,232,.17); transform: rotate(-14deg); }
.portrait span { font-family: var(--serif); font-size: 3rem; color: rgba(255,255,255,.9); z-index: 2; }
.person-role { color: #aaa89f; font-size: .64rem; text-transform: uppercase; letter-spacing: .11em; }
.person-card h3 { font-family: var(--serif); font-weight: 500; font-size: clamp(2.4rem, 4vw, 4.1rem); line-height: .95; margin: 1.5rem 0 2rem; }
.person-card > div:last-child > p:last-child { color: #b5b2aa; line-height: 1.7; font-size: .9rem; }

.story { position: relative; min-height: 600px; overflow: hidden; background: #b7c9c1; display: grid; grid-template-columns: 48% 1fr; align-items: center; }
.story::before { content: ""; position: absolute; width: 50vw; aspect-ratio: 1; border: 1px solid rgba(28,28,26,.2); border-radius: 50%; left: -11vw; top: 5%; }
.story-year { font-family: var(--serif); font-size: clamp(9rem, 20vw, 22rem); letter-spacing: -.09em; line-height: .7; color: rgba(28,28,26,.1); transform: rotate(-90deg); }
.story-content { max-width: 42rem; position: relative; z-index: 2; }
.story-content blockquote { font-family: var(--serif); font-size: clamp(2.6rem, 4.8vw, 4.8rem); line-height: 1.05; letter-spacing: -.035em; }
.story-content > p:last-child { max-width: 34rem; color: #3d413e; line-height: 1.75; }

.projects { background: var(--paper); }
.projects-head { display: grid; grid-template-columns: 1.6fr 1fr; gap: 8vw; align-items: end; margin-bottom: 4rem; }
.projects-head h2 { font-size: clamp(4rem, 7.5vw, 7.7rem); margin-bottom: 0; }
.projects-head p { color: var(--muted); max-width: 31rem; }
.project-list { border-top: 1px solid var(--line); }
.project-row { display: grid; grid-template-columns: 60px 110px minmax(220px, .8fr) 1.2fr; gap: 1.5rem; align-items: start; padding: 2rem 0; border-bottom: 1px solid var(--line); }
.project-count { color: var(--service); font-size: .62rem; }
.project-year { font-size: .7rem; letter-spacing: .08em; }
.project-row h3 { font-family: var(--serif); font-size: 1.6rem; font-weight: 500; margin-bottom: 0; }
.project-row p { color: var(--muted); font-size: .88rem; max-width: 40rem; margin-bottom: 0; }
.permission-note { margin-top: 1.5rem; color: var(--muted); font-size: .72rem; }

.contact { background: var(--service); color: var(--ink); }
.contact .eyebrow { color: rgba(28,28,26,.65); }
.contact h2 { font-size: clamp(4.4rem, 9.5vw, 9.5rem); margin: 2rem 0 5rem; }
.contact h2 em { color: var(--paper-soft); }
.contact-bottom { display: flex; justify-content: space-between; align-items: flex-end; gap: 3rem; border-top: 1px solid rgba(28,28,26,.25); padding-top: 2rem; }
.contact address { font-style: normal; display: grid; gap: .5rem; text-align: right; font-size: .85rem; }
.contact address span { color: rgba(28,28,26,.65); margin-top: .4rem; }

.site-footer { background: var(--ink); color: var(--paper-soft); padding: 4rem 6.3vw 2rem; }
.footer-brand { font-family: var(--serif); font-size: clamp(4rem, 13vw, 12rem); letter-spacing: -.04em; line-height: .85; font-weight: 500; }
.site-footer > p { color: #aaa89f; letter-spacing: .13em; text-transform: uppercase; font-size: .64rem; margin: 2rem 0 4rem; }
.footer-meta { display: flex; justify-content: space-between; gap: 2rem; padding-top: 1.5rem; border-top: 1px solid rgba(255,255,255,.2); color: #aaa89f; font-size: .64rem; text-transform: uppercase; letter-spacing: .08em; }

/* Pagine interne */
.inner-hero { min-height: 68vh; padding: clamp(5rem, 10vw, 9rem) 6.3vw 5rem; display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(260px, .65fr); gap: 8vw; align-items: end; border-bottom: 1px solid var(--line); }
.error-page { min-height: 100vh; min-height: 100dvh; }
.inner-hero h1 { font-size: clamp(4.2rem, 9.6vw, 9.5rem); margin: 1rem 0 0; }
.inner-hero-copy { max-width: 31rem; color: var(--muted); font-size: 1.02rem; line-height: 1.75; padding-bottom: .7rem; }
.inner-hero-copy strong { display: block; color: var(--ink); font-family: var(--serif); font-size: 1.5rem; font-weight: 500; line-height: 1.35; margin-bottom: 1.5rem; }
.page-index { color: var(--service); }
.prose-grid { display: grid; grid-template-columns: .7fr 1.3fr; gap: 8vw; }
.prose-grid > h2 { font-size: clamp(3rem, 6vw, 6rem); }
.rich-copy { max-width: 48rem; }
.rich-copy p { font-family: var(--serif); font-size: clamp(1.2rem, 1.8vw, 1.65rem); line-height: 1.55; color: #41413c; }
.rich-copy p + p { margin-top: 2rem; }
.facts-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.fact { min-height: 230px; padding: 1.5rem; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); display: flex; flex-direction: column; justify-content: space-between; }
.fact span { color: var(--service); font-size: .62rem; letter-spacing: .12em; }
.fact h3 { font-family: var(--serif); font-size: 1.8rem; font-weight: 500; }
.fact p { color: var(--muted); font-size: .85rem; margin-bottom: 0; }
.timeline { border-top: 1px solid var(--line); }
.timeline-item { display: grid; grid-template-columns: 120px 1fr 1.2fr; gap: 2rem; padding: 2rem 0; border-bottom: 1px solid var(--line); }
.timeline-item time { color: var(--service); font-family: var(--serif); font-size: 1.6rem; }
.timeline-item h3 { font-family: var(--serif); font-size: 1.45rem; font-weight: 500; }
.timeline-item p { color: var(--muted); font-size: .9rem; margin-bottom: 0; }
.process-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: var(--line); border: 1px solid var(--line); }
.process-step { background: var(--paper-soft); min-height: 250px; padding: 1.5rem; display: flex; flex-direction: column; }
.process-step span { color: var(--service); font-size: .64rem; letter-spacing: .12em; }
.process-step h3 { font-family: var(--serif); font-size: 1.8rem; font-weight: 500; margin: auto 0 1rem; }
.process-step p { color: var(--muted); font-size: .85rem; margin-bottom: 0; }
.split-feature { display: grid; grid-template-columns: 1fr 1fr; min-height: 620px; border-bottom: 1px solid var(--line); }
.feature-visual { min-height: 540px; position: relative; display: grid; place-items: center; overflow: hidden; }
.feature-visual.frame-study { background: #a8bdb4; }
.feature-visual.frame-study::before { content: ""; width: 58%; height: 68%; border: clamp(18px, 3vw, 42px) solid #5d402c; box-shadow: 24px 28px 45px rgba(0,0,0,.2), inset 0 0 0 2px rgba(255,255,255,.2); }
.feature-visual.frame-study::after { content: ""; position: absolute; width: 34%; height: 42%; background: linear-gradient(150deg, #c2b08b, var(--sage)); }
.feature-visual.restore-study { background: linear-gradient(135deg, #edddae, #d4a83d); }
.feature-visual.restore-study::before { content: ""; width: 50%; height: 62%; background: #f6f1e6; transform: rotate(-4deg); box-shadow: 20px 25px 45px rgba(0,0,0,.17); }
.feature-visual.restore-study::after { content: ""; position: absolute; width: 22%; aspect-ratio: 1; border-radius: 50%; background: var(--ochre); transform: translate(-30%, 15%); }
.feature-copy { padding: 6vw; align-self: center; }
.feature-copy h2 { font-size: clamp(3.5rem, 6.8vw, 6.8rem); }
.feature-copy p { color: var(--muted); line-height: 1.75; max-width: 36rem; }
.service-list { list-style: none; margin: 2.5rem 0 0; padding: 0; border-top: 1px solid var(--line); }
.service-list li { padding: 1rem 0; border-bottom: 1px solid var(--line); display: flex; gap: 1rem; font-size: .88rem; }
.service-list li::before { content: "↗"; color: var(--service); }
.quote-band { background: #b7c9c1; padding: clamp(5rem, 10vw, 9rem) 8vw; text-align: center; }
.page-restauro .quote-band { background: #ead7a8; }
.page-grafica .quote-band { background: #a5d7d8; }
.quote-band blockquote { max-width: 65rem; margin: auto; font-family: var(--serif); font-size: clamp(2.6rem, 4.8vw, 4.8rem); line-height: 1.12; letter-spacing: -.035em; }
.quote-band cite { display: block; margin-top: 2rem; font-style: normal; font-size: .65rem; letter-spacing: .13em; text-transform: uppercase; }
.project-filters { display: flex; flex-wrap: wrap; gap: .7rem; margin-bottom: 3rem; }
.filter-button { appearance: none; min-height: 44px; border: 1px solid var(--line); background: transparent; color: var(--ink); padding: .7rem 1rem; cursor: pointer; font-size: .67rem; letter-spacing: .08em; text-transform: uppercase; }
.filter-button:hover, .filter-button[aria-pressed="true"] { background: var(--ink); color: var(--paper-soft); }
.project-row[hidden] { display: none; }
.contact-layout { display: grid; grid-template-columns: .8fr 1.2fr; gap: 8vw; }
.contact-details h2 { font-size: clamp(3.5rem, 6.8vw, 6.8rem); }
.contact-details address { display: grid; gap: .8rem; font-style: normal; margin-top: 3rem; }
.contact-details address span { color: var(--muted); }
.map-link { display: inline-flex; align-items: center; gap: .5rem; width: max-content; border-bottom: 1px solid currentColor; }
.contact-form { display: grid; gap: 1.2rem; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1.2rem; }
.field { display: grid; gap: .45rem; }
.field label { font-size: .65rem; letter-spacing: .1em; text-transform: uppercase; }
.field input, .field select, .field textarea { width: 100%; min-height: 48px; border: 0; border-bottom: 1px solid var(--line); background: transparent; border-radius: 0; padding: .85rem 0; color: var(--ink); }
.field textarea { min-height: 140px; resize: vertical; }
.field input:focus, .field select:focus, .field textarea:focus { outline: 0; border-color: var(--service); }
.consent { display: flex; align-items: flex-start; gap: .7rem; color: var(--muted); font-size: .76rem; }
.consent input { width: 20px; height: 20px; flex: 0 0 20px; margin-top: .15rem; accent-color: var(--service); }
.form-note { color: var(--muted); font-size: .72rem; }
.status-message { padding: 1rem; border: 1px solid var(--line); margin-bottom: 2rem; }
.status-message.success { border-color: var(--sage); background: rgba(111,145,131,.1); }
.status-message.error { border-color: #a8563f; background: rgba(168,86,63,.1); }
.legal-copy { max-width: 60rem; }
.legal-copy h2 { font-size: 2.2rem; margin-top: 3.5rem; }
.legal-copy p, .legal-copy li { color: #4c4b46; line-height: 1.75; }
.legal-copy a { text-decoration: underline; text-underline-offset: .2em; }
.compact-footer .footer-brand { font-size: clamp(4rem, 9vw, 8.5rem); }

[data-reveal] { opacity: 0; transform: translateY(18px); transition: opacity .7s ease, transform .7s ease; }
[data-reveal].is-visible { opacity: 1; transform: none; }

@media (max-width: 1080px) {
  .site-header { grid-template-columns: 1fr auto; }
  .desktop-nav, .header-tools { display: none; }
  .mobile-menu { display: block; }
  .hero { grid-template-columns: 1fr; }
  .hero-copy { min-height: calc(80vh - 86px); }
  .hero-art { min-height: clamp(400px, 58vw, 620px); }
  .manifesto-content, .team-heading, .projects-head { grid-template-columns: 1fr; }
  .manifesto-copy { max-width: 42rem; margin-left: 10%; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card { display: grid; grid-template-columns: 35px minmax(220px, 1fr) 1fr; grid-template-rows: auto 1fr auto; column-gap: 2rem; align-items: start; }
  .service-visual { grid-column: 2; grid-row: 1 / 4; margin: 0; }
  .service-card h3, .service-card p, .service-card a { grid-column: 3; }
  .service-card h3 { margin-top: 0; }
  .team-grid { grid-template-columns: 1fr; }
  .story { grid-template-columns: 30% 1fr; }
  .project-row { grid-template-columns: 45px 90px 1fr; }
  .project-row p { grid-column: 3; }
}

@media (max-width: 900px) {
  .inner-hero, .prose-grid, .contact-layout { grid-template-columns: 1fr; }
  .inner-hero { min-height: 58vh; }
  .inner-hero-copy { max-width: 42rem; }
  .facts-grid, .process-grid { grid-template-columns: 1fr 1fr; }
  .timeline-item { grid-template-columns: 90px 1fr; }
  .timeline-item p { grid-column: 2; }
  .split-feature { grid-template-columns: 1fr; }
  .feature-visual { min-height: 480px; }
}

@media (max-width: 700px) {
  .site-header { min-height: 72px; padding: 0 max(5vw, env(safe-area-inset-right)) 0 max(5vw, env(safe-area-inset-left)); gap: 1rem; }
  .brand small { display: none; }
  .brand span { font-size: .95rem; letter-spacing: .12em; }
  .mobile-menu nav { top: 72px; height: calc(100vh - 72px); height: calc(100dvh - 72px); }
  .hero { min-height: auto; }
  .hero-copy { min-height: auto; padding: 3.5rem max(5vw, env(safe-area-inset-right)) 3rem max(5vw, env(safe-area-inset-left)); }
  .hero h1 { font-size: clamp(3.4rem, 16vw, 5.1rem); margin: 1rem 0 2rem; }
  .hero-intro, .hero-actions { margin-left: 0; }
  .hero-intro { font-size: 1rem; line-height: 1.65; }
  .hero-actions { align-items: stretch; gap: .65rem; }
  .hero-actions .button { flex: 1 1 100%; }
  .hero-art { min-height: clamp(280px, 76vw, 400px); background-size: contain; }
  .hero-index { top: 1rem; left: 1rem; }
  .art-caption { right: 1rem; bottom: 1rem; }
  .discipline-strip { min-height: 72px; justify-content: space-between; overflow: hidden; gap: .6rem; padding: 1.2rem 5vw; font-size: .58rem; letter-spacing: .1em; }
  .discipline-strip span { white-space: nowrap; }
  .section { padding: 4.5rem max(5vw, env(safe-area-inset-right)) 4.5rem max(5vw, env(safe-area-inset-left)); }
  .section-kicker { margin-bottom: 2.5rem; }
  .section-kicker::after { margin-left: .25rem; }
  .manifesto h2, .section-title, .team-heading h2, .projects-head h2 { font-size: clamp(3.3rem, 15vw, 5rem); }
  .manifesto-copy { margin-left: 0; }
  .service-card { display: flex; padding: 1.2rem; }
  .service-visual { width: 100%; height: 220px; margin: 2rem 0; }
  .service-card h3, .service-card p { min-height: auto; }
  .service-card a { min-height: 48px; align-items: center; }
  .team-heading { margin-bottom: 3rem; }
  .person-card { grid-template-columns: 1fr; padding: 1.25rem; gap: 1.5rem; }
  .portrait { width: 100%; max-height: 420px; }
  .person-card h3 { margin: 1rem 0 1.25rem; }
  .story { grid-template-columns: 1fr; min-height: 570px; align-content: center; }
  .story::before { width: 100vw; left: -40vw; }
  .story-year { position: absolute; font-size: 10rem; transform: none; top: 2rem; left: -1rem; }
  .story-content { padding-top: 6rem; }
  .story-content blockquote { font-size: clamp(2.35rem, 11vw, 3.4rem); }
  .project-row { grid-template-columns: 40px 1fr; }
  .project-year { grid-column: 2; }
  .project-row h3, .project-row p { grid-column: 2; }
  .project-row { gap: .45rem 1rem; padding: 1.5rem 0; }
  .project-row h3 { margin: .35rem 0; }
  .contact h2 { font-size: clamp(3.45rem, 16vw, 5.5rem); margin: 1.5rem 0 3.5rem; }
  .contact-bottom { align-items: stretch; flex-direction: column; }
  .contact-bottom .button { width: 100%; }
  .contact address { text-align: left; }
  .site-footer { padding: 3.5rem max(5vw, env(safe-area-inset-right)) calc(2rem + env(safe-area-inset-bottom)) max(5vw, env(safe-area-inset-left)); }
  .footer-brand { font-size: clamp(3.1rem, 16vw, 5.2rem); overflow-wrap: anywhere; }
  .site-footer > p { margin: 1.5rem 0 3rem; line-height: 1.7; }
  .footer-meta { flex-direction: column; gap: 1rem; }
  .footer-meta span:last-child { display: flex; flex-wrap: wrap; gap: .6rem; }
  .footer-meta a { min-height: 44px; display: inline-flex; align-items: center; }
  [data-reveal] { opacity: 1; transform: none; }
}

@media (max-width: 600px) {
  .inner-hero { min-height: auto; padding: 4rem max(5vw, env(safe-area-inset-right)) 3.5rem max(5vw, env(safe-area-inset-left)); gap: 2.5rem; }
  .inner-hero h1 { max-width: 100%; font-size: clamp(3.1rem, 15vw, 4.8rem); overflow-wrap: anywhere; hyphens: auto; }
  .inner-hero-copy { font-size: .96rem; line-height: 1.68; }
  .inner-hero-copy strong { font-size: 1.3rem; margin-bottom: 1rem; }
  .facts-grid, .process-grid { grid-template-columns: 1fr; }
  .fact, .process-step { min-height: 180px; }
  .timeline-item { grid-template-columns: 1fr; gap: .5rem; }
  .timeline-item p { grid-column: 1; }
  .form-row { grid-template-columns: 1fr; }
  .split-feature { min-height: auto; }
  .feature-visual, .split-feature .service-visual[style] { min-height: 330px !important; }
  .feature-copy { padding: 4rem max(5vw, env(safe-area-inset-right)) 4rem max(5vw, env(safe-area-inset-left)); }
  .feature-copy h2 { font-size: clamp(3.1rem, 15vw, 4.8rem); }
  .contact-layout { gap: 4rem; }
  .contact-details h2 { font-size: clamp(3.1rem, 15vw, 4.8rem); }
  .contact-details address { margin-top: 2rem; }
  .contact-details address a, .contact address a { min-height: 44px; display: inline-flex; align-items: center; width: fit-content; max-width: 100%; }
  .contact-form { gap: 1.35rem; }
  .contact-form .button { width: 100%; }
  .field input, .field select, .field textarea { font-size: 16px; }
  .legal-copy h2 { font-size: 1.75rem; margin-top: 2.75rem; }
  .quote-band { padding: 4.5rem 5vw; }
  .quote-band blockquote { font-size: clamp(2.25rem, 11vw, 3.25rem); }
  .project-filters { display: grid; grid-template-columns: 1fr 1fr; gap: .5rem; }
  .filter-button { width: 100%; padding-inline: .7rem; }
}

@media (max-width: 380px) {
  .hero h1, .manifesto h2, .section-title, .team-heading h2, .projects-head h2, .contact h2 { font-size: 2.95rem; }
  .inner-hero h1, .feature-copy h2, .contact-details h2 { font-size: 2.8rem; }
  .button { gap: 1rem; }
  .mobile-menu nav a { font-size: 1.35rem; }
  .project-filters { grid-template-columns: 1fr; }
}

@media (max-width: 700px) and (orientation: landscape) {
  .hero-art { min-height: min(78svh, 380px); }
  .mobile-menu nav { padding-top: 1rem; }
  .mobile-menu nav a { min-height: 46px; padding: .55rem 0; font-size: 1.25rem; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; }
}

@media (hover: none) {
  .button-dark:hover { background: var(--ink); color: var(--paper-soft); }
  .button-light:hover { background: var(--paper-soft); color: var(--ink); }
}
