:root{
  --ink:#11110f;
  --muted:#6f6a63;
  --paper:#f4f0e9;
  --accent:#aa8b65;
  --line:rgba(17,17,15,.13);
}
*{box-sizing:border-box}
html,body{width:100%;height:100%;margin:0;overflow:hidden}
body{font-family:Arial,Helvetica,sans-serif;color:var(--ink);background:var(--paper)}
body::before{content:"";position:fixed;inset:0;pointer-events:none;background:
 radial-gradient(circle at 78% 44%,rgba(255,255,255,.95) 0 14%,transparent 45%),
 linear-gradient(120deg,rgba(255,255,255,.7),transparent 42%),
 repeating-linear-gradient(90deg,transparent 0 74px,rgba(17,17,15,.018) 75px 76px)}
.page{position:relative;z-index:1;width:100%;height:100dvh;max-width:1800px;margin:auto;padding:clamp(16px,2.1vw,38px) clamp(20px,3.7vw,68px) clamp(12px,1.6vw,26px);display:grid;grid-template-rows:auto minmax(0,1fr) auto;gap:clamp(8px,1.1vh,16px)}
.topbar{display:flex;align-items:flex-start;justify-content:space-between;min-height:48px}
.logo{display:block;width:clamp(185px,16vw,275px);height:auto;object-fit:contain;object-position:left top}
.top-note{text-align:right;font-size:clamp(8px,.68vw,11px);font-weight:700;letter-spacing:.18em;line-height:1.5;color:#49453f}
.hero{min-height:0;display:grid;grid-template-columns:minmax(390px,.78fr) minmax(560px,1.32fr);align-items:center;gap:clamp(12px,2vw,38px)}
.copy{position:relative;z-index:3;max-width:650px;min-width:0;align-self:center;padding-bottom:clamp(6px,1.2vh,16px)}
.eyebrow{margin:0 0 clamp(8px,1.2vh,15px);font-size:clamp(9px,.68vw,12px);font-weight:800;letter-spacing:.25em;color:var(--accent)}
h1{margin:0;font-family:Georgia,'Times New Roman',serif;font-size:clamp(46px,4.75vw,86px);font-weight:500;line-height:.9;letter-spacing:-.055em}
h1 span,h1 em{display:block}
h1 em{margin-top:.05em;font-weight:400;color:var(--accent)}
.subheading{margin:clamp(10px,1.3vh,16px) 0 0;font-family:Georgia,'Times New Roman',serif;font-size:clamp(15px,1.22vw,21px);font-style:italic;line-height:1.2;color:#2e2b27}
.intro{max-width:590px;margin:clamp(10px,1.4vh,18px) 0 0;font-size:clamp(12px,.92vw,16px);line-height:1.52;color:#413d38}
.status-line{display:flex;align-items:center;gap:9px;margin-top:clamp(18px,2.2vh,30px);font-size:clamp(9px,.7vw,12px);font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:#5b5650}
.status-dot{width:7px;height:7px;border-radius:50%;background:var(--accent);box-shadow:0 0 0 5px rgba(170,139,101,.13);animation:pulse 2.2s ease-in-out infinite}
.visual{position:relative;min-width:0;height:100%;display:flex;align-items:center;justify-content:center;isolation:isolate}
.halo{position:absolute;width:88%;aspect-ratio:1;border-radius:50%;background:radial-gradient(circle,rgba(255,255,255,.98),rgba(255,255,255,.33) 42%,transparent 69%);filter:blur(4px);z-index:-1}
.visual>img{display:block;width:min(120%,1160px);height:auto;max-height:min(82vh,900px);object-fit:contain;user-select:none;pointer-events:none;filter:drop-shadow(0 34px 38px rgba(0,0,0,.14));transform:translateY(clamp(-34px,-3.4vh,-16px))}
footer{display:flex;align-items:center;justify-content:space-between;gap:20px;padding-top:9px;border-top:1px solid var(--line);font-size:clamp(7px,.57vw,10px);font-weight:700;letter-spacing:.14em;color:#4e4a44}
footer a{color:inherit;text-decoration:none;white-space:nowrap}
@keyframes pulse{0%,100%{transform:scale(1);opacity:1}50%{transform:scale(.82);opacity:.65}}

@media (max-width:1150px){
 .page{padding:18px 24px 14px}.hero{grid-template-columns:minmax(330px,.74fr) minmax(470px,1.26fr);gap:8px}.logo{width:205px}.topbar{min-height:42px}h1{font-size:clamp(42px,5.2vw,63px)}.intro{font-size:12px;line-height:1.42}.subheading{font-size:16px}.visual>img{width:122%;max-width:none}footer span{max-width:65%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
}
@media (max-width:820px){
 .page{padding:14px 16px 12px;gap:6px}.topbar{min-height:34px}.logo{width:170px}.top-note{font-size:7px}.hero{grid-template-columns:1fr;grid-template-rows:auto minmax(0,1fr);gap:0;align-items:start}.copy{max-width:none}.eyebrow{margin-bottom:6px}h1{font-size:clamp(36px,9.4vw,56px);line-height:.88}.subheading{margin-top:7px;font-size:14px}.intro{margin-top:7px;font-size:11px;line-height:1.36;max-width:98%}.status-line{margin-top:9px;font-size:8px}.visual{min-height:0;align-items:center;margin-top:-2px}.visual>img{width:min(106vw,760px);max-height:43vh;filter:drop-shadow(0 20px 24px rgba(0,0,0,.12));transform:translateY(-8px)}footer span{display:none}footer{justify-content:center;padding-top:6px}
}
@media (max-width:520px){
 .top-note{display:none}.logo{width:156px}.page{padding-left:12px;padding-right:12px}h1{font-size:39px}.subheading{font-size:13px}.intro{font-size:10.5px}.status-line{font-size:7.5px}.visual>img{max-height:40vh;width:112vw;transform:translateY(-5px)}
}
@media (max-height:760px) and (min-width:821px){
 .page{padding-top:12px;padding-bottom:9px;gap:5px}.topbar{min-height:36px}.logo{width:185px}h1{font-size:clamp(40px,4.4vw,62px)}.subheading{margin-top:7px;font-size:15px}.intro{margin-top:7px;line-height:1.34}.status-line{margin-top:9px}.visual>img{max-height:76vh}footer{padding-top:6px}
}
@media (max-height:650px) and (min-width:821px){
 .eyebrow{margin-bottom:5px}h1{font-size:clamp(36px,4vw,54px)}.subheading{font-size:14px}.intro{font-size:11px}.status-line{margin-top:7px}footer{display:none}.visual>img{max-height:82vh}
}
@media (prefers-reduced-motion:reduce){*,*::before,*::after{animation:none!important;scroll-behavior:auto!important}}


footer a {
  color: inherit;
  font-weight: 700;
  text-decoration: none;
  border-bottom: 1px solid currentColor;
  transition: opacity .2s ease;
}

footer a:hover,
footer a:focus-visible {
  opacity: .62;
}
