:root {
    --lado-hue: 278deg;
    --lado-950: hsl(var(--lado-hue) 26% 6%);
    --lado-900: hsl(var(--lado-hue) 28% 10%);
    --lado-800: hsl(var(--lado-hue) 30% 16%);
    --lado-700: hsl(var(--lado-hue) 34% 25%);
    --lado-500: hsl(var(--lado-hue) 42% 46%);
    --lado-300: hsl(var(--lado-hue) 38% 76%);
    --lado-100: hsl(var(--lado-hue) 30% 92%);
    --ink: hsl(var(--lado-hue) 18% 7%);
    --paper: hsl(var(--lado-hue) 14% 94%);
    --muted: hsl(var(--lado-hue) 8% 67%);
    --line-dark: hsl(var(--lado-hue) 22% 80% / 0.18);
    --line-light: hsl(var(--lado-hue) 22% 14% / 0.18);
    --page: clamp(20px, 5vw, 76px);
    --max: 1440px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 72px; overflow-x: hidden; }
body {
    margin: 0;
    color: var(--ink);
    background: var(--paper);
    font-family: "Inter", sans-serif;
    overflow-x: hidden;
}
body::after {
    content: "";
    position: fixed;
    inset: 0;
    z-index: 90;
    pointer-events: none;
    opacity: 0.035;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.9'/%3E%3C/svg%3E");
}
body.menu-open { overflow: hidden; }
img { display: block; width: 100%; max-width: 100%; height: auto; }
a { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a:focus-visible, button:focus-visible { outline: 2px solid var(--lado-300); outline-offset: 4px; }
h1, h2, h3, p, figure, dl, dd { margin-top: 0; }
h1, h2, h3 { font-family: "Cormorant Garamond", serif; font-weight: 300; }

.skip-link {
    position: fixed; top: 10px; left: 10px; z-index: 110;
    padding: 10px 14px; color: var(--paper); background: var(--lado-700);
    font-size: .75rem; text-decoration: none; transform: translateY(-170%);
}
.skip-link:focus { transform: translateY(0); }
.visually-hidden { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.section { padding: clamp(92px, 16vw, 190px) var(--page); }
.kicker, .rail-label, .hero__micro, .hero__location, .signal__code, .closing__code, .closing__services {
    font-size: clamp(.58rem, 1.7vw, .72rem); line-height: 1.4; font-weight: 500;
    letter-spacing: .17em; text-transform: uppercase;
}

.site-header {
    position: fixed; inset: 0 0 auto; z-index: 60; color: var(--paper);
    transition: background-color .35s ease, border-color .35s ease;
}
.site-header.is-scrolled, body.menu-open .site-header { background: hsl(var(--lado-hue) 26% 6% / .9); border-bottom: 1px solid var(--line-dark); backdrop-filter: blur(10px); }
.nav { width: min(100%, var(--max)); min-height: 70px; margin: auto; padding: 10px var(--page); display: flex; align-items: center; justify-content: space-between; }
.brand img { width: auto; height: 42px; object-fit: contain; }
.menu-toggle { min-width: 54px; min-height: 44px; padding: 0; border: 0; color: inherit; background: transparent; display: inline-flex; align-items: center; justify-content: flex-end; gap: 11px; font: 500 .65rem/1 "Inter", sans-serif; letter-spacing: .16em; text-transform: uppercase; }
.menu-toggle__mark, .menu-toggle__mark::before, .menu-toggle__mark::after { width: 20px; height: 1px; display: block; background: currentColor; transition: transform .25s ease, opacity .25s ease; }
.menu-toggle__mark { position: relative; }
.menu-toggle__mark::before, .menu-toggle__mark::after { content: ""; position: absolute; left: 0; }
.menu-toggle__mark::before { top: -6px; }
.menu-toggle__mark::after { top: 6px; }
.menu-toggle[aria-expanded="true"] .menu-toggle__mark { background: transparent; }
.menu-toggle[aria-expanded="true"] .menu-toggle__mark::before { top: 0; transform: rotate(45deg); }
.menu-toggle[aria-expanded="true"] .menu-toggle__mark::after { top: 0; transform: rotate(-45deg); }
.nav-list { position: absolute; inset: 100% 0 auto; min-height: calc(100svh - 70px); margin: 0; padding: 9vh var(--page); list-style: none; display: flex; flex-direction: column; gap: 0; color: var(--paper); background: var(--lado-950); opacity: 0; visibility: hidden; transform: translateY(-10px); transition: opacity .25s ease, visibility .25s, transform .25s ease; }
.menu-toggle[aria-expanded="true"] + .nav-list { opacity: 1; visibility: visible; transform: none; }
.nav-list a, .nav-pending { min-height: 58px; border-bottom: 1px solid var(--line-dark); display: flex; align-items: center; font: 300 clamp(1.7rem, 9vw, 2.6rem)/1 "Cormorant Garamond", serif; text-decoration: none; }
.nav-pending { color: hsl(var(--lado-hue) 10% 70% / .45); }
.nav-list .is-active::after { content: "•"; margin-left: .35em; color: var(--lado-300); }

.hero { position: relative; min-height: 100svh; color: var(--paper); background: var(--lado-950); overflow: hidden; }
.hero__media, .hero__media img, .hero__shade { position: absolute; inset: 0; width: 100%; height: 100%; }
.hero__media img { object-fit: cover; object-position: 51% center; }
.hero__shade { background: linear-gradient(180deg, hsl(var(--lado-hue) 30% 5% / .2), transparent 32%, hsl(var(--lado-hue) 30% 4% / .73)); }
.hero__content { position: absolute; z-index: 2; left: var(--page); right: var(--page); bottom: clamp(78px, 13svh, 135px); }
.hero__eyebrow { margin-bottom: 8px; font-size: .64rem; font-weight: 500; letter-spacing: .2em; text-transform: uppercase; }
.hero h1 { margin: 0 0 6px; font-size: clamp(5.5rem, 27vw, 11rem); line-height: .68; letter-spacing: -.075em; }
.hero__line { margin: 0 0 28px; font: italic 300 clamp(1.65rem, 7vw, 2.55rem)/.92 "Cormorant Garamond", serif; }
.hero__link { min-height: 44px; display: inline-flex; align-items: center; gap: 9px; font-size: .68rem; font-weight: 500; letter-spacing: .16em; text-transform: uppercase; text-decoration: none; border-bottom: 1px solid hsl(var(--lado-hue) 30% 92% / .6); }
.hero__link ion-icon { font-size: 1rem; }
.hero__micro { position: absolute; z-index: 2; top: 90px; left: var(--page); }
.hero__location { position: absolute; z-index: 2; right: var(--page); bottom: 24px; margin: 0; text-align: right; }
.scroll-cue { display: none; }

.manifesto { position: relative; min-height: 90svh; display: flex; align-items: center; color: var(--lado-100); background: var(--lado-900); }
.rail-label { position: absolute; top: 44px; left: var(--page); margin: 0; color: var(--lado-300); }
.manifesto__body { width: min(100%, 980px); }
.manifesto .kicker { color: var(--lado-300); }
.manifesto h2 { max-width: 12ch; margin-bottom: 38px; font-size: clamp(3.15rem, 13vw, 8rem); line-height: .88; letter-spacing: -.045em; }
.manifesto__body > p:last-child { max-width: 33ch; margin: 0 0 0 auto; font-size: clamp(1.05rem, 4.4vw, 1.4rem); line-height: 1.55; font-weight: 300; }

.stories { width: min(100%, var(--max)); margin: auto; }
.section-heading { margin-bottom: clamp(74px, 15vw, 150px); }
.section-heading .kicker { color: var(--lado-700); }
.section-heading h2 { max-width: 10ch; margin: 0; font-size: clamp(3.2rem, 13vw, 8.5rem); line-height: .84; letter-spacing: -.055em; }
.story { position: relative; margin-bottom: clamp(110px, 22vw, 240px); }
.story:last-child { margin-bottom: 0; }
.image-frame { position: relative; z-index: 1; margin-bottom: 28px; background: var(--lado-900); }
.image-frame::before, .image-frame::after { content: ""; position: absolute; z-index: 2; width: 7px; height: 7px; border-color: var(--lado-100); opacity: .7; }
.image-frame::before { top: 10px; left: 10px; border-top: 1px solid; border-left: 1px solid; }
.image-frame::after { right: 10px; bottom: 10px; border-right: 1px solid; border-bottom: 1px solid; }
.story__image { overflow: hidden; }
.story__image img { aspect-ratio: 4 / 5; object-fit: cover; transition: transform 1s cubic-bezier(.2,.7,.2,1); }
.story__image figcaption { position: absolute; z-index: 3; left: 14px; bottom: 12px; margin: 0; color: white; font-size: .58rem; letter-spacing: .16em; text-transform: uppercase; text-shadow: 0 1px 8px #000; }
.story__copy { display: grid; grid-template-columns: 36px minmax(0, 1fr); gap: 4px 12px; }
.story__copy > span { padding-top: 9px; color: var(--lado-700); font-size: .66rem; letter-spacing: .15em; }
.story__copy h3 { margin: 0; font-size: clamp(2.6rem, 11vw, 5rem); line-height: .9; }
.story__copy dl, .story__copy p { grid-column: 2; }
.story__copy dl { margin: 18px 0 20px; border-top: 1px solid var(--line-light); }
.story__copy dl div { min-height: 34px; border-bottom: 1px solid var(--line-light); display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.story__copy dt, .story__copy dd { font-size: .61rem; letter-spacing: .13em; text-transform: uppercase; }
.story__copy dd { margin: 0; color: var(--lado-700); }
.story__copy p { max-width: 38ch; margin-bottom: 0; font-size: .95rem; line-height: 1.7; font-weight: 300; }
.wordmark { position: absolute; z-index: 0; pointer-events: none; user-select: none; font: 300 clamp(5.2rem, 24vw, 15rem)/.72 "Cormorant Garamond", serif; letter-spacing: -.07em; text-transform: uppercase; white-space: nowrap; }
.wordmark--altrove { top: -10vw; right: calc(var(--page) * -1); color: hsl(var(--lado-hue) 30% 20% / .09); }
.photo-word { position: absolute; z-index: 3; top: 16px; right: 14px; color: var(--paper); font-size: .61rem; font-weight: 500; letter-spacing: .16em; text-transform: uppercase; text-shadow: 0 1px 12px #000; }
.photo-word i { margin-left: .4em; color: var(--lado-300); font-style: normal; }

.contact-sheet { color: var(--lado-100); background: var(--lado-950); }
.contact-sheet__header { margin-bottom: 46px; }
.contact-sheet__header .kicker { color: var(--lado-300); }
.contact-sheet__header h2 { max-width: 9ch; margin-bottom: 22px; font-size: clamp(3.1rem, 13vw, 7.4rem); line-height: .86; }
.contact-sheet__header > p:last-child { color: var(--muted); font-size: .77rem; }
.contact-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px 8px; counter-reset: frame; }
.contact-grid button { position: relative; padding: 0 0 22px; border: 0; color: inherit; background: transparent; cursor: zoom-in; }
.contact-grid button::after { content: "+"; position: absolute; right: 3px; bottom: 2px; color: var(--lado-300); font-size: 1rem; }
.contact-grid button > span { position: absolute; z-index: 2; left: 6px; bottom: 4px; font-size: .57rem; letter-spacing: .16em; }
.contact-grid img { aspect-ratio: 3 / 4; object-fit: cover; filter: saturate(.82); transition: filter .3s ease, transform .5s ease; }

.signal { position: relative; min-height: 100svh; padding: 18vh 7vw; display: grid; place-items: center; color: var(--lado-100); background: #09070a; overflow: hidden; }
.signal__grid { position: absolute; inset: 0; opacity: .14; background-image: linear-gradient(var(--lado-300) 1px, transparent 1px), linear-gradient(90deg, var(--lado-300) 1px, transparent 1px); background-size: 10vw 10vw; mask-image: radial-gradient(circle at center, black, transparent 74%); }
.signal__image { position: relative; width: min(88vw, 920px); margin: 0; }
.signal__image::before { content: ""; position: absolute; inset: -10px; border: 1px solid var(--line-dark); pointer-events: none; }
.signal__image img { aspect-ratio: 3 / 4; object-fit: cover; object-position: center; }
.signal__code { position: absolute; z-index: 2; margin: 0; color: var(--lado-300); }
.signal__code--a { top: 10%; left: 5%; }
.signal__code--b { top: 19%; right: 4%; writing-mode: vertical-rl; }
.signal__code--c { bottom: 12%; left: 4%; }
.signal__code--d { right: 5%; bottom: 5%; }

.word-break { position: relative; min-height: 82svh; padding: 12vh var(--page); display: grid; place-items: center; color: var(--lado-800); background: var(--paper); overflow: hidden; }
.word-break__main { font: 300 clamp(5rem, 25vw, 23rem)/.7 "Cormorant Garamond", serif; letter-spacing: -.075em; text-transform: uppercase; }
.word-break__aside, .word-break__index { position: absolute; font-size: .59rem; font-weight: 500; letter-spacing: .17em; text-transform: uppercase; }
.word-break__aside { top: 10%; right: var(--page); writing-mode: vertical-rl; }
.word-break__index { bottom: 10%; left: var(--page); color: var(--lado-700); }

.mosaic { width: min(100%, var(--max)); margin: auto; }
.mosaic__grid { display: grid; grid-template-columns: 14% 54% 32%; gap: 28px 0; }
.mosaic figure { margin: 0; }
.mosaic img { object-fit: cover; }
.mosaic__a { grid-column: 1 / -1; }
.mosaic__a img { aspect-ratio: 3 / 2; }
.mosaic__b { grid-column: 1 / 3; }
.mosaic__b img { aspect-ratio: 4 / 5; }
.mosaic__c { grid-column: 2 / -1; }
.mosaic__c img { aspect-ratio: 4 / 3; }
.mosaic__note { grid-column: 1 / -1; margin: 10px 0 0; font-size: .61rem; line-height: 1.7; letter-spacing: .14em; text-transform: uppercase; }
.mosaic__note span { color: var(--lado-700); }

.about-lado { position: relative; color: var(--lado-100); background: var(--lado-800); }
.margin-whisper { position: absolute; top: 44px; right: var(--page); margin: 0; color: var(--lado-300); font-size: .59rem; font-weight: 500; letter-spacing: .17em; text-transform: uppercase; }
.about-lado__content { width: min(100%, 1120px); margin: auto; }
.about-lado .kicker { color: var(--lado-300); }
.about-lado h2 { max-width: 9ch; margin-bottom: 58px; font-size: clamp(3.6rem, 14vw, 9rem); line-height: .82; letter-spacing: -.055em; }
.about-lado__text { margin-left: clamp(0px, 17vw, 310px); }
.about-lado__text p { max-width: 39ch; margin-bottom: 24px; font-size: clamp(1rem, 3vw, 1.25rem); line-height: 1.65; font-weight: 300; }

.process { width: min(100%, var(--max)); margin: auto; }
.process__list { margin: 0; padding: 0; list-style: none; }
.process__list li { padding: 26px 0 38px; border-top: 1px solid var(--line-light); display: grid; grid-template-columns: 38px 1fr; gap: 8px 12px; }
.process__list span { padding-top: 8px; color: var(--lado-700); font-size: .65rem; letter-spacing: .15em; }
.process__list h3 { margin: 0; font-size: clamp(2.4rem, 10vw, 4.6rem); line-height: .9; }
.process__list p { grid-column: 2; max-width: 38ch; margin: 6px 0 0; font-size: .92rem; line-height: 1.65; font-weight: 300; }

.closing { position: relative; min-height: 100svh; padding: 110px var(--page) 28px; color: var(--lado-100); background: var(--lado-950); display: flex; flex-direction: column; justify-content: space-between; }
.closing__code { color: var(--lado-300); }
.closing__content { margin: auto 0; }
.closing h2 { max-width: 13ch; margin-bottom: 30px; font-size: clamp(2.9rem, 11.5vw, 8rem); line-height: .88; letter-spacing: -.04em; }
.closing__lead { margin-bottom: 34px; color: var(--lado-300); font: italic 300 clamp(2rem, 8vw, 4.4rem)/1 "Cormorant Garamond", serif; }
.whatsapp-cta { width: min(100%, 580px); min-height: 66px; padding: 0 18px; border: 1px solid var(--lado-300); display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 12px; color: var(--lado-100); background: var(--lado-700); font-size: .69rem; font-weight: 500; letter-spacing: .11em; text-transform: uppercase; text-decoration: none; transition: color .3s ease, background-color .3s ease; }
.whatsapp-cta ion-icon { font-size: 1.1rem; }
.closing__services { margin-top: 20px; color: var(--muted); }
.closing__footer { padding-top: 26px; border-top: 1px solid var(--line-dark); display: flex; flex-wrap: wrap; justify-content: space-between; gap: 14px 22px; color: var(--muted); font-size: .58rem; letter-spacing: .12em; text-transform: uppercase; }
.closing__footer a { color: var(--lado-300); text-decoration: none; }

.floating-cta { position: fixed; right: 14px; bottom: max(14px, env(safe-area-inset-bottom)); z-index: 50; min-height: 48px; padding: 0 14px; border: 1px solid hsl(var(--lado-hue) 38% 76% / .55); display: flex; align-items: center; gap: 9px; color: var(--lado-100); background: hsl(var(--lado-hue) 30% 16% / .94); box-shadow: 0 10px 32px hsl(var(--lado-hue) 50% 3% / .3); backdrop-filter: blur(8px); font-size: .65rem; font-weight: 500; letter-spacing: .12em; text-transform: uppercase; text-decoration: none; opacity: 0; visibility: hidden; transform: translateY(14px); transition: opacity .3s ease, visibility .3s, transform .3s ease; }
.floating-cta.is-visible { opacity: 1; visibility: visible; transform: none; }
.floating-cta ion-icon { font-size: 1rem; }

.viewer { width: 100vw; max-width: none; height: 100svh; max-height: none; margin: 0; padding: 60px 18px 18px; border: 0; color: white; background: hsl(var(--lado-hue) 26% 5% / .97); }
.viewer::backdrop { background: hsl(var(--lado-hue) 26% 3% / .9); }
.viewer[open] { display: grid; place-items: center; }
.viewer img { width: auto; max-width: 100%; height: auto; max-height: calc(100svh - 82px); object-fit: contain; }
.viewer__close { position: fixed; top: 14px; right: 14px; z-index: 2; width: 44px; height: 44px; padding: 0; border: 1px solid var(--line-dark); color: white; background: var(--lado-900); display: grid; place-items: center; cursor: pointer; }
.viewer__close ion-icon { font-size: 1.5rem; }

.reveal { opacity: 0; transform: translateY(28px); transition: opacity .8s ease, transform .8s cubic-bezier(.2,.7,.2,1); }
.reveal.is-visible { opacity: 1; transform: none; }

@media (min-width: 700px) {
    .hero__content { bottom: 12vh; }
    .hero h1 { font-size: clamp(8rem, 21vw, 15rem); }
    .story__copy { max-width: 620px; }
    .contact-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 30px 12px; }
    .signal__image img { aspect-ratio: 16 / 10; }
    .mosaic__grid { grid-template-columns: repeat(12, minmax(0, 1fr)); gap: 48px 18px; }
    .mosaic__a { grid-column: 1 / 9; }
    .mosaic__b { grid-column: 9 / 13; margin-top: 26%; }
    .mosaic__c { grid-column: 3 / 9; }
    .mosaic__note { grid-column: 9 / 13; align-self: end; }
}

@media (min-width: 900px) {
    html { scroll-padding-top: 82px; }
    body.menu-open { overflow: auto; }
    .nav { min-height: 82px; }
    .brand img { height: 50px; }
    .menu-toggle { display: none; }
    .nav-list { position: static; inset: auto; min-height: 0; padding: 0; flex-direction: row; align-items: center; gap: clamp(20px, 2.7vw, 42px); background: transparent; opacity: 1; visibility: visible; transform: none; }
    .nav-list a, .nav-pending { min-height: 44px; border: 0; font: 500 .68rem/1 "Inter", sans-serif; letter-spacing: .15em; text-transform: uppercase; }
    .nav-list .is-active { color: var(--lado-300); }
    .nav-list .is-active::after { display: none; }
    .hero__micro { top: 112px; }
    .hero__location { bottom: 32px; }
    .hero__content { bottom: 10vh; }
    .hero__line { margin-left: 52%; }
    .hero__link { margin-left: 52%; }
    .scroll-cue { position: absolute; z-index: 3; right: var(--page); bottom: 44%; display: flex; align-items: center; gap: 12px; color: inherit; font-size: .57rem; letter-spacing: .17em; text-transform: uppercase; text-decoration: none; transform: rotate(90deg) translateX(50%); transform-origin: right center; }
    .scroll-cue i { width: 48px; height: 1px; background: currentColor; }
    .rail-label { top: 50%; left: 24px; writing-mode: vertical-rl; transform: translateY(-50%) rotate(180deg); }
    .manifesto { justify-content: center; }
    .manifesto__body > p:last-child { margin-right: 8%; }
    .story { display: grid; grid-template-columns: repeat(12, minmax(0, 1fr)); align-items: end; gap: 26px; }
    .story--one .story__image { grid-column: 1 / 7; }
    .story--one .story__copy { grid-column: 8 / 12; }
    .story--two .story__image { grid-column: 5 / 13; }
    .story--two .story__copy { grid-column: 1 / 5; grid-row: 1; }
    .story--three .story__image { grid-column: 2 / 10; }
    .story--three .story__copy { grid-column: 10 / 13; }
    .wordmark--altrove { top: 8vw; right: -2vw; }
    .photo-word { top: 22px; right: 20px; }
    .story__image { margin-bottom: 0; }
    .story--one .story__image img { aspect-ratio: 3 / 4; }
    .story--two .story__image img,
    .story--three .story__image img { aspect-ratio: 3 / 2; }
    .contact-sheet { padding-inline: max(var(--page), calc((100vw - var(--max)) / 2 + var(--page))); }
    .contact-grid { grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 10px; }
    .contact-grid button:nth-child(even) { margin-top: 44px; }
    .signal { padding-block: 15vh; }
    .signal__image { width: min(64vw, 1040px); }
    .signal__code--a { top: 13%; left: 11%; }
    .signal__code--b { top: 20%; right: 10%; }
    .signal__code--c { bottom: 12%; left: 14%; }
    .signal__code--d { right: 12%; bottom: 9%; }
    .word-break__main { font-size: clamp(10rem, 18vw, 18rem); }
    .process__list li { grid-template-columns: 70px minmax(220px, .7fr) 1fr; align-items: start; padding-block: 34px 48px; }
    .process__list p { grid-column: 3; margin-top: 7px; }
    .closing__content { width: min(100%, var(--max)); margin: auto; }
    .closing__footer { width: min(100%, var(--max)); margin-inline: auto; }
    .floating-cta { display: none; }
}

@media (hover: hover) {
    .nav-list a:hover { color: var(--lado-300); }
    .story__image:hover img { transform: scale(1.018); }
    .contact-grid button:hover img { filter: saturate(1); transform: translateY(-4px); }
    .whatsapp-cta:hover { color: var(--lado-900); background: var(--lado-300); }
}

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