/* ==========================================================================
   Page compositions
   ========================================================================== */

/* --------------------------------------------------------------------------
   HOME — values mirror the approved homepage CSS
   ------------------------------------------------------------------------ */
.hero { display: grid; grid-template-columns: 1.12fr 1fr; background: var(--blush); max-width: 1440px; margin: 0 auto; overflow: hidden; }
.hero__copy { padding: 65px 20px 45px max(40px, calc((100vw - 1280px) / 2)); align-self: center; }
.hero h1 { margin-bottom: 0; }
.hero__copy > p { max-width: 385px; font-size: var(--fs-lead); margin: 22px 0 28px; }
.hero__media { position: relative; min-height: 530px; overflow: hidden; }
.hero__media picture, .hero__media img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.values { display: flex; gap: 22px; margin: 46px 0 0; padding: 0; list-style: none; font-size: 11px; line-height: 1.4; max-width: 440px; }
.values li { display: flex; align-items: center; gap: 9px; flex: 1; }
.values .icon { color: var(--berry); }
@media (min-width: 1500px) { .hero__copy { padding-left: 70px; } }

.intro-line { text-align: center; padding: 27px 20px 10px; color: var(--muted); font-size: 14px; }
.page-home .categories { padding-top: 18px; }

.essentials { padding-top: 43px; padding-bottom: 45px; scroll-margin-top: 20px; }
.filter-status { color: var(--muted); margin: -12px 0 18px; text-align: center; font-size: var(--fs-small); }
.filter-status:empty { display: none; }
.product-card.is-filtered-out { display: none; }

/* Large alternating panels: spacious, equal width (approved final override) */
.feature { display: grid; grid-template-columns: 1fr 1fr; width: calc(100% - 48px); max-width: 1440px; height: clamp(460px, 42vw, 605px); margin: 0 auto 28px; }
.feature__photo { margin: 0; background: var(--clay); display: flex; flex-direction: column; justify-content: center; min-width: 0; overflow: hidden; }
.feature__photo picture { display: block; flex: 1 1 auto; min-height: 0; }
.feature__photo img { display: block; flex: 1 1 auto; min-height: 0; height: 100%; width: 100%; object-fit: cover; }
.feature__photo figcaption { padding: 25px 30px; font-size: 11px; letter-spacing: .13em; text-transform: uppercase; text-align: center; color: var(--ink); }
.feature__copy { background: var(--sage); padding: clamp(36px, 5vw, 76px); display: flex; flex-direction: column; justify-content: center; align-items: flex-start; }
.feature__copy h2 { font-size: var(--fs-h2-feature); line-height: 1.08; letter-spacing: -.025em; }
.feature__copy p { font-size: 17px; line-height: 1.65; margin: 25px 0 30px; max-width: 430px; }
.feature__copy .eyebrow { font-size: 12px; margin: 0 0 25px; }
.feature--service .feature__copy { background: var(--sand); }
.feature--service .feature__photo { background: var(--blush-deep); }

.story { padding-top: 55px; padding-bottom: 55px; display: grid; grid-template-columns: 1fr 1.1fr; gap: 70px; align-items: center; }
.story h2 { font-size: clamp(35px, 4vw, 54px); }
.story p { color: var(--muted); margin-bottom: 17px; max-width: 540px; font-size: 15px; }
.story__signature { font: italic 23px/1.35 var(--serif) !important; color: var(--berry) !important; margin-top: 24px; }

.care-strip { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); display: grid; grid-template-columns: repeat(3, 1fr); padding: 28px 0; margin-top: 25px; gap: 30px; }
.care-strip h3 { font-size: 20px; margin-bottom: 8px; }
.care-strip p { font-size: var(--fs-small); color: var(--muted); max-width: 320px; }
.care-strip .icon { margin-bottom: 12px; color: var(--berry); }

.guides { padding-top: 42px; padding-bottom: 42px; }
.guide-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; }
.guide { position: relative; }
.guide__media { display: block; aspect-ratio: 2.6; overflow: hidden; background: var(--stage); }
.guide__media img, .guide__media picture { height: 100%; }
.guide__media img { transition: transform var(--dur-slow) var(--ease); }
.guide:hover .guide__media img { transform: scale(1.04); }
.guide__topic { display: block; font-size: 10px; letter-spacing: .14em; text-transform: uppercase; color: var(--berry); margin-top: 17px; }
.guide h3 { font-size: 21px; margin: 8px 0 8px; }
.guide h3 a { text-decoration: none; }
.guide h3 a::after { content: ""; position: absolute; inset: 0; }
.guide h3 a:hover { color: var(--berry); }
.guide p { font-size: var(--fs-small); color: var(--muted); margin-bottom: 4px; }
.guide:hover .link-button { color: var(--berry); }
.guide:hover .link-button .arrow { transform: translateX(4px); }
.link-button .arrow { transition: transform var(--dur) var(--ease); }

.faq { padding-top: 15px; padding-bottom: 55px; display: grid; grid-template-columns: 1fr 1.4fr; gap: 65px; }
.faq h2 { font-size: 38px; }
.faq__intro p { color: var(--muted); font-size: 14px; margin-top: 15px; }

/* Newsletter band (approved) */
.newsletter { background: var(--berry); color: var(--cream); padding: 28px 0; }
.newsletter__inner { display: flex; align-items: center; gap: 35px; }
.newsletter__art { width: 54px; height: 54px; stroke-width: 1; opacity: .7; }
.newsletter h2 { font-size: 29px; max-width: 420px; }
.newsletter__intro { font-size: var(--fs-xs); max-width: 225px; border-left: 1px solid rgba(250, 247, 240, .35); padding-left: 24px; }
.newsletter__form { flex: 1; min-width: 260px; }
.newsletter__form label { font-size: var(--fs-xs); display: block; margin-bottom: 6px; }
.newsletter__row { display: flex; gap: 6px; }
.newsletter__row .input { min-height: 46px; border-color: var(--white); color: var(--ink); }
.newsletter__row .button { white-space: nowrap; }
.newsletter__status { font-size: var(--fs-xs); margin-top: 8px; min-height: 1em; }
.newsletter__status:empty { display: none; }
.newsletter__status.is-error { color: #ffd9d4; font-weight: 700; }

@media (max-width: 900px) {
  .hero__copy { padding: 35px 25px; }
  .hero__media { min-height: 450px; }
  .hero h1 { font-size: 48px; }
  .values { gap: 12px; margin-top: 28px; }
  .values li { font-size: 10px; }
  .feature { height: 440px; }
  .feature__copy { padding: 30px; }
  .feature__copy h2 { font-size: 39px; }
  .feature__copy p { font-size: 15px; }
  .feature__photo figcaption { font-size: 10px; padding: 20px; }
  .story, .faq { gap: 30px; }
  .newsletter__inner { flex-wrap: wrap; gap: 20px; }
  .newsletter h2 { max-width: none; }
  .newsletter__form { flex-basis: 100%; }
  .newsletter__art { display: none; }
}
@media (max-width: 760px) {
  .hero { grid-template-columns: 1fr; }
  .hero__copy { padding: 35px 24px; }
  .hero h1 { font-size: clamp(38px, 11vw, 46px); }
  .hero__copy > p { font-size: 16px; margin: 19px 0 24px; }
  .hero__media { min-height: 0; height: 320px; }
  .hero__media img { object-position: center 48%; }
  .values { margin-top: 28px; max-width: 380px; }
  .intro-line { font-size: var(--fs-xs); padding: 20px 22px 5px; }
  .essentials { padding-top: 32px; }
  .feature { width: calc(100% - var(--gutter) * 2); height: auto; grid-template-columns: 1fr; margin-bottom: 24px; }
  .feature__photo { min-height: 0; }
  .feature__photo picture { flex: none; }
  .feature__photo img { flex: none; height: auto; aspect-ratio: 4 / 3; }
  .feature--service .feature__photo { order: -1; }
  .feature__copy { min-height: 300px; padding: 35px 25px; }
  .feature__copy h2 { font-size: clamp(32px, 9vw, 39px); }
  .feature__copy p { font-size: 16px; margin: 20px 0 25px; }
  .feature__copy .eyebrow { font-size: 10px; margin-bottom: 20px; }
  .story, .faq { grid-template-columns: 1fr; gap: 25px; }
  .story { padding-top: 25px; padding-bottom: 35px; }
  .story h2 { font-size: 37px; }
  .care-strip { gap: 22px; grid-template-columns: 1fr; padding: 25px 0; }
  .care-strip li { display: grid; grid-template-columns: 28px 1fr; column-gap: 15px; }
  .care-strip .icon { grid-row: span 2; }
  .care-strip p { max-width: none; }
  .guide-grid { grid-template-columns: 1fr; gap: 28px; }
  .faq h2 { font-size: 33px; }
  .newsletter__intro { border: 0; padding: 0; max-width: none; }
}
@media (max-width: 420px) { .newsletter__row { flex-direction: column; } }

/* --------------------------------------------------------------------------
   SHOP & CATEGORY
   ------------------------------------------------------------------------ */
.shop { padding-top: 30px; padding-bottom: var(--section); }
.shop__chips { margin-bottom: 18px; }
.toolbar {
  display: grid; grid-template-columns: minmax(220px, 360px) 1fr auto auto; align-items: center; gap: 16px;
  padding: 14px 0; margin-bottom: 26px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line);
}
.toolbar__search { position: relative; }
.toolbar__search .icon { position: absolute; left: 14px; top: 50%; transform: translateY(-50%); color: var(--muted); pointer-events: none; }
.toolbar__search .input { padding-left: 42px; min-height: 44px; border-radius: var(--radius-pill); font-size: 14px; }
.toolbar__count { font-size: var(--fs-small); color: var(--muted); }
.toolbar__sort { display: flex; align-items: center; gap: 10px; }
.toolbar__sort label { font-size: var(--fs-small); white-space: nowrap; }
.toolbar__sort .select { min-height: 44px; font-size: 14px; width: auto; min-width: 200px; }
.toolbar__apply { min-height: 44px; }
.js .toolbar__apply { display: none; }
.shop__query { font-size: var(--fs-small); color: var(--muted); margin: -10px 0 20px; }
.shop__query a { color: var(--berry); }
.shop__note { font-size: var(--fs-xs); color: var(--muted); margin-top: 18px; text-align: center; }

.learn-first { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 18px; padding-bottom: var(--section); }
.learn-card {
  display: grid; grid-template-columns: 200px 1fr; gap: 0; text-decoration: none; background: var(--sand);
  border-radius: var(--radius-card); overflow: hidden; transition: box-shadow var(--dur) var(--ease), transform var(--dur) var(--ease);
}
.learn-card:hover { box-shadow: var(--shadow-lift); transform: translateY(-2px); }
.learn-card__media { background: var(--stage); }
.learn-card__media img, .learn-card__media picture { height: 100%; }
.learn-card__body { padding: 26px 28px; display: flex; flex-direction: column; align-items: flex-start; }
.learn-card .eyebrow { margin-bottom: 12px; }
.learn-card__title { font: 25px/1.2 var(--serif); margin-bottom: 8px; }
.learn-card__text { font-size: var(--fs-small); color: var(--muted); margin-bottom: 6px; }
.learn-card--service { grid-template-columns: 1fr; background: var(--sage); }
.learn-card:hover .arrow { transform: translateX(4px); }
.text-link .arrow { transition: transform var(--dur) var(--ease); display: inline-block; }

@media (max-width: 900px) {
  .toolbar { grid-template-columns: 1fr auto; }
  .toolbar__search { grid-column: 1 / -1; }
}
@media (max-width: 600px) {
  .toolbar__sort label { display: none; }
  .toolbar__sort .select { min-width: 0; }
  .learn-card { grid-template-columns: 1fr; }
  .learn-card__media { aspect-ratio: 2.6; }
}

/* --------------------------------------------------------------------------
   PRODUCT DETAIL
   ------------------------------------------------------------------------ */
.pdp-crumbs { padding-top: 22px; }
.pdp { display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(0, 1fr); gap: clamp(28px, 5vw, 72px); padding-top: 22px; padding-bottom: var(--section); align-items: start; }

.gallery { position: sticky; top: 20px; }
.gallery__stage {
  position: relative; aspect-ratio: 1 / .92; background: var(--stage); border-radius: var(--radius-card);
  overflow: hidden; perspective: 900px;
}
.gallery__slide { position: absolute; inset: 0; display: grid; place-items: center; padding: 6%; animation: fade-in var(--dur-slow) var(--ease); }
.gallery__slide picture { height: auto; }
.gallery__image { width: 100%; height: 100%; max-height: 100%; object-fit: contain; }
.gallery__slide img[style*="object-position"] { object-fit: cover; height: 100%; }
.gallery__slide:has(img[style*="object-position"]) { padding: 0; }
.gallery__stage > .photo-pending { position: absolute; inset: 0; }
.gallery__badge { position: absolute; left: 14px; bottom: 14px; z-index: 2; }
@keyframes fade-in { from { opacity: 0; } }

/* Tilt: transforms only the inner slide, never the layout box */
.gallery__stage[data-tilt] .gallery__slide { transform: rotateX(var(--rx, 0deg)) rotateY(var(--ry, 0deg)); transform-style: preserve-3d; will-change: transform; }

.gallery__thumbs { display: flex; gap: 10px; margin-top: 12px; flex-wrap: wrap; }
.gallery__thumb {
  width: 84px; height: 84px; padding: 0; border: 1px solid var(--card-line); background: var(--stage);
  border-radius: var(--radius-card); overflow: hidden; transition: border-color var(--dur-fast), box-shadow var(--dur-fast);
}
.gallery__thumb img { height: 100%; object-fit: cover; }
.gallery__thumb:hover { border-color: var(--berry); }
.gallery__thumb[aria-pressed="true"] { border-color: var(--berry); box-shadow: inset 0 0 0 1px var(--berry); }

.buybox__category { text-decoration: none; margin-bottom: 14px; display: inline-block; }
.buybox__category:hover { text-decoration: underline; }
.buybox__title { font-size: clamp(32px, 3.4vw, 48px); letter-spacing: -.02em; line-height: 1.08; }
.buybox__summary { font-size: 17px; margin-top: 14px; color: var(--muted); max-width: 520px; }
.buybox__price { display: flex; align-items: center; gap: 12px; flex-wrap: wrap; margin-top: 22px; }
.buybox__devnote { margin-top: 12px; }
.buybox__devnote code { font-size: 11px; }
.facts { margin: 22px 0 24px; border-top: 1px solid var(--line); }
.facts > div { display: grid; grid-template-columns: 120px 1fr; gap: 12px; padding: 11px 0; border-bottom: 1px solid var(--line); font-size: 14px; align-items: center; }
.facts dt { color: var(--muted); }
.buybox__row { display: flex; gap: 12px; align-items: flex-end; }
.buybox__row .field { flex-shrink: 0; }
.buybox__add { flex: 1; }
.buybox__notice { margin-bottom: 14px; }
.buybox__save { margin-top: 10px; }
.save-button {
  width: 100%; min-height: 48px; display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  border: 1px solid var(--line); background: transparent; color: var(--berry); border-radius: var(--radius); font-size: var(--fs-small);
  transition: border-color var(--dur-fast), background-color var(--dur-fast);
}
.save-button:hover { border-color: var(--berry); }
.save-button[aria-pressed="true"] .icon { fill: var(--berry); }
.save-button.is-popping .icon { animation: pop .42s var(--ease); }
.assurances { margin: 24px 0 26px; display: grid; gap: 12px; }
.assurances li { display: flex; gap: 12px; font-size: var(--fs-small); color: var(--muted); align-items: flex-start; }
.assurances .icon { color: var(--berry); width: 21px; height: 21px; }
.assurances strong { color: var(--ink); }
.assurances a { color: var(--berry); }
.accordion__body a { color: var(--berry); }

.learn-first--pdp { padding-bottom: 20px; }
.related { padding-top: 30px; padding-bottom: var(--section); }

@media (max-width: 900px) {
  .pdp { grid-template-columns: 1fr; }
  .gallery { position: static; }
}
@media (max-width: 600px) {
  .gallery__stage { margin-inline: calc(var(--gutter) * -1); border-radius: 0; }
  .gallery__thumb { width: 68px; height: 68px; }
  .buybox__row { flex-direction: column; align-items: stretch; }
  .buybox__add { width: 100%; }
  .facts > div { grid-template-columns: 100px 1fr; }
}
.buybox__price .price-unset { font: 22px/1.2 var(--serif); color: var(--ink); }

/* --------------------------------------------------------------------------
   WISHLIST
   ------------------------------------------------------------------------ */
.wishlist { padding-top: 30px; padding-bottom: var(--section); }
.wish-list { display: grid; gap: 14px; }
.wish-item {
  display: grid; grid-template-columns: 140px 1fr 220px; gap: 24px; align-items: center;
  background: var(--card); border: 1px solid var(--card-line); border-radius: var(--radius-card); padding: 14px;
  transition: opacity var(--dur) var(--ease), transform var(--dur) var(--ease);
}
.wish-item.is-removing { opacity: 0; transform: translateX(12px); }
.wish-item__media { aspect-ratio: 1; background: var(--stage); border-radius: var(--radius-card); overflow: hidden; display: block; text-decoration: none; }
.wish-item__media img { height: 100%; object-fit: contain; }
.wish-item__media img[style*="object-position"] { object-fit: cover; }
.wish-item__media .photo-pending__text { display: none; }
.wish-item__title { font-size: 22px; margin: 6px 0; }
.wish-item__title a { text-decoration: none; }
.wish-item__title a:hover { color: var(--berry); }
.wish-item__summary { font-size: var(--fs-small); color: var(--muted); }
.wish-item__price { display: flex; gap: 10px; align-items: center; flex-wrap: wrap; margin-top: 10px; }
.wish-item__actions { display: flex; flex-direction: column; align-items: stretch; gap: 4px; text-align: center; }
.wish-item__actions .link-button { justify-content: center; width: 100%; }
.wishlist__more { margin-top: 18px; }
@media (max-width: 760px) {
  .wish-item { grid-template-columns: 96px 1fr; gap: 14px; }
  .wish-item__actions { grid-column: 1 / -1; flex-direction: row; align-items: center; }
  .wish-item__actions form:first-child, .wish-item__actions > a { flex: 1; }
  .wish-item__summary { display: none; }
  .wish-item__title { font-size: 18px; }
}

/* --------------------------------------------------------------------------
   CART
   ------------------------------------------------------------------------ */
.cart { padding-top: 30px; padding-bottom: var(--section); }
.cart__layout { display: grid; grid-template-columns: minmax(0, 1fr) 380px; gap: 40px; align-items: start; }
.cart__blocked { margin-bottom: 16px; }
.cart-list { border-top: 1px solid var(--line); margin-bottom: 20px; }
.cart-line { display: grid; grid-template-columns: 120px 1fr auto; gap: 22px; padding: 22px 0; border-bottom: 1px solid var(--line); align-items: start; }
.cart-line.is-blocked .cart-line__media { opacity: .6; }
.cart-line__media { aspect-ratio: 1; background: var(--stage); border-radius: var(--radius-card); overflow: hidden; display: block; text-decoration: none; }
.cart-line__media img { height: 100%; object-fit: contain; }
.cart-line__media img[style*="object-position"] { object-fit: cover; }
.cart-line__media .photo-pending__text { display: none; }
.cart-line__title { font-size: 21px; margin: 6px 0 6px; line-height: 1.25; }
.cart-line__title a { text-decoration: none; }
.cart-line__title a:hover { color: var(--berry); }
.cart-line__meta { font-size: var(--fs-small); color: var(--muted); display: flex; flex-wrap: wrap; gap: 6px; align-items: center; }
.cart-line__blocked { display: flex; gap: 8px; align-items: center; font-size: var(--fs-small); color: var(--error); margin-top: 8px; font-weight: 700; }
.cart-line__controls { display: flex; flex-wrap: wrap; align-items: center; gap: 4px 18px; margin-top: 14px; }
.cart-line__qty { display: flex; align-items: center; gap: 10px; }
.js .cart-line__update { display: none; }
.cart-line__total { font: 19px var(--serif); white-space: nowrap; padding-top: 22px; }

.summary-card { background: var(--card); border: 1px solid var(--card-line); border-radius: var(--radius-card); padding: 26px; position: sticky; top: 20px; }
.summary-card h2 { font-size: 26px; margin-bottom: 16px; }
.summary-card .button { margin-top: 20px; }
.summary-points { margin-top: 20px; display: grid; gap: 10px; font-size: var(--fs-xs); color: var(--muted); }
.summary-points li { display: flex; gap: 10px; align-items: flex-start; }
.summary-points .icon { color: var(--berry); }
.summary-points a { color: var(--berry); }

@media (max-width: 900px) {
  .cart__layout { grid-template-columns: 1fr; }
  .summary-card { position: static; }
}
@media (max-width: 600px) {
  .cart-line { grid-template-columns: 84px 1fr; gap: 14px; }
  .cart-line__total { grid-column: 2; padding-top: 0; font-size: 17px; }
  .cart-line__title { font-size: 18px; }
}

/* --------------------------------------------------------------------------
   CHECKOUT
   ------------------------------------------------------------------------ */
.checkout-head { padding-top: 26px; padding-bottom: 8px; }
.checkout-head h1 { font-size: clamp(36px, 4vw, 52px); margin: 16px 0 18px; }
.steps { list-style: none; margin: 0; padding: 0; display: flex; gap: 10px; flex-wrap: wrap; font-size: var(--fs-xs); color: var(--muted); counter-reset: step; }
.steps li { display: flex; align-items: center; gap: 8px; counter-increment: step; }
.steps li::before {
  content: counter(step); width: 22px; height: 22px; border-radius: 50%; border: 1px solid var(--line);
  display: grid; place-items: center; font-size: 11px; background: var(--card);
}
.steps li + li { padding-left: 10px; }
.steps li + li::after { content: none; }
.steps .is-done::before { content: "✓"; background: var(--sage); border-color: var(--sage); color: var(--ink); }
.steps .is-current { color: var(--ink); font-weight: 700; }
.steps .is-current::before { background: var(--berry); border-color: var(--berry); color: var(--white); }
.steps a { color: inherit; }

.checkout { display: grid; grid-template-columns: minmax(0, 1fr) 400px; gap: 48px; align-items: start; padding-top: 24px; padding-bottom: var(--section); }
.checkout__section { padding: 26px 0 30px; border-top: 1px solid var(--line); }
.checkout__section legend { font: 26px/1.2 var(--serif); display: flex; align-items: center; gap: 14px; padding: 0; margin-bottom: 18px; float: left; width: 100%; }
.checkout__section legend + * { clear: both; }
.checkout__num { width: 32px; height: 32px; border-radius: 50%; background: var(--blush); color: var(--berry); display: grid; place-items: center; font: 700 14px var(--sans); flex-shrink: 0; }
.checkout__intro { font-size: var(--fs-small); color: var(--muted); margin: -4px 0 18px; clear: both; }
.option-card { display: flex; gap: 16px; padding: 18px; border: 1px solid var(--line); border-radius: var(--radius-card); background: var(--card); margin-bottom: 12px; clear: both; }
.option-card.is-selected { border-color: var(--berry); box-shadow: inset 3px 0 0 var(--berry); }
.option-card .icon { color: var(--berry); margin-top: 2px; }
.option-card strong { display: block; margin-bottom: 4px; }
.option-card p { font-size: var(--fs-small); color: var(--muted); }
.checkout__confirm .field { margin-bottom: 20px; }
.checkout__confirm a { color: var(--berry); }
.checkout__summary { top: 20px; }
.checkout__summary-head { display: flex; justify-content: space-between; align-items: center; margin-bottom: 4px; }
.checkout__summary-head h2 { margin: 0; }
.co-lines { margin-bottom: 14px; }
.co-lines__media { position: relative; overflow: visible; }
.co-lines__media > picture, .co-lines__media > img, .co-lines__media > .photo-pending { border-radius: var(--radius-card); overflow: hidden; display: block; }
.co-lines__qty {
  position: absolute; top: -7px; right: -7px; min-width: 22px; height: 22px; border-radius: 11px; padding: 0 6px;
  background: var(--ink); color: var(--white); font-size: 11px; line-height: 22px; text-align: center; font-weight: 700;
}
@media (max-width: 1000px) {
  .checkout { grid-template-columns: 1fr; gap: 10px; }
  .checkout__summary { order: -1; position: static; }
}

/* --------------------------------------------------------------------------
   ORDER CONFIRMATION
   ------------------------------------------------------------------------ */
.order { padding-top: 46px; padding-bottom: var(--section); }
.order__hero { text-align: center; max-width: 680px; margin: 0 auto 34px; }
.order__tick { width: 76px; height: 76px; border-radius: 50%; background: var(--sage); color: var(--berry); display: grid; place-items: center; margin: 0 auto 22px; animation: tick-in .6s var(--ease); }
@keyframes tick-in { from { transform: scale(.6); opacity: 0; } }
.order__hero h1 { font-size: clamp(38px, 4.4vw, 60px); margin-bottom: 16px; }
.order__number { font-family: var(--sans); letter-spacing: .04em; color: var(--berry); white-space: nowrap; }
.next-steps { list-style: none; margin: 0 auto 26px; padding: 0; display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; max-width: 1000px; }
.next-steps li { display: flex; gap: 14px; padding: 18px; background: var(--card); border: 1px solid var(--card-line); border-radius: var(--radius-card); }
.next-steps__dot { width: 30px; height: 30px; flex-shrink: 0; border-radius: 50%; border: 1px solid var(--line); display: grid; place-items: center; font-size: 12px; font-weight: 700; }
.next-steps .is-done .next-steps__dot { background: var(--berry); color: var(--white); border-color: var(--berry); }
.next-steps strong { display: block; font-size: 14px; margin-bottom: 3px; }
.next-steps p { font-size: var(--fs-xs); color: var(--muted); }
.order__notice { max-width: 1000px; margin: 0 auto 26px; }
.order__grid { display: grid; grid-template-columns: 1.4fr 1fr; gap: 18px; max-width: 1000px; margin: 0 auto; }
.order__grid .summary-card { position: static; }
.order-table { width: 100%; border-collapse: collapse; font-size: 14px; margin-bottom: 12px; }
.order-table th, .order-table td { text-align: left; padding: 10px 8px 10px 0; border-bottom: 1px solid var(--line); vertical-align: top; }
.order-table thead th { font-size: 11px; letter-spacing: .1em; text-transform: uppercase; color: var(--muted); font-weight: 700; }
.order-table tbody th { font-weight: 400; }
.order-table tbody th span { display: block; font-size: var(--fs-xs); color: var(--muted); }
.order-table td:last-child, .order-table th:last-child { text-align: right; padding-right: 0; white-space: nowrap; }
.order__details address { font-style: normal; line-height: 1.7; font-size: 14px; }
.order__contact { margin-top: 14px; font-size: 14px; }
.order__contact div { display: flex; gap: 10px; padding: 4px 0; }
.order__contact dt { color: var(--muted); width: 60px; }
.order__actions { display: flex; justify-content: center; align-items: center; gap: 14px; flex-wrap: wrap; margin-top: 34px; }
@media (max-width: 760px) {
  .next-steps, .order__grid { grid-template-columns: 1fr; }
  .order-table thead th:nth-child(3), .order-table td:nth-child(3) { display: none; }
}

/* --------------------------------------------------------------------------
   BEAUTY SERVICES
   ------------------------------------------------------------------------ */
.service-hero { height: auto; min-height: clamp(460px, 40vw, 580px); }
.service-hero h1 { font-size: var(--fs-h2-feature); line-height: 1.08; letter-spacing: -.025em; }
.service-hero .feature__copy .eyebrow { margin-bottom: 22px; }
.service-hero__actions { display: flex; align-items: center; gap: 22px; flex-wrap: wrap; }
.service-facts { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; border-block: 1px solid var(--line); margin-top: 10px; }
.service-fact { display: flex; gap: 14px; align-items: flex-start; padding: 22px 24px; }
.service-fact + .service-fact { border-left: 1px solid var(--line); }
.service-fact .icon { color: var(--berry); margin-top: 2px; }
.service-fact span:not(.pending) { display: block; font-size: 11px; letter-spacing: .14em; text-transform: uppercase; color: var(--muted); margin-bottom: 4px; }
.service-fact strong { font: 400 19px/1.3 var(--serif); display: block; margin-bottom: 6px; }
.service-intro { display: grid; grid-template-columns: 1fr 1.3fr; gap: 70px; padding-top: var(--section); padding-bottom: var(--section); }
.service-intro h2 { font-size: clamp(34px, 3.6vw, 50px); }
.how { background: var(--sage); padding: var(--section) 0; }
.how h2 { text-align: center; margin-bottom: 34px; }
.how__steps { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; counter-reset: none; }
.how__steps li { background: rgba(250, 247, 240, .7); padding: 28px; border-radius: var(--radius-card); }
.how__num { width: 40px; height: 40px; border-radius: 50%; background: var(--berry); color: var(--white); display: grid; place-items: center; font: 18px var(--serif); margin-bottom: 18px; }
.how__steps h3 { margin-bottom: 8px; }
.how__steps p { font-size: 14px; color: var(--muted); }
.booking { display: grid; grid-template-columns: 1fr 1.35fr; gap: 60px; padding-top: var(--section); padding-bottom: var(--section); scroll-margin-top: 20px; }
.booking__intro h2 { font-size: clamp(32px, 3.4vw, 46px); margin-bottom: 16px; }
.booking__intro p { color: var(--muted); margin-bottom: 14px; }
.booking__alt a { color: var(--berry); }
.booking__panel { background: var(--card); border: 1px solid var(--card-line); border-radius: var(--radius-card); padding: clamp(22px, 3vw, 36px); }
.booking__sent { text-align: center; padding: 20px 6px; }
.booking__sent:focus { outline: none; }
.booking__sent h3 { font-size: 26px; margin-bottom: 12px; }
.booking__sent p { color: var(--muted); margin-bottom: 16px; }
.booking__sent strong { color: var(--ink); }
.service-faq { max-width: calc(900px + var(--gutter) * 2); padding-bottom: var(--section); }
.service-faq h2 { text-align: center; margin-bottom: 24px; }
.service-related { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.learn-card--stacked { grid-template-columns: 1fr; grid-column: span 2; grid-template-rows: auto 1fr; }
.learn-card--stacked .learn-card__media { aspect-ratio: 2.6; }
@media (max-width: 900px) {
  .service-intro, .booking { grid-template-columns: 1fr; gap: 26px; }
  .how__steps { grid-template-columns: 1fr; }
  .service-related { grid-template-columns: 1fr 1fr; }
  .learn-card--stacked { grid-column: auto; }
}
@media (max-width: 760px) {
  .service-hero { min-height: 0; }
  .service-facts { grid-template-columns: 1fr; }
  .service-fact + .service-fact { border-left: 0; border-top: 1px solid var(--line); }
  .service-fact { padding: 16px 0; }
}
@media (max-width: 520px) { .service-related { grid-template-columns: 1fr; } }

/* --------------------------------------------------------------------------
   PROSE (articles, policies, service copy)
   ------------------------------------------------------------------------ */
.prose { font-size: 17px; line-height: 1.75; }
.prose > * + * { margin-top: 1.1em; }
.prose h2 { font-size: clamp(25px, 2.4vw, 31px); margin-top: 1.8em; line-height: 1.2; }
.prose h2 + p { margin-top: .6em; }
.prose h3 { font-size: 21px; margin-top: 1.5em; }
.prose p, .prose li { color: #4a3a37; }
.prose ul, .prose ol { padding-left: 1.2em; }
.prose li + li { margin-top: .5em; }
.prose a { color: var(--berry); }
.pending--block { white-space: normal; text-transform: none; letter-spacing: 0; font-size: 13px; font-weight: 600; line-height: 1.5; padding: 6px 10px; display: inline; }
.pending--block::before { display: none; }

/* --------------------------------------------------------------------------
   ABOUT
   ------------------------------------------------------------------------ */
.about-hero { background: var(--blush); }
.about-hero__copy { padding-top: 30px; padding-bottom: 64px; }
.about-hero h1 { font-size: var(--fs-h1); max-width: 900px; margin-bottom: 22px; }
.about-hero .lead { max-width: 620px; }
.about-promise { padding-top: var(--section); padding-bottom: var(--section); }
.about-promise__line { font: italic clamp(26px, 3vw, 38px)/1.3 var(--serif); color: var(--berry); text-align: center; margin-bottom: 40px; }
.pillars { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.pillar { padding: 32px 30px; background: var(--card); border: 1px solid var(--card-line); border-radius: var(--radius-card); }
.pillar .icon { color: var(--berry); margin-bottom: 18px; }
.pillar h2 { font-size: 28px; margin-bottom: 10px; }
.pillar p { color: var(--muted); font-size: 15px; }
.page-about .feature__photo { background: var(--blush-deep); }
.about-offer { padding-top: 30px; padding-bottom: 20px; }
.offer-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.offer { display: flex; align-items: center; gap: 18px; padding: 12px; background: var(--tile); border-radius: var(--radius-card); text-decoration: none; transition: box-shadow var(--dur) var(--ease), transform var(--dur) var(--ease); }
.offer:hover { box-shadow: var(--shadow-lift); transform: translateY(-2px); }
.offer__media { width: 110px; flex-shrink: 0; aspect-ratio: 1.45; overflow: hidden; border-radius: 2px; }
.offer__media img, .offer__media picture { height: 100%; }
.offer__icon { width: 110px; aspect-ratio: 1.45; display: grid; place-items: center; background: var(--sage); color: var(--berry); border-radius: 2px; flex-shrink: 0; }
.offer__body strong { display: block; font: 400 20px var(--serif); margin-bottom: 4px; }
.offer__body span { font-size: var(--fs-small); color: var(--muted); }
@media (max-width: 900px) { .pillars, .offer-grid { grid-template-columns: 1fr; } }

/* --------------------------------------------------------------------------
   JOURNAL + ARTICLE
   ------------------------------------------------------------------------ */
.journal { padding-top: 30px; padding-bottom: var(--section); }
.journal-lead { display: grid; grid-template-columns: 1.2fr 1fr; background: var(--sand); border-radius: var(--radius-card); overflow: hidden; margin-bottom: 36px; }
.journal-lead__media { display: block; min-height: 320px; background: var(--stage); }
.journal-lead__media img, .journal-lead__media picture { height: 100%; }
.journal-lead__body { padding: clamp(28px, 4vw, 56px); display: flex; flex-direction: column; justify-content: center; align-items: flex-start; }
.journal-lead h2 { font-size: clamp(30px, 3.2vw, 44px); margin: 12px 0 14px; }
.journal-lead h2 a { text-decoration: none; }
.journal-lead h2 a:hover { color: var(--berry); }
.journal-lead p { color: var(--muted); margin-bottom: 24px; }
.journal__grid { margin-bottom: 30px; }
.journal__grid .guide h2 { font-size: 21px; margin: 8px 0; }
.journal__grid .guide h2 a { text-decoration: none; }
.journal__grid .guide h2 a::after { content: ""; position: absolute; inset: 0; }
.journal__grid .guide h2 a:hover { color: var(--berry); }
.journal__disclaimer { display: flex; gap: 10px; align-items: flex-start; font-size: var(--fs-xs); color: var(--muted); border-top: 1px solid var(--line); padding-top: 18px; }
.journal__disclaimer .icon { color: var(--berry); }
@media (max-width: 760px) {
  .journal-lead { grid-template-columns: 1fr; }
  .journal-lead__media { min-height: 0; aspect-ratio: 2.6; }
}

.article__head { padding-top: 26px; padding-bottom: 26px; }
.article__topic { margin-top: 30px; }
.article__head h1 { font-size: clamp(40px, 5vw, 64px); margin: 14px 0 16px; }
.article__excerpt { color: var(--muted); }
.article__figure { margin-bottom: 10px; }
.article__figure img { aspect-ratio: 2.6; height: auto; border-radius: var(--radius-card); }
.article__figure picture { height: auto; }
.article__body { padding-bottom: 40px; }
.article__note { display: flex; gap: 12px; margin-top: 2.4em !important; padding: 18px 20px; background: var(--sand); border-radius: var(--radius-card); font-size: 14px; line-height: 1.6; }
.article__note .icon { color: var(--berry); margin-top: 3px; }
.article__note p { color: var(--muted); }
.article-products { padding-top: 20px; padding-bottom: 20px; }

/* --------------------------------------------------------------------------
   CONTACT
   ------------------------------------------------------------------------ */
.contact { display: grid; grid-template-columns: 1fr 1.4fr; gap: 50px; padding-top: var(--section); padding-bottom: var(--section); align-items: start; }
.contact__details h2 { font-size: 28px; margin-bottom: 18px; }
.contact-list { display: grid; gap: 4px; margin-bottom: 26px; }
.contact-list li { display: flex; gap: 16px; padding: 14px 0; border-bottom: 1px solid var(--line); font-size: 15px; }
.contact-list .icon { color: var(--berry); margin-top: 2px; }
.contact-list span { display: block; font-size: 11px; letter-spacing: .14em; text-transform: uppercase; color: var(--muted); margin-bottom: 3px; }
.contact-list .pending { font-size: 10px; letter-spacing: .08em; }
.contact-list a { color: var(--berry); }
.contact__form { scroll-margin-top: 20px; }
.contact__form-title { font-size: 30px; margin-bottom: 20px; }
@media (max-width: 900px) { .contact { grid-template-columns: 1fr; } .contact__form { order: -1; } }

/* --------------------------------------------------------------------------
   FAQ PAGE + POLICIES
   ------------------------------------------------------------------------ */
.faq-page { display: grid; grid-template-columns: 260px 1fr; gap: 60px; padding-top: var(--section); padding-bottom: var(--section); align-items: start; }
.faq-page__nav { position: sticky; top: 20px; }
.faq-page__nav ul { list-style: none; margin: 0 0 26px; padding: 0; border-left: 1px solid var(--line); }
.faq-page__nav a { display: block; padding: 9px 0 9px 18px; text-decoration: none; font-size: 14px; margin-left: -1px; border-left: 2px solid transparent; }
.faq-page__nav a:hover { color: var(--berry); border-left-color: var(--berry); }
.faq-page__help { background: var(--sand); padding: 20px; border-radius: var(--radius-card); font-size: 14px; }
.faq-page__help p { margin-bottom: 12px; }
.faq-group { scroll-margin-top: 20px; }
.faq-group + .faq-group { margin-top: 44px; }
.faq-group h2 { font-size: 30px; margin-bottom: 14px; }
@media (max-width: 900px) {
  .faq-page { grid-template-columns: 1fr; gap: 20px; }
  .faq-page__nav { position: static; }
  .faq-page__nav ul { display: flex; flex-wrap: wrap; gap: 8px; border: 0; margin-bottom: 0; }
  .faq-page__nav a { border: 1px solid var(--line); border-radius: 24px; padding: 9px 16px; margin: 0; font-size: 13px; }
  .faq-page__help { display: none; }
}

.policy-layout { display: grid; grid-template-columns: 200px minmax(0, 760px); gap: 60px; padding-top: 36px; padding-bottom: var(--section); justify-content: center; }
.policy-nav { position: sticky; top: 20px; align-self: start; display: flex; flex-direction: column; border-left: 1px solid var(--line); }
.policy-nav a { padding: 9px 0 9px 18px; text-decoration: none; font-size: 14px; margin-left: -1px; border-left: 2px solid transparent; }
.policy-nav a:hover, .policy-nav a[aria-current="page"] { color: var(--berry); border-left-color: var(--berry); }
.policy__draft { margin-bottom: 10px; font-size: 14px; }
.policy__draft a { color: var(--berry); }
.page-policy .page-header__inner { max-width: calc(1020px + var(--gutter) * 2); }
@media (max-width: 760px) {
  .policy-layout { grid-template-columns: 1fr; gap: 20px; }
  .policy-nav { position: static; flex-direction: row; flex-wrap: wrap; gap: 8px; border: 0; }
  .policy-nav a { border: 1px solid var(--line); border-radius: 24px; padding: 8px 14px; margin: 0; font-size: 13px; }
}

/* Not found */
.not-found { padding-top: 20px; padding-bottom: var(--section); }
.not-found__title { font-size: clamp(36px, 4.4vw, 56px); margin-bottom: 16px; }
.search--page { max-width: 480px; margin: 0 auto 22px; }
.field label.check { font-weight: 400; }
.booking__intro { position: sticky; top: 20px; align-self: start; }
.learn-card--wide { grid-column: span 2; align-self: start; }
@media (max-width: 900px) { .booking__intro { position: static; } .learn-card--wide { grid-column: auto; } }
