.inner-page {
  min-height: 100vh;
}

.inner-page .inner-desktop-nav {
  width: min(1180px, calc(100% - 48px));
}

.inner-main {
  display: block;
}

.inner-hero {
  position: relative;
  min-height: min(680px, calc(100vh - 205px));
  margin: 0 clamp(14px, 3vw, 46px) 24px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .72);
  border-radius: var(--radius-xl);
  background: linear-gradient(135deg, #513a4f, #25202a);
  box-shadow: 0 34px 90px rgba(51, 29, 45, .19);
}

.inner-hero-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

[data-page="about"] .inner-hero-image { object-position: center 27%; }
[data-page="gallery"] .inner-hero-image { object-position: center 30%; }
[data-page="services"] .inner-hero-image { object-position: center 48%; }
[data-page="care"] .inner-hero-image { object-position: center 54%; }
[data-page="location"] .inner-hero-image { object-position: center 35%; }
[data-page="shop"] .inner-hero-image { object-position: center 46%; }

@media (min-width: 821px) {
  [data-page="about"] .inner-hero {
    background:
      radial-gradient(circle at 18% 78%, rgba(194, 163, 86, .18), transparent 24rem),
      linear-gradient(145deg, #302231, #1d161e);
  }
  [data-page="about"] .inner-hero-image {
    right: 0;
    left: auto;
    width: 64%;
    object-position: center 34%;
    filter: brightness(1.04) saturate(1.03);
  }
  [data-page="about"] .inner-hero-copy {
    width: min(620px, calc(100% - 44px));
  }
  [data-page="about"] .inner-hero-wash {
    background: linear-gradient(90deg, #211721 0%, rgba(33, 23, 32, .98) 34%, rgba(33, 22, 31, .78) 45%, rgba(30, 17, 28, .24) 57%, rgba(30, 17, 28, 0) 74%);
  }
  [data-page="gallery"] .inner-hero-copy {
    right: clamp(22px, 5.2vw, 76px);
    left: auto;
  }
  [data-page="gallery"] .inner-hero-wash {
    background:
      linear-gradient(270deg, rgba(27, 17, 27, .69) 0%, rgba(35, 20, 31, .35) 50%, rgba(30, 17, 28, .04) 82%),
      linear-gradient(180deg, rgba(239, 172, 230, .07), transparent 45%, rgba(31, 18, 29, .23));
  }
}

.inner-hero-wash {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(27, 17, 27, .69) 0%, rgba(35, 20, 31, .35) 48%, rgba(30, 17, 28, .05) 78%),
    linear-gradient(180deg, rgba(239, 172, 230, .07), transparent 45%, rgba(31, 18, 29, .23));
}

.inner-hero-copy {
  position: absolute;
  z-index: 2;
  left: clamp(22px, 5.2vw, 76px);
  bottom: clamp(26px, 6vw, 70px);
  width: min(690px, calc(100% - 44px));
  padding: clamp(28px, 4vw, 50px);
  border: 1px solid rgba(255, 255, 255, .28);
  border-radius: var(--radius-lg);
  background: linear-gradient(135deg, rgba(36, 24, 35, .65), rgba(49, 31, 44, .30));
  box-shadow: 0 25px 80px rgba(18, 10, 16, .22);
  color: #fff9f7;
  backdrop-filter: blur(24px) saturate(122%);
  -webkit-backdrop-filter: blur(24px) saturate(122%);
}

.inner-hero-copy h1 {
  max-width: 660px;
  margin: 17px 0 19px;
  font-family: var(--display);
  font-size: clamp(54px, 6vw, 88px);
  font-weight: 400;
  letter-spacing: -.045em;
  line-height: .9;
  text-wrap: balance;
}

.inner-hero-copy > p:not(.eyebrow) {
  max-width: 590px;
  margin-bottom: 0;
  color: rgba(255, 250, 248, .82);
  font-size: 16px;
  line-height: 1.68;
}

.inner-hero-compact {
  min-height: 540px;
  background:
    radial-gradient(circle at 82% 18%, rgba(231, 166, 227, .23), transparent 25rem),
    radial-gradient(circle at 16% 80%, rgba(194, 163, 86, .18), transparent 22rem),
    linear-gradient(145deg, #2b202c, #1c151d);
}

.inner-hero-compact .inner-hero-wash { display: none; }
.inner-hero-compact .inner-hero-copy { bottom: 50%; transform: translateY(50%); }

.content-section {
  width: min(1220px, calc(100% - 44px));
  margin: 0 auto;
  padding: clamp(80px, 10vw, 138px) 0;
}

.content-section + .content-section { padding-top: clamp(28px, 5vw, 70px); }

.section-intro {
  max-width: 800px;
  margin-bottom: 46px;
}

.section-intro.wide { max-width: 940px; }
.section-intro h2 { margin: 15px 0 20px; }
.section-intro > p:not(.eyebrow), .editorial-copy p, .glass-panel > p:not(.eyebrow) { color: var(--muted); font-size: 15px; line-height: 1.78; }

.split-editorial {
  display: grid;
  grid-template-columns: minmax(300px, .86fr) minmax(440px, 1.14fr);
  gap: clamp(50px, 9vw, 130px);
  align-items: start;
}

.split-editorial h2 { margin-top: 15px; }
.editorial-copy { padding-top: 8px; }
.editorial-copy p + p { margin-top: 22px; }

.fact-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  margin-top: 36px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .78);
  border-radius: 24px;
  background: var(--line);
  box-shadow: var(--soft-shadow);
}

.fact-row span {
  display: grid;
  gap: 4px;
  padding: 22px 18px;
  background: rgba(255, 255, 255, .63);
  color: var(--muted);
  font-size: 9px;
}

.fact-row strong { color: var(--ink); font-size: 13px; }

.soft-section {
  width: min(1280px, calc(100% - 28px));
  padding: clamp(60px, 8vw, 105px) clamp(22px, 6vw, 80px);
  border: 1px solid rgba(255, 255, 255, .72);
  border-radius: 50px;
  background: linear-gradient(125deg, rgba(247, 218, 244, .34), rgba(255, 255, 255, .55) 45%, rgba(244, 228, 177, .28));
  box-shadow: var(--glass-shadow);
}

.detail-card-grid {
  display: grid;
  gap: 15px;
}

.detail-card-grid.two { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.detail-card-grid.three { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.detail-card-grid.four { grid-template-columns: repeat(4, minmax(0, 1fr)); }

.detail-card-grid article {
  min-height: 245px;
  padding: clamp(25px, 3.2vw, 39px);
  border: 1px solid rgba(255, 255, 255, .76);
  border-radius: 29px;
  background: rgba(255, 255, 255, .62);
  box-shadow: var(--soft-shadow);
  backdrop-filter: blur(18px);
}

.detail-card-grid article > span {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  margin-bottom: 30px;
  border-radius: 50%;
  background: var(--brand-gradient);
  color: var(--ink);
  font-size: 9px;
  font-weight: 700;
}

.detail-card-grid h3 { margin-bottom: 14px; font-family: var(--display); font-size: 30px; font-weight: 400; }
.detail-card-grid p { margin-bottom: 0; color: var(--muted); font-size: 12px; line-height: 1.72; }
.detail-card-grid a { display: inline-flex; margin-top: 18px; color: var(--gold-deep); font-size: 10px; font-weight: 700; text-transform: uppercase; }

.method-feature {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: clamp(30px, 6vw, 80px);
  align-items: center;
}

.glass-panel {
  padding: clamp(30px, 5vw, 58px);
  border: 1px solid rgba(255, 255, 255, .75);
  border-radius: var(--radius-lg);
  background: rgba(255, 255, 255, .58);
  box-shadow: var(--glass-shadow);
  backdrop-filter: blur(24px) saturate(120%);
}

.glass-panel h2 { margin-top: 15px; }
.method-pills { display: flex; flex-wrap: wrap; gap: 11px; margin: 0; padding: 0; list-style: none; }
.method-pills li { flex: 1 1 calc(50% - 11px); padding: 23px 22px; border: 1px solid rgba(255, 255, 255, .76); border-radius: 999px; background: linear-gradient(118deg, rgba(245, 194, 241, .44), rgba(244, 228, 177, .48)); box-shadow: var(--soft-shadow); font-family: var(--display); font-size: 24px; text-align: center; }

.service-modern-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.service-modern-grid article {
  position: relative;
  min-height: 330px;
  overflow: hidden;
  padding: clamp(30px, 4.5vw, 54px);
  border: 1px solid rgba(255, 255, 255, .78);
  border-radius: 38px;
  background: rgba(255, 255, 255, .58);
  box-shadow: var(--soft-shadow);
}

.service-modern-grid article:nth-child(4n + 1), .service-modern-grid article:nth-child(4n + 4) { background: linear-gradient(140deg, rgba(247, 218, 244, .64), rgba(255, 255, 255, .64)); }
.service-modern-grid article:nth-child(4n + 2), .service-modern-grid article:nth-child(4n + 3) { background: linear-gradient(140deg, rgba(244, 228, 177, .56), rgba(255, 255, 255, .64)); }
.service-modern-grid article > span { color: var(--gold-deep); font-size: 9px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.service-modern-grid h3 { margin: 30px 0 13px; font-family: var(--display); font-size: clamp(36px, 4vw, 52px); font-weight: 400; line-height: 1; }
.service-modern-grid p { max-width: 520px; margin-bottom: 28px; color: var(--muted); line-height: 1.7; }
.service-modern-grid a { position: absolute; left: clamp(30px, 4.5vw, 54px); bottom: 36px; color: var(--gold-deep); font-size: 10px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }

.image-text-feature {
  display: grid;
  grid-template-columns: 1.08fr .92fr;
  gap: clamp(30px, 6vw, 80px);
  align-items: center;
}

.image-text-feature.reverse { grid-template-columns: .92fr 1.08fr; }
.image-text-feature.reverse figure { order: 2; }
.image-text-feature figure { min-height: 620px; margin: 0; overflow: hidden; border: 8px solid rgba(255, 255, 255, .58); border-radius: var(--radius-xl); box-shadow: var(--glass-shadow); }
.image-text-feature figure img { width: 100%; height: 100%; min-height: 620px; object-fit: cover; }

.mini-detail-list { margin-top: 31px; border-top: 1px solid var(--line); }
.mini-detail-list div { display: grid; grid-template-columns: 145px 1fr; gap: 20px; padding: 18px 0; border-bottom: 1px solid var(--line); }
.mini-detail-list strong { font-size: 11px; }
.mini-detail-list span { color: var(--muted); font-size: 10px; line-height: 1.55; }

.check-list { display: grid; gap: 12px; margin: 28px 0 0; padding: 0; list-style: none; }
.check-list li { position: relative; padding-left: 29px; color: var(--muted); font-size: 12px; line-height: 1.6; }
.check-list li::before { content: "\2726"; position: absolute; left: 0; top: 1px; display: grid; place-items: center; width: 19px; height: 19px; border-radius: 50%; background: var(--brand-gradient); color: var(--ink); font-size: 8px; }

.gallery-section { width: min(1320px, calc(100% - 28px)); }
.gallery-mosaic { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); grid-auto-flow: dense; grid-auto-rows: 220px; gap: 14px; }
.gallery-tile { position: relative; overflow: hidden; min-width: 0; padding: 0; border: 0; border-radius: 30px; background: #dac6cf; box-shadow: var(--soft-shadow); }
.gallery-tile.tile-wide { grid-column: span 2; }
.gallery-tile.tile-tall { grid-row: span 2; }
.gallery-tile::after { content: "View"; position: absolute; right: 14px; bottom: 14px; padding: 8px 11px; border: 1px solid rgba(255, 255, 255, .46); border-radius: 999px; background: rgba(33, 24, 32, .45); color: #fff; font-size: 8px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; opacity: 0; transform: translateY(5px); transition: opacity .25s ease, transform .25s ease; backdrop-filter: blur(15px); }
.gallery-tile:hover::after, .gallery-tile:focus-visible::after { opacity: 1; transform: translateY(0); }
.gallery-tile img { width: 100%; height: 100%; object-fit: cover; transition: transform .55s cubic-bezier(.2, .7, .2, 1); }
.gallery-tile:hover img { transform: scale(1.035); }
.gallery-tile:nth-child(1) img { object-position: center 22%; }
.gallery-tile:nth-child(3) img { object-position: center 23%; }
.gallery-tile:nth-child(5) img { object-position: center 43%; }
.gallery-tile:nth-child(10) img { object-position: center 38%; }

.modern-lightbox { width: min(1050px, calc(100% - 28px)); max-height: 92vh; padding: 12px; border: 1px solid rgba(255, 255, 255, .35); border-radius: 34px; background: rgba(28, 21, 29, .91); box-shadow: 0 35px 100px rgba(0, 0, 0, .4); color: #fff; backdrop-filter: blur(24px); }
.modern-lightbox::backdrop { background: rgba(20, 14, 20, .72); backdrop-filter: blur(8px); }
.modern-lightbox img { width: 100%; max-height: 78vh; border-radius: 24px; object-fit: contain; }
.modern-lightbox button { position: absolute; z-index: 2; top: 23px; right: 23px; display: grid; place-items: center; width: 42px; height: 42px; border: 1px solid rgba(255, 255, 255, .35); border-radius: 50%; background: rgba(28, 21, 29, .66); color: #fff; font-size: 26px; }
.modern-lightbox p { margin: 11px 10px 3px; color: rgba(255, 255, 255, .75); font-size: 10px; text-align: center; }

.pricing-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
.pricing-grid article { min-height: 300px; padding: clamp(30px, 4vw, 49px); border: 1px solid rgba(255, 255, 255, .76); border-radius: 36px; background: rgba(255, 255, 255, .59); box-shadow: var(--soft-shadow); }
.pricing-grid .featured-price { background: linear-gradient(135deg, rgba(238, 168, 231, .52), rgba(244, 228, 177, .55)); }
.pricing-grid article > span { color: var(--gold-deep); font-size: 9px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.pricing-grid h3 { margin: 28px 0 15px; font-family: var(--display); font-size: clamp(45px, 5vw, 70px); font-weight: 400; }
.pricing-grid h3 s { color: var(--muted); font-size: .48em; }
.pricing-grid p { max-width: 540px; color: var(--muted); line-height: 1.73; }
.pricing-grid a { display: inline-flex; margin-top: 18px; color: var(--gold-deep); font-size: 10px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.notice-panel { display: grid; grid-template-columns: 190px 1fr; gap: 24px; margin-top: 18px; padding: 26px 30px; border: 1px solid rgba(255, 255, 255, .75); border-radius: 26px; background: rgba(255, 255, 255, .55); box-shadow: var(--soft-shadow); }
.notice-panel p { margin: 0; color: var(--muted); font-size: 11px; line-height: 1.65; }

.contact-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 20px; align-items: stretch; }
.contact-options { display: grid; gap: 12px; }
.contact-options a { display: grid; grid-template-columns: 1fr auto; align-items: center; padding: 26px 30px; border: 1px solid rgba(255, 255, 255, .76); border-radius: 28px; background: rgba(255, 255, 255, .61); box-shadow: var(--soft-shadow); }
.contact-options span, .contact-options strong { grid-column: 1; }
.contact-options span { color: var(--gold-deep); font-size: 8px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.contact-options strong { margin-top: 6px; font-family: var(--display); font-size: clamp(22px, 3vw, 33px); font-weight: 400; }
.contact-options i { grid-column: 2; grid-row: 1 / span 2; font-style: normal; }

.location-modern { display: grid; grid-template-columns: .72fr 1.28fr; gap: clamp(30px, 6vw, 80px); align-items: stretch; }
.address-stack { display: grid; gap: 6px; margin: 26px 0 0; padding-top: 20px; border-top: 1px solid var(--line); }
.address-stack span { color: var(--gold-deep); font-size: 8px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.address-stack strong { font-size: 12px; line-height: 1.65; }
.location-modern .button { margin-top: 28px; }
.inner-map, .inner-map iframe { min-height: 590px; }

.journal-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
.journal-card { display: grid; grid-template-columns: 44% 56%; min-height: 320px; overflow: hidden; border: 1px solid rgba(255, 255, 255, .74); border-radius: 36px; background: rgba(255, 255, 255, .59); box-shadow: var(--soft-shadow); }
.journal-card.journal-feature { grid-column: 1 / -1; grid-template-columns: 52% 48%; min-height: 520px; }
.journal-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.journal-card:hover img { transform: scale(1.035); }
.journal-card > div { align-self: center; padding: clamp(25px, 4vw, 48px); }
.journal-card span { color: var(--gold-deep); font-size: 8px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.journal-card h2, .journal-card h3 { margin: 19px 0 13px; font-family: var(--display); font-weight: 400; line-height: 1; }
.journal-card h2 { font-size: clamp(42px, 5vw, 67px); }
.journal-card h3 { font-size: clamp(28px, 3.2vw, 39px); }
.journal-card p { color: var(--muted); font-size: 11px; line-height: 1.68; }
.journal-card strong { display: inline-flex; margin-top: 15px; color: var(--gold-deep); font-size: 9px; letter-spacing: .08em; text-transform: uppercase; }
.article-meta { display: flex; flex-wrap: wrap; gap: 7px; align-items: center; margin: 18px 0 0; color: rgba(255, 255, 255, .78); font-size: 9px; font-weight: 600; letter-spacing: .04em; }
.article-meta time { color: inherit; }

.article-layout { display: grid; grid-template-columns: 270px minmax(0, 760px); gap: clamp(50px, 8vw, 120px); justify-content: center; align-items: start; }
.article-aside { position: sticky; top: 95px; display: grid; padding: 25px; border: 1px solid rgba(255, 255, 255, .74); border-radius: 27px; background: rgba(255, 255, 255, .58); box-shadow: var(--soft-shadow); }
.article-aside a { padding: 13px 0; border-bottom: 1px solid var(--line); color: var(--muted); font-size: 10px; line-height: 1.45; }
.article-aside a:last-child { border-bottom: 0; color: var(--gold-deep); }
.article-body > section { scroll-margin-top: 110px; padding: 0 0 70px; }
.article-body > section + section { padding-top: 70px; border-top: 1px solid var(--line); }
.article-body > section > span { color: var(--gold-deep); font-size: 10px; font-weight: 700; letter-spacing: .12em; }
.article-body h2 { margin: 17px 0 27px; font-size: clamp(46px, 6vw, 72px); }
.article-body p { color: var(--muted); font-size: 16px; line-height: 1.9; }
.article-checklist { padding: 48px !important; border: 1px solid rgba(255, 255, 255, .75) !important; border-radius: 36px; background: linear-gradient(135deg, rgba(247, 218, 244, .55), rgba(244, 228, 177, .42)); box-shadow: var(--soft-shadow); }
.article-next { display: flex; justify-content: space-between; gap: 20px; padding-top: 28px; border-top: 1px solid var(--line); }
.article-next span { color: var(--muted); font-size: 9px; text-transform: uppercase; }
.article-next a { color: var(--gold-deep); font-family: var(--display); font-size: 24px; }

.store-section { width: min(1320px, calc(100% - 28px)); }
.store-chips { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 28px; }
.store-chips[hidden], body[data-product-slug] .store-section > .section-intro { display: none !important; }
body[data-product-slug] .store-layout { margin-top: 0; }
.store-chips button { min-height: 42px; padding: 10px 17px; border: 1px solid var(--line); border-radius: 999px; background: rgba(255, 255, 255, .65); color: var(--muted); font-size: 9px; font-weight: 700; letter-spacing: .07em; text-transform: uppercase; }
.store-chips button:hover, .store-chips button.is-active { border-color: rgba(194, 163, 86, .55); background: var(--brand-gradient); color: var(--ink); }
.store-status { min-height: 20px; color: var(--gold-deep); font-size: 10px; }
.store-layout { display: grid; grid-template-columns: minmax(0, 1fr) 350px; gap: 22px; align-items: start; }
.store-products { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; }
.shop-loading { grid-column: 1 / -1; display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.shop-loading span { min-height: 380px; border-radius: 30px; background: linear-gradient(100deg, rgba(255, 255, 255, .5), rgba(247, 218, 244, .5), rgba(255, 255, 255, .5)); background-size: 200% 100%; animation: shop-shimmer 1.3s linear infinite; }
.shop-loading p { grid-column: 1 / -1; color: var(--muted); font-size: 10px; }
@keyframes shop-shimmer { to { background-position: -200% 0; } }
.store-card { overflow: hidden; border: 1px solid rgba(255, 255, 255, .76); border-radius: 31px; background: rgba(255, 255, 255, .62); box-shadow: var(--soft-shadow); }
.store-card-media { position: relative; display: block; aspect-ratio: 1 / 1.08; overflow: hidden; background: linear-gradient(145deg, #f4e8e8, #f6ddf3); }
.store-card-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease; }
.store-card-media img[src*="/shop/products/"] { object-fit: contain; padding: 10%; background: #fbf8f7; }
.store-card:hover .store-card-media img { transform: scale(1.035); }
.stock-badge { position: absolute; left: 12px; top: 12px; padding: 7px 10px; border-radius: 999px; background: rgba(35, 25, 34, .74); color: #fff; font-size: 8px; backdrop-filter: blur(12px); }
.store-card-copy { padding: 21px; }
.store-card-copy > span { color: var(--gold-deep); font-size: 8px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.store-card h3 { margin: 10px 0 9px; font-family: var(--display); font-size: 27px; font-weight: 400; line-height: 1.05; }
.store-card p { min-height: 48px; margin-bottom: 15px; color: var(--muted); font-size: 9px; line-height: 1.6; }
.store-price { display: flex; align-items: baseline; gap: 8px; margin: 13px 0 18px; font-size: 12px; }
.store-price s { color: var(--muted); font-size: 9px; }
.store-card-actions { display: flex; flex-wrap: wrap; gap: 7px; }
.store-card-actions button, .store-card-actions a, .store-detail button { display: inline-flex; justify-content: center; flex: 1; min-height: 41px; padding: 11px 13px; border: 1px solid rgba(194, 163, 86, .35); border-radius: 999px; background: rgba(244, 228, 177, .35); color: var(--gold-deep); font-size: 8px; font-weight: 700; letter-spacing: .07em; text-transform: uppercase; }
.store-card-actions .primary, .store-detail button.primary { border: 0; background: var(--brand-gradient); color: var(--ink); }

.store-bag { position: sticky; top: 94px; padding: 26px; border: 1px solid rgba(255, 255, 255, .78); border-radius: 31px; background: rgba(255, 255, 255, .72); box-shadow: var(--glass-shadow); backdrop-filter: blur(24px); }
.store-bag h3 { font-family: var(--display); font-size: 32px; font-weight: 400; }
.store-bag-empty { color: var(--muted); font-size: 10px; line-height: 1.6; }
.bag-line { display: grid; grid-template-columns: 1fr auto; gap: 8px; padding: 14px 0; border-bottom: 1px solid var(--line); }
.bag-line strong { font-size: 10px; }
.bag-line small { display: block; margin-top: 4px; color: var(--muted); font-size: 8px; }
.bag-line > span { font-size: 9px; }
.bag-controls { grid-column: 1 / -1; display: flex; align-items: center; gap: 6px; }
.bag-controls button { min-width: 27px; height: 27px; padding: 0 7px; border: 1px solid var(--line); border-radius: 999px; background: rgba(255, 255, 255, .7); font-size: 8px; }
.bag-controls button:last-child { margin-left: auto; color: #9c5f64; }
.bag-total { display: grid; gap: 8px; margin: 18px 0; padding-top: 15px; border-top: 1px solid var(--line); font-size: 9px; }
.bag-total span, .bag-total strong { display: flex; justify-content: space-between; gap: 10px; }
.bag-total strong { margin-top: 5px; font-size: 12px; }
.shop-checkout { display: grid; gap: 10px; }
.shop-checkout label, .store-detail label { display: grid; gap: 6px; color: var(--muted); font-size: 8px; font-weight: 600; }
.shop-checkout input, .shop-checkout select, .store-detail input, .store-detail select, .store-detail textarea { width: 100%; min-height: 42px; padding: 10px 12px; border: 1px solid var(--line); border-radius: 13px; background: rgba(255, 255, 255, .76); color: var(--ink); outline: none; }
.shop-checkout textarea, .store-detail textarea { resize: vertical; }
.shop-checkout input:focus, .shop-checkout select:focus, .store-detail input:focus, .store-detail select:focus, .store-detail textarea:focus { border-color: rgba(194, 163, 86, .65); box-shadow: 0 0 0 4px rgba(194, 163, 86, .1); }
.shop-checkout .checkout-button { min-height: 46px; border: 0; border-radius: 999px; background: var(--brand-gradient); color: var(--ink); font-size: 9px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.shop-checkout .checkout-button:disabled { opacity: .55; }
.checkout-note { min-height: 16px; margin: 0; color: #9c5f64; font-size: 8px; line-height: 1.5; }

.store-detail { grid-column: 1 / -1; display: grid; grid-template-columns: 1.05fr .95fr; gap: clamp(35px, 6vw, 80px); align-items: start; }
.store-detail-media { min-height: 600px; overflow: hidden; border-radius: 40px; background: #f7eeed; box-shadow: var(--glass-shadow); }
.store-detail-media img { width: 100%; height: 100%; min-height: 600px; object-fit: cover; }
.store-detail-media img[src*="/shop/products/"] { object-fit: contain; padding: 12%; background: #fbf8f7; }
.store-detail-copy { padding: clamp(15px, 3vw, 40px) 0; }
.store-detail-copy > a { color: var(--gold-deep); font-size: 9px; font-weight: 700; text-transform: uppercase; }
.store-detail-copy > span { display: block; margin-top: 35px; color: var(--gold-deep); font-size: 9px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.store-detail h1, .store-detail h2 { margin: 13px 0 20px; font-family: var(--display); font-size: clamp(50px, 6vw, 76px); font-weight: 400; line-height: .92; }
.store-detail-copy > p { color: var(--muted); line-height: 1.75; }
.store-detail-form { display: grid; gap: 14px; margin-top: 27px; }
.choice-row { display: flex; flex-wrap: wrap; gap: 8px; }
.choice-row label { display: block; }
.choice-row input { position: absolute; opacity: 0; pointer-events: none; }
.choice-row span { display: block; padding: 11px 14px; border: 1px solid var(--line); border-radius: 999px; background: rgba(255, 255, 255, .65); font-size: 9px; }
.choice-row input:checked + span { border-color: rgba(194, 163, 86, .55); background: var(--brand-gradient); color: var(--ink); }

.legal-layout-modern { display: grid; grid-template-columns: 260px minmax(0, 820px); gap: clamp(45px, 8vw, 110px); justify-content: center; align-items: start; }
.legal-layout-modern > aside { position: sticky; top: 95px; display: grid; gap: 8px; padding: 25px; border: 1px solid rgba(255, 255, 255, .74); border-radius: 27px; background: rgba(255, 255, 255, .58); box-shadow: var(--soft-shadow); }
.legal-layout-modern > aside strong { font-family: var(--display); font-size: 25px; font-weight: 400; }
.legal-layout-modern > aside span { color: var(--gold-deep); font-size: 10px; }
.legal-layout-modern > aside p { margin: 10px 0 0; color: var(--muted); font-size: 10px; line-height: 1.6; }
.legal-copy-modern article { padding: 0 0 44px; }
.legal-copy-modern article + article { padding-top: 44px; border-top: 1px solid var(--line); }
.legal-copy-modern h2 { margin-bottom: 18px; font-size: clamp(34px, 4vw, 48px); }
.legal-copy-modern p { color: var(--muted); font-size: 13px; line-height: 1.82; }
.legal-copy-modern a { color: var(--gold-deep); text-decoration: underline; text-underline-offset: 3px; }

.payment-return { max-width: 880px; text-align: center; }
.payment-return .glass-panel { padding-block: clamp(55px, 8vw, 90px); }
.payment-return h2 { margin: 18px 0; }
.payment-return p:not(.eyebrow) { max-width: 590px; margin-inline: auto; }
.payment-spinner { display: block; width: 48px; height: 48px; margin: 0 auto 26px; border: 3px solid rgba(194, 163, 86, .22); border-top-color: var(--gold); border-radius: 50%; animation: payment-spin .85s linear infinite; }
.payment-return.is-complete .payment-spinner { border: 0; background: var(--brand-gradient); animation: none; }
.payment-return.is-complete .payment-spinner::after { content: "\2713"; display: grid; place-items: center; width: 100%; height: 100%; color: var(--ink); font-size: 22px; }
.payment-return.is-error .payment-spinner { border: 0; background: #f1d5d7; animation: none; }
.payment-return.is-error .payment-spinner::after { content: "!"; display: grid; place-items: center; width: 100%; height: 100%; color: #8c5459; font-weight: 700; }
.payment-return-actions { display: flex; justify-content: center; flex-wrap: wrap; gap: 10px; margin-top: 28px; }
.not-found-links { max-width: 900px; margin-inline: auto; }
@keyframes payment-spin { to { transform: rotate(360deg); } }

.inner-closing {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: end;
  gap: 45px;
  width: min(1220px, calc(100% - 36px));
  margin: 30px auto 100px;
  padding: clamp(38px, 6vw, 72px);
  border: 1px solid rgba(255, 255, 255, .25);
  border-radius: 44px;
  background:
    radial-gradient(circle at 89% 20%, rgba(231, 166, 227, .24), transparent 20rem),
    radial-gradient(circle at 12% 100%, rgba(194, 163, 86, .19), transparent 23rem),
    linear-gradient(145deg, #2a1e2b, #1c151d);
  box-shadow: 0 32px 80px rgba(35, 22, 33, .22);
  color: #fff;
}
.inner-closing h2 { max-width: 790px; margin: 14px 0 18px; color: #fff; font-size: clamp(45px, 6vw, 73px); }
.inner-closing p:not(.eyebrow) { max-width: 710px; margin: 0; color: rgba(255, 255, 255, .64); font-size: 13px; line-height: 1.7; }
.inner-closing .button { white-space: nowrap; }
.inner-footer > div { flex-wrap: wrap; justify-content: flex-end; }

@media (max-width: 1080px) {
  .inner-page .inner-desktop-nav { width: calc(100% - 28px); }
  .inner-page .desktop-nav a { padding-inline: 8px; font-size: 7.5px; }
  .detail-card-grid.four { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .store-layout { grid-template-columns: minmax(0, 1fr) 320px; }
  .store-products { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .gallery-mosaic { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}

@media (max-width: 820px) {
  .inner-hero { min-height: 660px; margin-inline: 10px; border-radius: 34px; }
  .inner-hero-wash { background: linear-gradient(180deg, rgba(28, 18, 27, .03) 18%, rgba(28, 17, 27, .57) 66%, rgba(24, 15, 23, .78)); }
  .inner-hero-copy { left: 16px; right: 16px; bottom: 16px; width: auto; padding: 26px 23px; border-radius: 27px; }
  [data-page="about"] .inner-hero {
    min-height: 0;
    padding-top: clamp(420px, 118vw, 500px);
    background: linear-gradient(160deg, #362635, #211721);
  }
  [data-page="about"] .inner-hero-image {
    top: 0;
    right: 0;
    bottom: auto;
    left: 0;
    height: clamp(470px, 124vw, 540px);
    object-position: center 32%;
    filter: brightness(1.03) saturate(1.03);
  }
  [data-page="about"] .inner-hero-wash {
    top: 0;
    right: 0;
    bottom: auto;
    left: 0;
    height: clamp(470px, 124vw, 540px);
    background: linear-gradient(180deg, rgba(28, 18, 27, 0) 54%, rgba(28, 17, 27, .16) 76%, rgba(24, 15, 23, .82) 100%);
  }
  [data-page="about"] .inner-hero-copy {
    position: relative;
    right: auto;
    bottom: auto;
    left: auto;
    width: auto;
    margin: -46px 14px 14px;
  }
  .inner-hero-copy h1 { font-size: clamp(48px, 12vw, 70px); }
  .inner-hero-copy > p:not(.eyebrow) { font-size: 14px; }
  .inner-hero-compact .inner-hero-copy { bottom: 16px; transform: none; }
  .content-section { width: min(100% - 34px, 720px); padding-block: 82px; }
  .split-editorial, .method-feature, .image-text-feature, .image-text-feature.reverse, .contact-grid, .location-modern { grid-template-columns: 1fr; }
  .image-text-feature.reverse figure { order: 0; }
  .detail-card-grid.three { grid-template-columns: 1fr; }
  .service-modern-grid { grid-template-columns: 1fr; }
  .gallery-mosaic { grid-template-columns: repeat(2, minmax(0, 1fr)); grid-auto-rows: 240px; }
  .pricing-grid { grid-template-columns: 1fr; }
  .journal-card, .journal-card.journal-feature { grid-column: auto; grid-template-columns: 1fr; min-height: 0; }
  .journal-card img { aspect-ratio: 1.45 / 1; }
  .article-layout { grid-template-columns: 1fr; }
  .article-aside { position: static; }
  .store-layout { grid-template-columns: 1fr; }
  .store-bag { position: static; }
  .store-detail { grid-template-columns: 1fr; }
  .legal-layout-modern { grid-template-columns: 1fr; }
  .legal-layout-modern > aside { position: static; }
  .inner-closing { grid-template-columns: 1fr; align-items: start; }
  .inner-closing .button { justify-self: start; }
}

@media (max-width: 570px) {
  .inner-hero { min-height: 650px; }
  .inner-hero-copy h1 { font-size: clamp(45px, 12.3vw, 62px); }
  .inner-hero-copy .hero-actions { align-items: stretch; flex-direction: column; }
  .inner-hero-copy .button { width: 100%; }
  .section-intro { margin-bottom: 32px; }
  .soft-section { width: calc(100% - 18px); padding-inline: 15px; border-radius: 34px; }
  .split-editorial h2, .section-intro h2 { font-size: clamp(45px, 13vw, 62px); }
  .fact-row { grid-template-columns: 1fr; }
  .method-pills li { flex-basis: 100%; font-size: 21px; }
  .detail-card-grid.two, .detail-card-grid.four { grid-template-columns: 1fr; }
  .detail-card-grid article { min-height: 0; }
  .service-modern-grid article { min-height: 310px; border-radius: 30px; }
  .image-text-feature figure, .image-text-feature figure img { min-height: 480px; }
  .mini-detail-list div { grid-template-columns: 1fr; gap: 6px; }
  .gallery-mosaic { grid-template-columns: 1fr; grid-auto-rows: auto; }
  .gallery-tile, .gallery-tile.tile-tall, .gallery-tile.tile-wide { grid-column: auto; grid-row: auto; aspect-ratio: 4 / 5; }
  .gallery-tile:nth-child(even) { aspect-ratio: 1 / 1; }
  .gallery-tile::after { opacity: 1; transform: none; }
  .notice-panel { grid-template-columns: 1fr; gap: 8px; padding: 24px; }
  .journal-grid { grid-template-columns: 1fr; }
  .journal-card img { aspect-ratio: 1 / 1; }
  .article-body p { font-size: 14px; }
  .article-checklist { padding: 28px 23px !important; }
  .article-next { align-items: flex-start; flex-direction: column; }
  .store-products { grid-template-columns: 1fr; }
  .shop-loading { grid-template-columns: 1fr; }
  .shop-loading span { display: none; }
  .shop-loading span:first-child { display: block; }
  .store-detail-media, .store-detail-media img { min-height: 430px; }
  .inner-closing { margin-bottom: 92px; padding: 34px 24px; border-radius: 34px; }
  .inner-closing .button { width: 100%; }
}

@media (prefers-reduced-motion: reduce) {
  .shop-loading span { animation: none; }
  .payment-spinner { animation: none; }
}
