@import url("https://fonts.googleapis.com/css2?family=Barlow:wght@400;500;600;700&family=Barlow+Condensed:wght@500;600;700&display=swap");

:root {
  --ink: #071014;
  --ink-soft: #101c22;
  --paper: #eef1ed;
  --white: #fff;
  --water: #f36d13;
  --water-bright: #ff8533;
  --water-dark: #d45a0a;
  --muted: #5f6d73;
  --line: rgba(7, 16, 20, .12);
  --glass: rgba(7, 16, 20, .55);
  --page: min(1140px, calc(100% - 40px));
  --font: "Barlow", "Avenir Next", "Segoe UI", sans-serif;
  --display: "Barlow Condensed", "Barlow", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: var(--font);
  font-weight: 400;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; }
h1, h2, h3, p { margin-top: 0; }
h1, h2 {
  font-family: var(--display);
  font-weight: 600;
  letter-spacing: -.02em;
  line-height: .95;
  text-wrap: balance;
}
h1 { font-size: clamp(2.8rem, 7vw, 5.6rem); }
h2 { font-size: clamp(2.2rem, 4.5vw, 3.8rem); }
h3 {
  font-family: var(--display);
  font-size: 1.45rem;
  font-weight: 600;
  letter-spacing: -.01em;
}

.skip-link {
  position: fixed;
  top: -100px;
  left: 1rem;
  z-index: 100;
  padding: .75rem 1rem;
  background: var(--white);
}
.skip-link:focus { top: 1rem; }

.site-header {
  position: absolute;
  inset: 0 0 auto;
  z-index: 20;
  width: var(--page);
  margin: auto;
  padding: 1.4rem 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: var(--white);
}
.brand {
  width: min(190px, 42vw);
  filter: invert(1) brightness(1.05);
}
.brand img { width: 100%; }
.site-header nav {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  font-size: .95rem;
  font-weight: 500;
}
.site-header nav > a:not(.button) {
  text-decoration: none;
  opacity: .9;
}
.site-header nav > a:not(.button):hover {
  color: var(--water-bright);
  opacity: 1;
}

.button {
  display: inline-flex;
  min-height: 3.25rem;
  padding: .8rem 1.35rem;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--water);
  border-radius: 999px;
  color: var(--ink);
  background: var(--water);
  font-family: var(--font);
  font-weight: 650;
  font-size: .95rem;
  letter-spacing: .01em;
  text-decoration: none;
  transition: transform .25s ease, background .25s ease, box-shadow .25s ease;
}
.button:hover {
  transform: translateY(-2px);
  background: var(--water-bright);
  box-shadow: 0 12px 28px rgba(243, 109, 19, .32);
}
.button-small { min-height: 2.6rem; padding: .55rem 1rem; font-size: .88rem; }
.button-light {
  border-color: var(--white);
  background: var(--white);
}
.button-ghost {
  border-color: rgba(255,255,255,.45);
  color: var(--white);
  background: transparent;
}
.button-ghost:hover {
  background: rgba(255,255,255,.12);
  box-shadow: none;
}

.eyebrow {
  margin-bottom: .85rem;
  color: var(--water);
  font-size: .78rem;
  font-weight: 700;
  letter-spacing: .16em;
  text-transform: uppercase;
}

/* —— Hero (poster-like) —— */
.hero {
  position: relative;
  min-height: 100svh;
  display: grid;
  align-items: end;
  padding: 8rem max(20px, calc((100% - 1140px) / 2)) 4.5rem;
  color: var(--white);
  overflow: hidden;
  isolation: isolate;
}
.hero-media {
  position: absolute;
  inset: 0;
  z-index: -2;
}
.hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 42%;
  transform: scale(1.03);
  animation: hero-drift 18s ease-in-out infinite alternate;
}
.hero-shade {
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(105deg, rgba(5, 12, 16, .78) 0%, rgba(5, 12, 16, .28) 52%, rgba(5, 12, 16, .45) 100%),
    linear-gradient(to top, rgba(5, 12, 16, .7) 0%, transparent 42%);
}
.hero-copy {
  max-width: 640px;
  animation: rise .9s ease both;
}
.hero-brand {
  margin: 0 0 .35rem;
  font-family: var(--display);
  font-size: clamp(1.15rem, 2.4vw, 1.55rem);
  font-weight: 600;
  letter-spacing: .04em;
  text-transform: uppercase;
}
.hero h1 {
  margin-bottom: 1.1rem;
  max-width: 12ch;
}
.hero .lead {
  max-width: 36rem;
  margin: 0;
  color: rgba(255,255,255,.86);
  font-size: clamp(1.05rem, 1.8vw, 1.22rem);
  line-height: 1.5;
}
.hero-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1rem 1.35rem;
  margin-top: 2rem;
}
.price-note {
  color: rgba(255,255,255,.78);
  font-size: .95rem;
}
.price-note strong {
  display: block;
  color: var(--white);
  font-size: 1.2rem;
  font-weight: 650;
}
.scroll-cue {
  position: absolute;
  left: max(20px, calc((100% - 1140px) / 2));
  bottom: 1.35rem;
  display: flex;
  align-items: center;
  gap: .45rem;
  color: rgba(255,255,255,.55);
  font-size: .72rem;
  font-weight: 600;
  letter-spacing: .12em;
  text-transform: uppercase;
  animation: pulse 2.4s ease-in-out infinite;
}
.scroll-cue span { color: var(--water-bright); }

@keyframes hero-drift {
  from { transform: scale(1.04) translate3d(0, 0, 0); }
  to { transform: scale(1.08) translate3d(-1.2%, -1%, 0); }
}
@keyframes rise {
  from { opacity: 0; transform: translateY(18px); }
  to { opacity: 1; transform: translateY(0); }
}
@keyframes pulse {
  0%, 100% { opacity: .55; }
  50% { opacity: 1; }
}

/* —— Sections —— */
.section {
  width: var(--page);
  margin: 0 auto;
  padding: clamp(4.5rem, 9vw, 7.5rem) 0;
}
.section-heading {
  max-width: 720px;
  margin-bottom: 2.75rem;
}
.section-heading h2 { margin-bottom: .75rem; }

.benefits {
  background: var(--paper);
}
.benefit-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
}
.benefit {
  padding: 1.75rem 0 0;
  border-top: 1px solid var(--line);
}
.benefit-icon {
  width: 52px;
  height: 52px;
  margin-bottom: 1.4rem;
  color: var(--water-dark);
}
.benefit-icon svg { width: 100%; height: 100%; }
.benefit h3 { margin-bottom: .55rem; }
.benefit p {
  margin: 0;
  color: var(--muted);
  font-size: 1.02rem;
}

.colors {
  width: 100%;
  padding-inline: max(20px, calc((100% - 1140px) / 2));
  color: var(--white);
  background: var(--ink);
}
.colors-inner {
  width: min(1140px, 100%);
  margin: 0 auto;
  padding: clamp(4.5rem, 9vw, 7.5rem) 0;
  display: grid;
  grid-template-columns: .75fr 1.25fr;
  gap: clamp(2rem, 6vw, 4.5rem);
  align-items: center;
}
.colors .eyebrow { color: var(--water-bright); }
.colors p:not(.eyebrow) {
  color: rgba(255,255,255,.72);
  font-size: 1.08rem;
}
.colors-visual {
  border-radius: 1rem;
  overflow: hidden;
  background: #0a1216;
  box-shadow: 0 1.5rem 3rem rgba(0, 0, 0, .35);
}
.colors-visual img {
  width: 100%;
  height: auto;
  display: block;
}

.details {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: clamp(2.5rem, 7vw, 5.5rem);
  align-items: center;
}
.details dl {
  margin: 2rem 0 0;
}
.details dl div {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 1rem;
  padding: .85rem 0;
  border-bottom: 1px solid var(--line);
}
.details dt {
  color: var(--muted);
  font-weight: 500;
}
.details dd { margin: 0; font-weight: 600; }
.details-figure {
  padding: 1.25rem;
  border-radius: 1rem;
  background: var(--ink);
}
.details-figure img { width: 100%; }

.pilot {
  width: var(--page);
  margin: 0 auto 3rem;
  padding: clamp(2rem, 5vw, 3.5rem);
  display: grid;
  grid-template-columns: 1.4fr auto;
  gap: 2rem;
  align-items: center;
  border-radius: 1.15rem;
  color: var(--white);
  background:
    radial-gradient(circle at 90% 20%, rgba(243,109,19,.4), transparent 42%),
    linear-gradient(135deg, #e05f0c, #9a3f08 72%);
  overflow: hidden;
}
.pilot h2 { max-width: 18ch; margin-bottom: .75rem; }
.pilot > div > p:not(.eyebrow) {
  max-width: 36rem;
  margin: 0;
  color: rgba(255,255,255,.86);
}
.pilot .eyebrow { color: rgba(255,255,255,.7); }
.pilot-buy {
  min-width: 220px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 1.5rem 1.6rem;
  border-radius: 1rem;
  background: rgba(0,0,0,.18);
  backdrop-filter: blur(8px);
}
.pilot-buy > span {
  font-size: .85rem;
  font-weight: 600;
  letter-spacing: .06em;
  text-transform: uppercase;
  opacity: .8;
}
.pilot-buy strong {
  margin: .2rem 0 .15rem;
  font-family: var(--display);
  font-size: 2.6rem;
  font-weight: 650;
  line-height: 1;
}
.pilot-buy small {
  margin-bottom: 1.15rem;
  opacity: .75;
}
.swiss-note {
  display: flex;
  align-items: center;
  gap: .55rem;
  margin-top: 1.25rem;
  color: rgba(255,255,255,.8);
  font-size: .9rem;
  font-weight: 500;
}
.swiss-flag {
  width: 18px;
  height: 18px;
  border-radius: 2px;
  background:
    linear-gradient(#fff 0 0) center / 10px 2.5px no-repeat,
    linear-gradient(#fff 0 0) center / 2.5px 10px no-repeat,
    #d52b1e;
  box-shadow: 0 0 0 1px rgba(0,0,0,.15);
}

footer {
  width: var(--page);
  margin: auto;
  padding: 3.5rem 0 2rem;
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr;
  gap: 2.5rem;
  border-top: 1px solid var(--line);
  color: var(--muted);
}
footer h2 {
  margin-bottom: .9rem;
  color: var(--ink);
  font-family: var(--font);
  font-size: .95rem;
  font-weight: 650;
  letter-spacing: 0;
  line-height: 1.3;
}
footer a {
  display: block;
  margin-bottom: .45rem;
  text-decoration: none;
}
footer a:hover { color: var(--water-dark); }
.footer-brand img {
  width: 160px;
  margin-bottom: .9rem;
}
.copyright {
  grid-column: 1 / -1;
  padding-top: 1.75rem;
  border-top: 1px solid var(--line);
  font-size: .85rem;
}

/* —— Subpages —— */
.subpage { min-height: 100svh; background: var(--paper); }
.subpage .site-header {
  position: relative;
  color: var(--ink);
}
.subpage .brand { filter: none; }
.subpage-main {
  width: min(760px, calc(100% - 40px));
  margin: auto;
  padding: 4rem 0 7rem;
}
.subpage-main h1 {
  margin-bottom: 1.25rem;
  font-size: clamp(2.6rem, 7vw, 4.4rem);
}
.subpage-main .intro {
  color: var(--muted);
  font-size: 1.15rem;
}
.content-card {
  margin-top: 2.5rem;
  padding: clamp(1.4rem, 4vw, 2.4rem);
  border-radius: 1rem;
  background: var(--white);
  border: 1px solid var(--line);
}
.content-card h2 {
  margin-top: 2rem;
  font-family: var(--font);
  font-size: 1.2rem;
  font-weight: 650;
  letter-spacing: -.01em;
  line-height: 1.3;
}
.content-card h2:first-child { margin-top: 0; }
.content-card > .intro {
  margin: 0 0 1.5rem;
  color: var(--muted);
  font-size: 1.05rem;
}
.order-summary {
  display: flex;
  justify-content: space-between;
  gap: 1.5rem;
  margin: 1.75rem 0;
  padding: 1rem 0;
  border-block: 1px solid var(--line);
}
.order-summary span {
  color: var(--muted);
  font-size: .9rem;
}
.order-summary strong { font-size: 1.3rem; }
[data-tally-container] iframe {
  width: 100%;
  min-height: 700px;
  border: 0;
}
.legal-meta {
  margin-bottom: 2rem;
  color: var(--muted);
}

@media (max-width: 900px) {
  .site-header nav > a:not(.button) { display: none; }
  .hero {
    align-items: end;
    padding-top: 7.5rem;
    padding-bottom: 3.5rem;
  }
  .hero-media img { object-position: center 40%; }
  .scroll-cue { display: none; }
  .benefit-grid,
  .colors-inner,
  .details,
  .pilot {
    grid-template-columns: 1fr;
  }
  .colors-visual { order: -1; }
  .pilot-buy { width: 100%; }
  footer { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
}

@media (max-width: 520px) {
  :root { --page: min(100% - 28px, 1140px); }
  .hero { padding-inline: 14px; }
  .hero-actions { flex-direction: column; align-items: stretch; }
  .price-note { text-align: center; }
  footer { grid-template-columns: 1fr; }
  .footer-brand, .copyright { grid-column: auto; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .hero-media img,
  .hero-copy,
  .scroll-cue {
    animation: none !important;
  }
  *, *::before, *::after { transition: none !important; }
}
