:root{--bg: #faf7f0;--bg-alt: #f3ece0;--surface: #fffdf8;--ink: #241c14;--ink-soft: #4c4033;--muted: #7a6c59;--gold: #a97f3d;--gold-deep: #8a6529;--burgundy: #6e2b2b;--line: #e6dcc9;--shadow: 0 1px 2px rgba(36, 28, 20, .05), 0 12px 32px -12px rgba(36, 28, 20, .16);--shadow-lift: 0 2px 4px rgba(36, 28, 20, .06), 0 22px 44px -16px rgba(36, 28, 20, .26);--header-h: 74px;--wrap: 1180px;--radius: 14px;--font-display: "Fraunces", "Iowan Old Style", "Palatino Linotype", Palatino, Georgia, serif;--font-body: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif}*,*:before,*:after{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--bg);color:var(--ink);font-family:var(--font-body);font-size:1rem;line-height:1.65;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}body.no-scroll{overflow:hidden}img{max-width:100%;display:block}a{color:inherit}h1,h2,h3,h4{font-family:var(--font-display);font-weight:500;line-height:1.15;margin:0;letter-spacing:-.01em}.wrap{width:min(100% - 2.5rem,var(--wrap));margin-inline:auto}.skip-link{position:absolute;left:1rem;top:-60px;background:var(--ink);color:#fff;padding:.6rem 1rem;border-radius:8px;z-index:200;transition:top .2s}.skip-link:focus{top:.75rem}:focus-visible{outline:2px solid var(--gold-deep);outline-offset:3px;border-radius:3px}.btn{--btn-bg: var(--ink);--btn-fg: #fff;display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.85rem 1.7rem;border-radius:999px;background:var(--btn-bg);color:var(--btn-fg);font-weight:500;font-size:.95rem;letter-spacing:.02em;text-decoration:none;border:1px solid transparent;transition:transform .18s ease,background .18s ease,color .18s ease,border-color .18s ease}.btn:hover{transform:translateY(-2px)}.btn--solid{--btn-bg: var(--gold-deep)}.btn--solid:hover{--btn-bg: #75561f}.btn--ghost{--btn-bg: transparent;--btn-fg: #fdf7ec;border-color:#fdf7ec8c}.btn--ghost:hover{--btn-bg: rgba(253, 247, 236, .12)}.btn--pill{padding:.6rem 1.2rem;font-size:.86rem;background:transparent;color:var(--ink);border-color:var(--line)}.btn--pill:hover{background:var(--ink);color:#fff;border-color:var(--ink)}.site-header{position:sticky;top:0;z-index:100;background:var(--bg);border-bottom:1px solid transparent;transition:border-color .25s ease,background .25s ease}.site-header.is-scrolled{border-color:var(--line)}@media (min-width: 901px){.site-header{background:#faf7f0d1;backdrop-filter:blur(10px)}.site-header.is-scrolled{background:#faf7f0f0}}.site-header__inner{display:flex;align-items:center;gap:1.5rem;height:var(--header-h)}.brand{flex:none;display:block}.brand__mark{height:42px;width:auto;transition:height .25s ease}.is-scrolled .brand__mark{height:36px}.site-nav{margin-left:auto}.nav-list{list-style:none;display:flex;flex-wrap:wrap;gap:.15rem 1.15rem;margin:0;padding:0;justify-content:flex-end}.nav-link{display:inline-block;padding:.35rem .1rem;font-size:.82rem;letter-spacing:.05em;text-transform:uppercase;text-decoration:none;color:var(--ink-soft);border-bottom:2px solid transparent;transition:color .18s ease,border-color .18s ease}.nav-link:hover,.nav-link.is-active{color:var(--burgundy);border-color:var(--gold)}.site-header__cta{flex:none}.nav-toggle{display:none;flex:none;width:44px;height:44px;border:1px solid var(--line);border-radius:10px;background:var(--surface);cursor:pointer;padding:0;margin-left:auto}.nav-toggle span{display:block;width:20px;height:2px;margin:4px auto;background:var(--ink);transition:transform .22s ease,opacity .22s ease}.is-nav-open .nav-toggle span:nth-child(1){transform:translateY(6px) rotate(45deg)}.is-nav-open .nav-toggle span:nth-child(2){opacity:0}.is-nav-open .nav-toggle span:nth-child(3){transform:translateY(-6px) rotate(-45deg)}.hero{position:relative;min-height:min(92vh,780px);display:grid;align-items:center;color:#fdf7ec;overflow:hidden}.hero__bg,.hero__bg img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.hero:after{content:"";position:absolute;inset:0;background:radial-gradient(120% 80% at 50% 42%,#18100957,#18100994 70%),linear-gradient(180deg,#1810096b,#1810094d 40%,#181009bd)}.hero__content{position:relative;z-index:1;text-align:center;padding:6rem 0 4.5rem;display:flex;flex-direction:column;align-items:center}.hero__wordmark{width:min(400px,72vw);height:auto;filter:drop-shadow(0 1px 2px rgba(0,0,0,.5)) drop-shadow(0 6px 26px rgba(0,0,0,.45))}.hero__tagline{font-size:clamp(1.3rem,1rem + 1.5vw,2rem);font-weight:400;font-style:italic;margin:1.4rem 0 0;max-width:30ch;color:#fbeecf}.hero__lede{max-width:60ch;margin:1.5rem auto 0;font-size:1.02rem;line-height:1.75;color:#fdf7eceb}.hero__actions{display:flex;flex-wrap:wrap;gap:.9rem;justify-content:center;margin-top:2.2rem}.about{text-align:center;padding:4.5rem 0 1rem}.section-eyebrow{font-size:.8rem;letter-spacing:.28em;text-transform:uppercase;color:var(--gold-deep);font-family:var(--font-body);font-weight:600}.about__text{max-width:62ch;margin:1.2rem auto 0;font-size:1.15rem;line-height:1.8;font-family:var(--font-display);color:var(--ink-soft)}.menu{padding:3rem 0 1rem}.section{scroll-margin-top:calc(var(--header-h) + 8px);padding:2.6rem 0}.section+.section{border-top:1px solid var(--line)}.section__hero{position:relative;height:clamp(180px,27vw,320px);margin-bottom:2.8rem;overflow:hidden;background:var(--bg-alt)}.section__hero-img,.section__hero-img img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.section__hero:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,#1c140c0f,#1c140c3d)}.section__head{text-align:center;max-width:60ch;margin:0 auto 2.4rem}.section__title{font-size:clamp(1.9rem,1.4rem + 2vw,2.9rem);color:var(--burgundy)}.section__title:after{content:"";display:block;width:54px;height:2px;background:var(--gold);margin:.9rem auto 0}.section__note{margin:.9rem 0 0;color:var(--muted);font-size:.95rem;letter-spacing:.02em}.section__intro{max-width:60ch;margin:-1rem auto 2.4rem;text-align:center;color:var(--ink-soft)}.section__footnote{max-width:64ch;margin:2.6rem auto 0;text-align:center;font-size:.88rem;color:var(--muted);font-style:italic}.group+.group{margin-top:3rem}.group__head{text-align:center;margin-bottom:1.6rem}.group__title{font-size:1.4rem;color:var(--ink)}.group__note{margin:.4rem 0 0;font-size:.9rem;color:var(--gold-deep);letter-spacing:.03em}.cards{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,340px));align-items:start;justify-content:center;gap:1.8rem}.cards--single{display:block;max-width:720px;margin-inline:auto}.card{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);box-shadow:var(--shadow);overflow:hidden;display:flex;flex-direction:column;transition:transform .22s ease,box-shadow .22s ease}.card--photo:hover,.card--feature:hover{transform:translateY(-4px);box-shadow:var(--shadow-lift)}.card--feature{flex-direction:row;align-items:stretch}.card--feature .card__media{flex:0 0 44%;aspect-ratio:auto}.card--feature .card__body{flex:1;align-self:center}.card__media{position:relative;aspect-ratio:4 / 3;background:var(--bg-alt);flex:none}.card__media img{width:100%;height:100%;object-fit:cover}.card__media--ph{display:grid;place-items:center;background:radial-gradient(120% 120% at 50% 30%,#fdfaf2 0%,var(--bg-alt) 100%);border-bottom:1px solid var(--line)}.ph-mark{width:34%;max-width:96px;height:auto;fill:#a97f3d52;stroke:#a97f3d52}.js .card__media img,.js .section__hero-img img{opacity:0;transition:opacity .55s ease}.js .card__media img.is-loaded,.js .section__hero-img img.is-loaded{opacity:1}.card__body{padding:1.15rem 1.25rem 1.3rem;flex:1}.card__head{display:flex;align-items:baseline;justify-content:space-between;gap:.75rem}.card__name{font-size:1.12rem;color:var(--ink)}.card__desc{margin:.5rem 0 0;color:var(--muted);font-size:.92rem;line-height:1.6;min-height:2.9em}.card__note{margin:.55rem 0 0;font-size:.82rem;color:var(--gold-deep);font-style:italic}.price{flex:none;font-family:var(--font-display);font-size:1.1rem;font-weight:500;color:var(--gold-deep);white-space:nowrap}.price--variants{display:flex;flex-direction:column;align-items:flex-end;gap:.15rem;font-size:1rem;line-height:1.3}.price__variant{display:inline-flex;gap:.4rem;align-items:baseline}.price__label{font-family:var(--font-body);font-size:.68rem;letter-spacing:.08em;text-transform:uppercase;color:var(--muted)}.flag{color:var(--gold);margin-left:.15rem;font-family:var(--font-body)}.list{max-width:760px;margin:0 auto;display:flex;flex-direction:column}.list-row{display:flex;align-items:baseline;gap:.6rem;padding:.85rem 0;border-bottom:1px solid var(--line)}.list-row:last-child{border-bottom:0}.list-row__main{display:flex;flex-direction:column}.list-row__name{font-family:var(--font-display);font-size:1.05rem;color:var(--ink)}.list-row__desc{font-size:.85rem;color:var(--muted);margin-top:.15rem}.list-row__dots{flex:1;border-bottom:1px dotted var(--line);transform:translateY(-3px)}.list-row .price{font-size:1.02rem}.list-row .price--variants{flex-direction:row;gap:.85rem}.addons{margin-top:2.8rem;padding:1.8rem;background:var(--bg-alt);border-radius:var(--radius);text-align:center}.addons__title{font-size:1.2rem;color:var(--ink)}.addons__note{margin:.4rem 0 0;color:var(--gold-deep);font-size:.9rem;letter-spacing:.02em}.chips{list-style:none;margin:1.2rem 0 0;padding:0;display:flex;flex-wrap:wrap;gap:.6rem;justify-content:center}.chip{display:inline-flex;align-items:center;gap:.4rem;padding:.5rem .95rem;background:var(--surface);border:1px solid var(--line);border-radius:999px;font-size:.88rem;color:var(--ink-soft)}.chip__price{color:var(--gold-deep);font-family:var(--font-display)}.site-footer{margin-top:4rem;background:var(--ink);color:#e9ddca}.site-footer__inner{display:grid;grid-template-columns:1.4fr 1fr 1fr 1.3fr;gap:2.5rem;padding:4rem 0 2.5rem}.site-footer__brand img{width:220px;height:auto}.site-footer__brand p{margin:1rem 0 0;font-style:italic;color:#c9b998;max-width:32ch}.site-footer h2{font-size:.8rem;letter-spacing:.2em;text-transform:uppercase;color:var(--gold);font-family:var(--font-body);font-weight:600;margin-bottom:.9rem}.site-footer address{font-style:normal;line-height:1.8}.site-footer p{margin:.3rem 0}.footer-link{color:#e9ddca;text-decoration:none;border-bottom:1px solid rgba(233,221,202,.35);transition:color .18s,border-color .18s}.footer-link:hover{color:#fff;border-color:var(--gold)}.site-footer__notes ul{margin:0;padding-left:1.1rem;color:#c9b998;font-size:.88rem;line-height:1.7}.site-footer__legal{border-top:1px solid rgba(233,221,202,.16);padding:1.8rem 0 2.4rem}.allergen{font-size:.76rem;color:#9c8c6f;line-height:1.6;max-width:90ch;margin:0 0 .8rem}.copyright{font-size:.8rem;color:#8b7c60;margin:0}@media (max-width: 1040px){.site-footer__inner{grid-template-columns:1fr 1fr;gap:2rem 2.5rem}}@media (max-width: 900px){:root{--header-h: 64px}.site-header__cta{display:none}.nav-toggle{display:block}.site-nav{margin-left:0}.nav-list{position:fixed;inset:var(--header-h) 0 0;background:var(--bg);flex-direction:column;flex-wrap:nowrap;justify-content:flex-start;align-items:stretch;gap:0;padding:1rem 1.5rem 3rem;overflow-y:auto;transform:translate(100%);transition:transform .28s ease}.is-nav-open .nav-list{transform:translate(0)}.nav-link{display:block;padding:1rem 0;font-size:.95rem;border-bottom:1px solid var(--line)}.nav-link:hover,.nav-link.is-active{border-color:var(--line);color:var(--burgundy)}}@media (max-width: 640px){.wrap{width:min(100% - 1.75rem,var(--wrap))}.hero{min-height:88vh}.hero__content{padding:5rem 0 3.5rem}.cards{grid-template-columns:minmax(0,1fr);gap:1.4rem}.card--feature{flex-direction:column}.card--feature .card__media{flex-basis:auto;aspect-ratio:4 / 3}.section__hero{margin-bottom:2rem}.site-footer__inner{grid-template-columns:1fr}.list-row{flex-wrap:wrap}.list-row__dots{display:none}.list-row .price{width:100%;text-align:left}.list-row .price--variants{align-items:flex-start}}@media (prefers-reduced-motion: reduce){html{scroll-behavior:auto}*,*:before,*:after{transition-duration:.01ms!important;animation-duration:.01ms!important}}
