:root {
  --ink: #12202a;
  --navy: #0b2231;
  --navy-deep: #071923;
  --paper: #f4f1e9;
  --white: #fff;
  --muted: #647078;
  --line: rgba(18, 32, 42, 0.16);
  --gold: #d7ae68;
  --gold-light: #ecd19b;
  --serif: Georgia, 'Times New Roman', serif;
  --sans: 'Manrope', system-ui, sans-serif;
  --text: 'DM Sans', system-ui, sans-serif;
  --container: min(1180px, calc(100vw - 48px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--text); -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
button { color: inherit; }
.container { width: var(--container); margin-inline: auto; }
.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; z-index: 1000; left: 16px; top: -80px; padding: 12px 18px; background: var(--white); color: var(--navy); transition: top .2s; }
.skip-link:focus { top: 16px; }

.site-header { position: fixed; inset: 0 0 auto; z-index: 100; height: 88px; color: var(--white); border-bottom: 1px solid rgba(255,255,255,.16); transition: background .35s, height .35s, box-shadow .35s; }
.site-header.scrolled { height: 76px; background: rgba(7,25,35,.96); box-shadow: 0 10px 40px rgba(0,0,0,.14); backdrop-filter: blur(14px); }
.nav-wrap { height: 100%; display: flex; align-items: center; justify-content: space-between; }
.brand { display: flex; align-items: center; }
.brand-official img { display: block; width: 112px; height: 76px; object-fit: contain; }
.main-nav { display: flex; align-items: center; gap: 34px; font-family: var(--sans); font-size: 13px; font-weight: 500; }
.main-nav > a:not(.nav-cta) { position: relative; opacity: .86; }
.main-nav > a:not(.nav-cta)::after { content: ''; position: absolute; left: 0; right: 100%; bottom: -8px; height: 1px; background: var(--gold); transition: right .25s; }
.main-nav > a:hover::after { right: 0; }
.nav-cta { padding: 13px 19px; border: 1px solid rgba(255,255,255,.55); transition: background .25s, color .25s; }
.nav-cta:hover { color: var(--navy); background: var(--white); }
.nav-cta span { margin-left: 10px; color: var(--gold); }
.menu-toggle { display: none; width: 44px; height: 44px; border: 0; padding: 10px; background: transparent; }
.menu-toggle span:not(.sr-only) { display: block; height: 1px; margin: 7px 0; background: currentColor; transition: transform .25s; }

.hero { position: relative; min-height: 760px; height: 100svh; max-height: 940px; overflow: hidden; color: var(--white); background: var(--navy); }
.hero-media { position: absolute; inset: 0; background: url('assets/poggia-office-geneva-art-light-hero-v9.jpg') 54% 50% / cover no-repeat; animation: hero-in 1.6s cubic-bezier(.2,.7,.2,1) both; }
.hero-overlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(5,19,28,.94) 0%, rgba(7,25,35,.78) 36%, rgba(7,25,35,.12) 72%, rgba(7,25,35,.22) 100%), linear-gradient(0deg, rgba(4,17,25,.5), transparent 45%); }
@keyframes hero-in { from { transform: scale(1.06); opacity: .55; } to { transform: scale(1); opacity: 1; } }
.hero-inner { position: relative; height: 100%; display: flex; align-items: center; justify-content: space-between; padding-top: 88px; }
.hero-copy { width: min(720px, 72%); }
.eyebrow { display: flex; align-items: center; gap: 13px; margin: 0 0 30px; color: #6e797f; font-family: var(--sans); font-size: 11px; font-weight: 600; letter-spacing: .19em; text-transform: uppercase; }
.eyebrow span { width: 31px; height: 1px; background: var(--gold); }
.eyebrow.light { color: rgba(255,255,255,.68); }
h1, h2 { margin: 0; font-family: var(--serif); font-weight: 400; letter-spacing: -.045em; }
h1 { max-width: 780px; font-size: clamp(54px, 6.3vw, 92px); line-height: .99; }
h1 em, h2 em { color: var(--gold-light); font-weight: 400; }
.hero-lead { max-width: 580px; margin: 30px 0 0; color: rgba(255,255,255,.76); font-size: 18px; line-height: 1.65; }
.hero-actions { display: flex; align-items: center; gap: 33px; margin-top: 40px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 28px; min-height: 54px; padding: 0 24px; border: 0; font-family: var(--sans); font-size: 12px; font-weight: 650; letter-spacing: .035em; cursor: pointer; transition: transform .2s, background .2s; }
.button:hover { transform: translateY(-2px); }
.button-gold { background: var(--gold); color: var(--navy-deep); }
.button-gold:hover { background: var(--gold-light); }
.text-link { display: inline-flex; gap: 14px; align-items: center; padding-bottom: 7px; border-bottom: 1px solid var(--line); font-family: var(--sans); font-size: 12px; font-weight: 650; }
.text-link span { color: var(--gold); transition: transform .2s; }
.text-link:hover span { transform: translate(2px,-2px); }
.light-link { color: rgba(255,255,255,.78); border-bottom-color: rgba(255,255,255,.32); }
.hero-note { align-self: flex-end; width: 260px; margin-bottom: 126px; padding: 22px 0 0; border-top: 1px solid rgba(255,255,255,.36); }
.hero-note .note-index { color: var(--gold); font-family: var(--sans); font-size: 11px; letter-spacing: .1em; }
.hero-note p { margin: 13px 0 0; color: rgba(255,255,255,.7); font-size: 13px; line-height: 1.6; }
.scroll-cue { position: absolute; left: 32px; bottom: 54px; display: flex; align-items: center; gap: 13px; color: rgba(255,255,255,.55); font-family: var(--sans); font-size: 8px; letter-spacing: .28em; transform: rotate(-90deg); transform-origin: left center; }
.scroll-cue span { width: 36px; height: 1px; background: var(--gold); }

.section { padding: 120px 0; }
.intro { background: var(--paper); }
.intro-grid { display: grid; grid-template-columns: 1.05fr .85fr; gap: 110px; align-items: start; }
h2 { font-size: clamp(43px, 4.5vw, 66px); line-height: 1.08; }
h2 em { color: #a77b38; }
.intro-copy { padding-top: 50px; }
.intro-copy .lead-serif { margin: 0 0 25px; font-family: var(--serif); font-size: 24px; line-height: 1.45; }
.intro-copy > p:not(.lead-serif) { margin: 0 0 32px; color: var(--muted); font-size: 15px; line-height: 1.8; }
.identity-signature { display: grid; grid-template-columns: 1fr auto 1fr; gap: 35px; align-items: center; margin-top: 85px; color: #7f898e; font-family: var(--sans); font-size: 9px; letter-spacing: .2em; text-transform: uppercase; }
.identity-signature::before, .identity-signature::after { content: ''; display: none; }
.identity-signature span:first-child { text-align: right; }
.identity-signature span:last-child { text-align: left; }
.identity-signature img { width: 190px; height: 132px; object-fit: contain; }

.founder { position: relative; overflow: hidden; background: #f7f4ed; }
.founder::before { content: ''; position: absolute; width: 480px; height: 480px; right: -200px; top: -260px; border: 1px solid rgba(183,154,91,.25); border-radius: 50%; box-shadow: 0 0 0 55px rgba(183,154,91,.035), 0 0 0 110px rgba(183,154,91,.025); }
.founder-grid { position: relative; display: grid; grid-template-columns: .82fr 1.18fr; gap: clamp(70px, 9vw, 130px); align-items: center; }
.founder-portrait { max-width: 450px; }
.portrait-frame { position: relative; height: 600px; overflow: hidden; background: var(--navy); }
.portrait-frame::before { content: ''; position: absolute; inset: 26px; border: 1px solid rgba(255,255,255,.42); }
.portrait-frame::after { content: ''; position: absolute; inset: auto 0 0; height: 43%; background: linear-gradient(transparent, rgba(7,25,35,.18)); }
.portrait-frame img { position: absolute; z-index: 1; width: 100%; height: 100%; left: 0; bottom: 0; object-fit: contain; object-position: center bottom; filter: contrast(1.03); }
.portrait-initials { position: absolute; right: 28px; top: 20px; color: rgba(255,255,255,.24); font-family: var(--serif); font-size: 86px; letter-spacing: -.08em; }
.founder-portrait > p { display: flex; justify-content: space-between; align-items: center; gap: 20px; margin: 18px 0 0; color: #7e878c; font-family: var(--sans); font-size: 9px; letter-spacing: .12em; text-transform: uppercase; }
.founder-portrait > p span { color: var(--ink); font-family: var(--serif); font-size: 17px; letter-spacing: 0; text-transform: none; }
.founder-copy h2 { max-width: 680px; }
.founder-lead { margin: 30px 0 20px; font-family: var(--serif); font-size: 23px; line-height: 1.5; }
.founder-copy > p:not(.eyebrow):not(.founder-lead) { margin: 0 0 17px; color: var(--muted); font-size: 14px; line-height: 1.78; }
.founder-facts { display: grid; grid-template-columns: 1fr 1fr; gap: 30px; margin: 35px 0 30px; padding: 27px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.founder-facts > div { display: flex; align-items: center; gap: 17px; }
.founder-facts > div + div { padding-left: 30px; border-left: 1px solid var(--line); }
.founder-facts strong { color: #a77b38; font-family: var(--serif); font-size: 40px; font-weight: 400; line-height: 1; }
.founder-facts span { color: var(--muted); font-family: var(--sans); font-size: 10px; line-height: 1.5; letter-spacing: .08em; text-transform: uppercase; }

.services { background: #e9e6de; }
.section-heading { display: grid; grid-template-columns: 1.6fr .6fr; gap: 70px; align-items: end; }
.section-heading > p { margin: 0 0 7px; color: var(--muted); font-size: 14px; line-height: 1.7; }
.service-grid { display: grid; grid-template-columns: repeat(4,1fr); margin-top: 64px; border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.service-card { min-height: 480px; padding: 31px 29px 30px; display: flex; flex-direction: column; justify-content: space-between; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); transition: background .3s, color .3s, transform .3s; }
.service-card:hover { color: var(--white); background: var(--navy); transform: translateY(-7px); }
.service-top { display: flex; justify-content: space-between; align-items: start; }
.service-number { color: #8a9296; font-family: var(--sans); font-size: 10px; letter-spacing: .12em; }
.service-icon { display: grid; place-items: center; width: 48px; height: 48px; border: 1px solid var(--line); }
.service-icon svg { width: 24px; fill: none; stroke: var(--gold); stroke-width: 1.3; }
.service-card h3 { margin: 0 0 20px; font-family: var(--serif); font-size: 30px; font-weight: 400; line-height: 1.12; }
.service-card p { min-height: 90px; margin: 0 0 24px; color: var(--muted); font-size: 13px; line-height: 1.7; }
.service-card:hover p { color: rgba(255,255,255,.64); }
.service-card a { display: flex; justify-content: space-between; padding-top: 16px; border-top: 1px solid var(--line); font-family: var(--sans); font-size: 11px; font-weight: 600; }
.service-card a span { color: var(--gold); }
.service-card:hover a { border-color: rgba(255,255,255,.15); }

.approach { display: grid; grid-template-columns: 1fr 1fr; padding: 0; background: var(--navy); color: var(--white); }
.approach-photo { min-height: 800px; background: linear-gradient(rgba(8,28,39,.12),rgba(8,28,39,.12)), url('assets/poggia-office-geneva-art-light-hero-v9.jpg') 54% center / cover no-repeat; }
.approach-panel { display: flex; flex-direction: column; justify-content: center; padding: 100px clamp(50px, 7vw, 120px); }
.approach-panel h2 em { color: var(--gold-light); }
.approach-panel > div:first-child > p:last-child { margin: 30px 0 50px; color: rgba(255,255,255,.62); font-size: 15px; line-height: 1.8; }
.approach-points { border-top: 1px solid rgba(255,255,255,.15); }
.approach-points > div { display: grid; grid-template-columns: 44px 1fr; gap: 10px; padding: 22px 0; border-bottom: 1px solid rgba(255,255,255,.15); }
.approach-points span { padding-top: 2px; color: var(--gold); font-family: var(--sans); font-size: 10px; }
.approach-points p { margin: 0; color: rgba(255,255,255,.63); font-size: 13px; line-height: 1.6; }
.approach-points strong { display: block; margin-bottom: 3px; color: var(--white); font-weight: 500; }

.proof { background: var(--paper); }
.proof-grid { display: grid; grid-template-columns: 1.25fr .75fr; gap: 120px; }
.proof-heading { position: sticky; top: 130px; align-self: start; }
.proof-list { border-top: 1px solid var(--line); }
.proof-list article { display: grid; grid-template-columns: 62px 1fr; gap: 25px; padding: 30px 0; border-bottom: 1px solid var(--line); }
.proof-icon { display: grid; place-items: center; width: 54px; height: 54px; border: 1px solid #b88d4c; color: #a77b38; font-family: var(--serif); font-size: 22px; }
.proof-list h3 { margin: 1px 0 8px; font-family: var(--serif); font-size: 23px; font-weight: 400; }
.proof-list p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.6; }

.contact { padding: 110px 0; color: var(--white); background: var(--navy-deep); }
.contact-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 120px; align-items: start; }
.contact-copy h2 em { color: var(--gold-light); }
.contact-copy > p:not(.eyebrow) { max-width: 480px; margin: 28px 0 40px; color: rgba(255,255,255,.6); font-size: 14px; line-height: 1.8; }
.contact-details { display: grid; grid-template-columns: 1.35fr .85fr 1fr; gap: 25px; padding-top: 26px; border-top: 1px solid rgba(255,255,255,.14); }
.contact-details a, .contact-details p { margin: 0; color: rgba(255,255,255,.85); font-family: var(--sans); font-size: 12px; line-height: 1.6; }
.contact-details span { display: block; margin-bottom: 8px; color: var(--gold); font-size: 9px; letter-spacing: .16em; text-transform: uppercase; }
.contact-form { padding: 42px; background: #102c3d; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 25px; }
.form-row-identity { grid-template-columns: .7fr 1fr 1fr; }
.contact-form label { display: block; margin-bottom: 24px; color: rgba(255,255,255,.65); font-family: var(--sans); font-size: 10px; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; }
.contact-form input, .contact-form select, .contact-form textarea { width: 100%; margin-top: 10px; padding: 12px 0; color: var(--white); background: transparent; border: 0; border-bottom: 1px solid rgba(255,255,255,.2); border-radius: 0; outline: 0; font-family: var(--text); font-size: 14px; letter-spacing: 0; text-transform: none; transition: border-color .2s; }
.contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus { border-color: var(--gold); }
.contact-form input::placeholder, .contact-form textarea::placeholder { color: rgba(255,255,255,.3); }
.contact-form select { appearance: none; background: linear-gradient(45deg, transparent 50%, var(--gold) 50%) calc(100% - 7px) 50%/5px 5px no-repeat, linear-gradient(135deg, var(--gold) 50%, transparent 50%) right 2px top 50%/5px 5px no-repeat; }
.contact-form select option { color: var(--ink); }
.contact-form textarea { resize: vertical; min-height: 100px; }
.form-submit { width: 100%; margin-top: 8px; }
.form-note { margin: 13px 0 0; text-align: center; color: rgba(255,255,255,.35); font-size: 9px; line-height: 1.5; }
.form-status { min-height: 18px; margin: 10px 0 0; text-align: center; color: var(--gold-light); font-size: 12px; }

.site-footer { color: rgba(255,255,255,.65); background: #06151d; }
.footer-main { min-height: 220px; display: grid; grid-template-columns: 1fr 1.2fr .7fr; gap: 70px; align-items: center; }
.footer-brand { color: var(--white); }
.footer-brand img { width: 140px; height: 98px; }
.footer-main > p { font-family: var(--serif); font-size: 17px; line-height: 1.6; }
.footer-nav { display: grid; gap: 10px; font-family: var(--sans); font-size: 11px; }
.footer-nav a:hover, .footer-bottom a:hover { color: var(--gold); }
.footer-bottom { display: flex; justify-content: space-between; padding: 22px 0; border-top: 1px solid rgba(255,255,255,.1); font-family: var(--sans); font-size: 9px; letter-spacing: .06em; }
.footer-bottom p { margin: 0; }
.footer-bottom div { display: flex; gap: 25px; }

.language-toggle { padding: 8px 0; color: var(--gold-light); background: transparent; border: 0; cursor: pointer; font-family: var(--sans); font-size: 11px; font-weight: 600; letter-spacing: .16em; }
.language-toggle:hover { color: var(--white); }

.legal-modal { width: min(760px, calc(100% - 34px)); max-height: min(86vh, 900px); padding: 0; color: var(--ink); background: var(--paper); border: 0; box-shadow: 0 30px 90px rgba(0,0,0,.35); }
.legal-modal::backdrop { background: rgba(3,14,20,.78); backdrop-filter: blur(5px); }
.legal-modal-inner { position: relative; padding: clamp(34px, 6vw, 64px); }
.legal-modal-close { position: sticky; z-index: 2; float: right; top: 0; display: grid; place-items: center; width: 42px; height: 42px; margin: -16px -16px 0 20px; color: var(--white); background: var(--navy); border: 0; border-radius: 50%; cursor: pointer; font-family: var(--sans); font-size: 27px; font-weight: 300; line-height: 1; }
.legal-modal-close:hover { color: var(--navy); background: var(--gold); }
.legal-modal h2 { margin: 20px 0 38px; font-size: clamp(38px, 6vw, 58px); }
.legal-modal section { padding: 22px 0; border-top: 1px solid var(--line); }
.legal-modal h3 { margin: 0 0 10px; font-family: var(--serif); font-size: 22px; font-weight: 400; }
.legal-modal section p { margin: 0 0 10px; color: var(--muted); font-size: 14px; line-height: 1.75; }
.legal-modal section p:last-child { margin-bottom: 0; }
.legal-modal section a { color: var(--ink); text-decoration: underline; text-decoration-color: var(--gold); text-underline-offset: 3px; }
.legal-modal-date { margin: 28px 0 0; color: #879096; font-family: var(--sans); font-size: 10px; letter-spacing: .08em; text-transform: uppercase; }

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

@media (max-width: 980px) {
  :root { --container: min(100% - 40px, 740px); }
  .main-nav { position: fixed; inset: 0; display: flex; flex-direction: column; justify-content: center; gap: 28px; color: var(--white); background: var(--navy-deep); font-family: var(--serif); font-size: 30px; transform: translateX(100%); transition: transform .35s; }
  .main-nav.open { transform: translateX(0); }
  .main-nav .nav-cta { font-family: var(--sans); font-size: 13px; }
  .menu-toggle { display: block; position: relative; z-index: 2; }
  .menu-toggle[aria-expanded="true"] span:first-child { transform: translateY(4px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:nth-child(2) { transform: translateY(-4px) rotate(-45deg); }
  .hero-copy { width: 88%; }
  .hero-note { display: none; }
  .intro-grid, .section-heading, .proof-grid, .contact-grid { grid-template-columns: 1fr; gap: 50px; }
  .founder-grid { grid-template-columns: .8fr 1.2fr; gap: 50px; }
  .portrait-frame { height: 520px; }
  .intro-copy { padding-top: 0; }
  .service-grid { grid-template-columns: 1fr 1fr; }
  .approach { grid-template-columns: 1fr; }
  .approach-photo { min-height: 500px; }
  .proof-heading { position: static; }
  .footer-main { grid-template-columns: 1fr 1fr; }
  .footer-nav { display: none; }
}

@media (max-width: 620px) {
  :root { --container: calc(100% - 34px); }
  .site-header { height: 72px; }
  .brand-official img { width: 86px; height: 60px; }
  .hero { min-height: 700px; }
  .hero-media { background-position: 82% center; }
  .hero-inner { align-items: flex-end; padding: 0 0 108px; }
  .hero-copy { width: 100%; }
  .eyebrow { margin-bottom: 22px; font-size: 9px; }
  h1 { font-size: clamp(48px, 14.5vw, 66px); }
  .hero-lead { margin-top: 24px; font-size: 16px; line-height: 1.55; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 22px; margin-top: 30px; }
  .scroll-cue { display: none; }
  .section { padding: 84px 0; }
  h2 { font-size: 43px; }
  .intro-grid { gap: 34px; }
  .intro-copy .lead-serif { font-size: 21px; }
  .identity-signature { grid-template-columns: 1fr; gap: 8px; margin-top: 55px; text-align: center; }
  .identity-signature span:first-child, .identity-signature span:last-child { text-align: center; }
  .identity-signature img { width: 160px; height: 112px; margin: auto; }
  .founder-grid { grid-template-columns: 1fr; gap: 55px; }
  .founder-portrait { width: min(100%, 390px); margin: auto; }
  .portrait-frame { height: 500px; }
  .founder-portrait > p { align-items: flex-start; flex-direction: column; gap: 5px; }
  .founder-lead { font-size: 21px; }
  .founder-facts { gap: 15px; }
  .founder-facts > div { align-items: flex-start; flex-direction: column; gap: 8px; }
  .founder-facts > div + div { padding-left: 18px; }
  .section-heading { gap: 25px; }
  .service-grid { grid-template-columns: 1fr; margin-top: 45px; }
  .service-card { min-height: 420px; }
  .service-card:hover { transform: none; }
  .approach-photo { min-height: 380px; }
  .approach-panel { padding: 80px 24px; }
  .proof-grid, .contact-grid { gap: 48px; }
  .contact { padding: 85px 0; }
  .contact-details, .form-row { grid-template-columns: 1fr; }
  .contact-form { padding: 30px 22px; }
  .footer-main { min-height: 250px; grid-template-columns: 1fr; gap: 20px; align-content: center; }
  .footer-main > p { margin: 0; }
  .footer-brand img { width: 130px; height: 90px; }
  .footer-bottom { align-items: flex-start; flex-direction: column; gap: 12px; }
}

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