/* ============================
   TYPE (Headings + Body)
   ============================ */
h1, h2, h3 {
  font-family: source-serif-pro, serif;
  font-weight: 300;
  font-style: normal;
}
p, li {
  font-family: aktiv-grotesk, sans-serif;
  font-weight: 400;
  font-style: normal;
}

/* ============================
   BODY TYPOGRAPHY (Headings + Paragraphs)
   ============================ */
#page h1 {
  font-family: "source-serif-pro", serif;
  font-weight: 300;
  font-style: normal;
  font-size: 3.5rem;
  line-height: 1.0;
}
#page h2 {
  font-family: "source-serif-pro", serif;
  font-weight: 400;
  font-size: 2.9rem;
  line-height: 1.1;
}
#page h3 {
  font-family: "source-serif-pro", serif;
  font-weight: 300;
  font-size: 1.4rem;
  line-height: 1.4;
}

/* Paragraph tiers */
#page p.p1 {
  font-family: "source-serif-pro", serif;
  font-style: italic;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.2;
}
#page p.p2 {
  font-family: "aktiv-grotesk", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.8;
}
#page p.p3 {
  font-family: "aktiv-grotesk", sans-serif;
  font-weight: 400;
  font-size: 0.9rem;
  line-height: 1.4;
}

/* ============================
   NAV TYPOGRAPHY (Desktop + Mobile)
   ============================ */
.header-nav-list a,
.header-menu-nav-list a {
  font-family: 'Work Sans', sans-serif !important;
  font-variation-settings: "wght" 550;
  font-weight: 500; /* fallback */
  -webkit-text-stroke: 0.25px currentColor;
  font-size: 13px;
  letter-spacing: 0.08em;
  text-transform: uppercase !important;
  color: #4a73c0 !important;
  text-decoration: none;
}
.header-nav-list a:hover,
.header-menu-nav-list a:hover,
.header-nav-list a[aria-current],
.header-menu-nav-list a[aria-current] {
  color: #4a73c0 !important;
}
.header-nav-list a:hover,
.header-menu-nav-list a:hover {
  text-decoration: underline !important;
}
/* kill persistent underline on active */
.header .header-nav-wrapper .header-nav-item--active > a,
.header .header-nav-wrapper .header-nav-item--active .header-nav-folder-title-text,
.header-nav-list a[aria-current="page"],
.header-nav-list a[aria-current="true"] {
  background-image: none !important;
  background-size: 0 0 !important;
  background-position: 0 100% !important;
  border-bottom: 0 !important;
  box-shadow: none !important;
  text-decoration: none !important;
}

/* ============================
   HEADER LAYOUT (Desktop only)
   ============================ */
@media (min-width: 1024px) {
  .header .header-announcement-bar-wrapper {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .header-display-desktop .header-inner {
    max-width: none !important;
    width: 100% !important;
  }
  .header-display-desktop .header-actions { display: none; }

  .header-layout-branding-center .header-display-desktop .header-title-nav-wrapper {
    max-width: none !important;
    width: 100% !important;
    padding-left: 24px;
    padding-right: 24px;
  }

  .header-layout-branding-center .header-display-desktop .header-nav { width: 100%; }
  .header-display-desktop .header-nav-list {
    display: grid;
    grid-template-columns: auto auto 1fr auto auto; /* L1 L2 [spacer] R1 R2 */
    column-gap: 0 !important;
    align-items: center;
    white-space: nowrap;
  }
  .header-display-desktop .header-nav-list > *:nth-child(1) { grid-column: 1; }
  .header-display-desktop .header-nav-list > *:nth-child(2) { grid-column: 2; }
  .header-display-desktop .header-nav-list > *:nth-child(3) { grid-column: 4; justify-self: end; }
  .header-display-desktop .header-nav-list > *:nth-child(4) { grid-column: 5; }

  .header-display-desktop .header-nav-list > * {
    padding-left: 50px !important;
    padding-right: 50px !important;
  }

  .header-display-desktop { position: relative; }
  .header-layout-branding-center .header-display-desktop .header-title {
    position: absolute; left: 50%; top: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
  }

  body:not(.header--menu-open) [data-header-style="solid"].header
  .header-nav-wrapper .header-nav-item--active > a,
  body:not(.header--menu-open) [data-header-style="solid"].header
  .header-nav-wrapper .header-nav-item--active .header-nav-folder-title-text {
    background-image: none !important;
    background-size: 0 0 !important;
    border-bottom: 0 !important;
    text-decoration: none !important;
  }
}

/* ============================
   THEME TOKENS
   ============================ */
:root {
  --solaya-cream: #fffdf2;
  --hero-curve: 200px;    /* adjust to taste */
  --header-offset: 72px;  /* JS can overwrite with real header height */
}

/* Site bg + header the same cream */
body { background: var(--solaya-cream); }
[data-header-style="solid"].header,
[data-header-style="solid"] .header-background {
  background: var(--solaya-cream) !important;
}

/* ============================
   FIRST SECTION (Hero) — GLOBAL (per your request)
   ============================ */
#sections > section.page-section:first-of-type {
  border-top-left-radius: var(--hero-curve);
  overflow: hidden;
  margin-top: var(--header-offset);
  padding-top: 0 !important;
  background: transparent !important;
  position: relative;
}
#sections > section.page-section:first-of-type > .section-border,
#sections > section.page-section:first-of-type .section-background,
#sections > section.page-section:first-of-type .section-background-overlay,
#sections > section.page-section:first-of-type .section-background img {
  border-top-left-radius: inherit;
  background: transparent !important;
}
#sections > section.page-section:first-of-type .content-wrapper {
  padding-top: calc(var(--header-offset) + 8px) !important;
  border-top-left-radius: inherit;
}
@media (max-width: 767px) {
  #sections > section.page-section:first-of-type { --hero-curve: 180px; }
}

/* =========================================================
   HOME PAGE ONLY: White “card” with bottom-right curve
   (Scoped by section id so other pages aren’t touched)
   ========================================================= */
section.page-section[data-section-id="68d2a3211f504e1a30d9123d"] {
  --card-bg: #ffffff;      /* the white card */
  --canvas-bg: #f1f0e1;    /* background outside the curve */
  position: relative;
  isolation: isolate;
  background: var(--canvas-bg) !important;
}
section.page-section[data-section-id="68d2a3211f504e1a30d9123d"] .section-background {
  background: transparent !important;
}
section.page-section[data-section-id="68d2a3211f504e1a30d9123d"]::before {
  content: "";
  position: absolute;
  inset: 0;
  background: var(--card-bg);
  border-bottom-right-radius: var(--hero-curve, 200px);
  z-index: 0;
  pointer-events: none;
}
section.page-section[data-section-id="68d2a3211f504e1a30d9123d"] .section-border,
section.page-section[data-section-id="68d2a3211f504e1a30d9123d"] .content-wrapper {
  position: relative;
  z-index: 1;
}

/* =========================================================
   HOME PAGE ONLY: Blue panel with TOP-LEFT curve
   (Scoped by section id)
   ========================================================= */
section.page-section[data-section-id="68d2bf2c3baebd3a43c20932"],
section.page-section[data-section-id="68d2bf2c3baebd3a43c20932"] .section-border,
section.page-section[data-section-id="68d2bf2c3baebd3a43c20932"] .section-background,
section.page-section[data-section-id="68d2bf2c3baebd3a43c20932"] .section-background-overlay {
  /* canvas behind the rounded corner */
  background: #f1f0e1 !important;
}
section.page-section[data-section-id="68d2bf2c3baebd3a43c20932"] .content-wrapper {
  --curve: 200px;
  position: relative;
  background: #4a73c0 !important;      /* blue fill */
  border-top-left-radius: var(--curve); /* the curve */
  overflow: hidden;                      /* clip image/text inside */
}
/* keep inner bits transparent + inheriting the curve */
section.page-section[data-section-id="68d2bf2c3baebd3a43c20932"] .content,
section.page-section[data-section-id="68d2bf2c3baebd3a43c20932"] [data-fluid-engine="true"],
section.page-section[data-section-id="68d2bf2c3baebd3a43c20932"] .sqs-block,
section.page-section[data-section-id="68d2bf2c3baebd3a43c20932"] .sqs-image-content,
section.page-section[data-section-id="68d2bf2c3baebd3a43c20932"] img {
  background: transparent !important;
  border-top-left-radius: inherit;
}

/* =========================================================
   HOME PAGE — Footer (top-right curve, WHITE outside)
   ========================================================= */
.collection-68ca7fc3ea57ed4bb5f9c168 #footer-sections section.page-section[data-section-id="68d68d7336d5ae0de6d9c6cb"] {
  --footer-canvas-bg: #ffffff;  /* outside */
  --footer-card-bg:   #f1f0e1;  /* beige inside */
  --footer-curve:     200px;
  position: relative;
  background: var(--footer-canvas-bg) !important;
  isolation: isolate;
}
.collection-68ca7fc3ea57ed4bb5f9c168 #footer-sections section.page-section[data-section-id="68d68d7336d5ae0de6d9c6cb"]::before {
  content: "";
  position: absolute;
  inset: 0;
  background: var(--footer-card-bg);
  border-top-right-radius: var(--footer-curve);
  z-index: 0;
  pointer-events: none;
}
.collection-68ca7fc3ea57ed4bb5f9c168 #footer-sections section.page-section[data-section-id="68d68d7336d5ae0de6d9c6cb"] .section-border,
.collection-68ca7fc3ea57ed4bb5f9c168 #footer-sections section.page-section[data-section-id="68d68d7336d5ae0de6d9c6cb"] .content-wrapper {
  position: relative;
  z-index: 1;
}

/* =========================================================
   RETREATS PAGE — Footer (top-right curve, BLUE outside)
   ========================================================= */
.collection-68daaf031e4c997455e75ce1 #footer-sections section.page-section[data-section-id="68d68d7336d5ae0de6d9c6cb"] {
  --footer-canvas-bg: #4a73c0;  /* outside */
  --footer-card-bg:   #f1f0e1;  /* beige inside */
  --footer-curve:     200px;
  position: relative;
  background: var(--footer-canvas-bg) !important;
  isolation: isolate;
}
.collection-68daaf031e4c997455e75ce1 #footer-sections section.page-section[data-section-id="68d68d7336d5ae0de6d9c6cb"]::before {
  content: "";
  position: absolute;
  inset: 0;
  background: var(--footer-card-bg);
  border-top-right-radius: var(--footer-curve);
  z-index: 0;
  pointer-events: none;
}
.collection-68daaf031e4c997455e75ce1 #footer-sections section.page-section[data-section-id="68d68d7336d5ae0de6d9c6cb"] .section-border,
.collection-68daaf031e4c997455e75ce1 #footer-sections section.page-section[data-section-id="68d68d7336d5ae0de6d9c6cb"] .content-wrapper {
  position: relative;
  z-index: 1;
}

/* =========================================================
   FOOTER — SITE-WIDE (top-right curve, white outside)
   ========================================================= */
#footer-sections section.page-section[data-section-id="68d68d7336d5ae0de6d9c6cb"],
#footer-sections section.page-section:has(.fe-68d68d7336d5ae0de6d9c6ca) {
  --footer-canvas-bg: #fff;      /* outside the curve (behind it) */
  --footer-card-bg:   #f1f0e1;   /* beige inside the section */
  --footer-curve:     200px;     /* curve size */
  position: relative;
  background: var(--footer-canvas-bg) !important;
  isolation: isolate;
}
#footer-sections section.page-section[data-section-id="68d68d7336d5ae0de6d9c6cb"] .section-background,
#footer-sections section.page-section:has(.fe-68d68d7336d5ae0de6d9c6ca) .section-background {
  background: transparent !important;
}
#footer-sections section.page-section[data-section-id="68d68d7336d5ae0de6d9c6cb"]::before,
#footer-sections section.page-section:has(.fe-68d68d7336d5ae0de6d9c6ca)::before {
  content: "";
  position: absolute;
  inset: 0;
  background: var(--footer-card-bg);
  border-top-right-radius: var(--footer-curve);
  z-index: 0;
  pointer-events: none;
}
#footer-sections section.page-section[data-section-id="68d68d7336d5ae0de6d9c6cb"] .section-border,
#footer-sections section.page-section[data-section-id="68d68d7336d5ae0de6d9c6cb"] .content-wrapper,
#footer-sections section.page-section:has(.fe-68d68d7336d5ae0de6d9c6ca) .section-border,
#footer-sections section.page-section:has(.fe-68d68d7336d5ae0de6d9c6ca) .content-wrapper {
  position: relative;
  z-index: 1;
}
/* (Optional) slightly smaller radius on mobile */
@media (max-width: 767px) {
  #footer-sections section.page-section[data-section-id="68d68d7336d5ae0de6d9c6cb"],
  #footer-sections section.page-section:has(.fe-68d68d7336d5ae0de6d9c6ca) {
    --footer-curve: 150px;
  }
}

/* ============================
   Footer link color = match body text
   ============================ */
#footer-sections section.page-section[data-section-id="68d68d7336d5ae0de6d9c6cb"] .sqs-html-content a,
#footer-sections section.page-section:has(.fe-68d68d7336d5ae0de6d9c6ca) .sqs-html-content a {
  color: inherit !important;
  text-decoration-color: currentColor;
}
#footer-sections section.page-section[data-section-id="68d68d7336d5ae0de6d9c6cb"] .sqs-html-content a:hover,
#footer-sections section.page-section[data-section-id="68d68d7336d5ae0de6d9c6cb"] .sqs-html-content a:focus,
#footer-sections section.page-section[data-section-id="68d68d7336d5ae0de6d9c6cb"] .sqs-html-content a:visited,
#footer-sections section.page-section:has(.fe-68d68d7336d5ae0de6d9c6ca) .sqs-html-content a:hover,
#footer-sections section.page-section:has(.fe-68d68d7336d5ae0de6d9c6ca) .sqs-html-content a:focus,
#footer-sections section.page-section:has(.fe-68d68d7336d5ae0de6d9c6ca) .sqs-html-content a:visited {
  color: inherit !important;
  text-decoration-color: currentColor;
}

/* ============================
   Newsletter tweaks
   ============================ */
.newsletter-form-header-description p { color: #252525 !important; }
.newsletter-form-button.sqs-button-element--primary {
  background-color: #252525 !important;
  border-color: #252525 !important;
}
.newsletter-form-button.sqs-button-element--primary .newsletter-form-button-label {
  color: #fff !important;
}

/* HOME — Section 2: make the white card live on the wrapper, not ::before */
section.page-section[data-section-id="68d2a3211f504e1a30d9123d"]::before {
  display: none !important;   /* disable the old pseudo-card */
}

section.page-section[data-section-id="68d2a3211f504e1a30d9123d"] .content-wrapper {
  background: #fff !important;                     /* white card */
  border-bottom-right-radius: var(--hero-curve);   /* rounded corner */
  overflow: hidden;                                /* mask children */
  position: relative;                              /* keep stacking sane */
}

/* keep the outer canvas beige */
section.page-section[data-section-id="68d2a3211f504e1a30d9123d"] {
  background: #f1f0e1 !important;                  /* beige canvas */
}

/* HOME — Section 2 “card” with bottom-right curve (position-scoped) */
.collection-68ca7fc3ea57ed4bb5f9c168 #sections > section.page-section:nth-of-type(2) {
  --card-bg: #fff;         /* white card */
  --canvas-bg: #f1f0e1;    /* beige around the curve */
  position: relative;
  isolation: isolate;
  background: var(--canvas-bg) !important;
}

/* Neutralise Squarespace’s own section background for this section */
.collection-68ca7fc3ea57ed4bb5f9c168
#sections > section.page-section:nth-of-type(2) .section-background {
  background: transparent !important;
}

/* Paint the white card and round the bottom-right corner */
.collection-68ca7fc3ea57ed4bb5f9c168
#sections > section.page-section:nth-of-type(2)::before {
  content: "";
  position: absolute;
  inset: 0;
  background: var(--card-bg);
  border-bottom-right-radius: var(--hero-curve, 200px);
  z-index: 0;
  pointer-events: none;
}

/* Ensure real content renders above the pseudo-card */
.collection-68ca7fc3ea57ed4bb5f9c168
#sections > section.page-section:nth-of-type(2) .section-border,
.collection-68ca7fc3ea57ed4bb5f9c168
#sections > section.page-section:nth-of-type(2) .content-wrapper {
  position: relative;
  z-index: 1;
}

/* Safety: undo any earlier wrapper-rounded attempt */
.collection-68ca7fc3ea57ed4bb5f9c168
#sections > section.page-section:nth-of-type(2) .content-wrapper {
  background: transparent !important;
  border-bottom-right-radius: 0 !important;
  overflow: visible !important;
}

section.page-section:has(.fe-68d2a3211f504e1a30d9123d)::before {
  content:""; position:absolute; inset:0;
  background:#fff; border-bottom-right-radius: var(--hero-curve, 200px);
  z-index:0; pointer-events:none;
}
section.page-section:has(.fe-68d2a3211f504e1a30d9123d) .section-background { background:transparent !important; }
section.page-section:has(.fe-68d2a3211f504e1a30d9123d) { background:#f1f0e1 !important; isolation:isolate; }
section.page-section:has(.fe-68d2a3211f504e1a30d9123d) .section-border,
section.page-section:has(.fe-68d2a3211f504e1a30d9123d) .content-wrapper { position:relative; z-index:1; }


/* RETREATS — Blue panel with TOP-RIGHT curve (targets the section that contains the FE grid you pasted) */
section.page-section:has(.fe-68dbb72798f9e300731d2a67),
section.page-section:has(.fe-68dbb72798f9e300731d2a67) .section-border,
section.page-section:has(.fe-68dbb72798f9e300731d2a67) .section-background,
section.page-section:has(.fe-68dbb72798f9e300731d2a67) .section-background-overlay {
  /* canvas outside the curve */
  background: #f1f0e1 !important;
}

/* the actual blue block */
section.page-section:has(.fe-68dbb72798f9e300731d2a67) .content-wrapper {
  --curve: 200px; /* tweak to taste */
  position: relative;
  background: #4a73c0 !important;
  border-top-right-radius: var(--curve);
  overflow: hidden; /* clip content to the curve */
}

/* keep internals transparent and inheriting the corner */
section.page-section:has(.fe-68dbb72798f9e300731d2a67) .content,
section.page-section:has(.fe-68dbb72798f9e300731d2a67) [data-fluid-engine="true"],
section.page-section:has(.fe-68dbb72798f9e300731d2a67) .sqs-block,
section.page-section:has(.fe-68dbb72798f9e300731d2a67) .sqs-image-content,
section.page-section:has(.fe-68dbb72798f9e300731d2a67) img {
  background: transparent !important;
  border-top-right-radius: inherit;
}

/* Optional: smaller radius on mobile */
@media (max-width: 640px) {
  section.page-section:has(.fe-68dbb72798f9e300731d2a67) .content-wrapper {
    --curve: 120px;
  }
}

/* RETREATS PAGE ONLY — Flights section:
   Blue outside the curve, white panel inside (top-left radius) */
body.collection-68daaf031e4c997455e75ce1
section.page-section:has(.fe-68daaf031e4c997455e75cec),
body.collection-68daaf031e4c997455e75ce1
section.page-section:has(.fe-68daaf031e4c997455e75cec) .section-border,
body.collection-68daaf031e4c997455e75ce1
section.page-section:has(.fe-68daaf031e4c997455e75cec) .section-background,
body.collection-68daaf031e4c997455e75ce1
section.page-section:has(.fe-68daaf031e4c997455e75cec) .section-background-overlay {
  background: #4a73c0 !important; /* BLUE canvas behind the curve */
}

body.collection-68daaf031e4c997455e75ce1
section.page-section:has(.fe-68daaf031e4c997455e75cec) .content-wrapper {
  --curve: 200px;
  position: relative;
  background: #ffffff !important;      /* white panel */
  border-top-left-radius: var(--curve); /* the curve */
  overflow: hidden;                     /* mask image + text */
  z-index: 1;
}

/* keep internals transparent; wrapper does the masking */
body.collection-68daaf031e4c997455e75ce1
section.page-section:has(.fe-68daaf031e4c997455e75cec) .content,
body.collection-68daaf031e4c997455e75ce1
section.page-section:has(.fe-68daaf031e4c997455e75cec) [data-fluid-engine="true"],
body.collection-68daaf031e4c997455e75ce1
section.page-section:has(.fe-68daaf031e4c997455e75cec) .sqs-block,
body.collection-68daaf031e4c997455e75ce1
section.page-section:has(.fe-68daaf031e4c997455e75cec) .sqs-image-content,
body.collection-68daaf031e4c997455e75ce1
section.page-section:has(.fe-68daaf031e4c997455e75cec) img {
  background: transparent !important;
}

/* ================================
   Mobile menu unified background
   ================================ */
@media (max-width: 767px) {
  body.header--menu-open .header-menu,
  body.header--menu-open .header-menu-bg,
  body.header--menu-open .header-menu-wrapper {
    background: #fffdf2 !important;
  }

  /* Also force the header strip (logo + close) */
  body.header--menu-open .header,
  body.header--menu-open .header-inner,
  body.header--menu-open .header-title-nav-wrapper {
    background: #fffdf2 !important;
  }
}
/* Larger mobile menu items */
@media (max-width: 767px) {
  .header--menu-open .header-menu-nav-list a,
  .header--menu-open .header-nav-list a {
    font-size: 25px !important;
    font-weight: 100;
    padding: 16px 0 !important;
    line-height: 1.4 !important;
  }
}

/* ================================
   Hamburger menu colour
   ================================ */
.burger-inner .top-bun,
.burger-inner .patty,
.burger-inner .bottom-bun {
  background-color: #3f62b4 !important; /* replace with your desired colour */
  height: 2px; /* keep the thickness consistent */
  width: 100%;
  border-radius: 2px; /* optional, for smoother edges */
  transition: background-color 0.3s ease;
}
