
:root {
  --navy: #071d3b;
  --navy-soft: #10284a;
  --gold: #c7a45a;
  --gold-soft: #dbc18a;
  --ivory: #f3efe7;
  --ivory-2: #eae3d7;
  --ink: #111111;
  --muted: #5d5d5d;
  --white: #ffffff;
  --line: rgba(7, 29, 59, 0.12);
  --shadow: 0 24px 50px rgba(7, 29, 59, 0.10);
  --radius: 22px;
  --container: 1200px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--ivory);
  color: var(--ink);
  font-family: 'Inter', sans-serif;
  line-height: 1.6;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
h1, h2, h3 {
  font-family: 'Cormorant Garamond', Georgia, serif;
  line-height: 1.02;
  letter-spacing: -0.02em;
  margin: 0;
}
p { margin: 0; }
.container { width: min(var(--container), calc(100% - 40px)); margin: 0 auto; }
.narrow { max-width: 860px; }
.section { padding: 92px 0; }
.section-panel { background: rgba(255,255,255,0.45); border-top: 1px solid rgba(255,255,255,0.35); border-bottom: 1px solid rgba(7,29,59,0.06); }
.section-panel-dark { background: var(--navy); color: var(--white); }
.center-copy { text-align: center; }
.center-copy p:last-child { margin: 22px auto 0; max-width: 760px; font-size: 18px; color: #314152; }
.eyebrow { display: inline-block; margin-bottom: 16px; font-size: 11px; font-weight: 600; letter-spacing: 0.30em; text-transform: uppercase; color: var(--gold); }
.eyebrow-light { color: var(--gold-soft); }
.site-header { position: sticky; top: 0; z-index: 20; background: rgba(243,239,231,0.92); backdrop-filter: blur(10px); border-bottom: 1px solid rgba(7,29,59,0.06); }
.header-inner { display: flex; align-items: center; justify-content: space-between; min-height: 76px; gap: 18px; }
.brand-lockup { display: inline-flex; align-items: center; gap: 12px; }
.brand-crest { width: 32px; height: 32px; object-fit: contain; }
.brand-text { display: flex; flex-direction: column; line-height: 1; }
.brand-name { font-family: 'Cormorant Garamond', Georgia, serif; font-size: 26px; color: var(--navy); letter-spacing: 0.04em; }
.brand-sub { font-size: 10px; text-transform: uppercase; letter-spacing: 0.28em; color: var(--muted); margin-top: 5px; }
.site-nav { display: flex; gap: 26px; font-size: 14px; color: var(--navy); }
.site-nav a { position: relative; }
.site-nav a::after { content: ""; position: absolute; left: 0; right: 0; bottom: -6px; height: 1px; background: var(--gold); transform: scaleX(0); transform-origin: left; transition: transform 0.2s ease; }
.site-nav a:hover::after { transform: scaleX(1); }
.hero-split { padding-top: 92px; padding-bottom: 92px; }
.hero-split-grid { display: grid; grid-template-columns: 1.02fr 0.98fr; gap: 48px; align-items: center; }
.hero-copy-block h1, .statement h2, .advisory h2, .process h2, .inquiry h2, .image-break h2 { font-size: clamp(42px, 5.8vw, 82px); }
.hero-copy-block h1 { color: var(--white); max-width: 700px; }
.hero-copy { font-size: 18px; max-width: 640px; margin-top: 22px; }
.hero-copy-light { color: rgba(255,255,255,0.82); }
.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; margin-top: 34px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 50px; padding: 0 22px; border-radius: 999px; border: 1px solid transparent; font-size: 14px; font-weight: 600; transition: 0.2s ease; }
.button-gold { background: var(--gold); color: var(--navy); box-shadow: var(--shadow); }
.button-gold:hover { background: var(--gold-soft); transform: translateY(-1px); }
.button-outline-light { color: var(--white); border-color: rgba(255,255,255,0.24); background: transparent; }
.button-outline-light:hover { background: rgba(255,255,255,0.10); }
.button-full { width: 100%; }
.framed-card { background: rgba(255,255,255,0.08); border: 1px solid rgba(219,193,138,0.16); padding: 14px; box-shadow: var(--shadow); }
.framed-card img { width: 100%; height: auto; display: block; }
.cinematic-card { width: 100%; max-width: 520px; justify-self: end; padding: 14px; background: rgba(255,255,255,0.05); border: 1px solid rgba(219,193,138,0.12); box-shadow: var(--shadow); }
.cinematic-card img { width: 100%; aspect-ratio: 5 / 4; object-fit: cover; object-position: center center; }
.statement h2, .advisory h2, .process h2 { color: var(--navy); }
.statement { background: var(--ivory); }
.advisory-simple-grid { display: grid; grid-template-columns: 1fr; gap: 36px; align-items: start; }
.advisory-list-simple { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; margin-top: 24px; }
.advisory-list-simple div { padding: 16px 18px; border: 1px solid rgba(7,29,59,0.12); color: var(--navy); background: rgba(255,255,255,0.55); font-size: 15px; }
.image-break-grid { display:grid; grid-template-columns: 0.92fr 1.08fr; gap: 50px; align-items: center; }
.image-break-copy h2 { color: var(--white); font-size: clamp(36px, 4.8vw, 64px); }
.image-break-copy p:last-child { margin-top: 20px; max-width: 520px; color: rgba(255,255,255,0.82); font-size: 17px; }
.image-break-card { max-width: 360px; justify-self: end; }
.process-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; margin-top: 34px; }
.process article { padding: 30px; background: rgba(255,255,255,0.68); border: 1px solid rgba(7,29,59,0.08); }
.process article span { display: inline-block; color: var(--gold); font-size: 13px; letter-spacing: 0.25em; text-transform: uppercase; font-weight: 600; margin-bottom: 12px; }
.process article h3 { font-size: 34px; color: var(--navy); margin-bottom: 10px; }
.process article p { color: #314152; font-size: 15px; }
.inquiry-split-grid { display: grid; grid-template-columns: 0.85fr 1.15fr; gap: 36px; align-items: start; }
.inquiry-copy h2 { color: var(--white); }
.inquiry-copy p:last-of-type { margin-top: 18px; max-width: 500px; color: rgba(255,255,255,0.84); font-size: 17px; }
.inquiry-form { background: rgba(255,255,255,0.08); border: 1px solid rgba(219,193,138,0.20); padding: 28px; backdrop-filter: blur(8px); }
.hidden-field { display: none; }
.form-row { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; margin-bottom: 16px; }
.form-row-single { grid-template-columns: 1fr; }
label span { display: block; color: rgba(255,255,255,0.88); margin-bottom: 8px; font-size: 14px; }
input, textarea { width: 100%; border: 1px solid rgba(255,255,255,0.18); background: rgba(255,255,255,0.98); color: var(--ink); font: inherit; padding: 13px 14px; outline: none; border-radius: 0; }
textarea { resize: vertical; min-height: 144px; }
input:focus, textarea:focus { border-color: var(--gold); }
.brand-close { background: #07162b; padding: 72px 0 28px; }
.brand-close-inner { display: grid; grid-template-columns: 1fr; gap: 28px; justify-items: center; }
.brand-close-card { max-width: 260px; margin: 0; box-shadow: var(--shadow); }
.brand-close-card img { width: 100%; height: auto; display:block; }
.footer-inner { width: 100%; min-height: 80px; display: flex; align-items: center; justify-content: space-between; gap: 18px; font-size: 14px; color: rgba(255,255,255,0.82); border-top: 1px solid rgba(255,255,255,0.08); padding-top: 22px; }
.footer-brand { display: block; font-weight: 600; color: var(--white); }
.footer-note { display: block; margin-top: 4px; font-size: 12px; color: rgba(255,255,255,0.56); }
@media (max-width: 980px) {
  .hero-split-grid, .advisory-simple-grid, .inquiry-split-grid, .process-grid, .image-break-grid { grid-template-columns: 1fr; }
  .cinematic-card, .image-break-card { justify-self: start; }
  .advisory-list-simple { grid-template-columns: 1fr; }
}
@media (max-width: 720px) {
  .site-nav { display: none; }
  .section { padding: 72px 0; }
  .hero-split { padding-top: 72px; }
  .container { width: min(var(--container), calc(100% - 28px)); }
  .form-row { grid-template-columns: 1fr; }
  .brand-name { font-size: 22px; }
  .brand-sub { letter-spacing: 0.22em; }
  .hero-actions { flex-direction: column; align-items: stretch; }
  .footer-inner { flex-direction: column; align-items: flex-start; }
}
