*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
:root{
  --terra:#9B4F2A;--terra-lt:#C4703F;--terra-pale:#F5EBE0;
  --cream:#FAF6F0;--charcoal:#1E1A17;--charcoal-mid:#3D3630;
  --warm-gray:#8C7B6E;--gold:#C49A3C;
}
html{scroll-behavior:smooth}
body{font-family:'Jost',sans-serif;background:var(--cream);color:var(--charcoal);font-weight:300;line-height:1.7;overflow-x:hidden}
a{color:inherit}

/* NAV */
.site-nav{display:flex;align-items:center;justify-content:space-between;padding:1.25rem 1.5rem;background:var(--cream);position:sticky;top:0;z-index:50;border-bottom:1px solid rgba(155,79,42,.1)}
.site-nav img{height:48px;width:auto}
.nav-back{font-size:.65rem;font-weight:500;letter-spacing:.15em;text-transform:uppercase;color:var(--terra);text-decoration:none;display:flex;align-items:center;gap:.5rem}
.nav-back:focus-visible{outline:2px solid var(--terra);outline-offset:3px;border-radius:2px}
@media(min-width:900px){.site-nav{padding:1.5rem 6rem}.site-nav img{height:56px}}

/* BREADCRUMB / EYEBROW */
.section-label{font-size:.62rem;font-weight:500;letter-spacing:.3em;text-transform:uppercase;color:var(--terra);margin-bottom:1rem;display:flex;align-items:center;gap:.75rem}
.section-label::before{content:'';display:block;width:2rem;height:1px;background:var(--terra)}

/* HUB PAGE HERO */
.order-hero{padding:4rem 1.5rem 2.5rem;max-width:1200px;margin:0 auto;text-align:center}
@media(min-width:900px){.order-hero{padding:5rem 6rem 3rem}}
.order-hero h1{font-family:'Cormorant Garamond',serif;font-size:clamp(2.2rem,4vw,3.4rem);font-weight:500;line-height:1.1;margin-bottom:1rem;color:var(--charcoal)}
.order-hero h1 em{font-style:italic;color:var(--terra)}
.order-hero p{font-size:.95rem;color:var(--warm-gray);max-width:48ch;margin:0 auto;line-height:1.8}
.order-hero .section-label{justify-content:center}

/* PACKAGE CARDS GRID (hub) */
.hub-grid{display:grid;grid-template-columns:1fr;gap:1.5rem;max-width:1200px;margin:0 auto;padding:1rem 1.5rem 5rem}
@media(min-width:700px){.hub-grid{grid-template-columns:repeat(2,1fr)}}
@media(min-width:900px){.hub-grid{grid-template-columns:repeat(3,1fr)}}
@media(min-width:1100px){.hub-grid{grid-template-columns:repeat(5,1fr);gap:1px;background:rgba(155,79,42,.12);border:1px solid rgba(155,79,42,.12);padding:0;max-width:1200px}}
@media(min-width:1100px){.hub-grid{padding-bottom:5rem}}

.hub-card{background:white;display:flex;flex-direction:column;position:relative;transition:transform .2s;cursor:pointer}
.hub-card:hover{transform:translateY(-2px)}
@media(min-width:1100px){.hub-card{border-radius:0}}
.hub-card:not(.no-photo) .hub-card-img{height:220px;overflow:hidden;background:var(--terra-pale)}
.hub-card-img img{width:100%;height:100%;object-fit:cover;display:block}
.hub-card.no-photo .hub-card-img{height:220px;background:linear-gradient(135deg,var(--terra-pale) 0%,#EDE0D0 100%);display:flex;align-items:center;justify-content:center;position:relative}
.hub-card.no-photo .hub-card-img::before{content:'✦';font-size:1.6rem;color:var(--terra-lt);opacity:.5}
.hub-card-body{padding:1.5rem;display:flex;flex-direction:column;flex:1}
.hub-popular{font-size:.56rem;font-weight:500;letter-spacing:.14em;text-transform:uppercase;color:var(--gold);margin-bottom:.6rem;display:block;min-height:.8em}
.hub-card-name{font-family:'Cormorant Garamond',serif;font-size:1.3rem;font-weight:500;margin-bottom:.3rem;color:var(--charcoal)}
.hub-card-price{font-size:1.5rem;font-weight:300;color:var(--terra);margin-bottom:.75rem}
.hub-card-desc{font-size:.78rem;color:var(--warm-gray);line-height:1.75;margin-bottom:1.25rem;flex:1}
.hub-card-link{font-size:.66rem;font-weight:500;letter-spacing:.18em;text-transform:uppercase;color:var(--terra);text-decoration:none;display:flex;align-items:center;gap:.5rem;padding-top:.5rem;border-top:1px solid rgba(155,79,42,.12);position:static}
.hub-card-link::after{content:'';position:absolute;inset:0;z-index:1}
.hub-card-link:hover{color:var(--charcoal)}
.hub-card-link:focus-visible{outline:2px solid var(--terra);outline-offset:2px}
.hub-card.featured-card{box-shadow:0 0 0 2px var(--terra) inset}
@media(min-width:1100px){.hub-card.featured-card{box-shadow:none;border-top:3px solid var(--terra)}}

/* HUB BOTTOM NOTE */
.hub-note{max-width:1200px;margin:0 auto;padding:0 1.5rem 5rem;text-align:center}
@media(min-width:900px){.hub-note{padding:0 6rem 6rem}}
.hub-note p{font-size:.8rem;color:var(--warm-gray);max-width:50ch;margin:0 auto;line-height:1.85}

/* ===== PACKAGE DETAIL PAGE ===== */
.pkg-hero{padding:0;max-width:1200px;margin:0 auto}
@media(min-width:900px){.pkg-hero{display:grid;grid-template-columns:1fr 1fr;gap:0;padding:0 6rem;margin-top:1rem}}
.pkg-hero-img{width:100%;aspect-ratio:4/5;overflow:hidden;background:var(--terra-pale)}
.pkg-hero-img img{width:100%;height:100%;object-fit:cover;display:block}
.pkg-hero-img.placeholder{display:flex;align-items:center;justify-content:center;background:linear-gradient(150deg,var(--terra-pale) 0%,#EDE0D0 50%,var(--terra-pale) 100%);position:relative;flex-direction:column;gap:1rem}
.pkg-hero-img.placeholder .ph-mark{font-family:'Cormorant Garamond',serif;font-size:3rem;color:var(--terra-lt);opacity:.4;font-style:italic}
.pkg-hero-img.placeholder .ph-text{font-size:.62rem;letter-spacing:.2em;text-transform:uppercase;color:var(--warm-gray);opacity:.7;text-align:center;max-width:24ch;line-height:1.8}
.pkg-hero-content{padding:2.5rem 1.5rem}
@media(min-width:900px){.pkg-hero-content{padding:3rem 0 3rem 4rem;display:flex;flex-direction:column;justify-content:center}}
.pkg-badge{font-size:.6rem;font-weight:500;letter-spacing:.16em;text-transform:uppercase;color:var(--gold);margin-bottom:1rem;display:block;min-height:.8em}
.pkg-hero-content h1{font-family:'Cormorant Garamond',serif;font-size:clamp(2rem,3.5vw,2.8rem);font-weight:500;line-height:1.1;margin-bottom:.5rem;color:var(--charcoal)}
.pkg-price-row{display:flex;align-items:baseline;gap:.75rem;margin-bottom:1.5rem}
.pkg-price{font-size:1.9rem;font-weight:300;color:var(--terra)}
.pkg-price-note{font-size:.72rem;color:var(--warm-gray)}
.pkg-tagline{font-size:.95rem;color:var(--charcoal-mid);line-height:1.85;margin-bottom:1.75rem;max-width:40ch}
.pkg-cta{display:inline-block;width:auto;padding:1rem 2.5rem;background:var(--terra);color:white;text-decoration:none;font-size:.7rem;font-weight:500;letter-spacing:.2em;text-transform:uppercase;border-radius:1px;transition:background .15s,transform .1s;text-align:center}
.pkg-cta:hover{background:var(--charcoal)}
.pkg-cta:active{transform:scale(.97);background:var(--charcoal)}
.pkg-cta:focus-visible{outline:2px solid var(--terra);outline-offset:3px}
@media(max-width:640px){.pkg-cta{display:block;width:100%}}
.pkg-cta-note{font-size:.7rem;color:var(--warm-gray);margin-top:.85rem;font-style:italic}

/* INCLUDED LIST */
.included-section{max-width:1200px;margin:0 auto;padding:4rem 1.5rem}
@media(min-width:900px){.included-section{padding:5rem 6rem;display:grid;grid-template-columns:1fr 1fr;gap:5rem}}
.included-heading{font-family:'Cormorant Garamond',serif;font-size:1.8rem;font-weight:500;margin-bottom:1.5rem;color:var(--charcoal)}
.included-list{list-style:none}
.included-list li{padding:.7rem 0;border-bottom:1px solid rgba(155,79,42,.1);display:flex;align-items:center;gap:.85rem;font-size:.88rem;color:var(--charcoal-mid)}
.included-list li::before{content:'✦';color:var(--terra);font-size:.65rem;flex-shrink:0;line-height:1}
.included-note{font-size:.78rem;color:var(--warm-gray);margin-top:1.5rem;line-height:1.8;font-style:italic}
.addon-box{background:var(--terra-pale);padding:2rem;border-left:3px solid var(--terra)}
.addon-box h3{font-family:'Cormorant Garamond',serif;font-size:1.2rem;font-weight:500;margin-bottom:1rem;color:var(--charcoal)}
.addon-list{list-style:none}
.addon-list li{display:flex;justify-content:space-between;padding:.6rem 0;border-bottom:1px solid rgba(155,79,42,.12);font-size:.85rem;color:var(--charcoal-mid)}
.addon-list li:last-child{border-bottom:none}
.addon-price{color:var(--terra);font-weight:500}
.addon-note{font-size:.72rem;color:var(--warm-gray);margin-top:1rem;line-height:1.7}

/* BOTTOM CTA REPEAT */
.pkg-bottom-cta{text-align:center;padding:3rem 1.5rem 5rem;max-width:1200px;margin:0 auto}
@media(min-width:900px){.pkg-bottom-cta{padding:3rem 6rem 6rem}}
.pkg-bottom-cta p{font-size:.85rem;color:var(--warm-gray);margin-bottom:1.5rem}

/* OTHER PACKAGES NAV */
.other-pkgs{background:var(--charcoal);padding:3.5rem 1.5rem}
@media(min-width:900px){.other-pkgs{padding:4rem 6rem}}
.other-pkgs-inner{max-width:1200px;margin:0 auto}
.other-pkgs .section-label{color:var(--terra-lt);justify-content:center}
.other-pkgs .section-label::before{background:var(--terra-lt)}
.other-pkgs h3{font-family:'Cormorant Garamond',serif;color:white;font-size:1.5rem;font-weight:500;text-align:center;margin-bottom:2rem}
.other-pkgs-grid{display:flex;flex-wrap:wrap;justify-content:center;gap:1rem}
.other-pkg-pill{padding:.7rem 1.5rem;border:1px solid rgba(255,255,255,.18);color:rgba(255,255,255,.75);text-decoration:none;font-size:.72rem;letter-spacing:.05em;border-radius:2px;transition:all .2s;display:flex;align-items:center;gap:.6rem}
.other-pkg-pill:hover{border-color:var(--terra-lt);color:white;background:rgba(255,255,255,.05)}
.other-pkg-pill .p-price{color:var(--gold);font-weight:500}

/* FOOTER (shared) */
footer{background:var(--charcoal);padding:2rem 1.5rem;display:flex;flex-direction:column;gap:.75rem;align-items:flex-start}
@media(min-width:900px){footer{padding:2.5rem 6rem;flex-direction:row;align-items:center;justify-content:space-between}}
.footer-links{display:flex;gap:1.75rem;list-style:none;flex-wrap:wrap}
.footer-links a{font-size:.65rem;font-weight:400;letter-spacing:.1em;text-transform:uppercase;color:rgba(255,255,255,.35);text-decoration:none;transition:color .2s}
.footer-links a:hover{color:white}
.footer-copy{font-size:.65rem;color:rgba(255,255,255,.22)}
