:root {
  --orange: #ff5a00;
  --orange-soft: #ff7a2a;
  --ink: #101010;
  --paper: #f4efe6;
  --muted: #c7c0b6;
  --line: rgba(255, 90, 0, 0.42);
  --max-width: 1120px;
}

* { box-sizing: border-box; }
html { background: var(--ink); }
body {
  margin: 0;
  min-width: 320px;
  min-height: 100vh;
  background: var(--ink);
  color: var(--paper);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

a { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }

.site-shell {
  position: relative;
  isolation: isolate;
  min-height: 100svh;
  display: grid;
  place-items: center;
  overflow: hidden;
  padding: clamp(36px, 5vw, 72px) 24px 32px;
  background:
    radial-gradient(circle at 50% 38%, rgba(255,255,255,.025), transparent 34%),
    radial-gradient(circle at 12% 72%, rgba(255,90,0,.07), transparent 30%),
    radial-gradient(circle at 88% 22%, rgba(255,90,0,.045), transparent 28%),
    #101010;
}

.site-shell::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -5;
  opacity: .22;
  pointer-events: none;
  background-image:
    url("data:image/svg+xml,%3Csvg viewBox='0 0 160 160' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.78' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.23'/%3E%3C/svg%3E");
}

.hero {
  width: min(100%, var(--max-width));
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  z-index: 2;
}

.brand-logo {
  width: min(520px, 68vw);
  height: auto;
  margin: 0 0 clamp(28px, 4vh, 44px);
  filter: drop-shadow(0 12px 38px rgba(0,0,0,.3));
}

.headline {
  margin: 0;
  display: grid;
  gap: 0;
  font-family: "Iowan Old Style", "Baskerville", "Times New Roman", serif;
  font-size: clamp(52px, 7.7vw, 112px);
  line-height: .91;
  letter-spacing: -0.046em;
  font-weight: 400;
  text-wrap: balance;
}

.headline span { display: block; }
.headline-accent { color: var(--orange); }

.positioning {
  margin: clamp(22px, 3.2vh, 34px) 0 0;
  color: #e7e0d6;
  font-family: "Iowan Old Style", "Baskerville", Georgia, serif;
  font-size: clamp(18px, 1.65vw, 25px);
  letter-spacing: .01em;
}

.primary-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px;
  margin-top: clamp(30px, 4vh, 42px);
}

.button {
  min-height: 62px;
  padding: 0 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  border-radius: 8px;
  border: 1px solid var(--orange);
  font-size: 15px;
  font-weight: 700;
  letter-spacing: .11em;
  text-decoration: none;
  transition: transform .2s ease, background .2s ease, box-shadow .2s ease, color .2s ease;
}

.button svg { width: 24px; height: 24px; fill: currentColor; }
.button--primary {
  color: white;
  background: linear-gradient(120deg, #f24b00, var(--orange) 58%, #ff7627);
  border-color: transparent;
  box-shadow: 0 14px 34px rgba(255,90,0,.16);
}
.button--secondary { color: #f8f2e8; background: rgba(13,13,13,.45); }
.button:hover, .button:focus-visible { transform: translateY(-2px); }
.button--primary:hover, .button--primary:focus-visible { box-shadow: 0 18px 42px rgba(255,90,0,.25); }
.button--secondary:hover, .button--secondary:focus-visible { background: rgba(255,90,0,.08); }

.socials {
  margin-top: clamp(32px, 4vh, 48px);
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 12px 18px;
  color: #e4ddd4;
}
.socials a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  font-size: 16px;
  transition: color .2s ease, transform .2s ease;
}
.socials a:hover, .socials a:focus-visible { color: var(--orange); transform: translateY(-1px); }
.socials svg { width: 21px; height: 21px; fill: var(--orange); flex: none; }
.separator { color: var(--orange); font-size: 16px; }

.contact {
  margin-top: clamp(28px, 4vh, 44px);
  display: grid;
  justify-items: center;
  gap: 8px;
}
.eyebrow {
  margin: 0;
  color: var(--orange);
  font-size: 13px;
  letter-spacing: .22em;
  font-weight: 800;
}
.email {
  color: #eee7dc;
  font-size: clamp(18px, 1.8vw, 25px);
  text-decoration: none;
  transition: color .2s ease;
}
.email:hover, .email:focus-visible { color: white; }
.copy-email {
  padding: 0;
  border: 0;
  background: transparent;
  color: #918a82;
  font: inherit;
  font-size: 12px;
  cursor: pointer;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.copy-email:hover, .copy-email:focus-visible { color: var(--orange); }

.coming-soon {
  margin-top: clamp(34px, 4vh, 48px);
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #c4bdb4;
  font-size: 14px;
}
.pulse-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--orange);
  box-shadow: 0 0 0 0 rgba(255,90,0,.5);
  animation: pulse 2.4s infinite;
}

.ambient {
  position: absolute;
  width: 36vw;
  aspect-ratio: 1;
  border-radius: 50%;
  filter: blur(80px);
  opacity: .08;
  background: var(--orange);
  pointer-events: none;
  z-index: -3;
}
.ambient--one { left: -18vw; bottom: -16vw; }
.ambient--two { right: -18vw; top: -20vw; opacity: .045; }

.rings {
  position: absolute;
  width: 390px;
  aspect-ratio: 1;
  opacity: .25;
  pointer-events: none;
  z-index: -2;
  background: repeating-radial-gradient(circle, transparent 0 26px, var(--line) 27px 28px, transparent 29px 38px);
}
.rings--left { left: -220px; bottom: -165px; }
.rings--right { right: -270px; top: -160px; opacity: .14; }

.dot-grid {
  position: absolute;
  right: clamp(22px, 5vw, 74px);
  top: clamp(22px, 5vw, 60px);
  width: 120px;
  height: 74px;
  opacity: .58;
  z-index: -2;
  background-image: radial-gradient(var(--orange) 1.7px, transparent 1.7px);
  background-size: 18px 18px;
}

.toast {
  position: fixed;
  left: 50%;
  bottom: 22px;
  transform: translate(-50%, 16px);
  padding: 10px 14px;
  border: 1px solid rgba(255,90,0,.28);
  border-radius: 8px;
  background: rgba(20,20,20,.94);
  color: #f4efe6;
  font-size: 13px;
  opacity: 0;
  pointer-events: none;
  transition: opacity .2s ease, transform .2s ease;
  z-index: 20;
}
.toast.is-visible { opacity: 1; transform: translate(-50%, 0); }

@keyframes pulse {
  0% { box-shadow: 0 0 0 0 rgba(255,90,0,.48); }
  70% { box-shadow: 0 0 0 8px rgba(255,90,0,0); }
  100% { box-shadow: 0 0 0 0 rgba(255,90,0,0); }
}

@media (max-width: 720px) {
  .site-shell { padding: 34px 18px 26px; }
  .brand-logo { width: min(390px, 82vw); margin-bottom: 34px; }
  .headline { font-size: clamp(46px, 15vw, 72px); line-height: .93; }
  .positioning { max-width: 310px; line-height: 1.4; }
  .primary-actions { width: 100%; gap: 12px; }
  .button { width: min(100%, 360px); min-height: 58px; }
  .socials { max-width: 350px; gap: 14px 16px; }
  .separator { display: none; }
  .dot-grid { width: 85px; height: 62px; right: 9px; top: 12px; opacity: .4; }
  .rings--left { left: -280px; bottom: -210px; }
  .coming-soon { text-align: left; font-size: 13px; }
}

@media (max-height: 760px) and (min-width: 721px) {
  .site-shell { padding-top: 30px; padding-bottom: 24px; }
  .brand-logo { width: min(430px, 48vw); margin-bottom: 24px; }
  .headline { font-size: clamp(48px, 6.2vw, 82px); }
  .positioning { margin-top: 16px; }
  .primary-actions { margin-top: 24px; }
  .socials { margin-top: 24px; }
  .contact { margin-top: 24px; }
  .coming-soon { margin-top: 24px; }
}

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