/* Shared styles for every page. Edit here once, all pages follow. */

:root{
  --green:#17342A;
  --green-deep:#0E211A;
  --green-mid:#1E4636;
  --paper:#F2F4F0;
  --red:#E53033;
  --ink:#0A1410;

  --bay-radius:2px;
  --measure:64ch;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;background:var(--green);color:var(--paper);
  font-family:"Archivo",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  font-variation-settings:"wdth" 100;
  font-size:17px;line-height:1.6;-webkit-font-smoothing:antialiased;
}
h1,h2,h3{margin:0;font-weight:800;font-variation-settings:"wdth" 118;letter-spacing:-.025em;line-height:.98}
h1{font-size:clamp(2.6rem,6.4vw,5.4rem)}
h2{font-size:clamp(2rem,4.2vw,3.4rem)}
h3{font-size:1.22rem;font-variation-settings:"wdth" 110;line-height:1.15}
p{margin:0 0 1rem;max-width:var(--measure)}
a{color:inherit}
img,video{max-width:100%}
.wrap{width:min(1240px,92vw);margin-inline:auto}
.skip{position:absolute;left:-9999px;background:var(--red);color:#fff;padding:.7rem 1.2rem;z-index:99}
.skip:focus{left:1rem;top:1rem}

/* ---------- header ---------- */
header{position:sticky;top:0;z-index:60;background:rgba(6,37,27,.9);backdrop-filter:blur(10px)}
.bar{display:flex;align-items:center;justify-content:space-between;gap:1.5rem;padding:.7rem 0}
.mark{display:block;line-height:0}
/* the logo is a vertical lockup (FORE reads downward), so it needs real height
   to stay legible in a horizontal bar. See the note in the handoff. */
.mark img{width:auto;height:62px;display:block}
nav{display:flex;gap:1.75rem;align-items:center;font-size:.95rem}
nav a{text-decoration:none;opacity:.85;padding:.25rem 0;border-bottom:1.5px solid transparent}
nav a:hover,nav a:focus-visible{opacity:1;border-bottom-color:var(--red)}
.btn{display:inline-block;background:var(--red);color:#fff;text-decoration:none;font-weight:800;
  padding:.72rem 1.4rem;border:none;border-radius:var(--bay-radius);font-size:1rem;cursor:pointer;font-family:inherit}
.btn:hover,.btn:focus-visible{background:#c1272b}
:focus-visible{outline:2.5px solid var(--red);outline-offset:3px}
/* Below 900px the links collapse behind the hamburger button. */
.nav-links{display:none}
.nav-toggle{display:grid;place-items:center;gap:5px;width:44px;height:44px;padding:0;
  background:none;border:none;cursor:pointer;order:3}
.nav-toggle span{display:block;width:24px;height:2px;background:var(--paper);border-radius:2px}
.nav-toggle[aria-expanded="true"] span:nth-child(1){transform:translateY(7px) rotate(45deg)}
.nav-toggle[aria-expanded="true"] span:nth-child(2){opacity:0}
.nav-toggle[aria-expanded="true"] span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}
.nav-toggle span{transition:transform .18s ease,opacity .18s ease}
.nav-links.open{display:flex;flex-direction:column;align-items:flex-start;gap:0;
  position:absolute;left:0;right:0;top:100%;padding:.5rem 4vw 1.25rem;
  background:var(--green-deep)}
.nav-links.open a{padding:.85rem 0;width:100%;border-bottom:1px solid rgba(242,244,240,.14)}
@media(min-width:900px){
  .nav-toggle{display:none}
  .nav-links{display:flex}
}

/* ---------- the bay: the recurring frame device ---------- */
/* Swap --bay-ar to 16/9 when landscape footage lands; nothing else changes. */
.bay{position:relative;background:#000;border-radius:var(--bay-radius);overflow:hidden;
  aspect-ratio:var(--bay-ar,3/4);
  box-shadow:inset 0 0 0 1px rgba(242,244,240,.18), 0 24px 60px -20px rgba(0,0,0,.7)}
.bay::after{content:"";position:absolute;inset:0;pointer-events:none;
  box-shadow:inset 0 0 90px 18px rgba(0,0,0,.55)}
.bay video,.bay img{display:block;width:100%;height:100%;object-fit:cover}
/* hero source is 9:16; cropped to 2:3 so it does not read as phone footage.
   object-fit:cover trims top and bottom evenly, which keeps heads and raised
   clubs inside frame. 3:4 was tried and clips the top of the backswing. */
.bay-phone{--bay-ar:2/3}
.bay-phone video{object-position:center}

/* ---------- hero ---------- */
.hero{padding:clamp(2.5rem,7vw,6rem) 0 clamp(3rem,6vw,5rem);
  background:radial-gradient(120% 90% at 78% 12%,var(--green-mid) 0%,var(--green) 46%,var(--green-deep) 100%)}
.hero-grid{display:grid;gap:clamp(2rem,5vw,4rem);align-items:center;grid-template-columns:1fr}
@media(min-width:940px){.hero-grid{grid-template-columns:1.15fr .85fr}}
.hero h1 span{display:block}
.lede{font-size:clamp(1.05rem,1.7vw,1.28rem);opacity:.9;margin-top:1.5rem}
.hero-cta{display:flex;flex-wrap:wrap;gap:.85rem;align-items:center;margin-top:2rem}
.ghost{display:inline-block;text-decoration:none;font-weight:700;padding:.72rem 1.3rem;
  border:1.5px solid rgba(242,244,240,.4);border-radius:var(--bay-radius)}
.ghost:hover{border-color:var(--paper)}
/* On mobile this fills the column exactly like the step photos: no width cap and
   no height cap. A max-height here would shrink the WIDTH to preserve the aspect
   ratio and leave dead margin at the sides, which is what it used to do back when
   the hero was 9:16. The cap only applies once the 940px grid sits it beside the text. */
.hero-bay{width:100%}
@media(min-width:940px){.hero-bay{max-width:440px;margin-inline:auto}}
.serves{margin-top:2.4rem;padding-top:1.2rem;border-top:2px solid var(--red);font-size:.95rem;opacity:.85;max-width:38ch}

/* ---------- bands ---------- */
.band{padding:clamp(3.5rem,7vw,6rem) 0}
.band-paper{background:var(--paper);color:var(--ink)}
.band-head{margin-bottom:clamp(2rem,4vw,3rem);max-width:52ch}
.band-head p{opacity:.75;margin-top:1rem}

/* ---------- steps ---------- */
.steps{display:grid;gap:2rem;grid-template-columns:1fr}
@media(min-width:760px){.steps{grid-template-columns:repeat(3,1fr)}}
.step-num{display:grid;place-items:center;width:2.5rem;height:2.5rem;margin-bottom:1rem;
  font-weight:800;font-size:1.1rem;border:2.5px solid var(--red);color:var(--red);
  border-radius:50%}
.step .bay{margin-bottom:1.25rem}
.step p{font-size:.98rem;opacity:.8;margin:.6rem 0 0}

/* ---------- fit check ---------- */
.fit-grid{display:grid;gap:clamp(2rem,5vw,4rem);grid-template-columns:1fr;align-items:start}
@media(min-width:900px){.fit-grid{grid-template-columns:1fr 380px}}
.reqs{list-style:none;margin:0;padding:0;border-top:1px solid rgba(242,244,240,.22)}
.reqs li{display:grid;grid-template-columns:auto 1fr;gap:1rem 1.1rem;padding:1.15rem 0;
  border-bottom:1px solid rgba(242,244,240,.22)}
.reqs .val{font-weight:800;font-variation-settings:"wdth" 112;color:var(--red);
  font-size:1.05rem;white-space:nowrap;min-width:7rem}
.reqs strong{display:block;font-weight:700}
.reqs span.d{font-size:.94rem;opacity:.72}
.note{margin-top:1.6rem;font-size:.95rem;opacity:.75}

/* ---------- gallery ---------- */
/* Side-to-side scroller. Add or remove .bay items freely, no layout to update. */
.gal{display:flex;gap:.9rem;overflow-x:auto;scroll-snap-type:x mandatory;
  padding-bottom:1rem;-webkit-overflow-scrolling:touch;
  scrollbar-color:var(--red) rgba(10,20,16,.15)}
.gal > *{flex:0 0 clamp(210px,42vw,300px);scroll-snap-align:start}
.gal::-webkit-scrollbar{height:8px}
.gal::-webkit-scrollbar-track{background:rgba(10,20,16,.15);border-radius:4px}
.gal::-webkit-scrollbar-thumb{background:var(--red);border-radius:4px}
/* the fade on the right edge is the "there is more" cue; JS clears it at the end */
.gal-wrap{position:relative}
.gal-wrap::after{content:"";position:absolute;top:0;bottom:1rem;right:0;width:72px;
  pointer-events:none;transition:opacity .2s ease;
  background:linear-gradient(to right,rgba(242,244,240,0),var(--paper))}
.gal-wrap.at-end::after{opacity:0}
/* arrowhead sits above the fade so the scroll direction is unmistakable */
.gal-wrap::before{content:"";position:absolute;top:calc(50% - 1.5rem);right:14px;z-index:2;
  width:34px;height:34px;border-radius:50%;background:var(--red);
  pointer-events:none;transition:opacity .2s ease;
  background-image:url("data:image/svg+xml;charset=UTF-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M9 5l7 7-7 7' fill='none' stroke='%23fff' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat:no-repeat;background-position:center;background-size:19px}
.gal-wrap.at-end::before{opacity:0}

/* ---------- faq ---------- */
.faq{max-width:74ch}
/* the FAQ sits on the dark green band on both pages, so the rule must be light */
.faq details{border-bottom:1px solid rgba(242,244,240,.22)}
.band-paper .faq details{border-bottom-color:rgba(10,20,16,.18)}
.faq summary{cursor:pointer;padding:1.1rem 0;font-weight:700;font-size:1.05rem;
  list-style:none;display:flex;justify-content:space-between;gap:1rem;align-items:center}
.faq summary::-webkit-details-marker{display:none}
.faq summary::after{content:"+";color:var(--red);font-weight:800;font-size:1.5rem;line-height:1}
.faq details[open] summary::after{content:"\2212"}
.faq details p{margin:0 0 1.1rem;opacity:.8;font-size:.98rem}
.faq-more{margin-top:2rem}

/* ---------- quote cta ---------- */
.cta{background:var(--green-deep);text-align:center}
.cta .band-head{margin-inline:auto}
.cta p{margin-inline:auto}
.cta .btn{margin-top:.5rem;font-size:1.1rem;padding:.9rem 2rem}

/* ---------- footer ---------- */
footer{background:#04190F;padding:3rem 0;font-size:.94rem}
/* logo sits on top of the description in the left column; links right, bottom-aligned */
.foot{display:flex;flex-wrap:wrap;gap:2rem;justify-content:space-between;align-items:flex-end}
.foot a{text-decoration:none;opacity:.8}
.foot a:hover,.foot a:focus-visible{opacity:1}
.foot-mark{display:block;line-height:0}
.foot-mark img{height:88px;width:auto;display:block}
.foot-desc{opacity:.7;margin-top:.9rem}
.foot-right{text-align:right}
.foot-links{display:flex;flex-direction:column;gap:.3rem}

/* stack left-aligned once the two columns stop having room to sit apart */
@media(max-width:760px){
  .foot{flex-direction:column;align-items:flex-start;gap:1.75rem}
  .foot-right{text-align:left}
}

@media (prefers-reduced-motion:reduce){
  html{scroll-behavior:auto}
  *{animation:none!important;transition:none!important}
}

/* ---------- forms (quote page) ---------- */
.form-grid{display:grid;gap:1.15rem;grid-template-columns:1fr;max-width:900px}
@media(min-width:700px){.form-grid{grid-template-columns:1fr 1fr}
  .full{grid-column:1/-1}}
label{display:block;font-size:.9rem;font-weight:700;margin-bottom:.42rem}
label .opt{font-weight:400;opacity:.55}
input,select,textarea{width:100%;font-family:inherit;font-size:1rem;color:var(--paper);
  background:rgba(242,244,240,.07);border:1.5px solid rgba(242,244,240,.28);
  border-radius:var(--bay-radius);padding:.7rem .8rem}
input:focus,select:focus,textarea:focus{border-color:var(--red);background:rgba(242,244,240,.12)}
select option{background:var(--green-deep);color:var(--paper)}
/* without this the browser draws its own light-grey select and it clashes with
   the dark text inputs; the chevron is an inline SVG so there is no extra file */
select{appearance:none;-webkit-appearance:none;padding-right:2.4rem;
  background-image:url("data:image/svg+xml;charset=UTF-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' fill='none' stroke='%23F2F4F0' stroke-width='1.6' stroke-linecap='round'/%3E%3C/svg%3E");
  background-repeat:no-repeat;background-position:right .85rem center;background-size:.7rem}
textarea{min-height:110px;resize:vertical}
.hint{font-size:.85rem;opacity:.6;margin:.4rem 0 0}
.gate{border-left:3px solid var(--red);padding-left:1.1rem;margin-bottom:.5rem;border-radius:0}
.gate strong{font-size:1.05rem}
.gate p{font-size:.95rem;opacity:.82;margin:.35rem 0 0}
.submit-row{margin-top:1.75rem;display:flex;flex-wrap:wrap;gap:1rem;align-items:center}
.submit-row .hint{margin:0}
.hp{position:absolute;left:-9999px}

/* ---------- simple page header ---------- */
.page-head{padding:clamp(2.5rem,6vw,4.5rem) 0 0}
.page-head h1{font-size:clamp(2.2rem,5vw,4rem)}
.page-head p{margin-top:1.2rem;opacity:.85;font-size:1.08rem}

/* ---------- faq page ---------- */
.faq-group{margin-bottom:2.5rem}
.faq-group h2{font-size:1.5rem;margin-bottom:.5rem;color:var(--red)}

/* inline accent, e.g. the "you" in the homepage headline */
.red{color:var(--red);font-style:normal}

/* ---------- footer social ---------- */
.social{display:flex;gap:1.1rem;flex-wrap:wrap;justify-content:flex-end;margin-top:.9rem}
@media(max-width:760px){.social{justify-content:flex-start}}
.social a{text-decoration:none;opacity:.8;font-weight:700;font-size:.9rem;
  border-bottom:1.5px solid transparent}
.social a:hover,.social a:focus-visible{opacity:1;border-bottom-color:var(--red)}

.serves strong{font-weight:800;font-variation-settings:"wdth" 112;opacity:1}

/* booking terms sit under the quote form, same accordion as the FAQ */
.band-terms{background:var(--green-deep)}
.band-terms .band-head{margin-bottom:1.5rem}
