@font-face {
  font-family: "Retreat Serif";
  src: url("assets/fonts/cormorant-regular-3.ttf") format("truetype");
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "Retreat Sans";
  src: url("assets/fonts/cormorant-bold-1.ttf") format("truetype");
  font-weight: 700;
  font-display: swap;
}

:root {
  --site-font: "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  --purple: #4b3852;
  --purple-deep: #382b41;
  --lilac: #d9d8df;
  --paper: #f5f4f2;
  --white: #fff;
  --ink: #2b2830;
  --blue: #79a8c8;
  --page-width: min(100vw, 1366px);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--site-font); line-height: 1.45; }
button, input, textarea, select { font: inherit; }
img { display: block; width: 100%; }
a { color: inherit; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.section-shell { width: min(89%, 1210px); margin: 0 auto; }
.light-section { background: #dedede; }
.dark-section { color: #fff; background: var(--purple); }
.eyebrow { margin: 0 0 10px; color: var(--blue); font-size: 14px; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; }
h1, h2, h3, p { text-wrap: balance; }
h2 { margin: 0; font-family: var(--site-font); font-size: clamp(48px, 6vw, 82px); line-height: .98; font-weight: 400; letter-spacing: .025em; text-transform: uppercase; }

.site-header { width: 100%; max-width: 1366px; height: calc(var(--page-width) * .093704); margin: 0 auto; padding: 0 2.12%; display: flex; align-items: center; background: #fff; position: relative; z-index: 20; }
.brand { width: calc(var(--page-width) * .065398); height: calc(var(--page-width) * .050757); flex: 0 0 calc(var(--page-width) * .065398); }
.brand img { width: 100%; height: 100%; object-fit: contain; }
.primary-nav { margin-left: 6.45%; margin-right: 4%; flex: 1 1 auto; display: flex; align-items: center; justify-content: space-between; gap: 0; white-space: nowrap; }
.primary-nav a { color: #444e58; font-family: var(--site-font); font-size: clamp(15px, 1.55vw, 21px); font-weight: 400; text-decoration: none; }
.primary-nav a:hover, .primary-nav a:focus-visible, .primary-nav .active { color: var(--purple); }
.menu-toggle { display: none; margin-left: auto; border: 0; background: transparent; padding: 10px; }
.menu-toggle > span:not(.sr-only) { display: block; width: 25px; height: 2px; margin: 5px 0; background: #444e58; }

.host-hero { max-width: 1366px; min-height: clamp(600px, 64vw, 875px); margin: 0 auto; position: relative; display: grid; place-items: center; overflow: hidden; background: url("assets/host-hero.jpg") center 54% / cover no-repeat; }
.host-hero__overlay { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(75,56,82,.23), rgba(29,24,33,.13) 45%, rgba(38,29,43,.58)); }
.host-hero__content { position: relative; z-index: 1; width: 92%; color: #fff; text-align: center; }
.host-hero__content > p { margin: 0 0 34px; padding: 18px 0; border-top: 1px solid rgba(255,255,255,.75); border-bottom: 1px solid rgba(255,255,255,.75); font-size: clamp(16px, 1.75vw, 24px); font-weight: 700; }
.host-hero h1 { margin: 22vh 0 10px; font-family: var(--site-font); font-size: clamp(62px, 8vw, 110px); line-height: .95; font-weight: 400; letter-spacing: .01em; text-transform: uppercase; }
.host-hero__content > span { display: block; font-size: clamp(13px, 1.35vw, 19px); font-weight: 700; letter-spacing: .04em; text-transform: uppercase; }
.host-hero__content > a { display: inline-block; margin-top: 30px; padding: 12px 28px; border: 1px solid #fff; border-radius: 99px; text-decoration: none; font-weight: 700; }

.overview { padding: 90px 0 96px; }
.overview h2 { margin-bottom: 52px; }
.overview-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 34px; }
.picture-card { min-height: 440px; border: 1px solid rgba(255,255,255,.55); }
.picture-card img { height: 270px; object-fit: cover; }
.picture-card h3 { margin: 27px 28px; font-size: clamp(19px, 1.8vw, 25px); line-height: 1.15; font-weight: 400; text-transform: uppercase; }

.accommodation-intro { max-width: 1366px; margin: 0 auto; background: var(--purple); color: #fff; }
.accommodation-photo { height: 460px; position: relative; overflow: hidden; }
.accommodation-photo::after { content: ""; position: absolute; inset: 0; background: rgba(255,255,255,.56); }
.accommodation-photo img { height: 100%; object-fit: cover; }
.accommodation-photo h2 { position: absolute; z-index: 1; left: 7.5%; top: 18%; color: var(--purple-deep); }
.accommodation-copy { display: grid; grid-template-columns: 1fr 1fr; gap: 70px; padding-top: 58px; padding-bottom: 65px; font-size: 18px; }
.accommodation-copy p { margin: 0; }
.accommodation-copy ul { margin: 0; padding-left: 22px; }

.rooms { padding: 94px 0 110px; }
.rooms h2 { margin-bottom: 58px; color: var(--purple); }
.room-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 38px; }
.room-card { min-width: 0; border: 1px solid #aaa; background: #e4e4e4; }
.room-card img { height: 320px; object-fit: cover; }
.room-card > div { padding: 28px 30px 32px; }
.room-card h3 { margin: 0 0 17px; color: var(--purple-deep); font-family: var(--site-font); font-size: clamp(34px, 4.3vw, 58px); line-height: 1; font-weight: 400; text-transform: uppercase; }
.room-card ul { margin: 0; padding-left: 19px; font-size: 15px; line-height: 1.5; text-transform: uppercase; }

.treatments { max-width: 1366px; min-height: 650px; margin: 0 auto; display: grid; grid-template-columns: 1fr 1fr; }
.treatment-copy { padding: 80px 8% 70px; }
.treatment-copy h2 { margin-bottom: 34px; font-size: clamp(46px, 5.3vw, 72px); }
.treatment-copy > p:not(.eyebrow) { max-width: 580px; font-size: 18px; }
.treatment-list { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 30px; }
.treatment-list span { padding: 8px 13px; border: 1px solid rgba(255,255,255,.45); border-radius: 99px; font-size: 14px; }
.treatments > img { height: 100%; min-height: 650px; object-fit: cover; }
.treatment-gallery, .yoga-gallery { max-width: 1366px; margin: 0 auto; padding: 72px 5.5%; display: grid; grid-template-columns: 1fr 1fr; gap: 32px; }
.treatment-gallery img, .yoga-gallery img { height: 500px; object-fit: cover; }

.yoga-spaces { max-width: 1366px; min-height: 720px; margin: 0 auto; position: relative; display: flex; align-items: center; color: #fff; background: url("assets/host-yoga-bg.jpg") center / cover no-repeat; }
.yoga-overlay { position: absolute; inset: 0; background: rgba(58,41,65,.78); }
.yoga-content { position: relative; z-index: 1; }
.yoga-content h2 { max-width: 780px; margin: 0 auto 90px; text-align: center; }
.yoga-columns { display: grid; grid-template-columns: 1fr 1fr; gap: 90px; }
.yoga-columns h3 { font-size: 21px; }
.yoga-columns li { margin: 6px 0; font-size: 18px; }

.pricing { max-width: 1366px; min-height: 720px; margin: 0 auto; display: grid; grid-template-columns: 1fr 1fr; background-color: var(--purple); background-image: linear-gradient(90deg, var(--purple) 0 50%, rgba(58,41,65,.72) 50%), url("assets/host-pricing.jpg"); background-position: center, right center; background-size: cover, 55% 100%; background-repeat: no-repeat; }
.pricing-inclusions { padding: 90px 10% 75px; }
.pricing-inclusions h2 { margin-bottom: 44px; font-size: clamp(44px, 5vw, 68px); }
.check-list { list-style: none; margin: 0; padding: 0; }
.check-list li { margin: 15px 0; padding-left: 34px; position: relative; font-size: 18px; }
.check-list li::before { content: "✓"; position: absolute; left: 0; color: var(--blue); font-size: 25px; font-weight: 700; }
.pricing-panel { padding: 90px 7% 70px; }
.pricing-panel h2 { margin-bottom: 22px; padding: 20px; color: #16131a; background: #fff; font-family: var(--site-font); font-size: clamp(28px, 3vw, 42px); text-align: center; }
.price-row { margin: 13px 0; padding: 17px 20px; display: flex; justify-content: center; align-items: baseline; gap: 8px; color: var(--purple); background: #fff; text-align: center; }
.price-row strong { font-size: 25px; }
.price-row.small { font-size: 14px; }

.payment { padding: 100px 0; }
.payment-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 65px; }
.payment h2 { margin-bottom: 38px; color: var(--purple); font-size: clamp(42px, 5vw, 68px); }
.deposit-table { display: grid; gap: 12px; }
.table-row { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 12px; }
.table-row span, .table-row strong { padding: 15px 10px; display: grid; place-items: center; background: #f7f7f7; text-align: center; }
.table-head { font-weight: 700; }
.terms { padding: 40px; color: #fff; background: var(--purple); }
.terms h2 { color: #fff; }
.terms li { margin: 13px 0; font-size: 17px; }

.explore { padding: 100px 0 120px; }
.explore h2 { margin-bottom: 55px; color: var(--purple); text-align: center; letter-spacing: .12em; }
.explore .eyebrow { text-align: center; }
.explore-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 32px; }
.explore-grid article { border: 1px solid #aaa; background: #e6e6e6; }
.explore-grid img { height: 260px; object-fit: cover; }
.explore-grid h3 { min-height: 86px; margin: 0; padding: 23px; display: grid; place-items: center; font-size: 20px; line-height: 1.15; font-weight: 400; text-align: center; text-transform: uppercase; }

.map-section { max-width: 1366px; margin: 0 auto; background: #dcebed; }
.map-section img { width: 100%; height: auto; }

.host-footer { max-width: 1366px; min-height: 650px; margin: 0 auto; position: relative; display: grid; place-items: center; color: #fff; background: url("assets/host-overview-property.jpg") center / cover no-repeat; }
.footer-overlay { position: absolute; inset: 0; background: rgba(58,41,65,.82); }
.footer-content { position: relative; z-index: 1; padding: 70px 0; text-align: center; }
.policy h2 { margin-bottom: 20px; font-family: var(--site-font); font-size: 24px; font-weight: 700; text-transform: none; }
.policy p, .closing { font-size: 20px; line-height: 1.4; }
.closing { max-width: 970px; margin: 80px auto 55px; padding: 38px 0; border-top: 1px solid rgba(255,255,255,.65); border-bottom: 1px solid rgba(255,255,255,.65); }
.footer-contact { display: flex; align-items: center; justify-content: center; flex-wrap: wrap; gap: 20px 35px; }
.footer-contact a { text-underline-offset: 4px; }
.footer-cta { padding: 13px 24px; border: 1px solid #fff; border-radius: 99px; text-decoration: none; }

@media (max-width: 900px) {
  .site-header { height: 82px; padding: 0 22px; }
  .brand { width: 59px; height: 48px; flex-basis: 59px; }
  .menu-toggle { display: block; }
  .primary-nav { position: absolute; left: 0; right: 0; top: 82px; display: none; margin: 0; padding: 22px; background: rgba(255,255,255,.98); box-shadow: 0 14px 24px rgba(33,57,74,.12); }
  .primary-nav.open { display: grid; gap: 14px; }
  .primary-nav a { font-size: 19px; }
  .host-hero { min-height: 620px; }
  .host-hero h1 { margin-top: 17vh; }
  .overview-grid, .room-grid, .explore-grid { grid-template-columns: 1fr 1fr; }
  .accommodation-copy, .treatments, .yoga-columns, .pricing, .payment-grid { grid-template-columns: 1fr; }
  .treatments > img { min-height: 500px; }
  .pricing { background-image: linear-gradient(rgba(58,41,65,.88),rgba(58,41,65,.88)), url("assets/host-pricing.jpg"); background-size: cover; }
  .yoga-spaces { padding: 90px 0; }
  .yoga-content h2 { margin-bottom: 55px; }
}

@media (max-width: 620px) {
  h2 { font-size: 43px; }
  .section-shell { width: 86%; }
  .host-hero { min-height: 560px; }
  .host-hero__content > p { margin-bottom: 18px; }
  .host-hero h1 { margin-top: 15vh; font-size: 56px; }
  .overview, .rooms, .payment, .explore { padding: 70px 0; }
  .overview-grid, .room-grid, .explore-grid, .treatment-gallery, .yoga-gallery { grid-template-columns: 1fr; }
  .picture-card { min-height: 0; }
  .picture-card h3 { min-height: 60px; }
  .accommodation-photo { height: 390px; }
  .accommodation-copy { gap: 22px; font-size: 17px; }
  .room-card img { height: 250px; }
  .treatment-copy, .pricing-inclusions, .pricing-panel { padding: 65px 8%; }
  .treatments > img { min-height: 420px; }
  .treatment-gallery, .yoga-gallery { padding: 45px 6%; }
  .treatment-gallery img, .yoga-gallery img { height: 340px; }
  .yoga-content h2 { font-size: 48px; }
  .yoga-columns { gap: 28px; }
  .pricing-panel h2 { font-size: 29px; }
  .payment-grid { gap: 35px; }
  .table-row { gap: 5px; }
  .table-row span, .table-row strong { padding: 12px 4px; font-size: 13px; }
  .terms { padding: 30px 24px; }
  .explore-grid img { height: 250px; }
  .policy p, .closing { font-size: 17px; }
  .closing { margin: 55px auto 38px; }
  .footer-contact { flex-direction: column; }
}
