/* RönYen Wellness Garden info page (/wellness-garden/).
   Ported from the approved standalone design. Everything is scoped under .ry-wg
   so the design's .band / .section-band / .cta-band / .btn / .faq variants
   never collide with the theme's global versions (header/footer/other pages).
   Brand colours via brand.css tokens; a few page-only tokens shimmed below. */

.ry-wg{
  --wellness-deep:var(--wellness-text);
  --r-2xl:16px;
  --shadow-card:0 1px 4px rgba(0,0,0,.06);
}
.ry-wg .wrap{ max-width:var(--maxw); margin:0 auto; padding:0 40px; }

/* Sections */
.ry-wg .band{ padding:96px 0; }
.ry-wg .band--surface{ background:var(--surface); }
.ry-wg .band--green{ background:var(--wellness-light); }

.ry-wg .section-band{ display:flex; align-items:flex-end; justify-content:space-between; gap:24px; margin-bottom:40px; flex-wrap:wrap; }
.ry-wg .section-band .h{ max-width:none; }
.ry-wg .section-band h2{ font-weight:400; font-size:clamp(1.7rem,2.4vw,2.25rem); letter-spacing:-.015em; color:var(--heading); position:relative; padding-bottom:14px; }
.ry-wg .section-band h2::after{ content:""; position:absolute; left:0; bottom:0; width:42px; height:2px; background:var(--wellness); border-radius:2px; }
.ry-wg .section-band .lede{ font-size:.98rem; color:var(--muted); line-height:1.6; margin-top:14px; max-width:54ch; }
.ry-wg .section-band .more{ font-weight:500; font-size:.85rem; color:var(--heading); display:inline-flex; align-items:center; gap:8px; white-space:nowrap; }

/* Buttons (page-local variants) */
.ry-wg .btn{ display:inline-flex; align-items:center; justify-content:center; gap:.55rem; font-family:var(--f); font-weight:600;
  font-size:.875rem; line-height:1; letter-spacing:.02em; padding:.875rem 1.5rem; border-radius:var(--r-lg);
  border:1px solid transparent; cursor:pointer; min-height:48px; transition:background .15s, transform .1s, border-color .15s, color .15s; }
.ry-wg .btn:active{ transform:scale(.98); }
.ry-wg .btn-lg{ padding:1rem 1.75rem; font-size:.95rem; }
.ry-wg .btn-wellness{ background:var(--wellness); color:#fff; }
.ry-wg .btn-wellness:hover{ background:var(--wellness-hover); }
.ry-wg .btn-ghost{ background:transparent; color:#fff; border:1px solid rgba(255,255,255,.45); }
.ry-wg .btn-ghost:hover{ background:rgba(255,255,255,.12); border-color:#fff; }
.ry-wg .btn-outline{ background:#fff; color:var(--wellness-text); border:1px solid var(--wellness); }
.ry-wg .btn-outline:hover{ background:var(--wellness-light); }
.ry-wg .btn-light{ background:#fff; color:var(--wellness-deep); }
.ry-wg .btn-light:hover{ background:var(--wellness-light); }
.ry-wg .tlink{ display:inline-flex; align-items:center; gap:.45rem; font-weight:500; font-size:.875rem; color:var(--heading);
  text-decoration:underline; text-underline-offset:5px; text-decoration-color:rgba(0,0,0,.25); transition:text-decoration-color .15s, color .15s; }
.ry-wg .tlink:hover{ text-decoration-color:currentColor; }

/* Opening banner */
.ry-wg .open-banner{ display:flex; align-items:center; justify-content:center; gap:10px; background:var(--wellness-light);
  color:var(--wellness-text); font-weight:600; font-size:.9rem; padding:12px 20px; text-align:center; }
.ry-wg .open-banner svg{ width:17px; height:17px; flex:none; fill:none; stroke:currentColor; stroke-width:1.8; stroke-linecap:round; stroke-linejoin:round; }

/* Hero — two-column: copy left, media card right */
.ry-wg .gw-hero{ position:relative; overflow:hidden; isolation:isolate; color:#fff; background:var(--nav); padding:0; }
.ry-wg .gw-hero .gw-hero-grid{ display:grid; grid-template-columns:1.05fr 1fr; gap:56px; align-items:center; padding:18px 0 20px; }
.ry-wg .gw-hero-copy{ min-width:0; }
.ry-wg .gw-hero-media{ position:relative; border-radius:var(--r-2xl); overflow:hidden; isolation:isolate; min-height:400px;
  background:var(--section-alt); border:1px solid rgba(255,255,255,.08);
  box-shadow:0 24px 60px rgba(0,0,0,.4), 0 4px 14px rgba(0,0,0,.3); }
.ry-wg .gw-hero-media img{ position:absolute; inset:0; width:100%; height:100%; object-fit:cover; }
.ry-wg .gw-hero-media .ph{ position:absolute; inset:0; }
.ry-wg .gw-hero .eyebrow{ display:inline-flex; align-items:center; gap:10px; font-weight:600; font-size:.74rem; letter-spacing:.18em; text-transform:uppercase; color:#bfe3d4; margin-bottom:20px; }
.ry-wg .gw-hero .eyebrow .dot{ width:7px; height:7px; border-radius:50%; background:var(--wellness); }
.ry-wg .gw-hero h1{ color:#fff; font-weight:600; font-size:clamp(2.4rem,5vw,4rem); line-height:1.02; letter-spacing:-.03em; max-width:16ch; }
.ry-wg .gw-hero .lead{ color:rgba(255,255,255,.9); font-weight:300; font-size:clamp(1.05rem,1.5vw,1.25rem); line-height:1.55; max-width:52ch; margin-top:22px; }
.ry-wg .gw-hero .actions{ display:flex; gap:14px; margin-top:34px; flex-wrap:wrap; }
.ry-wg .gw-hero .meta{ display:flex; gap:40px; margin-top:42px; padding-top:30px; border-top:1px solid rgba(255,255,255,.2); flex-wrap:wrap; }
.ry-wg .gw-hero .meta .m{ display:flex; flex-direction:column; gap:4px; }
.ry-wg .gw-hero .meta .m .lab{ font-size:.68rem; letter-spacing:.14em; text-transform:uppercase; color:#9fcbbb; font-weight:600; }
.ry-wg .gw-hero .meta .m .val{ font-size:1rem; color:#fff; font-weight:400; }
.ry-wg .gw-hero .meta .m .val b{ font-weight:600; }

/* Intro split */
.ry-wg .intro-split{ display:grid; grid-template-columns:1fr 1fr; gap:72px; align-items:center; }
.ry-wg .intro-split .copy h2{ font-weight:500; font-size:clamp(1.9rem,2.8vw,2.6rem); line-height:1.12; letter-spacing:-.02em; max-width:16ch; color:var(--heading); }
.ry-wg .intro-split .copy .body{ margin-top:22px; font-size:1.05rem; line-height:1.7; color:var(--body); max-width:50ch; }
.ry-wg .intro-split .copy .body p + p{ margin-top:16px; }
.ry-wg .intro-split .copy .body b{ color:var(--heading); font-weight:500; }
.ry-wg .intro-split .pic{ border-radius:var(--r-xl); overflow:hidden; aspect-ratio:4/5; background:var(--section-alt); box-shadow:var(--shadow-product); position:relative; }
.ry-wg .intro-split .pic img{ width:100%; height:100%; object-fit:cover; }

/* Image-pending placeholders */
.ry-wg .ph{ position:absolute; inset:0; background:repeating-linear-gradient(45deg,#e7e3db,#e7e3db 13px,#efece5 13px,#efece5 26px); display:flex; align-items:center; justify-content:center; }
.ry-wg .ph.dark{ background:repeating-linear-gradient(45deg,#1d2329,#1d2329 13px,#232b32 13px,#232b32 26px); }
.ry-wg .ph .note{ font-family:ui-monospace,Menlo,monospace; font-size:.66rem; letter-spacing:.12em; text-transform:uppercase; color:var(--muted); border:1px dashed var(--border); padding:7px 12px; border-radius:4px; background:rgba(255,255,255,.5); }
.ry-wg .ph.dark .note{ color:rgba(255,255,255,.6); border-color:rgba(255,255,255,.32); background:transparent; }

/* Facilities mosaic */
.ry-wg .fac-mosaic{ display:grid; grid-template-columns:repeat(6,1fr); gap:20px; }
.ry-wg .ftile{ position:relative; display:flex; border-radius:var(--r-xl); overflow:hidden; isolation:isolate; color:#fff; min-height:300px; box-shadow:0 10px 28px rgba(0,0,0,.14); transition:transform .25s, box-shadow .25s; }
.ry-wg .ftile:hover{ transform:translateY(-3px); box-shadow:0 18px 40px rgba(0,0,0,.24); }
.ry-wg .ftile img{ position:absolute; inset:0; z-index:-2; width:100%; height:100%; object-fit:cover; transition:transform .6s; }
.ry-wg .ftile:hover img{ transform:scale(1.05); }
.ry-wg .ftile .ph{ z-index:-2; }
.ry-wg .ftile::before{ content:""; position:absolute; inset:0; z-index:-1; background:linear-gradient(180deg, rgba(26,31,36,.05) 0%, rgba(26,40,34,.45) 52%, rgba(15,38,30,.9) 100%); }
.ry-wg .ftile .inner{ margin-top:auto; padding:24px 26px; width:100%; }
.ry-wg .ftile .kicker{ font-size:.64rem; font-weight:600; letter-spacing:.16em; text-transform:uppercase; color:#bfe3d4; margin-bottom:9px; display:flex; align-items:center; gap:8px; }
.ry-wg .ftile .kicker .dot{ width:7px; height:7px; border-radius:50%; background:var(--wellness); }
.ry-wg .ftile h3{ color:#fff; font-weight:500; font-size:1.4rem; line-height:1.12; letter-spacing:-.02em; margin-bottom:7px; }
.ry-wg .ftile p{ font-size:.86rem; font-weight:300; color:rgba(255,255,255,.86); line-height:1.5; max-width:42ch; }
.ry-wg .ftile--lg{ grid-column:span 3; min-height:380px; }
.ry-wg .ftile--lg h3{ font-size:1.85rem; }
.ry-wg .ftile--md{ grid-column:span 3; min-height:300px; }
.ry-wg .ftile--sm{ grid-column:span 2; min-height:280px; }

/* Gallery */
.ry-wg .gallery{ display:grid; grid-template-columns:repeat(4,1fr); grid-auto-rows:200px; gap:14px; }
.ry-wg .gal{ position:relative; border-radius:var(--r-lg); overflow:hidden; background:var(--nav); }
.ry-wg .gal img{ width:100%; height:100%; object-fit:cover; transition:transform .5s; }
.ry-wg .gal:hover img{ transform:scale(1.04); }
.ry-wg .gal .ph{ border-radius:var(--r-lg); }
.ry-wg .gal.tall{ grid-row:span 2; }
.ry-wg .gal.wide{ grid-column:span 2; }
.ry-wg .gal .cap{ position:absolute; left:12px; bottom:12px; background:rgba(15,38,30,.55); color:#fff; backdrop-filter:blur(6px); -webkit-backdrop-filter:blur(6px); font-size:.7rem; font-weight:500; padding:5px 10px; border-radius:5px; letter-spacing:.02em; }

/* How a visit works */
.ry-wg .visit-grid{ display:grid; grid-template-columns:1.3fr 1fr; gap:56px; align-items:start; }
.ry-wg .steps{ display:flex; flex-direction:column; gap:4px; }
.ry-wg .step{ display:flex; gap:20px; padding:22px 0; border-bottom:1px solid var(--hairline); }
.ry-wg .step:last-child{ border-bottom:0; }
.ry-wg .step .n{ flex:none; width:42px; height:42px; border-radius:50%; background:var(--wellness-light); color:var(--wellness-deep); font-weight:600; font-size:1.05rem; display:flex; align-items:center; justify-content:center; font-variant-numeric:tabular-nums; }
.ry-wg .step .txt h4{ font-weight:600; font-size:1.05rem; color:var(--heading); margin-bottom:4px; }
.ry-wg .step .txt p{ font-size:.92rem; color:var(--body); line-height:1.6; max-width:46ch; }
.ry-wg .bring{ background:#fff; border:1px solid var(--hairline); border-radius:var(--r-xl); padding:30px 32px; box-shadow:var(--shadow-card); }
.ry-wg .bring h4{ font-weight:600; font-size:1.05rem; margin-bottom:6px; color:var(--heading); }
.ry-wg .bring .sub{ font-size:.84rem; color:var(--muted); margin-bottom:20px; }
.ry-wg .bring ul{ list-style:none; display:flex; flex-direction:column; gap:13px; }
.ry-wg .bring li{ display:flex; gap:12px; align-items:flex-start; font-size:.92rem; color:var(--body); }
.ry-wg .bring li svg{ width:18px; height:18px; flex:none; color:var(--wellness); margin-top:2px; stroke:currentColor; fill:none; stroke-width:2; stroke-linecap:round; stroke-linejoin:round; }
.ry-wg .bring li b{ color:var(--heading); font-weight:500; }
.ry-wg .bring .note{ margin-top:22px; padding:14px 16px; background:var(--wellness-light); border-radius:var(--r-md); font-size:.84rem; color:var(--wellness-deep); line-height:1.55; }

/* Pricing */
.ry-wg .price-grid{ display:grid; grid-template-columns:repeat(3,1fr); gap:20px; }
.ry-wg .pcard2{ background:#fff; border:1px solid var(--hairline); border-radius:var(--r-xl); padding:28px 26px 26px; display:flex; flex-direction:column; box-shadow:var(--shadow-card); transition:transform .2s, box-shadow .2s, border-color .15s; position:relative; }
.ry-wg .pcard2:hover{ transform:translateY(-3px); box-shadow:var(--shadow-product); border-color:var(--border); }
.ry-wg .pcard2.feat{ border-color:var(--wellness); box-shadow:0 12px 34px rgba(58,148,120,.18); }
.ry-wg .pcard2 .tagline{ position:absolute; top:-11px; left:26px; background:var(--wellness); color:#fff; font-size:.62rem; font-weight:600; letter-spacing:.1em; text-transform:uppercase; padding:5px 11px; border-radius:20px; }
.ry-wg .pcard2 .kk{ font-size:.66rem; font-weight:600; letter-spacing:.14em; text-transform:uppercase; color:var(--wellness-text); margin-bottom:10px; }
.ry-wg .pcard2 h3{ font-weight:600; font-size:1.25rem; letter-spacing:-.01em; margin-bottom:6px; color:var(--heading); }
.ry-wg .pcard2 .desc{ font-size:.86rem; color:var(--muted); line-height:1.55; margin-bottom:18px; min-height:42px; }
.ry-wg .pcard2 .price{ display:flex; align-items:baseline; gap:7px; padding-bottom:18px; margin-bottom:18px; border-bottom:1px solid var(--hairline); }
.ry-wg .pcard2 .price .amt{ font-size:2rem; font-weight:600; color:var(--heading); letter-spacing:-.02em; font-variant-numeric:tabular-nums; }
.ry-wg .pcard2 .price .per{ font-size:.84rem; color:var(--muted); }
.ry-wg .pcard2 .price .was{ font-size:.9rem; color:var(--placeholder); text-decoration:line-through; margin-left:2px; }
.ry-wg .pcard2 ul{ list-style:none; display:flex; flex-direction:column; gap:11px; margin-bottom:24px; flex:1; }
.ry-wg .pcard2 li{ display:flex; gap:10px; align-items:flex-start; font-size:.88rem; color:var(--body); line-height:1.45; }
.ry-wg .pcard2 li svg{ width:16px; height:16px; flex:none; color:var(--wellness); margin-top:2px; stroke:currentColor; fill:none; stroke-width:2.2; stroke-linecap:round; stroke-linejoin:round; }
.ry-wg .pcard2 .btn{ width:100%; }

/* Add-ons */
.ry-wg .addons{ margin-top:24px; background:#fff; border:1px solid var(--hairline); border-radius:var(--r-xl); padding:26px 30px; box-shadow:var(--shadow-card); }
.ry-wg .addons h4{ font-weight:600; font-size:1.05rem; margin-bottom:4px; color:var(--heading); }
.ry-wg .addons .sub{ font-size:.84rem; color:var(--muted); margin-bottom:20px; }
.ry-wg .addon-row{ display:grid; grid-template-columns:repeat(3,1fr); gap:16px; }
.ry-wg .addon{ display:flex; flex-direction:column; gap:4px; padding:16px 18px; background:var(--bg); border:1px solid var(--hairline); border-radius:var(--r-md); }
.ry-wg .addon .nm{ font-weight:500; font-size:.92rem; color:var(--heading); }
.ry-wg .addon .meta{ font-size:.78rem; color:var(--muted); }
.ry-wg .addon .amt{ margin-top:4px; font-weight:600; color:var(--wellness-text); font-variant-numeric:tabular-nums; }

/* Hours & location */
.ry-wg .hl-grid{ display:grid; grid-template-columns:1fr 1fr; gap:48px; align-items:start; }
.ry-wg .hours{ background:#fff; border:1px solid var(--hairline); border-radius:var(--r-xl); padding:30px 32px; box-shadow:var(--shadow-card); }
.ry-wg .hours h3{ font-weight:600; font-size:1.15rem; margin-bottom:18px; display:flex; align-items:center; gap:10px; color:var(--heading); }
.ry-wg .hours h3 svg{ width:20px; height:20px; color:var(--wellness); stroke:currentColor; fill:none; stroke-width:1.8; stroke-linecap:round; stroke-linejoin:round; }
.ry-wg .hours dl{ display:grid; grid-template-columns:auto 1fr; gap:0; }
.ry-wg .hours .hrow{ display:contents; }
.ry-wg .hours dt, .ry-wg .hours dd{ padding:11px 0; border-bottom:1px solid var(--hairline); font-size:.92rem; }
.ry-wg .hours dt{ color:var(--body); font-weight:400; }
.ry-wg .hours dd{ color:var(--heading); font-weight:500; text-align:right; font-variant-numeric:tabular-nums; }
.ry-wg .hours .hrow:last-child dt, .ry-wg .hours .hrow:last-child dd{ border-bottom:0; }
.ry-wg .hours .last-entry{ margin-top:16px; padding:12px 14px; background:var(--wellness-light); border-radius:var(--r-md); font-size:.82rem; color:var(--wellness-deep); }
.ry-wg .gate-strip{ margin-top:16px; padding:14px 16px; background:var(--surface); border:1px solid var(--hairline); border-left:3px solid var(--wellness); border-radius:var(--r-md); font-size:.86rem; color:var(--body); line-height:1.55; }
.ry-wg .loc .map{ border-radius:var(--r-xl); overflow:hidden; aspect-ratio:16/10; background:var(--section-alt); position:relative; box-shadow:var(--shadow-card); border:1px solid var(--hairline); }
.ry-wg .loc .map .pin{ position:absolute; inset:0; display:flex; align-items:center; justify-content:center; flex-direction:column; gap:10px; color:var(--wellness-deep); }
.ry-wg .loc .map .pin svg{ width:38px; height:38px; stroke:currentColor; fill:none; stroke-width:1.6; stroke-linecap:round; stroke-linejoin:round; }
.ry-wg .loc .map .pin .lab{ font-family:ui-monospace,Menlo,monospace; font-size:.68rem; letter-spacing:.1em; text-transform:uppercase; background:rgba(255,255,255,.7); padding:6px 12px; border-radius:5px; }
.ry-wg .loc .addr{ margin-top:18px; display:flex; gap:14px; align-items:flex-start; }
.ry-wg .loc .addr svg{ width:20px; height:20px; flex:none; color:var(--wellness); margin-top:2px; stroke:currentColor; fill:none; stroke-width:1.7; stroke-linecap:round; stroke-linejoin:round; }
.ry-wg .loc .addr .a-body{ font-size:.95rem; line-height:1.6; color:var(--body); }
.ry-wg .loc .addr .a-body b{ color:var(--heading); font-weight:600; display:block; margin-bottom:2px; }

/* FAQ (details accordion) */
.ry-wg .faq-list{ max-width:820px; margin:0 auto; border-top:1px solid var(--hairline); }
.ry-wg .faq{ border-bottom:1px solid var(--hairline); }
.ry-wg .faq summary{ list-style:none; cursor:pointer; padding:22px 4px; display:flex; align-items:center; gap:18px; font-weight:500; font-size:1.05rem; color:var(--heading); }
.ry-wg .faq summary::-webkit-details-marker{ display:none; }
.ry-wg .faq summary .ic{ margin-left:auto; flex:none; width:24px; height:24px; position:relative; transition:transform .2s; }
.ry-wg .faq summary .ic::before, .ry-wg .faq summary .ic::after{ content:""; position:absolute; background:var(--wellness); border-radius:2px; }
.ry-wg .faq summary .ic::before{ top:11px; left:4px; right:4px; height:2px; }
.ry-wg .faq summary .ic::after{ left:11px; top:4px; bottom:4px; width:2px; transition:transform .2s; }
.ry-wg .faq[open] summary .ic::after{ transform:scaleY(0); }
.ry-wg .faq .answer{ padding:0 42px 24px 4px; font-size:.95rem; line-height:1.7; color:var(--body); }

/* Final CTA band */
.ry-wg .cta-band{ background:linear-gradient(135deg, var(--wellness-deep) 0%, var(--wellness) 100%); border-radius:var(--r-xl); color:#fff; padding:56px 60px; display:flex; align-items:center; justify-content:space-between; gap:40px; flex-wrap:wrap; position:relative; overflow:hidden; text-align:left; }
.ry-wg .cta-band h2{ color:#fff; font-weight:500; font-size:clamp(1.7rem,2.6vw,2.3rem); letter-spacing:-.02em; line-height:1.12; max-width:18ch; }
.ry-wg .cta-band p{ color:rgba(255,255,255,.85); font-weight:300; font-size:1.05rem; margin-top:12px; max-width:46ch; line-height:1.55; }
.ry-wg .cta-band .actions{ display:flex; gap:14px; flex-wrap:wrap; }

@media (max-width:1100px){
  .ry-wg .gw-hero .gw-hero-grid{ grid-template-columns:1fr; gap:32px; }
  .ry-wg .gw-hero-media{ min-height:0; aspect-ratio:16/10; order:-1; }
  .ry-wg .intro-split{ grid-template-columns:1fr; gap:36px; }
  .ry-wg .fac-mosaic{ grid-template-columns:repeat(2,1fr); }
  .ry-wg .ftile--lg, .ry-wg .ftile--md, .ry-wg .ftile--sm{ grid-column:span 1; min-height:280px; }
  .ry-wg .price-grid{ grid-template-columns:1fr 1fr; }
  .ry-wg .addon-row{ grid-template-columns:1fr 1fr; }
  .ry-wg .visit-grid{ grid-template-columns:1fr; gap:36px; }
  .ry-wg .hl-grid{ grid-template-columns:1fr; gap:36px; }
  .ry-wg .testi-grid{ grid-template-columns:1fr; }
  .ry-wg .gallery{ grid-template-columns:repeat(2,1fr); }
}
@media (max-width:760px){
  .ry-wg .wrap{ padding:0 22px; }
  .ry-wg .gw-hero .gw-hero-grid{ padding:32px 0 36px; }
  .ry-wg .gw-hero-media{ aspect-ratio:4/3; }
  .ry-wg .gw-hero .meta{ gap:24px; }
  .ry-wg .band{ padding:64px 0; }
  .ry-wg .fac-mosaic{ grid-template-columns:1fr; }
  .ry-wg .price-grid{ grid-template-columns:1fr; }
  .ry-wg .addon-row{ grid-template-columns:1fr; }
  .ry-wg .gallery{ grid-template-columns:1fr; grid-auto-rows:200px; }
  .ry-wg .gal.wide{ grid-column:span 1; }
  .ry-wg .cta-band{ padding:36px 28px; }
}
