@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500&family=Playfair+Display:ital,wght@0,500;1,500&display=swap');
:root{--cream:#f5f0e7;--ink:#203029;--green:#2c432f;--gold:#caa86e}*{box-sizing:border-box}html,body{height:100%;overflow:hidden}body{margin:0;background:var(--green);color:var(--ink);font-family:'DM Sans',sans-serif}button{font:inherit}header{position:fixed;z-index:20;inset:0 0 auto;display:flex;align-items:center;justify-content:space-between;padding:24px 4vw;color:var(--cream);pointer-events:none}.brand-logo{width:122px;height:47px;object-fit:contain;object-position:left center}.brand-logo,header button{pointer-events:auto}header small{font-size:10px;letter-spacing:.2em;opacity:.72}header button{width:46px;height:46px;border:1px solid #fff7;border-radius:50%;background:transparent;color:inherit;cursor:pointer}.scene{position:absolute;inset:0;display:grid;grid-template-columns:minmax(0,.82fr) minmax(0,1.3fr);gap:6vw;align-items:center;padding:105px 9vw 75px;background:var(--cream);opacity:0;transform:scale(1.018);pointer-events:none;transition:opacity .75s ease,transform 1.1s ease}.scene.active{opacity:1;transform:none;pointer-events:auto}.copy{min-width:0}label{font-size:10px;letter-spacing:.21em;color:#8a6939}h1,h2{font-size:clamp(44px,5vw,78px);line-height:1.01;letter-spacing:-.055em;font-weight:500;margin:20px 0 25px}h1 i,h2 i{font:italic 500 1em 'Playfair Display';color:#99733d}p{max-width:470px;color:#607269;line-height:1.65;font-size:15px}.cover,.dark{background:var(--green);color:var(--cream)}.cover p,.dark p{color:#ced6cf}.cover label,.dark label{color:#d7b879}.cover h1 i,.dark h2 i{color:#d7b879}.primary,.ghost{margin-top:20px;padding:13px 18px;border:1px solid currentColor;background:transparent;color:inherit;cursor:pointer}.primary{background:var(--gold);border-color:var(--gold);color:var(--green)}
.carousel{position:relative;min-width:0;overflow:hidden;background:#d8d1c5}.track{height:100%;display:flex;transition:transform .72s cubic-bezier(.22,.8,.25,1)}.slide{position:relative;flex:0 0 100%;height:100%;margin:0;overflow:hidden}.slide img{width:100%;height:100%;object-fit:cover;display:block}.slide figcaption{position:absolute;left:20px;bottom:18px;padding:7px 10px;color:white;background:#17271fbb;font-size:10px;letter-spacing:.08em}.cover-visual{height:min(67vh,720px);border-radius:3px}.moment{height:min(65vh,690px);border-radius:3px}.carousel-ui{position:absolute;z-index:3;right:16px;bottom:14px;display:flex;align-items:center;gap:10px;padding:5px;background:#17271fcc;color:white}.carousel-ui button{width:36px;height:34px;border:0;background:transparent;color:inherit;cursor:pointer}.carousel-dots{display:flex;gap:7px}.carousel-dots button{width:7px;height:7px;padding:0;border:1px solid currentColor;border-radius:50%}.carousel-dots button.active{background:currentColor}.after{background:#ddc5a4}.collection{grid-template-columns:minmax(260px,.6fr) minmax(0,1.4fr);align-items:start;overflow:auto}.category-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.category{min-width:0;padding:0;border:0;background:#fffaf2;color:var(--ink);text-align:left;cursor:pointer}.category img{display:block;width:100%;height:125px;object-fit:cover}.category b,.category small{display:block;padding:11px 12px 0}.category small{padding-top:4px;padding-bottom:13px;color:#718078;font-size:11px}
#dots{position:fixed;z-index:21;right:2.2vw;top:50%;transform:translateY(-50%);display:grid;gap:5px}#dots button{min-width:38px;min-height:34px;border:0;background:none;color:#fff9;font-size:9px;cursor:pointer}#dots button.active{color:var(--gold)}body.light-ui header{color:var(--ink)}body.light-ui #dots button{color:#5d6d65}body.light-ui #dots button.active{color:#8a6939}#scene-controls{position:fixed;z-index:21;right:4vw;bottom:18px;display:flex;align-items:center;gap:14px;color:var(--cream);font-size:10px}#scene-controls button{width:42px;height:38px;border:1px solid currentColor;background:transparent;color:inherit;cursor:pointer}body.light-ui #scene-controls{color:var(--ink)}button:focus-visible{outline:3px solid #d29349;outline-offset:3px}
dialog{width:min(940px,calc(100% - 32px));max-height:88dvh;padding:0;border:0;border-radius:3px;background:var(--cream);color:var(--ink);grid-template-columns:minmax(260px,.85fr) minmax(0,1.15fr);overflow:auto}dialog[open]{display:grid}dialog::backdrop{background:#10251ddd;backdrop-filter:blur(7px)}#close{position:absolute;z-index:2;right:10px;top:10px;width:44px;height:44px;border:0;background:var(--cream);font-size:27px;cursor:pointer}.modal-hero{min-height:520px;background:#ded7cb}.modal-hero img{width:100%;height:100%;max-height:75vh;object-fit:cover}.modal-copy{padding:54px 38px 35px}.modal-copy h3{font:500 40px/1.05 'Playfair Display';margin:16px 0}.modal-copy p{color:#485b51}.flavour-list{display:grid;gap:9px;margin-top:23px}.flavour{display:grid;grid-template-columns:64px 1fr;gap:12px;align-items:center;padding-top:9px;border-top:1px solid #cfc6b7}.flavour img{width:64px;height:64px;object-fit:cover}.flavour b,.flavour span{display:block}.flavour b{font-size:13px}.flavour span{font-size:12px;line-height:1.4;color:#66766e;margin-top:3px}
@media(max-width:760px){header{padding:15px 18px;background:linear-gradient(#26382fea,transparent)}body.light-ui header{background:linear-gradient(#f5f0e7f2,transparent)}.brand-logo{width:98px;height:40px}header small{display:none}.scene{display:flex;flex-direction:column;justify-content:flex-start;gap:16px;padding:80px 24px 76px;overflow:auto}.copy{width:100%}.scene h1,.scene h2{font-size:clamp(36px,10vw,52px);margin:12px 0}.scene p{font-size:14px;line-height:1.5;margin:8px 0}.cover-visual,.moment{width:100%;height:39vh;min-height:250px;flex-shrink:0}.cover .copy,.villa .copy,.after .copy{order:0}.cover .carousel,.villa .carousel,.after .carousel{order:1}.breakfast .carousel,.dinner .carousel{order:1}.breakfast .copy,.dinner .copy{order:0}.collection{display:block}.category-grid{grid-template-columns:repeat(2,minmax(0,1fr));padding-bottom:20px}.category img{height:112px}.carousel-ui{right:9px;bottom:9px}#dots{right:0;gap:0}#dots button{min-width:24px;min-height:30px;font-size:8px}#scene-controls{right:10px;bottom:9px;padding:4px 7px;background:#26382feb}body.light-ui #scene-controls{background:#f5f0e7ed}dialog[open]{display:block}.modal-hero{min-height:0;height:250px}.modal-copy{padding:24px}.modal-copy h3{font-size:31px}.flavour{grid-template-columns:54px 1fr}.flavour img{width:54px;height:54px}}
@media(prefers-reduced-motion:reduce){.scene,.track{transition:none}}
.slide img,.category img,.modal-hero img,.flavour img{object-fit:contain;background:#ece5da}
#scenes{position:fixed;inset:0;overflow:hidden}.brand-logo{box-sizing:content-box;padding:0;background:transparent;border-radius:0}.flavour:not(:has(img)){grid-template-columns:1fr}.slide figcaption{max-width:calc(100% - 145px)}
.cover-visual,.moment{width:100%;height:auto;min-height:0;aspect-ratio:16/9}.brand-logo{width:120px;height:86px;padding:0;background:transparent;border-radius:0}body.light-ui .brand-logo{filter:brightness(.35)}@media(min-width:761px){.scene{grid-template-columns:minmax(0,.42fr) minmax(0,1.58fr);gap:3vw;padding:92px 4vw 58px}.breakfast,.dinner{grid-template-columns:minmax(0,1.58fr) minmax(0,.42fr)}h1,h2{font-size:clamp(38px,4vw,64px);margin:15px 0 19px}.scene p{font-size:14px;line-height:1.55}.collection{grid-template-columns:minmax(260px,.55fr) minmax(0,1.45fr);align-items:center}.category img{height:145px}}@media(max-width:760px){.brand-logo{width:95px;height:65px}.cover-visual,.moment{height:auto;min-height:0;aspect-ratio:16/9}}
.category{position:relative;aspect-ratio:16/10;overflow:hidden;background:#1d2923;color:#fff}.category::after{content:"";position:absolute;inset:35% 0 0;background:linear-gradient(transparent,#13221ccc);pointer-events:none}.category img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;background:none}.category b,.category small{position:absolute;z-index:1;left:16px;right:16px;padding:0;color:#fff}.category b{bottom:30px;font-size:16px}.category small{bottom:12px;font-size:10px;opacity:.82}.category:last-child{grid-column:2}@media(min-width:761px){h1,h2{font-size:clamp(34px,3vw,50px)}}@media(max-width:760px){.category:last-child{grid-column:auto}}
.modal-hero{position:relative;overflow:hidden}.modal-image-track{display:flex;width:100%;height:100%;transition:transform .55s ease}.modal-image-track img{flex:0 0 100%;width:100%;height:100%;object-fit:contain}.modal-gallery-ui{left:50%;right:auto;transform:translateX(-50%)}@media(max-width:760px){.scene:not(.collection){justify-content:safe center}.collection{justify-content:flex-start}.modal-image-track{height:250px}}

