:root {
  --red: #8f1820;
  --red-bright: #b4212b;
  --ink: #17252b;
  --slate: #344850;
  --mist: #edf1f1;
  --cream: #f7f3ea;
  --paper: #fffdf8;
  --gold: #d3a443;
  --line: rgba(23,37,43,.15);
  --shadow: 0 20px 60px rgba(17,31,37,.14);
  --shell: min(1180px, calc(100% - 40px));
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
img { display: block; max-width: 100%; }
a { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
.shell { width: var(--shell); margin-inline: auto; }
.sr-only, .skip-link:not(:focus) {
  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:focus { position: fixed; z-index: 999; top: 10px; left: 10px; padding: 10px 14px; background: white; color: black; }

.site-header {
  position: fixed; inset: 0 0 auto; z-index: 50; color: white;
  background: linear-gradient(to bottom, rgba(11,22,27,.82), rgba(11,22,27,.22), transparent);
  transition: background .25s ease, box-shadow .25s ease;
}
.site-header.scrolled { background: rgba(20,34,40,.96); box-shadow: 0 6px 25px rgba(0,0,0,.18); backdrop-filter: blur(12px); }
.header-inner { min-height: 88px; display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.brand { display: inline-flex; align-items: center; gap: 13px; text-decoration: none; }
.brand-mark {
  width: 52px; height: 52px; border-radius: 50%; display: grid; place-items: center;
  border: 2px solid rgba(255,255,255,.78); font-family: Georgia, serif; font-weight: 800; letter-spacing: -.04em;
}
.brand-copy { display: grid; line-height: 1.12; }
.brand-copy strong { font-family: Georgia, "Times New Roman", serif; font-size: 1.12rem; letter-spacing: .01em; }
.brand-copy small { margin-top: 5px; opacity: .72; font-size: .72rem; text-transform: uppercase; letter-spacing: .16em; }
.site-nav { display: flex; gap: 27px; align-items: center; }
.site-nav a { text-decoration: none; font-size: .86rem; font-weight: 700; letter-spacing: .04em; position: relative; }
.site-nav a::after { content:""; position:absolute; left:0; right:100%; bottom:-9px; height:2px; background:#fff; transition:right .2s ease; }
.site-nav a:hover::after, .site-nav a:focus-visible::after { right:0; }
.menu-button { display:none; background:transparent; border:0; padding:8px; }
.menu-button span:not(.sr-only) { display:block; width:26px; height:2px; margin:5px; background:#fff; }

.hero { position: relative; min-height: 850px; height: 100svh; max-height: 980px; color: white; overflow: hidden; display: grid; align-items: center; }
.hero-art, .hero-shade { position:absolute; inset:0; }
.hero-art img { width:100%; height:100%; display:block; object-fit:cover; object-position:center center; transform:scale(1.005); }
.hero-shade { background: linear-gradient(90deg, rgba(8,20,25,.91) 0%, rgba(8,20,25,.63) 43%, rgba(8,20,25,.13) 78%), linear-gradient(to top, rgba(8,20,25,.74), transparent 48%); }
.hero-content { position:relative; z-index:2; padding-top:72px; }
.eyebrow { margin:0 0 18px; font-size:.75rem; line-height:1.3; font-weight:800; text-transform:uppercase; letter-spacing:.23em; }
.eyebrow::before { content:""; display:inline-block; width:42px; height:2px; margin:0 13px 4px 0; background:currentColor; }
.eyebrow.red { color:var(--red); }
.eyebrow.light { color:#f0d59e; }
h1,h2,h3 { font-family: Georgia, "Times New Roman", serif; line-height:1.08; margin:0; font-weight:700; }
h1 { max-width:860px; font-size:clamp(3.25rem, 7vw, 7rem); letter-spacing:-.048em; }
h1 span { color:#f0c266; }
.hero-lead { max-width:720px; margin:30px 0 0; font-size:clamp(1.08rem, 2vw, 1.35rem); color:rgba(255,255,255,.84); }
.hero-actions { display:flex; flex-wrap:wrap; gap:14px; margin-top:38px; }
.button { min-height:52px; display:inline-flex; align-items:center; justify-content:center; padding:0 25px; border-radius:3px; text-decoration:none; font-size:.85rem; font-weight:800; letter-spacing:.05em; text-transform:uppercase; transition:transform .2s ease, background .2s ease; }
.button:hover { transform:translateY(-2px); }
.button-primary { background:var(--red-bright); color:white; box-shadow:0 13px 30px rgba(87,11,17,.35); }
.button-primary:hover { background:#c52a34; }
.button-ghost { border:1px solid rgba(255,255,255,.52); color:white; background:rgba(255,255,255,.06); }
.button-ghost:hover { background:rgba(255,255,255,.14); }
.hero-route { position:absolute; z-index:2; left:50%; transform:translateX(-50%); bottom:32px; display:flex; align-items:center; color:rgba(255,255,255,.66); font-size:.68rem; text-transform:uppercase; letter-spacing:.18em; }
.hero-route i { width:56px; height:1px; background:rgba(255,255,255,.38); margin:0 13px; position:relative; }
.hero-route i::after { content:""; position:absolute; width:5px; height:5px; border-radius:50%; background:#fff; top:-2px; left:50%; }

.section { padding:115px 0; }
.intro { background:var(--paper); }
.split { display:grid; grid-template-columns:minmax(0,.85fr) minmax(0,1.15fr); gap:80px; align-items:start; }
h2 { font-size:clamp(2.45rem, 5vw, 5rem); letter-spacing:-.045em; }
.prose p { margin:0 0 1.35em; }
.prose p:last-child { margin-bottom:0; }
.large-copy { font-size:clamp(1.13rem, 1.6vw, 1.35rem); color:#34474e; }
.large-copy strong { color:var(--red); }

.feature { color:white; background:#16272e; position:relative; overflow:hidden; }
.feature::before { content:""; position:absolute; width:680px; height:680px; border:1px solid rgba(255,255,255,.05); border-radius:50%; right:-250px; top:-330px; box-shadow:0 0 0 80px rgba(255,255,255,.018), 0 0 0 160px rgba(255,255,255,.012); }
.feature-top { position:relative; display:flex; justify-content:space-between; align-items:end; gap:30px; margin-bottom:62px; }
.feature-subtitle { margin:13px 0 0; color:rgba(255,255,255,.62); text-transform:uppercase; font-weight:700; letter-spacing:.13em; font-size:.78rem; }
.number-badge { min-width:155px; padding:18px 22px; border:1px solid rgba(255,255,255,.24); text-align:center; background:rgba(255,255,255,.035); }
.number-badge small { display:block; font-size:.66rem; letter-spacing:.22em; opacity:.65; }
.number-badge strong { display:block; margin-top:2px; font:700 2.4rem/1 Georgia,serif; color:#f3d18c; }
.feature-grid { position:relative; display:grid; grid-template-columns:minmax(0,1.15fr) minmax(340px,.85fr); gap:70px; align-items:center; }
.feature-visual { position:relative; box-shadow:0 28px 80px rgba(0,0,0,.35); }
.feature-visual img { width:100%; aspect-ratio:4/3; object-fit:cover; }
.image-note { position:absolute; left:18px; bottom:18px; padding:8px 11px; color:rgba(255,255,255,.82); background:rgba(10,22,27,.76); backdrop-filter:blur(7px); font-size:.66rem; text-transform:uppercase; letter-spacing:.11em; }
.feature-copy { font-size:1.05rem; color:rgba(255,255,255,.75); }
.feature-copy .dropcap::first-letter { float:left; margin:4px 10px 0 0; font:700 4.4rem/.75 Georgia,serif; color:#efc66f; }
.text-link { display:inline-flex; align-items:center; gap:9px; margin-top:18px; color:white; text-decoration:none; font-weight:800; }
.text-link span { color:#efc66f; transition:transform .2s ease; }
.text-link:hover span { transform:translateX(5px); }
.spec-grid { position:relative; display:grid; grid-template-columns:repeat(4,1fr); margin:74px 0 0; border-top:1px solid rgba(255,255,255,.16); border-left:1px solid rgba(255,255,255,.16); }
.spec-grid div { min-height:120px; padding:24px; border-right:1px solid rgba(255,255,255,.16); border-bottom:1px solid rgba(255,255,255,.16); }
.spec-grid dt { color:rgba(255,255,255,.47); text-transform:uppercase; font-size:.66rem; font-weight:800; letter-spacing:.15em; }
.spec-grid dd { margin:13px 0 0; font:700 1.45rem/1.15 Georgia,serif; color:#fff; }

.gallery-section { background:var(--cream); }
.section-heading { display:grid; grid-template-columns:1.1fr .9fr; gap:65px; align-items:end; margin-bottom:55px; }
.section-heading > p { margin:0; color:#56676d; font-size:1.04rem; }
.gallery-grid { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:24px; }
.gallery-card { margin:0; background:white; box-shadow:0 10px 34px rgba(27,42,48,.08); overflow:hidden; }
.gallery-card img { width:100%; aspect-ratio:4/3; object-fit:cover; transition:transform .5s ease; }
.gallery-card-wide img { aspect-ratio:16/8.8; }
.gallery-card:hover img { transform:scale(1.025); }
.gallery-card figcaption { display:grid; grid-template-columns:40px 1fr; padding:22px 24px 24px; border-top:1px solid rgba(0,0,0,.06); }
.gallery-card figcaption span { grid-row:1 / 3; color:var(--red); font-size:.72rem; font-weight:900; letter-spacing:.1em; }
.gallery-card figcaption strong { font:700 1.22rem/1.2 Georgia,serif; }
.gallery-card figcaption small { display:block; margin-top:5px; color:#718087; font-size:.82rem; }

.workbench { background:#8b1720; color:white; }
.section-heading.compact { margin-bottom:48px; }
.section-heading.compact > p { color:rgba(255,255,255,.72); }
.workbench-grid { display:grid; grid-template-columns:repeat(3,1fr); border-top:1px solid rgba(255,255,255,.2); border-left:1px solid rgba(255,255,255,.2); }
.workbench-grid article { padding:38px; min-height:315px; border-right:1px solid rgba(255,255,255,.2); border-bottom:1px solid rgba(255,255,255,.2); background:rgba(255,255,255,.025); }
.line-icon { display:grid; place-items:center; width:52px; height:52px; border:1px solid rgba(255,255,255,.4); border-radius:50%; font-size:1.35rem; color:#f1ce86; }
.workbench-grid h3 { margin-top:35px; font-size:1.7rem; }
.workbench-grid p { color:rgba(255,255,255,.74); }
.workbench-grid small { display:block; margin-top:28px; color:#f2d599; font-weight:800; text-transform:uppercase; letter-spacing:.1em; }

.personal-note { background:#fff; }
.note-inner { display:grid; grid-template-columns:220px 1fr; gap:70px; align-items:center; max-width:980px; }
.initials { width:210px; aspect-ratio:1; display:grid; place-items:center; border-radius:50%; background:var(--cream); color:var(--red); border:1px solid #e1d8c8; box-shadow:inset 0 0 0 14px var(--paper); font:700 4rem/1 Georgia,serif; }
.note-inner h2 { font-size:clamp(2.25rem,4vw,4.1rem); }
.note-inner p:not(.eyebrow) { color:#506168; font-size:1.08rem; }
.signature { font-family:Georgia,serif; font-style:italic; color:var(--red)!important; }

.site-footer { color:white; background:#102027; padding:70px 0 28px; }
.footer-grid { display:grid; grid-template-columns:1fr 1fr; gap:50px; }
.footer-grid strong { font:700 1.45rem/1.2 Georgia,serif; }
.footer-grid p { max-width:490px; color:rgba(255,255,255,.58); }
.footer-grid > div:last-child { text-align:right; }
.footer-grid a { color:#f1cd83; text-decoration:none; font-weight:800; }
.fine-print { margin-left:auto; font-size:.76rem; }
.footer-bottom { display:flex; justify-content:space-between; gap:20px; margin-top:48px; padding-top:24px; border-top:1px solid rgba(255,255,255,.12); color:rgba(255,255,255,.42); font-size:.72rem; text-transform:uppercase; letter-spacing:.11em; }

@media (max-width: 900px) {
  .menu-button { display:block; }
  .site-nav { position:absolute; top:78px; left:20px; right:20px; display:none; padding:14px; background:rgba(16,32,39,.98); box-shadow:var(--shadow); }
  .site-nav.open { display:grid; }
  .site-nav a { padding:12px; }
  .site-nav a::after { display:none; }
  .hero { min-height:760px; }
  .hero-shade { background:linear-gradient(90deg,rgba(8,20,25,.88),rgba(8,20,25,.38)),linear-gradient(to top,rgba(8,20,25,.7),transparent 50%); }
  .split, .feature-grid, .section-heading { grid-template-columns:1fr; gap:34px; }
  .feature-grid { gap:48px; }
  .spec-grid { grid-template-columns:repeat(2,1fr); }
  .workbench-grid { grid-template-columns:1fr; }
  .note-inner { grid-template-columns:150px 1fr; gap:38px; }
  .initials { width:150px; }
}
@media (max-width: 620px) {
  :root { --shell:min(100% - 28px,1180px); }
  .header-inner { min-height:76px; }
  .brand-mark { width:44px; height:44px; font-size:.9rem; }
  .brand-copy strong { font-size:.98rem; }
  .brand-copy small { font-size:.61rem; }
  .hero { min-height:720px; }
  .hero-content { padding-top:50px; }
  h1 { font-size:clamp(3.05rem,16vw,4.5rem); }
  .hero-route { display:none; }
  .section { padding:82px 0; }
  .feature-top { align-items:start; }
  .number-badge { min-width:110px; padding:12px; }
  .number-badge strong { font-size:1.7rem; }
  .feature-grid { grid-template-columns:1fr; }
  .image-note { position:static; display:block; background:#24383f; }
  .spec-grid { grid-template-columns:1fr 1fr; }
  .spec-grid div { min-height:105px; padding:18px; }
  .spec-grid dd { font-size:1.12rem; }
  .gallery-grid { grid-template-columns:1fr; }
  .gallery-card-wide img { aspect-ratio:4/3; }
  .note-inner { grid-template-columns:1fr; }
  .initials { width:125px; }
  .footer-grid { grid-template-columns:1fr; }
  .footer-grid > div:last-child { text-align:left; }
  .fine-print { margin-left:0; }
  .footer-bottom { display:grid; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior:auto; }
  *, *::before, *::after { transition-duration:.01ms!important; animation-duration:.01ms!important; animation-iteration-count:1!important; }
}
