:root {
  --forest: #073f35;
  --forest-deep: #052f29;
  --forest-soft: #15584a;
  --terracotta: #c9552e;
  --terracotta-dark: #a84022;
  --gold: #d5a535;
  --cream: #f2e5cb;
  --paper: #fffaf0;
  --paper-strong: #fffdf8;
  --ink: #18362f;
  --muted: #61736b;
  --line: #dfd1b5;
  --white: #ffffff;
  --shadow: 0 22px 55px rgba(39, 57, 49, .14);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; -webkit-font-smoothing: antialiased; }
img { display: block; width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
p { color: var(--muted); line-height: 1.72; }
h1, h2, h3, h4 { color: var(--ink); font-family: Georgia, "Times New Roman", serif; font-weight: 500; letter-spacing: -.035em; }
h1, h2, h3, p { overflow-wrap: anywhere; }
:focus-visible { outline: 3px solid var(--gold); outline-offset: 3px; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.site-shell { min-height: 100vh; overflow: clip; }

.topbar { min-height: 31px; padding: 6px clamp(22px, 5vw, 80px); display: flex; justify-content: center; gap: 26px; background: var(--forest); color: #f7e8c7; font-family: Georgia, "Times New Roman", serif; font-size: 12px; letter-spacing: .02em; }
.topbar span + span::before { content: "|"; margin-right: 26px; color: var(--gold); }
.header { height: 78px; padding: 0 clamp(22px, 5vw, 80px); display: flex; align-items: center; justify-content: space-between; gap: 28px; background: rgba(255, 250, 240, .96); border-bottom: 1px solid rgba(220, 206, 179, .75); position: relative; z-index: 50; backdrop-filter: blur(13px); }
.brand { display: inline-flex; align-items: center; gap: 12px; flex: 0 0 auto; }
.brand > span:last-child { display: grid; }
.brand strong { font-family: Georgia, "Times New Roman", serif; font-size: 21px; font-weight: 500; letter-spacing: .04em; }
.brand small { margin-top: 2px; color: var(--muted); font-size: 8px; font-weight: 800; letter-spacing: .21em; }
.brand-mark { width: 43px; height: 43px; display: grid; place-items: center; border: 1px solid var(--gold); border-radius: 50%; position: relative; background: radial-gradient(circle, var(--gold) 0 4px, transparent 5px), repeating-radial-gradient(circle, transparent 0 8px, rgba(213,165,53,.4) 9px 10px); }
.brand-mark i { width: 4px; height: 13px; border-radius: 100%; background: var(--gold); position: absolute; transform-origin: 50% 21px; }
.brand-mark i:nth-child(2) { transform: rotate(90deg); }
.brand-mark i:nth-child(3) { transform: rotate(180deg); }
.brand-mark i:nth-child(4) { transform: rotate(270deg); }
.nav { display: flex; align-items: center; gap: clamp(14px, 1.7vw, 27px); }
.nav > a:not(.button) { padding: 9px 0; color: #29493f; font-family: Georgia, "Times New Roman", serif; font-size: 13px; position: relative; }
.nav > a:not(.button)::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 3px; height: 1px; background: var(--terracotta); transition: right .25s ease; }
.nav > a:not(.button):hover::after { right: 0; }
.menu-button { display: none; width: 44px; height: 44px; border: 0; border-radius: 50%; background: #efe4ce; color: var(--forest); font-size: 25px; cursor: pointer; }

.button { min-height: 46px; padding: 12px 21px; display: inline-flex; align-items: center; justify-content: center; gap: 8px; border: 1px solid var(--terracotta); border-radius: 7px; background: var(--terracotta); color: white; font-family: Georgia, "Times New Roman", serif; font-size: 14px; line-height: 1.1; cursor: pointer; transition: transform .2s ease, background .2s ease, box-shadow .2s ease; }
.button:hover { transform: translateY(-2px); background: var(--terracotta-dark); box-shadow: 0 12px 22px rgba(154, 57, 30, .2); }
.button.small { min-height: 40px; padding: 10px 17px; }
.button.outline { background: rgba(255,250,240,.88); color: var(--forest); border-color: #cf835f; }
.button.cream { background: var(--paper); border-color: var(--paper); color: var(--forest); }
.button.ghost { background: transparent; border-color: rgba(255,255,255,.7); color: white; }
.button.wide { width: 100%; }
.button.center { margin: 30px auto 0; display: flex; width: fit-content; }
.actions { display: flex; flex-wrap: wrap; gap: 12px; }
.eyebrow { display: block; color: var(--terracotta-dark); font-size: 11px; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.eyebrow::before { content: "*"; margin-right: 9px; color: var(--gold); }

.home-hero { min-height: 640px; display: grid; grid-template-columns: .92fr 1.08fr; background: linear-gradient(115deg, #fffaf0, #f5ead5); position: relative; }
.home-hero::before { content: ""; position: absolute; left: -90px; bottom: -125px; width: 430px; height: 260px; border-radius: 50%; background: var(--forest); z-index: 2; }
.home-hero::after { content: ""; position: absolute; inset: 0 52% 0 0; opacity: .12; background: repeating-radial-gradient(circle at 70% 22%, transparent 0 14px, #c79b33 15px 16px); }
.hero-copy { padding: 78px 44px 88px max(40px, calc((100vw - 1310px) / 2)); display: flex; flex-direction: column; justify-content: center; position: relative; z-index: 3; }
.hero-copy h1 { max-width: 690px; margin: 16px 0 23px; font-size: clamp(53px, 5.5vw, 82px); line-height: .99; }
.hero-copy > p { max-width: 610px; margin: 0 0 28px; font-family: Georgia, "Times New Roman", serif; font-size: 18px; }
.hero-points { margin-top: 32px; display: flex; flex-wrap: wrap; gap: 0; color: #355449; font-family: Georgia, "Times New Roman", serif; font-size: 13px; }
.hero-points span { padding: 4px 17px; border-right: 1px solid #d3c4a6; }
.hero-points span:first-child { padding-left: 0; }
.hero-points span:last-child { border-right: 0; }
.hero-visual { min-height: 640px; position: relative; overflow: hidden; clip-path: polygon(10% 0, 100% 0, 100% 100%, 5% 100%, 10% 88%, 4% 70%, 12% 53%, 5% 35%, 12% 18%); }
.hero-visual img { height: 100%; object-fit: cover; }
.hero-price { position: absolute; right: 28px; bottom: 27px; min-width: 175px; padding: 16px 19px; display: grid; border: 1px solid rgba(255,255,255,.55); border-radius: 9px; background: rgba(7,63,53,.92); color: white; box-shadow: var(--shadow); backdrop-filter: blur(8px); }
.hero-price small, .hero-price span { color: #ead9b3; font-size: 10px; }
.hero-price strong { margin: 2px 0; color: white; font-family: Georgia, "Times New Roman", serif; font-size: 28px; font-weight: 500; }

.feature-strip { padding: 19px max(25px, calc((100vw - 1250px) / 2)); display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; border-block: 1px solid #d9c9a9; background: #f7edd8; position: relative; z-index: 5; }
.feature-strip > div { min-height: 70px; padding: 8px 24px; display: flex; align-items: center; gap: 13px; border-right: 1px solid #d9c9a9; }
.feature-strip > div:last-child { border-right: 0; }
.feature-strip b { width: 36px; height: 36px; flex: 0 0 auto; display: grid; place-items: center; border: 1px solid var(--gold); border-radius: 50%; color: var(--terracotta-dark); font-family: Georgia, "Times New Roman", serif; }
.feature-strip span { color: #6c6d60; font-family: Georgia, "Times New Roman", serif; font-size: 12px; line-height: 1.35; }
.feature-strip strong { display: block; margin-bottom: 3px; color: var(--ink); font-size: 15px; font-weight: 500; }

.section { width: min(1220px, calc(100% - 44px)); margin-inline: auto; padding-block: 86px; }
.section-title { margin: 0 auto 43px; text-align: center; }
.section-title > span { display: block; color: var(--terracotta-dark); font-size: 10px; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.section-title > span::before { content: "*"; margin-right: 9px; color: var(--gold); }
.section-title h2 { max-width: 900px; margin: 11px auto 0; font-size: clamp(38px, 4.2vw, 58px); line-height: 1.06; }
.section-title p { max-width: 730px; margin: 15px auto 0; }
.section-title.light h2 { color: white; }
.section-title.light > span { color: #e8bf5c; }
.section-title.light p { color: #c4d5ce; }

.included-extra { padding: 16px max(25px, calc((100vw - 1250px) / 2)); display: flex; align-items: center; justify-content: center; gap: 14px; background: var(--forest); color: white; text-align: center; }
.included-extra strong { color: #f4d383; font-family: Georgia, "Times New Roman", serif; font-size: 16px; font-weight: 500; }
.included-extra span { color: #d6e2dc; font-size: 12px; line-height: 1.45; }

.host-story { display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: 75px; }
.host-copy h2 { margin: 13px 0 23px; font-size: clamp(40px, 4.4vw, 64px); line-height: 1.03; }
.host-copy p { max-width: 650px; }
.text-link { display: inline-flex; align-items: center; gap: 12px; margin-top: 13px; color: var(--terracotta-dark); font-weight: 800; border-bottom: 1px solid rgba(168,64,34,.35); }
.text-link span { font-size: 21px; }
.promise-panel { min-height: 390px; padding: 52px; display: flex; flex-direction: column; justify-content: center; border-radius: 48% 52% 42% 58% / 56% 40% 60% 44%; background: var(--forest); color: white; position: relative; box-shadow: var(--shadow); }
.promise-panel::before { content: ""; position: absolute; inset: 20px -18px -20px 22px; border: 1px solid var(--gold); border-radius: inherit; z-index: -1; }
.promise-panel > span { color: #e9bd57; font-size: 10px; font-weight: 900; letter-spacing: .17em; }
.promise-panel > strong { color: white; font-family: Georgia, "Times New Roman", serif; font-size: clamp(31px, 3vw, 45px); font-weight: 500; line-height: 1.06; }
.promise-panel p { color: #bfd0c8; }

.dark-section { padding: 88px max(24px, calc((100vw - 1220px) / 2)); background: var(--forest); color: white; position: relative; }
.dark-section::before { content: ""; position: absolute; inset: 0; opacity: .055; background: repeating-radial-gradient(circle at 20% 30%, transparent 0 13px, #fff 14px 15px); }
.dark-section.inner { padding-top: 82px; padding-bottom: 82px; }
.experience-grid { max-width: 1120px; margin: 0 auto; display: grid; grid-template-columns: repeat(2, 1fr); gap: 26px; position: relative; }
.experience-card { overflow: hidden; border: 1px solid #c99c34; border-radius: 12px; background: var(--paper); color: var(--ink); box-shadow: 0 18px 38px rgba(0,0,0,.2); }
.card-image { height: 285px; position: relative; overflow: hidden; }
.card-image img { height: 100%; object-fit: cover; transition: transform .55s ease; }
.experience-card:hover .card-image img { transform: scale(1.035); }
.card-image span { position: absolute; top: 14px; left: 14px; padding: 8px 12px; border-radius: 5px; background: var(--gold); color: #263128; font-size: 10px; font-weight: 900; letter-spacing: .045em; text-transform: uppercase; }
.card-body { padding: 24px 27px 26px; }
.card-body h3 { margin: 0 0 9px; font-size: 30px; }
.card-body p { margin: 0; }
.card-price { margin-top: 22px; display: flex; justify-content: space-between; align-items: center; gap: 12px; font-family: Georgia, "Times New Roman", serif; }
.card-price span { color: var(--terracotta-dark); font-size: 19px; font-weight: 700; }
.card-price a { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 50%; background: var(--terracotta); color: white; font-size: 22px; }
.price-note { max-width: 930px; margin: 28px auto 0; color: #c8d7d1; text-align: center; font-size: 13px; position: relative; }

.dish-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 14px; }
.dish-grid article { min-height: 330px; padding: 26px 22px; display: flex; flex-direction: column; border: 1px solid var(--line); border-radius: 15px; background: var(--paper-strong); box-shadow: 0 13px 28px rgba(70, 61, 39, .07); }
.dish-grid article > b { color: var(--gold); font-family: Georgia, "Times New Roman", serif; font-size: 31px; font-weight: 500; }
.dish-grid article > span { width: fit-content; margin: 16px 0 9px; padding: 5px 8px; border-radius: 4px; background: #eee3cb; color: #7c6120; font-size: 9px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.dish-grid h3 { margin: 0 0 9px; font-size: 26px; }
.dish-grid p { margin: 0; font-size: 14px; }
.dish-grid small { margin-top: auto; padding-top: 18px; color: #6c716b; line-height: 1.5; }
.dish-grid.compact article { min-height: 270px; }
.dish-grid.compact small { display: none; }
.menu-note { margin-bottom: 28px; padding: 20px 23px; border-left: 4px solid var(--gold); border-radius: 7px; background: #f0e5cf; color: #526159; line-height: 1.65; }

.planner-teaser { padding: 72px clamp(24px, 9vw, 150px); display: grid; grid-template-columns: 1.1fr .9fr; align-items: center; gap: 80px; background: linear-gradient(125deg, #b74725, #d86231 72%, #bc4423); color: white; position: relative; }
.planner-teaser::after { content: ""; position: absolute; inset: 0 0 0 66%; opacity: .15; background: repeating-radial-gradient(circle, transparent 0 13px, #ffe3a0 14px 15px); }
.planner-teaser > * { position: relative; z-index: 2; }
.planner-teaser h2 { max-width: 730px; margin: 11px 0 14px; color: white; font-size: clamp(40px, 4vw, 58px); line-height: 1.05; }
.planner-teaser p { color: #ffe8df; }
.planner-mini { padding: 30px; display: grid; grid-template-columns: .6fr 1.4fr; gap: 10px 18px; border: 1px solid rgba(255,255,255,.45); border-radius: 13px; background: rgba(94, 28, 13, .2); backdrop-filter: blur(4px); }
.planner-mini span { color: #ffdba0; font-size: 11px; text-transform: uppercase; letter-spacing: .08em; }
.planner-mini strong { color: white; font-family: Georgia, "Times New Roman", serif; font-weight: 500; }
.planner-mini i { grid-column: 1 / -1; margin-top: 10px; padding-top: 13px; border-top: 1px solid rgba(255,255,255,.25); color: #ffe7d9; font-style: normal; font-size: 12px; }

.gallery-ribbon { display: grid; grid-template-columns: 1fr 1.25fr 1fr; gap: 7px; }
.gallery-ribbon img { height: 310px; object-fit: cover; }
.gallery-ribbon img:nth-child(2) { transform: translateY(-15px); box-shadow: var(--shadow); }
.center-link { width: fit-content; margin: 28px auto 0; display: flex; }
.proof-section { padding: 65px 24px; text-align: center; background: #f1e5ce; border-block: 1px solid #dcc9a5; }
.proof-section > span { color: #9b7323; font-size: 10px; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.proof-section h2 { max-width: 880px; margin: 10px auto 8px; font-size: clamp(34px, 4vw, 53px); }
.proof-section p { max-width: 760px; margin: 0 auto; }

.cta { padding: 62px clamp(24px, 8vw, 130px); display: flex; justify-content: space-between; align-items: center; gap: 50px; color: white; background: linear-gradient(120deg, #b84321, #d96331 70%, #bd4823); position: relative; }
.cta::after { content: ""; position: absolute; right: 0; inset-block: 0; width: 32%; opacity: .15; background: repeating-radial-gradient(circle, transparent 0 13px, #ffe7a9 14px 15px); }
.cta > * { position: relative; z-index: 2; }
.cta > div:first-child { max-width: 720px; }
.cta span { color: #ffe2a0; font-size: 10px; font-weight: 900; text-transform: uppercase; letter-spacing: .14em; }
.cta h2 { margin: 8px 0; color: white; font-size: clamp(37px, 4vw, 54px); }
.cta p { margin: 0; color: #ffeae1; }
.cta .actions { min-width: 340px; justify-content: flex-end; }

.page-hero { min-height: 455px; padding: 68px clamp(24px, 7vw, 112px); display: grid; grid-template-columns: .92fr 1.08fr; align-items: center; gap: 72px; background: radial-gradient(circle at 8% 14%, rgba(213,165,53,.12), transparent 25%), linear-gradient(115deg, #f8efdd, #fffaf0); position: relative; overflow: hidden; }
.page-hero::before { content: ""; position: absolute; right: -170px; top: -220px; width: 420px; height: 420px; border: 1px solid rgba(213,165,53,.34); border-radius: 50%; background: transparent; pointer-events: none; }
.page-hero > div { min-width: 0; position: relative; z-index: 2; }
.page-hero h1 { max-width: 760px; margin: 12px 0 0; font-size: clamp(44px, 4.7vw, 68px); line-height: 1.045; text-wrap: balance; }
.page-hero p { max-width: 670px; margin: 20px 0 0; font-family: Georgia, "Times New Roman", serif; font-size: 18px; }
.page-hero > img { height: 340px; object-fit: cover; border: 1px solid rgba(213,165,53,.42); border-radius: 28px; box-shadow: var(--shadow); position: relative; z-index: 1; }
.breadcrumbs { display: none; }
.context-wrap { padding-block: 22px; }
.contextual-home { max-width: 900px; margin: 0; padding-left: 17px; border-left: 2px solid var(--gold); color: #66736d; font-size: 13px; }
.contextual-home a { color: var(--terracotta-dark); font-weight: 800; text-decoration: underline; text-decoration-color: rgba(168,64,34,.35); text-underline-offset: 3px; }

.two-col { display: grid; grid-template-columns: 1.03fr .97fr; gap: 70px; align-items: start; }
.two-col .section-title { margin: 0 0 28px; text-align: left; }
.two-col .section-title h2 { margin-inline: 0; font-size: clamp(38px, 4vw, 56px); }
.check-list { margin: 28px 0; display: grid; gap: 11px; }
.check-list span { position: relative; padding-left: 29px; color: #415249; }
.check-list span::before { content: "+"; position: absolute; left: 0; top: 2px; width: 19px; height: 19px; display: grid; place-items: center; border-radius: 50%; background: #dce9d7; color: var(--forest); font-size: 11px; font-weight: 900; }
.identity-card, .message-example { padding: 43px; border-radius: 17px; background: var(--forest); color: white; box-shadow: var(--shadow); }
.identity-card > span, .message-example > span { color: var(--gold); font-size: 10px; font-weight: 900; letter-spacing: .15em; }
.identity-card h2 { margin: 18px 0; color: white; font-size: 42px; line-height: 1.08; }
.identity-card p, .message-example p { color: #c7d5cf; }
.message-example p { font-family: Georgia, "Times New Roman", serif; font-size: 24px; line-height: 1.45; }
.soft { width: 100%; padding-inline: max(22px, calc((100vw - 1220px) / 2)); background: #f0e4cd; }
.icon-grid, .flow-grid, .detail-cards, .decision-grid, .technique-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.icon-grid article, .flow-grid article, .detail-cards article, .decision-grid article, .technique-grid article { padding: 29px; border: 1px solid #dfceb0; border-radius: 14px; background: rgba(255,250,240,.9); }
.icon-grid b, .flow-grid b { color: var(--terracotta); font-family: Georgia, "Times New Roman", serif; font-size: 31px; font-weight: 500; }
.icon-grid h3, .flow-grid h3, .detail-cards h3, .decision-grid h3, .technique-grid h3 { margin: 13px 0 8px; font-size: 24px; }
.icon-grid p, .flow-grid p, .detail-cards p, .decision-grid p, .technique-grid p { margin: 0; }
.detail-cards, .decision-grid { grid-template-columns: repeat(3, 1fr); }
.detail-cards span { color: #9b7222; font-size: 9px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.decision-grid { margin-top: 30px; }
.decision-grid a { display: inline-block; margin-top: 12px; color: var(--terracotta-dark); font-weight: 800; }
.technique-grid { grid-template-columns: repeat(4, 1fr); }
.stacked-image { position: relative; padding: 0 0 32px 32px; }
.stacked-image::before { content: ""; position: absolute; left: 0; bottom: 0; width: 82%; height: 83%; border-radius: 14px; background: var(--gold); }
.stacked-image img { min-height: 450px; object-fit: cover; border-radius: 14px; position: relative; }
.photo-button { position: absolute; right: 20px; bottom: 11px; }
.video-section iframe { width: 100%; min-height: 590px; border: 0; border-radius: 18px; }

.package-compare { display: grid; grid-template-columns: repeat(2, 1fr); gap: 28px; }
.package-compare > div { padding: 37px; border: 1px solid var(--line); border-radius: 16px; background: #fffdf8; box-shadow: 0 12px 30px rgba(84,69,37,.07); }
.package-compare h2 { margin: 0 0 12px; font-size: 34px; }
.price-table { margin: 23px 0; overflow: hidden; border: 1px solid #dacdb2; border-radius: 10px; }
.price-table > div { min-height: 48px; padding: 12px 16px; display: grid; grid-template-columns: 1.15fr .85fr; align-items: center; gap: 10px; border-bottom: 1px solid #e7dcc5; }
.price-table > div:last-child { border-bottom: 0; }
.price-table > div:first-child { background: var(--forest); color: white; }
.price-table b { color: var(--terracotta-dark); }
.price-table > div:first-child b { color: white; }
.notice, .warning { margin: 28px 0; padding: 20px 23px; border-left: 4px solid var(--gold); border-radius: 7px; background: #f3e8d2; color: #555f59; line-height: 1.68; }
.warning { border-left-color: var(--terracotta); background: #f8e0d7; }

.diet-table { overflow: hidden; border: 1px solid var(--line); border-radius: 18px; background: #fffdf8; box-shadow: 0 14px 34px rgba(70,61,39,.08); }
.diet-table > div { padding: 20px 22px; display: grid; grid-template-columns: minmax(150px,.72fr) minmax(0,1fr) minmax(0,1.22fr); gap: 28px; border-bottom: 1px solid #e8ddc7; align-items: start; }
.diet-table > div:nth-child(even):not(:first-child) { background: #fbf5e9; }
.diet-table > div:first-child { background: var(--forest); color: white; }
.diet-table > div:first-child strong { color: white; font-size: 12px; letter-spacing: .04em; }
.diet-table > div:last-child { border-bottom: 0; }
.diet-table > div > * { min-width: 0; }
.diet-table b { color: var(--forest); font-family: Georgia, "Times New Roman", serif; font-size: 19px; line-height: 1.25; }
.diet-table p { margin: 0; color: #52645c; font-size: 14px; line-height: 1.65; }

.planner-grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: 38px; align-items: start; }
.planner-form { display: grid; gap: 18px; }
.planner-form fieldset { margin: 0; padding: 24px; border: 1px solid var(--line); border-radius: 14px; background: #fffdf8; }
.planner-form legend { padding: 0 8px; color: var(--forest); font-family: Georgia, "Times New Roman", serif; font-size: 22px; }
.planner-form label, .pickup-checker label { display: grid; gap: 8px; margin-top: 14px; color: #405149; font-size: 13px; font-weight: 800; }
.choice { padding: 14px 15px; display: flex !important; grid-template-columns: auto 1fr; align-items: center; gap: 13px !important; border: 1px solid #ddd0b7; border-radius: 9px; cursor: pointer; }
.choice.active { border-color: var(--terracotta); background: #fae8df; }
.choice input { width: auto !important; }
.choice span { display: grid; }
.choice small { color: var(--muted); font-weight: 500; }
.number-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.planner-form input, .planner-form select, .planner-form textarea, .pickup-checker input, .pickup-checker select, .booking-form input, .booking-form select, .booking-form textarea { width: 100%; padding: 13px 14px; border: 1px solid #cfc1a3; border-radius: 7px; background: #fffdf7; color: var(--ink); outline: none; font-weight: 400; }
.planner-form input:focus, .planner-form select:focus, .planner-form textarea:focus, .pickup-checker input:focus, .pickup-checker select:focus, .booking-form input:focus, .booking-form select:focus, .booking-form textarea:focus { border-color: var(--terracotta); box-shadow: 0 0 0 3px rgba(201,86,45,.12); }
.estimate-card { padding: 35px; border-radius: 16px; background: var(--forest); color: white; position: sticky; top: 20px; box-shadow: var(--shadow); }
.estimate-card > span { color: var(--gold); font-size: 10px; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.estimate-card > strong { display: block; margin: 11px 0; color: white; font-family: Georgia, "Times New Roman", serif; font-size: 53px; font-weight: 500; }
.estimate-card p, .estimate-card li { color: #c7d6d0; }
.estimate-card ul { padding-left: 20px; }
.estimate-warning { margin: 24px 0; padding: 15px; border-radius: 8px; background: rgba(255,255,255,.08); color: #e8eee9; font-size: 12px; line-height: 1.55; }
.small-link { color: #f0c96c; font-size: 12px; border-color: rgba(240,201,108,.35); }
.pickup-checker { display: grid; grid-template-columns: 1fr 1fr; gap: 30px; align-items: stretch; }
.pickup-checker > div, .pickup-checker aside { padding: 32px; border: 1px solid var(--line); border-radius: 15px; background: #fffdf8; }
.pickup-checker aside { background: var(--forest); color: white; }
.pickup-checker aside > span { color: var(--gold); font-size: 10px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.pickup-checker h3 { margin: 10px 0; color: white; font-size: 35px; }
.pickup-checker aside p { color: #c8d6d0; }

.timeline { max-width: 980px; margin: 0 auto; display: grid; gap: 16px; }
.timeline::before { display: none; }
.timeline article { padding: 0; display: grid; grid-template-columns: 86px minmax(0,1fr); gap: 0; align-items: stretch; border: 1px solid var(--line); border-radius: 16px; background: var(--paper-strong); box-shadow: 0 12px 28px rgba(70,61,39,.07); overflow: hidden; }
.timeline article:last-child { padding-bottom: 0; }
.timeline b { width: auto; height: auto; min-height: 112px; display: grid; place-items: center; border: 0; border-right: 1px solid #dfc993; border-radius: 0; background: #f2e5cb; color: var(--terracotta-dark); font-family: Georgia, "Times New Roman", serif; font-size: 23px; z-index: 1; }
.timeline article > div { min-width: 0; padding: 24px 28px; }
.timeline h2 { margin: 0 0 7px; font-size: 31px; line-height: 1.15; }
.timeline p { margin: 0; }
.narrow-copy { max-width: 800px; margin: 0 auto; text-align: center; }

.faq-layout { display: grid; grid-template-columns: .72fr 1.28fr; gap: 70px; align-items: start; }
.faq-layout .section-title { text-align: left; margin: 0 0 20px; }
.faq-layout .section-title h2 { margin-inline: 0; }
.faq-list { display: grid; gap: 12px; }
.faq-list details { border: 1px solid var(--line); border-radius: 10px; background: white; overflow: hidden; }
.faq-list summary { padding: 20px 52px 20px 20px; cursor: pointer; list-style: none; position: relative; font-family: Georgia, "Times New Roman", serif; font-size: 20px; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: "+"; position: absolute; right: 18px; top: 13px; width: 32px; height: 32px; display: grid; place-items: center; border-radius: 50%; background: #f2e7d0; color: var(--terracotta); font-family: Arial, sans-serif; }
.faq-list details[open] summary::after { content: "-"; }
.faq-list details p { margin: 0; padding: 0 20px 22px; }

.contact-layout { grid-template-columns: .82fr 1.18fr; }
.contact-card { margin: 25px 0; padding: 25px; display: grid; gap: 8px; border-radius: 12px; background: var(--forest); color: white; }
.contact-card span { color: #e3be62; font-size: 10px; text-transform: uppercase; letter-spacing: .1em; }
.contact-card a:first-of-type { font-family: Georgia, "Times New Roman", serif; font-size: 30px; }
.contact-card a:last-child { color: #f5db9c; font-weight: 800; }
.contact-facts { display: grid; gap: 0; border-top: 1px solid var(--line); }
.contact-facts p { margin: 0; padding: 13px 0; display: grid; grid-template-columns: 110px 1fr; gap: 14px; border-bottom: 1px solid var(--line); font-size: 13px; }
.contact-facts strong { color: var(--ink); }
.form-wrap { padding: 38px; border-radius: 16px; background: #efe4ce; }
.form-wrap h2 { margin: 0 0 23px; font-size: 37px; }
.booking-form { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.booking-form label { display: grid; gap: 8px; color: #405149; font-size: 13px; font-weight: 800; }
.booking-form .full { grid-column: 1 / -1; }

.article { max-width: 900px; }
.article > section { margin: 0 0 70px; scroll-margin-top: 30px; }
.article-label { color: #9b7222; font-size: 10px; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.article h2 { margin: 10px 0 15px; font-size: 42px; }
.article-callout { margin: 28px 0 0; padding: 27px; border-radius: 12px; background: var(--forest); color: white; }
.article-callout h3 { margin: 0 0 8px; color: white; }
.article-callout p { margin: 0; color: #c8d6d0; }
.legal { max-width: 920px; }
.legal h2 { margin: 42px 0 12px; font-size: 32px; }
.legal h2:first-child { margin-top: 0; }
.legal p { margin: 0; }
.placeholder-page { max-width: 850px; text-align: center; }
.placeholder-page > span { color: #9b7222; font-size: 10px; font-weight: 900; letter-spacing: .14em; }
.placeholder-page h2 { margin: 12px auto; font-size: 45px; }
.placeholder-page .check-list { width: fit-content; margin-inline: auto; text-align: left; }
.not-found { min-height: 100vh; padding: 80px 24px; display: grid; align-content: center; justify-items: center; text-align: center; background: linear-gradient(135deg, #f7ecd7, #fffaf0); }
.not-found > span { color: var(--gold); font-size: 11px; font-weight: 900; letter-spacing: .15em; }
.not-found h1 { max-width: 760px; margin: 13px 0; font-size: clamp(48px, 7vw, 80px); line-height: 1; }
.not-found p { max-width: 650px; }
.not-found .actions { margin-top: 18px; }

.footer { padding: 62px clamp(24px, 6vw, 95px) 88px; background: var(--forest-deep); color: #dbe5df; position: relative; }
.footer::before { content: ""; position: absolute; inset: 0; opacity: .05; background: repeating-radial-gradient(circle at 85% 50%, transparent 0 11px, #fff 12px 13px); }
.footer-grid { display: grid; grid-template-columns: 1.35fr .8fr 1fr 1fr; gap: 45px; position: relative; }
.footer .brand { margin-bottom: 17px; color: #f7ecd0; }
.footer .brand strong { color: #f7ecd0; }
.footer .brand small { color: #b9cbc2; }
.footer .brand-mark { border-color: #d9a72e; }
.footer p, .footer span { color: #b9cbc2; font-size: 13px; }
.footer-proof { padding-left: 12px; border-left: 2px solid var(--gold); }
.footer-grid > div { display: flex; flex-direction: column; align-items: flex-start; gap: 8px; }
.footer-grid h3 { margin: 0 0 8px; color: #f7ecd0; font-size: 18px; }
.footer-grid a:not(.brand) { color: #d3dfd9; font-size: 13px; }
.footer-grid a:hover { color: #f0c664; }
.footer-bottom { margin-top: 40px; padding-top: 20px; display: flex; justify-content: space-between; gap: 20px; border-top: 1px solid rgba(255,255,255,.17); position: relative; }
.footer-bottom a { color: #debc69; }
.socials { margin-top: 10px; display: flex; flex-wrap: wrap; gap: 8px; }
.socials a { padding: 7px 10px; border: 1px solid rgba(255,255,255,.35); border-radius: 999px; color: #dbe5df; font-size: 10px; font-weight: 800; }
.socials a:hover { border-color: var(--gold); background: var(--gold); color: var(--forest); }
.wa-float { position: fixed; right: 22px; bottom: 24px; z-index: 60; width: 56px; height: 56px; padding: 0; display: grid; place-items: center; border: 0; border-radius: 50%; background: #25d366; color: white; font-size: 24px; box-shadow: 0 12px 32px rgba(0,0,0,.24); }
.mobile-book { display: none; }
.video-embed { overflow: hidden; border-radius: 16px; background: var(--forest); box-shadow: var(--shadow); }
.video-embed iframe { width: 100%; min-height: 620px; display: block; border: 0; }
.entry-content, .page-content { margin: 0; }
.wp-block-image { margin: 0; }
.wp-block-image img { height: auto; }
.alignwide { width: min(1220px, calc(100% - 44px)); margin-inline: auto; }
.alignfull { width: 100%; margin-inline: 0; }
.admin-bar .wa-float { bottom: 24px; }

@media (max-width: 1180px) {
  .header { height: 74px; }
  .menu-button { display: block; }
  .nav { display: none; position: absolute; top: 74px; left: 0; right: 0; padding: 18px 24px 25px; flex-direction: column; align-items: stretch; gap: 0; background: var(--paper); border-bottom: 1px solid var(--line); box-shadow: 0 18px 30px rgba(24,49,43,.12); }
  .nav.open { display: flex; }
  .nav > a:not(.button) { padding: 13px 4px; border-bottom: 1px solid #eee4d0; }
  .nav > a:not(.button)::after { display: none; }
  .nav .button { margin-top: 14px; }
  .home-hero { grid-template-columns: 1fr 1fr; }
  .hero-copy h1 { font-size: 58px; }
  .dish-grid { grid-template-columns: repeat(3, 1fr); }
  .dish-grid article { min-height: 300px; }
  .icon-grid { grid-template-columns: repeat(2, 1fr); }
  .cta { align-items: flex-start; }
  .cta .actions { min-width: 270px; }
}

@media (max-width: 900px) {
  .topbar { justify-content: space-between; }
  .home-hero, .page-hero, .host-story, .two-col, .planner-teaser, .planner-grid, .pickup-checker, .faq-layout { grid-template-columns: 1fr; }
  .home-hero { min-height: 0; }
  .hero-copy { padding: 65px 26px 50px; }
  .hero-copy h1 { font-size: clamp(49px, 10vw, 70px); }
  .hero-visual { min-height: 520px; clip-path: none; }
  .home-hero::before { display: none; }
  .feature-strip { grid-template-columns: repeat(2, 1fr); }
  .feature-strip > div:nth-child(2) { border-right: 0; }
  .host-story { gap: 45px; }
  .promise-panel { min-height: 350px; }
  .dish-grid { grid-template-columns: repeat(2, 1fr); }
  .planner-teaser { gap: 40px; }
  .page-hero { gap: 30px; padding-bottom: 45px; }
  .page-hero::before { display: none; }
  .page-hero > img { height: 390px; order: -1; }
  .page-hero h1 { font-size: clamp(45px, 8vw, 65px); }
  .flow-grid, .technique-grid { grid-template-columns: repeat(2, 1fr); }
  .detail-cards, .decision-grid { grid-template-columns: 1fr; }
  .estimate-card { position: static; }
  .footer-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 680px) {
  body { padding-bottom: 58px; }
  .topbar { min-height: 28px; padding-inline: 15px; gap: 8px; font-size: 9px; }
  .topbar span + span::before { margin-right: 8px; }
  .header { padding-inline: 15px; }
  .brand-mark { width: 38px; height: 38px; }
  .brand strong { font-size: 18px; }
  .brand small { font-size: 7px; }
  .hero-copy { padding: 52px 21px 42px; }
  .hero-copy h1 { font-size: 48px; }
  .hero-copy > p { font-size: 17px; }
  .hero-points { display: grid; gap: 7px; }
  .hero-points span { padding: 0; border: 0; }
  .hero-visual { min-height: 390px; }
  .hero-price { right: 15px; bottom: 15px; }
  .feature-strip { padding-inline: 12px; }
  .feature-strip > div { padding: 10px 9px; gap: 9px; }
  .feature-strip b { width: 31px; height: 31px; }
  .feature-strip strong { font-size: 13px; }
  .section { width: min(100% - 30px, 1220px); padding-block: 62px; }
  .section-title { margin-bottom: 31px; }
  .section-title h2 { font-size: 38px; }
  .promise-panel { padding: 39px 31px; border-radius: 28px; }
  .promise-panel::before { inset: 10px -7px -9px 8px; }
  .dark-section { padding: 62px 15px; }
  .experience-grid, .package-compare, .dish-grid, .icon-grid, .flow-grid, .technique-grid, .gallery-ribbon, .footer-grid { grid-template-columns: 1fr; }
  .experience-card { border-radius: 10px; }
  .card-image { height: 230px; }
  .dish-grid article, .dish-grid.compact article { min-height: 0; }
  .planner-teaser { padding: 60px 20px; }
  .planner-mini { grid-template-columns: 1fr; }
  .planner-mini i { grid-column: 1; }
  .gallery-ribbon img { height: 230px; }
  .gallery-ribbon img:nth-child(2) { transform: none; }
  .proof-section { padding: 55px 20px; }
  .cta { padding: 55px 20px; flex-direction: column; align-items: stretch; gap: 27px; }
  .cta .actions { min-width: 0; justify-content: stretch; }
  .cta .actions .button { flex: 1; }
  .page-hero { padding: 34px 20px 45px; }
  .page-hero > img { height: 260px; border-radius: 20px; }
  .page-hero h1 { font-size: 40px; line-height: 1.08; }
  .page-hero p { font-size: 16px; }
  .context-wrap { padding-block: 18px; }
  .contextual-home { font-size: 12px; }
  .identity-card, .message-example, .package-compare > div, .planner-form fieldset, .estimate-card, .pickup-checker > div, .pickup-checker aside, .form-wrap { padding: 25px; }
  .identity-card h2 { font-size: 34px; }
  .stacked-image { padding: 0 0 23px 17px; }
  .stacked-image img { min-height: 330px; }
  .diet-table { border: 0; background: transparent; display: grid; gap: 14px; overflow: visible; }
  .diet-table > div { display: grid; grid-template-columns: 1fr; gap: 8px; border: 1px solid var(--line); border-radius: 10px; background: #fffdf8; }
  .diet-table > div:first-child { display: none; }
  .number-grid, .booking-form { grid-template-columns: 1fr; }
  .booking-form .full { grid-column: 1; }
    .timeline::before { display: none; }
  .timeline article { grid-template-columns: 58px minmax(0,1fr); gap: 0; }
  .timeline b { width: auto; height: auto; min-height: 100%; font-size: 16px; }
  .timeline article > div { padding: 19px 18px; }
  .timeline h2 { font-size: 25px; }
  .contact-facts p { grid-template-columns: 1fr; gap: 3px; }
  .footer { padding: 55px 22px 82px; }
  .footer-bottom { flex-direction: column; }
  .wa-float { display: none; }
  .mobile-book { position: fixed; left: 0; right: 0; bottom: 0; z-index: 70; height: 58px; display: grid; grid-template-columns: 1fr 1fr; background: var(--forest); box-shadow: 0 -8px 24px rgba(0,0,0,.15); }
  .mobile-book a { display: grid; place-items: center; color: white; font-weight: 800; font-size: 13px; }
  .mobile-book a:last-child { background: #25d366; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; }
}

@media (max-width: 700px) {
  .included-extra { padding: 14px 20px; display: grid; gap: 4px; }
  .included-extra strong { font-size: 15px; }
}
