@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Manrope:wght@600;700;800&display=swap');

:root {
  color-scheme: light;
  --green: #07382b;
  --green-2: #0d4b3a;
  --orange: #ff5c24;
  --orange-2: #e84914;
  --cream: #fff8ef;
  --cream-2: #f5ebdf;
  --paper: #ffffff;
  --ink: #10231d;
  --muted: #64716c;
  --line: #dedfd9;
  --shadow: 0 18px 55px rgba(7, 56, 43, .13);
  --radius: 18px;
}

html[data-theme="dark"] {
  color-scheme: dark;
  --cream: #101a17;
  --cream-2: #16231f;
  --paper: #1b2a25;
  --ink: #f7f0e8;
  --muted: #acbab4;
  --line: #33453e;
  --green: #062a21;
  --green-2: #0e4939;
  --shadow: 0 20px 60px rgba(0, 0, 0, .3);
}

* { box-sizing: border-box; }
[hidden] { display: none !important; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--cream); color: var(--ink); font: 16px/1.55 "DM Sans", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; }
body.drawer-open { overflow: hidden; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
img { display: block; max-width: 100%; }
a { color: inherit; }
.shell { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }

.utility-bar { background: var(--green); color: #fff; min-height: 38px; }
.utility-inner { display: flex; justify-content: space-between; align-items: center; gap: 20px; min-height: 38px; font-size: .76rem; }
.utility-inner span { display: flex; align-items: center; gap: 8px; }
.utility-inner b { color: var(--orange); }
.main-header { background: color-mix(in srgb, var(--paper) 95%, transparent); border-bottom: 1px solid var(--line); position: sticky; top: 0; z-index: 15; backdrop-filter: blur(14px); }
.header-inner { min-height: 76px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 11px; text-decoration: none; width: fit-content; }
.main-header .brand { background: #fff7ec; border: 1px solid rgba(7,56,43,.14); border-radius: 12px; padding: 4px 10px; box-shadow: 0 5px 18px rgba(3,27,20,.08); }
.brand-logo { display: block; width: 176px; height: 59px; object-fit: contain; object-position: left center; }
.brand-footer { background: #fff8ef; border: 1px solid rgba(255,255,255,.28); border-radius: 14px; padding: 9px 15px 9px 10px; box-shadow: 0 12px 30px rgba(0,0,0,.18); gap: 10px; }
.footer-brand-mark { width: 56px; height: 56px; object-fit: contain; flex: 0 0 auto; }
.footer-brand-copy { display: flex; flex-direction: column; line-height: 1; color: #07382b; }
.footer-brand-copy b { font: 800 1.48rem/1 "Manrope", ui-sans-serif, sans-serif; letter-spacing: -.05em; white-space: nowrap; }
.footer-brand-copy em { color: #ff5c24; font-style: normal; }
.footer-brand-copy small { margin-top: 7px; color: #51655e; font-size: .57rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; white-space: nowrap; }
.brand-mark { width: 42px; aspect-ratio: 1; display: grid; place-items: center; background: var(--orange); color: white; border-radius: 9px 9px 14px 9px; font-weight: 900; transform: rotate(-3deg); }
.brand-copy { display: flex; flex-direction: column; line-height: 1.05; }
.brand-copy strong { font: 800 1.25rem/1 "Manrope", ui-sans-serif, sans-serif; letter-spacing: -.045em; }
.brand-copy small { color: var(--muted); margin-top: 5px; font-size: .63rem; letter-spacing: .1em; text-transform: uppercase; }
.nav { display: flex; align-items: center; gap: 20px; }
.nav a { text-decoration: none; font-size: .83rem; font-weight: 750; padding: 29px 0 26px; border-bottom: 3px solid transparent; }
.nav a:hover, .nav a.active { color: var(--orange); border-color: var(--orange); }
.header-actions { justify-self: end; display: flex; align-items: center; gap: 9px; }
.icon-btn { width: 42px; height: 42px; border: 1px solid var(--line); color: var(--ink); background: var(--paper); border-radius: 50%; display: grid; place-items: center; cursor: pointer; }
.bag-btn { min-height: 43px; border: 0; border-radius: 8px; padding: 0 13px 0 16px; background: var(--orange); color: white; display: flex; align-items: center; gap: 10px; font-weight: 850; cursor: pointer; }
.bag-btn span { min-width: 23px; height: 23px; background: white; color: var(--orange-2); border-radius: 50%; display: grid; place-items: center; font-size: .72rem; }

.kicker { color: var(--orange); font-size: .74rem; font-weight: 900; letter-spacing: .16em; text-transform: uppercase; margin: 0 0 12px; }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { letter-spacing: -.055em; }
h1 { font: 800 clamp(3.15rem, 6.1vw, 6rem)/.98 "Manrope", ui-sans-serif, sans-serif; }
h2 { font: 800 clamp(2.1rem, 3.8vw, 3.6rem)/1.04 "Manrope", ui-sans-serif, sans-serif; }
h3 { line-height: 1.2; }
.btn { min-height: 48px; padding: 12px 20px; border-radius: 7px; display: inline-flex; align-items: center; justify-content: center; border: 1px solid transparent; text-decoration: none; font-weight: 850; cursor: pointer; }
.btn-orange { background: var(--orange); color: white; }
.btn-orange:hover { background: var(--orange-2); }
.btn-ghost { border-color: rgba(255,255,255,.35); color: white; }
.btn-light { background: white; color: var(--green); }
.btn-green { background: var(--green); color: white; }
.btn.full { width: 100%; }
.text-link { font-weight: 850; text-underline-offset: 5px; }

.home-hero { padding: 22px 0 0; min-height: 560px; display: grid; grid-template-columns: .92fr 1.08fr; }
.hero-panel { background: var(--green); color: white; border-radius: var(--radius) 0 0 var(--radius); padding: 70px 58px; display: flex; flex-direction: column; justify-content: center; }
.hero-panel h1 { margin: 0; }
.hero-panel h1 em { color: var(--orange); font-style: normal; }
.hero-panel > p:not(.kicker) { color: rgba(255,255,255,.7); max-width: 550px; margin: 24px 0 30px; font-size: 1.05rem; }
.hero-actions { display: flex; gap: 10px; flex-wrap: wrap; }
.hero-points { display: flex; gap: 20px; margin-top: 42px; color: rgba(255,255,255,.76); font-size: .76rem; font-weight: 700; flex-wrap: wrap; }
.hero-photo { position: relative; min-height: 540px; overflow: hidden; border-radius: 0 var(--radius) var(--radius) 0; }
.hero-photo img { width: 100%; height: 100%; object-fit: cover; }
.hero-badge { position: absolute; right: 26px; top: 26px; width: 120px; aspect-ratio: 1; background: var(--orange); color: white; border-radius: 50%; display: flex; flex-direction: column; align-items: center; justify-content: center; rotate: 6deg; box-shadow: 0 15px 36px rgba(0,0,0,.2); }
.hero-badge strong { text-transform: uppercase; font-size: .7rem; letter-spacing: .12em; }
.hero-badge span { font: 800 1.2rem "Manrope", ui-sans-serif, sans-serif; letter-spacing: -.04em; }

.service-strip { margin-top: 16px; background: var(--paper); border: 1px solid var(--line); border-radius: 12px; display: grid; grid-template-columns: repeat(4,1fr); }
.service-strip > div { padding: 22px; display: flex; align-items: center; gap: 13px; border-right: 1px solid var(--line); }
.service-strip > div:last-child { border: 0; }
.service-strip b { font-size: 1.5rem; color: var(--orange); }
.service-strip span { display: flex; flex-direction: column; }
.service-strip strong { font-size: .78rem; }
.service-strip small { color: var(--muted); font-size: .68rem; margin-top: 2px; }

.section { padding-block: 88px; }
.section-head { display: flex; justify-content: space-between; align-items: end; gap: 30px; margin-bottom: 34px; }
.section-head.center { display: block; text-align: center; }
.section-head h2 { margin: 0; }
.section-head > p, .section-head > div + p { max-width: 470px; color: var(--muted); }
.section-head a { color: var(--orange); font-weight: 850; text-decoration: none; white-space: nowrap; }
.occasion-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 14px; }
.occasion-card { position: relative; min-height: 330px; overflow: hidden; border-radius: 12px; text-decoration: none; background: var(--green); }
.occasion-card.wide { grid-column: span 2; }
.occasion-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.occasion-card::after { content: ''; position: absolute; inset: 0; background: linear-gradient(to top, rgba(3,27,20,.82), transparent 58%); }
.occasion-card:hover img { transform: scale(1.04); }
.occasion-card span { position: absolute; z-index: 1; left: 22px; right: 22px; bottom: 20px; color: white; display: flex; flex-direction: column; }
.occasion-card small { color: rgba(255,255,255,.75); font-size: .7rem; text-transform: uppercase; letter-spacing: .12em; }
.occasion-card strong { font-size: 1.35rem; margin-top: 3px; }

.discovery-section { padding-top: 30px; }
.discovery-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 14px; }
.discovery-card { min-height: 310px; padding: 34px; border-radius: 14px; text-decoration: none; position: relative; overflow: hidden; display: flex; flex-direction: column; justify-content: flex-end; }
.discovery-card > span, .discovery-card div > span { font-size: .68rem; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.discovery-card h3 { font: 800 clamp(1.6rem,3vw,2.5rem)/1.08 "Manrope", ui-sans-serif, sans-serif; letter-spacing: -.045em; margin: 7px 0 10px; max-width: 440px; }
.discovery-card p { max-width: 430px; opacity: .76; }
.discovery-card b { font-size: .78rem; }
.orange-card { background: var(--orange); color: white; }
.green-card { background: var(--green); color: white; }
.image-card { padding: 0; color: white; }
.image-card img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform .35s; }
.image-card::after { content: ''; position: absolute; inset: 0; background: linear-gradient(to top, rgba(3,25,18,.88), rgba(3,25,18,.05) 72%); }
.image-card div { position: relative; z-index: 1; padding: 34px; }
.image-card:hover img { transform: scale(1.04); }

.green-section { background: var(--green); color: white; }
.section-head.inverse > div h2 { color: white; }
.section-head.inverse .kicker { color: var(--orange); }
.product-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 16px; }
.product-card { background: var(--paper); color: var(--ink); border: 1px solid var(--line); border-radius: 10px; overflow: hidden; min-width: 0; transition: transform .2s, box-shadow .2s; }
.product-card:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.product-media { position: relative; aspect-ratio: 1/.88; background: var(--cream-2); overflow: hidden; cursor: pointer; }
.product-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s; }
.product-card:hover .product-media img { transform: scale(1.03); }
.pill { position: absolute; left: 10px; top: 10px; padding: 5px 8px; background: var(--green); color: white; border-radius: 4px; font-size: .63rem; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.quick-btn { position: absolute; right: 10px; bottom: 10px; width: 41px; height: 41px; border: 0; border-radius: 50%; background: var(--orange); color: white; font-size: 1.3rem; cursor: pointer; box-shadow: 0 8px 24px rgba(0,0,0,.18); }
.product-body { padding: 15px; }
.product-category { color: var(--orange-2); text-transform: uppercase; font-size: .64rem; letter-spacing: .1em; font-weight: 900; }
.product-body h3 { font: 800 1.02rem/1.25 "Manrope", ui-sans-serif, sans-serif; letter-spacing: -.025em; margin: 6px 0 5px; }
.product-body p { color: var(--muted); font-size: .78rem; min-height: 38px; margin-bottom: 14px; }
.product-bottom { display: flex; justify-content: space-between; align-items: center; gap: 10px; }
.product-bottom strong { font-size: .84rem; }
.product-bottom button { border: 1px solid var(--line); color: var(--ink); background: transparent; border-radius: 5px; padding: 7px 9px; font-size: .7rem; font-weight: 800; cursor: pointer; }
.light-grid .product-card { box-shadow: 0 3px 14px rgba(7,56,43,.04); }

.package-section { display: grid; grid-template-columns: .8fr 1.2fr; gap: 70px; align-items: center; }
.package-copy h2 { margin-bottom: 22px; }
.package-copy > p:not(.kicker) { color: var(--muted); }
.package-cards { display: grid; grid-template-columns: repeat(3,1fr); gap: 12px; align-items: stretch; }
.package-cards article { background: var(--paper); border: 1px solid var(--line); border-radius: 11px; padding: 25px 20px; display: flex; flex-direction: column; }
.package-cards article > span { color: var(--orange); font-size: .65rem; text-transform: uppercase; letter-spacing: .1em; font-weight: 900; }
.package-cards h3 { font: 800 1.48rem "Manrope", ui-sans-serif, sans-serif; letter-spacing: -.04em; margin: 34px 0 8px; }
.package-cards p { color: var(--muted); font-size: .8rem; flex: 1; }
.package-cards strong { font-size: .76rem; }
.package-cards .featured-package { background: var(--orange); color: white; transform: translateY(-12px); border-color: var(--orange); }
.package-cards .featured-package span, .package-cards .featured-package p { color: rgba(255,255,255,.78); }
.planner-cta { margin-bottom: 88px; padding: 64px; background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius); display: grid; grid-template-columns: 1fr .85fr; gap: 70px; align-items: center; }
.planner-cta > div > p:not(.kicker) { color: var(--muted); max-width: 580px; }
.planner-cta ol { list-style: none; padding: 0; margin: 0; }
.planner-cta li { display: grid; grid-template-columns: 44px 1fr; gap: 16px; padding: 18px 0; border-bottom: 1px solid var(--line); }
.planner-cta li:last-child { border-bottom: 0; }
.planner-cta li > span { color: var(--orange); font-weight: 900; }
.planner-cta li strong { font-family: "Manrope", ui-sans-serif, sans-serif; font-size: 1.05rem; letter-spacing: -.025em; }
.planner-cta li p { color: var(--muted); margin: 3px 0 0; font-size: .8rem; }
.split-promo { margin-bottom: 88px; display: grid; grid-template-columns: 1fr 1fr; min-height: 470px; }
.promo-photo { overflow: hidden; border-radius: var(--radius) 0 0 var(--radius); }
.promo-photo img { width: 100%; height: 100%; object-fit: cover; }
.promo-copy { border-radius: 0 var(--radius) var(--radius) 0; padding: 60px; background: var(--green); color: white; display: flex; flex-direction: column; justify-content: center; }
.promo-copy h2 { margin-bottom: 20px; }
.promo-copy > p:not(.kicker) { color: rgba(255,255,255,.7); }
.promo-copy > div { display: flex; gap: 10px; margin-top: 10px; }

.page-hero { padding: 84px 0 54px; border-bottom: 1px solid var(--line); }
.page-hero h1 { max-width: 920px; margin-bottom: 18px; }
.page-hero > p:not(.kicker), .page-hero div > p:not(.kicker) { color: var(--muted); max-width: 620px; font-size: 1.06rem; }
.occasion-hero { display: grid; grid-template-columns: 1fr 420px; gap: 60px; align-items: center; }
.occasion-hero img { width: 100%; height: 300px; object-fit: cover; border-radius: var(--radius); }
.shop-tools { display: grid; grid-template-columns: 1.3fr 1fr; align-items: end; gap: 28px; padding-top: 30px; }
.filter-label { margin: 0 0 8px; color: var(--muted); font-size: .68rem; font-weight: 900; text-transform: uppercase; letter-spacing: .12em; }
.chips { display: flex; gap: 8px; flex-wrap: wrap; }
.chip { border: 1px solid var(--line); background: var(--paper); color: var(--ink); border-radius: 999px; padding: 9px 14px; cursor: pointer; font-size: .75rem; font-weight: 750; }
.chip.active { background: var(--green); color: white; border-color: var(--green); }
.filter-selects { display: grid; grid-template-columns: repeat(2,1fr); gap: 8px; }
.filter-selects label, .search-box { margin: 0; color: var(--muted); font-size: .66rem; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.search-box { grid-column: 1/-1; }
.search-box input { padding: 10px 12px; border: 1px solid var(--line); border-radius: 6px; background: var(--paper); color: var(--ink); }
.catalog-note { margin-top: 24px; padding: 14px 18px; border: 1px solid var(--line); background: var(--paper); border-radius: 8px; display: flex; gap: 15px; align-items: center; font-size: .75rem; }
.catalog-note b { color: var(--orange-2); white-space: nowrap; }
.catalog-note span { color: var(--muted); }
.shop-list { padding-top: 36px; }
.occasion-index { position: sticky; top: 76px; z-index: 5; display: flex; gap: 8px; overflow-x: auto; background: var(--cream); padding: 14px 0; }
.occasion-index a { white-space: nowrap; text-decoration: none; background: var(--paper); border: 1px solid var(--line); border-radius: 999px; padding: 8px 13px; font-size: .72rem; font-weight: 800; }
.occasion-group { padding: 58px 0; border-bottom: 1px solid var(--line); scroll-margin-top: 130px; }
.occasion-group-head { display: flex; justify-content: space-between; align-items: end; margin-bottom: 25px; }
.occasion-group h2 { margin: 0; font-size: clamp(2rem,4vw,3.2rem); }
.occasion-group-head p { color: var(--muted); max-width: 480px; }
.category-hero { padding: 42px 0; display: grid; grid-template-columns: 1fr 1fr; align-items: stretch; min-height: 520px; }
.category-hero > div { background: var(--green); color: white; padding: 65px; border-radius: var(--radius) 0 0 var(--radius); display: flex; flex-direction: column; justify-content: center; }
.category-hero.reverse > div { order: 2; border-radius: 0 var(--radius) var(--radius) 0; }
.category-hero > div > p:not(.kicker) { color: rgba(255,255,255,.7); }
.category-hero img { width: 100%; height: 100%; object-fit: cover; border-radius: 0 var(--radius) var(--radius) 0; }
.category-hero.reverse img { order: 1; border-radius: var(--radius) 0 0 var(--radius); }
.category-hero .btn { width: fit-content; margin-top: 12px; }

.story-hero { min-height: 640px; display: grid; grid-template-columns: 1fr 1fr; padding-top: 38px; }
.story-hero > div { background: var(--green); color: white; padding: 68px; border-radius: var(--radius) 0 0 var(--radius); display: flex; flex-direction: column; justify-content: end; }
.story-hero h1 { font-size: clamp(3rem,5vw,5rem); }
.story-hero img { width: 100%; height: 100%; object-fit: cover; border-radius: 0 var(--radius) var(--radius) 0; }
.story-grid { padding-block: 90px; display: grid; grid-template-columns: 1fr 1fr; gap: 90px; }
.big-copy { font: 700 clamp(1.7rem,3vw,2.7rem)/1.25 "Manrope", ui-sans-serif, sans-serif; letter-spacing: -.04em; }
.story-grid h2 { font-size: 2rem; }
.story-grid div:last-child p { color: var(--muted); }
.values { display: grid; grid-template-columns: repeat(3,1fr); gap: 14px; padding-bottom: 88px; }
.values article { background: var(--paper); border: 1px solid var(--line); border-radius: 10px; padding: 28px; }
.values span { color: var(--orange); font-size: .7rem; font-weight: 900; }
.values h3 { margin: 42px 0 8px; font: 800 1.28rem "Manrope", ui-sans-serif, sans-serif; letter-spacing: -.03em; }
.values p { color: var(--muted); }
.contact-hero { margin-top: 38px; min-height: 490px; background: var(--green); color: white; border-radius: var(--radius); padding: 70px; display: grid; grid-template-columns: 1fr 330px; gap: 70px; align-items: center; }
.contact-hero h1 { max-width: 750px; }
.contact-hero > div:first-child > p:not(.kicker) { color: rgba(255,255,255,.72); max-width: 600px; }
.contact-card { background: white; color: #10231d; border-radius: 12px; padding: 30px; display: flex; flex-direction: column; }
.contact-card span { color: #78837f; text-transform: uppercase; letter-spacing: .1em; font-size: .65rem; margin-top: 18px; }
.contact-card span:first-child { margin-top: 0; }
.contact-card strong { margin-top: 4px; }
.contact-card p { color: #64716c; margin: 3px 0 0; }
.concierge-hero { margin-top: 38px; min-height: 590px; display: grid; grid-template-columns: 1fr .78fr; background: var(--green); color: white; border-radius: var(--radius); overflow: hidden; }
.concierge-hero > div { padding: 70px; display: flex; flex-direction: column; justify-content: center; }
.concierge-hero h1 { font-size: clamp(3.2rem,5.4vw,5.6rem); margin-bottom: 22px; }
.concierge-hero h1 em { color: var(--orange); font-style: italic; }
.concierge-hero > div > p:not(.kicker) { color: rgba(255,255,255,.7); max-width: 620px; }
.concierge-hero img { width: 100%; height: 100%; object-fit: cover; }
.concierge-promises { display: flex; flex-wrap: wrap; gap: 17px; margin-top: 28px; color: rgba(255,255,255,.75); font-size: .75rem; font-weight: 700; }
.concierge-layout { display: grid; grid-template-columns: 1.25fr .75fr; gap: 55px; align-items: start; }
.concierge-form { background: var(--paper); border: 1px solid var(--line); border-radius: 14px; padding: 42px; box-shadow: var(--shadow); }
.form-intro { margin-bottom: 30px; }
.form-intro h2 { margin-bottom: 10px; }
.form-intro p:last-child { color: var(--muted); }
.planner-aside { position: sticky; top: 135px; }
.planner-aside h2 { font-size: clamp(2.3rem,4vw,3.4rem); }
.idea-list article { display: grid; grid-template-columns: 38px 1fr; gap: 12px; padding: 17px 0; border-bottom: 1px solid var(--line); }
.idea-list article > b { color: var(--orange); }
.idea-list strong { font-family: "Manrope", ui-sans-serif, sans-serif; font-weight: 800; letter-spacing: -.02em; }
.idea-list p { color: var(--muted); margin: 3px 0 0; font-size: .8rem; }
.budget-guide { margin-top: 28px; background: var(--green); color: white; border-radius: 10px; padding: 25px; }
.budget-guide > span { color: var(--orange); text-transform: uppercase; letter-spacing: .12em; font-size: .65rem; font-weight: 900; }
.budget-guide p { margin: 12px 0 0; font-size: .76rem; color: rgba(255,255,255,.72); }
.budget-guide b { color: white; }
.delivery-table { border-top: 1px solid var(--line); }
.delivery-table div { padding: 20px 0; border-bottom: 1px solid var(--line); display: flex; justify-content: space-between; gap: 20px; }
.delivery-table strong { color: var(--orange-2); }
.faq-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-top: 50px; }
details { background: var(--paper); border: 1px solid var(--line); border-radius: 8px; padding: 19px; }
summary { cursor: pointer; font-weight: 800; }
details p { color: var(--muted); margin: 12px 0 0; }

.newsletter { background: var(--orange); color: white; }
.newsletter-inner { padding: 35px 0; display: flex; justify-content: space-between; align-items: center; gap: 30px; }
.newsletter h2 { font-size: 1.7rem; margin: 0 0 4px; }
.newsletter p { margin: 0; color: rgba(255,255,255,.8); }
.newsletter a { background: white; color: var(--orange-2); }
.site-footer { background: var(--green); color: white; }
.footer-grid { display: grid; grid-template-columns: 1.5fr repeat(3,1fr); gap: 50px; padding: 60px 0 42px; }
.footer-intro p, .footer-column a, .footer-column p { color: rgba(255,255,255,.65); font-size: .8rem; }
.footer-intro p { max-width: 330px; margin-top: 20px; }
.footer-column { display: flex; flex-direction: column; gap: 8px; }
.footer-column strong { margin-bottom: 8px; font-size: .82rem; text-transform: uppercase; letter-spacing: .09em; }
.footer-column a { text-decoration: none; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.16); padding: 20px 0; display: flex; justify-content: space-between; color: rgba(255,255,255,.52); font-size: .7rem; }
.footer-legal { display: flex; flex-wrap: wrap; gap: 14px; }
.footer-legal a { color: rgba(255,255,255,.78); text-decoration: none; }
.footer-legal a:hover { color: white; text-decoration: underline; }
.location-link { color: var(--orange-2); font-weight: 800; font-size: .76rem; margin-top: 12px; }

.legal-hero { padding-block: 76px 48px; border-bottom: 1px solid var(--line); }
.legal-hero h1 { max-width: 850px; }
.legal-hero > p:not(.kicker) { color: var(--muted); max-width: 760px; }
.legal-meta { display: flex; flex-wrap: wrap; gap: 10px 24px; margin-top: 25px; color: var(--muted); font-size: .76rem; }
.legal-layout { display: grid; grid-template-columns: 260px minmax(0,760px); gap: 70px; align-items: start; padding-block: 58px 90px; }
.legal-toc { position: sticky; top: 120px; background: var(--paper); border: 1px solid var(--line); border-radius: 12px; padding: 24px; }
.legal-toc strong { display: block; margin-bottom: 12px; text-transform: uppercase; letter-spacing: .1em; font-size: .68rem; color: var(--orange-2); }
.legal-toc a { display: block; padding: 7px 0; color: var(--muted); text-decoration: none; font-size: .78rem; }
.legal-toc a:hover { color: var(--orange-2); }
.legal-body h2 { margin: 54px 0 14px; font-size: clamp(1.65rem,3vw,2.25rem); scroll-margin-top: 120px; }
.legal-body h2:first-child { margin-top: 0; }
.legal-body h3 { margin: 28px 0 8px; font-size: 1.05rem; }
.legal-body p, .legal-body li { color: var(--muted); }
.legal-body li { margin-bottom: 8px; }
.legal-body a { color: var(--orange-2); }
.legal-callout { background: color-mix(in srgb, var(--orange) 9%, var(--paper)); border: 1px solid color-mix(in srgb, var(--orange) 28%, var(--line)); border-radius: 12px; padding: 22px; margin: 26px 0; }
.legal-callout strong { display: block; margin-bottom: 5px; }
.legal-contact { background: var(--green); color: white; border-radius: 14px; padding: 28px; margin-top: 48px; }
.legal-contact h2 { color: white; margin-top: 0; }
.legal-contact p, .legal-contact a { color: rgba(255,255,255,.78); }

.overlay { position: fixed; z-index: 30; inset: 0; background: rgba(2,22,16,.63); backdrop-filter: blur(4px); }
.drawer { position: fixed; z-index: 35; top: 0; right: 0; width: min(560px,100%); height: 100dvh; background: var(--cream); color: var(--ink); overflow-y: auto; box-shadow: -20px 0 65px rgba(0,0,0,.25); animation: drawer .25s ease-out; }
@keyframes drawer { from { transform: translateX(30px); opacity: .4; } }
.drawer-head { position: sticky; top: 0; z-index: 2; background: color-mix(in srgb, var(--cream) 92%, transparent); backdrop-filter: blur(12px); padding: 24px; border-bottom: 1px solid var(--line); display: flex; justify-content: space-between; align-items: center; }
.drawer-head h2 { margin: 0; font-size: 2rem; }
.close-btn { border: 1px solid var(--line); background: var(--paper); color: var(--ink); width: 42px; height: 42px; border-radius: 50%; cursor: pointer; font-size: 1.4rem; }
.product-detail-media { height: 320px; }
.product-detail-media img { width: 100%; height: 100%; object-fit: cover; }
.product-detail-content { padding: 30px; }
.product-detail-content h2 { margin-bottom: 8px; }
.detail-price { color: var(--orange-2); font-weight: 900; }
.detail-desc { color: var(--muted); }
label { display: grid; gap: 7px; margin: 15px 0; font-size: .76rem; font-weight: 800; }
label span { color: var(--muted); font-weight: 500; }
input, select, textarea { width: 100%; background: var(--paper); color: var(--ink); border: 1px solid var(--line); border-radius: 6px; padding: 12px 13px; outline: none; }
input:focus, select:focus, textarea:focus { border-color: var(--orange); box-shadow: 0 0 0 3px color-mix(in srgb, var(--orange) 18%, transparent); }
.bag-items { padding: 0 24px; }
.bag-item { display: grid; grid-template-columns: 76px 1fr auto; gap: 12px; padding: 18px 0; border-bottom: 1px solid var(--line); }
.bag-item img { width: 76px; height: 82px; object-fit: cover; border-radius: 6px; }
.bag-item h3 { font: 800 1rem "Manrope", ui-sans-serif, sans-serif; letter-spacing: -.02em; margin-bottom: 3px; }
.bag-item p { color: var(--muted); margin: 0 0 8px; font-size: .69rem; }
.qty { display: flex; align-items: center; border: 1px solid var(--line); width: fit-content; border-radius: 4px; overflow: hidden; }
.qty button { width: 28px; height: 27px; border: 0; background: var(--paper); color: var(--ink); cursor: pointer; }
.qty span { min-width: 25px; text-align: center; font-size: .75rem; }
.remove { border: 0; background: none; color: var(--muted); padding: 5px 0; text-decoration: underline; cursor: pointer; font-size: .68rem; }
.empty-bag { padding: 90px 30px; text-align: center; }
.empty-bag b { font-size: 3rem; color: var(--orange); }
.empty-bag h3 { font: 800 1.5rem "Manrope", ui-sans-serif, sans-serif; letter-spacing: -.035em; margin: 12px 0 5px; }
.empty-bag p { color: var(--muted); }
.checkout { padding: 24px; }
.checkout h3 { font-family: "Manrope", ui-sans-serif, sans-serif; font-weight: 800; letter-spacing: -.03em; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.check { display: flex; align-items: center; gap: 8px; }
.check input { width: auto; }
.totals { margin: 25px 0 16px; border-top: 1px solid var(--line); padding-top: 12px; }
.totals div { display: flex; justify-content: space-between; padding: 4px 0; }
.totals .grand { font-size: 1.08rem; border-top: 1px solid var(--line); margin-top: 7px; padding-top: 11px; }
.fine-print { color: var(--muted); font-size: .7rem; text-align: center; }
.payment-safety { display: grid; gap: 5px; background: color-mix(in srgb, var(--green) 8%, var(--paper)); border: 1px solid color-mix(in srgb, var(--green) 18%, var(--line)); border-radius: 8px; padding: 14px; margin: 0 0 15px; font-size: .72rem; }
.payment-safety span { color: var(--muted); }
.payment-safety a { color: var(--orange-2); font-weight: 800; }
.payment-layout { display: grid; grid-template-columns: 1.3fr .7fr; gap: 55px; align-items: start; }
.payment-steps { list-style: none; padding: 0; margin: 0; border-top: 1px solid var(--line); }
.payment-steps li { display: grid; grid-template-columns: 64px 1fr; gap: 15px; padding: 24px 0; border-bottom: 1px solid var(--line); }
.payment-steps li > b { color: var(--orange); font-size: 1.1rem; }
.payment-steps h3 { margin: 0 0 6px; }
.payment-steps p { margin: 0; color: var(--muted); }
.payment-panel { position: sticky; top: 135px; background: var(--green); color: white; padding: 32px; border-radius: var(--radius); }
.payment-panel h2 { color: white; }
.method-list { margin: 25px 0; }
.method-list div { display: grid; gap: 3px; padding: 16px 0; border-bottom: 1px solid rgba(255,255,255,.16); }
.method-list span { color: rgba(255,255,255,.64); font-size: .75rem; }
.safety-band { background: var(--orange); color: white; padding: 65px 0; }
.safety-band h2 { color: white; max-width: 850px; }
.safety-band p:last-child { color: rgba(255,255,255,.8); max-width: 850px; }
.safety-band a { color: white; font-weight: 800; }
.reviews-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }
.review-card { background: var(--paper); border: 1px solid var(--line); border-radius: 12px; padding: 25px; }
.review-stars { color: var(--orange); letter-spacing: .12em; }
.review-card blockquote { margin: 18px 0 24px; font-family: "DM Serif Display", Georgia, serif; font-size: 1.35rem; line-height: 1.3; }
.review-card div:last-child { display: grid; gap: 3px; }
.review-card span { color: var(--muted); font-size: .7rem; }
.review-empty { grid-column: 1/-1; border: 1px dashed var(--line); border-radius: var(--radius); padding: 55px; text-align: center; background: var(--paper); }
.review-empty > span { color: var(--orange-2); text-transform: uppercase; font-size: .68rem; letter-spacing: .12em; font-weight: 900; }
.review-empty p { color: var(--muted); max-width: 650px; margin: 10px auto 24px; }
.review-submit { background: color-mix(in srgb, var(--green) 8%, var(--cream)); padding: 75px 0; }
.review-layout { display: grid; grid-template-columns: .72fr 1.28fr; gap: 55px; align-items: start; }
.review-layout > div > p { color: var(--muted); }
.review-layout ul { padding-left: 20px; line-height: 2; }
.toast { position: fixed; z-index: 50; left: 50%; bottom: 24px; transform: translate(-50%,20px); opacity: 0; background: var(--green); color: white; border-radius: 6px; padding: 11px 16px; pointer-events: none; transition: .2s; }
.toast.show { opacity: 1; transform: translate(-50%,0); }
.floating-whatsapp { position: fixed; right: 22px; bottom: 22px; z-index: 45; display: grid; gap: 1px; min-width: 132px; padding: 12px 17px; border-radius: 999px; background: #1f9d55; color: white; text-decoration: none; box-shadow: 0 12px 30px rgba(7,56,43,.28); transition: transform .2s, box-shadow .2s; }
.floating-whatsapp:hover { transform: translateY(-2px); box-shadow: 0 16px 34px rgba(7,56,43,.34); }
.floating-whatsapp b { font-size: .9rem; }
.floating-whatsapp span { font-size: .68rem; opacity: .82; }
.image-credits { color: rgba(255,255,255,.45); font-size: .65rem; }

@media (max-width: 980px) {
  .header-inner { grid-template-columns: 1fr auto; }
  .nav { grid-column: 1/-1; order: 3; overflow-x: auto; border-top: 1px solid var(--line); }
  .nav a { padding: 13px 0 11px; white-space: nowrap; }
  .home-hero { grid-template-columns: 1fr; }
  .hero-panel { border-radius: var(--radius) var(--radius) 0 0; padding: 54px 40px; }
  .hero-photo { border-radius: 0 0 var(--radius) var(--radius); }
  .service-strip { grid-template-columns: 1fr 1fr; }
  .service-strip > div:nth-child(2) { border-right: 0; }
  .product-grid { grid-template-columns: repeat(2,1fr); }
  .package-section { grid-template-columns: 1fr; }
  .planner-cta { grid-template-columns: 1fr; gap: 25px; }
  .shop-tools { grid-template-columns: 1fr; }
  .occasion-grid { grid-template-columns: repeat(2,1fr); }
  .occasion-card.wide { grid-column: span 1; }
  .occasion-hero { grid-template-columns: 1fr 300px; }
  .concierge-hero { grid-template-columns: 1fr .65fr; }
  .concierge-hero > div { padding: 50px 40px; }
  .concierge-layout { grid-template-columns: 1fr; }
  .payment-layout, .review-layout { grid-template-columns: 1fr; }
  .payment-panel { position: static; }
  .reviews-grid { grid-template-columns: 1fr 1fr; }
  .planner-aside { position: static; }
  .footer-grid { grid-template-columns: 1.5fr 1fr 1fr; }
  .footer-column:last-child { grid-column: 1/-1; }
  .legal-layout { grid-template-columns: 210px minmax(0,1fr); gap: 38px; }
}

@media (max-width: 680px) {
  .shell { width: min(100% - 28px, 1180px); }
  .utility-inner { justify-content: center; text-align: center; }
  .utility-inner span:last-child { display: none; }
  .header-inner { min-height: 67px; gap: 10px; }
  .brand-copy small { display: none; }
  .brand-mark { width: 38px; }
  .brand-logo { width: 142px; height: 48px; }
  .header-actions .icon-btn:first-child { display: none; }
  .nav { gap: 20px; }
  .home-hero { padding-top: 14px; }
  .hero-panel { padding: 44px 25px; }
  h1 { font-size: clamp(3rem,15vw,4.4rem); }
  .hero-photo { min-height: 400px; }
  .hero-badge { width: 96px; right: 16px; top: 16px; }
  .service-strip { grid-template-columns: 1fr; }
  .service-strip > div { border-right: 0; border-bottom: 1px solid var(--line); }
  .section { padding-block: 65px; }
  .section-head { align-items: start; flex-direction: column; gap: 12px; }
  .occasion-grid { gap: 10px; }
  .occasion-card { min-height: 240px; }
  .product-grid { gap: 10px; }
  .product-body { padding: 12px; }
  .product-body p { min-height: 55px; }
  .package-cards { grid-template-columns: 1fr; }
  .discovery-grid { grid-template-columns: 1fr; }
  .discovery-card { min-height: 270px; }
  .planner-cta { padding: 38px 24px; }
  .package-cards .featured-package { transform: none; }
  .split-promo { grid-template-columns: 1fr; }
  .promo-photo { height: 330px; border-radius: var(--radius) var(--radius) 0 0; }
  .promo-copy { padding: 38px 25px; border-radius: 0 0 var(--radius) var(--radius); }
  .occasion-hero, .category-hero, .story-hero, .contact-hero, .concierge-hero { grid-template-columns: 1fr; }
  .occasion-hero img { height: 250px; }
  .concierge-hero > div { padding: 48px 25px; }
  .concierge-hero img { height: 350px; }
  .concierge-form { padding: 27px 20px; }
  .legal-hero { padding-block: 48px 30px; }
  .legal-layout { grid-template-columns: 1fr; gap: 28px; padding-block: 34px 65px; }
  .legal-toc { position: static; }
  .footer-bottom { align-items: flex-start; flex-direction: column; gap: 12px; }
  .category-hero > div, .category-hero.reverse > div { order: 1; padding: 42px 25px; border-radius: var(--radius) var(--radius) 0 0; }
  .category-hero img, .category-hero.reverse img { order: 2; height: 380px; border-radius: 0 0 var(--radius) var(--radius); }
  .shop-tools { align-items: stretch; flex-direction: column; }
  .search-box input { width: 100%; }
  .catalog-note { align-items: flex-start; flex-direction: column; gap: 4px; }
  .occasion-group-head { align-items: start; flex-direction: column; }
  .story-hero > div { padding: 42px 25px; border-radius: var(--radius) var(--radius) 0 0; }
  .story-hero img { height: 400px; border-radius: 0 0 var(--radius) var(--radius); }
  .story-grid { grid-template-columns: 1fr; gap: 20px; padding-block: 65px; }
  .values { grid-template-columns: 1fr; }
  .contact-hero { padding: 38px 24px; gap: 30px; }
  .faq-grid { grid-template-columns: 1fr; }
  .reviews-grid { grid-template-columns: 1fr; }
  .review-empty { padding: 35px 20px; }
  .newsletter-inner { align-items: start; flex-direction: column; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 34px; }
  .footer-intro { grid-column: 1/-1; }
  .footer-bottom { align-items: start; flex-direction: column; gap: 8px; }
  .field-row { grid-template-columns: 1fr; gap: 0; }
  .floating-whatsapp { right: 14px; bottom: 14px; min-width: 0; padding: 11px 15px; }
  .floating-whatsapp span { display: none; }
}

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