:root {
  --wine: #501b2b;
  --wine-dark: #2c0e18;
  --ink: #201b1b;
  --paper: #f3eee4;
  --paper-deep: #e8dfd0;
  --cream: #fffaf0;
  --brass: #bd9161;
  --line: rgba(44, 14, 24, 0.22);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: Arial, Helvetica, sans-serif; line-height: 1.55; }
img { max-width: 100%; display: block; }
a { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
.skip-link { position: fixed; z-index: 100; top: 0; left: 1rem; transform: translateY(-120%); padding: .75rem 1rem; background: #fff; color: #000; }
.skip-link:focus { transform: translateY(0); }

.site-header { height: 84px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 2rem; padding: 0 clamp(1.25rem, 5vw, 5rem); background: var(--cream); border-bottom: 1px solid var(--line); position: relative; z-index: 20; }
.brand { width: max-content; display: inline-flex; align-items: center; gap: .65rem; text-decoration: none; }
.brand img, footer .brand img { width: 44px; height: 44px; object-fit: contain; }
.brand span { color: var(--ink); font-size: .92rem; font-weight: 900; letter-spacing: .18em; }
.brand strong { color: #ec3f35; }
footer .brand span { color: #fff; }
.site-header nav { display: flex; gap: 2rem; font-size: .78rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.site-header nav a { text-decoration: none; border-bottom: 1px solid transparent; }
.site-header nav a:hover, .site-header nav a:focus-visible { border-color: var(--wine); }
.header-cta { justify-self: end; background: var(--wine); color: #fff; padding: .9rem 1.2rem; text-decoration: none; font-weight: 800; font-size: .9rem; }

.hero { min-height: calc(100vh - 84px); position: relative; display: flex; align-items: center; overflow: hidden; color: #fff; }
.hero__photo, .hero__shade { position: absolute; inset: 0; width: 100%; height: 100%; }
.hero__photo { object-fit: cover; object-position: center; }
.hero__shade { background: linear-gradient(90deg, rgba(32, 8, 16, .96) 0%, rgba(52, 13, 28, .9) 31%, rgba(52, 13, 28, .28) 63%, rgba(17, 13, 13, .08) 100%); }
.hero__content { width: min(700px, 52vw); position: relative; z-index: 2; padding: 6rem 0 7rem clamp(1.25rem, 7vw, 7rem); }
.eyebrow, .kicker { margin: 0 0 1.1rem; color: var(--brass); font-size: .72rem; font-weight: 900; letter-spacing: .22em; text-transform: uppercase; }
.hero h1 { margin: 0; font-family: Georgia, 'Times New Roman', serif; font-weight: 400; font-size: clamp(3.4rem, 6.7vw, 7.5rem); line-height: .92; letter-spacing: -.055em; }
.hero h1 em { display: block; color: #e1b985; font-style: italic; font-weight: 400; }
.hero__lead { max-width: 610px; margin: 2rem 0 2.5rem; font-family: Georgia, 'Times New Roman', serif; font-size: clamp(1.2rem, 1.65vw, 1.65rem); line-height: 1.5; }
.hero__actions { display: flex; align-items: center; gap: 1.4rem; flex-wrap: wrap; }
.button { display: inline-flex; justify-content: center; align-items: center; min-height: 50px; padding: .85rem 1.3rem; border: 1px solid transparent; text-decoration: none; text-align: center; font-size: .82rem; font-weight: 900; letter-spacing: .06em; text-transform: uppercase; transition: transform .2s ease, background .2s ease, color .2s ease; }
.button:hover, .button:focus-visible { transform: translateY(-2px); }
.button--light { background: var(--cream); color: var(--wine-dark); }
.button--wine { background: var(--wine); color: #fff; }
.button--outline { border-color: var(--wine); color: var(--wine); }
.text-link { color: #fff; text-underline-offset: .35rem; font-weight: 800; }
.hero__note { position: absolute; z-index: 2; left: clamp(1.25rem, 7vw, 7rem); bottom: 1.3rem; margin: 0; color: rgba(255,255,255,.72); font-size: .72rem; }

.opening { display: grid; grid-template-columns: .35fr 1.35fr .8fr; gap: clamp(2rem, 5vw, 6rem); padding: clamp(5rem, 9vw, 9rem) clamp(1.25rem, 7vw, 7rem); border-bottom: 1px solid var(--line); }
.opening__number { font-family: Georgia, serif; color: var(--brass); font-size: 4rem; line-height: 1; }
.opening h2, .section-heading h2, .editorial h2, .channels h2, .safeguards h2, .pricing h2, .faq h2, .closing h2 { margin: 0; font-family: Georgia, 'Times New Roman', serif; font-weight: 400; letter-spacing: -.035em; line-height: 1.08; }
.opening h2 { max-width: 800px; font-size: clamp(2.4rem, 4.3vw, 5rem); }
.opening__aside { padding-top: 2.2rem; font-size: 1rem; }
.opening__aside p { margin-top: 0; }
.opening__aside ul { padding: 0; margin: 1.5rem 0 0; list-style: none; }
.opening__aside li { padding: .65rem 0; border-top: 1px solid var(--line); }

.routes { padding: clamp(5rem, 9vw, 9rem) clamp(1.25rem, 7vw, 7rem); background: var(--cream); }
.section-heading { display: grid; grid-template-columns: .7fr 1.3fr; gap: 3rem; align-items: start; margin-bottom: 4rem; }
.section-heading .kicker { margin-top: .6rem; }
.section-heading h2 { max-width: 850px; font-size: clamp(2.6rem, 4.6vw, 5.2rem); }
.route-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--wine); border-bottom: 1px solid var(--wine); }
.route-grid article { min-height: 360px; padding: 2rem; display: flex; flex-direction: column; border-right: 1px solid var(--line); }
.route-grid article:last-child { border-right: 0; }
.route-grid span { color: var(--wine); font-weight: 900; font-size: .72rem; letter-spacing: .18em; }
.route-grid h3 { margin: auto 0 1.2rem; max-width: 300px; font-family: Georgia, serif; font-weight: 400; font-size: 2rem; line-height: 1.1; }
.route-grid p { margin: 0 0 2rem; }
.route-grid small { margin-top: auto; padding-top: 1rem; border-top: 1px solid var(--line); font-size: .68rem; font-weight: 800; letter-spacing: .1em; }

.editorial { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(3rem, 8vw, 9rem); padding: clamp(5rem, 9vw, 9rem) clamp(1.25rem, 7vw, 7rem); background: var(--paper-deep); }
.editorial__intro { align-self: center; }
.editorial h2 { font-size: clamp(2.7rem, 4.3vw, 4.8rem); }
.editorial__intro > p:not(.kicker) { max-width: 570px; margin: 2rem 0; font-size: 1.05rem; }
.brief { background: var(--cream); box-shadow: 0 22px 60px rgba(44,14,24,.14); transform: rotate(1deg); }
.brief__top { display: flex; justify-content: space-between; padding: 1rem 1.4rem; background: var(--wine); color: #fff; font-size: .68rem; font-weight: 900; letter-spacing: .18em; }
.brief article { display: grid; grid-template-columns: 48px 1fr auto; gap: 1rem; align-items: center; padding: 1.25rem 1.4rem; border-bottom: 1px solid var(--line); }
.brief article > b { font-family: Georgia, serif; color: var(--brass); font-size: 1.5rem; }
.brief article h3, .brief article p { margin: 0; }
.brief article h3 { font-family: Georgia, serif; font-size: 1.25rem; }
.brief article p { margin-top: .2rem; color: #655e5a; font-size: .86rem; }
.brief article > span { font-size: .62rem; font-weight: 900; letter-spacing: .14em; }

.journey { padding: clamp(5rem, 9vw, 9rem) clamp(1.25rem, 7vw, 7rem); background: var(--wine-dark); color: var(--cream); }
.section-heading--light .kicker { color: var(--brass); }
.journey ol { margin: 0; padding: 0; list-style: none; display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid rgba(255,255,255,.35); }
.journey li { padding: 2rem 1.5rem 1rem 0; border-right: 1px solid rgba(255,255,255,.18); }
.journey li + li { padding-left: 1.5rem; }
.journey li:last-child { border-right: 0; }
.journey li > span { color: var(--brass); font-family: Georgia, serif; font-size: 1.4rem; }
.journey b { display: block; margin: 3.5rem 0 .6rem; font-family: Georgia, serif; font-size: 1.8rem; font-weight: 400; }
.journey p { margin: 0; color: rgba(255,255,255,.7); }

.channels { display: grid; grid-template-columns: .72fr 1.28fr; gap: clamp(3rem, 8vw, 9rem); padding: clamp(5rem, 9vw, 9rem) clamp(1.25rem, 7vw, 7rem); background: var(--cream); }
.channels__lead { position: sticky; top: 2rem; align-self: start; }
.channels h2 { font-size: clamp(2.6rem, 4vw, 4.6rem); }
.channel-list { border-top: 1px solid var(--wine); }
.channel-list article { display: grid; grid-template-columns: .55fr 1fr; gap: 1rem 2rem; padding: 2rem 0; border-bottom: 1px solid var(--line); }
.channel-list span { color: var(--wine); font-size: .68rem; font-weight: 900; letter-spacing: .15em; }
.channel-list h3 { margin: 0; font-family: Georgia, serif; font-size: 1.75rem; font-weight: 400; }
.channel-list p { grid-column: 2; margin: 0; color: #5e5652; }

.safeguards { display: grid; grid-template-columns: .9fr 1.1fr; gap: 3rem 7rem; padding: clamp(5rem, 8vw, 8rem) clamp(1.25rem, 7vw, 7rem); background: #d8c9b6; }
.safeguards h2 { font-size: clamp(2.6rem, 4vw, 4.6rem); }
.safeguards__rules { border-top: 1px solid var(--wine); }
.safeguards__rules p { margin: 0; padding: 1.2rem 0; border-bottom: 1px solid rgba(44,14,24,.25); font-weight: 700; }
.safeguards__rules span { display: inline-block; width: 2rem; color: var(--wine); }
.safeguards__note { grid-column: 2; margin: -1rem 0 0; font-size: .76rem; color: #5f5048; }

.pricing { padding: clamp(5rem, 9vw, 9rem) clamp(1.25rem, 5vw, 5rem); background: var(--paper); }
.pricing__heading { max-width: 830px; margin: 0 auto 4rem; text-align: center; }
.pricing h2 { font-size: clamp(2.7rem, 4.5vw, 5rem); }
.pricing__heading > p:not(.kicker) { max-width: 650px; margin: 1.5rem auto 0; }
.plan-grid { display: grid; grid-template-columns: repeat(3, 1fr); max-width: 1320px; margin: 0 auto; align-items: start; }
.plan { min-height: 920px; padding: 2.2rem; background: var(--cream); border: 1px solid var(--line); display: flex; flex-direction: column; }
.plan + .plan { border-left: 0; }
.plan--featured { position: relative; margin-top: -1.3rem; min-height: 960px; background: var(--wine); color: #fff; border-color: var(--wine); box-shadow: 0 25px 70px rgba(44,14,24,.18); }
.plan__flag { margin: -2.2rem -2.2rem 1.6rem; padding: .7rem; background: var(--brass); color: var(--wine-dark); text-align: center; font-size: .65rem; font-weight: 900; letter-spacing: .16em; }
.plan__label { display: flex; justify-content: space-between; color: var(--wine); font-size: .7rem; letter-spacing: .18em; }
.plan--featured .plan__label { color: #e6c89e; }
.plan h3 { margin: 2.8rem 0 1.2rem; font-family: Georgia, serif; font-size: 2rem; font-weight: 400; }
.plan__price { display: flex; gap: .8rem; align-items: center; }
.plan__price strong { font-family: Georgia, serif; font-size: 5rem; line-height: 1; font-weight: 400; }
.plan__price span { font-size: .68rem; font-weight: 900; letter-spacing: .08em; }
.plan__networks { min-height: 52px; margin: 1.2rem 0; font-size: .75rem; font-weight: 800; }
.plan ul { margin: 1rem 0 2rem; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.plan--featured ul { border-color: rgba(255,255,255,.25); }
.plan li { position: relative; padding: .78rem 0 .78rem 1.2rem; border-bottom: 1px solid var(--line); font-size: .82rem; }
.plan--featured li { border-color: rgba(255,255,255,.22); }
.plan li::before { content: '—'; position: absolute; left: 0; color: var(--brass); }
.plan .button { margin-top: auto; }
.plan--featured .button--wine { background: var(--cream); color: var(--wine); }
.pricing__note { max-width: 760px; margin: 2rem auto 0; text-align: center; font-size: .72rem; color: #665c56; }

.faq { display: grid; grid-template-columns: .72fr 1.28fr; gap: clamp(3rem, 8vw, 9rem); padding: clamp(5rem, 9vw, 9rem) clamp(1.25rem, 7vw, 7rem); background: var(--cream); }
.faq__heading { align-self: start; }
.faq h2 { font-size: clamp(2.6rem, 4vw, 4.6rem); }
.faq__heading > p:not(.kicker) { margin-top: 1.5rem; }
.faq__items { border-top: 1px solid var(--wine); }
.faq details { border-bottom: 1px solid var(--line); }
.faq summary { display: flex; justify-content: space-between; gap: 1rem; padding: 1.5rem 0; cursor: pointer; list-style: none; font-family: Georgia, serif; font-size: 1.25rem; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary span { width: 1.5rem; height: 1.5rem; display: inline-flex; flex: 0 0 1.5rem; align-items: center; justify-content: center; color: var(--wine); font-family: Arial, sans-serif; line-height: 1; }
.faq details[open] summary span { transform: rotate(45deg); }
.faq details p { max-width: 720px; margin: -.5rem 0 1.5rem; color: #5e5652; }

.closing { min-height: 560px; display: flex; flex-direction: column; justify-content: center; align-items: center; padding: 5rem 1.25rem; background: var(--wine); color: #fff; text-align: center; }
.closing h2 { max-width: 990px; margin-bottom: 2.3rem; font-size: clamp(3rem, 5.5vw, 6.5rem); }

footer { display: grid; grid-template-columns: 1.2fr 1fr .8fr; gap: 3rem; padding: 4rem clamp(1.25rem, 7vw, 7rem) 2rem; background: #18090e; color: rgba(255,255,255,.75); }
.footer__brand p { max-width: 330px; font-size: .84rem; }
footer nav { display: flex; flex-direction: column; gap: .55rem; font-size: .82rem; }
footer nav strong { margin-bottom: .5rem; color: #fff; }
footer nav a { text-decoration: none; }
footer nav a:hover, footer nav a:focus-visible { color: #fff; }
.footer__bottom { grid-column: 1 / -1; padding-top: 1.5rem; border-top: 1px solid rgba(255,255,255,.15); font-size: .72rem; }
.wa-float { position: fixed; z-index: 30; right: 1rem; bottom: 1rem; width: 58px; height: 58px; display: grid; place-items: center; border: 3px solid var(--cream); border-radius: 50%; background: #53dd72; color: #102215; box-shadow: 0 8px 30px rgba(0,0,0,.25); text-decoration: none; font-weight: 900; }

@media (max-width: 980px) {
  .site-header { grid-template-columns: 1fr auto; }
  .site-header nav { display: none; }
  .hero__content { width: 72vw; }
  .opening { grid-template-columns: .22fr 1.3fr; }
  .opening__aside { grid-column: 2; }
  .section-heading { grid-template-columns: 1fr; gap: .5rem; }
  .route-grid { grid-template-columns: 1fr; }
  .route-grid article { min-height: 270px; border-right: 0; border-bottom: 1px solid var(--line); }
  .route-grid article:last-child { border-bottom: 0; }
  .editorial, .channels, .faq { grid-template-columns: 1fr; }
  .channels__lead { position: static; }
  .safeguards { grid-template-columns: 1fr; }
  .safeguards__note { grid-column: 1; }
  .journey ol { grid-template-columns: repeat(2, 1fr); }
  .journey li:nth-child(2) { border-right: 0; }
  .plan-grid { grid-template-columns: 1fr; max-width: 620px; gap: 1.5rem; }
  .plan, .plan--featured { min-height: 0; margin-top: 0; }
  .plan + .plan { border-left: 1px solid var(--line); }
  footer { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 620px) {
  .site-header { height: 70px; padding: 0 1rem; gap: .75rem; }
  .brand { gap: .45rem; }
  .brand img, footer .brand img { width: 38px; height: 38px; }
  .brand span { font-size: .75rem; letter-spacing: .12em; }
  .header-cta { padding: .7rem .75rem; font-size: .68rem; }
  .hero { min-height: 760px; align-items: flex-start; }
  .hero__photo { object-position: 62% center; }
  .hero__shade { background: linear-gradient(180deg, rgba(40,10,21,.88) 0%, rgba(40,10,21,.8) 61%, rgba(40,10,21,.92) 100%); }
  .hero__content { width: 100%; padding: 5.5rem 1.2rem 7rem; }
  .hero h1 { font-size: clamp(3rem, 15vw, 4.2rem); }
  .hero__lead { font-size: 1.13rem; }
  .hero__actions { align-items: flex-start; flex-direction: column; }
  .hero__note { left: 1.2rem; right: 4.5rem; bottom: 1rem; }
  .opening { grid-template-columns: 1fr; gap: 1rem; }
  .opening__number, .opening__aside { grid-column: 1; }
  .opening__aside { padding-top: 0; }
  .route-grid article { padding: 1.5rem; }
  .editorial { gap: 3rem; }
  .brief { transform: none; margin: 0 -.25rem; }
  .brief article { grid-template-columns: 36px 1fr; }
  .brief article > span { grid-column: 2; }
  .journey ol { grid-template-columns: 1fr; }
  .journey li, .journey li + li { padding: 1.5rem 0; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.18); }
  .journey b { margin: 1.5rem 0 .4rem; }
  .channel-list article { grid-template-columns: 1fr; }
  .channel-list p { grid-column: 1; }
  .plan { padding: 1.4rem; }
  .plan__flag { margin: -1.4rem -1.4rem 1.5rem; }
  .plan__price strong { font-size: 4.2rem; }
  footer { grid-template-columns: 1fr; }
  .footer__bottom { grid-column: 1; }
}

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