/* Lancaster Porch Pumpkins shared styles */
:root{
  --brand-name:"Lancaster Porch Pumpkins";
  --plum:#22302A; --plum-deep:#16211C; --plum-soft:#31453B;
  --orange:#B07D2B; --orange-hover:#8F6420; --orange-soft:#EADFC6;
  --paper:#F7F4EC; --paper-deep:#EBE5D7; --white:#FFFEFA;
  --ink:#1D2621; --muted:#5C6B60; --line:#DCD3C0;
  --sage:#7C6A3F;
  --display:"Fraunces",Georgia,"Times New Roman",serif;
  --sans:"Work Sans",-apple-system,"Segoe UI",Helvetica,Arial,sans-serif;
  --radius:6px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:var(--paper);color:var(--ink);font-family:var(--sans);font-size:17px;line-height:1.55;-webkit-font-smoothing:antialiased;overflow-x:hidden}
h1,h2,h3{font-family:var(--display);margin:0;line-height:1.1;text-wrap:balance;letter-spacing:-.01em}
h1{font-size:clamp(2.2rem,5.5vw,4rem);font-weight:700}
h2{font-size:clamp(1.8rem,3.6vw,2.7rem);font-weight:700}
h3{font-size:1.25rem;font-weight:700}
p{margin:0}
a{color:inherit}
img{max-width:100%}
.wrap{width:min(1120px,100%);margin-inline:auto;padding-inline:20px;box-sizing:border-box}
.eyebrow{font-size:.78rem;font-weight:600;letter-spacing:.14em;text-transform:uppercase;color:var(--orange)}
.lead{font-size:1.12rem;color:var(--muted);max-width:60ch}
.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;font-family:var(--sans);font-weight:600;font-size:1rem;padding:.95rem 1.6rem;border-radius:8px;border:0;cursor:pointer;text-decoration:none;transition:background .15s,transform .15s}
.btn:focus-visible{outline:3px solid var(--orange);outline-offset:3px}
.btn-primary{background:var(--orange);color:#fff}
.btn-primary:hover{background:var(--orange-hover);transform:translateY(-1px)}
.btn-ghost{background:transparent;color:var(--paper);border:2px solid rgba(247,244,236,.5)}
.btn-ghost:hover{border-color:var(--paper)}
.btn-dark{background:var(--plum);color:var(--paper)}
.btn-dark:hover{background:var(--plum-deep)}
.btn-outline{background:transparent;color:var(--orange);border:2px solid var(--orange);padding:calc(.95rem - 2px) calc(1.6rem - 2px)}
.btn-outline:hover{background:var(--orange);color:#fff;transform:translateY(-1px)}
section{padding-block:clamp(3.5rem,8vw,6rem)}
.section-head{display:grid;gap:.8rem;max-width:720px;margin-bottom:2.5rem}

/* placeholder image slots */
:root{--ph-grad:linear-gradient(160deg,#35493D 0%,#22302A 55%,#16211C 100%)}
.ph{position:relative;overflow:hidden;border-radius:var(--radius);background-image:var(--ph-grad);background-size:cover;background-position:center;background-color:#22302A}
.ph::before{content:"";position:absolute;inset:0;background:
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='220' height='220' viewBox='0 0 220 220' fill='none' stroke='%23F3D8C4' stroke-opacity='.22' stroke-width='2'%3E%3Cpath d='M110 70c-8-14-4-30 6-36M110 70c-30 0-52 22-52 50 0 30 20 52 52 52s52-22 52-52c0-28-22-50-52-50z'/%3E%3Cpath d='M86 74c-8 14-8 62 0 92M134 74c8 14 8 62 0 92M110 72v100'/%3E%3C/svg%3E") center/220px no-repeat;pointer-events:none}
.ph.has-photo::before{display:none}
.ph .tag{position:absolute;left:12px;bottom:12px;font-size:.7rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:var(--orange-soft);background:rgba(22,33,28,.6);padding:.3rem .6rem;border-radius:6px}
.ph.has-photo .tag{display:none}

/* nav */
header.nav{position:sticky;top:0;z-index:30;background:var(--paper);border-bottom:1px solid var(--line)}
.nav-inner{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding-block:.8rem}
.brand{display:flex;align-items:center;gap:.6rem;text-decoration:none;font-family:var(--display);font-weight:700;font-size:1.15rem;color:var(--plum)}
.brand .mark{width:36px;height:36px;border-radius:50%;background:var(--orange);display:grid;place-items:center;flex:none}
.brand .mark svg{width:22px;height:22px}
nav ul{list-style:none;margin:0;padding:0;display:flex;gap:1.4rem;align-items:center}
nav a{text-decoration:none;font-weight:600;font-size:.95rem;color:var(--plum)}
nav a:hover{color:var(--orange)}
.nav-cta{padding:.65rem 1.15rem;font-size:.92rem}
@media (max-width:820px){nav ul li:not(.cta-li){display:none}}

/* hero: the photo is the hero */
.hero{position:relative;min-height:clamp(560px,72vh,760px);max-height:none;border-radius:8px;display:flex;align-items:center;justify-content:center;text-align:center;color:var(--paper);background:url("hero.jpg?v=lp1") center 62% / cover no-repeat var(--plum-deep);border:clamp(10px,1.2vw,16px) solid var(--plum);box-sizing:border-box}
.hero::before{content:"";position:absolute;inset:0;background:radial-gradient(ellipse at center,rgba(22,33,28,.62) 0%,rgba(22,33,28,.5) 45%,rgba(22,33,28,.4) 100%);pointer-events:none}
.hero-inner{position:relative;max-width:760px;margin:0 auto;padding:2rem 1.5rem;text-shadow:0 2px 14px rgba(0,0,0,.55),0 1px 4px rgba(0,0,0,.4)}
.hero .eyebrow{color:#E3C583}
.hero h1{margin-top:0;font-size:clamp(2.2rem,5vw,4rem);line-height:1.08;letter-spacing:-.01em}
.hero .lead{color:rgba(247,244,236,.95);margin-top:1.1rem;font-size:clamp(1rem,1.5vw,1.2rem);max-width:none;line-height:1.5;font-weight:500}
.hero-price{margin-top:.9rem;display:flex;align-items:baseline;flex-wrap:wrap;gap:.45rem;font-size:1.02rem;color:rgba(247,244,236,.92)}
.hero-price .hp-from{font-size:.82rem;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:var(--orange-soft)}
.hero-price .hp-amt{font-size:2.4rem;font-weight:700;line-height:1;color:var(--paper);letter-spacing:-.02em}
.hero-price .hp-tail{font-size:.98rem}
.hero-price .hp-tail strong{color:var(--orange-soft);font-weight:700}
.hero-actions{display:flex;flex-wrap:wrap;gap:.8rem;margin-top:1.7rem;justify-content:center}
.hero-actions .btn{text-shadow:none}
.hero .text-link{color:var(--paper);font-weight:600;text-decoration:underline;text-underline-offset:4px;align-self:center;padding:.4rem .2rem}
.hero .text-link:hover{color:#E3C583}
.booking-window{margin-top:.8rem;font-size:.95rem;color:#E3C583;font-weight:600}
.hero-serving{margin-top:.7rem;font-size:.9rem;color:rgba(247,244,236,.8)}
.hero-points{display:grid;gap:.4rem;margin-top:1rem;font-size:.95rem;color:rgba(247,244,236,.9)}
.hero-points span{display:flex;align-items:center;gap:.4rem}
.hero-points svg{width:18px;height:18px;color:var(--orange-soft)}
@media (max-width:820px){.hero{min-height:clamp(440px,60vh,560px);max-height:none;background-position:center 62%;align-items:center}.hero::before{background:radial-gradient(ellipse at center,rgba(22,33,28,.66) 0%,rgba(22,33,28,.56) 50%,rgba(22,33,28,.46) 100%)}.hero-inner{margin:0 auto;max-width:none;padding:1.5rem 1.25rem;background:none;backdrop-filter:none;-webkit-backdrop-filter:none;border:0;border-radius:0;text-shadow:0 2px 12px rgba(0,0,0,.6),0 1px 4px rgba(0,0,0,.45)}.hero-inner h1{font-size:2.1rem;margin:0;max-width:none;line-height:1.1}.hero .lead{font-size:1rem;margin-top:.8rem;text-wrap:balance;max-width:none}.hero-actions{margin-top:1.3rem;gap:.6rem;justify-content:center}.hero-actions .btn{padding:.85rem 1.6rem;font-size:1rem}.hero-points{display:none}.hero-serving{display:none}}

/* how */
.how{background:var(--paper)}
.steps{display:grid;grid-template-columns:repeat(3,1fr);gap:1.4rem}
.step{background:var(--white);border:1px solid var(--line);border-radius:var(--radius);padding:1.6rem;display:grid;gap:.6rem}
.step .num{font-family:var(--display);font-size:2.4rem;font-weight:700;color:var(--orange);line-height:1}
.step p{color:var(--muted)}
@media (max-width:820px){.steps{grid-template-columns:1fr}}

/* packages */
.packages{background:var(--paper)}
.tiers{display:grid;grid-template-columns:repeat(3,1fr);gap:1.4rem;align-items:stretch}
.tier{background:var(--white);border:1px solid var(--line);border-radius:var(--radius);overflow:hidden;display:flex;flex-direction:column;position:relative}
.tier.featured{border:2px solid var(--orange);box-shadow:0 22px 55px rgba(31,45,38,.22);transform:translateY(-14px);border-radius:var(--radius);padding-top:2.1rem;background:var(--orange)}
.tier.featured>.ph{border-radius:0}
.tier.featured>.body{background:var(--white);border-radius:0 0 calc(var(--radius) - 2px) calc(var(--radius) - 2px)}
.tier .badge{position:absolute;top:0;left:0;right:0;z-index:2;background:var(--orange);color:#fff;font-size:.78rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;padding:.55rem .7rem;text-align:center;border-radius:calc(var(--radius) - 2px) calc(var(--radius) - 2px) 0 0;display:flex;align-items:center;justify-content:center;gap:.4rem}
.tier .badge svg{width:15px;height:15px}
.tier .ph{aspect-ratio:4/3;border-radius:0}
.tier .body{padding:1.5rem;display:flex;flex-direction:column;gap:1rem;flex:1}
.tier .price{font-family:var(--display);font-size:2.4rem;font-weight:700;color:var(--plum);line-height:1;font-variant-numeric:tabular-nums}
.tier .price small{font-family:var(--sans);font-size:.85rem;font-weight:500;color:var(--muted);margin-left:.3rem}
.tier ul{list-style:none;padding:0;margin:0;display:grid;gap:.5rem;color:var(--ink)}
.tier li{display:flex;gap:.6rem;align-items:flex-start;font-size:.98rem}
.tier li svg{width:18px;height:18px;flex:none;color:var(--sage);margin-top:.2rem}
.tier .btn{margin-top:auto}
.tier-porch .ph{background-image:url("tier-porch.jpg"),var(--ph-grad)}
.tier-statement .ph{background-image:url("tier-statement.jpg"),var(--ph-grad)}
.tier-entry .ph{background-image:url("tier-entry.jpg"),var(--ph-grad)}
.addons{margin-top:2rem;display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}
@media (max-width:820px){.addons{grid-template-columns:1fr}}
.addon{background:var(--white);border:1px dashed var(--line);border-radius:6px;padding:1.1rem 1.3rem;display:flex;flex-direction:column;gap:.5rem}
.addon strong{font-family:var(--display);color:var(--plum)}
.addon span{color:var(--muted);font-size:.95rem}
.addon .p{font-weight:600;color:var(--orange);white-space:nowrap;margin-top:auto;font-size:1.1rem}
@media (max-width:900px){.tiers{grid-template-columns:1fr}.tier.featured{transform:none}.addons{grid-template-columns:1fr}}


/* sourcing + area */
.local{background:var(--paper)}
.local-grid{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:start}
.local h2{color:var(--plum)}
.local .lead{margin-top:.8rem}
.chips{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:1rem}
.chips span{font-size:.92rem;padding:.4rem .85rem;border-radius:6px;background:var(--white);border:1px solid var(--line)}
.chips span.free{background:var(--plum);color:var(--paper);border-color:var(--plum);font-weight:600}
.source-list{list-style:none;padding:0;margin:1.2rem 0 0;display:grid;gap:.8rem}
.source-list li{display:flex;gap:.8rem;align-items:flex-start;padding:1rem 1.1rem;background:var(--white);border:1px solid var(--line);border-radius:6px}
.source-list svg{width:22px;height:22px;flex:none;color:var(--orange)}
.source-list strong{display:block;font-family:var(--display);color:var(--plum)}
.source-list span{color:var(--muted);font-size:.95rem}
@media (max-width:820px){.local-grid{grid-template-columns:1fr}}

/* booking */
.book{background:var(--plum);color:var(--paper)}
.book .eyebrow{color:var(--orange-soft)}
.book .lead{color:rgba(247,244,236,.8)}
.book-grid{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:start}
.form-card{background:var(--white);color:var(--ink);border-radius:var(--radius);padding:1.6rem;box-shadow:0 30px 60px rgba(0,0,0,.3)}
form{display:grid;gap:.9rem}
fieldset{border:0;padding:0;margin:0;display:grid;gap:.5rem}
legend,label{font-size:.85rem;font-weight:600;color:var(--plum)}
label{display:grid;gap:.3rem}
input,select,textarea{font:inherit;font-size:1rem;padding:.7rem .85rem;border:1.5px solid var(--line);border-radius:6px;background:#fff;color:var(--ink);width:100%}
input:focus,select:focus,textarea:focus{outline:none;border-color:var(--orange);box-shadow:0 0 0 3px var(--orange-soft)}
textarea{min-height:80px;resize:vertical}
.row2{display:grid;grid-template-columns:1fr 1fr;gap:.8rem}
@media (max-width:520px){.row2{grid-template-columns:1fr}}
.choice{display:flex;gap:.7rem;align-items:center;padding:.75rem .9rem;border:1.5px solid var(--line);border-radius:6px;cursor:pointer;font-weight:500;font-size:.95rem;color:var(--ink)}
.choice:has(input:checked){border-color:var(--orange);background:var(--orange-soft)}
.choice input{width:auto;margin:0}
.choice .r{margin-left:auto;font-weight:600;color:var(--plum);white-space:nowrap}
.choice[hidden]{display:none}
.total{display:flex;justify-content:space-between;align-items:baseline;padding:1rem 0 .2rem;border-top:1px solid var(--line);font-family:var(--display);font-size:1.15rem;color:var(--plum)}
.total b{font-size:1.8rem;font-variant-numeric:tabular-nums}
.form-note{font-size:.8rem;color:var(--muted)}
.form-card .btn{width:100%}
.form-done{display:none;text-align:center;padding:1.5rem .5rem}
.form-card.sent form{display:none}
.form-card.sent .form-done{display:block}
.form-done .check{width:56px;height:56px;border-radius:50%;background:var(--orange-soft);color:var(--orange);display:grid;place-items:center;margin:0 auto 1rem}
.book-side{display:grid;gap:1.4rem}
.book-side .btn{justify-self:start}
.textus{margin-top:.5rem}
@media (max-width:900px){.book-grid{grid-template-columns:1fr}}

/* faq */
.faq{background:var(--paper)}
.faq h2{color:var(--plum)}
.faq-list{display:grid;gap:.7rem;max-width:800px}
details{border:1px solid var(--line);border-radius:6px;background:var(--white);padding:0 1.2rem}
summary{list-style:none;cursor:pointer;display:flex;justify-content:space-between;align-items:center;gap:1rem;padding:1rem 0;font-family:var(--display);font-weight:700;color:var(--plum);font-size:1.05rem}
summary::-webkit-details-marker{display:none}
summary::after{content:"+";font-size:1.4rem;color:var(--orange);flex:none;transition:transform .2s}
details[open] summary::after{transform:rotate(45deg)}
details p{padding:0 0 1.1rem;color:var(--muted);max-width:66ch}
summary:focus-visible{outline:3px solid var(--orange);outline-offset:2px;border-radius:6px}

/* reviews placeholder */
.proof{background:var(--paper);padding-block:3rem;text-align:left}
.proof-list{max-width:none}
.proof-list{list-style:none;padding:0;margin:1rem 0 0;display:grid;gap:.7rem}
.proof-list li{padding:.9rem 1.1rem;background:var(--paper);border:1px solid var(--line);border-radius:6px;color:var(--muted)}
.proof-list strong{color:var(--plum);font-family:var(--display)}
.proof-note{margin-top:1.1rem;font-size:.92rem;color:var(--muted)}

footer{background:var(--plum-deep);color:rgba(247,244,236,.7);padding-block:1.8rem 6rem;font-size:.9rem}
.foot{display:flex;flex-wrap:wrap;justify-content:space-between;gap:1rem}
.foot ul{list-style:none;margin:0;padding:0;display:flex;flex-wrap:wrap;gap:1.2rem}
.foot a{text-decoration:none}
.foot a:hover{color:#fff}
@media (min-width:761px){footer{padding-bottom:1.8rem}}

/* mobile call bar */
.callbar{display:none}
@media (max-width:760px){
  .callbar{display:flex;align-items:center;justify-content:space-between;gap:.8rem;position:fixed;bottom:0;left:0;right:0;padding:.7rem 16px;background:var(--white);border-top:1px solid var(--line);z-index:40;box-shadow:0 -8px 30px rgba(29,38,33,.15)}
  .callbar .from{font-size:.85rem;color:var(--muted)}
  .callbar .from b{display:block;font-family:var(--display);font-size:1.25rem;color:var(--plum)}
  .callbar .btn{padding:.8rem 1.3rem}
  /* Hidden on arrival so it does not compete with the hero. The reveal script
     adds .in once the hero has scrolled past. */
  .callbar{transform:translateY(110%);transition:transform .25s ease;will-change:transform}
  .callbar.in{transform:translateY(0)}
}
@media (prefers-reduced-motion:reduce){.callbar{transition:none}}
@media (prefers-reduced-motion:reduce){*{transition:none!important;scroll-behavior:auto}}

/* package page: product layout */
.product{background:var(--paper);padding-block:clamp(1.5rem,3vw,2.5rem) clamp(2.5rem,5vw,4rem)}
.product-grid{display:grid;grid-template-columns:52fr 48fr;gap:clamp(1.5rem,3.5vw,3rem);align-items:start}
.product-left{display:grid;gap:1.2rem;align-content:start}
.product-photo{position:relative}
.product-steps .steps{grid-template-columns:1fr;gap:.8rem}
.product-steps .step{padding:1rem 1.1rem;grid-template-columns:auto 1fr;column-gap:.9rem;align-items:start}
.product-steps .step .num{font-size:1.6rem;grid-row:1/3}
.product-steps .step h3{font-size:1.05rem}
.product-steps .step p{font-size:.95rem}
.product-faq h2,.product-other h2{font-size:1.15rem;color:var(--plum);margin-bottom:.6rem}
.product-faq .faq-list{gap:.5rem}
.product-faq details p{font-size:.95rem}
.product-other .other{gap:.6rem}
.product-other .other a{padding:.8rem 1rem}
.product-photo img{display:block;width:100%;height:auto;aspect-ratio:4/3;object-fit:cover;border-radius:var(--radius);border:1px solid var(--line);box-shadow:0 20px 50px rgba(29,38,33,.18)}
.buybox{display:grid;gap:.9rem;background:var(--white);border:1px solid var(--line);border-radius:var(--radius);padding:clamp(1.2rem,2.5vw,1.8rem)}
.buybox h1{font-size:clamp(1.9rem,3.6vw,2.6rem)}
.buybox .price{font-family:var(--display);font-size:2.4rem;font-weight:700;color:var(--plum);line-height:1;font-variant-numeric:tabular-nums}
.buybox .price small{font-family:var(--sans);font-size:.9rem;font-weight:500;color:var(--muted);margin-left:.4rem}
.buybox .line{color:var(--ink);font-size:1.05rem}
.buy-section{display:grid;gap:.6rem;padding-top:.8rem;border-top:1px solid var(--line)}
.buy-section h2{font-size:1.05rem;font-family:var(--sans);font-weight:600;color:var(--plum);letter-spacing:.02em}
.buybox .incl{color:var(--muted);font-size:.95rem}
.buybox .field{display:grid;gap:.35rem;font-size:.9rem;font-weight:600;color:var(--plum)}
.buybox .hint{font-weight:400;color:var(--muted)}
.choices{display:grid;gap:.5rem}
.buybox .total{margin-top:.2rem}
.btn-big{width:100%;padding:1.1rem 1.6rem;font-size:1.08rem}
.list{list-style:none;padding:0;margin:0;display:grid;gap:.45rem}
.list li{display:flex;gap:.6rem;align-items:flex-start;font-size:1rem}
.list li svg{width:20px;height:20px;flex:none;color:var(--sage);margin-top:.15rem}
.how-strip{padding-block:clamp(2rem,4vw,3rem);background:var(--paper)}
.pkg-more{background:var(--paper);padding-block:clamp(2.5rem,5vw,4rem)}
.pkg-more-grid{display:grid;grid-template-columns:1.1fr .9fr;gap:2.5rem;align-items:start}
.pkg-more h2{font-size:clamp(1.4rem,2.6vw,1.9rem);color:var(--plum);margin-bottom:1rem}
.other{display:grid;gap:1rem}
.other a{display:block;padding:1rem 1.2rem;border:1px solid var(--line);border-radius:6px;background:var(--white);text-decoration:none;color:var(--plum);font-weight:600}
.other a small{display:block;font-weight:400;color:var(--muted);font-size:.9rem;margin-top:.2rem}
@media (max-width:900px){.product-grid{grid-template-columns:1fr}.pkg-more-grid{grid-template-columns:1fr}}
.tier .summary{color:var(--muted);font-size:.98rem}
.area{background:var(--paper)}
.area .wrap{text-align:center}
.area .chips{justify-content:center}
.area .lead{margin:.6rem auto 0}
.book-page{background:var(--paper);color:var(--ink);padding-block:1.4rem 3.5rem}
.book-col{max-width:560px;padding-inline:20px;display:grid;gap:.7rem}
.book-photo{aspect-ratio:2/1;border-radius:var(--radius);background:var(--plum-deep) center 60% / cover no-repeat;background-image:url("tier-statement.jpg");position:relative;overflow:hidden;border:1px solid var(--line)}
.book-photo .photo-caption{position:absolute;left:12px;bottom:12px}
.book-title{font-family:var(--display);font-weight:700;font-size:1.7rem;line-height:1.1;color:var(--plum);margin:.2rem 0 0}
.book-sub{margin:-.5rem 0 0;color:var(--muted);font-size:.98rem}
.book-col form{background:transparent;border:0;padding:0;gap:1rem}
.book-col fieldset{gap:.45rem}
.choice.pkg{align-items:center;padding:.55rem .9rem .55rem .6rem;background:var(--white)}
.choice.pkg .thumb{width:56px;height:42px;border-radius:4px;background:var(--plum-deep) center 60% / cover no-repeat;flex:none}
.choice.pkg input{display:none}
.choice.pkg:has(input:checked){box-shadow:0 0 0 3px var(--orange-soft)}
.book-col .choice:not(.pkg){background:var(--white)}
.book-col select{background:var(--white)}
.book-col legend{margin-bottom:.15rem}
.choice.pkg .pkg-text{display:grid;gap:.1rem;line-height:1.25}
.choice.pkg .pkg-name{font-weight:600;color:var(--plum)}
.choice.pkg .pkg-sum{font-size:.82rem;color:var(--muted);font-weight:400}
.choice.pkg .r{align-self:center;font-size:1.05rem}
.spots{font-size:.82rem;font-weight:500;color:var(--orange)}
.book-col .total{padding:.6rem 0 .1rem}
.book-col .btn{width:100%}
.assure{list-style:none;margin:.1rem 0 0;padding:0;display:flex;flex-wrap:wrap;gap:.4rem 1.1rem;justify-content:center;font-size:.85rem;color:var(--muted)}
.assure li{display:flex;gap:.5rem;align-items:flex-start}
.assure svg{width:16px;height:16px;flex:none;color:var(--sage);margin-top:.2rem}
.book-col .form-note{margin:0;text-align:center}
.book-col .total{border-top:1px solid var(--line)}

@media (max-width:820px){.brand{font-size:1.05rem;white-space:nowrap}.brand .mark{width:34px;height:34px}.nav-cta,.btn.nav-cta{white-space:nowrap;padding:.6rem .95rem;font-size:.9rem}nav ul li.cta-li a{white-space:nowrap}}

.area-inner{text-align:center;max-width:820px}
.area-inner h2{margin-bottom:1.2rem}
.zone-map{width:100%;max-width:760px;height:auto;display:block;margin:0 auto;border:1px solid var(--line);border-radius:8px}
.zone-map .zone{fill:rgba(49,69,59,.14);stroke:var(--plum);stroke-width:2.5;stroke-dasharray:0}
.zone-map .dot.free{fill:var(--plum)}
.zone-map .dot.ask{fill:var(--white);stroke:var(--muted);stroke-width:2}
.zone-map .lbl{font-family:var(--sans);font-size:15px;fill:var(--ink);paint-order:stroke;stroke:var(--white);stroke-width:5px;stroke-linejoin:round}
.zone-map .river{fill:none;stroke:#7FA08C;stroke-width:6;opacity:.8}
.zone-map .road{fill:none;stroke:#CFC6B0;stroke-width:3;stroke-dasharray:8 8}
.zone-map .river-lbl,.zone-map .road-lbl{font-size:12px;fill:var(--muted);letter-spacing:.08em;text-transform:uppercase}
.legend{display:flex;justify-content:center;gap:1.6rem;margin-top:1rem;font-size:.95rem;color:var(--muted)}
.legend span{display:flex;align-items:center;gap:.5rem}
.legend .sw{width:14px;height:14px;border-radius:50%;display:inline-block}
.legend .sw.free{background:var(--plum)}
.legend .sw.ask{background:var(--white);border:2px solid var(--muted)}
@media (max-width:820px){.zone-map .lbl{font-size:18px}}

/* landing page reveal (only with JS and only when motion is allowed) */
@media (prefers-reduced-motion: no-preference){
  html.js .reveal{opacity:0;transform:translateY(18px);transition:opacity .6s ease-out,transform .6s ease-out;transition-delay:var(--d,0s)}
  html.js .reveal.in{opacity:1;transform:translateY(0)}
}

.foot-note{display:block;margin-top:.5rem;font-size:.82rem;color:rgba(247,244,236,.55);max-width:60ch}
.foot-note a{color:rgba(247,244,236,.8)}
.policies{padding-block:clamp(2.5rem,6vw,4.5rem)}
.policies-inner{max-width:680px}
.policies h1{margin-top:.4rem}
.policies h2{font-size:1.25rem;margin:2rem 0 .5rem}
.policies p{color:var(--muted)}
.policy-date{margin-top:2.5rem;font-size:.85rem}

/* instagram */
.fb-link,.ig-link{display:inline-flex;align-items:center;color:var(--plum)}
.ig-link:hover{color:var(--orange)}
.foot .ig-link{color:rgba(247,244,236,.7)}
.foot .ig-link:hover{color:#fff}

/* guarantee, captions, trend strip, testimonials */
.guarantee{display:flex;gap:.5rem;align-items:flex-start;font-size:.88rem;color:var(--muted);margin:0}
.guarantee svg{width:16px;height:16px;flex:none;color:var(--sage);margin-top:.2rem}
.guarantee-detail{margin-top:.9rem}
.photo-caption{position:absolute;left:12px;bottom:12px;font-size:.72rem;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:var(--paper);background:rgba(22,33,28,.62);padding:.3rem .6rem;border-radius:6px;pointer-events:none}
.product-photo{position:relative}
.product-photo .photo-caption{left:14px;bottom:14px}
.trend-strip{background:var(--paper);padding-block:1.6rem;text-align:center}
.trend-strip p{font-size:.85rem;color:var(--muted)}
.testimonials{background:var(--paper)}
.testimonial-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.4rem}
.testimonial{margin:0;background:var(--white);border:1px solid var(--line);border-radius:var(--radius);padding:1.4rem;display:grid;gap:.8rem}
.testimonial p{font-family:var(--display);font-size:1.15rem;color:var(--plum)}
.testimonial footer{background:none;color:var(--muted);padding:0;font-size:.9rem}
@media (max-width:820px){.testimonial-grid{grid-template-columns:1fr}}

.fb-link{display:inline-flex;align-items:center;color:inherit}
.fb-link:hover{color:#fff}

/* shop page */
.shop-head{padding-block:clamp(2.5rem,6vw,4rem) 0;background:var(--paper)}
.shop-head h1{font-family:var(--display);font-weight:700;font-size:clamp(2.2rem,5vw,3.4rem);line-height:1.05;color:var(--plum);margin:.4rem 0 .6rem}
.shop-head .lead{margin-bottom:.6rem}
.shop-window{font-size:.95rem;color:var(--orange);font-weight:600;margin:0}
.best{background:var(--paper);padding-block:clamp(2.5rem,6vw,4rem) clamp(1.5rem,3vw,2rem)}
.best-card{display:grid;grid-template-columns:1.15fr 1fr;background:var(--white);border:2px solid var(--orange);border-radius:var(--radius);overflow:hidden;box-shadow:0 20px 50px rgba(29,38,33,.14)}
.best-ph{display:block;min-height:320px;background:var(--plum-deep) center 55% / cover no-repeat;background-image:url("tier-statement.jpg");position:relative}
.best-card .body{padding:2rem;display:flex;flex-direction:column;gap:.9rem;position:relative}
.best-card .badge{align-self:flex-start;display:inline-flex;align-items:center;gap:.4rem;background:var(--orange);color:#fff;font-size:.72rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;padding:.4rem .75rem;border-radius:6px;position:static;width:auto;right:auto;left:auto;top:auto;text-align:left}
.best-card .badge svg{width:14px;height:14px;flex:none}
.best-card h3{font-family:var(--display);font-size:1.9rem;color:var(--plum);margin:0}
.best-card .price{font-family:var(--display);font-size:2.6rem;font-weight:700;color:var(--plum);line-height:1;font-variant-numeric:tabular-nums}
.best-card .price small{font-family:var(--sans);font-size:.85rem;font-weight:500;color:var(--muted);margin-left:.3rem}
.best-card .summary{color:var(--muted);margin:0}
.best-card ul{list-style:none;padding:0;margin:0;display:grid;gap:.5rem}
.best-card li{display:flex;gap:.6rem;align-items:flex-start}
.best-card li svg{width:18px;height:18px;flex:none;color:var(--sage);margin-top:.2rem}
.best-card .btn{align-self:flex-start;margin-top:auto}
.addons-strip{background:var(--paper);padding-block:clamp(2rem,4vw,3rem)}
.addon-list{list-style:none;padding:0;margin:0;display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}
.addon-list li{background:var(--white);border:1px solid var(--line);border-radius:var(--radius);padding:1.1rem 1.2rem;display:grid;gap:.3rem}
.addon-list strong{font-family:var(--display);color:var(--plum);font-size:1.1rem}
.addon-list span{color:var(--muted);font-size:.93rem}
.addon-list b{color:var(--orange);font-variant-numeric:tabular-nums}
@media (max-width:820px){.best-card{grid-template-columns:1fr}.best-ph{min-height:0;aspect-ratio:4/3}.addon-list{grid-template-columns:1fr}}

/* contact page */
.contact-page{background:var(--paper)}
.contact-page h1{font-family:var(--display);font-weight:700;font-size:clamp(2rem,4.5vw,3rem);line-height:1.05;color:var(--plum);margin:.3rem 0 0}
.contact-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.2rem;margin-bottom:3rem}
.contact-card{display:grid;gap:.35rem;padding:1.6rem;background:var(--white);border:1px solid var(--line);border-radius:var(--radius);text-decoration:none;color:var(--ink);transition:border-color .15s ease,transform .15s ease}
.contact-card:hover{border-color:var(--orange);transform:translateY(-2px)}
.contact-icon{width:40px;height:40px;border-radius:8px;background:var(--orange-soft);color:var(--orange);display:grid;place-items:center;margin-bottom:.5rem}
.contact-icon svg{width:20px;height:20px}
.contact-card strong{font-family:var(--display);font-size:1.15rem;color:var(--plum)}
.contact-value{font-weight:600;color:var(--orange);word-break:break-word}
.contact-note{font-size:.88rem;color:var(--muted)}
.contact-info{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;padding-top:2.5rem;border-top:1px solid var(--line)}
.contact-block h2{font-size:1.05rem;font-family:var(--sans);font-weight:600;color:var(--plum);margin:0 0 .5rem}
.contact-block p{color:var(--muted);margin:0 0 1rem}
@media (max-width:820px){.contact-grid,.contact-info{grid-template-columns:1fr}.contact-info{gap:1.6rem}}

/* success page + porch photo upload */
.success-page{background:var(--paper);padding-block:clamp(2.5rem,6vw,4rem)}
.success-col{max-width:620px;display:grid;gap:.7rem;justify-items:center;text-align:center}
.success-check{width:60px;height:60px;border-radius:50%;background:var(--sage);color:#fff;display:grid;place-items:center;margin-bottom:.4rem}
.success-check svg{width:30px;height:30px}
.success-col h1{font-family:var(--display);font-weight:700;font-size:clamp(2rem,4.5vw,2.8rem);color:var(--plum);margin:.1rem 0 0}
.success-col .lead{margin:0}
.upload-card{width:100%;margin-top:1.8rem;padding:1.6rem;background:var(--white);border:1px solid var(--line);border-radius:var(--radius);text-align:left}
.upload-card h2{font-family:var(--display);font-size:1.3rem;color:var(--plum);margin:0 0 .4rem}
.upload-card > p{color:var(--muted);margin:0 0 1.2rem}
.upload-card .field{display:grid;gap:.35rem;font-size:.9rem;font-weight:600;color:var(--plum);margin-bottom:.9rem}
.upload-card input[type=file]{padding:.6rem;background:var(--paper);cursor:pointer}
.upload-card .btn{width:100%}
.upload-card .form-note{margin:.8rem 0 0;text-align:center}
.upload-done{margin:0;padding:1rem;background:var(--orange-soft);color:var(--plum);border-radius:6px;font-weight:600;text-align:center}
.hp{position:absolute;left:-9999px;width:1px;height:1px;overflow:hidden}

/* Success page: where to look for the confirmation. Said here rather than in the
   email itself, since an email in Promotions is not being read. */
.inbox-note{max-width:100%;margin:.2rem 0 0;padding:.9rem 1.05rem;background:var(--orange-soft);border-radius:var(--radius);font-size:.92rem;line-height:1.55;color:var(--plum);text-align:left}
.inbox-note strong{white-space:nowrap}

/* one price, all in */
.allin{margin:-.35rem 0 0;font-size:.88rem;font-weight:600;color:var(--sage)}
.buybox .allin{margin:.1rem 0 0;font-size:.92rem}

/* gifting */
.gift-box{padding-top:.8rem;border-top:1px solid var(--line)}
.gift-toggle{background:var(--white)}
.gift-fields{display:grid;gap:.6rem;margin-top:.7rem;padding:.9rem 1rem;background:var(--paper);border-radius:var(--radius)}
.gift-fields[hidden]{display:none}
.gift-hint{margin:0;color:var(--plum)}

/* Package contents update 2026-09-16: drop-off option, mix note */
.dropoff-note{margin:.35rem 0 0;font-size:.88rem;color:var(--muted);line-height:1.45}
.mix-note{margin-top:.5rem;font-size:.95rem;color:var(--muted)}
.delivery-choice .choice{display:flex;align-items:flex-start;gap:.7rem;padding:.75rem .85rem;border:1px solid var(--line);border-radius:var(--radius);margin-bottom:.55rem;cursor:pointer;background:var(--white)}
.delivery-choice .choice:has(input:checked){border-color:var(--orange);box-shadow:inset 0 0 0 1px var(--orange)}
.delivery-choice .choice input{margin-top:.25rem;flex:none}
.delivery-choice .choice small{display:block;margin-top:.2rem;color:var(--muted);font-size:.86rem;line-height:1.45}
.delivery-choice .choice .r{margin-left:auto;font-weight:700;white-space:nowrap}

/* Price display cleanup 2026-09-16 */
.price .from{font-family:var(--sans);font-size:.5em;font-weight:500;color:var(--muted);letter-spacing:.02em;vertical-align:.32em;margin-right:.12em}
/* breakdown lines sit under the total they sum to, not as extra items */
.list li.sub{list-style:none;margin-left:2.1rem;padding-left:.9rem;border-left:2px solid var(--line);color:var(--muted);font-size:.92rem;margin-top:.15rem;margin-bottom:.15rem}
.list li.sub::before{content:none}
/* second image slot, placeholder until real photos land */
.arrives-slot{margin:1.25rem 0 0}
.arrives-slot img{display:block;width:100%;height:auto;aspect-ratio:4/3;object-fit:cover;border-radius:var(--radius);border:1px solid var(--line);background:var(--paper-deep)}
.arrives-slot figcaption{margin-top:.5rem;font-size:.82rem;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:var(--muted)}
.gift-explain{margin:.4rem 0 0;font-size:.86rem;color:var(--muted);line-height:1.45}
/* focus ring in the site palette, not the browser default blue */
.other a:focus-visible,a:focus-visible{outline:3px solid var(--orange);outline-offset:2px;border-radius:6px}
input[type=radio]:focus-visible,input[type=checkbox]:focus-visible{outline:3px solid var(--orange);outline-offset:2px}
.week-note{margin:.4rem 0 0;font-size:.86rem;color:var(--orange-hover);line-height:1.45;font-weight:600}
/* Cross-county referral, added 2026-09-16 */
.sister-site{margin:1.6rem auto 0;max-width:620px;padding:1.2rem 1.4rem;background:var(--white);border:1px solid var(--line);border-radius:var(--radius);text-align:center}
.sister-site p{margin:0 0 .9rem;color:var(--muted);line-height:1.55}
.sister-site strong{color:var(--plum)}
.sister-site .btn{padding:.7rem 1.3rem;font-size:.95rem}

/* Tier cards 2026-09-16: two prices, plain labels, goods last */
.tier .summary{margin:.15rem 0 1rem;color:var(--muted);line-height:1.5}
.opt{padding:.7rem 0;border-top:1px solid var(--line)}
.opt:first-of-type{border-top:0;padding-top:.2rem}
.opt-row{display:flex;align-items:baseline;gap:.55rem}
.opt-price{font-family:var(--display);font-size:1.75rem;font-weight:700;color:var(--plum);line-height:1}
.opt-name{font-weight:600;color:var(--ink)}
.opt-line{margin:.2rem 0 0;font-size:.9rem;color:var(--muted);line-height:1.45}
.goods{display:flex;gap:.5rem;align-items:flex-start;margin:.9rem 0 0;padding-top:.85rem;border-top:1px solid var(--line);font-size:.92rem;color:var(--muted);line-height:1.5}
.goods svg{width:17px;height:17px;flex:none;margin-top:.18rem;color:var(--orange)}

/* ---- Mobile simplification ----
   Packages come first, How it works collapses to a compact strip,
   and the long secondary sections tighten up. Desktop is untouched. */
@media (max-width:820px){
  /* Packages: tighter head, no decorative mix note */
  #packages .section-head{margin-bottom:1rem}
  #packages .section-head h2{font-size:1.5rem}
  #packages .section-head .lead{font-size:.94rem;max-width:100%;overflow-wrap:break-word}
  #packages .wrap,#how .wrap,#area .wrap,.proof .wrap,#faq .wrap{max-width:100%;box-sizing:border-box}
  #packages .mix-note{display:none}
  .tiers{gap:1rem}
  .tier.featured{transform:none;padding-top:1.9rem}
  .tier .ph{aspect-ratio:16/10}
  .tier .body{padding:1.1rem;gap:.7rem}
  .tier .guarantee{display:none}

  /* How it works becomes three short lines, not three tall cards */
  #how{padding-top:1.6rem;padding-bottom:1.6rem}
  #how .section-head{margin-bottom:.9rem}
  #how .section-head h2{font-size:1.4rem}
  #how .steps{gap:.7rem}
  #how .step{padding:.85rem 1rem;display:grid;grid-template-columns:auto 1fr;
    column-gap:.75rem;align-items:start}
  #how .step .num{grid-row:1 / span 2;width:28px;height:28px;font-size:.9rem;
    display:flex;align-items:center;justify-content:center;margin:0}
  #how .step h3{margin:0;font-size:1rem;align-self:center}
  #how .step p{margin:.2rem 0 0;font-size:.9rem;grid-column:2}

  /* Secondary sections: shorter */
  #area{padding-top:1.6rem;padding-bottom:1.6rem}
  .proof{padding-top:1.4rem;padding-bottom:1.4rem}
  #faq{padding-top:1.6rem;padding-bottom:1.6rem}
  #faq .section-head h2{font-size:1.4rem}
}

/* Packages heading is the eyebrow alone; the cards carry the detail. */
.section-head-bare{margin-bottom:1.4rem;gap:0}
@media (max-width:820px){.section-head-bare{margin-bottom:1rem}}

/* Secure payment reassurance beside the booking button. */
.secure-pay{display:flex;align-items:center;justify-content:center;gap:.4rem;flex-wrap:wrap;
  margin:.7rem 0 0;font-size:.88rem;color:var(--muted)}
.secure-pay svg{width:15px;height:15px;flex:none;color:var(--sage)}
.secure-more{background:none;border:0;padding:0;font:inherit;color:var(--plum);
  font-weight:600;text-decoration:underline;text-underline-offset:3px;cursor:pointer}
.secure-more:hover{color:var(--orange)}
.secure-dialog[hidden]{display:none}
.secure-dialog{position:fixed;inset:0;z-index:60;display:flex;align-items:center;justify-content:center;
  padding:1.25rem;background:rgba(42,22,32,.55);backdrop-filter:blur(2px)}
.secure-card{position:relative;background:var(--white);border-radius:var(--radius);
  padding:1.6rem 1.7rem;max-width:430px;width:100%;box-shadow:0 24px 60px rgba(42,22,32,.3)}
.secure-card h2{font-family:var(--display);font-size:1.4rem;color:var(--plum);margin:0 0 .6rem;padding-right:1.6rem}
.secure-card p{margin:0;color:var(--muted);font-size:.95rem;line-height:1.6}
.secure-close{position:absolute;top:.55rem;right:.7rem;background:none;border:0;
  font-size:1.6rem;line-height:1;color:var(--muted);cursor:pointer;padding:.2rem .4rem}
.secure-close:hover{color:var(--plum)}

/* Promo code entry. Deliberately quiet: most visitors do not have one. */
.promo-field{margin-top:.9rem}
.promo-field input{text-transform:uppercase;letter-spacing:.06em}

/* "Lancaster Porch Pumpkins" plus the Book now button is wider than a phone
   header, so on small screens the brand-name wraps to two tight lines. */
@media (max-width:520px){
  .brand{white-space:normal;font-size:1rem}
  .brand .brand-name{line-height:1.08;max-width:9.2em}
  .nav-inner{gap:.6rem}
}

/* One line under the service map pointing at the sister site. */
.sister-line{margin:1.4rem auto 0;text-align:center;color:var(--muted);font-size:.98rem}
.sister-line a{color:var(--plum);font-weight:600;text-underline-offset:3px}
