/* ═══════════════════════════════════════════════════════
   RESET & TOKENS
═══════════════════════════════════════════════════════ */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; -webkit-font-smoothing: antialiased; }

:root {
  --ink:        #0C1824;
  --ink-2:      #1E3348;
  --gold:       #B8925A;
  --gold-lt:    #D4AF82;
  --gold-pale:  #F3EBE0;
  --gold-wash:  #FAF5EE;
  --cream:      #FDFAF6;
  --white:      #FFFFFF;
  --mid:        #5A6670;
  --light:      #A0AAAF;
  --border:     rgba(184,146,90,0.22);
  --border-dark:rgba(184,146,90,0.35);
  --ff-serif:   'Cormorant', Georgia, serif;
  --ff-sans:    'Jost', system-ui, sans-serif;
  --ease:       cubic-bezier(0.4, 0, 0.2, 1);
  --dur:        0.38s;
  --r:          3px;
}

body { font-family: var(--ff-sans); background: var(--cream); color: var(--ink); line-height: 1.6; overflow-x: hidden; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button { cursor: pointer; border: none; background: none; font-family: inherit; }

/* ── LANGUAGE SYSTEM ── */
.it { display: block; } .en { display: none; }
body.is-en .it { display: none; } body.is-en .en { display: block; }
.it-inline { display: inline; } .en-inline { display: none; }
body.is-en .it-inline { display: none; } body.is-en .en-inline { display: inline; }

/* ── TOP STRIP ── */
.top-strip { background: var(--ink); padding: 9px 60px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.strip-contact { display: flex; gap: 28px; align-items: center; }
.strip-contact a { font-size: 11.5px; letter-spacing: 0.06em; color: rgba(255,255,255,0.55); display: flex; align-items: center; gap: 7px; transition: color var(--dur) var(--ease); }
.strip-contact a:hover { color: var(--gold-lt); }
.strip-icon { width: 14px; height: 14px; fill: none; stroke: var(--gold); stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round; flex-shrink: 0; }
.lang-switcher { display: flex; gap: 4px; align-items: center; }
.lang-btn { font-size: 11px; font-weight: 500; letter-spacing: 0.14em; text-transform: uppercase; color: rgba(255,255,255,0.4); padding: 4px 10px; border-radius: 2px; transition: all var(--dur) var(--ease); border: 1px solid transparent; }
.lang-btn.active, .lang-btn:hover { color: var(--gold); border-color: rgba(184,146,90,0.4); }

/* ── NAVIGATION ── */
nav { position: sticky; top: 0; z-index: 200; background: rgba(253,250,246,0.96); backdrop-filter: blur(16px); -webkit-backdrop-filter: blur(16px); border-bottom: 1px solid var(--border); height: 70px; display: flex; align-items: center; padding: 0 60px; justify-content: space-between; }
.nav-logo { font-family: var(--ff-serif); font-size: 21px; font-weight: 400; color: var(--ink); letter-spacing: 0.01em; white-space: nowrap; }
.nav-logo b { font-weight: 600; } .nav-logo em { font-style: italic; color: var(--gold); }
.nav-menu { display: flex; align-items: center; gap: 0; list-style: none; }
.nav-menu li a { font-size: 11.5px; font-weight: 500; letter-spacing: 0.12em; text-transform: uppercase; color: var(--mid); padding: 8px 18px; display: block; transition: color var(--dur) var(--ease); position: relative; }
.nav-menu li a:hover { color: var(--ink); }
.nav-menu li a::after { content: ''; position: absolute; bottom: 0; left: 18px; right: 18px; height: 1px; background: var(--gold); transform: scaleX(0); transform-origin: left; transition: transform var(--dur) var(--ease); }
.nav-menu li a:hover::after { transform: scaleX(1); }
.nav-book { background: var(--gold) !important; color: var(--white) !important; padding: 9px 22px !important; border-radius: var(--r) !important; letter-spacing: 0.1em !important; transition: background var(--dur) var(--ease), transform var(--dur) var(--ease) !important; margin-left: 8px; }
.nav-book:hover { background: var(--ink) !important; transform: translateY(-1px) !important; }
.nav-book::after { display: none !important; }
.hamburger { display: none; flex-direction: column; gap: 5px; padding: 8px; }
.hamburger span { display: block; width: 22px; height: 1.5px; background: var(--ink); transition: all var(--dur) var(--ease); }
.mobile-menu { display: none; position: fixed; inset: 0; background: var(--cream); z-index: 300; padding: 80px 40px 40px; flex-direction: column; gap: 8px; }
.mobile-menu.open { display: flex; }
.mobile-menu a { font-family: var(--ff-serif); font-size: 32px; font-weight: 300; color: var(--ink); padding: 12px 0; border-bottom: 1px solid var(--border); transition: color var(--dur) var(--ease); }
.mobile-menu a:hover { color: var(--gold); }
.mobile-close { position: absolute; top: 22px; right: 24px; font-size: 28px; color: var(--mid); background: none; border: none; cursor: pointer; }

/* ── HERO ── */
.hero { min-height: calc(100vh - 110px); background: var(--ink); display: grid; grid-template-columns: 55% 45%; position: relative; overflow: hidden; }
.hero-texture { position: absolute; inset: 0; background-image: linear-gradient(rgba(184,146,90,0.06) 1px, transparent 1px), linear-gradient(90deg, rgba(184,146,90,0.06) 1px, transparent 1px); background-size: 80px 80px; }
.hero-glow { position: absolute; width: 700px; height: 700px; right: -100px; top: -200px; background: radial-gradient(circle, rgba(184,146,90,0.12) 0%, transparent 65%); pointer-events: none; }
.hero-glow-2 { position: absolute; width: 400px; height: 400px; left: 30%; bottom: -100px; background: radial-gradient(circle, rgba(184,146,90,0.07) 0%, transparent 65%); pointer-events: none; }
.hero-left { position: relative; z-index: 2; display: flex; flex-direction: column; justify-content: center; padding: 80px 64px 80px 80px; }
.hero-pill { display: inline-flex; align-items: center; gap: 10px; background: rgba(184,146,90,0.14); border: 1px solid rgba(184,146,90,0.32); padding: 7px 16px; border-radius: 100px; margin-bottom: 36px; width: fit-content; }
.hero-pill-dot { width: 6px; height: 6px; background: var(--gold); border-radius: 50%; animation: pulse 2.2s ease-in-out infinite; }
@keyframes pulse { 0%, 100% { opacity: 1; transform: scale(1); } 50% { opacity: 0.5; transform: scale(0.8); } }
.hero-pill span { font-size: 11px; font-weight: 500; letter-spacing: 0.16em; text-transform: uppercase; color: var(--gold-lt); }
.hero-name { font-family: var(--ff-serif); color: var(--white); line-height: 1.0; margin-bottom: 8px; }
.hero-name .dr { font-size: clamp(18px, 2vw, 26px); font-weight: 300; font-style: italic; color: var(--gold-lt); display: block; margin-bottom: 6px; letter-spacing: 0.04em; }
.hero-name .first { font-size: clamp(52px, 6vw, 82px); font-weight: 300; display: block; letter-spacing: -0.01em; }
.hero-name .last { font-size: clamp(52px, 6vw, 82px); font-weight: 600; display: block; letter-spacing: -0.02em; line-height: 1; }
.hero-name .md { font-size: clamp(18px, 2vw, 26px); font-weight: 300; font-style: italic; color: var(--gold); display: block; margin-top: 10px; letter-spacing: 0.08em; }
.hero-rule { width: 56px; height: 1px; background: var(--gold); margin: 32px 0; }
.hero-desc { font-size: 15px; font-weight: 300; color: rgba(255,255,255,0.6); line-height: 1.8; max-width: 420px; margin-bottom: 40px; }
.hero-chips { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 44px; }
.chip { font-size: 11px; font-weight: 500; letter-spacing: 0.1em; text-transform: uppercase; color: rgba(255,255,255,0.7); background: rgba(255,255,255,0.06); border: 1px solid rgba(255,255,255,0.12); padding: 7px 14px; border-radius: 2px; transition: all var(--dur) var(--ease); }
.chip:hover { background: rgba(184,146,90,0.15); border-color: rgba(184,146,90,0.4); color: var(--gold-lt); }
.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; }
.btn-gold { background: var(--gold); color: var(--white); font-family: var(--ff-sans); font-size: 12px; font-weight: 500; letter-spacing: 0.14em; text-transform: uppercase; padding: 15px 32px; border-radius: var(--r); border: none; cursor: pointer; transition: all var(--dur) var(--ease); display: inline-flex; align-items: center; gap: 10px; }
.btn-gold:hover { background: var(--gold-lt); transform: translateY(-2px); box-shadow: 0 12px 32px rgba(184,146,90,0.35); }
.btn-ghost { background: transparent; color: rgba(255,255,255,0.7); font-family: var(--ff-sans); font-size: 12px; font-weight: 500; letter-spacing: 0.14em; text-transform: uppercase; padding: 14px 28px; border-radius: var(--r); border: 1px solid rgba(255,255,255,0.2); cursor: pointer; transition: all var(--dur) var(--ease); display: inline-flex; align-items: center; gap: 10px; }
.btn-ghost:hover { border-color: var(--gold); color: var(--gold-lt); }
.hero-right { position: relative; z-index: 2; display: flex; align-items: flex-end; justify-content: center; padding: 60px 60px 0; overflow: hidden; }
.hero-photo-frame { width: 100%; max-width: 420px; position: relative; }
.hero-photo { width: 100%; aspect-ratio: 3/4; background: linear-gradient(145deg, rgba(184,146,90,0.18) 0%, rgba(30,51,72,0.9) 60%, rgba(12,24,36,1) 100%); border-radius: 4px 4px 0 0; border: 1px solid rgba(184,146,90,0.25); border-bottom: none; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 16px; overflow: hidden; position: relative; }
.hero-photo img { width: 100%; height: 100%; object-fit: cover; object-position: center top; }
.hero-photo-placeholder { display: flex; flex-direction: column; align-items: center; gap: 12px; color: rgba(184,146,90,0.4); }
.hero-photo-placeholder svg { width: 72px; height: 72px; stroke: rgba(184,146,90,0.3); fill: none; stroke-width: 0.8; }
.hero-photo-placeholder p { font-family: var(--ff-serif); font-style: italic; font-size: 15px; color: rgba(184,146,90,0.4); text-align: center; line-height: 1.5; }
.photo-hint { position: absolute; bottom: 20px; left: 50%; transform: translateX(-50%); background: rgba(12,24,36,0.85); border: 1px solid var(--border); padding: 10px 18px; border-radius: 20px; font-size: 11px; letter-spacing: 0.1em; color: var(--gold-lt); white-space: nowrap; font-weight: 500; }
.hero-cert-card { position: absolute; bottom: 32px; left: -40px; background: var(--gold); padding: 16px 20px; border-radius: var(--r); box-shadow: 0 16px 40px rgba(0,0,0,0.4); min-width: 180px; }
.hero-cert-card .cert-label { font-size: 9px; font-weight: 500; letter-spacing: 0.18em; text-transform: uppercase; color: rgba(12,24,36,0.7); margin-bottom: 4px; }
.hero-cert-card .cert-value { font-family: var(--ff-serif); font-size: 17px; font-weight: 600; color: var(--ink); }

/* ── STATS ── */
.stats { background: var(--gold-pale); border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); display: grid; grid-template-columns: repeat(4, 1fr); }
.stat { padding: 36px 20px; text-align: center; border-right: 1px solid var(--border); transition: background var(--dur) var(--ease); }
.stat:last-child { border-right: none; }
.stat:hover { background: rgba(184,146,90,0.12); }
.stat-n { font-family: var(--ff-serif); font-size: 44px; font-weight: 500; color: var(--ink); line-height: 1; margin-bottom: 6px; letter-spacing: -0.02em; }
.stat-n em { font-style: italic; color: var(--gold); }
.stat-l { font-size: 11px; font-weight: 500; letter-spacing: 0.14em; text-transform: uppercase; color: var(--mid); }

/* ── SHARED ── */
.section { padding: 110px 80px; }
.section-inner { max-width: 1160px; margin: 0 auto; }
.eyebrow { display: flex; align-items: center; gap: 14px; font-size: 11px; font-weight: 500; letter-spacing: 0.22em; text-transform: uppercase; color: var(--gold); margin-bottom: 18px; }
.eyebrow::before { content: ''; display: block; width: 32px; height: 1px; background: var(--gold); flex-shrink: 0; }
.h2 { font-family: var(--ff-serif); font-size: clamp(38px, 4.5vw, 58px); font-weight: 300; line-height: 1.12; color: var(--ink); margin-bottom: 22px; }
.h2 em { font-style: italic; color: var(--gold); }
.h2-light { color: var(--white); }
.lead { font-size: 15px; font-weight: 300; color: var(--mid); line-height: 1.85; max-width: 580px; }
.rule { width: 52px; height: 1px; background: var(--gold); margin: 28px 0; }

/* ── ABOUT ── */
.about { background: var(--white); }
.about-grid { display: grid; grid-template-columns: 420px 1fr; gap: 90px; align-items: start; }
.about-visual { position: relative; }
.about-photo { width: 100%; aspect-ratio: 3/4; background: linear-gradient(145deg, var(--ink-2) 0%, var(--ink) 100%); border-radius: var(--r); overflow: hidden; position: relative; }
.about-photo img { width: 100%; height: 100%; object-fit: cover; object-position: top center; }
.about-photo-placeholder { width: 100%; height: 100%; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 14px; }
.about-photo-placeholder svg { width: 88px; height: 88px; stroke: rgba(184,146,90,0.25); fill: none; stroke-width: 0.7; }
.about-photo-placeholder p { font-family: var(--ff-serif); font-style: italic; font-size: 14px; color: rgba(184,146,90,0.35); text-align: center; }
.about-photo-accent { position: absolute; bottom: -18px; right: -18px; width: 140px; height: 200px; border: 1.5px solid var(--border-dark); border-radius: var(--r); z-index: -1; }
.about-quote { background: var(--ink); color: var(--white); padding: 28px 32px; border-radius: var(--r); margin-top: 40px; position: relative; overflow: hidden; }
.about-quote::before { content: '\201C'; position: absolute; top: -10px; left: 18px; font-family: var(--ff-serif); font-size: 80px; color: var(--gold); opacity: 0.2; line-height: 1; }
.about-quote p { font-family: var(--ff-serif); font-size: 17px; font-style: italic; font-weight: 300; line-height: 1.6; color: rgba(255,255,255,0.88); position: relative; z-index: 1; }
.about-body { font-size: 15px; font-weight: 300; color: var(--mid); line-height: 1.85; margin-bottom: 16px; }
.about-body strong { font-weight: 500; color: var(--ink); }
.timeline { margin-top: 44px; }
.tl-item { display: grid; grid-template-columns: 72px 1fr; gap: 20px; padding: 20px 0; border-bottom: 1px solid var(--border); }
.tl-item:last-child { border-bottom: none; }
.tl-year { font-family: var(--ff-serif); font-size: 14px; font-weight: 500; color: var(--gold); padding-top: 2px; }
.tl-info strong { display: block; font-size: 14px; font-weight: 500; color: var(--ink); margin-bottom: 3px; line-height: 1.4; }
.tl-info span { font-size: 12.5px; color: var(--light); }
.cert-badge { display: inline-flex; align-items: center; gap: 12px; background: var(--gold-pale); border: 1px solid var(--border-dark); padding: 14px 20px; border-radius: var(--r); margin-top: 32px; }
.cert-badge-icon { width: 36px; height: 36px; background: var(--gold); border-radius: 50%; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.cert-badge-icon svg { width: 18px; height: 18px; stroke: var(--white); fill: none; stroke-width: 2; }
.cert-badge-text small { display: block; font-size: 10px; font-weight: 500; letter-spacing: 0.14em; text-transform: uppercase; color: var(--light); margin-bottom: 2px; }
.cert-badge-text strong { font-size: 13.5px; font-weight: 500; color: var(--ink); }

/* ── SERVICES ── */
.services { background: var(--cream); }
.services-intro { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: end; margin-bottom: 60px; }
.services-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2px; background: var(--border); }
.svc { background: var(--white); padding: 38px 32px; position: relative; overflow: hidden; transition: background var(--dur) var(--ease); cursor: default; }
.svc::after { content: ''; position: absolute; bottom: 0; left: 0; width: 100%; height: 2px; background: var(--gold); transform: scaleX(0); transform-origin: left; transition: transform var(--dur) var(--ease); }
.svc:hover { background: var(--ink); } .svc:hover::after { transform: scaleX(1); }
.svc:hover .svc-num { color: rgba(184,146,90,0.25); }
.svc:hover .svc-name { color: var(--white); }
.svc:hover .svc-desc { color: rgba(255,255,255,0.5); }
.svc-num { font-family: var(--ff-serif); font-size: 48px; font-weight: 300; color: var(--gold-pale); line-height: 1; margin-bottom: 16px; transition: color var(--dur) var(--ease); }
.svc-name { font-family: var(--ff-serif); font-size: 21px; font-weight: 500; color: var(--ink); margin-bottom: 10px; transition: color var(--dur) var(--ease); line-height: 1.25; }
.svc-desc { font-size: 13px; font-weight: 300; color: var(--mid); line-height: 1.75; transition: color var(--dur) var(--ease); }

/* ── LOCATIONS ── */
.locations { background: var(--ink); position: relative; overflow: hidden; }
.locations::before { content: ''; position: absolute; inset: 0; background-image: linear-gradient(rgba(184,146,90,0.05) 1px, transparent 1px), linear-gradient(90deg, rgba(184,146,90,0.05) 1px, transparent 1px); background-size: 60px 60px; }
.locations .lead { color: rgba(255,255,255,0.5); max-width: 500px; }
.loc-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; margin-top: 56px; }
.loc-card { background: rgba(255,255,255,0.04); border: 1px solid rgba(184,146,90,0.2); border-radius: var(--r); padding: 48px 44px 40px; position: relative; overflow: hidden; transition: all var(--dur) var(--ease); }
.loc-card::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 2px; background: linear-gradient(90deg, var(--gold), transparent); }
.loc-card:hover { background: rgba(184,146,90,0.08); border-color: rgba(184,146,90,0.38); transform: translateY(-3px); }
.loc-tag { font-size: 10px; font-weight: 500; letter-spacing: 0.2em; text-transform: uppercase; color: var(--gold); margin-bottom: 20px; display: block; }
.loc-name { font-family: var(--ff-serif); font-size: 30px; font-weight: 400; color: var(--white); margin-bottom: 4px; line-height: 1.15; }
.loc-city { font-size: 14px; color: rgba(255,255,255,0.4); margin-bottom: 36px; }
.loc-detail { display: flex; gap: 14px; align-items: flex-start; margin-bottom: 18px; }
.loc-icon { margin-top: 1px; flex-shrink: 0; width: 18px; height: 18px; stroke: var(--gold); stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round; fill: none; }
.loc-detail-body strong { display: block; font-size: 12px; font-weight: 500; letter-spacing: 0.08em; text-transform: uppercase; color: rgba(255,255,255,0.5); margin-bottom: 3px; }
.loc-detail-body span { font-size: 14px; color: rgba(255,255,255,0.75); line-height: 1.5; }
.loc-detail-body a { font-size: 14px; color: rgba(255,255,255,0.75); transition: color var(--dur) var(--ease); }
.loc-detail-body a:hover { color: var(--gold-lt); }
.loc-cta { display: inline-flex; align-items: center; gap: 10px; margin-top: 32px; font-size: 11.5px; font-weight: 500; letter-spacing: 0.12em; text-transform: uppercase; color: var(--gold); padding-bottom: 6px; border-bottom: 1px solid rgba(184,146,90,0.3); transition: all var(--dur) var(--ease); }
.loc-cta:hover { gap: 16px; border-bottom-color: var(--gold); }
.loc-arrow { width: 14px; height: 14px; stroke: currentColor; fill: none; stroke-width: 2; transition: transform var(--dur) var(--ease); }
.loc-cta:hover .loc-arrow { transform: translate(3px, -3px); }

/* ── PUBLICATION ── */
.pub-band { background: var(--gold-pale); border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); padding: 72px 80px; }
.pub-inner { max-width: 1000px; margin: 0 auto; display: grid; grid-template-columns: 220px 1fr; gap: 72px; align-items: center; }
.pub-side { display: flex; flex-direction: column; align-items: center; gap: 16px; border-right: 1px solid var(--border-dark); padding-right: 72px; }
.pub-journal-name { font-family: var(--ff-serif); font-size: 24px; font-weight: 400; font-style: italic; color: var(--ink); text-align: center; line-height: 1.3; }
.pub-year { font-size: 11px; font-weight: 500; letter-spacing: 0.18em; text-transform: uppercase; color: var(--gold); }
.pub-oxford { font-size: 11px; letter-spacing: 0.08em; text-transform: uppercase; color: var(--light); }
.pub-type { font-size: 10.5px; font-weight: 500; letter-spacing: 0.2em; text-transform: uppercase; color: var(--gold); margin-bottom: 16px; display: flex; align-items: center; gap: 12px; }
.pub-type::before { content: ''; display: block; width: 24px; height: 1px; background: var(--gold); }
.pub-title { font-family: var(--ff-serif); font-size: 26px; font-weight: 400; color: var(--ink); line-height: 1.35; margin-bottom: 14px; }
.pub-authors { font-size: 13px; font-weight: 300; color: var(--mid); line-height: 1.6; margin-bottom: 24px; }
.pub-authors strong { font-weight: 500; color: var(--ink); }
.pub-link { display: inline-flex; align-items: center; gap: 10px; font-size: 11.5px; font-weight: 500; letter-spacing: 0.12em; text-transform: uppercase; color: var(--ink); padding-bottom: 5px; border-bottom: 1px solid var(--gold); transition: all var(--dur) var(--ease); }
.pub-link:hover { color: var(--gold); gap: 14px; }

/* ── CONTACT ── */
.contact { background: var(--white); }
.contact-grid { display: grid; grid-template-columns: 1fr 480px; gap: 80px; align-items: start; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.form-group { margin-bottom: 16px; }
.form-label { display: block; font-size: 10.5px; font-weight: 500; letter-spacing: 0.15em; text-transform: uppercase; color: var(--light); margin-bottom: 8px; }
.form-input, .form-select, .form-textarea { width: 100%; font-family: var(--ff-sans); font-size: 14px; font-weight: 300; color: var(--ink); background: var(--cream); border: 1px solid var(--border-dark); border-radius: var(--r); padding: 13px 16px; outline: none; transition: border-color var(--dur) var(--ease), box-shadow var(--dur) var(--ease); -webkit-appearance: none; }
.form-input:focus, .form-select:focus, .form-textarea:focus { border-color: var(--gold); box-shadow: 0 0 0 3px rgba(184,146,90,0.12); }
.form-input::placeholder, .form-textarea::placeholder { color: var(--light); }
.form-textarea { height: 110px; resize: vertical; }
.form-select { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%23A0AAAF' stroke-width='1.5' fill='none' stroke-linecap='round'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right 14px center; padding-right: 36px; }
.privacy-note { font-size: 11.5px; color: var(--light); line-height: 1.6; margin-top: 12px; }
.privacy-note a { color: var(--gold); border-bottom: 1px solid var(--border-dark); }
.btn-submit { width: 100%; margin-top: 8px; background: var(--ink); color: var(--white); font-family: var(--ff-sans); font-size: 12px; font-weight: 500; letter-spacing: 0.16em; text-transform: uppercase; padding: 16px; border-radius: var(--r); border: none; cursor: pointer; transition: all var(--dur) var(--ease); display: flex; align-items: center; justify-content: center; gap: 12px; }
.btn-submit:hover { background: var(--gold); transform: translateY(-1px); box-shadow: 0 8px 24px rgba(184,146,90,0.3); }
.btn-submit svg { width: 16px; height: 16px; stroke: currentColor; fill: none; stroke-width: 2; }
.contact-sidebar { background: var(--ink); border-radius: var(--r); padding: 44px 40px; position: sticky; top: 90px; }
.sidebar-title { font-family: var(--ff-serif); font-size: 28px; font-weight: 300; color: var(--white); line-height: 1.3; margin-bottom: 36px; }
.sidebar-title em { color: var(--gold); font-style: italic; }
.c-method { display: flex; gap: 16px; align-items: flex-start; padding: 18px 0; border-bottom: 1px solid rgba(255,255,255,0.07); }
.c-method:last-of-type { border-bottom: none; }
.c-icon-wrap { width: 40px; height: 40px; background: rgba(184,146,90,0.12); border: 1px solid rgba(184,146,90,0.22); border-radius: 50%; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.c-icon-wrap svg { width: 16px; height: 16px; stroke: var(--gold); fill: none; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.c-label { font-size: 10px; font-weight: 500; letter-spacing: 0.16em; text-transform: uppercase; color: rgba(255,255,255,0.35); margin-bottom: 4px; }
.c-value { font-family: var(--ff-serif); font-size: 18px; font-weight: 400; color: var(--white); line-height: 1.3; }
.c-value a { color: var(--gold-lt); transition: color var(--dur) var(--ease); }
.c-value a:hover { color: var(--gold); }
.c-note { font-size: 12px; color: rgba(255,255,255,0.35); margin-top: 2px; }
.verif-section { margin-top: 32px; padding-top: 28px; border-top: 1px solid rgba(255,255,255,0.07); }
.verif-label { font-size: 10px; font-weight: 500; letter-spacing: 0.18em; text-transform: uppercase; color: var(--gold); margin-bottom: 14px; }
.verif-links { display: flex; flex-direction: column; gap: 10px; }
.verif-link { font-size: 12.5px; color: rgba(255,255,255,0.45); display: flex; align-items: center; gap: 8px; transition: color var(--dur) var(--ease); }
.verif-link:hover { color: var(--gold-lt); }
.verif-link svg { width: 12px; height: 12px; stroke: currentColor; fill: none; stroke-width: 2; flex-shrink: 0; }

/* ── FOOTER ── */
footer { background: var(--ink); border-top: 1px solid rgba(255,255,255,0.06); padding: 64px 80px 32px; }
.footer-grid { display: grid; grid-template-columns: 2.2fr 1fr 1fr 1fr; gap: 48px; padding-bottom: 52px; border-bottom: 1px solid rgba(255,255,255,0.07); margin-bottom: 28px; }
.footer-brand-name { font-family: var(--ff-serif); font-size: 22px; font-weight: 400; color: var(--white); margin-bottom: 14px; }
.footer-brand-name em { font-style: italic; color: var(--gold); }
.footer-tagline { font-size: 13px; font-weight: 300; color: rgba(255,255,255,0.4); line-height: 1.75; max-width: 260px; margin-bottom: 24px; }
.footer-cert { display: inline-flex; align-items: center; gap: 8px; background: rgba(184,146,90,0.1); border: 1px solid rgba(184,146,90,0.22); padding: 7px 14px; border-radius: 100px; font-size: 11px; font-weight: 500; letter-spacing: 0.1em; text-transform: uppercase; color: var(--gold-lt); }
.footer-cert-dot { width: 5px; height: 5px; background: var(--gold); border-radius: 50%; }
.footer-col-title { font-size: 10px; font-weight: 500; letter-spacing: 0.2em; text-transform: uppercase; color: var(--gold); margin-bottom: 20px; }
.footer-links { list-style: none; display: flex; flex-direction: column; gap: 10px; }
.footer-links a { font-size: 13px; font-weight: 300; color: rgba(255,255,255,0.45); transition: color var(--dur) var(--ease); }
.footer-links a:hover { color: var(--gold-lt); }
.footer-bottom { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 14px; }
.footer-copy { font-size: 12px; color: rgba(255,255,255,0.25); }
.footer-legal { display: flex; gap: 20px; }
.footer-legal a { font-size: 12px; color: rgba(255,255,255,0.25); transition: color var(--dur) var(--ease); }
.footer-legal a:hover { color: var(--gold-lt); }

/* ── SCROLL REVEAL ── */
.reveal { opacity: 0; transform: translateY(28px); transition: opacity 0.7s var(--ease), transform 0.7s var(--ease); }
.reveal.visible { opacity: 1; transform: none; }
.reveal-delay-1 { transition-delay: 0.08s; }
.reveal-delay-2 { transition-delay: 0.18s; }
.reveal-delay-3 { transition-delay: 0.28s; }
.reveal-delay-4 { transition-delay: 0.38s; }

/* ── RESPONSIVE ── */
@media (max-width: 1100px) {
  .hero { grid-template-columns: 1fr; min-height: auto; }
  .hero-right { display: none; }
  .hero-left { padding: 80px 48px 80px 60px; }
  .about-grid { grid-template-columns: 1fr; gap: 56px; }
  .about-photo-accent { display: none; }
  .services-intro { grid-template-columns: 1fr; gap: 24px; }
  .services-grid { grid-template-columns: 1fr 1fr; }
  .contact-grid { grid-template-columns: 1fr; }
  .contact-sidebar { position: static; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  nav { padding: 0 40px; }
  .section { padding: 80px 48px; }
  .pub-band { padding: 64px 48px; }
  footer { padding: 56px 48px 28px; }
  .top-strip { padding: 8px 40px; }
}
@media (max-width: 768px) {
  .top-strip { padding: 8px 24px; }
  .strip-contact { gap: 14px; }
  .strip-contact .hide-mobile { display: none; }
  nav { padding: 0 24px; }
  .nav-menu { display: none; }
  .hamburger { display: flex; }
  .hero-left { padding: 60px 28px; }
  .hero-name .first, .hero-name .last { font-size: clamp(44px, 12vw, 60px); }
  .stats { grid-template-columns: 1fr 1fr; }
  .stat { border-right: none; border-bottom: 1px solid var(--border); }
  .stat:nth-child(odd) { border-right: 1px solid var(--border); }
  .stat:last-child, .stat:nth-last-child(2):nth-child(odd) { border-bottom: none; }
  .section { padding: 64px 24px; }
  .services-grid { grid-template-columns: 1fr; }
  .loc-grid { grid-template-columns: 1fr; }
  .pub-band { padding: 56px 24px; }
  .pub-inner { grid-template-columns: 1fr; gap: 32px; }
  .pub-side { border-right: none; padding-right: 0; flex-direction: row; flex-wrap: wrap; justify-content: flex-start; }
  .form-row { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
  footer { padding: 48px 24px 24px; }
}
