@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Manrope:wght@400;500;600;700;800&display=swap');
:root{--wine:#541d2a;--paper:#fcf6ed;--pink:#ecc7bf;--line:#541d2a35}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:24px}body{margin:0;background:var(--paper);color:var(--wine);font-family:'DM Sans',Arial,sans-serif;font-size:16px;line-height:1.6}a{color:inherit;text-decoration:none}a:focus-visible{outline:3px solid #b97434;outline-offset:7px}a:hover{opacity:.76}.header{display:flex;justify-content:space-between;align-items:center;padding:25px 5%;border-bottom:1px solid var(--line)}.logo{font-size:24px;font-weight:500;letter-spacing:-1.2px;white-space:nowrap}.logo span{font-weight:800;font-size:32px}.header nav{display:flex;gap:36px;font-size:14px;font-weight:600}.header nav a:last-child{border-bottom:1px solid var(--wine)}.hero{padding:35px 5% 0}.hero-top,.hero-bottom{display:flex;justify-content:space-between;align-items:center}.eyebrow{font-size:12px;font-weight:700;letter-spacing:2px;margin:0 0 20px}.hero-top .eyebrow{margin:0}.small-note{font-size:14px}h1,h2,h3,p{margin-top:0}h1,h2{font-family:Manrope,Arial,sans-serif;letter-spacing:-.065em;font-weight:500;line-height:1.03}h1{font-size:clamp(66px,9.6vw,154px);margin:35px 0 32px}em{font-family:Georgia,'Times New Roman',serif;font-weight:400;letter-spacing:-.055em}h1 em{padding-right:12px}.hero-bottom{margin-bottom:35px}.hero-bottom p{font-size:17px;line-height:1.6;margin:0}.button{display:inline-flex;align-items:center;justify-content:space-between;gap:38px;padding:16px 24px;background:var(--wine);color:var(--paper);font-size:14px;font-weight:600;border:1px solid var(--wine);border-radius:2px;min-height:54px}.button span{font-size:22px;line-height:1}.hero-image{height:500px;position:relative;overflow:hidden;background:#382623}.hero-image img{width:100%;height:100%;object-fit:cover;object-position:center 53%;display:block}.hero-image:after{content:'';position:absolute;inset:45% 0 0;background:linear-gradient(transparent,#0008)}.photo-caption{position:absolute;bottom:24px;left:28px;right:28px;display:flex;justify-content:space-between;align-items:center;color:white;z-index:1}.photo-caption span:first-child{font-size:12px;letter-spacing:1.8px;font-weight:600}.photo-caption span:last-child{font-family:Georgia,serif;font-size:27px;font-style:italic}.ribbon{display:flex;justify-content:space-around;gap:25px;align-items:center;padding:23px 4%;background:var(--pink);margin-top:0;font-size:13px;font-weight:700;letter-spacing:1.8px}.ribbon span:nth-child(even){font-size:29px;line-height:1}.section{padding:95px 7%}.about{display:grid;grid-template-columns:1fr 2fr;gap:70px;border-bottom:1px solid var(--line)}h2{font-size:clamp(38px,4.8vw,72px);margin:0 0 27px}.about>div>p{max-width:580px;font-size:17px;line-height:1.8;margin-bottom:26px}.text-link{font-size:14px;font-weight:600;display:inline-block;border-bottom:1px solid;padding-bottom:5px}.text-link span{margin-left:15px}.section-heading{display:flex;justify-content:space-between;align-items:end;margin-bottom:38px}.section-heading h2{margin:0}.section-heading>p{font-size:17px;margin-bottom:6px}.menu-list{border-top:1px solid var(--line)}.menu-list article{display:grid;grid-template-columns:60px 1fr 70px;align-items:start;padding:32px 0;border-bottom:1px solid var(--line)}.number{font-size:14px;opacity:.65;padding-top:5px}.category{font-size:12px;letter-spacing:1.5px;font-weight:700}.menu-list h4{font-family:Manrope,Arial,sans-serif;font-weight:500;font-size:32px;letter-spacing:-1px;margin:7px 0}.menu-list p{margin:0;font-size:15px;line-height:1.7}.menu-mark{font-size:55px;align-self:center;color:#b87b62}.menu-footer{display:flex;align-items:center;justify-content:space-between;padding-top:30px;gap:25px}.menu-footer p{font-size:13px;margin:0}.outline{background:transparent;color:var(--wine)}.visit{display:grid;grid-template-columns:1.2fr 1fr;gap:80px;background:var(--wine);color:var(--paper)}.visit h2{font-size:clamp(68px,8vw,115px)}.visit>div>p:last-child{font-size:17px}.visit-details{max-width:440px;width:100%;justify-self:end}.visit-details>div{padding-bottom:26px;margin-bottom:26px;border-bottom:1px solid #fcf6ed45}.visit h3{font-size:14px;font-weight:700;margin-bottom:12px}.visit-details p{margin-bottom:16px;font-size:16px}.visit dl{margin:0}.visit dl>div{display:flex;justify-content:space-between;gap:22px;font-size:16px;margin-bottom:8px}.visit dd{margin:0}.visit .hours-note{font-size:12px;opacity:.75;margin:14px 0 0}.light{background:var(--paper);color:var(--wine);width:100%}footer{display:flex;align-items:center;justify-content:space-between;padding:32px 5%;gap:25px}footer p{font-size:14px;margin:0}footer>span{font-size:12px;letter-spacing:1px}@media(min-width:1500px){main,.header,footer{max-width:1680px;margin:auto}}@media(max-width:700px){.header{padding:18px 6%;align-items:center}.logo{font-size:19px}.logo span{font-size:27px}.header nav{gap:18px;font-size:13px}.header nav a:first-child{display:none}.hero{padding:27px 6% 0}.small-note{display:none}.eyebrow{font-size:11px;letter-spacing:1.6px}h1{font-size:clamp(55px,12vw,84px);margin:28px 0}.hero-bottom{align-items:start;flex-direction:column;gap:22px}.hero-bottom p{font-size:16px}.hero-image{height:360px}.photo-caption{left:18px;right:18px;bottom:18px}.photo-caption span:first-child{font-size:10px;max-width:135px}.photo-caption span:last-child{font-size:22px}.ribbon{font-size:10px;letter-spacing:1px;gap:12px;padding:20px 6%}.ribbon span:nth-last-child(-n+2){display:none}.section{padding:62px 7%}.about{grid-template-columns:1fr;gap:6px}.about>div>p{font-size:16px}.section-heading{align-items:start;gap:24px;flex-direction:column}.section-heading>p{font-size:16px}.menu-list article{grid-template-columns:35px 1fr 35px;padding:26px 0}.menu-list h4{font-size:27px}.menu-mark{font-size:34px}.menu-list p{font-size:14px}.menu-footer{flex-direction:column;align-items:start}.visit{grid-template-columns:1fr;gap:28px}.visit-details{max-width:none}.visit h2{font-size:78px}.visit dl>div{font-size:15px}footer{flex-direction:column;align-items:start;padding:30px 7%;gap:10px}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}}

.menu-groups{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:48px}.menu-group{min-width:0}.menu-group-title{font-family:Manrope,Arial,sans-serif;font-size:26px;font-weight:600;letter-spacing:-.7px;margin:0 0 20px}.menu-groups .menu-list article{grid-template-columns:34px minmax(0,1fr) 34px}.menu-groups .menu-mark{font-size:34px}.menu-groups .menu-list h4{font-size:28px;overflow-wrap:break-word}.menu-groups .menu-list p{font-size:16px}@media(max-width:900px){.menu-groups{grid-template-columns:1fr;gap:40px}}

/* Customer favorites and review stories */
.group-heading{padding-bottom:8px}.group-heading .category{font-size:13px;letter-spacing:1.8px}.group-heading h3{margin:6px 0 12px;font-size:30px}.menu-groups .menu-list article{grid-template-columns:30px minmax(0,1fr);gap:12px;padding:30px 0}.menu-groups .menu-list h4{font-size:32px;margin:10px 0 12px;line-height:1.2}.menu-groups .menu-list p{max-width:420px}.menu-badge{display:inline-block;font-size:12px;font-weight:700;letter-spacing:.8px;color:var(--wine);padding:5px 9px;border:1px solid var(--line);border-radius:3px}.menu-badge.alternate{background:var(--wine);color:var(--paper)}.menu-evidence{display:block;font-size:14px;margin-top:16px;color:#754c53}.snack-note{font-size:15px;line-height:1.7;margin:22px 0 0;max-width:450px}.menu-footer p{max-width:650px;font-size:13px;line-height:1.7}.menu-footer .button{flex-shrink:0}.reviews{background:#f0d6ce;border-top:1px solid var(--line)}.review-intro{display:grid;grid-template-columns:1fr auto;gap:50px;align-items:center;margin-bottom:48px}.review-intro>div>p:last-child{font-size:17px;margin-bottom:0}.google-rating{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:30px 38px;background:var(--paper);border:1px solid var(--line);border-radius:110px 110px 4px 4px;min-width:230px}.rating-source{font-size:12px;font-weight:700;letter-spacing:1.6px}.rating-value{font-family:Manrope,Arial,sans-serif;font-size:76px;line-height:1.25;letter-spacing:-5px;font-weight:500}.rating-value>span{font-family:'DM Sans',Arial,sans-serif;font-size:19px;letter-spacing:0;margin-left:8px}.rating-stars{letter-spacing:4px;font-size:21px;color:#91601c}.rating-count{font-size:16px;margin-top:6px}.rating-date{font-size:12px;margin-top:8px}.review-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px}.review-card{background:var(--paper);padding:30px 28px;display:flex;flex-direction:column;min-width:0;border-top:3px solid var(--wine)}.review-theme{font-size:12px;letter-spacing:1.3px;font-weight:700}.review-story{font-family:Georgia,serif;font-size:25px;line-height:1.45;letter-spacing:-.4px;margin:26px 0 32px;flex:1}.review-author{display:flex;gap:12px;align-items:center;margin-bottom:22px}.review-initial{display:flex;flex:0 0 40px;height:40px;align-items:center;justify-content:center;background:var(--pink);border-radius:50%;font-family:Georgia,serif;font-size:22px}.review-author strong{display:block;font-size:15px}.review-author div>span{font-size:12px;line-height:1.5;display:block;margin-top:3px}.review-card .text-link{align-self:start;font-size:14px}.reviews-footer{display:flex;align-items:center;justify-content:space-between;gap:30px;margin-top:32px}.reviews-footer p{font-size:13px;line-height:1.7;margin:0}.reviews-footer a{flex-shrink:0}.header nav{gap:24px}.menu-list article:hover .menu-badge:not(.alternate){background:var(--pink)}
@media(max-width:1000px){.review-grid{gap:14px}.review-card{padding:25px 20px}.review-story{font-size:23px}.menu-footer{align-items:start}.menu-footer p{max-width:480px}}
@media(max-width:800px){.review-grid{grid-template-columns:1fr}.review-story{font-size:26px;max-width:560px}.review-intro{gap:30px}.google-rating{min-width:190px;padding:28px 20px}.rating-value{font-size:64px}.reviews-footer{align-items:start;flex-direction:column;gap:20px}.menu-footer{flex-direction:column}.header nav{gap:15px}.header nav a{font-size:13px}}
@media(max-width:560px){.review-intro{grid-template-columns:1fr}.google-rating{justify-self:start;min-width:210px}.review-intro>div>p:last-child br{display:none}.menu-groups .menu-list h4{font-size:30px}.menu-badge{font-size:12px;letter-spacing:.4px}.header{align-items:start;gap:18px}.header nav{justify-content:flex-end;flex-wrap:wrap;gap:8px 16px}.header nav a{font-size:12px}.reviews h2{font-size:42px}.review-card{padding:26px}.menu-groups{gap:45px}}

/* Original Cafe at Eden photographs and direct contact */
.hero-image{height:570px}.hero-image img{object-position:center 58%}.gallery{border-top:1px solid var(--line)}.gallery-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:30px 22px}.gallery figure{margin:0;min-width:0}.gallery img{display:block;width:100%;aspect-ratio:3/4;object-fit:cover;background:var(--pink);border-radius:3px}.gallery figcaption{font-family:Manrope,Arial,sans-serif;font-size:18px;font-weight:600;margin-top:12px;letter-spacing:-.4px}.gallery-note{font-size:13px;margin:28px 0 0}.whatsapp-float{position:fixed;bottom:22px;right:22px;z-index:10;display:flex;gap:20px;align-items:center;padding:14px 20px;border:1px solid #ffffff70;border-radius:30px;background:#225c3c;color:white;font-size:14px;font-weight:700;box-shadow:0 5px 20px #0002}footer{padding-bottom:100px}@media(max-width:900px){.gallery-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:560px){.hero-image{height:400px}.gallery-grid{gap:24px 14px}.gallery figcaption{font-size:16px}.whatsapp-float{bottom:16px;right:16px;padding:12px 17px;font-size:13px}.photo-caption span:first-child{max-width:none}}

/* Monthly promotional board */
.promo-board{background:#191b18;color:#f9edda;padding:44px 5% 38px;display:grid;grid-template-columns:1fr .8fr;gap:6%;align-items:center}.promo-board h2{font-size:clamp(64px,7.5vw,110px);margin:15px 0 22px;line-height:1;letter-spacing:-.055em}.promo-board .eyebrow{color:#e4c58d;font-size:12px}.promo-lead{font-size:20px;line-height:1.45}.promo-tabs{display:flex;border-bottom:1px solid #ead8b64d;margin:25px 0 20px;gap:18px}.promo-tabs button{font:inherit;color:#dbd0bb;background:none;border:0;border-bottom:3px solid transparent;padding:12px 0;cursor:pointer;font-size:16px}.promo-tabs button[aria-selected=true]{color:#ffe2a9;border-color:#e4c58d}.promo-board button:focus-visible,.promo-board summary:focus-visible{outline:3px solid #e4c58d;outline-offset:5px}.promo-price{font-size:18px;margin:0 0 16px}.promo-price strong{font-size:32px;font-weight:500}.promo-price>span{display:block;font-size:14px;color:#d3c6b2;margin-top:3px}.promo-perks{display:flex;flex-wrap:wrap;gap:8px}.promo-perks span{padding:6px 11px;border:1px solid #e4c58d66;border-radius:3px;font-size:14px}.promo-small{font-size:13px;color:#d3c6b2;margin:10px 0 18px}.promo-cta{background:#ebc994;color:#241b13;border:0;margin-top:5px;gap:12px}.promo-availability{margin:16px 0 0}.promo-art{min-width:0;max-width:470px;justify-self:center;width:100%}.poster-button{display:block;position:relative;padding:0;border:1px solid #d1b07666;background:#141412;width:100%;cursor:zoom-in;border-radius:4px;overflow:hidden}.poster-button img{display:block;width:100%;height:auto;max-height:660px;object-fit:contain}.poster-button>span{display:flex;justify-content:space-between;background:#282923;padding:12px 18px;color:#f9edda;font-size:14px}.poster-button:hover img{filter:brightness(1.07)}#promo-position{font-size:13px;letter-spacing:1px;text-align:center;margin:14px 0 0}.promo-details{margin:18px 0;border-top:1px solid #ead8b64d;border-bottom:1px solid #ead8b64d}.promo-details summary{padding:13px 0;cursor:pointer;font-size:16px}.price-columns{display:grid;grid-template-columns:1fr 1fr;gap:24px;padding-bottom:14px}.price-columns h3{font-size:18px;margin:8px 0}.price-columns dl{margin:0}.price-columns dl>div{display:flex;justify-content:space-between;gap:12px;font-size:14px;padding:7px 0;border-top:1px solid #ead8b626}.price-columns dd{margin:0;white-space:nowrap}#promo-dialog{border:1px solid #c0a578;background:#191b18;color:white;padding:50px 12px 12px;max-width:min(900px,96vw);max-height:94dvh;border-radius:5px}#promo-dialog::backdrop{background:#000c}#promo-dialog img{display:block;width:100%;height:auto}.poster-close{position:absolute;right:12px;top:10px;border:1px solid #c0a578;border-radius:3px;background:#191b18;color:white;padding:7px 15px;font:inherit;cursor:pointer}.hero #hero-title{font-size:clamp(66px,9.6vw,154px);margin:35px 0 32px}.promo-board [hidden]{display:none!important}@media(max-width:900px){.promo-board{gap:30px;padding:35px 6%;grid-template-columns:1fr 1fr}.price-columns{grid-template-columns:1fr}.promo-board h2{font-size:64px}.header nav{flex-wrap:wrap;justify-content:flex-end}}@media(max-width:650px){.promo-board{grid-template-columns:1fr;gap:28px}.promo-board h2{font-size:clamp(60px,13vw,80px)}.promo-art{max-width:420px}.promo-cta{width:100%;font-size:14px;padding:16px}.promo-tabs{gap:24px}.hero #hero-title{font-size:clamp(55px,12vw,84px)}.header nav a[href="#promo"]{display:inline-block}.price-columns{grid-template-columns:1fr}.promo-board .eyebrow{letter-spacing:1.3px}}
@media(prefers-reduced-motion:no-preference){.promo-art{animation:promo-enter .6s ease-out}.poster-button img{transition:filter .2s} @keyframes promo-enter{from{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}}

/* YouTube loads only after explicit visitor action. */
.eden-video{border-top:1px solid var(--line)}.video-frame{aspect-ratio:16/9;width:100%;background:var(--wine);overflow:hidden;border-radius:4px}.video-cover{width:100%;height:100%;border:0;background:var(--wine);color:var(--paper);display:flex;flex-direction:column;align-items:center;justify-content:center;cursor:pointer;font:inherit;gap:14px;padding:24px}.video-brand{font-size:clamp(22px,4vw,45px);letter-spacing:-1px}.video-play{display:grid;place-items:center;width:76px;height:76px;border:1px solid var(--pink);border-radius:50%;font-size:26px;padding-left:4px}.video-action{font-weight:700;font-size:18px}.video-hint{font-size:14px;color:var(--pink)}.video-cover:hover .video-play{background:var(--paper);color:var(--wine)}.video-cover:focus-visible{outline:3px solid var(--pink);outline-offset:-8px}.video-frame iframe{width:100%;height:100%;display:block;border:0}.video-footer{display:flex;justify-content:space-between;align-items:start;gap:25px;margin-top:18px}.video-footer p{max-width:650px;font-size:14px;margin:0}.video-footer a{flex-shrink:0}@media(max-width:650px){.video-footer{flex-direction:column;gap:15px}.video-cover{gap:8px;padding:16px}.video-play{width:48px;height:48px;font-size:20px}.video-action{font-size:16px}.video-hint{font-size:12px}}

.hero #hero-title{font-size:clamp(42px,6vw,88px);line-height:1.12;letter-spacing:-.045em}.hero #hero-title em{letter-spacing:-.035em}

.local-tagline{font-size:18px;line-height:1.6;max-width:650px;margin:0 0 26px}@media(max-width:650px){.local-tagline{font-size:16px}}

/* Local visitor guide */
.recommendation h1{font-size:clamp(48px,7vw,96px);line-height:1.1;margin:28px 0}.breadcrumbs{font-size:14px;margin-bottom:35px}.breadcrumbs a{text-decoration:underline}.recommendation-hero>p{max-width:700px}.rec-lead{font-size:23px;line-height:1.6}.rec-hero-image{display:block;width:100%;height:420px;object-fit:cover;object-position:center 58%;margin-top:36px}.rec-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:36px}.rec-grid article{border-top:1px solid var(--line);padding-top:25px}.rec-grid h3{font-family:Manrope,Arial,sans-serif;font-size:25px;line-height:1.3;margin:16px 0}.rec-grid .category{font-size:13px}.rec-note{font-size:14px;margin-top:22px}.rec-options,.rec-faq{border-top:1px solid var(--line)}.rec-stories{background:var(--pink)}.rec-stories>p:not(.eyebrow){max-width:800px;font-size:17px;line-height:1.8}.rec-plan{display:grid;grid-template-columns:1fr 1fr;gap:65px}.rec-plan>div:nth-child(2){align-self:center}.rec-faq details{padding:20px 0;border-bottom:1px solid var(--line)}.rec-faq summary{cursor:pointer;font-weight:600;font-size:18px}.rec-faq details p{max-width:800px;margin:18px 0 0}.rec-faq summary:focus-visible{outline:3px solid #b97434;outline-offset:5px}@media(max-width:800px){.rec-grid,.rec-plan{grid-template-columns:1fr;gap:32px}.rec-hero-image{height:320px}.rec-lead{font-size:20px}}
