/*
Theme Name: Samsik Flower House
Description: Brand storefront for Uncle Samsik nationwide flower delivery.
Version: 3.0.0
Text Domain: samsik-flower-house
*/

:root {
  --pine: #0d3f2b;
  --pine-dark: #06281c;
  --leaf: #1d6b49;
  --leaf-light: #dfece3;
  --orange: #ed5c2b;
  --gold: #c99a3d;
  --ivory: #f5f0e5;
  --cream: #fffdf8;
  --paper: #fff;
  --ink: #17221c;
  --muted: #66736b;
  --line: #dce3dc;
  --sans: "IBM Plex Sans KR", sans-serif;
  --serif: "Gowun Batang", serif;
  --shadow: 0 24px 70px rgba(6, 40, 28, .11);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; overflow-x: clip; }
body { margin: 0; overflow-x: clip; color: var(--ink); background: var(--cream); font-family: var(--sans); font-size: 15px; line-height: 1.7; word-break: keep-all; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; height: auto; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
::selection { color: #fff; background: var(--leaf); }
.site-shell { width: 100%; }
.section-wide { width: min(1240px, calc(100% - 48px)); margin-inline: auto; }
.screen-reader-text { position: absolute !important; width: 1px; height: 1px; padding: 0; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; z-index: 9999; top: 12px; left: 12px; padding: 12px 18px; color: #fff; background: var(--pine); transform: translateY(-150%); }
.skip-link:focus { transform: translateY(0); }
:focus-visible { outline: 3px solid var(--orange); outline-offset: 3px; }

.utility-bar { color: rgba(255,255,255,.78); background: var(--pine-dark); font-size: 12px; }
.utility-bar > div { width: min(1240px, calc(100% - 48px)); min-height: 36px; display: flex; align-items: center; justify-content: space-between; gap: 24px; margin: auto; }
.utility-bar nav { display: flex; align-items: center; gap: 22px; }
.utility-bar a { transition: color .2s ease; }
.utility-bar a:hover { color: #fff; }
.utility-bar nav b { display: inline-grid; min-width: 18px; height: 18px; place-items: center; margin-left: 2px; border-radius: 50%; color: var(--pine-dark); background: #fff; font-size: 10px; }
.site-header { position: relative; z-index: 50; color: var(--pine-dark); background: rgba(255,253,248,.97); border-bottom: 1px solid var(--line); }
.header-main { width: min(1240px, calc(100% - 48px)); min-height: 112px; display: grid; grid-template-columns: 280px minmax(300px, 580px) 180px; align-items: center; justify-content: space-between; gap: 36px; margin: auto; }
.brand { display: flex; align-items: center; gap: 14px; font-family: var(--serif); font-size: 27px; font-weight: 700; letter-spacing: -.06em; }
.brand img { width: 58px; height: 58px; object-fit: contain; border-radius: 50%; box-shadow: 0 8px 24px rgba(6,40,28,.12); }
.brand small { display: block; margin-top: -2px; color: var(--muted); font-family: var(--sans); font-size: 10px; font-weight: 600; letter-spacing: .03em; }
.header-search { display: flex; min-width: 0; height: 50px; overflow: hidden; border: 1px solid var(--pine); border-radius: 999px; background: #fff; box-shadow: 0 7px 22px rgba(6,40,28,.06); }
.header-search input { width: 100%; min-width: 0; padding: 0 22px; border: 0; outline: 0; color: var(--ink); background: transparent; }
.header-search input::placeholder { color: #8b968f; }
.header-search button { width: 68px; display: grid; place-items: center; flex: 0 0 auto; border: 0; color: #fff; background: var(--pine); cursor: pointer; }
.header-search button span { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); }
.header-search svg { width: 22px; fill: none; stroke: currentColor; stroke-width: 1.8; }
.header-call { display: grid; justify-items: end; line-height: 1.25; }
.header-call small { color: var(--muted); font-size: 11px; }
.header-call strong { margin-top: 4px; color: var(--pine); font-family: var(--serif); font-size: 21px; }
.nav-row { width: min(1240px, calc(100% - 48px)); min-height: 54px; display: flex; align-items: stretch; margin: auto; border-top: 1px solid rgba(13,63,43,.12); }
.all-products { min-width: 156px; display: flex; align-items: center; justify-content: center; gap: 9px; color: #fff; background: var(--pine); font-size: 14px; font-weight: 700; }
.all-products span { font-size: 18px; line-height: 1; }
.main-nav { min-width: 0; display: flex; align-items: center; justify-content: flex-start; gap: clamp(22px, 3.2vw, 48px); padding: 0 30px; font-size: 14px; font-weight: 600; }
.main-nav a { position: relative; flex: 0 0 auto; padding: 16px 0 14px; }
.main-nav a::after { position: absolute; right: 0; bottom: 10px; left: 0; height: 2px; content: ""; background: var(--orange); transform: scaleX(0); transform-origin: right; transition: transform .25s ease; }
.main-nav a:hover::after { transform: scaleX(1); transform-origin: left; }

.eyebrow { margin: 0 0 11px; color: var(--orange); font-size: 11px; font-weight: 700; letter-spacing: .18em; }
.button-primary, .button-light, .button-quiet { min-height: 50px; display: inline-flex; align-items: center; justify-content: center; gap: 24px; padding: 0 24px; font-size: 14px; font-weight: 700; transition: transform .2s ease, background .2s ease, color .2s ease; }
.button-primary { color: #fff; background: var(--pine); }
.button-primary:hover, .button-light:hover { transform: translateY(-2px); }
.button-primary span { color: #ffd7c8; font-size: 18px; }
.button-quiet { padding-inline: 4px; border-bottom: 1px solid var(--pine); }
.button-light { color: var(--pine-dark); background: var(--ivory); }
.text-link { display: inline-flex; align-items: center; gap: 14px; color: var(--pine); font-size: 13px; font-weight: 700; }
.text-link span { transition: transform .2s ease; }
.text-link:hover span { transform: translateX(5px); }

.home-hero { min-height: 680px; display: grid; grid-template-columns: minmax(340px, .9fr) minmax(520px, 1.15fr); align-items: center; gap: clamp(48px, 7vw, 108px); padding: 76px max(24px, calc((100vw - 1240px) / 2)) 88px; overflow: hidden; color: var(--pine-dark); background:
  radial-gradient(circle at 9% 18%, rgba(237,92,43,.12) 0 2px, transparent 3px) 0 0 / 28px 28px,
  linear-gradient(125deg, #f6efe1 0%, #fffaf0 52%, #dfeadf 100%);
}
.hero-copy { position: relative; z-index: 2; max-width: 560px; }
.hero-copy h1 { margin: 0; font-family: var(--serif); font-size: clamp(44px, 5vw, 72px); font-weight: 700; line-height: 1.22; letter-spacing: -.075em; }
.hero-copy h1 em { color: var(--pine); font-style: normal; box-shadow: inset 0 -.18em 0 rgba(237,92,43,.2); }
.hero-lede { max-width: 520px; margin: 25px 0 0; color: #4c5e53; font-size: 17px; line-height: 1.9; }
.hero-actions { display: flex; align-items: center; gap: 25px; margin-top: 34px; }
.hero-search-links { display: flex; align-items: center; gap: 8px; margin-top: 20px; color: var(--muted); font-size: 11px; }
.hero-search-links > span { margin-right: 3px; font-weight: 600; }
.hero-search-links a { padding: 6px 11px; border: 1px solid rgba(13,63,43,.2); border-radius: 999px; color: var(--pine); background: rgba(255,255,255,.45); font-weight: 700; transition: border-color .2s ease, background .2s ease; }
.hero-search-links a:hover { border-color: var(--pine); background: #fff; }
.hero-proof { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; margin: 46px 0 0; padding: 22px 0 0; list-style: none; border-top: 1px solid rgba(13,63,43,.2); }
.hero-proof li { display: grid; gap: 2px; padding-right: 20px; }
.hero-proof b { color: var(--pine); font-family: var(--serif); font-size: 22px; }
.hero-proof span { color: var(--muted); font-size: 11px; }
.hero-collage { position: relative; min-height: 540px; }
.hero-collage::before { position: absolute; inset: 5% 9% 8% 10%; content: ""; border-radius: 52% 48% 42% 58% / 56% 42% 58% 44%; background: var(--pine); transform: rotate(-4deg); }
.hero-product { position: absolute; display: block; overflow: hidden; background: #fff; box-shadow: var(--shadow); }
.hero-product img { width: 100%; height: 100%; display: block; object-fit: cover; transition: transform .6s cubic-bezier(.2,.8,.2,1); }
.hero-product:hover img { transform: scale(1.035); }
.hero-product span { position: absolute; right: 10px; bottom: 10px; left: 10px; padding: 8px 10px; color: #fff; background: rgba(6,40,28,.86); font-size: 11px; font-weight: 600; text-align: center; backdrop-filter: blur(8px); }
.hero-product-1 { z-index: 2; top: 0; left: 18%; width: 56%; aspect-ratio: 1; transform: rotate(-2deg); }
.hero-product-2 { z-index: 3; right: 0; bottom: 0; width: 38%; aspect-ratio: .92; transform: rotate(4deg); }
.hero-product-3 { z-index: 1; bottom: 4%; left: 0; width: 34%; aspect-ratio: .92; transform: rotate(-5deg); }
.hero-seal { position: absolute; z-index: 4; top: 50%; right: 6%; width: 112px; height: 112px; display: grid; place-content: center; border: 1px solid rgba(255,255,255,.55); border-radius: 50%; color: #fff; background: var(--orange); text-align: center; transform: translateY(-50%) rotate(7deg); box-shadow: 0 18px 45px rgba(153,57,26,.24); }
.hero-seal::before { position: absolute; inset: 7px; content: ""; border: 1px dashed rgba(255,255,255,.65); border-radius: 50%; }
.hero-seal b { font-family: var(--serif); font-size: 25px; line-height: 1.1; }
.hero-seal span { font-size: 10px; }

.category-stage { padding-block: 116px 96px; }
.section-heading-clean { max-width: 650px; margin-bottom: 36px; }
.section-heading-clean h2 { margin: 0; font-family: var(--serif); font-size: clamp(32px, 4vw, 48px); line-height: 1.3; letter-spacing: -.065em; }
.section-heading-clean > p:last-child, .product-heading > div > p:last-child { margin: 12px 0 0; color: var(--muted); }
.moment-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
.moment-card { position: relative; min-height: 160px; display: grid; grid-template-columns: 132px 1fr; align-items: center; gap: 22px; padding: 16px 22px 16px 16px; overflow: hidden; border: 1px solid var(--line); background: #fff; transition: border-color .25s ease, transform .25s ease, box-shadow .25s ease; }
.moment-card:hover { border-color: var(--leaf); transform: translateY(-4px); box-shadow: 0 18px 40px rgba(6,40,28,.09); }
.moment-image { width: 132px; height: 132px; overflow: hidden; border-radius: 50%; background: var(--ivory); }
.moment-image img { width: 100%; height: 100%; display: block; object-fit: cover; transition: transform .5s ease; }
.moment-card:hover img { transform: scale(1.07); }
.moment-copy { min-width: 0; display: grid; }
.moment-copy b { font-family: var(--serif); font-size: 20px; }
.moment-copy small { margin-top: 5px; color: var(--muted); font-size: 11px; line-height: 1.6; }
.moment-copy i { margin-top: 13px; color: var(--orange); font-size: 17px; font-style: normal; }

.store-banner { position: relative; overflow: hidden; background: var(--pine); box-shadow: 0 22px 60px rgba(6,40,28,.12); outline: 0; touch-action: pan-y; }
.store-banner-viewport { position: relative; aspect-ratio: 24 / 5; }
.store-banner-slide { position: absolute; inset: 0; z-index: 0; opacity: 0; visibility: hidden; transition: opacity .75s ease, visibility .75s ease; }
.store-banner-slide.is-active { z-index: 1; opacity: 1; visibility: visible; }
.store-banner-link, .store-banner-link img { width: 100%; height: 100%; display: block; }
.store-banner-link img { object-fit: contain; object-position: center; }
.banner-progress { position: absolute; z-index: 3; right: 0; bottom: 0; left: 0; height: 4px; background: rgba(255,255,255,.26); }
.banner-progress span { width: 0; height: 100%; display: block; background: var(--orange); }
.store-banner.is-playing .banner-progress span { animation: banner-progress var(--banner-delay, 5200ms) linear both; }
@keyframes banner-progress { to { width: 100%; } }

.catalog-section { padding-block: 118px 126px; }
.product-heading { max-width: none; display: flex; align-items: end; justify-content: space-between; gap: 40px; }
.product-heading .text-link { margin-bottom: 8px; }
.product-grid ul.products, .woocommerce ul.products { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 52px 20px; margin: 0; padding: 0; list-style: none; }
.woocommerce ul.products::before, .woocommerce ul.products::after { display: none; content: none; }
.product-grid ul.products li.product, .woocommerce ul.products li.product { width: auto; min-width: 0; margin: 0; float: none; }
.product-card-image { position: relative; display: block; overflow: hidden; border-radius: 2px; background: #edece5; }
.woocommerce ul.products li.product a .product-card-image img { width: 100%; aspect-ratio: 1; display: block; margin: 0; border: 0; object-fit: cover; transition: transform .55s cubic-bezier(.2,.8,.2,1); }
.woocommerce ul.products li.product a:hover .product-card-image img { transform: scale(1.045); }
.product-card-arrow { position: absolute; right: 12px; bottom: 12px; width: 40px; height: 40px; display: grid; place-items: center; border-radius: 50%; color: #fff; background: rgba(6,40,28,.9); font-size: 16px; opacity: 0; transform: translateY(8px); transition: opacity .25s ease, transform .25s ease; }
.woocommerce ul.products li.product a:hover .product-card-arrow { opacity: 1; transform: translateY(0); }
.product-shipping { display: inline-block; margin-top: 15px; padding: 4px 8px; border-radius: 999px; color: var(--leaf); background: var(--leaf-light); font-size: 10px; font-weight: 700; }
.woocommerce ul.products li.product .woocommerce-loop-product__title { min-height: 0; margin: 7px 0 0; padding: 0; color: var(--ink); font-size: 14px; font-weight: 500; line-height: 1.55; letter-spacing: -.035em; }
.product-regular-price { margin-top: 7px; color: #9aa29c; font-size: 12px; line-height: 1.3; }
.product-regular-price del { color: inherit; }
.product-sale-row { display: flex; align-items: baseline; gap: 7px; margin-top: 3px; line-height: 1.35; }
.product-sale-row > b { color: var(--orange); font-size: 17px; font-weight: 700; }
.woocommerce ul.products li.product .product-sale-row .price { display: inline; margin: 0; color: var(--ink); font-size: 18px; font-weight: 700; }
.product-rating { display: flex; gap: 8px; margin-top: 9px; color: #8b958e; font-size: 10px; }
.product-rating b { color: var(--gold); }

.promise-section { padding: 118px 0; color: #fff; background:
  linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px) 0 0 / 52px 52px,
  linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px) 0 0 / 52px 52px,
  var(--pine-dark); }
.promise-section > div { display: grid; grid-template-columns: minmax(300px, .78fr) minmax(520px, 1.2fr); gap: clamp(60px, 10vw, 140px); }
.promise-title h2 { margin: 0; font-family: var(--serif); font-size: clamp(38px, 4.5vw, 58px); line-height: 1.35; letter-spacing: -.06em; }
.promise-title > p:last-child { margin: 26px 0 0; color: rgba(255,255,255,.63); line-height: 1.9; }
.promise-list { margin: 0; padding: 0; list-style: none; border-top: 1px solid rgba(255,255,255,.22); }
.promise-list li { display: grid; grid-template-columns: 58px 1fr; gap: 22px; padding: 26px 0; border-bottom: 1px solid rgba(255,255,255,.18); }
.promise-list > li > span { color: var(--orange); font-family: var(--serif); font-size: 18px; }
.promise-list b { font-family: var(--serif); font-size: 20px; }
.promise-list p { margin: 5px 0 0; color: rgba(255,255,255,.58); font-size: 13px; }

.business-banner { min-height: 370px; display: flex; align-items: end; justify-content: space-between; gap: 70px; margin-top: 120px; padding: 70px; overflow: hidden; color: #fff; background:
  radial-gradient(circle at 78% 16%, transparent 0 76px, rgba(255,255,255,.11) 77px 79px, transparent 80px 120px, rgba(255,255,255,.07) 121px 122px, transparent 123px),
  linear-gradient(110deg, var(--leaf), var(--pine-dark)); }
.business-banner h2 { margin: 0; font-family: var(--serif); font-size: clamp(35px, 4.5vw, 54px); line-height: 1.35; letter-spacing: -.06em; }
.business-banner > div > p:last-child { max-width: 650px; margin: 20px 0 0; color: rgba(255,255,255,.68); }
.business-actions { min-width: 300px; display: grid; gap: 12px; }
.business-actions span { color: rgba(255,255,255,.55); font-size: 11px; text-align: center; }

.guide-section { padding-block: 120px 130px; }
.faq-list { border-top: 2px solid var(--pine-dark); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { min-height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 24px; cursor: pointer; font-family: var(--serif); font-size: 19px; font-weight: 700; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { width: 34px; height: 34px; display: grid; place-items: center; flex: 0 0 auto; border: 1px solid var(--line); border-radius: 50%; font-family: var(--sans); font-weight: 400; transition: transform .25s ease; }
.faq-list details[open] summary span { transform: rotate(45deg); }
.faq-list details p { max-width: 800px; margin: -6px 0 27px; color: var(--muted); line-height: 1.9; }
.guide-link { margin-top: 28px; }

.catalog-page { padding-bottom: 130px; }
.catalog-hero { min-height: 380px; color: #fff; background:
  radial-gradient(circle at 83% 30%, rgba(237,92,43,.2) 0 130px, transparent 131px),
  linear-gradient(120deg, var(--pine-dark), var(--pine) 65%, #285f44); }
.breadcrumb { display: flex; align-items: center; gap: 9px; padding: 22px 0; overflow: hidden; color: #8a958e; font-size: 11px; white-space: nowrap; }
.breadcrumb b { min-width: 0; overflow: hidden; color: var(--ink); font-weight: 500; text-overflow: ellipsis; }
.breadcrumb-light { color: rgba(255,255,255,.56); }
.breadcrumb-light b { color: rgba(255,255,255,.88); }
.catalog-hero-copy { max-width: 760px; padding: 46px 0 74px; }
.catalog-hero-copy h1 { margin: 0; font-family: var(--serif); font-size: clamp(44px, 6vw, 70px); line-height: 1.2; letter-spacing: -.07em; }
.catalog-hero-copy > p:not(.eyebrow) { max-width: 720px; margin: 20px 0 0; color: rgba(255,255,255,.68); font-size: 16px; line-height: 1.9; }
.catalog-hero-copy > span { display: inline-block; margin-top: 28px; padding: 6px 13px; border: 1px solid rgba(255,255,255,.25); border-radius: 999px; color: rgba(255,255,255,.72); font-size: 11px; }
.catalog-hero-copy > span b { color: #fff; }
.category-filter { display: flex; align-items: center; gap: 5px; margin-top: -28px; padding: 10px; overflow-x: auto; background: #fff; box-shadow: var(--shadow); scrollbar-width: none; }
.category-filter::-webkit-scrollbar { display: none; }
.category-filter a { min-width: 100px; min-height: 52px; display: inline-flex; align-items: center; justify-content: center; gap: 7px; flex: 1 0 auto; padding: 0 15px; color: var(--muted); font-size: 13px; font-weight: 600; }
.category-filter a.is-current { color: #fff; background: var(--pine); }
.category-filter small { color: inherit; opacity: .62; }
.catalog-results { padding-top: 95px; }
.catalog-results-head { display: flex; align-items: end; justify-content: space-between; gap: 30px; margin-bottom: 34px; padding-bottom: 20px; border-bottom: 1px solid var(--pine-dark); }
.catalog-results-head h2 { margin: 0; font-family: var(--serif); font-size: 32px; letter-spacing: -.06em; }
.catalog-results-head > p { margin: 0; color: var(--muted); font-size: 12px; }
.catalog-guide { display: grid; grid-template-columns: .8fr 1.4fr auto; align-items: end; gap: 50px; margin-top: 120px; padding: 46px 50px; border-top: 1px solid var(--pine); border-bottom: 1px solid var(--pine); background: var(--ivory); }
.catalog-guide h2 { margin: 0; font-family: var(--serif); font-size: 27px; line-height: 1.45; }
.catalog-guide > p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.9; }
.category-seo-content { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, .92fr); gap: clamp(70px, 9vw, 130px); padding-top: 120px; }
.category-guide-intro h2, .category-faq h2 { margin: 0; font-family: var(--serif); font-size: clamp(30px, 3.5vw, 44px); line-height: 1.35; letter-spacing: -.06em; }
.category-guide-intro > p:not(.eyebrow) { margin: 22px 0 0; color: var(--muted); line-height: 1.9; }
.category-guide-points { margin: 38px 0 0; padding: 0; list-style: none; border-top: 2px solid var(--pine-dark); }
.category-guide-points li { display: grid; grid-template-columns: 48px 1fr; gap: 18px; padding: 24px 0; border-bottom: 1px solid var(--line); }
.category-guide-points > li > span { color: var(--orange); font-family: var(--serif); font-size: 17px; }
.category-guide-points b { font-family: var(--serif); font-size: 18px; }
.category-guide-points p { margin: 5px 0 0; color: var(--muted); font-size: 13px; line-height: 1.75; }
.category-faq .faq-list { margin-top: 38px; }
.category-faq .faq-list summary { min-height: 72px; font-size: 17px; }
.category-faq .faq-list details p { font-size: 13px; }

.product-detail { width: min(1240px, calc(100% - 48px)); margin: auto; }
.product-overview { display: grid; grid-template-columns: minmax(0, 1fr) minmax(400px, .82fr); gap: clamp(50px, 7vw, 100px); padding: 26px 0 92px; }
.product-media { min-width: 0; }
.main-product-image { position: relative; overflow: hidden; background: #f0eee7; }
.main-product-image img { width: 100%; aspect-ratio: 1; display: block; object-fit: cover; }
.gallery-count { position: absolute; right: 14px; bottom: 14px; padding: 6px 11px; border-radius: 999px; color: rgba(255,255,255,.7); background: rgba(6,40,28,.85); font-size: 10px; backdrop-filter: blur(7px); }
.gallery-count b { color: #fff; }
.detail-gallery { display: grid; grid-template-columns: repeat(7, 1fr); gap: 8px; margin-top: 10px; }
.gallery-thumb { padding: 0; overflow: hidden; border: 1px solid transparent; background: #efeee8; cursor: pointer; opacity: .64; transition: border-color .2s ease, opacity .2s ease; }
.gallery-thumb img { width: 100%; aspect-ratio: 1; display: block; object-fit: cover; }
.gallery-thumb:hover, .gallery-thumb.is-active { border-color: var(--pine); opacity: 1; }
.product-trust-row { display: grid; grid-template-columns: repeat(3, 1fr); margin: 18px 0 0; padding: 19px 0; list-style: none; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.product-trust-row li { display: grid; grid-template-columns: 25px 1fr; align-items: center; gap: 8px; padding-inline: 13px; border-right: 1px solid var(--line); }
.product-trust-row li:first-child { padding-left: 0; }
.product-trust-row li:last-child { padding-right: 0; border-right: 0; }
.product-trust-row b { color: var(--orange); font-family: var(--serif); font-size: 12px; }
.product-trust-row span { color: var(--muted); font-size: 11px; }
.product-summary { position: sticky; top: 20px; align-self: start; padding-top: 8px; }
.product-kicker { color: var(--orange); font-size: 10px; font-weight: 700; letter-spacing: .14em; }
.product-summary h1 { margin: 12px 0 16px; font-family: var(--serif); font-size: clamp(30px, 3vw, 42px); line-height: 1.35; letter-spacing: -.065em; }
.source-rating { display: flex; align-items: center; gap: 10px; padding-bottom: 19px; border-bottom: 1px solid var(--line); color: var(--muted); font-size: 11px; }
.source-rating b { color: var(--gold); }
.source-rating i { margin-left: auto; color: var(--leaf); font-style: normal; }
.price-block { padding: 23px 0; border-bottom: 1px solid var(--line); }
.regular-price { display: flex; gap: 20px; color: #949d97; font-size: 12px; }
.regular-price span { min-width: 45px; }
.sale-price { display: flex; align-items: baseline; gap: 10px; margin-top: 3px; }
.sale-price b { color: var(--orange); font-size: 24px; }
.sale-price strong { font-size: 29px; letter-spacing: -.04em; }
.purchase-facts { margin: 0; padding: 13px 0; border-bottom: 1px solid var(--line); }
.purchase-facts > div { display: grid; grid-template-columns: 86px 1fr; gap: 12px; padding: 8px 0; }
.purchase-facts dt { color: #8a958e; font-size: 12px; }
.purchase-facts dd { margin: 0; font-size: 12px; }
.purchase-facts dd b { color: var(--leaf); }
.order-notice { display: grid; grid-template-columns: 27px 1fr; gap: 11px; margin: 20px 0 10px; padding: 15px; color: var(--pine); background: var(--leaf-light); font-size: 11px; }
.order-notice > span { width: 22px; height: 22px; display: grid; place-items: center; border: 1px solid var(--leaf); border-radius: 50%; font-family: var(--serif); font-weight: 700; }
.order-notice b { font-size: 12px; }
.order-notice p { margin: 2px 0 0; color: #5a7163; }
.purchase-button, .source-link { width: 100%; min-height: 54px; display: flex; align-items: center; justify-content: center; border: 0; font-weight: 700; }
.purchase-button { color: #7e8982; background: #e4e7e3; cursor: not-allowed; }
.source-link { gap: 15px; margin-top: 9px; color: #fff; background: var(--pine); }
.source-link:hover { background: var(--pine-dark); }
.source-link span { color: #ffb99e; }
.purchase-help { margin: 10px 0 0; color: var(--muted); font-size: 10px; text-align: center; }
.purchase-help a { color: var(--pine); font-weight: 700; text-decoration: underline; }
.product-tabs { position: sticky; z-index: 20; top: 0; display: flex; overflow-x: auto; border-top: 1px solid var(--pine-dark); border-bottom: 1px solid var(--line); background: rgba(255,253,248,.96); backdrop-filter: blur(12px); scrollbar-width: none; }
.product-tabs::-webkit-scrollbar { display: none; }
.product-tabs a { min-width: 145px; min-height: 62px; display: grid; place-items: center; flex: 1 0 auto; padding: 0 15px; border-right: 1px solid var(--line); font-size: 12px; font-weight: 600; }
.product-tabs a:last-child { border-right: 0; }
.product-tabs a:hover { color: var(--orange); }
.product-tabs b { color: var(--orange); }
body.admin-bar .product-tabs { top: 32px; }
.detail-section { max-width: 930px; margin: 0 auto; padding: 104px 0; border-bottom: 1px solid var(--line); scroll-margin-top: 70px; }
.detail-heading { margin-bottom: 42px; text-align: center; }
.detail-heading > span { color: var(--orange); font-size: 10px; font-weight: 700; letter-spacing: .18em; }
.detail-heading h2 { margin: 7px 0 0; font-family: var(--serif); font-size: 34px; letter-spacing: -.055em; }
.detail-heading p { margin: 8px 0 0; color: var(--muted); font-size: 11px; }
.smartstore-detail-section { max-width: 930px; padding-top: 76px; }
.smartstore-viewer { width: 100%; max-width: 848px; margin: 0 auto; color: #333; font-family: var(--sans); }
.smartstore-viewer .se-main-container { width: 100%; }
.smartstore-viewer img { max-width: 100%; height: auto; }
.smartstore-viewer .se-component.se-image { margin-top: 0 !important; margin-bottom: 0 !important; font-size: 0; line-height: 0; }
.smartstore-viewer .se-component.se-image + .se-component.se-image { margin-top: 0 !important; }
.smartstore-viewer .se-image-resource, .smartstore-viewer .se-image-resource img { display: block !important; }
.smartstore-viewer table { max-width: 100%; }
.smartstore-viewer .se-table-container { max-width: 100%; overflow-x: auto; }
.detail-product-media { display: grid; grid-template-columns: minmax(0, 848px); justify-content: center; gap: 0; background: #fff; }
.detail-product-media img { width: 100%; height: auto; display: block; margin: 0; border: 0; }
.detail-missing { padding: 60px 20px; color: var(--muted); background: var(--ivory); text-align: center; }
.product-description { color: #333; font-size: 15px; line-height: 1.9; }
.product-info-section { max-width: 1000px; }
.product-spec-table { margin: 0; border-top: 2px solid var(--pine-dark); }
.product-spec-table div { display: grid; grid-template-columns: 180px 1fr; border-bottom: 1px solid var(--line); }
.product-spec-table dt, .product-spec-table dd { margin: 0; padding: 18px 22px; }
.product-spec-table dt { color: #56655c; background: var(--ivory); }
.product-assurance { display: grid; grid-template-columns: .8fr 1.2fr; gap: 90px; margin: 40px 0 130px; padding: 70px; color: #fff; background: var(--pine-dark); }
.product-assurance h2 { margin: 0; font-family: var(--serif); font-size: 34px; line-height: 1.45; letter-spacing: -.055em; }
.product-assurance ul { margin: 0; padding: 0; list-style: none; border-top: 1px solid rgba(255,255,255,.2); }
.product-assurance li { display: grid; grid-template-columns: 130px 1fr; gap: 20px; padding: 18px 0; border-bottom: 1px solid rgba(255,255,255,.18); }
.product-assurance li b { font-family: var(--serif); }
.product-assurance li span { color: rgba(255,255,255,.62); font-size: 12px; }

.section { width: min(1100px, calc(100% - 48px)); min-height: 55vh; margin: auto; padding: 80px 0 120px; }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 40px; margin-bottom: 34px; padding-bottom: 20px; border-bottom: 2px solid var(--pine-dark); }
.section-title { margin: 0; font-family: var(--serif); font-size: 36px; }
.section-heading p { max-width: 640px; margin: 0; color: var(--muted); }
.utility-page-title { margin-bottom: 38px; padding-bottom: 24px; border-bottom: 1px solid var(--pine-dark); }
.utility-page-title h1 { margin: 0; font-family: var(--serif); font-size: 38px; letter-spacing: -.06em; }
.utility-page-title > p:last-child { margin: 8px 0 0; color: var(--muted); }
.button, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button { display: inline-block; padding: 13px 20px; border: 0; border-radius: 0; color: #fff !important; background: var(--pine); font-weight: 700; }
.woocommerce-cart-form, .cart-collaterals, .woocommerce-checkout, .woocommerce-account .woocommerce { width: min(1100px, calc(100% - 48px)); margin: auto; padding: 70px 0 110px; }

.site-footer { padding: 76px max(24px, calc((100vw - 1240px) / 2)) 32px; color: rgba(255,255,255,.64); background: #071c14; font-size: 12px; }
.footer-top { display: flex; align-items: center; justify-content: space-between; gap: 50px; padding-bottom: 52px; border-bottom: 1px solid rgba(255,255,255,.14); }
.footer-story { display: flex; align-items: center; gap: 20px; }
.footer-story img { width: 66px; height: 66px; border-radius: 50%; }
.footer-brand { color: #fff; font-family: var(--serif); font-size: 25px; font-weight: 700; }
.footer-story p { margin: 5px 0 0; }
.footer-contact { display: grid; justify-items: end; }
.footer-contact > span { color: rgba(255,255,255,.5); }
.footer-contact a { color: #fff; font-family: var(--serif); font-size: 30px; font-weight: 700; line-height: 1.35; }
.footer-contact p { margin: 2px 0 0; }
.footer-grid { display: grid; grid-template-columns: .7fr .7fr 1.5fr; gap: 70px; padding: 54px 0; }
.footer-grid nav, .footer-business { display: grid; align-content: start; justify-items: start; gap: 9px; }
.footer-grid b { margin-bottom: 7px; color: #fff; font-size: 13px; }
.footer-grid a:hover { color: #fff; }
.footer-business p { margin: 0; }
.footer-business a { margin-top: 10px; color: #ffd0bd; }
.footer-bottom { display: flex; justify-content: space-between; gap: 30px; padding-top: 26px; border-top: 1px solid rgba(255,255,255,.1); color: rgba(255,255,255,.42); font-size: 10px; }

.reveal-item { opacity: 0; transform: translateY(24px); transition: opacity .65s ease, transform .65s cubic-bezier(.2,.8,.2,1); }
.reveal-item.is-visible { opacity: 1; transform: none; }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .reveal-item { opacity: 1; transform: none; }
}

@media (max-width: 1000px) {
  .header-main { grid-template-columns: 1fr 180px; gap: 20px; padding: 18px 0; }
  .header-search { grid-column: 1 / -1; grid-row: 2; width: 100%; }
  .nav-row { width: 100%; overflow-x: auto; scrollbar-width: none; }
  .nav-row::-webkit-scrollbar { display: none; }
  .all-products { min-width: 138px; }
  .main-nav { width: max-content; min-width: max-content; padding-right: 28px; }
  .home-hero { grid-template-columns: 1fr 1.05fr; gap: 40px; min-height: 610px; }
  .hero-collage { min-height: 470px; }
  .moment-card { grid-template-columns: 96px 1fr; min-height: 130px; }
  .moment-image { width: 96px; height: 96px; }
  .promise-section > div { gap: 55px; }
  .business-banner { padding: 50px; }
  .product-grid ul.products, .woocommerce ul.products { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .product-overview { grid-template-columns: 1fr 1fr; gap: 42px; }
  .detail-gallery { grid-template-columns: repeat(6, 1fr); }
  .catalog-guide { grid-template-columns: 1fr 1.3fr; }
  .catalog-guide .text-link { grid-column: 2; }
  .category-seo-content { gap: 55px; }
  .product-assurance { gap: 55px; padding: 55px; }
}

@media (max-width: 760px) {
  .section-wide, .product-detail, .section { width: min(100% - 32px, 1240px); }
  .utility-bar > div, .header-main { width: min(100% - 32px, 1240px); }
  .utility-bar > div > span, .utility-bar nav a:nth-child(2), .utility-bar nav a:nth-child(3) { display: none; }
  .utility-bar nav { width: 100%; justify-content: flex-end; gap: 18px; }
  .header-main { min-height: auto; grid-template-columns: 1fr auto; }
  .header-call { display: none; }
  .brand { font-size: 23px; }
  .brand img { width: 50px; height: 50px; }
  .home-hero { grid-template-columns: 1fr; gap: 35px; padding: 60px 24px 70px; }
  .hero-copy { max-width: 650px; }
  .hero-copy h1 { font-size: clamp(42px, 11vw, 62px); }
  .hero-collage { width: min(100%, 600px); min-height: 470px; margin: auto; }
  .hero-seal { right: 10%; }
  .category-stage, .catalog-section, .guide-section { padding-block: 82px; }
  .moment-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .store-banner-viewport { min-height: 0; aspect-ratio: 24 / 5; }
  .product-grid ul.products, .woocommerce ul.products { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 38px 12px; }
  .product-heading { align-items: start; }
  .promise-section { padding: 82px 0; }
  .promise-section > div { grid-template-columns: 1fr; gap: 45px; }
  .business-banner { min-height: 0; align-items: start; flex-direction: column; margin-top: 82px; padding: 44px 36px; }
  .business-actions { width: 100%; min-width: 0; }
  .catalog-hero { min-height: 340px; }
  .catalog-hero-copy { padding-block: 38px 58px; }
  .category-filter { width: calc(100% - 32px); }
  .catalog-results { padding-top: 75px; }
  .catalog-results-head { align-items: start; flex-direction: column; gap: 8px; }
  .catalog-guide { grid-template-columns: 1fr; gap: 22px; margin-top: 82px; padding: 36px; }
  .catalog-guide .text-link { grid-column: auto; }
  .category-seo-content { grid-template-columns: 1fr; gap: 75px; padding-top: 90px; }
  .product-overview { grid-template-columns: 1fr; padding-bottom: 65px; }
  .product-summary { position: static; }
  .product-tabs { margin-inline: -16px; }
  .product-tabs a { min-width: 118px; }
  .detail-section { padding: 75px 0; }
  .smartstore-detail-section { padding-top: 60px; }
  .product-assurance { grid-template-columns: 1fr; gap: 35px; margin-bottom: 90px; padding: 44px 34px; }
  .footer-top { align-items: flex-start; flex-direction: column; }
  .footer-contact { justify-items: start; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 42px; }
  .footer-business { grid-column: 1 / -1; }
}

@media (max-width: 520px) {
  body { font-size: 14px; word-break: normal; overflow-wrap: anywhere; }
  .section-wide, .product-detail, .section { width: calc(100% - 28px); }
  .utility-bar > div, .header-main { width: calc(100% - 28px); }
  .utility-bar nav a:first-child { margin-right: auto; }
  .brand { gap: 10px; font-size: 20px; }
  .brand img { width: 46px; height: 46px; }
  .brand small { font-size: 9px; }
  .header-search { height: 46px; }
  .header-search input { padding-inline: 16px; font-size: 16px; }
  .all-products { min-width: 126px; }
  .main-nav { gap: 24px; padding-inline: 22px; }
  .home-hero { min-height: 0; padding: 50px 18px 58px; }
  .hero-copy h1 { font-size: 41px; }
  .hero-lede { margin-top: 20px; font-size: 14px; }
  .hero-actions { align-items: stretch; flex-direction: column; gap: 11px; margin-top: 28px; }
  .hero-search-links { flex-wrap: wrap; }
  .button-quiet { min-height: 40px; }
  .hero-proof { margin-top: 34px; }
  .hero-proof li { padding-right: 8px; }
  .hero-proof b { font-size: 18px; }
  .hero-collage { min-height: 340px; }
  .hero-seal { width: 84px; height: 84px; }
  .hero-seal b { font-size: 19px; }
  .moment-grid { gap: 8px; }
  .moment-card { min-height: 0; grid-template-columns: 1fr; gap: 12px; padding: 10px 10px 15px; }
  .moment-image { width: 100%; height: auto; aspect-ratio: 1; border-radius: 2px; }
  .moment-copy { padding: 0 3px; }
  .moment-copy b { font-size: 17px; }
  .moment-copy small { min-height: 36px; }
  .moment-copy i { margin-top: 7px; }
  .section-heading-clean h2 { font-size: 32px; }
  .product-heading { display: block; }
  .product-heading .text-link { margin-top: 18px; }
  .woocommerce ul.products li.product .woocommerce-loop-product__title { font-size: 12px; line-height: 1.5; }
  .product-regular-price { margin-top: 5px; }
  .product-sale-row > b, .woocommerce ul.products li.product .product-sale-row .price { font-size: 16px; }
  .product-card-arrow { display: none; }
  .business-banner { padding: 36px 25px; }
  .business-banner h2 { font-size: 32px; }
  .faq-list summary { min-height: 70px; font-size: 16px; }
  .catalog-hero { min-height: 320px; }
  .catalog-hero-copy h1 { font-size: 44px; }
  .catalog-hero-copy > p:not(.eyebrow) { font-size: 14px; }
  .category-filter { width: calc(100% - 28px); margin-top: -24px; }
  .catalog-guide { padding: 30px 24px; }
  .category-seo-content { gap: 62px; padding-top: 72px; }
  .category-guide-intro h2, .category-faq h2 { font-size: 30px; }
  .breadcrumb { padding: 16px 0; }
  .product-overview { gap: 32px; padding-top: 8px; }
  .detail-gallery { grid-template-columns: repeat(5, 1fr); }
  .product-trust-row li { grid-template-columns: 1fr; gap: 0; padding-inline: 8px; text-align: center; }
  .product-summary h1 { font-size: 29px; }
  .purchase-facts > div { grid-template-columns: 76px 1fr; }
  .product-tabs a { min-width: 105px; min-height: 55px; }
  .detail-heading { margin-bottom: 30px; }
  .detail-heading h2 { font-size: 29px; }
  .product-spec-table div { grid-template-columns: 100px 1fr; }
  .product-spec-table dt, .product-spec-table dd { padding: 14px 11px; }
  .product-assurance { padding: 36px 24px; }
  .product-assurance h2 { font-size: 29px; }
  .product-assurance li { grid-template-columns: 1fr; gap: 4px; }
  .site-footer { padding-inline: 20px; }
  .footer-story img { width: 56px; height: 56px; }
  .footer-grid { gap: 35px 25px; }
  .footer-bottom { flex-direction: column; gap: 8px; }
}
