.sophie-store-home {
  --ss-ink: #251f1d;
  --ss-paper: #f8f5f1;
  --ss-white: #fffdfc;
  --ss-blush: #d8adb2;
  --ss-burgundy: #7a414b;
  --ss-muted: #716762;
  --ss-line: rgba(37, 31, 29, .14);
  --ss-shadow: 0 18px 50px rgba(55, 38, 34, .1);
  color: var(--ss-ink);
  background: var(--ss-paper);
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.5;
  overflow: clip;
  text-rendering: optimizeLegibility;
}

.sophie-store-redesign-active .topbar-wrapp,
.sophie-store-redesign-active .main-header,
.sophie-store-redesign-active .header-spacing,
.sophie-store-redesign-active .page-title,
.sophie-store-redesign-active .footer-container,
.sophie-store-redesign-active .copyrights-wrapper,
.sophie-store-redesign-active .whb-header,
.sophie-store-redesign-active .wd-header-spacer {
  display: none !important;
}

.sophie-store-redesign-active .main-page-wrapper,
.sophie-store-redesign-active .site-content,
.sophie-store-redesign-active .container,
.sophie-store-redesign-active .entry-content {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
}

.sophie-store-home,
.sophie-store-home * { box-sizing: border-box; }
.sophie-store-home a { color: inherit; text-decoration: none; }
.sophie-store-home img { display: block; max-width: 100%; }
.sophie-store-home button,
.sophie-store-home input,
.sophie-store-home textarea { font: inherit; }
.sophie-store-home :focus-visible { outline: 2px solid var(--ss-burgundy); outline-offset: 4px; }
.sophie-store-home section { scroll-margin-top: 92px; }

.ss-skip-link {
  position: fixed;
  z-index: 10000;
  top: 8px;
  left: 8px;
  padding: 9px 13px;
  border-radius: 7px;
  background: var(--ss-ink);
  color: var(--ss-white) !important;
  transform: translateY(-160%);
}
.ss-skip-link:focus { transform: translateY(0); }

.ss-header {
  position: fixed;
  z-index: 900;
  top: 16px;
  left: 50%;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 28px;
  width: min(1120px, calc(100% - 32px));
  min-height: 64px;
  padding: 6px 9px 6px 16px;
  border: 1px solid rgba(255, 253, 252, .7);
  border-radius: 999px;
  background: rgba(248, 245, 241, .74);
  box-shadow: 0 8px 28px rgba(37, 31, 29, .08);
  backdrop-filter: blur(18px);
  transform: translateX(-50%);
  transition: top .28s ease, background .28s ease, box-shadow .28s ease;
}
.admin-bar .ss-header { top: 48px; }
.ss-header.is-scrolled { top: 8px; background: rgba(255, 253, 252, .96); box-shadow: var(--ss-shadow); }
.admin-bar .ss-header.is-scrolled { top: 38px; }

.ss-logo {
  position: relative;
  display: grid;
  width: 74px;
  height: 50px;
  place-items: center;
  overflow: hidden;
  border-radius: 999px;
}
.ss-logo img { width: 74px; height: 50px; object-fit: contain; }
.ss-logo-sheen {
  position: absolute;
  inset: -40% auto -40% -60%;
  width: 28%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, .82), transparent);
  transform: rotate(18deg);
  animation: ss-logo-sheen 7s ease-in-out infinite;
}
.ss-logo-sparkle {
  position: absolute;
  top: 7px;
  right: 10px;
  width: 7px;
  height: 7px;
  background: var(--ss-white);
  clip-path: polygon(50% 0, 60% 39%, 100% 50%, 60% 61%, 50% 100%, 40% 61%, 0 50%, 40% 39%);
  filter: drop-shadow(0 0 4px rgba(255, 255, 255, .9));
  animation: ss-logo-sparkle 7s ease-in-out infinite;
}
@keyframes ss-logo-sheen {
  0%, 58% { left: -60%; opacity: 0; }
  64% { opacity: .9; }
  76% { left: 135%; opacity: .25; }
  100% { left: 135%; opacity: 0; }
}
@keyframes ss-logo-sparkle {
  0%, 66%, 80%, 100% { opacity: 0; transform: scale(.4) rotate(0); }
  72% { opacity: 1; transform: scale(1.2) rotate(45deg); }
}

.ss-nav { display: flex; justify-content: center; gap: clamp(18px, 2.4vw, 30px); }
.ss-nav a { position: relative; font-size: 12px; font-weight: 600; letter-spacing: .01em; }
.ss-nav a::after { content: ""; position: absolute; right: 100%; bottom: -5px; left: 0; height: 1px; background: currentColor; transition: right .25s ease; }
.ss-nav a:hover::after { right: 0; }
.ss-header-actions { display: flex; align-items: center; gap: 7px; }

.ss-search {
  display: flex;
  width: 122px;
  height: 40px;
  align-items: center;
  padding-left: 12px;
  border: 1px solid var(--ss-line);
  border-radius: 999px;
  background: rgba(255, 253, 252, .55);
}
.ss-search input { min-width: 0; width: 78px; border: 0; outline: 0; background: transparent; color: var(--ss-ink); font-size: 11px; }
.ss-search input::placeholder { color: var(--ss-muted); }
.ss-search button,
.ss-menu-toggle { display: grid; width: 36px; height: 36px; place-items: center; padding: 0; border: 0; background: transparent; color: var(--ss-ink); cursor: pointer; }
.ss-cart-link { display: flex; min-height: 40px; align-items: center; gap: 7px; padding: 0 14px; border-radius: 999px; background: var(--ss-ink); color: var(--ss-white) !important; font-size: 11px; font-weight: 650; }
.ss-cart-count { display: grid; min-width: 19px; height: 19px; place-items: center; border-radius: 50%; background: var(--ss-white); color: var(--ss-ink); font-size: 9px; }
.ss-menu-toggle { display: none; }

.ss-icon { display: inline-block; flex: 0 0 auto; width: 18px; height: 18px; background: currentColor; -webkit-mask: var(--ss-icon) center/contain no-repeat; mask: var(--ss-icon) center/contain no-repeat; }
.ss-icon--search { --ss-icon: url('../icons/search.svg'); }
.ss-icon--bag { --ss-icon: url('../icons/bag.svg'); }
.ss-icon--menu { --ss-icon: url('../icons/menu.svg'); }
.ss-icon--x { --ss-icon: url('../icons/x.svg'); }
.ss-icon--arrow-right { --ss-icon: url('../icons/arrow-right.svg'); }
.ss-icon--truck { --ss-icon: url('../icons/truck.svg'); }
.ss-icon--shield { --ss-icon: url('../icons/shield.svg'); }
.ss-icon--mail { --ss-icon: url('../icons/mail.svg'); }
.ss-icon--instagram { --ss-icon: url('../icons/instagram.svg'); }

.ss-hero {
  position: relative;
  display: grid;
  min-height: min(760px, 82vh);
  align-items: end;
  padding: 138px max(28px, calc((100vw - 1120px) / 2)) 82px;
  overflow: hidden;
  background: #7f4f46;
  isolation: isolate;
}
.ss-hero-media { position: absolute; inset: -18px; z-index: -2; background: url('../images/hero-wax.webp') center 47%/cover no-repeat; transform: translate3d(0, var(--ss-hero-shift, 0), 0) scale(1.035); will-change: transform; }
.ss-hero::after { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(90deg, rgba(29, 17, 14, .72) 0%, rgba(29, 17, 14, .34) 45%, rgba(29, 17, 14, .05) 78%), linear-gradient(0deg, rgba(29, 17, 14, .3), transparent 48%); }
.ss-hero-copy { max-width: 620px; color: var(--ss-white); }
.ss-eyebrow { margin: 0 0 12px; color: inherit; font-size: 10px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.ss-hero h1 { max-width: 610px; margin: 0; color: inherit; font: 390 clamp(54px, 6vw, 76px)/.96 "Helvetica Neue", Helvetica, Arial, sans-serif; letter-spacing: -.055em; text-wrap: balance; }
.ss-hero-copy > p:not(.ss-eyebrow) { max-width: 500px; margin: 21px 0 0; font-size: 15px; line-height: 1.55; }
.ss-hero-actions { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 27px; }
.ss-button { display: inline-flex; min-height: 46px; align-items: center; justify-content: center; gap: 9px; padding: 0 19px; border: 1px solid var(--ss-ink); border-radius: 999px; font-size: 11px; font-weight: 650; transition: transform .2s ease, background .2s ease, color .2s ease; }
.ss-button:hover { transform: translateY(-2px); }
.ss-button--dark { background: var(--ss-ink); color: var(--ss-white) !important; }
.ss-button--light { border-color: rgba(255, 255, 255, .68); background: rgba(255, 255, 255, .13); color: var(--ss-white) !important; backdrop-filter: blur(8px); }
.ss-button .ss-icon { width: 15px; height: 15px; }

.ss-benefits {
  position: relative;
  z-index: 3;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  width: min(1120px, calc(100% - 36px));
  margin: -34px auto 0;
}
.ss-benefit-card { display: flex; min-height: 92px; align-items: center; gap: 14px; padding: 19px 22px; border: 1px solid var(--ss-line); border-radius: 18px; background: rgba(255, 253, 252, .96); box-shadow: var(--ss-shadow); }
.ss-benefit-card .ss-icon { width: 22px; height: 22px; color: var(--ss-burgundy); }
.ss-benefit-card span { display: grid; gap: 2px; }
.ss-benefit-card strong { font-size: 12px; font-weight: 650; }
.ss-benefit-card small { color: var(--ss-muted); font-size: 11px; }

.ss-section { padding: 82px max(22px, calc((100vw - 1120px) / 2)); }
.ss-section-heading { margin-bottom: 32px; }
.ss-section-heading--row { display: flex; align-items: end; justify-content: space-between; gap: 28px; }
.ss-section-heading h2,
.ss-routine h2,
.ss-about h2,
.ss-contact h2 { max-width: 700px; margin: 0; color: var(--ss-ink); font: 400 clamp(36px, 4vw, 50px)/1 "Helvetica Neue", Helvetica, Arial, sans-serif; letter-spacing: -.045em; text-wrap: balance; }
.ss-text-link { display: inline-flex; align-items: center; gap: 7px; padding-bottom: 3px; border-bottom: 1px solid currentColor; font-size: 11px; font-weight: 650; white-space: nowrap; }
.ss-text-link .ss-icon { width: 14px; height: 14px; }

.ss-categories { padding-top: 74px; background: var(--ss-paper); }
.ss-category-grid { display: grid; grid-template-columns: 1.12fr .88fr; gap: 14px; }
.ss-category-card { position: relative; display: flex; min-height: 390px; flex-direction: column; justify-content: end; gap: 5px; overflow: hidden; padding: 28px; border-radius: 16px; background-position: center; background-size: cover; color: var(--ss-white) !important; isolation: isolate; transition: transform .35s ease, box-shadow .35s ease; }
.ss-category-card:hover { transform: translateY(-4px); box-shadow: var(--ss-shadow); }
.ss-category-card::after { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(0deg, rgba(31, 19, 16, .74), rgba(31, 19, 16, .04) 70%); }
.ss-category-card--large { background-image: url('../images/hero-wax.webp'); }
.ss-category-card--beauty { background-image: url('../images/beauty-editorial.webp'); }
.ss-category-card span { font-size: 9px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.ss-category-card strong { font-size: clamp(32px, 3.4vw, 49px); font-weight: 430; line-height: 1; letter-spacing: -.045em; }
.ss-category-card em { font-size: 12px; font-style: normal; }

.ss-category-rail { display: flex; align-items: center; gap: 0; overflow-x: auto; margin-top: 19px; padding: 0 2px 8px; border-bottom: 1px solid var(--ss-line); scrollbar-width: thin; }
.ss-category-rail a { position: relative; flex: 0 0 auto; padding: 11px clamp(15px, 2.4vw, 30px) 13px; color: var(--ss-muted); font-size: 12px; font-weight: 500; white-space: nowrap; transition: color .2s ease; }
.ss-category-rail a::after { content: ""; position: absolute; right: 50%; bottom: -1px; left: 50%; height: 2px; background: var(--ss-burgundy); transition: right .25s ease, left .25s ease; }
.ss-category-rail a:hover,
.ss-category-rail a.is-primary { color: var(--ss-ink); }
.ss-category-rail a:hover::after,
.ss-category-rail a.is-primary::after { right: 15px; left: 15px; }

.ss-products { background: var(--ss-white); }
.ss-product-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 14px; }
.ss-product-grid--three { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.ss-product-card { min-width: 0; }
.ss-product-media { position: relative; display: block; aspect-ratio: 1 / 1.04; overflow: hidden; border-radius: 14px; background: #eee8e3; transition: box-shadow .35s ease; }
.ss-product-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease; }
.ss-product-card:hover .ss-product-media img { transform: scale(1.028); }
.ss-product-card:hover .ss-product-media { box-shadow: 0 16px 38px rgba(55, 38, 34, .13); }
.ss-product-meta h3 a { transition: color .2s ease; }
.ss-product-card:hover .ss-product-meta h3 a { color: var(--ss-burgundy); }
.ss-product-badge { position: absolute; z-index: 2; top: 10px; left: 10px; padding: 5px 8px; border-radius: 999px; background: var(--ss-burgundy); color: var(--ss-white); font-size: 8px; font-weight: 700; letter-spacing: .07em; text-transform: uppercase; }
.ss-product-meta { padding: 13px 2px 0; }
.ss-product-meta h3 { min-height: 39px; margin: 0 0 9px; color: var(--ss-ink); font: 500 14px/1.38 "Helvetica Neue", Helvetica, Arial, sans-serif; }
.ss-product-row { display: flex; align-items: center; justify-content: space-between; gap: 9px; }
.ss-product-price { color: var(--ss-ink); font-size: 12px; font-weight: 650; }
.ss-product-price del { color: var(--ss-muted); font-size: 10px; font-weight: 400; }
.ss-product-price ins { background: transparent; text-decoration: none; }
.ss-product-action,
.sophie-store-home .ss-product-action.button { margin: 0; padding: 0 0 2px; border: 0; border-bottom: 1px solid currentColor; border-radius: 0; background: transparent; box-shadow: none; color: var(--ss-ink); font: 650 10px/1.3 "Helvetica Neue", Helvetica, Arial, sans-serif; text-transform: none; }
.ss-product-action.added::after { margin-left: 4px; }
.ss-empty { grid-column: 1 / -1; padding: 24px; border-radius: 14px; background: #eee8e3; }

.ss-routine { padding: 82px max(22px, calc((100vw - 1120px) / 2)); background: #ead5d7; }
.ss-routine-copy { display: grid; grid-template-columns: 1fr minmax(280px, .55fr); gap: 28px; align-items: end; margin-bottom: 31px; }
.ss-routine-copy .ss-eyebrow { grid-column: 1 / -1; margin-bottom: -15px; }
.ss-routine-copy > p:last-child { margin: 0; color: #625652; font-size: 13px; }
.ss-routine-media { overflow: hidden; border-radius: 18px; background: var(--ss-white); box-shadow: var(--ss-shadow); }
.ss-routine-media > img { width: 100%; aspect-ratio: 8 / 3; object-fit: cover; }
.ss-routine-stages { display: grid; grid-template-columns: repeat(4, 1fr); margin: 0; padding: 0; list-style: none; }
.ss-routine-stage { display: flex; min-width: 0; gap: 10px; padding: 16px 17px; border-right: 1px solid var(--ss-line); }
.ss-routine-stage:last-child { border-right: 0; }
.ss-routine-stage b { color: var(--ss-burgundy); font-size: 10px; letter-spacing: .08em; }
.ss-routine-stage span { display: grid; gap: 1px; }
.ss-routine-stage strong { font-size: 12px; font-weight: 650; }
.ss-routine-stage small { color: var(--ss-muted); font-size: 10px; }

.ss-packs { background: var(--ss-paper); }
.ss-about { display: grid; grid-template-columns: 1.06fr .94fr; min-height: 590px; padding: 0 max(22px, calc((100vw - 1120px) / 2)) 82px; background: var(--ss-paper); }
.ss-about-image { min-height: 520px; overflow: hidden; border-radius: 18px 0 0 18px; background: #d3b3b4; }
.ss-about-image img { width: 100%; height: 100%; object-fit: cover; }
.ss-about-copy { display: flex; flex-direction: column; align-items: start; justify-content: center; padding: 58px clamp(32px, 5vw, 72px); border-radius: 0 18px 18px 0; background: var(--ss-ink); color: var(--ss-white); }
.ss-about-copy .ss-eyebrow,
.ss-about-copy h2 { color: var(--ss-white); }
.ss-about-copy > p:not(.ss-eyebrow) { max-width: 460px; margin: 21px 0 26px; color: rgba(255, 253, 252, .74); font-size: 13px; }
.ss-about-copy .ss-button--dark { border-color: var(--ss-white); background: var(--ss-white); color: var(--ss-ink) !important; }

.ss-contact { display: grid; grid-template-columns: .9fr 1.1fr; gap: 60px; padding: 82px max(22px, calc((100vw - 1120px) / 2)); background: #eee8e3; }
.ss-contact > div > p:not(.ss-eyebrow) { max-width: 450px; margin: 19px 0 25px; color: var(--ss-muted); font-size: 13px; }
.ss-contact-links { display: grid; gap: 9px; }
.ss-contact-links a { display: flex; align-items: center; gap: 9px; font-size: 12px; }
.ss-contact-form { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; padding: 25px; border: 1px solid rgba(37, 31, 29, .08); border-radius: 18px; background: var(--ss-white); box-shadow: var(--ss-shadow); }
.ss-contact-form > div { display: grid; gap: 6px; }
.ss-contact-form label { font-size: 9px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.ss-contact-form input,
.ss-contact-form textarea { width: 100%; min-height: 44px; padding: 10px 12px; border: 1px solid var(--ss-line); border-radius: 9px; outline: 0; background: var(--ss-white); color: var(--ss-ink); }
.ss-contact-form textarea { min-height: 108px; resize: vertical; }
.ss-field-wide { grid-column: 1 / -1; }
.ss-honeypot { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.ss-contact-form button { width: 100%; cursor: pointer; }
.ss-contact-form button:disabled { opacity: .55; cursor: wait; }
.ss-form-status { min-height: 18px; margin: 0; font-size: 11px; }
.ss-form-status.is-success { color: #315a3e; }
.ss-form-status.is-error { color: #9a2834; }

.ss-footer { display: grid; grid-template-columns: 1.5fr .75fr .75fr; gap: 48px; padding: 56px max(22px, calc((100vw - 1120px) / 2)) 24px; background: var(--ss-paper); }
.ss-footer > div { display: flex; flex-direction: column; align-items: start; gap: 7px; }
.ss-footer img { width: 92px; height: 74px; object-fit: contain; object-position: left center; }
.ss-footer p { max-width: 300px; margin: 0; color: var(--ss-muted); font-size: 11px; }
.ss-footer strong { margin-bottom: 6px; font-size: 10px; letter-spacing: .09em; text-transform: uppercase; }
.ss-footer a { font-size: 11px; }
.ss-footer-bottom { grid-column: 1 / -1; max-width: none !important; margin-top: 28px !important; padding-top: 19px; border-top: 1px solid var(--ss-line); }

.has-js [data-ss-reveal] { opacity: 0; transform: translateY(22px) scale(.985); transition: opacity .72s ease var(--ss-reveal-delay, 0ms), transform .72s ease var(--ss-reveal-delay, 0ms); }
.has-js [data-ss-reveal].is-visible { opacity: 1; transform: none; }

@media (max-width: 980px) {
  .ss-nav { position: absolute; top: calc(100% + 9px); right: 0; left: 0; display: none; flex-direction: column; gap: 0; overflow: hidden; padding: 7px; border: 1px solid var(--ss-line); border-radius: 17px; background: rgba(255, 253, 252, .98); box-shadow: var(--ss-shadow); }
  .ss-nav.is-open { display: flex; }
  .ss-nav a { padding: 12px; }
  .ss-nav a::after { display: none; }
  .ss-menu-toggle { display: grid; }
  .ss-search { margin-left: auto; }
  .ss-product-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 26px 13px; }
  .ss-routine-copy { grid-template-columns: 1fr; }
  .ss-routine-copy .ss-eyebrow { grid-column: auto; margin-bottom: -14px; }
  .ss-about { grid-template-columns: 1fr; }
  .ss-about-image { min-height: 480px; border-radius: 18px 18px 0 0; }
  .ss-about-copy { min-height: 400px; border-radius: 0 0 18px 18px; }
  .ss-contact { grid-template-columns: 1fr; gap: 36px; }
}

@media (max-width: 700px) {
  .admin-bar .ss-header,
  .admin-bar .ss-header.is-scrolled { top: 53px; }
  .ss-header,
  .ss-header.is-scrolled { top: 8px; width: calc(100% - 16px); min-height: 57px; gap: 3px; padding: 4px 5px 4px 11px; }
  .ss-logo,
  .ss-logo img { width: 62px; height: 43px; }
  .ss-search { width: 38px; padding: 0; border: 0; background: transparent; }
  .ss-search input { position: absolute; top: calc(100% + 9px); left: 0; width: 100%; height: 46px; padding: 0 14px; border: 1px solid var(--ss-line); border-radius: 13px; background: var(--ss-white); box-shadow: var(--ss-shadow); opacity: 0; pointer-events: none; transform: translateY(-6px); transition: opacity .2s ease, transform .2s ease; }
  .ss-search.is-search-open input { opacity: 1; pointer-events: auto; transform: translateY(0); }
  .ss-search button { width: 38px; }
  .ss-cart-link { position: relative; width: 40px; min-height: 40px; justify-content: center; padding: 0; }
  .ss-cart-link > span:not(.ss-icon):not(.ss-cart-count) { display: none; }
  .ss-cart-count { position: absolute; top: -2px; right: -3px; min-width: 16px; height: 16px; box-shadow: 0 0 0 2px var(--ss-ink); font-size: 8px; }
  .ss-hero { min-height: 680px; padding: 122px 18px 47px; }
  .ss-hero-media { background-position: 61% center; }
  .ss-hero::after { background: linear-gradient(0deg, rgba(31, 18, 15, .78) 0%, rgba(31, 18, 15, .29) 67%, rgba(31, 18, 15, .08)); }
  .ss-hero h1 { font-size: clamp(43px, 14vw, 58px); }
  .ss-hero-copy > p:not(.ss-eyebrow) { font-size: 13px; }
  .ss-hero-actions { display: grid; }
  .ss-button { width: 100%; }
  .ss-benefits { grid-template-columns: 1fr; gap: 8px; width: calc(100% - 28px); margin-top: -25px; }
  .ss-benefit-card { min-height: 72px; padding: 14px 16px; border-radius: 14px; }
  .ss-section { padding: 62px 16px; }
  .ss-section-heading { margin-bottom: 24px; }
  .ss-section-heading--row { display: block; }
  .ss-section-heading--row .ss-text-link { margin-top: 15px; }
  .ss-section-heading h2,
  .ss-routine h2,
  .ss-about h2,
  .ss-contact h2 { font-size: 34px; }
  .ss-category-grid { grid-template-columns: 1fr; }
  .ss-category-card { min-height: 330px; padding: 22px; }
  .ss-category-rail { margin-right: -16px; margin-left: -16px; padding-right: 16px; padding-left: 16px; }
  .ss-product-grid,
  .ss-product-grid--three { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px 9px; }
  .ss-product-meta h3 { min-height: 49px; font-size: 12px; }
  .ss-product-row { display: grid; align-items: start; }
  .ss-routine { padding: 62px 16px; }
  .ss-routine-media { overflow: visible; background: transparent; box-shadow: none; }
  .ss-routine-media > img { width: 100%; height: auto; aspect-ratio: 8 / 3; border-radius: 14px; object-fit: cover; }
  .ss-routine-stages { grid-template-columns: repeat(2, 1fr); gap: 8px; margin-top: 10px; }
  .ss-routine-stage { padding: 13px; border: 1px solid rgba(37, 31, 29, .1); border-radius: 12px; background: rgba(255, 253, 252, .55); }
  .ss-about { padding: 0 16px 62px; }
  .ss-about-image { min-height: 380px; }
  .ss-about-copy { min-height: auto; padding: 50px 22px; }
  .ss-contact { padding: 62px 16px; }
  .ss-contact-form { grid-template-columns: 1fr; padding: 18px; }
  .ss-field-wide { grid-column: auto; }
  .ss-footer { grid-template-columns: 1fr 1fr; gap: 30px 20px; padding: 46px 18px 23px; }
  .ss-footer > div:first-child { grid-column: 1 / -1; }
}

@media (max-width: 360px) {
  .ss-header-actions { gap: 0; }
  .ss-menu-toggle,
  .ss-search,
  .ss-search button,
  .ss-cart-link { width: 36px; }
  .ss-hero h1 { font-size: 42px; }
  .ss-product-grid,
  .ss-product-grid--three { grid-template-columns: 1fr; }
  .ss-product-meta h3 { min-height: 0; }
  .ss-routine-stages { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) {
  .sophie-store-home *,
  .sophie-store-home *::before,
  .sophie-store-home *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
  .ss-logo-sheen,
  .ss-logo-sparkle { display: none; }
  .ss-hero-media { transform: none; }
  .has-js [data-ss-reveal] { opacity: 1; transform: none; }
}
