@import url('https://fonts.googleapis.com/css2?family=DM+Mono:wght@400;500&family=Manrope:wght@400;500;600;700;800&family=Playfair+Display:ital,wght@0,500;0,600;1,500;1,600&display=swap');

:root {
  --forest: #123c3a;
  --forest-deep: #0a2928;
  --forest-light: #1d5551;
  --paper: #f3f4ee;
  --paper-warm: #e8ebe0;
  --lime: #d7f36b;
  --lime-deep: #b8d94d;
  --ink: #143b39;
  --muted: #70817c;
  --line: rgba(18, 60, 58, .18);
  --mono: "DM Mono", ui-monospace, SFMono-Regular, Menlo, monospace;
  --sans: "Manrope", ui-sans-serif, system-ui, sans-serif;
  --serif: "Playfair Display", Georgia, serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { min-width: 320px; margin: 0; color: var(--ink); background: var(--paper); font-family: var(--sans); -webkit-font-smoothing: antialiased; }
a { color: inherit; }
.site-shell { overflow: hidden; position: relative; }
.site-shell::before { content: ""; position: absolute; z-index: -1; inset: 0 0 auto; height: 720px; background: var(--forest); }
.container { width: min(1220px, calc(100% - 64px)); margin-inline: auto; }

.site-header { min-height: 92px; display: flex; align-items: center; color: #fff; }
.brand { display: inline-flex; align-items: baseline; gap: 6px; color: inherit; text-decoration: none; letter-spacing: -.065em; white-space: nowrap; }
.brand-word { font-size: 1.42rem; font-weight: 800; }
.brand-slash { color: rgba(255,255,255,.4); font-size: 1.35rem; font-weight: 300; }
.brand-shop { color: var(--lime); font-size: .9rem; font-weight: 700; letter-spacing: -.04em; }
.header-nav { display: flex; gap: 28px; margin-left: auto; margin-right: 40px; }
.header-nav a { color: rgba(255,255,255,.7); font-size: .74rem; font-weight: 700; text-decoration: none; }
.header-nav a:hover { color: var(--lime); }
.header-cta { display: inline-flex; align-items: center; gap: 9px; padding: 9px 0 9px 14px; border-left: 1px solid rgba(255,255,255,.22); color: #fff; font-size: .75rem; font-weight: 800; text-decoration: none; }
.online-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--lime); box-shadow: 0 0 0 5px rgba(215,243,107,.14); }

.hero { display: grid; grid-template-columns: minmax(0, 1fr) minmax(420px, 500px); align-items: end; gap: clamp(46px, 8vw, 120px); min-height: 610px; padding: 62px 0 90px; color: #fff; }
.hero-copy { align-self: center; padding-top: 4px; }
.kicker { display: flex; align-items: center; gap: 9px; margin: 0 0 25px; font-family: var(--mono); font-size: .62rem; font-weight: 500; letter-spacing: .11em; }
.hero .kicker { color: rgba(255,255,255,.67); }
.kicker span { display: inline-block; width: 7px; height: 7px; background: var(--lime); border-radius: 50%; }
h1, h2, h3, p { margin-top: 0; }
h1 { max-width: 670px; margin-bottom: 28px; font-size: clamp(3.7rem, 7.15vw, 6.85rem); font-weight: 700; line-height: .92; letter-spacing: -.077em; }
h1 em, h2 em { color: var(--lime); font-family: var(--serif); font-weight: 500; letter-spacing: -.09em; }
.lead { max-width: 505px; margin-bottom: 36px; color: rgba(255,255,255,.72); font-size: 1.02rem; line-height: 1.72; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 11px; }
.button { display: inline-flex; align-items: center; justify-content: space-between; gap: 26px; min-height: 50px; padding: 0 17px; font-size: .77rem; font-weight: 800; text-decoration: none; transition: transform .2s ease, background-color .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-lime { color: var(--forest-deep); background: var(--lime); }
.button-lime:hover { background: #e1fa87; }
.button-quiet { border: 1px solid rgba(255,255,255,.36); color: #fff; }
.button-quiet:hover { background: rgba(255,255,255,.11); }
.service-points { display: flex; flex-wrap: wrap; gap: 11px 22px; margin: 40px 0 0; padding: 0; list-style: none; color: rgba(255,255,255,.67); font-size: .69rem; font-weight: 600; }
.service-points li { display: flex; align-items: center; gap: 8px; }
.service-points li::before { content: ""; width: 5px; height: 5px; border: 1px solid var(--lime); border-radius: 50%; }

.launch-panel { position: relative; overflow: hidden; padding: 24px; color: var(--ink); background: var(--paper); box-shadow: 20px 25px 0 rgba(0,0,0,.12); }
.launch-panel::after { content: ""; position: absolute; width: 205px; height: 205px; right: -78px; top: -92px; border: 1px solid rgba(18,60,58,.12); border-radius: 50%; box-shadow: 0 0 0 24px rgba(18,60,58,.045), 0 0 0 48px rgba(18,60,58,.025); pointer-events: none; }
.panel-topline { display: flex; align-items: center; justify-content: space-between; padding-bottom: 17px; border-bottom: 1px solid var(--line); }
.panel-topline p, .panel-topline span { margin: 0; font-family: var(--mono); font-size: .59rem; letter-spacing: .07em; }
.panel-topline p { color: var(--forest); font-weight: 500; }
.panel-topline span { color: var(--muted); }
.date-lockup { position: relative; display: flex; align-items: center; gap: 13px; padding: 20px 0; }
.date-lockup strong { color: var(--forest); font-family: var(--mono); font-size: 4.7rem; font-weight: 400; line-height: .82; letter-spacing: -.12em; }
.date-lockup div { display: grid; gap: 3px; font-family: var(--mono); line-height: 1; }
.date-lockup span { color: var(--muted); font-size: .68rem; letter-spacing: .16em; }
.date-lockup b { color: var(--forest); font-size: 1.02rem; letter-spacing: .03em; }
.date-lockup i { width: 10px; height: 10px; margin-left: auto; border-radius: 50%; background: var(--lime); box-shadow: 0 0 0 7px rgba(215,243,107,.33); }

.countdown { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; border: 1px solid var(--line); background: var(--line); }
.time-card { min-height: 89px; display: flex; flex-direction: column; justify-content: flex-end; gap: 7px; padding: 12px; background: #fafbf7; }
.time-card strong { color: var(--forest); font-family: var(--mono); font-size: clamp(1.55rem, 3.3vw, 2.15rem); font-weight: 400; line-height: 1; letter-spacing: -.085em; font-variant-numeric: tabular-nums; }
.time-card span { color: var(--muted); font-family: var(--mono); font-size: .57rem; letter-spacing: .08em; text-transform: uppercase; }
.time-card.seconds { color: #fff; background: var(--forest); }
.time-card.seconds strong { color: var(--lime); }
.time-card.seconds span { color: rgba(255,255,255,.58); }
.panel-footer { display: flex; align-items: center; justify-content: space-between; gap: 14px; padding-top: 16px; }
.panel-footer p { margin: 0; color: var(--muted); font-size: .66rem; line-height: 1.4; }
.panel-footer a { flex: none; color: var(--forest); font-family: var(--mono); font-size: .62rem; font-weight: 500; text-decoration: none; white-space: nowrap; }
.panel-footer a:hover { color: #719300; }

.process-section { display: grid; grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr); gap: clamp(52px, 10vw, 150px); padding: 112px 0 125px; }
.section-heading .kicker, .contact-section .kicker { color: var(--forest-light); }
.section-heading h2, .contact-section h2 { margin: 0; color: var(--forest); font-size: clamp(2.45rem, 4.35vw, 4.45rem); font-weight: 700; line-height: .96; letter-spacing: -.07em; }
.section-heading h2 em, .contact-section h2 em { color: #719300; }
.process-list { border-top: 1px solid var(--line); }
.process-item { display: grid; grid-template-columns: 43px minmax(0, 1fr) 18px; gap: 16px; padding: 24px 0 25px; border-bottom: 1px solid var(--line); }
.process-number { padding-top: 3px; color: #7b940f; font-family: var(--mono); font-size: .65rem; }
.process-item h3 { margin: 0 0 8px; color: var(--forest); font-size: 1rem; letter-spacing: -.035em; }
.process-item p { max-width: 420px; margin: 0; color: var(--muted); font-size: .82rem; line-height: 1.64; }
.process-arrow { align-self: center; color: #789305; font-size: 1.15rem; }

.contact-section { display: flex; align-items: flex-end; justify-content: space-between; gap: 42px; padding: 64px 57px; color: #fff; background: var(--forest); }
.contact-section .kicker { color: rgba(255,255,255,.58); }
.contact-section h2 { color: #fff; }
.contact-actions { display: grid; gap: 17px; min-width: 230px; }
.contact-phone { color: var(--lime); font-family: var(--mono); font-size: 1.22rem; text-decoration: none; letter-spacing: -.04em; }
.inline-link { display: inline-flex; align-items: center; gap: 15px; width: fit-content; padding-bottom: 5px; border-bottom: 1px solid rgba(255,255,255,.43); color: #fff; font-size: .76rem; font-weight: 800; text-decoration: none; }

.site-footer { display: flex; align-items: center; justify-content: space-between; gap: 20px; min-height: 116px; color: var(--muted); font-family: var(--mono); font-size: .63rem; }
.site-footer p { margin: 0; }
.site-footer nav { display: flex; flex-wrap: wrap; gap: 20px; }
.site-footer a { text-decoration: none; }
.site-footer a:hover { color: var(--forest); }

@media (max-width: 900px) {
  .site-shell::before { height: 915px; }
  .hero { grid-template-columns: 1fr; gap: 48px; min-height: 0; padding-top: 64px; }
  .launch-panel { max-width: 560px; }
  .process-section { grid-template-columns: 1fr; gap: 50px; padding-block: 86px; }
}

@media (max-width: 620px) {
  .container { width: min(100% - 36px, 1220px); }
  .site-shell::before { height: 865px; }
  .site-header { min-height: 74px; }
  .header-nav { display: none; }
  .header-cta { margin-left: auto; font-size: .69rem; }
  .hero { gap: 42px; padding: 52px 0 58px; }
  h1 { font-size: clamp(3.15rem, 15.5vw, 4.6rem); }
  .lead { font-size: .92rem; }
  .hero-actions { display: grid; grid-template-columns: 1fr; }
  .button { width: 100%; }
  .service-points { display: grid; grid-template-columns: 1fr 1fr; gap: 11px; margin-top: 29px; font-size: .63rem; }
  .service-points li:last-child { grid-column: span 2; }
  .launch-panel { padding: 18px; box-shadow: 11px 13px 0 rgba(0,0,0,.13); }
  .date-lockup strong { font-size: 4.1rem; }
  .time-card { min-height: 82px; padding: 10px; }
  .panel-footer { align-items: flex-start; flex-direction: column; }
  .process-section { gap: 38px; padding-block: 72px; }
  .process-item { grid-template-columns: 33px minmax(0, 1fr) 15px; gap: 10px; }
  .contact-section { align-items: flex-start; flex-direction: column; padding: 43px 25px; }
  .contact-actions { min-width: 0; }
  .site-footer { align-items: flex-start; flex-direction: column; justify-content: center; padding-block: 26px; }
  .site-footer nav { gap: 12px 18px; }
}

@media (max-width: 380px) {
  .container { width: min(100% - 28px, 1220px); }
  .header-cta { gap: 6px; padding-left: 10px; }
  .time-card strong { font-size: 1.45rem; }
}
