/* ══════════════════════════════════════════════════════════════
   Barossa Wine Tours — shared landing-page stylesheet
   Brand-matched to the homepage; self-contained.
   ══════════════════════════════════════════════════════════════ */
:root{
  --cream:#F8F3EA; --cream-dark:#EDE4D3; --beige:#D9CBAF; --beige-dark:#C4B08A;
  --green:#2C3E2D; --green-mid:#3E5740; --green-light:#5A7A5C;
  --wine:#7A2133; --wine-light:#9B2D43; --wine-pale:#F2E8EA;
  --gold:#CA8A04; --gold-light:#D4AF37; --gold-ink:#221c0e;
  --grey-dark:#3A3530; --grey-mid:#6B6358; --grey-light:#A09585; --white:#fff;
  --shadow-sm:0 2px 12px rgba(44,62,45,0.08);
  --shadow-md:0 6px 30px rgba(44,62,45,0.12);
  --shadow-lg:0 16px 60px rgba(44,62,45,0.18);
  --serif:'Playfair Display',Georgia,'Times New Roman',serif;
  --sans:'Inter',system-ui,-apple-system,'Segoe UI',sans-serif;
}
*,*::before,*::after{box-sizing:border-box;margin:0;padding:0;}
html{scroll-behavior:smooth;}
body{font-family:var(--sans);background:var(--cream);color:var(--grey-dark);line-height:1.75;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;}
img{display:block;max-width:100%;}
a{text-decoration:none;color:inherit;}
ul{list-style:none;}
h1,h2,h3,h4{font-family:var(--serif);line-height:1.2;color:var(--green);text-wrap:balance;}
:focus-visible{outline:2px solid var(--wine);outline-offset:3px;border-radius:4px;}
.container{width:90%;max-width:1080px;margin:0 auto;}
.narrow{max-width:760px;}

/* ── Buttons ── */
.btn{display:inline-flex;align-items:center;justify-content:center;gap:0.5rem;font-family:var(--sans);font-weight:600;font-size:0.95rem;letter-spacing:0.01em;padding:0.9rem 1.9rem;border-radius:8px;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease,background .2s ease,color .2s ease;border:1.5px solid transparent;white-space:nowrap;}
.btn-gold{background:var(--gold);color:var(--gold-ink);box-shadow:0 4px 20px rgba(202,138,4,0.32);}
.btn-gold:hover{background:var(--gold-light);transform:translateY(-2px);box-shadow:0 8px 30px rgba(202,138,4,0.42);}
.btn-wine{background:var(--wine);color:var(--white);}
.btn-wine:hover{background:var(--wine-light);transform:translateY(-2px);}
.btn-outline{border-color:var(--green);color:var(--green);background:transparent;}
.btn-outline:hover{background:var(--green);color:var(--cream);transform:translateY(-2px);}
.btn-outline-cream{border-color:rgba(255,255,255,0.6);color:var(--white);background:transparent;}
.btn-outline-cream:hover{background:var(--white);color:var(--green);transform:translateY(-2px);}

/* ── Header ── */
.site-header{position:sticky;top:0;z-index:50;background:rgba(248,243,234,0.92);backdrop-filter:blur(10px);border-bottom:1px solid var(--beige);}
.site-header .container{display:flex;align-items:center;justify-content:space-between;padding:0.85rem 0;gap:1rem;}
.brand-lockup{display:flex;flex-direction:column;line-height:1.05;}
.brand-lockup .n{font-family:var(--serif);font-weight:700;font-size:1.15rem;color:var(--green);}
.brand-lockup .t{font-size:0.62rem;letter-spacing:0.24em;text-transform:uppercase;color:var(--wine);}
.nav-links{display:flex;align-items:center;gap:1.7rem;}
.nav-links a{font-size:0.9rem;font-weight:500;color:var(--grey-dark);transition:color .2s;}
.nav-links a:hover{color:var(--wine);}
.nav-cta{display:flex;align-items:center;gap:0.6rem;}
.nav-phone{font-weight:600;color:var(--green);font-size:0.9rem;}
@media(max-width:860px){.nav-links{display:none;}}

/* ── Hero ── */
.hero{position:relative;color:var(--white);text-align:center;padding:7rem 0 5.5rem;background:var(--green);overflow:hidden;}
.hero-bg{position:absolute;inset:0;background-size:cover;background-position:center;}
.hero-bg::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(20,28,20,0.62),rgba(20,28,20,0.78));}
.hero .container{position:relative;z-index:2;}
.hero .eyebrow{font-size:0.72rem;letter-spacing:0.26em;text-transform:uppercase;color:var(--gold-light);font-weight:600;margin-bottom:1rem;}
.hero h1{color:var(--white);font-size:clamp(2.1rem,5vw,3.4rem);margin:0 auto 1rem;max-width:16ch;}
.hero p{font-size:clamp(1.02rem,1.6vw,1.2rem);color:rgba(255,255,255,0.85);max-width:52ch;margin:0 auto 2rem;}
.hero-actions{display:flex;flex-wrap:wrap;gap:0.9rem;justify-content:center;}
.hero-rating{margin-top:1.6rem;font-size:0.85rem;color:rgba(255,255,255,0.75);display:flex;gap:0.5rem;align-items:center;justify-content:center;}
.stars{color:var(--gold-light);letter-spacing:0.1em;}

/* ── Breadcrumb ── */
.crumb{background:var(--cream-dark);font-size:0.78rem;color:var(--grey-mid);}
.crumb .container{padding:0.7rem 0;}
.crumb a{color:var(--wine);}
.crumb a:hover{color:var(--gold);}

/* ── Sections ── */
section{padding:4.5rem 0;}
.section-label{font-size:0.7rem;font-weight:700;letter-spacing:0.2em;text-transform:uppercase;color:var(--gold);margin-bottom:0.7rem;}
.section-title{font-size:clamp(1.6rem,3vw,2.3rem);margin-bottom:1.1rem;}
.prose p{margin-bottom:1.15rem;color:var(--grey-dark);}
.prose p.lead{font-size:1.15rem;color:var(--green-mid);}
.alt{background:var(--cream-dark);}
.dark{background:var(--green);color:rgba(255,255,255,0.85);}
.dark .section-title,.dark h2,.dark h3{color:var(--white);}
.dark .section-label{color:var(--gold-light);}

/* ── Includes / feature grid ── */
.feature-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1.2rem;margin-top:2rem;}
.feature{background:var(--white);border:1px solid var(--beige);border-radius:14px;padding:1.6rem;box-shadow:var(--shadow-sm);}
.feature .ic{width:46px;height:46px;border-radius:11px;background:radial-gradient(circle at 35% 30%,#3E5740,#24331F);display:grid;place-items:center;margin-bottom:1rem;box-shadow:0 4px 12px rgba(36,51,31,0.2);}
.feature .ic svg{width:22px;height:22px;stroke:var(--gold-light);fill:none;stroke-width:1.8;}
.feature h3{font-size:1.15rem;margin-bottom:0.4rem;}
.feature p{font-size:0.92rem;color:var(--grey-mid);}

/* ── Checklist ── */
.checklist{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:0.7rem 2rem;margin-top:1.5rem;}
.checklist li{display:flex;gap:0.7rem;align-items:flex-start;color:var(--grey-dark);}
.checklist svg{width:20px;height:20px;min-width:20px;margin-top:3px;stroke:var(--green-light);fill:none;stroke-width:2.4;}

/* ── Steps ── */
.steps{counter-reset:step;display:flex;flex-direction:column;gap:1.4rem;margin-top:2rem;}
.step{display:flex;gap:1.1rem;align-items:flex-start;}
.step .num{counter-increment:step;flex:0 0 auto;width:40px;height:40px;border-radius:50%;background:var(--green);color:var(--cream);font-family:var(--serif);font-weight:600;display:grid;place-items:center;}
.step .num::before{content:counter(step);}
.step h3{font-size:1.15rem;margin-bottom:0.25rem;}
.step p{font-size:0.95rem;color:var(--grey-mid);}

/* ── Price band ── */
.pricecard{background:var(--white);border:1px solid var(--beige);border-radius:16px;padding:2rem;box-shadow:var(--shadow-md);text-align:center;max-width:420px;margin:2rem auto 0;}
.pricecard .amt{font-family:var(--serif);font-size:3rem;font-weight:700;color:var(--wine);line-height:1;}
.pricecard .per{color:var(--grey-mid);font-size:0.9rem;margin-bottom:1.2rem;}

/* ── Reviews ── */
.reviews-row{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:1.2rem;margin-top:2rem;}
.review{background:var(--white);border:1px solid var(--beige);border-radius:14px;padding:1.5rem;box-shadow:var(--shadow-sm);}
.review .stars{font-size:0.95rem;}
.review blockquote{font-size:0.98rem;color:var(--grey-dark);margin:0.6rem 0 0.9rem;}
.review cite{font-style:normal;font-weight:600;color:var(--green);font-size:0.9rem;}

/* ── Meet Kirsty ── */
.kirsty{display:grid;grid-template-columns:0.8fr 1.2fr;gap:2.5rem;align-items:center;}
@media(max-width:760px){.kirsty{grid-template-columns:1fr;}}
.kirsty-photo{aspect-ratio:4/5;border-radius:16px;background:linear-gradient(160deg,#3E5740,#2C3E2D);display:grid;place-items:center;text-align:center;color:rgba(255,255,255,0.75);padding:1.5rem;border:1px dashed rgba(255,255,255,0.35);box-shadow:var(--shadow-md);}
.kirsty-photo span{font-size:0.85rem;line-height:1.5;}
.badge-row{display:flex;flex-wrap:wrap;gap:0.6rem;margin-top:1.2rem;}
.badge{display:inline-flex;align-items:center;gap:0.4rem;font-size:0.8rem;font-weight:600;color:var(--green);background:var(--cream);border:1px solid var(--beige-dark);border-radius:99px;padding:0.4rem 0.9rem;}
.badge svg{width:15px;height:15px;stroke:var(--green-light);fill:none;stroke-width:2;}

/* ── FAQ ── */
.faq{display:flex;flex-direction:column;gap:0.8rem;margin-top:2rem;}
.faq details{background:var(--white);border:1px solid var(--beige);border-radius:12px;padding:0 1.3rem;box-shadow:var(--shadow-sm);}
.faq summary{list-style:none;cursor:pointer;padding:1.15rem 2rem 1.15rem 0;position:relative;font-family:var(--serif);font-size:1.08rem;color:var(--green);font-weight:500;}
.faq summary::-webkit-details-marker{display:none;}
.faq summary::after{content:"+";position:absolute;right:0;top:50%;transform:translateY(-50%);font-size:1.5rem;color:var(--gold);}
.faq details[open] summary::after{content:"\2013";}
.faq p{padding:0 0 1.2rem;color:var(--grey-mid);font-size:0.96rem;}

/* ── CTA band ── */
.cta-band{background:var(--wine);color:var(--white);text-align:center;}
.cta-band h2{color:var(--white);font-size:clamp(1.6rem,3vw,2.3rem);margin-bottom:0.8rem;}
.cta-band p{color:rgba(255,255,255,0.85);max-width:48ch;margin:0 auto 1.8rem;}
.cta-actions{display:flex;flex-wrap:wrap;gap:0.9rem;justify-content:center;}

/* ── Footer ── */
.site-footer{background:var(--green);color:rgba(255,255,255,0.72);padding:3rem 0 2rem;font-size:0.88rem;}
.footer-top{display:flex;flex-wrap:wrap;gap:1.5rem 3rem;justify-content:space-between;padding-bottom:2rem;border-bottom:1px solid rgba(255,255,255,0.12);}
.site-footer .n{font-family:var(--serif);font-size:1.15rem;color:var(--white);}
.site-footer a{color:rgba(255,255,255,0.82);}
.site-footer a:hover{color:var(--beige);}
.footer-links-col{display:flex;flex-direction:column;gap:0.5rem;}
.footer-col-title{font-size:0.72rem;letter-spacing:0.14em;text-transform:uppercase;color:var(--white);margin-bottom:0.5rem;}
.footer-bottom{padding-top:1.5rem;display:flex;flex-wrap:wrap;gap:0.6rem 1.5rem;justify-content:space-between;color:rgba(255,255,255,0.6);font-size:0.78rem;}

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

/* ── Premium polish (matches homepage) ── */
body::after{content:"";position:fixed;inset:0;z-index:9999;pointer-events:none;opacity:0.035;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 220 220' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");background-size:200px 200px;}
@media(prefers-reduced-motion:reduce){body::after{display:none;}}
.section-label{display:inline-flex;align-items:center;gap:0.6rem;}
.section-label::before{content:"";width:24px;height:1px;background:currentColor;opacity:0.55;display:inline-block;}
.checklist svg{stroke:var(--gold);}
.feature:hover,.review:hover{transform:translateY(-4px);box-shadow:0 2px 6px rgba(44,62,45,0.05),0 22px 52px rgba(44,62,45,0.1);border-color:var(--gold);}
.feature,.review{transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease;}
