/**
 * Wosol Theme - Page Section Styles
 *
 * Styles for full-width homepage (and other page) sections:
 * hero, nav, world philosophy, app, map, curated experiences,
 * what we offer, the wosol way, membership CTA, and footer.
 *
 * All values derive from CSS variables in variables.css.
 * Section classes are prefixed with .wosol-* to avoid Astra/plugin collisions.
 */

/* =============================================
   HERO SECTION (homepage)
   Full-viewport intro with background image, overlay, headline,
   subtitle, and CTA button.
   ============================================= */

.wosol-hero {
  position: relative;
  min-height: 880px;
  background-size: cover;
  background-position: center;
  color: #ffffff;
  display: flex;
  align-items: flex-end;
  padding: 0 80px 100px;
}
.wosol-hero__inner {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
}
.wosol-hero__content {
  max-width: 850px;
  margin: 0 auto;
  text-align: center;
}
.wosol-hero__eyebrow {
  font-family: var(--wosol-font-sans);
  font-weight: 400;
  font-size: 18px;
  color: var(--wosol-cream);
  opacity: 0.9;
  margin: 0 0 24px;
}
.wosol-hero__title {
  font-family: var(--wosol-font-serif);
  font-weight: 400;
  font-size: 64px;
  line-height: 1.15;
  color: #ffffff;
  margin: 0 0 40px;
}
.wosol-hero__cta { color: #ffffff; }
@media (max-width: 768px) {
  .wosol-hero { min-height: 640px; padding: 0 16px 60px; }
  .wosol-hero__title { font-size: 40px; }
  .wosol-hero__eyebrow { font-size: 14px; }
}

/* =============================================
   NAV — Figma transparent header
   Positioned absolute over hero; three-column
   grid: Menu pill · WOSOL logo · Call us pill.
   ============================================= */

.wosol-nav {
  position: absolute;
  top: 0; left: 0; right: 0;
  z-index: 20;
  height: 100px;
  display: flex;
  align-items: center;
  padding: 0 40px;
}
.wosol-nav__inner {
  width: 100%;
  max-width: 1360px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 24px;
}
.wosol-nav__menu { justify-self: start; }
.wosol-nav__call { justify-self: end; }

/* Nav pills must appear as borderless label chips, not buttons (Figma 17426:124255) */
.wosol-nav__menu,
.wosol-nav__call {
  border: 0;
  box-shadow: none;
  background: transparent;
  padding: 8px 12px;
  gap: 4px;
  line-height: 20px;
}
.wosol-nav__logo {
  justify-self: center;
  text-align: center;
  text-decoration: none;
  color: #ffffff;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2px;
}
.wosol-nav__logo-mark {
  font-family: var(--wosol-font-serif);
  font-size: 28px;
  letter-spacing: 0.04em;
  line-height: 1;
}
.wosol-nav__logo-sub {
  font-family: var(--wosol-font-sans);
  font-size: 12px;
  font-weight: 300;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  opacity: 0.9;
}
@media (max-width: 768px) {
  .wosol-nav { padding: 0 16px; height: 72px; }
  .wosol-nav__logo-mark { font-size: 22px; }
}

/* =============================================
   WORLD PHILOSOPHY SECTION (homepage)
   Image left / text right on cream-tint background.
   Figma node 17426:124266
   ============================================= */

.wosol-world {
  background: var(--wosol-cream-tint);
  border-bottom: 1px solid var(--wosol-border-hairline);
  padding: 100px 80px;
}
.wosol-world__inner {
  max-width: 1280px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 600px 1fr;
  gap: 80px;
  align-items: center;
}
.wosol-world__media img {
  width: 100%;
  height: 500px;
  object-fit: cover;
  border-radius: var(--wosol-radius-image);
  display: block;
}
.wosol-world__title {
  font-family: var(--wosol-font-serif);
  font-size: 40px;
  line-height: 1.2;
  color: var(--wosol-ink);
  margin: 16px 0 24px;
}
.wosol-world__copy p {
  font-family: var(--wosol-font-sans);
  font-weight: 300;
  font-size: 16px;
  line-height: 1.8;
  color: rgba(16, 26, 40, 0.8);
  margin: 0 0 16px;
}
.wosol-world__cta { margin-top: 24px; }
@media (max-width: 900px) {
  .wosol-world { padding: 60px 16px; }
  .wosol-world__inner { grid-template-columns: 1fr; gap: 32px; }
  .wosol-world__media img { height: auto; }
  .wosol-world__title { font-size: 32px; }
}

/* =============================================
   WOSOL APP SECTION — Figma node 17426:124276
   "Luxury Concierge. Always Within Reach."
   Text left / phone mockups right.
   ============================================= */

.wosol-app {
  background: var(--wosol-cream);
  padding: 100px 80px;
  overflow: hidden;
}
.wosol-app__inner {
  max-width: 1280px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
}
.wosol-app__body,
.wosol-app__mockups {
  min-width: 0;
}
.wosol-app__title {
  font-family: var(--wosol-font-serif);
  font-size: 40px;
  line-height: 1.2;
  color: var(--wosol-ink);
  margin: 16px 0 24px;
}
.wosol-app__lede {
  font-family: var(--wosol-font-sans);
  font-weight: 300;
  font-size: 16px;
  line-height: 1.8;
  color: rgba(16, 26, 40, 0.8);
  margin: 0 0 32px;
}
.wosol-app__badges {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  align-items: center;
}
.wosol-app__badge img {
  display: block;
  height: 44px;
  width: auto;
}
/* Mockup column: Figma node 17426:124300 — 484.77 x 488 desktop.
   Two upright phone chassis, side-by-side, offset diagonally so the
   front phone drops down-right of the back phone. Each chassis is a
   fixed viewport with overflow:hidden; the screen image is intentionally
   taller so its bottom is clipped, suggesting more content below. */
.wosol-app__mockups {
  position: relative;
  width: 100%;
  max-width: 485px;
  height: 690px;
  margin: 0 auto;
  justify-self: end;
}
.wosol-app__glow {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 404px;
  height: 404px;
  background: radial-gradient(closest-side, rgba(184, 150, 90, 0.14), transparent 70%);
  z-index: 0;
  pointer-events: none;
}
.wosol-app__phone {
  position: absolute;
  z-index: 1;
  width: 252px;
  height: 488px;
  padding: 8px;
  background: #ffffff;
  border: 3px solid #0a1526;
  border-radius: 28px;
  overflow: hidden;
  box-shadow: 0 13px 32px 3px rgba(0, 0, 0, 0.04);
}
.wosol-app__screen {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 20px;
  border: 1px solid #173250;
}
.wosol-app__phone--back  { left: 0;      top: 0; }
.wosol-app__phone--front { left: 181px;  top: 202px; }
@media (max-width: 900px) {
  .wosol-app { padding: 60px 16px; }
  .wosol-app__inner { grid-template-columns: 1fr; gap: 40px; }
  .wosol-app__title { font-size: 32px; }
  .wosol-app__mockups { height: 560px; max-width: 380px; }
  .wosol-app__phone { width: 200px; height: 400px; padding: 6px; border-width: 2px; border-radius: 24px; }
  .wosol-app__screen { border-radius: 18px; }
  .wosol-app__phone--back  { left: 0;    top: 0; }
  .wosol-app__phone--front { left: 140px; top: 160px; }
}

/* =============================================
   WORLD MAP SECTION (homepage) — Figma node 17426:124313
   Cream section background with a dark navy rounded card
   containing the dotted world-map SVG + city names row.
   Header sits above the card on the cream bg.
   ============================================= */

.wosol-map {
  background: var(--wosol-cream-tint);
  color: var(--wosol-ink);
  padding: 100px 80px;
}
.wosol-map__inner {
  max-width: 1280px;
  margin: 0 auto;
}
/* Figma header row: 604 (left) + 32 gap + 644 (right), bottom-aligned,
   130px total tall. Below the header row: 80px of empty section bg,
   then the dark card starts. */
.wosol-map__header {
  display: grid;
  grid-template-columns: 604px 1fr;
  gap: 32px;
  align-items: end;
  margin-bottom: 80px;
}
.wosol-map__title {
  font-family: var(--wosol-font-serif);
  font-weight: 400;
  font-size: 40px;
  line-height: 1.2;
  color: var(--wosol-ink);
  margin: 16px 0 0;
}
.wosol-map__lede {
  font-family: var(--wosol-font-sans);
  font-weight: 300;
  font-size: 16px;
  line-height: 1.8;
  color: rgba(16, 26, 40, 0.8);
  margin: 0;
}
/* Kept for backward compatibility with any lingering markup;
   on-dark modifier no longer needed since the whole section is light. */
.wosol-eyebrow--on-dark { color: var(--wosol-gold); }
.wosol-map__card {
  /* Figma-verified card color (sampled from node 17426:124313);
     slightly warmer than --wosol-ink. */
  background: #11243b;
  border-radius: 16px;
  padding: 44px 32px;
  overflow: hidden;
}
.wosol-map__figure { margin: 0; }
.wosol-map__figure img { width: 100%; height: auto; display: block; }
.wosol-map__cities {
  list-style: none;
  padding: 0;
  margin: 24px 0 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 8px;
}
.wosol-map__cities li {
  font-family: var(--wosol-font-sans);
  font-weight: 300;
  font-size: 14px;
  color: rgba(250, 249, 247, 0.85);
  white-space: nowrap;
}
@media (max-width: 900px) {
  .wosol-map { padding: 60px 16px; }
  .wosol-map__header { grid-template-columns: 1fr; gap: 24px; margin-bottom: 32px; }
  .wosol-map__title { font-size: 32px; }
  .wosol-map__card { padding: 24px 20px; border-radius: 12px; }
  .wosol-map__cities { flex-wrap: wrap; gap: 8px 16px; justify-content: flex-start; }
}

/* =============================================
   CURATED EXPERIENCES SECTION (homepage)
   Cream background, gold eyebrow, centered serif h2.
   Wide-banner carousel: each card fills viewport width minus
   section padding, with a small peek of the next card on the right.
   Figma node 17426:127590 — cards are 1280x320 (4:1), gap 24.
   ============================================= */

.wosol-curated {
  background: var(--wosol-cream);
  border-bottom: 1px solid var(--wosol-border-hairline);
  padding: 120px 0 120px 80px;
  overflow: hidden;
}
.wosol-curated__inner { max-width: none; }
.wosol-curated__header {
  padding-right: 80px;
  text-align: center;
  margin-bottom: 64px;
}
.wosol-curated__title {
  font-family: var(--wosol-font-serif);
  font-size: 40px;
  line-height: 1.2;
  color: var(--wosol-ink);
  margin: 16px 0 0;
}
.wosol-curated__grid {
  display: flex;
  gap: 24px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  -ms-overflow-style: none;
  padding-right: 80px;
  scroll-padding-left: 0;
}
.wosol-curated__grid::-webkit-scrollbar { display: none; }
.wosol-curated__card {
  flex: 0 0 min(1280px, calc(100vw - 128px));
  scroll-snap-align: start;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.wosol-curated__img {
  width: 100%;
  aspect-ratio: 4 / 1;
  height: auto;
  object-fit: cover;
  border-radius: 10px;
  display: block;
}
.wosol-curated__card-title {
  font-family: var(--wosol-font-serif);
  font-weight: 400;
  font-size: 20px;
  color: var(--wosol-ink);
  margin: 0;
}
.wosol-curated__card-caption {
  font-family: var(--wosol-font-caption);
  font-weight: 300;
  font-size: 14px;
  line-height: 1.6;
  color: var(--wosol-muted);
  margin: 0;
}
@media (max-width: 900px) {
  .wosol-curated { padding: 80px 0 80px 24px; }
  .wosol-curated__header { padding-right: 24px; }
  .wosol-curated__grid { padding-right: 24px; }
  .wosol-curated__card { flex-basis: calc(100vw - 48px); }
  .wosol-curated__img { aspect-ratio: 3 / 2; }
}

/* =============================================
   WHAT WE OFFER SECTION (homepage)
   Cream-tint background, gold eyebrow, serif h2,
   3-column image-card grid with CURATED COLLECTION kicker.
   Figma node 17426:127615
   ============================================= */

.wosol-offer {
  background: var(--wosol-cream-tint);
  border-bottom: 1px solid var(--wosol-border-hairline);
  padding: 100px 80px;
}
.wosol-offer__inner { max-width: 1280px; margin: 0 auto; }
.wosol-offer__header { text-align: center; margin-bottom: 56px; }
.wosol-offer__title {
  font-family: var(--wosol-font-serif);
  font-size: 40px;
  line-height: 1.2;
  color: var(--wosol-ink);
  margin: 16px 0 0;
}
.wosol-offer__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}
.wosol-offer__card { display: flex; flex-direction: column; }
.wosol-offer__img {
  width: 100%;
  height: 438px;
  object-fit: cover;
  border-radius: 10px;
  border: 1px solid var(--wosol-image-border);
  display: block;
  margin-bottom: 24px;
}
.wosol-offer__kicker {
  font-family: var(--wosol-font-sans);
  font-weight: 600;
  font-size: 12px;
  color: var(--wosol-gold-2);
  letter-spacing: 3px;
  margin: 0 0 12px;
  text-transform: uppercase;
}
.wosol-offer__card-title {
  font-family: var(--wosol-font-serif);
  font-weight: 600;
  font-size: 28px;
  line-height: 1.3;
  color: var(--wosol-ink);
  margin: 0;
}
@media (max-width: 900px) {
  .wosol-offer { padding: 60px 16px; }
  .wosol-offer__grid { grid-template-columns: 1fr; }
  .wosol-offer__img { height: auto; }
}

/* =============================================
   THE WOSOL WAY — 3-step method section
   Cream background, gold Roman numerals, 3-column grid
   with vertical hairlines between steps.
   Figma node 17426:127638
   ============================================= */

.wosol-way {
  background: var(--wosol-cream);
  padding: 120px 80px;
}
.wosol-way__inner {
  max-width: 1280px;
  margin: 0 auto;
}
.wosol-way__header {
  text-align: left;
  margin-bottom: 64px;
}
.wosol-way__title {
  font-family: var(--wosol-font-serif);
  font-size: 40px;
  line-height: 1.2;
  color: var(--wosol-ink);
  margin: 16px 0 0;
}
.wosol-way__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 48px;
  position: relative;
}
.wosol-way__grid > .wosol-way__step + .wosol-way__step {
  border-left: 1px solid var(--wosol-border-hairline);
  padding-left: 48px;
}
.wosol-way__numeral {
  font-family: var(--wosol-font-serif);
  font-weight: 400;
  font-size: 48px;
  color: var(--wosol-gold);
  margin: 0 0 12px;
}
.wosol-way__step-title {
  font-family: var(--wosol-font-serif);
  font-weight: 600;
  font-size: 24px;
  color: var(--wosol-ink);
  margin: 0 0 12px;
}
.wosol-way__step-body {
  font-family: var(--wosol-font-sans);
  font-weight: 300;
  font-size: 14px;
  line-height: 1.6;
  color: rgba(16, 26, 40, 0.8);
  margin: 0;
}
@media (max-width: 900px) {
  .wosol-way { padding: 60px 16px; }
  .wosol-way__grid { grid-template-columns: 1fr; gap: 32px; }
  .wosol-way__grid > .wosol-way__step + .wosol-way__step {
    border-left: 0;
    padding-left: 0;
    border-top: 1px solid var(--wosol-border-hairline);
    padding-top: 32px;
  }
}

/* =============================================
   MEMBERSHIP CTA SECTION (homepage)
   Dark background image with rgba(17,36,59,0.56) overlay.
   Centered eyebrow, serif h2, body, two pill CTAs.
   Figma node 17426:127660
   ============================================= */

.wosol-membership {
  background-size: cover;
  background-position: center;
  color: #ffffff;
  padding: 120px 80px;
  text-align: center;
}
.wosol-membership__inner {
  max-width: 872px;
  margin: 0 auto;
}
.wosol-membership__title {
  font-family: var(--wosol-font-serif);
  font-weight: 400;
  font-size: 40px;
  line-height: 1.2;
  color: #ffffff;
  margin: 16px 0 24px;
}
.wosol-membership__lede {
  font-family: var(--wosol-font-sans);
  font-weight: 300;
  font-size: 16px;
  line-height: 1.8;
  color: rgba(255,255,255,0.8);
  margin: 0 0 40px;
}
.wosol-membership__actions {
  display: flex;
  justify-content: center;
  gap: 12px;
  flex-wrap: wrap;
}
@media (max-width: 640px) {
  .wosol-membership { padding: 80px 16px; }
  .wosol-membership__title { font-size: 30px; }
}

/* =============================================
   FOOTER
   Dark ink background, 5-column grid (Brand + 3 nav + newsletter),
   gold column headings, cream text, pill email form.
   ============================================= */

.wosol-footer {
  background: var(--wosol-ink);
  color: var(--wosol-cream);
  padding: 120px 100px 40px;
}
.wosol-footer__inner {
  max-width: 1280px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1fr 1.6fr;
  gap: 48px;
}
.wosol-footer__logo {
  text-decoration: none;
  display: inline-block;
}
.wosol-footer__logo-mark {
  font-family: var(--wosol-font-serif);
  font-size: 28px;
  letter-spacing: 0.04em;
  color: #ffffff;
}
.wosol-footer__tagline {
  font-family: var(--wosol-font-sans);
  font-weight: 300;
  font-size: 15px;
  line-height: 1.5;
  color: rgba(250, 249, 247, 0.70);
  margin: 12px 0 24px;
}
.wosol-footer__badges {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  align-items: center;
}
.wosol-footer__badges img {
  display: block;
}
.wosol-footer__heading {
  font-family: var(--wosol-font-sans);
  font-weight: 600;
  font-size: 11px;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 0.24px;
  margin: 0 0 16px;
}
.wosol-footer__col--nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.wosol-footer__col--nav ul li {
  margin: 0;
}
.wosol-footer__col--nav a {
  color: rgba(250, 249, 247, 0.70);
  text-decoration: none;
  font-family: var(--wosol-font-sans);
  font-weight: 300;
  font-size: 13px;
  line-height: 2.2;
  display: inline-block;
}
.wosol-footer__col--nav a:hover {
  color: #ffffff;
}
.wosol-footer__intro {
  font-family: var(--wosol-font-sans);
  font-weight: 300;
  font-size: 13px;
  line-height: 1.5;
  color: rgba(250, 249, 247, 0.70);
  margin: 0;
}
.wosol-footer__form {
  margin-top: 20px;
}
.wosol-footer__form-pill {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  padding: 4px 4px 4px 16px;
  background: transparent;
  border: 1px solid #ffffff;
  border-radius: 24px;
  height: 40px;
}
.wosol-footer__input {
  flex: 1;
  min-width: 0;
  background: transparent;
  border: 0;
  padding: 0;
  color: #ffffff;
  font-family: var(--wosol-font-sans);
  font-size: 14px;
  outline: none;
  border-radius: 0;
  box-shadow: none;
}
/* Boost specificity to beat Astra's generic input reset */
.wosol-footer__form-pill .wosol-footer__input {
  background: transparent;
  border: 0;
  padding: 0;
  box-shadow: none;
  border-radius: 0;
  color: #ffffff;
  font-size: 14px;
  height: auto;
  min-width: 0;
}
.wosol-footer__input::placeholder {
  color: rgba(255, 255, 255, 0.6);
}
.wosol-footer__send {
  background: #ffffff;
  color: #101a28;
  border: 0;
  border-radius: 16px;
  padding: 6px 12px;
  font-family: 'Inter', system-ui, sans-serif;
  font-weight: 600;
  font-size: 11px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  cursor: pointer;
  height: 32px;
  flex-shrink: 0;
}
.wosol-footer__bottom {
  max-width: 1280px;
  margin: 64px auto 0;
  padding-top: 24px;
  border-top: 1px solid rgba(250, 249, 247, 0.15);
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.wosol-footer__copy {
  font-family: var(--wosol-font-sans);
  font-size: 12px;
  color: rgba(250, 249, 247, 0.40);
  margin: 0;
}
.wosol-footer__social {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  gap: 24px;
}
.wosol-footer__social a {
  font-family: var(--wosol-font-sans);
  font-size: 12px;
  color: rgba(250, 249, 247, 0.40);
  text-decoration: none;
}
.wosol-footer__social a:hover {
  color: rgba(250, 249, 247, 0.80);
}

@media (max-width: 900px) {
  .wosol-footer {
    padding: 60px 16px 24px;
  }
  .wosol-footer__inner {
    grid-template-columns: 1fr 1fr;
  }
  .wosol-footer__col--brand {
    grid-column: 1 / -1;
  }
  .wosol-footer__col--newsletter {
    grid-column: 1 / -1;
  }
  .wosol-footer__bottom {
    flex-direction: column;
    gap: 12px;
    text-align: center;
  }
}

/* =============================================
   MENU PANEL
   Figma node 17476:115845 (panel spec) and 17516:155361 (in-context)
   Desktop: fixed left panel (~612px wide, full viewport height).
   Mobile:  full-screen (inset:0).
   ============================================= */

.wosol-menu {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 100;
  background: #ffffff;
  opacity: 0;
  transform: translateX(-8px);
  transition: opacity 0.28s ease, transform 0.28s ease;
  pointer-events: none;
}
.wosol-menu[data-open="true"] {
  opacity: 1;
  transform: none;
  pointer-events: auto;
}
.wosol-menu[hidden] { display: none; }
.wosol-menu__inner {
  height: 100%;
  padding: 60px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

/* Desktop: constrain to a left-anchored panel per Figma. */
@media (min-width: 768px) {
  .wosol-menu {
    right: auto;
    width: 612px;
    max-width: 45vw;
    box-shadow: 0 30px 60px rgba(16, 26, 40, 0.15);
  }
}
.wosol-menu__top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 32px;
}
.wosol-menu__left {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.wosol-menu button.wosol-menu__close,
.wosol-menu .wosol-menu__close {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  background: transparent;
  background-color: transparent;
  border: 0;
  box-shadow: none;
  padding: 0;
  cursor: pointer;
  color: #000000;
  font-family: var(--wosol-font-sans);
  font-weight: 300;
  font-size: 24px;
  line-height: 1.8;
  text-transform: none;
  letter-spacing: normal;
}
.wosol-menu button.wosol-menu__close:hover,
.wosol-menu button.wosol-menu__close:focus,
.wosol-menu button.wosol-menu__close:focus-visible {
  background: transparent;
  background-color: transparent;
  color: #000000;
  outline: none;
  box-shadow: none;
}
.wosol-menu button.wosol-menu__close:focus-visible {
  outline: 2px solid #000000;
  outline-offset: 4px;
}
.wosol-menu__close-icon {
  display: inline-flex;
  width: 28px;
  height: 28px;
}
.wosol-menu__close-label { display: inline-block; }
.wosol-menu__nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.wosol-menu__link {
  font-family: var(--wosol-font-sans);
  font-weight: 300;
  font-size: 36px;
  line-height: 1.48;
  color: #000000;
  text-decoration: none;
  transition: opacity 0.2s ease;
}
.wosol-menu__link:hover { opacity: 0.6; }
.wosol-menu__lang {
  display: inline-flex;
  align-items: center;
  gap: 4px;
}
.wosol-menu__lang-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 8px;
  font-family: var(--wosol-font-sans);
  font-weight: 300;
  font-size: 20px;
  line-height: 1.8;
  color: #000000;
  text-decoration: none;
  border-radius: 4px;
  transition: background-color 0.2s ease;
}
.wosol-menu__lang-btn.is-active {
  background: #f1f1f1;
}
.wosol-menu__lang-btn[aria-disabled="true"] {
  opacity: 0.5;
  pointer-events: none;
}
.wosol-menu__terms {
  font-family: var(--wosol-font-sans);
  font-weight: 300;
  font-size: 36px;
  line-height: 1.48;
  color: #000000;
  text-decoration: none;
}
.wosol-menu__terms:hover { opacity: 0.6; }
body.wosol-menu-open { overflow: hidden; }
@media (max-width: 640px) {
  .wosol-menu__inner { padding: 32px 20px; }
  .wosol-menu__link, .wosol-menu__terms { font-size: 28px; }
  .wosol-menu__close { font-size: 20px; }
}

/* =============================================
   SERVICES HERO — Figma node 17426:127712
   Aerial coastal bg, dual gradient overlay,
   centered flex column: h1 + subhead + two CTAs.
   ============================================= */

.wosol-services-hero {
  position: relative;
  height: 420px;
  background-size: cover;
  background-position: center;
  color: #ffffff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  padding-bottom: 40px;
}
.wosol-services-hero__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  text-align: center;
  padding: 0 24px;
  max-width: 760px;
  width: 100%;
  /* Reserve 100px for nav, center vertically in remaining 320px */
  margin-top: auto;
}
.wosol-services-hero__title {
  font-family: var(--wosol-font-serif);
  font-weight: 400;
  font-size: 48px;
  line-height: 1.15;
  color: #ffffff;
  margin: 0;
  white-space: nowrap;
}
.wosol-services-hero__subhead {
  font-family: var(--wosol-font-sans);
  font-weight: 300;
  font-size: 16px;
  line-height: 1.6;
  color: #ffffff;
  opacity: 0.9;
  width: 680px;
  max-width: 100%;
  margin: 0;
}
.wosol-services-hero__actions {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  justify-content: center;
  padding-top: 16px;
}
@media (max-width: 768px) {
  .wosol-services-hero { height: auto; min-height: 320px; padding: 100px 16px 40px; }
  .wosol-services-hero__title { font-size: 32px; white-space: normal; }
  .wosol-services-hero__subhead { width: auto; font-size: 14px; }
}

/* =============================================
   SERVICES SEARCH & FILTER — Figma node 17426:127727
   Beige band with search input row + chip row.
   ============================================= */

.wosol-services-filter {
  background: #efebe7;
  border-top: 1px solid #d9dde2;
  border-bottom: 1px solid #d9dde2;
  padding: 60px 80px 40px;
}
.wosol-services-filter__inner {
  max-width: 1280px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 32px;
}

/* Search row */
.wosol-services-filter__search-row {
  display: flex;
  align-items: center;
  gap: 24px;
}
.wosol-services-filter__search {
  flex: 1;
  display: flex;
  align-items: center;
  gap: 12px;
  height: 55px;
  background: #ffffff;
  border: 1px solid #d9dde2;
  border-radius: 100px;
  padding: 16px 24px;
  cursor: text;
}
.wosol-services-filter__search-icon {
  display: inline-flex;
  flex-shrink: 0;
  color: #8a9099;
}
.wosol-services-filter__input {
  flex: 1;
  border: none;
  background: transparent;
  outline: none;
  font-family: var(--wosol-font-sans);
  font-weight: 400;
  font-size: 15px;
  color: var(--wosol-ink);
  padding: 0;
}
/* Higher-specificity override to beat Astra's generic input reset */
.wosol-services-filter__search .wosol-services-filter__input {
  border: 0;
  padding: 0;
  box-shadow: none;
  background: transparent;
  font-family: var(--wosol-font-sans);
  font-size: 15px;
  color: var(--wosol-ink);
  outline: none;
  min-width: 0;
  border-radius: 0;
  height: auto;
}
.wosol-services-filter__input::placeholder {
  color: #8a9099;
  font-weight: 400;
}
/* Remove browser search decoration */
.wosol-services-filter__input::-webkit-search-decoration,
.wosol-services-filter__input::-webkit-search-cancel-button { display: none; }

/* Sort & Filter pill */
.wosol-services-filter__sort-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  height: 55px;
  min-width: 162px;
  background: #ffffff;
  border: 1px solid #d9dde2;
  border-radius: 100px;
  padding: 16px 24px;
  font-family: var(--wosol-font-sans);
  font-weight: 500;
  font-size: 15px;
  color: #101a28;
  text-decoration: none;
  white-space: nowrap;
  flex-shrink: 0;
}
.wosol-services-filter__sort-icon {
  display: inline-flex;
  flex-shrink: 0;
  color: #101a28;
}

/* Category chips */
.wosol-services-filter__chips {
  display: flex;
  justify-content: center;
  gap: 24px;
}
.wosol-services-filter__chip {
  font-family: var(--wosol-font-sans);
  font-weight: 400;
  font-size: 14px;
  color: #101a28;
  opacity: 0.7;
  cursor: default;
  padding-bottom: 6px;
  line-height: 1.4;
}
.wosol-services-filter__chip.is-active {
  font-weight: 600;
  color: #b8965a;
  opacity: 1;
  border-bottom: 2px solid #b8965a;
  padding-bottom: 6px;
}

@media (max-width: 900px) {
  .wosol-services-filter { padding: 40px 24px 32px; }
  .wosol-services-filter__search-row {
    flex-direction: column;
    align-items: stretch;
    gap: 12px;
  }
  .wosol-services-filter__sort-pill {
    min-width: auto;
    width: 100%;
    justify-content: center;
  }
  .wosol-services-filter__chips { gap: 16px; flex-wrap: wrap; }
}

/* =============================================
   SERVICES TILE GRID — Figma node 17426:127747
   3-column grid of 8 service cards, white bg.
   ============================================= */

.wosol-services-grid {
  background: #ffffff;
  padding: 80px 80px;
}
.wosol-services-grid__inner {
  max-width: 1280px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 48px;
  row-gap: 32px;
}

/* Card */
.wosol-services-card {
  display: flex;
  flex-direction: column;
  gap: 16px;
  text-decoration: none;
  color: inherit;
}
.wosol-services-card:hover { opacity: 0.92; }
.wosol-services-card__img {
  width: 100%;
  aspect-ratio: 394 / 360;
  object-fit: cover;
  border-radius: 10px;
  display: block;
}
.wosol-services-card__meta {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding-bottom: 24px;
  border-bottom: 1px solid #e9eaeb;
}
.wosol-services-card__kicker {
  font-family: var(--wosol-font-sans);
  font-weight: 600;
  font-size: 11px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #b8965a;
  margin: 0;
}
.wosol-services-card__row {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 12px;
}
.wosol-services-card__title {
  font-family: var(--wosol-font-serif);
  font-weight: 500;
  font-size: 24px;
  color: #101a28;
  margin: 0;
  line-height: 1.3;
}
.wosol-services-card__suffix {
  font-family: var(--wosol-font-sans);
  font-weight: 300;
  font-size: 14px;
  line-height: 1.6;
  color: #6b7280;
  white-space: nowrap;
  flex-shrink: 0;
}

@media (max-width: 900px) {
  .wosol-services-grid { padding: 48px 24px; }
  .wosol-services-grid__inner { grid-template-columns: repeat(2, 1fr); column-gap: 24px; }
}
@media (max-width: 640px) {
  .wosol-services-grid__inner { grid-template-columns: 1fr; }
}

/* =============================================
   CONTACT HERO — Figma node 17426:127898
   Mirrors .wosol-services-hero layout with contact-specific
   background gradient stack.
   ============================================= */

.wosol-hero-contact {
  position: relative;
  min-height: 420px;
  background-size: cover;
  background-position: center;
  color: #ffffff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  padding-bottom: 40px;
}
.wosol-hero-contact__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0;
  text-align: center;
  padding: 0 24px;
  max-width: 760px;
  width: 100%;
  margin-top: auto;
}
.wosol-hero-contact__eyebrow {
  font-family: var(--wosol-font-sans);
  font-weight: 300;
  font-size: 16px;
  line-height: 1.6;
  color: #ffffff;
  opacity: 0.9;
  margin: 0 0 8px;
  max-width: 680px;
}
.wosol-hero-contact__title {
  font-family: var(--wosol-font-serif);
  font-weight: 400;
  font-size: 48px;
  line-height: 1.15;
  color: #ffffff;
  margin: 0;
  white-space: nowrap;
}
.wosol-hero-contact__actions {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  justify-content: center;
  padding-top: 16px;
}
@media (max-width: 768px) {
  .wosol-hero-contact { min-height: 320px; padding: 100px 16px 40px; }
  .wosol-hero-contact__title { font-size: 40px; white-space: normal; }
  .wosol-hero-contact__eyebrow { font-size: 14px; }
}

/* =============================================
   CONTACT SECTION — Figma node 17476:115738
   Cream bg, 120px 80px padding, form card below intro.
   ============================================= */

.wosol-contact {
  background: var(--wosol-cream);
  border-bottom: 1px solid var(--wosol-border-hairline);
  padding: 120px 80px;
}
.wosol-contact__inner {
  max-width: 1280px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 48px;
}

/* Intro block */
.wosol-contact__intro {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: flex-start;
}
.wosol-contact__title {
  font-family: var(--wosol-font-serif);
  font-weight: 400;
  font-size: 40px;
  line-height: 1.2;
  color: var(--wosol-ink);
  margin: 0;
}
.wosol-contact__intro-row {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
  gap: 32px;
  width: 100%;
}
.wosol-contact__body {
  font-family: var(--wosol-font-sans);
  font-weight: 300;
  font-size: 16px;
  line-height: 1.8;
  color: rgba(16, 26, 40, 0.8);
  max-width: 824px;
  margin: 0;
}
.wosol-contact__email {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-family: var(--wosol-font-sans);
  font-weight: 400;
  font-size: 18px;
  color: var(--wosol-ink);
  text-decoration: none;
  white-space: nowrap;
  flex-shrink: 0;
  transition: opacity 0.2s ease;
}
.wosol-contact__email:hover { opacity: 0.7; }
.wosol-contact__email-icon {
  display: inline-flex;
  width: 24px;
  height: 24px;
  color: var(--wosol-gold);
  flex-shrink: 0;
}

/* Form card */
.wosol-contact-form {
  background: #ffffff;
  border: 1px solid var(--wosol-border-hairline);
  border-radius: var(--radius-xl, 16px);
  padding: 56px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  width: 100%;
}
.wosol-contact-form__row--two {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
.wosol-contact-form__field {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.wosol-contact-form__label {
  font-family: var(--wosol-font-sans);
  font-weight: 600;
  font-size: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: var(--wosol-gold);
}

/* Inputs, selects, textareas */
.wosol-contact-form input[type="text"],
.wosol-contact-form input[type="email"],
.wosol-contact-form input[type="tel"],
.wosol-contact-form select {
  background: #ffffff;
  border: 1px solid var(--wosol-border-hairline);
  border-radius: var(--radius-md, 8px);
  height: 48px;
  padding: 0 16px;
  font-family: var(--wosol-font-sans);
  font-weight: 400;
  font-size: 14px;
  color: var(--wosol-ink);
  appearance: none;
  -webkit-appearance: none;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
  width: 100%;
}
.wosol-contact-form select {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='none' stroke='%238a9099' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' d='M1 1l5 5 5-5'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 16px center;
  background-size: 12px 8px;
  padding-right: 40px;
  cursor: pointer;
}
.wosol-contact-form textarea {
  background: #ffffff;
  border: 1px solid var(--wosol-border-hairline);
  border-radius: var(--radius-md, 8px);
  min-height: 120px;
  padding: 12px 16px;
  font-family: var(--wosol-font-sans);
  font-weight: 400;
  font-size: 14px;
  color: var(--wosol-ink);
  resize: vertical;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
  width: 100%;
}
.wosol-contact-form input::placeholder,
.wosol-contact-form textarea::placeholder {
  color: var(--wosol-muted);
}
.wosol-contact-form input:focus,
.wosol-contact-form select:focus,
.wosol-contact-form textarea:focus {
  outline: none;
  border-color: var(--wosol-navy-2);
  box-shadow: 0 0 0 3px rgba(18, 38, 62, 0.12);
}

/* Error states */
.wosol-contact-form__field.has-error input,
.wosol-contact-form__field.has-error select,
.wosol-contact-form__field.has-error textarea {
  border-color: #c53030;
}
.wosol-contact-form__error {
  font-family: var(--wosol-font-sans);
  font-weight: 400;
  font-size: 12px;
  color: #c53030;
  min-height: 1em;
  display: block;
}

/* Actions row */
.wosol-contact-form__actions {
  display: flex;
  justify-content: flex-start;
}
.wosol-contact-form .wosol-contact-form__submit {
  background: var(--wosol-navy-2);
  color: #ffffff;
  border: 2px solid rgba(255, 255, 255, 0.12);
  padding: 14px 32px;
  box-shadow: 0 1px 2px rgba(10,13,18,0.05), inset 0 0 0 1px rgba(10,13,18,0.18), inset 0 -2px 0 0 rgba(10,13,18,0.05);
}
.wosol-contact-form .wosol-contact-form__submit:hover {
  background: #101a28;
  border-color: rgba(255, 255, 255, 0.16);
}

/* Success message */
.wosol-contact-form__success {
  font-family: var(--wosol-font-serif);
  font-weight: 400;
  font-size: 24px;
  color: var(--wosol-ink);
  background: var(--wosol-cream);
  border: 1px solid var(--wosol-border-hairline);
  border-radius: var(--radius-lg, 12px);
  padding: 32px;
}
.wosol-contact-form__success p { margin: 0; }

/* Responsive */
@media (max-width: 900px) {
  .wosol-contact { padding: 80px 24px; }
  .wosol-contact-form { padding: 32px; }
  .wosol-contact__intro-row { flex-direction: column; align-items: flex-start; gap: 16px; }
  .wosol-contact-form__row--two { grid-template-columns: 1fr; }
}

/* =============================================
   MAP / PRESENCE SECTION — Figma node 17426:127982
   Cream bg, DIFC aerial image + WOSOL pin overlay.
   ============================================= */

.wosol-map-presence {
  background: var(--wosol-cream);
  border-bottom: 1px solid var(--wosol-border-hairline);
  padding: 80px;
}
.wosol-map-presence__inner {
  max-width: 1280px;
  margin: 0 auto;
}
.wosol-map-presence__header {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 24px;
}
.wosol-map-presence__title {
  font-family: var(--wosol-font-serif);
  font-weight: 400;
  font-size: 32px;
  color: var(--wosol-ink);
  margin: 0;
}
.wosol-map-presence__map {
  position: relative;
  height: 400px;
  border-radius: var(--radius-lg, 12px);
  overflow: hidden;
  border: 1px solid var(--wosol-border-hairline);
}
.wosol-map-presence__map img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.wosol-map-presence__pin {
  position: absolute;
  left: 50%;
  top: calc(50% - 20px);
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}
.wosol-map-presence__pin-label {
  display: inline-block;
  background: var(--wosol-ink);
  border: 1px solid var(--wosol-gold);
  padding: 6px 16px;
  border-radius: 100px;
  font-family: var(--wosol-font-sans);
  font-weight: 600;
  font-size: 12px;
  color: #ffffff;
  white-space: nowrap;
}
.wosol-map-presence__pin-dot {
  display: block;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: var(--wosol-gold);
  box-shadow: 0 0 0 6px rgba(184, 150, 90, 0.28);
}

/* Responsive */
@media (max-width: 900px) {
  .wosol-map-presence { padding: 60px 24px; }
  .wosol-map-presence__map { height: 260px; }
  .wosol-map-presence__title { font-size: 26px; }
}

/* Shared eyebrow used across contact page sections */
.wosol-contact .wosol-eyebrow,
.wosol-map-presence .wosol-eyebrow {
  font-family: var(--wosol-font-sans);
  font-weight: 600;
  font-size: 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--wosol-gold);
  margin: 0;
}
