/* WetAir / selected direction 3 / 2026-09-10.
 * Presentation-only layer: commerce data and original product media are untouched.
 * Editorial serif is reserved for headings; functional controls stay in Inter.
 */
@font-face {
  font-family: "WA Cormorant";
  src: url("../font/wa-cormorant-600.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
:root, #common-home.wa-home-editorial {
  --wa-bg: #f8f6f0;
  --wa-surface: #f8f6f0;
  --wa-band: #f0ede4;
  --wa-ink: #283c32;
  --wa-ink-muted: #62685e;
  --wa-muted: #62685e;
  --wa-line: #d7d6c9;
  --wa-brand: #284d3b;
  --wa-accent: #284d3b;
  --wa-brand-soft: #eef0e9;
  --wa-radius: 3px;
  --wa-serif: "WA Cormorant", Georgia, "Times New Roman", serif;
}
body { background: var(--wa-bg); color: var(--wa-ink); }
html { scroll-padding-top: 172px; }
body :focus-visible { outline: 2px solid #8e642d; outline-offset: 4px; }
body .wa-caps { font-size: 11px; letter-spacing: .14em; }
body .wa-bcrumb { color: var(--wa-muted); }
body .wa-btn, body .wa-pcard__details, body .wa-pdp-outline-action { border-radius: 3px; }

/* A useful, always-visible search; native disclosures for menu and languages. */
body #container > header.wa-topbar { min-height: 0; background: #f8f6f0; }
body #container .wa-topbar__inner {
  display: grid !important;
  grid-template-columns: 310px minmax(0, 1fr) 100px 56px 90px !important;
  grid-template-rows: 90px 59px !important;
  gap: 0 30px !important;
  max-width: 1600px;
  width: 100%;
  min-height: 0 !important;
  padding: 0 50px !important;
}
body #container .wa-topbar__logo { grid-column: 1; grid-row: 1; }
body #container .wa-topbar__logo img { width: 210px !important; max-width: 100% !important; height: auto !important; max-height: none !important; }
.wa-header-search { grid-column: 2; grid-row: 1; display: flex; height: 50px; min-width: 0; margin: 0; border: 1px solid #c8cbbd; background: #fbfaf6; }
.wa-header-search:focus-within { outline: 2px solid var(--wa-accent); outline-offset: 2px; }
.wa-header-search input[type="search"] { min-width: 0; width: 100%; border: 0; border-radius: 0; outline: 0; padding: 0 18px; background: transparent; color: var(--wa-ink); font: 400 14px/1.4 Inter, sans-serif; }
.wa-header-search input::placeholder { color: #72776e; opacity: 1; }
.wa-header-search button { flex: 0 0 50px; border: 0; background: transparent; color: var(--wa-ink); font-size: 18px; cursor: pointer; }
.wa-header-search button:hover { background: var(--wa-brand-soft); }
.wa-header-help { grid-column: 3; grid-row: 1; justify-self: end; display: inline-flex; align-items: center; min-height: 44px; font: 500 14px Inter, sans-serif; color: var(--wa-ink); }
.wa-header-help:hover { text-decoration: underline; text-underline-offset: 5px; }
.wa-header-language { position: relative; grid-column: 4; grid-row: 1; z-index: 6; }
.wa-header-language > summary { display: flex; align-items: center; justify-content: center; gap: 8px; min-height: 44px; font: 500 13px Inter, sans-serif; cursor: pointer; list-style: none; }
.wa-header-language > summary::-webkit-details-marker { display: none; }
.wa-header-language > summary i { font-size: 9px; }
.wa-header-language .wa-lang { position: absolute; top: 100%; right: 0; flex-direction: column; width: 72px; padding: 4px; background: #fbfaf6; border-radius: 2px; box-shadow: 0 8px 24px #1f302014; }
.wa-header-language .wa-lang a { width: 100%; font: 500 13px Inter, sans-serif; }
body #container .wa-topbar__actions { grid-column: 5; grid-row: 1; gap: 0 !important; padding-left: 2px; border-left: 1px solid var(--wa-line); }
body .wa-topbar__icon { color: var(--wa-ink); }
body #container .wa-topbar__menu { grid-column: 1 / -1; grid-row: 2; width: 100%; height: 59px; border-top: 1px solid var(--wa-line); }
body #container .wa-topbar__menu-panel { display: block !important; height: auto; }
body #container .wa-topbar__nav { display: flex !important; justify-content: flex-start; gap: 46px; height: 58px; }
body #container .wa-topbar__nav a { min-height: 48px; color: #39473c; font: 500 16px Inter, sans-serif; letter-spacing: 0; text-transform: none; }
body #container .wa-topbar__nav a:hover { color: #1b3a29; text-decoration: underline; text-underline-offset: 7px; }
.wa-topbar__support { display: none; }

/* Direction 3: a full-width room, with a forest-green editorial panel. */
#common-home .wa-home-hero { border: 0; }
#common-home .wa-home-hero__scene { min-height: 590px; height: auto; padding: 60px 0 86px; background: #e9e3d7; }
#common-home .wa-home-hero__picture { position: absolute; inset: 0; width: 100%; height: 100%; aspect-ratio: auto; }
#common-home .wa-home-hero__picture img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 50%; }
#common-home .wa-home-hero__copy { position: relative; top: 0; left: max(50px, calc((100% - 1500px) / 2)); width: 491px; min-height: 514px; padding: 42px 40px 35px; border: 0; border-radius: 0; background: #283f30; box-shadow: none; }
#common-home .wa-home-hero__eyebrow { display: block; margin: 0 0 30px; color: #ecece0; font: 500 12px/1.4 Inter, sans-serif; letter-spacing: .19em; text-transform: uppercase; }
#common-home .wa-home-hero__title { max-width: 420px; color: #f8f5e9 !important; font-family: var(--wa-serif) !important; font-size: 88px !important; font-weight: 600 !important; line-height: .94 !important; letter-spacing: -.035em !important; }
#common-home .wa-home-hero__body { max-width: 400px; margin: 26px 0 0; color: #e0e4d9; font: 400 22px/1.4 Inter, sans-serif; }
#common-home .wa-home-hero__actions { flex-direction: column; align-items: flex-start; gap: 10px; margin: 26px 0 0; }
#common-home .wa-home-hero__actions .wa-btn { min-height: 53px; padding: 14px 28px; font-size: 16px; font-weight: 550; }
#common-home .wa-home-hero__secondary { min-height: 36px; padding: 7px 0 3px; border: 0; color: #f8f5e9; font: 400 14px/1.5 Inter, sans-serif; text-decoration: underline; text-underline-offset: 5px; }
#common-home .wa-home-hero__secondary:hover { color: #fff; }
#common-home .wa-home-hero__models { position: absolute; z-index: 2; right: 50px; bottom: 22px; left: auto; width: auto; min-height: 0; border: 0; background: #f8f6f0ed; }
#common-home .wa-home-hero__model { display: flex; align-items: center; gap: 7px; min-height: 40px; padding: 8px 12px; border: 0; }
#common-home .wa-home-hero__model span, #common-home .wa-home-hero__model strong { display: inline; color: #293e31; font: 500 12px/1.4 Inter, sans-serif; }
#common-home .wa-home-hero__model i { margin-left: 8px; font-size: 11px; }
#common-home .wa-home-hero__model:hover { background: #fff; }

/* Room navigation is intentionally light: real category links, no invented specs. */
.wa-home-rooms { padding: 30px 0 40px; border-bottom: 1px solid var(--wa-line); }
#common-home .wa-home-section__inner { max-width: 1600px; padding-inline: 50px; }
#common-home .wa-home-rooms h2 { margin: 0 0 22px; font: 600 44px/1.1 var(--wa-serif) !important; letter-spacing: -.025em; }
.wa-home-rooms__grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); }
.wa-home-room { min-width: 0; padding: 0 30px; border-right: 1px solid var(--wa-line); }
.wa-home-room:first-child { padding-left: 0; }
.wa-home-room:last-child { padding-right: 0; border-right: 0; }
.wa-home-room summary { display: flex; justify-content: space-between; align-items: center; gap: 12px; min-height: 83px; padding: 16px 0; border-top: 1px solid #8c927f; list-style: none; cursor: pointer; }
.wa-home-room summary::-webkit-details-marker { display: none; }
.wa-home-room summary strong { display: block; color: var(--wa-ink); font: 600 32px/1.1 var(--wa-serif); }
.wa-home-room summary small { display: block; margin-top: 10px; color: var(--wa-muted); font: 400 15px/1.5 Inter, sans-serif; }
.wa-home-room summary i { font-size: 14px; }
.wa-home-room[open] summary i { transform: rotate(90deg); }
.wa-home-room nav { display: grid; padding: 0 0 10px; }
.wa-home-room nav a { display: flex; justify-content: space-between; align-items: center; min-height: 44px; gap: 10px; padding: 8px 0; border-bottom: 1px solid var(--wa-line); font-size: 13px; }
.wa-home-room nav a:hover { color: var(--wa-accent); text-decoration: underline; }

/* Quiet editorial rhythm below the first screen, without hiding useful content. */
#common-home .wa-home-section { padding-block: 54px; }
#common-home .wa-home-section__head h2, #common-home .wa-reviews__head h2,
#common-home .wa-home-closing h2 { font-family: var(--wa-serif) !important; font-size: 44px !important; font-weight: 600 !important; line-height: 1.08 !important; letter-spacing: -.025em; }
#common-home .wa-home-section__head p, #common-home .wa-reviews__head p { font-size: 14px; line-height: 1.6; }
#common-home .wa-home-category { border-color: var(--wa-line); border-radius: 3px; background: #fff; }
#common-home .wa-home-category:hover { border-color: #84927e; box-shadow: 0 5px 20px #293e3108; transform: translateY(-2px); }
#common-home .wa-home-category__media { background: #fff; }
#common-home .wa-home-category strong { font-size: 14px; font-weight: 500; }
#common-home .wa-home-trust { background: #eeeee5; border-color: var(--wa-line); }
#common-home .wa-home-trust__fact dt { font-family: var(--wa-serif); font-weight: 600; }
#common-home .wa-review-card { background: #fff; border-radius: 3px; border-color: var(--wa-line); }
#common-home .wa-home-closing { background: #283f30; }
#common-home .wa-home-closing h2 { color: #f8f5e9 !important; }

/* Apply the same palette to catalogue, PDP, informational and transactional pages. */
.wa-cat-page, .wa-pcard { --wa-catalog-ink: #283c32; --wa-catalog-accent: #284d3b; --wa-catalog-secondary: #62685e; --wa-catalog-border: #d7d6c9; }
body .wa-cat-page .wa-cat-head { border-bottom-color: var(--wa-line); }
body .wa-cat-page .wa-cat-head__h1 { font-family: var(--wa-serif) !important; }
body .wa-pcard { border-radius: 3px; background: #fff; }
body .wa-pcard:hover { border-color: #83937f; box-shadow: 0 8px 22px #283c3208; }
body .wa-pcard__title { font-family: Inter, sans-serif; font-weight: 550; }
body .wa-pcard__fact { grid-template-columns: minmax(0, .95fr) minmax(0, 1fr); gap: 12px; }
body .wa-pcard__fact dt, body .wa-pcard__fact dd { min-width: 0; overflow-wrap: anywhere; }
body .wa-pcard__foot { border-top-color: var(--wa-line); }
body .wa-pcard__price { font-family: Inter, sans-serif; }
body .wa-cat-head__select, body .wa-cat-toolbar select { border-radius: 3px; background-color: #fff; }
body .wa-pdp .wa-pdp-gallery { top: 172px; }
body .wa-pdp .wa-pdp-gallery__main { background: #fff; border-color: var(--wa-line); border-radius: 3px; }
body .wa-pdp .wa-pdp-gallery__thumb { background: #fff; border-radius: 2px; }
body .wa-pdp .wa-pdp-gallery__count { background: #f0f1e8; border-radius: 2px; }
body .wa-pdp .wa-pdp-highlights { background: #eeeee5; border-radius: 3px; }
body .wa-pdp .wa-pdp-section__head h2 { font-family: var(--wa-serif) !important; font-size: 36px !important; font-weight: 600 !important; }
body .wa-pdp .wa-pdp-qty__input { border-radius: 3px; }
body .wa-pdp .wa-pdp-mobile-primary { background: #f8f6f0; }
body .wa-cartpage, body .wa-checkout { --wa-accent: #284d3b; --wa-brand: #284d3b; }
body .wa-page-h1, body .wa-info-h1, body .wa-guide-h1 { font-family: var(--wa-serif) !important; font-weight: 600 !important; }
body #container > footer.wa-footer { background: #eeeee5 !important; border-top-color: var(--wa-line) !important; }
body .wa-footer__col a { color: #515d4f; }
body .wa-footer__col a:hover { color: #284d3b; text-decoration: underline; text-underline-offset: 4px; }
body #wa-cookie-consent.wa-cookie { background: #fbfaf6; border-color: var(--wa-line); border-radius: 4px; }
body #wa-cookie-consent .wa-cookie__btn { border-radius: 3px; }

/* Match the existing important layer explicitly, never break its layout safeguards. */
@layer wa-overrides {
  body .wa-btn--dark, body .wa-btn--primary, body .wa-pcard__buy,
  body .wa-pdp .wa-pdp-buy__btn:not(:disabled), body .wa-pdp #button-cart.wa-pdp-buy__btn,
  body .wa-cartpage .wa-btn--primary, body .wa-checkout .btn-primary,
  #wa-cookie-consent #wa-cookie-accept {
    background: #284d3b !important; border-color: #284d3b !important; border-radius: 3px !important;
  }
  body .wa-btn--dark:hover, body .wa-btn--primary:hover, body .wa-pcard__buy:hover,
  body .wa-pdp .wa-pdp-buy__btn:not(:disabled):hover, body .wa-pdp #button-cart.wa-pdp-buy__btn:not(:disabled):hover,
  #wa-cookie-consent #wa-cookie-accept:hover { background: #1f3c2e !important; border-color: #1f3c2e !important; }
  body #common-home .wa-home-hero__copy .wa-btn--primary,
  body #common-home .wa-home-closing .wa-btn--primary { color: #283c32 !important; background: #fbfaf2 !important; border-color: #fbfaf2 !important; border-radius: 0 !important; }
  body #common-home .wa-home-hero__copy .wa-btn--primary:hover,
  body #common-home .wa-home-closing .wa-btn--primary:hover { color: #1f3c2e !important; background: #e9eddd !important; border-color: #e9eddd !important; }
  .wa-cat-page .wa-cat-head .wa-cat-head__h1 { font-family: var(--wa-serif) !important; font-size: clamp(40px, 4vw, 56px) !important; font-weight: 600 !important; }
  body .wa-infopage .wa-info-h1, body #wa-contact-title {
    font-family: var(--wa-serif) !important; font-size: clamp(38px, 4vw, 52px) !important;
    font-weight: 600 !important; line-height: 1.1 !important; letter-spacing: -.02em !important;
  }
}

@media (max-width: 1200px) and (min-width: 901px) {
  body #container .wa-topbar__inner { grid-template-columns: 210px minmax(0, 1fr) 80px 48px 88px !important; gap: 0 18px !important; padding-inline: 32px !important; }
  body #container .wa-topbar__nav { gap: 32px; }
  #common-home .wa-home-hero__copy { left: 32px; width: 430px; padding: 36px 32px; min-height: 460px; }
  #common-home .wa-home-hero__title { font-size: 76px !important; }
  #common-home .wa-home-hero__scene { padding-top: 44px; padding-bottom: 60px; }
  #common-home .wa-home-section__inner { padding-inline: 32px; }
}
@media (max-width: 900px) {
  html { scroll-padding-top: 144px; }
  body #container .wa-topbar__inner { grid-template-columns: minmax(0, 1fr) 48px 88px 44px !important; grid-template-rows: 64px 48px !important; gap: 0 8px !important; padding: 0 20px 12px !important; }
  body #container .wa-topbar__logo { grid-column: 1; grid-row: 1; }
  body #container .wa-topbar__logo img { width: 168px !important; height: auto !important; }
  .wa-header-search { grid-column: 1 / -1; grid-row: 2; height: 46px; }
  .wa-header-search input[type="search"] { font-size: 16px; padding-left: 14px; }
  .wa-header-help { display: none; }
  .wa-header-language { grid-column: 2; }
  body #container .wa-topbar__actions { grid-column: 3; padding: 0; border: 0; }
  body #container .wa-topbar__menu { grid-column: 4; grid-row: 1; height: 44px; width: 44px; border: 0; }
  body #container .wa-topbar__menu-toggle { display: flex; background: transparent; border: 0; }
  body #container .wa-topbar__menu:not([open]) > .wa-topbar__menu-panel { display: none !important; }
  body #container .wa-topbar__menu[open] > .wa-topbar__menu-panel { top: 124px; padding: 14px 20px 20px; max-height: calc(100dvh - 124px); overflow-y: auto; background: #f8f6f0; }
  body #container .wa-topbar__nav { display: grid !important; grid-template-columns: repeat(2, minmax(0, 1fr)); height: auto; gap: 0 16px; }
  body #container .wa-topbar__nav a { min-height: 48px; white-space: normal; font-size: 14px; line-height: 1.4; padding: 8px 0; }
  .wa-topbar__support { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0 16px; margin-top: 14px; }
  .wa-topbar__support a { display: flex; align-items: center; min-height: 44px; font-size: 13px; }
  #common-home .wa-home-hero__scene { display: flex; flex-direction: column; height: auto; min-height: 0; padding: 0; }
  #common-home .wa-home-hero__picture { position: relative; order: 0; inset: auto; aspect-ratio: 16 / 9; width: 100%; height: auto; }
  #common-home .wa-home-hero__picture img { position: absolute; inset: 0; object-fit: cover; }
  #common-home .wa-home-hero__copy { order: 2; left: 0; width: 100%; min-height: 0; padding: 32px 28px; }
  #common-home .wa-home-hero__eyebrow { margin-bottom: 18px; font-size: 10px; }
  #common-home .wa-home-hero__title { max-width: 600px; font-size: 66px !important; }
  #common-home .wa-home-hero__body { max-width: 520px; margin-top: 18px; font-size: 16px; }
  #common-home .wa-home-hero__actions { flex-direction: row; flex-wrap: wrap; align-items: center; gap: 12px 24px; margin-top: 20px; }
  #common-home .wa-home-hero__models { position: static; order: 1; background: #eeeee5; }
  #common-home .wa-home-hero__model { justify-content: flex-end; padding: 7px 20px; min-height: 36px; }
  #common-home .wa-home-section__inner { padding-inline: 24px; }
  #common-home .wa-home-rooms h2, #common-home .wa-home-section__head h2, #common-home .wa-reviews__head h2 { font-size: 36px !important; }
  .wa-home-room { padding-inline: 18px; }
  .wa-home-room summary { align-items: flex-start; }
  .wa-home-room summary i { padding-top: 6px; }
  body .wa-pdp .wa-pdp-gallery { top: auto; }
}
@media (max-width: 639px) {
  body #container .wa-topbar__inner { grid-template-columns: minmax(0, 1fr) 44px 78px 40px !important; gap: 0 2px !important; padding: 0 16px 12px !important; }
  body #container .wa-topbar__logo img { width: 142px !important; }
  body .wa-topbar__icon { width: 39px; min-width: 39px; }
  body #container .wa-topbar__menu-toggle { width: 40px; }
  #common-home .wa-home-hero__picture { aspect-ratio: 4 / 3; }
  #common-home .wa-home-hero__copy { padding: 27px 24px 30px; }
  #common-home .wa-home-hero__title { max-width: 100%; font-size: 54px !important; }
  #common-home .wa-home-hero__body { font-size: 15px; line-height: 1.5; }
  #common-home .wa-home-hero__actions { align-items: flex-start; flex-direction: column; gap: 10px; }
  #common-home .wa-home-hero__actions .wa-btn { font-size: 14px; min-height: 48px; padding: 12px 24px; }
  #common-home .wa-home-section__inner { padding-inline: 20px; }
  #common-home .wa-home-rooms { padding-block: 26px 24px; }
  #common-home .wa-home-rooms h2 { margin-bottom: 20px; font-size: 34px !important; }
  .wa-home-rooms__grid { grid-template-columns: 1fr; }
  .wa-home-room, .wa-home-room:first-child, .wa-home-room:last-child { padding: 0; border: 0; }
  .wa-home-room summary { min-height: 76px; align-items: center; padding-block: 15px; }
  .wa-home-room summary strong { font-size: 27px; }
  .wa-home-room summary small { margin-top: 5px; }
  #common-home .wa-home-section { padding-block: 36px; }
  #common-home .wa-home-section__head h2, #common-home .wa-reviews__head h2, #common-home .wa-home-closing h2 { font-size: 34px !important; }
  body .wa-pdp .wa-pdp-section__head h2 { font-size: 30px !important; }
  @layer wa-overrides { .wa-cat-page .wa-cat-head .wa-cat-head__h1 { font-size: 38px !important; } }
}
@media (prefers-reduced-motion: reduce) {
  #common-home .wa-home-category:hover { transform: none; }
  .wa-home-room summary i { transition: none; }
}
