:root {
  --sz-forest: #1e302c;
  --sz-forest-2: #263d37;
  --sz-ink: #24302d;
  --sz-sand: #e7dfd1;
  --sz-cream: #f7f5f0;
  --sz-white: #fffefa;
  --sz-muted: #67716d;
  --sz-accent: #d8bd88;
  --sz-line: rgba(36, 48, 45, .16);
  --sz-display: "Playfair Display", Georgia, serif;
  --sz-body: "DM Sans", Arial, sans-serif;
  --sz-shell: min(1180px, calc(100% - 64px));
  --sz-shadow: 0 18px 55px rgba(30, 48, 44, .15);
}

html { scroll-behavior: smooth; }
body.sz-standalone-page { margin: 0; color: var(--sz-ink); background: var(--sz-cream); font-family: var(--sz-body); line-height: 1.55; -webkit-font-smoothing: antialiased; }
body.sz-standalone-page *, body.sz-standalone-page *::before, body.sz-standalone-page *::after { box-sizing: border-box; }
body.sz-standalone-page a { color: inherit; text-decoration: none; }
body.sz-standalone-page img { display: block; max-width: 100%; }
body.sz-standalone-page button { font: inherit; }
body.sz-standalone-page main.sz { width: 100% !important; max-width: none !important; margin: 0 !important; padding: 0 !important; }
body.sz-standalone-page .sz figure { margin: 0; }
/* Keep the landing typography independent from direct selectors in the active theme. */
body.sz-standalone-page .sz,
body.sz-standalone-page .sz a,
body.sz-standalone-page .sz button,
body.sz-standalone-page .sz p,
body.sz-standalone-page .sz summary,
body.sz-standalone-page .sz span { font-family: var(--sz-body) !important; }
body.sz-standalone-page .sz h1,
body.sz-standalone-page .sz h2,
body.sz-standalone-page .sz h3 { color: inherit !important; font-family: var(--sz-display) !important; }
body.sz-menu-open, body.sz-modal-open { overflow: hidden; }
.screen-reader-text { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(1px, 1px, 1px, 1px); white-space: nowrap; }
.sz-shell { width: var(--sz-shell); margin: 0 auto; }
.sz-eyebrow { display: flex; align-items: center; gap: 10px; margin: 0 0 18px; color: var(--sz-muted); font-size: 11px; font-weight: 600; letter-spacing: .16em; text-transform: uppercase; }
.sz-eyebrow::before { width: 24px; height: 1px; content: ""; background: currentColor; }
.sz h1, .sz h2, .sz h3 { margin: 0; font-family: var(--sz-display); font-weight: 500; letter-spacing: -.05em; line-height: 1.03; }
.sz h2 { font-size: clamp(35px, 4vw, 58px); }

.sz-header { position: absolute; inset: 0 0 auto; z-index: 10; color: var(--sz-white); background: var(--sz-forest); border-bottom: 1px solid rgba(255,255,255,.16); transition: background .25s, color .25s, box-shadow .25s; }
.sz-header.is-scrolled { position: fixed; color: var(--sz-white); background: rgba(30,48,44,.97); border-color: rgba(255,255,255,.12); box-shadow: 0 6px 24px rgba(30,48,44,.18); backdrop-filter: blur(12px); }
.sz-header__inner { display: flex; align-items: center; justify-content: space-between; height: 68px; }
.sz-brand { display: block; width: 274px; }
.sz-brand img { width: 100%; height: auto; }
.sz-navigation { display: flex; align-items: center; gap: 26px; }
.sz-navigation > a:not(.sz-button), .sz-navigation__gallery { color: inherit !important; font-family: var(--sz-body) !important; font-size: 13px !important; font-weight: 500 !important; letter-spacing: 0 !important; line-height: 1.2 !important; transition: opacity .2s; }
.sz-navigation__gallery { padding: 0; background: transparent; border: 0; cursor: pointer; }
.sz-navigation > a:not(.sz-button):hover, .sz-navigation__gallery:hover { opacity: .65; }
.sz-language-switcher { display: inline-flex; align-items: center; gap: 4px; padding: 4px; border: 1px solid rgba(255,255,255,.28); }
.sz-language-switcher a { display: grid; place-items: center; min-width: 25px; min-height: 22px; padding: 0 4px; color: rgba(255,255,255,.7) !important; font-size: 10px; font-weight: 600; letter-spacing: .06em; line-height: 1; }
.sz-language-switcher a:hover { color: var(--sz-white) !important; }
.sz-language-switcher a[aria-current="page"] { color: var(--sz-forest) !important; background: var(--sz-white); }
.sz-button { position: relative; display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 48px; padding: 0 20px; border: 1px solid transparent; font-family: var(--sz-body) !important; font-size: 12px !important; font-weight: 600 !important; letter-spacing: .03em !important; line-height: 1.2 !important; text-decoration: none !important; cursor: pointer; transition: transform .2s, background .2s, color .2s; }
.sz-button:hover { transform: translateY(-2px); }
.sz-button--light, .sz-button--light:visited { color: var(--sz-forest) !important; background: var(--sz-white) !important; }
.sz-button--dark, .sz-button--dark:visited { color: var(--sz-white) !important; background: var(--sz-forest) !important; }
.sz-icon-arrow { width: 15px; height: 15px; flex: 0 0 auto; }
.sz-menu-toggle { display: none; width: 44px; height: 44px; padding: 0; color: inherit; background: transparent; border: 0; cursor: pointer; }
.sz-menu-toggle i { display: block; width: 23px; height: 1px; margin: 5px auto; background: currentColor; }

.sz-hero { position: relative; width: 100%; min-height: min(760px, 100svh); margin: 0; overflow: hidden; color: var(--sz-white); background: var(--sz-forest); }
.sz-hero__poster, .sz-hero__veil { position: absolute; inset: 0; width: 100%; height: 100%; }
.sz-hero__poster { object-fit: cover; object-position: 50% 52%; }
.sz-hero__veil { background: linear-gradient(90deg, rgba(17,30,27,.75), rgba(17,30,27,.38) 48%, rgba(17,30,27,.12)), linear-gradient(0deg, rgba(17,30,27,.48), transparent 42%); }
.sz-hero__content { position: relative; z-index: 1; display: flex; flex-direction: column; justify-content: flex-end; min-height: min(760px, 100svh); padding: 142px 0 70px; }
.sz-hero .sz-eyebrow { color: rgba(255,255,255,.75); }
.sz-hero h1 { max-width: 650px; font-size: clamp(46px, 5vw, 70px) !important; }
.sz-hero h1 { color: var(--sz-white) !important; }
body.sz-standalone-page .sz .sz-hero h1 .sz-hero__title-line { font-family: var(--sz-display) !important; font-weight: inherit !important; }
.sz-hero__copy { max-width: 480px; margin: 28px 0 34px; color: rgba(255,255,255,.88); font-size: 17px; }
.sz-hero__actions { display: flex; align-items: center; gap: 20px; }

.sz-facts { color: var(--sz-white); background: var(--sz-forest); }
.sz-facts__inner { display: grid; grid-template-columns: repeat(4, 1fr); }
.sz-facts__inner > div { min-height: 120px; padding: 29px 26px; border-left: 1px solid rgba(255,255,255,.16); }
.sz-facts__inner > div:last-child { border-right: 1px solid rgba(255,255,255,.16); }
.sz-facts strong { display: block; font-family: var(--sz-display); font-size: 29px; font-weight: 500; letter-spacing: -.04em; line-height: 1; }
.sz-facts span { display: block; margin-top: 8px; color: rgba(255,255,255,.67); font-size: 11px; line-height: 1.3; }

.sz-intro { display: grid; grid-template-columns: .82fr 1.18fr; gap: 12%; padding: 138px 0; }
.sz-intro > div:last-child { padding-top: 6px; }
.sz-intro > div:last-child p { max-width: 545px; margin: 0; color: #4d5753; font-size: 18px; line-height: 1.65; }
.sz-intro > div:last-child p + p { margin-top: 22px; font-size: 14px; }
.sz-homes { padding-bottom: 132px; }
.sz-section-heading { display: flex; align-items: end; justify-content: space-between; gap: 30px; margin-bottom: 44px; }
.sz-section-heading > p { max-width: 390px; margin: 0; color: var(--sz-muted); font-size: 14px; }
.sz-gallery-showcase { display: grid; grid-template-columns: minmax(0, 1.12fr) minmax(420px, .88fr); background: var(--sz-white); }
.sz-gallery-showcase__photo { position: relative; min-height: 260px; overflow: hidden; }
.sz-gallery-showcase__photo--large { grid-row: span 2; min-height: 590px; }
.sz-gallery-showcase__photo img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s ease; }
.sz-gallery-showcase__photo:hover img { transform: scale(1.035); }
.sz-gallery-showcase__frames { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; padding: 32px 32px 0; }
.sz-gallery-showcase__frames .sz-gallery-showcase__photo { min-height: 222px; }
.sz-gallery-showcase__copy { display: flex; flex-direction: column; justify-content: center; padding: 38px 32px 48px; }
.sz-gallery-showcase__copy h3 { max-width: 385px; margin-bottom: 17px; font-size: clamp(34px,3.5vw,46px); }
.sz-gallery-showcase__copy > p:not(.sz-eyebrow) { max-width: 360px; margin: 0 0 30px; color: var(--sz-muted); font-size: 14px; }
.sz-gallery-open { flex-direction: column; align-items: flex-start; justify-content: center; min-height: clamp(92px, 9vw, 110px); padding: 19px 56px 19px 22px; font-size: clamp(13px, 1.3vw, 15px); text-align: left; }
.sz-gallery-open small { display: block; margin-top: 5px; color: rgba(255,255,255,.67); font-size: clamp(10px, 1vw, 11px); font-weight: 400; letter-spacing: 0; }
.sz-gallery-open > .sz-icon-arrow { position: absolute; right: 21px; width: 20px; height: 20px; }
.sz-homes__booking { display: flex; justify-content: flex-end; margin-top: 26px; }

.sz-story { padding: 124px 0; color: var(--sz-white); background: var(--sz-forest); }
.sz-story h2 { color: var(--sz-white) !important; }
.sz-story .sz-eyebrow { color: rgba(255,255,255,.63); }
.sz-story__intro { display: flex; align-items: end; justify-content: space-between; gap: 40px; margin-bottom: 50px; }
.sz-story__intro h2 { max-width: 700px; }
.sz-story__intro > p { max-width: 320px; margin: 0; color: rgba(255,255,255,.67); font-size: 14px; }
.sz-story__grid { display: grid; grid-template-columns: 1.16fr .84fr; grid-template-rows: 300px 200px; gap: 18px; }
.sz-story__photo { position: relative; overflow: hidden; }
.sz-story__photo--large { grid-row: span 2; }
.sz-story__photo img { width: 100%; height: 100%; object-fit: cover; }
.sz-story__photo figcaption { position: absolute; left: 18px; bottom: 17px; font-size: 11px; text-shadow: 0 1px 12px rgba(0,0,0,.5); }
.sz-story blockquote { display: flex; align-items: center; justify-content: center; grid-column: 2; max-width: none; margin: 0; padding: 27px; color: var(--sz-forest); background: var(--sz-sand); font-family: var(--sz-display); font-size: 26px; letter-spacing: -.03em; line-height: 1.13; text-align: center; }

.sz-film { padding: 138px 0; }
.sz-film__intro { display: grid; grid-template-columns: .82fr 1.18fr; gap: 12%; margin-bottom: 42px; }
.sz-film__intro > p { max-width: 470px; margin: 6px 0 0; color: var(--sz-muted); font-size: 15px; }
.sz-youtube { position: relative; overflow: hidden; aspect-ratio: 16 / 9; color: var(--sz-white); background: var(--sz-forest); box-shadow: var(--sz-shadow); }
.sz-youtube iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }
.sz-youtube__facade { position: absolute; inset: 0; display: grid; place-items: center; width: 100%; padding: 0; border: 0; color: inherit; background: var(--sz-forest); cursor: pointer; }
.sz-youtube__facade::after { z-index: 1; content: ''; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(17,30,27,.53), rgba(17,30,27,.08) 66%); }
.sz-youtube__facade img { position: absolute; z-index: 0; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.sz-youtube__facade span { position: relative; z-index: 2; display: inline-flex; align-items: center; gap: 13px; padding: 17px 23px; color: var(--sz-white); font-size: 14px; font-weight: 600; letter-spacing: .03em; background: rgba(17,30,27,.91); border: 1px solid rgba(255,255,255,.34); box-shadow: 0 12px 32px rgba(0,0,0,.24); transition: transform .25s ease, background .25s ease; }
.sz-youtube__facade:hover span, .sz-youtube__facade:focus-visible span { transform: translateY(-2px); background: rgba(17,30,27,.98); }
.sz-youtube__facade:focus-visible { outline: 3px solid var(--sz-accent); outline-offset: -7px; }
.sz-youtube__facade svg { width: 29px; height: 21px; flex: 0 0 auto; }

.sz-social { padding: 124px 0; background: var(--sz-sand); }
.sz-social__intro { display: flex; align-items: end; justify-content: space-between; gap: 40px; margin-bottom: 48px; }
.sz-social__intro h2 { max-width: 600px; }
.sz-social__intro > p { max-width: 380px; margin: 0; color: #53615c; font-size: 14px; line-height: 1.65; }
.sz-social__platforms { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.sz-social__platform { min-width: 0; padding: 27px; background: var(--sz-white); }
.sz-social__platform-head { display: flex; align-items: center; gap: 12px; margin-bottom: 22px; }
.sz-social__icon { display: grid; place-items: center; flex: 0 0 48px; width: 48px; height: 48px; padding: 10px; color: var(--sz-white); background: var(--sz-forest); box-shadow: 0 8px 18px rgba(30,48,44,.13); line-height: 0; }
.sz-social__icon svg { width: 100%; height: 100%; }
.sz-social__platform-head strong, .sz-social__platform-head span { display: block; }
.sz-social__platform-head strong { color: var(--sz-ink); font-size: 13px; font-weight: 500; line-height: 1.15; }
.sz-social__platform-head span { margin-top: 2px; color: var(--sz-muted); font-size: 11px; line-height: 1.2; }
.sz-social__platform-head .sz-social__icon { margin: 0; color: var(--sz-white) !important; }
.sz-social__platform-head .sz-social__icon svg { display: block; }
.sz-social__cards { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 10px; }
.sz-social__card { position: relative; display: block; overflow: hidden; aspect-ratio: 4 / 5; background: var(--sz-forest); }
.sz-social__card img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease; }
.sz-social__card:hover img { transform: scale(1.045); }
.sz-social__card-arrow { position: absolute; right: 9px; top: 9px; display: grid; place-items: center; width: 28px; height: 28px; color: var(--sz-forest); background: rgba(255,255,255,.92); opacity: 0; transform: translateY(4px); transition: opacity .2s ease, transform .2s ease; }
.sz-social__card:hover .sz-social__card-arrow, .sz-social__card:focus-visible .sz-social__card-arrow { opacity: 1; transform: translateY(0); }
.sz-social__card:focus-visible, .sz-social__empty:focus-visible { outline: 3px solid var(--sz-accent); outline-offset: 3px; }
.sz-social__card-arrow .sz-icon-arrow { width: 14px; height: 14px; }
.sz-social__empty { display: flex; align-items: flex-end; justify-content: space-between; min-height: 194px; padding: 21px; color: var(--sz-white) !important; background: var(--sz-forest); }
.sz-social__empty span { max-width: 180px; font-family: var(--sz-display) !important; font-size: 23px; letter-spacing: -.04em; line-height: 1.08; }
.sz-social__empty .sz-icon-arrow { width: 20px; height: 20px; }
.sz-social__profile-link { margin-top: 21px; font-weight: 500; }

.sz-location { display: grid; grid-template-columns: .85fr 1.15fr; gap: 10%; align-items: center; padding: 138px 0; }
.sz-location > div:first-child > p:not(.sz-eyebrow) { max-width: 390px; margin: 25px 0 30px; color: var(--sz-muted); font-size: 15px; }
.sz-location__nearby { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0 24px; max-width: 430px; margin: 0 0 30px; padding: 0; list-style: none; border-bottom: 1px solid var(--sz-line); }
.sz-location__nearby li { display: grid; gap: 3px; min-height: 65px; padding: 11px 0; border-top: 1px solid var(--sz-line); }
.sz-location__nearby strong { font-family: var(--sz-display); font-size: 21px; font-weight: 500; letter-spacing: -.04em; line-height: 1; }
.sz-location__nearby span { color: var(--sz-muted); font-size: 11px; line-height: 1.25; }
.sz-text-link { display: inline-flex; align-items: center; gap: 10px; font-size: 13px; font-weight: 600; text-decoration: underline !important; text-underline-offset: 5px !important; }
.sz-map { position: relative; min-height: 420px; overflow: hidden; background: #d6dbce; }
.sz-map::before, .sz-map::after { position: absolute; content: ""; opacity: .65; }
.sz-map::before { width: 125%; height: 70px; left: -10%; top: 35%; background: #f2efe6; transform: rotate(-15deg); box-shadow: 0 100px 0 #f2efe6, 0 -100px 0 #f2efe6; }
.sz-map::after { width: 75%; height: 45px; right: -17%; top: 5%; background: #a8c0c4; border-radius: 50%; transform: rotate(21deg); box-shadow: -210px 248px 0 50px #a8c0c4; }
.sz-map > span { position: absolute; top: 50%; left: 47%; z-index: 1; width: 150px; padding: 15px; color: var(--sz-white); background: var(--sz-forest); box-shadow: var(--sz-shadow); transform: translate(-50%, -50%); }
.sz-map > span::after { position: absolute; left: 50%; bottom: -11px; border: 12px solid transparent; border-top-color: var(--sz-forest); content: ""; transform: translateX(-50%); }
.sz-map b { display: block; font-family: var(--sz-display); font-size: 18px; font-weight: 500; }
.sz-map small { display: block; margin-top: 3px; color: rgba(255,255,255,.7); font-size: 9px; }
.sz-map > a { position: absolute; right: 20px; bottom: 20px; z-index: 2; display: inline-flex; align-items: center; gap: 8px; padding: 11px 13px; color: var(--sz-forest); background: var(--sz-white); font-size: 11px; font-weight: 600; }

.sz-faq { padding-bottom: 138px; }
.sz-faq__heading { max-width: 460px; margin-bottom: 42px; }
.sz-faq__list { border-top: 1px solid var(--sz-line); }
.sz-faq details { border-bottom: 1px solid var(--sz-line); }
.sz-faq summary { display: flex; justify-content: space-between; gap: 20px; padding: 22px 0; font-size: 15px; font-weight: 600; cursor: pointer; list-style: none; }
.sz-faq summary::-webkit-details-marker { display: none; }
.sz-faq summary::after { content: "+"; color: var(--sz-muted); font-size: 22px; font-weight: 400; line-height: .7; }
.sz-faq details[open] summary::after { content: "–"; }
.sz-faq details p { max-width: 740px; margin: -2px 45px 23px 0; color: var(--sz-muted); font-size: 14px; }
.sz-faq details p a { color: var(--sz-forest); font-weight: 600; text-decoration: underline; text-underline-offset: 4px; }
.sz-booking { display: grid; grid-template-columns: 1fr auto; gap: 35px; align-items: center; margin-bottom: 100px; padding: clamp(40px,7vw,84px); color: var(--sz-white); background: var(--sz-forest-2); }
.sz-booking .sz-eyebrow { margin-bottom: 14px; color: rgba(255,255,255,.65); }
.sz-booking h2 { max-width: 640px; }

.sz-footer { color: rgba(255,255,255,.68); background: #172520; }
.sz-footer__inner { display: grid; grid-template-columns: 1.1fr .8fr .8fr; gap: 60px; padding: 62px 0 26px; }
.sz-footer__logo { width: min(274px, 100%); }
.sz-footer__inner p { max-width: 285px; margin: 17px 0 0; font-size: 12px; line-height: 1.55; }
.sz-footer__inner > div:not(:first-child) { display: grid; gap: 11px; align-content: start; font-size: 12px; }
.sz-footer strong { margin-bottom: 3px; color: var(--sz-white); font-size: 11px; letter-spacing: .09em; text-transform: uppercase; }
.sz-footer__social { display: flex; gap: 9px; margin-top: 20px; }
.sz-footer__social a { display: grid; place-items: center; width: 34px; height: 34px; color: var(--sz-white); border: 1px solid rgba(255,255,255,.32); transition: color .2s, background .2s; }
.sz-footer__social a:hover, .sz-footer__social a:focus-visible { color: var(--sz-forest); background: var(--sz-white); }
.sz-footer__social svg { width: 17px; height: 17px; }
.sz-footer__bottom { display: flex; justify-content: space-between; gap: 16px; padding: 19px 0; border-top: 1px solid rgba(255,255,255,.12); font-size: 10px; }
.sz-sticky-booking { display: none; }

.sz-header--solid { position: fixed; color: var(--sz-white); background: rgba(30,48,44,.97); border-color: rgba(255,255,255,.12); box-shadow: 0 6px 24px rgba(30,48,44,.16); }
.sz-newsletter-nav { display: flex; align-items: center; gap: 22px; }
.sz-newsletter-nav a { color: var(--sz-white) !important; font-size: 13px; font-weight: 600; text-decoration: none !important; }
.sz-newsletter-nav a:hover { opacity: .72; }
.sz-newsletter-hero { position: relative; min-height: 540px; overflow: hidden; color: var(--sz-white); background: var(--sz-forest); }
.sz-newsletter-hero__image, .sz-newsletter-hero__veil { position: absolute; inset: 0; width: 100%; height: 100%; }
.sz-newsletter-hero__image { object-fit: cover; object-position: 50% 58%; }
.sz-newsletter-hero__veil { background: linear-gradient(90deg, rgba(17,30,27,.82), rgba(17,30,27,.42) 54%, rgba(17,30,27,.18)), linear-gradient(0deg, rgba(17,30,27,.45), transparent 52%); }
.sz-newsletter-hero__content { position: relative; z-index: 1; display: flex; flex-direction: column; justify-content: flex-end; min-height: 540px; padding: 150px 0 72px; }
.sz-newsletter-hero .sz-eyebrow { color: rgba(255,255,255,.75); }
.sz-newsletter-hero h1 { max-width: 700px; color: var(--sz-white) !important; font-size: clamp(44px, 5vw, 72px) !important; }
.sz-newsletter-hero p:not(.sz-eyebrow) { max-width: 540px; margin: 26px 0 0; color: rgba(255,255,255,.84); font-size: 17px; line-height: 1.55; }
.sz-newsletter-layout { display: grid; grid-template-columns: minmax(0, .9fr) minmax(380px, 1fr); gap: 74px; align-items: start; padding: 112px 0 94px; }
.sz-newsletter-copy h2 { max-width: 520px; }
.sz-newsletter-benefits { display: grid; gap: 18px; margin-top: 34px; }
.sz-newsletter-benefits > div { padding: 23px 0 22px; border-top: 1px solid var(--sz-line); }
.sz-newsletter-benefits strong { display: block; color: var(--sz-ink); font-size: 15px; }
.sz-newsletter-benefits span { display: block; max-width: 440px; margin-top: 8px; color: var(--sz-muted); font-size: 14px; line-height: 1.55; }
.sz-newsletter-card { padding: clamp(26px, 4vw, 42px); background: var(--sz-white); box-shadow: var(--sz-shadow); }
.sz-newsletter-form { display: grid; gap: 20px; }
.sz-newsletter-field { display: grid; gap: 9px; }
.sz-newsletter-field span, .sz-newsletter-interests legend { color: var(--sz-ink); font-size: 12px; font-weight: 700; letter-spacing: .05em; text-transform: uppercase; }
.sz-newsletter-field input { width: 100%; min-height: 52px; padding: 0 15px; color: var(--sz-ink); background: var(--sz-cream); border: 1px solid rgba(36,48,45,.16); border-radius: 0; font: 15px var(--sz-body); box-sizing: border-box; }
.sz-newsletter-field input:focus { outline: 2px solid rgba(216,189,136,.55); outline-offset: 2px; border-color: var(--sz-accent); }
.sz-newsletter-interests { display: grid; gap: 12px; margin: 0; padding: 0; border: 0; }
.sz-newsletter-interests legend { margin-bottom: 2px; padding: 0; }
.sz-newsletter-check, .sz-newsletter-consent { display: grid; grid-template-columns: 22px minmax(0, 1fr); gap: 12px; align-items: start; cursor: pointer; }
.sz-newsletter-check { padding: 16px; background: var(--sz-cream); border: 1px solid rgba(36,48,45,.12); transition: border-color .2s, background .2s; }
.sz-newsletter-check:has(input:checked) { background: #fbf7ec; border-color: var(--sz-accent); }
.sz-newsletter-check input, .sz-newsletter-consent input { width: 18px; height: 18px; margin: 2px 0 0; accent-color: var(--sz-forest); }
.sz-newsletter-check strong { display: block; color: var(--sz-ink); font-size: 14px; line-height: 1.25; }
.sz-newsletter-check small { display: block; margin-top: 5px; color: var(--sz-muted); font-size: 12px; line-height: 1.35; }
.sz-newsletter-consent { color: var(--sz-muted); font-size: 12px; line-height: 1.48; }
.sz-newsletter-consent a, .sz-newsletter-privacy a { color: var(--sz-forest); font-weight: 700; text-decoration: underline; text-underline-offset: 3px; }
.sz-newsletter-submit { width: 100%; border: 0; }
.sz-newsletter-submit[disabled] { opacity: .62; cursor: wait; transform: none; }
.sz-newsletter-message { min-height: 20px; margin: 0; color: var(--sz-muted); font-size: 13px; line-height: 1.45; }
.sz-newsletter-message.is-success { color: #1f6a4b; }
.sz-newsletter-message.is-error { color: #9f2d2d; }
.sz-newsletter-privacy { padding: 0 0 118px; }
.sz-newsletter-privacy h2 { max-width: 780px; margin-bottom: 32px; }
.sz-newsletter-privacy__grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 22px 48px; padding-top: 28px; border-top: 1px solid var(--sz-line); }
.sz-newsletter-privacy__grid p { margin: 0; color: var(--sz-muted); font-size: 14px; line-height: 1.65; }
.sz-newsletter-popup { position: fixed; z-index: 1200; inset: 0; display: none; padding: 22px; background: rgba(17,30,27,.66); }
.sz-newsletter-popup.is-open { display: flex; }
.sz-newsletter-popup__dialog { position: relative; width: min(520px, 100%); margin: auto; padding: 34px; color: var(--sz-ink); background: var(--sz-white); box-shadow: 0 22px 70px rgba(17,30,27,.35); }
.sz-newsletter-popup__close { position: absolute; top: 14px; right: 14px; display: grid; place-items: center; width: 34px; height: 34px; padding: 0; color: var(--sz-ink); background: var(--sz-cream); border: 0; font-size: 20px; cursor: pointer; }
.sz-newsletter-popup h2 { max-width: 390px; margin: 0 40px 12px 0; font-size: clamp(30px, 4vw, 42px); }
.sz-newsletter-popup__intro { max-width: 390px; margin: 0 0 22px; color: var(--sz-muted); font-size: 14px; line-height: 1.55; }
.sz-newsletter-bottom { display: grid; grid-template-columns: minmax(0, .82fr) minmax(420px, 1fr); gap: 58px; align-items: start; margin-bottom: 34px; padding: clamp(34px, 5vw, 62px); color: var(--sz-white); background: var(--sz-forest); }
.sz-newsletter-bottom .sz-eyebrow { color: rgba(255,255,255,.68); }
.sz-newsletter-bottom h2 { max-width: 520px; color: var(--sz-white) !important; }
.sz-newsletter-bottom__copy > p:not(.sz-eyebrow) { max-width: 430px; margin: 22px 0 0; color: rgba(255,255,255,.72); font-size: 15px; line-height: 1.6; }
.sz-newsletter-bottom .sz-newsletter-form { padding: 0; }
.sz-newsletter-bottom .sz-newsletter-field span, .sz-newsletter-bottom .sz-newsletter-interests legend { color: rgba(255,255,255,.8); }
.sz-newsletter-bottom .sz-newsletter-field input { color: var(--sz-ink); background: var(--sz-white); border-color: rgba(255,255,255,.18); }
.sz-newsletter-bottom .sz-newsletter-check { background: rgba(255,255,255,.08); border-color: rgba(255,255,255,.16); }
.sz-newsletter-bottom .sz-newsletter-check:has(input:checked) { background: rgba(216,189,136,.18); border-color: var(--sz-accent); }
.sz-newsletter-bottom .sz-newsletter-check strong { color: var(--sz-white); }
.sz-newsletter-bottom .sz-newsletter-check small, .sz-newsletter-bottom .sz-newsletter-consent, .sz-newsletter-bottom .sz-newsletter-message { color: rgba(255,255,255,.68); }
.sz-newsletter-bottom .sz-newsletter-consent a { color: var(--sz-white); }
.sz-newsletter-bottom .sz-newsletter-message.is-success { color: #cfe9d8; }
.sz-newsletter-bottom .sz-newsletter-message.is-error { color: #ffd3d3; }
.sz-newsletter-bottom .sz-newsletter-submit { color: var(--sz-forest) !important; background: var(--sz-white) !important; }
.sz-privacy-hero { color: var(--sz-white); background: var(--sz-forest); }
.sz-privacy-hero__content { padding: 148px 0 72px; }
.sz-privacy-hero .sz-eyebrow { color: rgba(255,255,255,.7); }
.sz-privacy-hero h1 { max-width: 780px; color: var(--sz-white) !important; font-size: clamp(42px, 5vw, 68px) !important; }
.sz-privacy-hero p { max-width: 720px; margin: 24px 0 0; color: rgba(255,255,255,.78); font-size: 17px; line-height: 1.6; }
.sz-privacy-hero span { display: block; margin-top: 18px; color: rgba(255,255,255,.55); font-size: 12px; }
.sz-privacy-content { display: grid; grid-template-columns: 260px minmax(0, 1fr); gap: 72px; padding: 92px 0 118px; }
.sz-privacy-toc { position: sticky; top: 92px; display: grid; gap: 12px; align-self: start; padding: 22px; background: var(--sz-white); box-shadow: 0 12px 38px rgba(30,48,44,.08); }
.sz-privacy-toc strong { color: var(--sz-ink); font-size: 13px; letter-spacing: .08em; text-transform: uppercase; }
.sz-privacy-toc a { color: var(--sz-muted); font-size: 13px; text-decoration: none !important; }
.sz-privacy-toc a:hover { color: var(--sz-forest); }
.sz-privacy-body { display: grid; gap: 48px; }
.sz-privacy-body section { scroll-margin-top: 96px; }
.sz-privacy-body h2 { margin: 0 0 18px; color: var(--sz-ink); font-size: clamp(28px, 3vw, 42px); }
.sz-privacy-body p { max-width: 850px; margin: 0; color: var(--sz-muted); font-size: 15px; line-height: 1.72; }
.sz-privacy-body p + p { margin-top: 14px; }
.sz-privacy-body ul { display: grid; gap: 10px; max-width: 880px; margin: 0; padding-left: 19px; color: var(--sz-muted); font-size: 15px; line-height: 1.62; }
.sz-privacy-body a { color: var(--sz-forest); font-weight: 700; text-decoration: underline; text-underline-offset: 3px; }
.sz-privacy-table { display: grid; gap: 12px; }
.sz-privacy-table > div { display: grid; grid-template-columns: minmax(190px, .38fr) minmax(0, 1fr); gap: 18px; padding: 17px 0; border-top: 1px solid var(--sz-line); }
.sz-privacy-table strong { color: var(--sz-ink); font-size: 14px; line-height: 1.35; }
.sz-privacy-table span { color: var(--sz-muted); font-size: 14px; line-height: 1.58; }

@media (min-width: 641px) {
  .sz-hero__content { margin-left: max(32px, calc((100% - 1180px) / 2 - 64px)); margin-right: 0; }
}

.sz-modal { position: fixed; z-index: 1000; inset: 0; display: none; padding: 24px; background: rgba(20,32,29,.94); }
.sz-modal.is-open { display: flex; }
.sz-modal__inner { width: min(1180px, 100%); margin: auto; }
.sz-modal__bar { display: flex; align-items: center; gap: 16px; margin-bottom: 18px; color: var(--sz-white); }
.sz-modal__bar strong { font-family: var(--sz-display); font-size: 26px; font-weight: 500; }
.sz-modal__bar button { display: inline-flex; align-items: center; gap: 8px; padding: 0; color: var(--sz-white); background: transparent; border: 0; font: 12px var(--sz-body); cursor: pointer; }
.sz-modal__bar button span { display: grid; place-items: center; width: 34px; height: 34px; border: 1px solid rgba(255,255,255,.45); font-size: 19px; }
.sz-modal__tabs { display: flex; gap: 6px; margin-left: auto; }
.sz-modal__tabs button { min-height: 34px; padding: 0 11px; color: rgba(255,255,255,.7); border: 1px solid rgba(255,255,255,.25); font-size: 11px; font-weight: 500; transition: color .2s, background .2s; }
.sz-modal__tabs button:hover, .sz-modal__tabs button:focus-visible { color: var(--sz-white); border-color: rgba(255,255,255,.6); }
.sz-modal__tabs button.is-active { color: var(--sz-forest); background: var(--sz-white); border-color: var(--sz-white); }
.sz-modal__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; max-height: calc(100svh - 130px); overflow: auto; }
.sz-modal__grid img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; }

@media (max-width: 980px) {
	.sz-navigation { gap: 16px; }
  .sz-navigation > a:not(.sz-button) { display: none; }
  .sz-gallery-showcase { grid-template-columns: 1fr 1fr; min-height: 0; }
  .sz-gallery-showcase__photo--large { grid-row: span 2; min-height: 560px; }
  .sz-gallery-showcase__frames { grid-template-columns: 1fr; gap: 14px; padding: 24px 24px 0; }
  .sz-gallery-showcase__frames .sz-gallery-showcase__photo { min-height: 190px; }
  .sz-gallery-showcase__copy { padding: 32px 24px 36px; }
  .sz-story__grid { grid-template-columns: 1fr 1fr; grid-template-rows: 280px 190px; }
  .sz-story blockquote { grid-column: 2; }
  .sz-film__intro { grid-template-columns: 1fr 1fr; gap: 50px; }
  .sz-social__platform { padding: 22px; }
}
@media (max-width: 640px) {
  :root { --sz-shell: calc(100% - 40px); }
  .sz-header__inner { height: 50px; }
  .sz-brand { width: 172px; }
  .sz-menu-toggle { display: block; }
  .sz-navigation { position: fixed; inset: 50px 0 auto; display: none; align-items: stretch; gap: 0; padding: 18px 20px 26px; color: var(--sz-white); background: var(--sz-forest); box-shadow: 0 20px 25px rgba(30,48,44,.22); }
  .sz-navigation.is-open { display: grid; }
  .sz-navigation > a:not(.sz-button), .sz-navigation__gallery { display: block; width: 100%; padding: 13px 0; border-bottom: 1px solid rgba(255,255,255,.16); font-size: 15px !important; text-align: left; }
  .sz-navigation .sz-button { margin-top: 18px; }
  .sz-language-switcher { width: fit-content; margin-top: 3px; }
  .sz-header:has(.sz-navigation.is-open) { color: var(--sz-white); background: var(--sz-forest); }
  .sz-header:has(.sz-navigation.is-open) .sz-menu-toggle { color: var(--sz-white); }
  .sz-hero, .sz-hero__content { min-height: 100svh; }
  .sz-hero__content { padding: 96px 0 10px; }
  .sz-hero .sz-eyebrow { position: absolute; top: 60px; left: 0; margin: 0; }
  .sz-hero__poster { object-position: center center; }
  .sz-hero h1 { max-width: none; font-size: clamp(34px,9vw,42px) !important; }
  .sz-hero__title-line { display: inline-block; white-space: nowrap; font-size: clamp(29px,7.8vw,38px); letter-spacing: -.07em; }
  .sz-hero__copy { max-width: 340px; margin: 22px 0 25px; font-size: 15px; }
  .sz-hero__actions { align-items: flex-start; flex-direction: column; gap: 12px; }
  .sz-hero__actions .sz-button { width: 100%; }
  .sz-facts__inner { grid-template-columns: 1fr 1fr; }
  .sz-facts__inner > div { min-height: 94px; padding: 22px 16px; }
  .sz-facts__inner > div:nth-child(2), .sz-facts__inner > div:nth-child(4) { border-right: 1px solid rgba(255,255,255,.16); }
  .sz-facts__inner > div:nth-child(n+3) { border-top: 1px solid rgba(255,255,255,.16); }
  .sz-facts strong { font-size: 24px; }
  .sz-intro, .sz-location { grid-template-columns: 1fr; gap: 30px; padding: 88px 0; }
	.sz-location__nearby { margin-bottom: 27px; }
  .sz-intro > div:last-child p { font-size: 16px; }
  .sz-homes { padding-bottom: 80px; }
  .sz-section-heading { display: block; margin-bottom: 28px; }
  .sz-section-heading > p { margin-top: 20px; }
  .sz-gallery-showcase { grid-template-columns: 1fr; }
  .sz-gallery-showcase__photo { min-height: 245px; }
  .sz-gallery-showcase__photo--large { grid-row: auto; }
  .sz-gallery-showcase__photo:not(.sz-gallery-showcase__photo--large) { display: none; }
  .sz-gallery-showcase__frames { display: none; }
  .sz-gallery-showcase__copy { grid-column: auto; padding: 35px 27px 38px; }
  .sz-homes__booking .sz-button { width: 100%; }
  .sz-story { padding: 82px 0; }
  .sz-story__intro { display: block; margin-bottom: 33px; }
  .sz-story__intro > p { margin-top: 20px; }
  .sz-story__grid { grid-template-columns: 1fr; grid-template-rows: 270px 190px 160px; }
  .sz-story__photo--large, .sz-story blockquote { grid-row: auto; grid-column: auto; }
  .sz-film { padding: 88px 0; }
  .sz-film__intro { grid-template-columns: 1fr; gap: 20px; margin-bottom: 28px; }
  .sz-film__intro > p { margin: 0; }
  .sz-social { padding: 82px 0; }
  .sz-social__intro { display: block; margin-bottom: 30px; }
  .sz-social__intro > p { margin-top: 20px; }
  .sz-social__platforms { grid-template-columns: 1fr; gap: 14px; }
  .sz-social__platform { padding: 19px; }
  .sz-social__platform-head { margin-bottom: 16px; }
  .sz-social__icon { flex-basis: 44px; width: 44px; height: 44px; padding: 9px; }
  .sz-social__empty { min-height: 150px; }
  .sz-social__card-arrow { display: none; }
  .sz-map { min-height: 320px; }
  .sz-faq { padding-bottom: 85px; }
  .sz-booking { display: block; margin-bottom: 72px; padding: 40px 25px; }
  .sz-booking .sz-button { width: 100%; margin-top: 27px; }
  .sz-footer__inner { grid-template-columns: 1fr; gap: 32px; padding-top: 48px; }
  .sz-footer__bottom { display: block; line-height: 1.8; }
  .sz-newsletter-nav { gap: 14px; }
  .sz-newsletter-nav a { font-size: 12px; }
  .sz-newsletter-hero { min-height: 520px; }
  .sz-newsletter-hero__content { min-height: 520px; padding: 110px 0 54px; }
  .sz-newsletter-hero h1 { font-size: clamp(36px, 10vw, 48px) !important; }
  .sz-newsletter-hero p:not(.sz-eyebrow) { font-size: 15px; }
  .sz-newsletter-layout { grid-template-columns: 1fr; gap: 34px; padding: 82px 0 72px; }
  .sz-newsletter-card { padding: 24px 20px; }
  .sz-newsletter-privacy { padding-bottom: 86px; }
  .sz-newsletter-privacy__grid { grid-template-columns: 1fr; gap: 18px; }
  .sz-newsletter-popup { padding: 14px; }
  .sz-newsletter-popup__dialog { max-height: calc(100svh - 28px); overflow: auto; padding: 30px 20px 24px; }
  .sz-newsletter-bottom { grid-template-columns: 1fr; gap: 28px; margin-bottom: 28px; padding: 34px 22px; }
  .sz-privacy-hero__content { padding: 112px 0 54px; }
  .sz-privacy-content { grid-template-columns: 1fr; gap: 36px; padding: 72px 0 88px; }
  .sz-privacy-toc { position: static; }
  .sz-privacy-table > div { grid-template-columns: 1fr; gap: 8px; }
  .sz-sticky-booking, .sz-sticky-booking:visited, .sz-sticky-booking:hover, .sz-sticky-booking:focus { position: fixed; z-index: 30; right: 15px; bottom: 15px; display: inline-flex; align-items: center; gap: 8px; padding: 13px 17px; color: var(--sz-white) !important; background: var(--sz-forest); box-shadow: 0 9px 25px rgba(20,32,29,.24); font-size: 12px; font-weight: 600; }
  .sz-modal { padding: 17px; }
  .sz-modal__bar { flex-wrap: wrap; gap: 12px; }
  .sz-modal__bar strong { width: calc(100% - 70px); font-size: 23px; }
  .sz-modal__bar > [data-sz-modal-close] { margin-left: auto; }
  .sz-modal__tabs { order: 3; width: 100%; margin-left: 0; }
  .sz-modal__tabs button { flex: 1; justify-content: center; }
  .sz-modal__grid { grid-template-columns: 1fr 1fr; gap: 8px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .sz-gallery-showcase__photo img, .sz-social__card img, .sz-social__card-arrow, .sz-button { transition: none; }
}
