/* Official logo: roof green, fresh foliage, black and white. */
:root{--paper:#f8f8f2;--white:#fff;--ink:#202820;--muted:#5e685d;--green:#347746;--deep:#214b2d;--lime:#9bc527;--pale:#edf0e5;--line:#d3dacb;--paper-glass:rgba(248,248,242,.82);--serif:'Cormorant Garamond',Georgia,serif;--sans:Inter,Arial,sans-serif;--header:80px}
*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:105px}body{margin:0;background:var(--paper);color:var(--ink);font-family:var(--sans);font-size:16px;line-height:1.75;-webkit-font-smoothing:antialiased}body.menu-open,body.gallery-open{overflow:hidden}a{color:inherit;text-decoration:none}button,input,textarea{font:inherit}button,a,input,textarea,summary{-webkit-tap-highlight-color:transparent}button{cursor:pointer}button:disabled{cursor:default}img{max-width:100%;display:block;height:auto}picture{display:block}figure,p,h1,h2,h3{margin:0}button{color:inherit}a:focus-visible,button:focus-visible,summary:focus-visible,input:focus-visible,textarea:focus-visible{outline:3px solid var(--green);outline-offset:5px}a:focus-visible{border-radius:1px}[hidden]{display:none!important}::selection{background:#d9eaa9;color:var(--deep)}
h1,h2,h3{font-family:var(--serif);font-weight:500;line-height:1.05;letter-spacing:-.035em}h2{font-size:clamp(44px,4.7vw,72px)}h1 em,h2 em{font-weight:500}p{max-width:60ch}.section-shell{width:calc(100% - 112px);max-width:1280px;margin-inline:auto}.section-space{padding-block:130px}.eyebrow{font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.18em;line-height:1.5;color:var(--green);margin-bottom:26px;display:flex;align-items:center;gap:14px}.eyebrow:before{content:'';width:24px;height:2px;background:var(--lime);flex:none}.lead{font-size:19px;line-height:1.75}figcaption{font-size:11px;line-height:1.6;color:var(--muted);margin-top:16px;letter-spacing:.015em}figcaption span{color:var(--green);margin-right:12px}.quiet-rule{display:block;height:1px;width:70px;background:var(--green)}.button{display:inline-flex;align-items:center;justify-content:space-between;gap:30px;min-height:56px;padding:16px 24px;background:var(--green);color:white;border:1px solid var(--green);font-size:13px;font-weight:500;line-height:1.5;transition:background .2s,color .2s}.button span{font-size:21px;line-height:1}.button:hover{background:var(--deep);border-color:var(--deep)}.button-light{background:var(--paper);color:var(--deep);border-color:var(--paper)}.button-light:hover{background:var(--lime);color:var(--deep);border-color:var(--lime)}.text-link{display:inline-flex;gap:25px;align-items:center;font-size:13px;font-weight:500;line-height:1.5;padding-block:10px;border-bottom:1px solid currentColor}.text-link span{font-size:21px}.text-link:hover{color:var(--green)}.skip-link{position:fixed;top:12px;left:12px;z-index:200;background:var(--white);padding:12px 24px;transform:translateY(-150%)}.skip-link:focus{transform:none}
/* The opening has only the logo and useful controls; navigation gains a surface on scroll. */
.header-wrap{position:fixed;inset:0 0 auto;z-index:40;color:var(--ink);height:var(--header);transition:background .25s,border-color .25s;border-bottom:1px solid transparent}.header-inner{width:calc(100% - 112px);max-width:1280px;margin:auto;height:80px;display:flex;align-items:center;justify-content:space-between;gap:30px}.brand{width:112px;align-self:flex-start;padding:12px;margin-inline:-24px -20px;flex:none}.brand img{width:100%;height:auto}.brand-logo-color{display:none}.header-tools{display:flex;align-items:center;gap:24px;padding:0 18px;min-height:48px}.language-switch{display:flex;gap:4px;align-items:center;font-size:11px;letter-spacing:.06em;white-space:nowrap}.language-switch a{display:flex;align-items:center;justify-content:center;min-width:32px;min-height:44px;color:var(--muted)}.language-switch a[aria-current]{color:var(--deep);font-weight:600;text-decoration:underline;text-underline-offset:6px}.language-switch>span{color:#7c8776}.menu-toggle{padding:0;background:none;border:0;display:flex;gap:16px;align-items:center;min-height:44px;font-size:12px}.menu-lines{width:23px;height:12px;border-top:1px solid currentColor;border-bottom:1px solid currentColor;position:relative}.menu-toggle[aria-expanded=true] .menu-lines{border-bottom:0;transform:rotate(45deg);height:1px}.menu-toggle[aria-expanded=true] .menu-lines:after{content:'';position:absolute;inset:-1px 0 auto;border-top:1px solid;transform:rotate(90deg)}.desktop-nav{display:flex;align-items:center;gap:32px;margin-left:auto;font-size:12px;visibility:hidden;opacity:0;transition:opacity .2s}.desktop-nav a{padding-block:12px}.desktop-nav .nav-enquiry{border-bottom:1px solid var(--green);color:var(--deep)}.nav-enquiry span{margin-left:16px}.header-wrap.scrolled,.header-wrap.menu-active,.header-wrap:focus-within{background:var(--paper-glass);-webkit-backdrop-filter:saturate(1.2) blur(14px);backdrop-filter:saturate(1.2) blur(14px);border-color:var(--line)}@supports not ((backdrop-filter:blur(1px)) or (-webkit-backdrop-filter:blur(1px))){.header-wrap.scrolled,.header-wrap.menu-active,.header-wrap:focus-within{background:var(--paper)}}.scrolled .brand-logo-light,.menu-active .brand-logo-light,.header-wrap:focus-within .brand-logo-light{display:none}.scrolled .brand-logo-color,.menu-active .brand-logo-color,.header-wrap:focus-within .brand-logo-color{display:block}.scrolled .desktop-nav,.header-wrap:focus-within .desktop-nav{visibility:visible;opacity:1}.site-menu{position:absolute;top:80px;right:0;width:min(540px,100%);background:var(--paper);padding:46px 48px 36px;max-height:calc(100dvh - 80px);overflow:auto;border:1px solid var(--line);box-shadow:-20px 30px 80px #17251614}.site-menu>a{font-family:var(--serif);font-size:36px;line-height:1.2;display:flex;align-items:center;justify-content:space-between;gap:20px;padding:20px 0;border-bottom:1px solid var(--line)}.site-menu>a:hover{color:var(--green)}.site-menu>a span{font-family:var(--sans);font-size:23px}.menu-tagline{font-size:13px;color:var(--muted);margin-top:36px}
/* Hero image uses a separate portrait source on small screens. */
.hero{height:min(900px,88svh);min-height:640px;position:relative;display:flex;align-items:flex-end;color:white;background:var(--deep)}.hero-media{position:absolute;inset:0;overflow:hidden}.hero-media picture,.hero-media img{width:100%;height:100%;object-fit:cover;object-position:50% 57%}.hero-media:after{content:'';position:absolute;inset:0;background:linear-gradient(90deg,#0c211b91,transparent 76%),linear-gradient(0deg,#10271980,transparent 70%);pointer-events:none}.hero-copy{position:relative;z-index:1;padding-block:170px 96px}.hero-copy .eyebrow{color:white;margin-bottom:26px}.hero h1{font-size:clamp(76px,7.8vw,120px);line-height:.98;max-width:850px;text-shadow:0 2px 30px #0002}.hero h1 em{color:#e4efc8}.hero-intro{font-size:16px;margin-top:26px;color:#fff}.hero-caption{position:absolute;bottom:72px;right:40px;font-size:10px;letter-spacing:.08em;color:#ffffffd9}.hero-video{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;opacity:0;transition:opacity .4s}.hero-video.is-playing{opacity:1}.video-toggle{position:absolute;z-index:3;right:28px;bottom:96px;background:var(--paper);border:0;min-height:44px;padding:10px 18px;color:var(--ink)}
/* The booking bar overlaps the hero: three fields and one green action, in place of the hero's calls to action. */
.booking{position:relative;z-index:5;width:calc(100% - 112px);max-width:1280px;margin:-46px auto 0}.bk-fields{background:var(--white);border:1px solid var(--line);box-shadow:0 30px 60px -34px #1c3a2e40;display:grid;grid-template-columns:repeat(3,1fr) auto;align-items:stretch}.bk-field{display:flex;flex-direction:column;gap:6px;padding:16px 22px;border-right:1px solid var(--line);min-width:0}.bk-field label{font-size:10px;font-weight:600;text-transform:uppercase;letter-spacing:.16em;line-height:1.6;color:var(--green)}.bk-field input{width:100%;min-width:0;padding:0;border:0;border-radius:0;background:none;color:var(--ink);font-family:var(--serif);font-size:21px;line-height:1.4;min-height:36px}.bk-field input::placeholder{color:#8b9484}.bk-field input:focus-visible{outline-offset:4px}.bk-submit{display:inline-flex;align-items:center;justify-content:space-between;gap:26px;padding:0 28px;border:0;background:var(--green);color:white;font-size:12px;font-weight:500;line-height:1.5;text-align:left;transition:background .2s}.bk-submit span{font-size:20px;line-height:1}.bk-submit:hover{background:var(--deep)}.bk-feedback{font-size:13px}.bk-feedback>*{margin:0;max-width:none}.bk-feedback>*:not(:empty){display:block;margin-top:14px}.bk-feedback a{text-decoration:underline;text-underline-offset:4px;color:var(--deep)}
/* The guest cell keeps a summary in the field and counts adults and children in a small panel. */
.guest-field{position:relative}.bk-field.guest-field .guest-label{font-size:10px;font-weight:600;text-transform:uppercase;letter-spacing:.16em;line-height:1.6;color:var(--green)}.form-field.guest-field .guest-label{font-size:12px;font-weight:500;line-height:1.6}.guest-trigger{display:flex;align-items:center;justify-content:space-between;gap:14px;width:100%;min-width:0;padding:0;border:0;border-radius:0;background:none;color:var(--ink);text-align:left}.bk-field .guest-trigger{font-family:var(--serif);font-size:21px;line-height:1.4;min-height:36px}.form-field .guest-trigger{border:1px solid #bbc5b3;background:#fbfcf7;padding:12px 14px;font-size:16px;line-height:1.5;min-height:52px}.guest-trigger:focus-visible{outline-offset:4px}.guest-caret{flex:none;width:8px;height:8px;border-right:1px solid var(--muted);border-bottom:1px solid var(--muted);transform:translateY(-3px) rotate(45deg);transition:transform .2s}.guest-field.is-open .guest-caret{transform:translateY(1px) rotate(225deg)}.guest-field.guests-field{max-width:292px}.guest-panel{position:absolute;z-index:6;top:calc(100% + 4px);left:0;width:max(100%,292px);background:var(--white);border:1px solid var(--line);box-shadow:0 30px 60px -30px #1c3a2e59;padding:20px 22px 18px}.guest-max{font-size:11px;line-height:1.6;color:var(--muted);margin-bottom:14px;padding-bottom:13px;border-bottom:1px solid var(--line)}.guest-row{display:flex;align-items:center;justify-content:space-between;gap:18px;padding-block:8px}.guest-row-label{font-size:13px;font-weight:500;line-height:1.5}.guest-row-label span{display:block;font-size:11px;font-weight:400;color:var(--muted)}.guest-stepper{display:flex;align-items:center;gap:5px;flex:none}.guest-stepper button{width:38px;height:38px;display:flex;align-items:center;justify-content:center;padding:0;border:1px solid var(--line);background:var(--white);color:var(--green);font-size:16px;line-height:1;transition:border-color .2s,color .2s}.guest-stepper button:hover:not(:disabled){border-color:var(--green);color:var(--deep)}.guest-stepper button:disabled{color:#aeb6a6;border-color:#e5e9de}.guest-stepper output{min-width:32px;text-align:center;font-size:15px;font-variant-numeric:tabular-nums}.guest-done{display:block;width:100%;margin-top:15px;padding:12px;border:0;background:var(--green);color:white;font-size:11px;font-weight:500;letter-spacing:.1em;text-transform:uppercase;transition:background .2s}.guest-done:hover{background:var(--deep)}
.intro-section{display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:12%}.intro-copy h2{margin-bottom:34px}.intro-copy .lead{margin-bottom:24px}.intro-copy>p:not(.eyebrow){color:var(--muted)}.intro-copy .quiet-rule{margin-top:42px}.verandah-figure{padding-top:22px}.verandah-figure img{aspect-ratio:3/4;object-fit:cover;object-position:center 50%}.portrait-image{width:100%;object-fit:cover}.pool-section{padding-top:20px}.pool-heading>div{display:flex;justify-content:space-between;gap:60px;align-items:end;margin-bottom:55px}.pool-heading h2{flex:1}.pool-heading>div>p{max-width:340px;color:var(--muted);font-size:15px}.pool-composition{position:relative;padding-bottom:90px}.pool-wide{width:88%}.pool-wide img{width:100%;aspect-ratio:16/9;object-fit:cover}.pool-portrait{position:absolute;width:25%;right:0;bottom:0;padding:14px 0 0 14px;background:var(--paper)}.pool-portrait img{aspect-ratio:3/4;object-fit:cover;object-position:50% 58%}.pool-portrait figcaption{padding-left:8px}.garden-note{display:flex;gap:30px;align-items:center;margin-top:56px;padding-bottom:90px}.garden-note>p{font-family:var(--serif);font-size:25px;max-width:260px;line-height:1.3}.garden-note>picture{margin-left:5%;width:130px;transform:translateY(20px)}.flower-detail{width:130px;aspect-ratio:1;object-fit:cover;object-position:50% 65%}
.stay-section{background:var(--pale)}.stay-grid{display:grid;grid-template-columns:1fr 1fr;gap:12%;align-items:start}.bedroom-figure{padding-top:20px}.bedroom-figure img{aspect-ratio:4/5;object-fit:cover}.stay-copy h2{margin-bottom:28px}.stay-copy>p:not(.eyebrow){color:var(--muted);max-width:420px}.stay-copy>.text-link{margin-top:20px;color:var(--deep)}.sitting-figure{width:60%;margin-top:48px;margin-left:auto}.sitting-figure img{aspect-ratio:4/5;object-fit:cover}.together-heading{text-align:center;max-width:700px;margin-bottom:56px}.together-heading .eyebrow{justify-content:center}.together-heading h2{margin-bottom:28px}.together-heading>p:last-child{max-width:540px;margin-inline:auto;color:var(--muted)}.together-photo{max-width:1100px}.together-photo img{width:100%;aspect-ratio:4/3;object-fit:cover}.together-photo figcaption{text-align:center}.gallery-section{padding-top:20px}.gallery-heading{display:flex;align-items:end;gap:60px;justify-content:space-between;margin-bottom:45px}.gallery-heading h2{max-width:680px;font-size:clamp(42px,4vw,64px)}.gallery-heading>p{color:var(--muted);max-width:260px;font-size:14px}.gallery-grid{display:grid;grid-template-columns:1.1fr 1fr 1fr;grid-template-rows:240px 240px;gap:22px}.gallery-item{display:block;position:relative;overflow:hidden;background:var(--pale)}.gallery-item picture,.gallery-item img{width:100%;height:100%;object-fit:cover}.gallery-item img{transition:transform .5s}.gallery-item:hover img{transform:scale(1.025)}.gallery-item>span{position:absolute;right:12px;bottom:12px;background:var(--paper);color:var(--deep);width:36px;height:36px;display:grid;place-items:center;font-size:22px}.gallery-tall{grid-row:span 2}.gallery-wide{grid-column:span 2}.gallery-small img{object-position:center 57%}.more-gallery{margin-top:30px}.more-gallery summary{list-style:none;display:flex;align-items:center;justify-content:center;gap:36px;min-height:56px;cursor:pointer;font-size:13px;border-bottom:1px solid var(--line);padding:14px}.more-gallery summary::-webkit-details-marker{display:none}.more-gallery summary:hover{color:var(--green)}.less-label{display:none}.more-gallery[open] .more-label{display:none}.more-gallery[open] .less-label{display:inline}.more-gallery[open] summary>span:last-child{transform:rotate(45deg)}.gallery-extra{display:grid;grid-template-columns:repeat(4,1fr);gap:22px;padding-top:30px}.gallery-extra .gallery-item{aspect-ratio:3/4}
/* The stay carousel stays quiet: hairline chevrons, numbered steps sharing the caption row and a dashed tick column. Controls appear only with JavaScript. */
.carousel-frame{position:relative;aspect-ratio:4/5;overflow:hidden;background:var(--line)}.stay-carousel .carousel-frame:before,.stay-carousel .carousel-frame:after{content:'';position:absolute;z-index:1;top:0;bottom:0;width:88px;pointer-events:none}.stay-carousel .carousel-frame:before{left:0;background:linear-gradient(90deg,#10271947,transparent)}.stay-carousel .carousel-frame:after{right:0;background:linear-gradient(270deg,#10271938,transparent)}.carousel-slide{position:absolute;inset:0;opacity:0;transition:opacity .7s ease}.carousel-slide.is-current{opacity:1}.carousel-slide picture,.carousel-slide img{width:100%;height:100%;aspect-ratio:auto;object-fit:cover}.carousel-arrow{position:absolute;top:50%;z-index:3;transform:translateY(-50%);display:flex;align-items:center;justify-content:center;width:42px;height:92px;padding:0;border:0;background:none;color:var(--white);opacity:.6;transition:opacity .2s,transform .2s}.carousel-arrow-prev{left:18px}.carousel-arrow-next{right:18px}.carousel-arrow svg{width:13px;height:24px;fill:none;stroke:currentColor;stroke-width:1.25;stroke-linecap:round;stroke-linejoin:round;filter:drop-shadow(0 0 2px #102719cc) drop-shadow(0 1px 6px #10271980)}.carousel-arrow:hover{opacity:1}.carousel-arrow-prev:hover{transform:translate(-3px,-50%)}.carousel-arrow-next:hover{transform:translate(3px,-50%)}.carousel-ticks{position:absolute;right:10px;top:6%;z-index:3;display:flex;flex-direction:column;align-items:center;gap:7px;margin:0;padding:0;list-style:none}.carousel-ticks li{width:1.5px;height:13px;background:var(--white);opacity:.5;filter:drop-shadow(0 0 2px #102719cc) drop-shadow(0 1px 4px #10271980);transition:height .3s,opacity .3s}.carousel-ticks li.is-current{width:2px;height:22px;background:var(--green);opacity:1;filter:drop-shadow(0 0 1.5px #f8f8f2d9) drop-shadow(0 1px 4px #1027194d)}.carousel-caption{display:flex;align-items:center;gap:18px;margin-top:10px}.carousel-caption .caption-text{color:var(--muted);margin-right:0}.carousel-numbers{display:flex;align-items:center;margin:0 0 0 auto;padding:0 0 0 16px;list-style:none;border-left:1px solid var(--line)}.carousel-numbers button{display:inline-flex;align-items:center;min-height:34px;padding:0 6px;border:0;background:none;font-size:11px;letter-spacing:.06em;color:#8f9a8b;transition:color .2s}.carousel-numbers button:hover{color:var(--green)}.carousel-numbers button[aria-current]{color:var(--deep);font-weight:600;text-decoration:underline;text-underline-offset:5px}.carousel-status{position:absolute;width:1px;height:1px;overflow:hidden;clip-path:inset(50%);white-space:nowrap}@media(prefers-reduced-motion:reduce){.carousel-slide,.carousel-ticks li,.carousel-arrow{transition:none}.carousel-arrow-prev:hover,.carousel-arrow-next:hover{transform:translateY(-50%)}}
.plan-section{background:var(--pale);border-top:1px solid var(--line)}.plan-grid{display:grid;grid-template-columns:1fr 1fr;gap:12%}.plan-copy h2{margin-bottom:30px}.plan-copy>p:not(.eyebrow){color:var(--muted);max-width:410px}.direct-contact{display:flex;flex-direction:column;gap:8px;align-items:start;margin-top:38px;color:var(--deep)}.direct-contact>span{font-size:13px;text-decoration:underline;text-underline-offset:6px}.direct-contact strong{font-weight:400;font-size:20px;letter-spacing:.015em}.enquiry-form{padding-top:6px}.form-dates{display:grid;grid-template-columns:1fr 1fr;gap:22px}.form-field{display:flex;flex-direction:column;gap:9px;min-width:0}.form-field label{font-size:12px;font-weight:500;line-height:1.6}.form-field label span{font-weight:400;color:var(--muted)}.form-field input,.form-field textarea{width:100%;min-width:0;border:1px solid #bbc5b3;border-radius:0;background:#fbfcf7;color:var(--ink);padding:13px 14px;font-size:16px;min-height:52px;line-height:1.5;box-shadow:none}.form-field textarea{resize:vertical}.form-field textarea::placeholder{color:#6a7465;font-size:13px}.field-hint,.form-note{font-size:11px;color:var(--muted);line-height:1.7}.enquiry-form> .field-hint{margin-top:12px}.guests-field{margin-block:24px;max-width:230px}.form-submit{width:100%;text-align:left;margin-top:26px}.form-note{margin-top:16px}.form-error{color:#9f271c;font-size:13px;margin-top:12px}.form-status{font-size:13px;color:var(--deep);margin-top:14px}.enquiry-form [data-enquiry-fallback]{font-size:13px;text-decoration:underline}.closing-section{height:520px;position:relative;background:var(--deep);color:white;display:grid;place-items:center;text-align:center;overflow:hidden}.closing-section>picture{position:absolute;inset:0}.closing-image{width:100%;height:100%;object-fit:cover;object-position:50% 60%}.closing-section:after{content:'';position:absolute;inset:0;background:#07160a80}.closing-copy{z-index:1;padding:50px 24px}.closing-copy .eyebrow{color:#e0edc5;justify-content:center}.closing-copy h2{font-size:clamp(44px,5vw,76px);margin-bottom:34px}.closing-copy h2 em{color:#e0edc5}.site-footer{padding-block:56px 24px}.footer-main{display:flex;align-items:center;justify-content:space-between;gap:40px;padding-bottom:42px;border-bottom:1px solid var(--line)}.footer-logo{width:182px;margin-inline:-18px -12px}.footer-tagline{font-family:var(--serif);font-size:31px;color:var(--deep)}.footer-contact{display:flex;flex-direction:column;gap:8px;font-size:12px}.footer-contact>a{font-size:14px;color:var(--deep)}.footer-contact>a span{margin-left:25px}.footer-bottom{display:flex;justify-content:space-between;align-items:center;gap:25px;font-size:10px;padding-top:15px}.privacy-note{font-size:10px;color:var(--muted);max-width:none;margin-top:16px}.legacy-message{padding-block:190px 120px;min-height:65svh}.legacy-message h1{font-size:clamp(48px,7vw,96px)}.legacy-message>p:not(.eyebrow){margin-block:24px}.legacy-page .desktop-nav{visibility:visible;opacity:1}
/* Wayfinding closes the page: the details inside the shell, the map full bleed against the footer. */
.location-map{height:clamp(340px,44vw,540px);background:var(--pale);border-block:1px solid var(--line)}.location-map iframe{display:block;width:100%;height:100%;border:0;filter:saturate(.92)}
.gallery-dialog{position:fixed;inset:0;margin:auto;width:100%;height:100%;max-width:100%;max-height:100%;border:0;background:#152218;color:white;padding:60px 60px 24px}.gallery-dialog::backdrop{background:#152218}.gallery-dialog figure{height:calc(100% - 80px);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:15px}.gallery-dialog figure img{width:auto;height:auto;max-height:calc(100% - 60px);max-width:100%;object-fit:contain}.gallery-dialog figcaption{color:#e6eadf;text-align:center;max-width:650px}.dialog-close{position:absolute;top:15px;right:25px;border:0;background:transparent;color:white;min-height:44px;font-size:13px}.dialog-close span{font-size:25px;margin-left:20px}.dialog-controls{display:flex;align-items:center;justify-content:center;gap:25px;margin-top:12px}.dialog-controls button{width:48px;height:48px;background:transparent;color:white;border:1px solid #798775;font-size:22px}.dialog-controls>span{font-size:12px;min-width:85px;text-align:center}.gallery-dialog :focus-visible{outline-color:var(--lime)}
@media(min-width:1700px){.hero-copy{max-width:1440px}.hero{max-height:980px}.hero-caption{right:80px}.section-space{padding-block:150px}}
@media(max-width:1100px){.section-shell,.booking{width:calc(100% - 72px)}.header-inner{width:calc(100% - 72px);gap:20px}.desktop-nav{gap:22px}.desktop-nav .nav-enquiry{display:none}.header-tools{gap:18px}.hero h1{font-size:88px}.intro-section,.stay-grid,.plan-grid{gap:8%}.section-space{padding-block:95px}.gallery-grid{grid-template-rows:210px 210px;gap:16px}.pool-heading>div{gap:35px}.pool-heading>div>p{max-width:290px}.pool-portrait{width:28%}}
@media(max-width:899px){.desktop-nav{display:none}.hero{min-height:620px;max-height:820px}.hero h1{font-size:80px}.intro-section,.stay-grid,.plan-grid{gap:6%}.pool-heading>div{align-items:start}.pool-heading>div>p{max-width:250px;font-size:14px}.pool-heading h2{font-size:47px}.plan-grid{grid-template-columns:1fr}.plan-copy{max-width:580px}.enquiry-form{margin-top:45px;max-width:650px}.plan-copy h2 br{display:none}.gallery-heading{display:block}.gallery-heading>p{max-width:450px;margin-top:20px}.footer-tagline{font-size:25px}.gallery-extra{grid-template-columns:repeat(2,1fr)}.booking{margin-top:-36px}.bk-fields{grid-template-columns:1fr 1fr}.bk-field:nth-child(-n+2){border-bottom:1px solid var(--line)}.bk-field:nth-child(2n){border-right:0}.bk-submit{padding:18px 22px}}
@media(max-width:699px){:root{--header:68px}html{scroll-padding-top:88px}body{font-size:15px;line-height:1.75}.section-shell{width:calc(100% - 40px)}.section-space{padding-block:72px}h2{font-size:45px;line-height:1.08}.eyebrow{font-size:10px;margin-bottom:22px;letter-spacing:.14em;gap:10px}.lead{font-size:18px}.header-wrap,.header-inner{height:68px}.header-inner{width:calc(100% - 40px);gap:12px}.brand{width:88px;padding:9px;margin-inline:-19px -15px}.header-tools{gap:14px;min-height:44px;padding:0 10px}.language-switch a{min-width:28px}.menu-toggle{gap:10px;font-size:11px}.menu-lines{width:19px}.site-menu{top:68px;padding:28px 24px;max-height:calc(100dvh - 68px);width:100%;box-shadow:none}.site-menu>a{font-size:32px;padding:18px 0}.hero{height:auto;min-height:0;max-height:none;display:block;background:var(--paper);color:var(--ink)}.hero-media{position:relative;height:62svh;min-height:370px;max-height:600px}.hero-media picture,.hero-media img{object-position:50% 50%}.hero-media:after{background:linear-gradient(180deg,#12281825,transparent 30%)}.hero-copy{padding-block:36px 40px}.hero-copy .eyebrow{color:var(--green);font-size:9px;margin-bottom:22px}.hero h1{font-size:clamp(52px,12.9vw,78px);line-height:.99;text-shadow:none;letter-spacing:-.035em}.hero h1 em{color:var(--green)}.hero-intro{font-size:14px;color:var(--muted);margin-top:22px}.hero-caption{display:none}.intro-section{display:flex;flex-direction:column;gap:36px;padding-top:45px}.intro-copy h2{margin-bottom:26px}.intro-copy .quiet-rule{margin-top:30px}.verandah-figure{width:88%;align-self:flex-end;padding:0}.verandah-figure img{aspect-ratio:3/4}.intro-copy>p{max-width:520px}figcaption{font-size:10px;margin-top:12px}.pool-section{padding-top:12px}.pool-heading>div{display:block;margin-bottom:28px}.pool-heading h2{font-size:43px}.pool-heading>div>p{max-width:460px;margin-top:22px;font-size:15px}.pool-composition{width:100%;padding-bottom:130px}.pool-wide{width:100%}.pool-wide img{aspect-ratio:4/3;object-position:65% center}.pool-portrait{width:44%;right:20px;padding:8px 0 0 8px}.pool-portrait img{aspect-ratio:4/5;object-position:50% 60%}.pool-portrait figcaption{font-size:9px}.garden-note{gap:18px;margin-top:20px;padding-bottom:58px;min-height:160px}.garden-note .quiet-rule{width:24px;flex:none}.garden-note>p{font-size:21px;max-width:170px}.garden-note>picture{margin-left:auto;width:80px;flex:none;transform:none}.flower-detail{width:80px}.stay-grid{display:flex;flex-direction:column;gap:32px}.stay-copy{display:contents}.stay-copy .eyebrow{order:0;margin:0}.stay-copy h2{order:1;margin:0}.stay-copy>p:not(.eyebrow){order:2;max-width:none;margin-top:-8px}.stay-copy>.text-link{order:3;margin:0;align-self:flex-start}.bedroom-figure{order:4;width:90%;padding:0;margin-top:8px}.sitting-figure{order:5;width:64%;margin:0 0 0 auto}.carousel-arrow{width:44px;height:80px}.carousel-arrow-prev{left:12px}.carousel-arrow-next{right:12px}.carousel-ticks{right:8px;gap:6px}.carousel-ticks li{height:11px}.carousel-ticks li.is-current{height:19px}.carousel-caption{gap:14px;margin-top:8px}.carousel-numbers{padding-left:13px}.carousel-numbers button{min-height:44px;padding:0 7px}.together-heading{margin-bottom:32px;text-align:left}.together-heading .eyebrow{justify-content:flex-start}.together-heading h2{font-size:46px}.together-heading>p:last-child{margin:0}.together-photo img{aspect-ratio:3/4}.together-photo figcaption{text-align:left}.gallery-section{padding-top:0}.gallery-heading{margin-bottom:28px}.gallery-heading h2{font-size:43px}.gallery-heading>p{font-size:14px}.gallery-grid{grid-template-columns:1fr 1fr;grid-template-rows:auto;gap:12px}.gallery-tall{grid-column:1;grid-row:span 2;aspect-ratio:3/5}.gallery-wide{grid-column:2;aspect-ratio:1}.gallery-small{grid-column:2;aspect-ratio:1}.gallery-small:last-child{grid-column:1/-1;aspect-ratio:4/3}.gallery-extra{gap:12px;padding-top:20px}.more-gallery{margin-top:20px}.more-gallery summary{font-size:12px;gap:20px;padding-inline:0}.plan-grid{display:block}.plan-copy h2{font-size:46px}.plan-copy h2 br{display:block}.direct-contact{margin-top:28px}.enquiry-form{margin-top:36px}.form-dates{gap:14px}.form-field input{padding:12px 9px}.form-field label{font-size:11px}.form-submit{font-size:12px;padding:16px;gap:14px}.guests-field{max-width:100%}.closing-section{height:440px}.closing-copy h2{font-size:43px}.closing-copy .eyebrow{font-size:10px}.closing-image{object-position:center}.site-footer{padding-block:36px 22px}.footer-main{display:grid;grid-template-columns:100px 1fr;gap:24px;padding-bottom:28px}.footer-logo{width:95px;margin-inline:-13px -9px}.footer-tagline{font-size:25px;line-height:1.2}.footer-contact{grid-column:1/-1;padding-top:10px;flex-direction:row;justify-content:space-between;align-items:center;gap:15px}.footer-contact>a{font-size:12px}.footer-contact>a span{margin-left:8px}.footer-bottom{gap:10px;font-size:9px;flex-wrap:wrap}.footer-bottom .language-switch{font-size:10px}.privacy-note{font-size:9px}.gallery-dialog{padding:70px 16px 20px}.gallery-dialog figure{height:calc(100% - 75px)}.dialog-close{right:18px}.legacy-message{padding-block:140px 70px}.booking{width:calc(100% - 40px);margin-top:0}.bk-fields{grid-template-columns:1fr 1fr}.bk-field{padding:13px 16px;border-bottom:1px solid var(--line)}.bk-field input{font-size:19px}.bk-field:nth-child(2n){border-right:0}.bk-field:nth-child(3){grid-column:1/-1;border-right:0}.bk-submit{grid-column:1/-1;min-height:52px;padding:14px 18px;font-size:12px;gap:14px}.location-map{height:min(62svh,400px)}.bk-field .guest-trigger{font-size:19px}.guest-panel{top:calc(100% + 4px);padding:18px;width:100%}.guest-stepper button{width:44px;height:44px}.guest-row{padding-block:6px}}
@media(max-width:359px){h2{font-size:40px}.header-tools{gap:8px;padding-inline:8px}.hero h1{font-size:49px}.hero-copy .eyebrow{font-size:8px;letter-spacing:.1em}.form-dates,.bk-fields{grid-template-columns:1fr}.bk-field{border-right:0}.bk-field input{font-size:19px}.pool-heading h2,.gallery-heading h2,.together-heading h2,.plan-copy h2{font-size:40px}.footer-tagline{font-size:23px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation:none!important;transition:none!important}.hero-video{display:none}.gallery-item:hover img{transform:none}}
