:root {
  --ink: #0b0b0c;
  --paper: #f2efe8;
  --muted: #aaa69f;
  --accent: #ff4d26;
  --line: rgba(242, 239, 232, 0.16);
  --serif: "Italiana", Georgia, serif;
  --sans: "DM Sans", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--paper);
  background: var(--ink);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.6;
  overflow-x: hidden;
}
a { color: inherit; text-decoration: none; }
button { color: inherit; }
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.grain {
  position: fixed;
  inset: 0;
  z-index: 20;
  opacity: .035;
  pointer-events: none;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.7'/%3E%3C/svg%3E");
}
.site-header {
  position: absolute;
  inset: 0 0 auto;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 26px clamp(24px, 5vw, 80px);
}
.logo {
  display: inline-flex;
  align-items: baseline;
  font-size: 1.65rem;
  font-weight: 600;
  letter-spacing: -.08em;
}
.logo i { color: var(--accent); font-style: normal; }
.navigation { display: flex; align-items: center; gap: clamp(20px, 3vw, 48px); }
.navigation a {
  font-size: .78rem;
  font-weight: 500;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.navigation a:not(.nav-cta) { transition: color .25s ease; }
.navigation a:not(.nav-cta):hover { color: var(--accent); }
.nav-cta {
  padding: 10px 20px;
  border: 1px solid rgba(255,255,255,.4);
  border-radius: 999px;
  transition: background .25s, color .25s;
}
.nav-cta:hover { color: var(--ink); background: var(--paper); }
.menu-button { display: none; border: 0; background: none; }

.hero {
  position: relative;
  min-height: 100svh;
  display: grid;
  grid-template-columns: 1.15fr .85fr;
  align-items: center;
  padding: 130px clamp(24px, 7vw, 110px) 70px;
  overflow: hidden;
}
.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 72% 42%, rgba(255,77,38,.17), transparent 27%),
              linear-gradient(120deg, transparent 45%, rgba(255,255,255,.025));
}
.hero-copy { position: relative; z-index: 2; max-width: 760px; }
.eyebrow, .section-number {
  margin: 0 0 28px;
  color: var(--accent);
  font-size: .72rem;
  font-weight: 600;
  letter-spacing: .2em;
  text-transform: uppercase;
}
.eyebrow::before { content: ""; display: inline-block; width: 40px; height: 1px; margin: 0 14px 3px 0; background: currentColor; }
h1, h2 { margin: 0; font-family: var(--serif); font-weight: 400; line-height: .92; letter-spacing: -.035em; }
h1 { font-size: clamp(4.7rem, 11vw, 10rem); }
h1 em, h2 em { color: var(--accent); font-weight: 400; }
.hero-intro { max-width: 490px; margin: 36px 0 0; color: #cbc7c0; font-size: clamp(1rem, 1.5vw, 1.2rem); }
.hero-actions { display: flex; align-items: center; gap: 36px; margin-top: 42px; }
.button {
  display: inline-flex;
  gap: 35px;
  align-items: center;
  padding: 17px 24px;
  border-radius: 2px;
  font-size: .78rem;
  font-weight: 600;
  letter-spacing: .08em;
  text-transform: uppercase;
  transition: transform .25s ease, background .25s ease;
}
.button:hover { transform: translateY(-3px); }
.button-primary { color: white; background: var(--accent); }
.button-primary:hover { background: #ff633f; }
.text-link { padding: 12px 0; border-bottom: 1px solid #777; font-size: .82rem; }
.text-link span { margin-left: 20px; color: var(--accent); }
.hero-visual {
  position: relative;
  z-index: 1;
  justify-self: center;
  width: min(380px, 70%);
  aspect-ratio: .65;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 50% 50% 4% 4%;
  background: linear-gradient(150deg, rgba(255,77,38,.12), rgba(255,255,255,.02));
  box-shadow: 0 40px 90px rgba(0,0,0,.5);
}
.hero-visual::before {
  content: "";
  position: absolute;
  inset: 8%;
  border: 1px solid rgba(255,255,255,.08);
  border-radius: inherit;
}
.hero-visual p {
  position: absolute;
  right: -75px;
  bottom: 50px;
  width: 150px;
  color: #9e9a94;
  font-family: var(--serif);
  font-size: 1.1rem;
  line-height: 1.3;
  transform: rotate(-6deg);
}
.figure { position: absolute; inset: 20% 10% 8%; transform: rotate(-8deg); }
.figure span { position: absolute; display: block; background: linear-gradient(135deg, #ff795b, #db3210); box-shadow: 0 0 35px rgba(255,77,38,.2); }
.figure-head { top: 0; left: 48%; width: 44px; height: 52px; border-radius: 48%; }
.figure-body { top: 50px; left: 43%; width: 70px; height: 185px; border-radius: 52% 38% 35% 50%; transform: rotate(7deg); }
.figure-arm { top: 65px; width: 25px; height: 180px; border-radius: 99px; transform-origin: top; }
.arm-left { left: 46%; transform: rotate(55deg); }
.arm-right { left: 59%; transform: rotate(-65deg); }
.figure-leg { top: 215px; width: 30px; height: 210px; border-radius: 99px; transform-origin: top; }
.leg-left { left: 45%; transform: rotate(15deg); }
.leg-right { left: 57%; transform: rotate(-24deg); }
.hero-orbit { position: absolute; border: 1px solid rgba(255,255,255,.055); border-radius: 50%; }
.orbit-one { right: -12vw; top: 5%; width: 70vw; height: 70vw; }
.orbit-two { right: 8vw; top: 22%; width: 38vw; height: 38vw; }
.scroll-cue {
  position: absolute;
  bottom: 30px;
  left: clamp(24px, 7vw, 110px);
  display: flex;
  gap: 12px;
  align-items: center;
  color: #777;
  font-size: .65rem;
  letter-spacing: .2em;
  text-transform: uppercase;
}
.scroll-cue span { width: 1px; height: 34px; background: var(--accent); animation: pulse 1.8s infinite; }

.section { padding: clamp(90px, 12vw, 180px) clamp(24px, 7vw, 110px); }
.statement { color: var(--ink); background: var(--paper); overflow: hidden; }
.statement-grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: 8vw; align-items: end; }
.statement h2, .offer h2, .contact h2 { font-size: clamp(3.2rem, 7vw, 7rem); }
.statement-copy { max-width: 500px; }
.statement-copy p:first-child { font-size: clamp(1.1rem, 1.8vw, 1.45rem); }
.statement-copy p:last-child { color: #77736c; }
.marquee { width: calc(100% + 220px); margin: 120px -110px -80px; white-space: nowrap; overflow: hidden; border-top: 1px solid #cbc7be; border-bottom: 1px solid #cbc7be; }
.marquee div { width: max-content; padding: 12px 0; color: transparent; font-family: var(--serif); font-size: clamp(3rem, 6vw, 6rem); -webkit-text-stroke: 1px #b5b0a6; animation: marquee 25s linear infinite; }

.offer { background: #101011; }
.section-heading { display: flex; justify-content: space-between; align-items: end; margin-bottom: 80px; }
.section-heading h2 { max-width: 800px; }
.offer-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.offer-card {
  position: relative;
  min-height: 490px;
  display: flex;
  flex-direction: column;
  padding: 28px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  overflow: hidden;
  transition: background .35s ease, transform .35s ease;
}
.offer-card:hover { z-index: 2; background: #171719; transform: translateY(-8px); }
.offer-card > span { color: #777; font-size: .7rem; }
.card-mark {
  display: grid;
  place-items: center;
  width: 125px;
  height: 125px;
  margin: 65px auto;
  color: var(--accent);
  border: 1px solid rgba(255,77,38,.4);
  border-radius: 50%;
  font-family: var(--serif);
  font-size: 4rem;
  transition: color .35s, background .35s, transform .5s;
}
.offer-card:hover .card-mark { color: var(--ink); background: var(--accent); transform: rotate(8deg) scale(1.05); }
.offer-card h3 { margin: auto 0 10px; font-family: var(--serif); font-size: 2.2rem; font-weight: 400; }
.offer-card p { min-height: 52px; margin: 0; color: #8e8a85; font-size: .9rem; }
.offer-card a { margin-top: 26px; color: var(--accent); font-size: .75rem; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; }

.contact { color: var(--ink); background: var(--accent); text-align: center; }
.contact .section-number { color: rgba(11,11,12,.55); text-align: left; }
.contact-inner > p { margin: 0 0 30px; font-size: .8rem; letter-spacing: .16em; text-transform: uppercase; }
.contact h2 em { color: var(--paper); }
.button-light { margin-top: 55px; color: var(--ink); background: var(--paper); }
.button-light:hover { background: white; }
footer { display: flex; justify-content: space-between; align-items: center; padding: 38px clamp(24px, 7vw, 110px); color: #7e7a75; background: var(--ink); font-size: .75rem; }

.reveal { opacity: 0; transform: translateY(28px); transition: opacity .8s ease, transform .8s cubic-bezier(.2,.7,.2,1); }
.reveal.visible { opacity: 1; transform: none; }
@keyframes pulse { 0%,100% { transform: scaleY(.35); transform-origin: top; } 50% { transform: scaleY(1); } }
@keyframes marquee { to { transform: translateX(-50%); } }

@media (max-width: 900px) {
  .navigation {
    position: fixed;
    inset: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: rgba(11,11,12,.98);
    opacity: 0;
    visibility: hidden;
    transition: opacity .3s, visibility .3s;
  }
  .navigation.open { opacity: 1; visibility: visible; }
  .navigation a { font-family: var(--serif); font-size: 2rem; text-transform: none; }
  .menu-button { position: relative; z-index: 3; display: grid; gap: 7px; padding: 10px; cursor: pointer; }
  .menu-button span:not(.sr-only) { display: block; width: 27px; height: 1px; background: currentColor; transition: transform .25s; }
  .menu-button[aria-expanded="true"] span:first-child { transform: translateY(4px) rotate(45deg); }
  .menu-button[aria-expanded="true"] span:nth-child(2) { transform: translateY(-4px) rotate(-45deg); }
  .hero { grid-template-columns: 1fr; padding-top: 150px; }
  .hero-visual { position: absolute; right: -120px; bottom: 2%; width: 360px; opacity: .35; }
  .hero-copy { z-index: 2; }
  .statement-grid { grid-template-columns: 1fr; }
  .statement-copy { margin-top: 30px; }
  .section-heading { display: block; }
  .offer-grid { grid-template-columns: 1fr; }
  .offer-card { min-height: 420px; }
}
@media (max-width: 560px) {
  h1 { font-size: clamp(4rem, 22vw, 6.5rem); }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 15px; }
  .hero-visual { right: -210px; }
  .marquee { margin-top: 80px; }
  footer { align-items: flex-start; flex-direction: column; gap: 12px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}
