:root {
  color-scheme: dark;
  --ink: #061f20;
  --deep: #082f2f;
  --deep-soft: #0d3b3b;
  --gold: #d8ae52;
  --gold-bright: #f2d778;
  --paper: #f4f0e4;
  --muted: rgba(244, 240, 228, .68);
  --line: rgba(216, 174, 82, .26);
  --serif: Georgia, "Times New Roman", serif;
  --sans: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { min-width: 320px; background: var(--ink); scroll-behavior: smooth; }
body { min-height: 100vh; min-height: 100svh; margin: 0; background: var(--ink); color: var(--paper); font-family: var(--sans); -webkit-font-smoothing: antialiased; }
a { color: inherit; }
.page-shell { position: relative; display: grid; grid-template-rows: auto 1fr auto; min-height: 100vh; min-height: 100svh; overflow: hidden; background: radial-gradient(circle at 82% 45%, rgba(19, 78, 74, .9) 0, transparent 31%), linear-gradient(135deg, #061f20 0%, #082d2d 52%, #061f20 100%); }
.page-shell::before { content: ""; position: absolute; inset: 0; pointer-events: none; opacity: .35; background: repeating-linear-gradient(96deg, transparent 0 44px, rgba(216,174,82,.03) 45px, transparent 47px), repeating-linear-gradient(8deg, transparent 0 108px, rgba(255,255,255,.018) 109px, transparent 111px); }
.page-shell::after { content: ""; position: absolute; inset: 12px; border: 1px solid rgba(216,174,82,.13); pointer-events: none; }
.topbar, .hero, footer { position: relative; z-index: 1; width: min(1380px, calc(100% - 80px)); margin-inline: auto; }
.topbar { display: flex; align-items: center; justify-content: space-between; gap: 24px; min-height: 100px; border-bottom: 1px solid var(--line); }
.brand-name { font-family: var(--serif); font-size: 1.3rem; font-weight: 700; letter-spacing: .2em; text-decoration: none; }
.brand-name span, .topbar p { color: var(--gold); }
.topbar p { margin: 0; font-size: .75rem; text-transform: uppercase; letter-spacing: .16em; }
.hero { display: grid; grid-template-columns: minmax(0, .92fr) minmax(420px, .78fr); align-items: center; gap: clamp(48px, 8vw, 140px); padding-block: clamp(48px, 7vh, 100px); }
.hero-copy { max-width: 720px; }
.eyebrow { display: flex; align-items: center; gap: 12px; margin: 0 0 28px; color: var(--gold-bright); font-size: .75rem; font-weight: 600; letter-spacing: .19em; text-transform: uppercase; }
.eyebrow span { display: block; width: 42px; height: 1px; background: var(--gold); }
h1 { max-width: 760px; margin: 0; font-family: var(--serif); font-size: clamp(3.45rem, 6.7vw, 7.6rem); font-weight: 400; line-height: .89; letter-spacing: -.055em; }
h1 em { display: block; color: var(--gold-bright); font-weight: 400; }
.intro { max-width: 660px; margin: 32px 0 0; color: var(--muted); font-size: clamp(1rem, 1.25vw, 1.2rem); line-height: 1.75; }
.primary-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 38px; }
.button { display: inline-flex; align-items: center; justify-content: space-between; gap: 42px; min-width: 210px; min-height: 56px; padding: 0 20px; border: 1px solid var(--gold); font-size: .78rem; font-weight: 700; letter-spacing: .08em; text-decoration: none; text-transform: uppercase; transition: transform .2s ease, background .2s ease, color .2s ease; }
.button:hover, .button:focus-visible { transform: translateY(-2px); }
.button-gold { background: var(--gold); color: var(--ink); }
.button-gold:hover, .button-gold:focus-visible { background: var(--gold-bright); }
.button-line:hover, .button-line:focus-visible { background: rgba(216,174,82,.1); }
.contact-list { display: flex; flex-wrap: wrap; gap: 30px 56px; margin: 42px 0 0; padding-top: 24px; border-top: 1px solid var(--line); }
.contact-list div { display: grid; gap: 8px; }
.contact-list dt { color: var(--gold); font-size: .68rem; letter-spacing: .15em; text-transform: uppercase; }
.contact-list dd { margin: 0; font-family: var(--serif); font-size: 1.13rem; }
.contact-list a { text-decoration-thickness: 1px; text-underline-offset: 5px; }
.brand-stage { position: relative; display: grid; place-items: center; min-height: min(660px, 64vh); isolation: isolate; }
.brand-stage::before, .brand-stage::after { content: ""; position: absolute; border: 1px solid var(--line); border-radius: 50%; }
.brand-stage::before { width: min(570px, 42vw); aspect-ratio: 1; }
.brand-stage::after { width: min(650px, 48vw); aspect-ratio: 1; border-color: rgba(216,174,82,.1); }
.brand-stage figure { position: relative; z-index: 2; width: min(470px, 35vw); aspect-ratio: 1; margin: 0; overflow: hidden; border-radius: 50%; box-shadow: 0 40px 90px rgba(0,0,0,.42), 0 0 0 1px rgba(242,215,120,.3); }
.brand-stage img { display: block; width: 100%; height: 100%; object-fit: cover; }
.brand-stage > p { position: absolute; z-index: 3; right: 0; bottom: 12%; display: grid; margin: 0; padding: 16px 20px; border-left: 1px solid var(--gold); background: rgba(6,31,32,.82); backdrop-filter: blur(12px); }
.brand-stage > p span { color: var(--muted); font-size: .67rem; letter-spacing: .16em; text-transform: uppercase; }
.brand-stage > p strong { color: var(--gold-bright); font-family: var(--serif); font-size: 2rem; font-weight: 400; }
.machine-lines { position: absolute; inset: 8% 0; z-index: -1; }
.machine-lines i { position: absolute; display: block; height: 1px; background: linear-gradient(90deg, transparent, rgba(216,174,82,.42), transparent); transform-origin: center; }
.machine-lines i:nth-child(1) { top: 18%; left: -6%; width: 52%; transform: rotate(24deg); }
.machine-lines i:nth-child(2) { top: 39%; right: -9%; width: 48%; transform: rotate(-18deg); }
.machine-lines i:nth-child(3) { bottom: 24%; left: -4%; width: 46%; transform: rotate(-12deg); }
.machine-lines i:nth-child(4) { bottom: 10%; right: -2%; width: 39%; transform: rotate(28deg); }
footer { display: flex; align-items: center; justify-content: space-between; gap: 28px; min-height: 90px; border-top: 1px solid var(--line); color: var(--muted); font-size: .76rem; }
footer p { margin: 0; }
footer nav { display: flex; flex-wrap: wrap; gap: 14px 30px; }
footer a { min-height: 44px; display: inline-flex; align-items: center; gap: 8px; color: var(--paper); text-decoration: none; }
footer a:hover, footer a:focus-visible { color: var(--gold-bright); }
.credits { white-space: nowrap; color: var(--muted); font-size: .7rem; letter-spacing: .03em; }
.credits .heart { color: var(--gold-bright); font-size: .95rem; }
:focus-visible { outline: 2px solid var(--gold-bright); outline-offset: 4px; }

@media (max-width: 980px) {
  .topbar, .hero, footer { width: min(100% - 48px, 760px); }
  .hero { grid-template-columns: 1fr; gap: 42px; padding-top: 52px; }
  .hero-copy { max-width: none; }
  .brand-stage { min-height: 520px; order: -1; }
  .brand-stage::before { width: min(540px, 82vw); }
  .brand-stage::after { width: min(620px, 92vw); }
  .brand-stage figure { width: min(440px, 68vw); }
  .brand-stage > p { right: 2%; bottom: 7%; }
}

@media (max-width: 620px) {
  .page-shell::after { inset: 6px; }
  .topbar, .hero, footer { width: calc(100% - 38px); }
  .topbar { min-height: 84px; }
  .topbar p { display: none; }
  .hero { padding-block: 34px 58px; }
  .brand-stage { min-height: 330px; }
  .brand-stage figure { width: min(278px, 76vw); }
  .brand-stage::before { width: min(330px, 90vw); }
  .brand-stage::after { width: min(375px, 102vw); }
  .brand-stage > p { right: 0; bottom: 0; padding: 11px 14px; }
  .brand-stage > p strong { font-size: 1.55rem; }
  h1 { font-size: clamp(3.1rem, 16vw, 5.2rem); }
  .intro { margin-top: 24px; }
  .primary-actions { display: grid; }
  .button { width: 100%; min-width: 0; }
  .contact-list { display: grid; gap: 20px; }
  footer { align-items: flex-start; flex-direction: column; gap: 8px; padding-block: 24px; }
  footer nav { gap: 6px 24px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; }
}
