/* Organis market: warm paper, forest green, and marigold. */
:root { --brand: #285b42; --brand-dark: #183e2d; --ink: #233f31; --muted: #687368; --line: #e2e4d8; --soft: #eef1e5; --cream: #faf8f0; --accent: #edbd59; --shadow: 0 18px 40px #233f310c; }
body { background: var(--cream); }
.site-container { max-width: 1440px; }
main section[id], #shop { scroll-margin-top: 190px; }
a, button { -webkit-tap-highlight-color: transparent; }
a:focus-visible, button:focus-visible, input:focus-visible, select:focus-visible { outline: 3px solid #af7023; outline-offset: 4px; }
.main-header { border-bottom-color: var(--line); box-shadow: 0 4px 24px #183e2d04; }
.brand-icon { border-radius: 50%; box-shadow: none; background: var(--brand-dark); }
.brand-mark strong { letter-spacing: -1px; }
.search-box { border: 1px solid var(--line); background: #f8f8f2; border-radius: 40px; height: 46px; }
.search-box select { width: 160px; font-size: 13px; }
.search-box input { font-size: 13px; }
.language-toggle { background: transparent; border-color: var(--line); border-radius: 30px; font-size: 13px; }
.nav-row { margin-top: 8px; padding-top: 12px; }
.navbar-nav .nav-link { font-weight: 600; font-size: 14px; }
.category-button { border-radius: 30px; padding: 10px 18px; font-size: 13px; }
.hotline i { font-size: 25px; }
.hotline strong { font-size: 15px; }
.hotline small { font-size: 11px; }
.market-hero { padding-top: 42px; }
.market-hero-grid { display: grid; grid-template-columns: 1.1fr 1fr; gap: 5%; align-items: center; padding-bottom: 40px; }
.market-eyebrow { display: inline-flex; align-items: center; gap: 9px; font-size: 12px; letter-spacing: 1px; font-weight: 600; }
.market-eyebrow > span { width: 7px; height: 7px; border-radius: 50%; background: var(--brand); }
.market-intro { padding: 30px 0; }
.market-intro h1 { font-size: clamp(42px, 5vw, 72px); font-weight: 700; line-height: 1.35; margin: 24px 0; letter-spacing: -2px; }
.market-intro h1 em { font-style: normal; color: #8a6327; text-decoration: underline; text-decoration-color: #e7c276; text-decoration-thickness: 3px; text-underline-offset: 12px; }
.market-intro > p { max-width: 470px; font-size: 16px; line-height: 1.9; color: var(--muted); }
.market-hero-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 25px; margin-top: 30px; }
.market-button { display: inline-flex; align-items: center; justify-content: space-between; gap: 25px; background: var(--brand-dark); color: #fff; padding: 16px 24px; border-radius: 40px; font-weight: 600; font-size: 14px; transition: background .2s, transform .2s; }
.market-button:hover { background: #356847; color: #fff; transform: translateY(-2px); }
.market-text-link { font-size: 13px; font-weight: 600; display: inline-flex; align-items: center; gap: 10px; }
.market-intro-note { margin-top: 40px; display: flex; align-items: center; gap: 12px; color: var(--muted); font-size: 12px; }
.market-intro-note i { font-size: 26px; color: var(--brand); }
.market-visual { position: relative; padding: 8px 28px 34px 0; min-width: 0; }
.market-photo { height: 480px; overflow: hidden; border-radius: 46% 46% 16px 16px; background: #253c2c; }
.market-photo img { width: 100%; height: 100%; object-fit: cover; object-position: center 61%; }
.market-seal { position: absolute; right: 0; top: 38px; width: 108px; height: 108px; border-radius: 50%; color: var(--brand-dark); background: var(--accent); display: flex; flex-direction: column; align-items: center; justify-content: center; transform: rotate(12deg); outline: 1px dashed #84662c; outline-offset: -8px; }
.market-seal i { font-size: 27px; line-height: 1.2; }
.market-seal span { text-align: center; font-size: 10px; line-height: 1.5; font-weight: 700; margin-top: 4px; }
.market-photo-note { position: absolute; bottom: 61px; left: -26px; right: 64px; background: #faf8f0; border-radius: 12px; padding: 18px 22px; display: flex; align-items: center; justify-content: space-between; box-shadow: 0 10px 40px #0002; }
.market-photo-note small { display: block; font-size: 10px; color: #7a7869; letter-spacing: 1px; margin-bottom: 5px; }
.market-photo-note strong { font-size: 19px; }
.market-photo-note > i { display: grid; place-items: center; border: 1px solid #c8cfbb; width: 40px; height: 40px; border-radius: 50%; }
.market-photo-caption { position: absolute; bottom: 0; right: 30px; color: #7c8273; font-size: 9px; letter-spacing: 2px; }
.market-ribbon { display: flex; align-items: center; justify-content: space-around; gap: 20px; padding: 22px 12px; border-block: 1px solid #d9decb; font-size: 12px; }
.market-ribbon span { display: inline-flex; align-items: center; gap: 9px; }
.market-ribbon > i { color: #b68c39; font-size: 10px; }
.market-ribbon { display: none !important; }
.market-ribbon span { display: none !important; }
.market-ribbon > i { display: none !important; }
.section-kicker { font-size: 11px; color: #8a6327; margin-bottom: 9px; }
.section-heading h2 { font-size: clamp(25px, 2.6vw, 36px); font-weight: 600; line-height: 1.5; }
.section-heading > a { font-size: 13px; }
.category-section { padding: 54px 0 24px; }
.category-grid { gap: 14px; }
.category-card { background: #f0f0e2; border: 0; border-radius: 70px 70px 14px 14px; min-height: 170px; gap: 10px; padding: 22px 10px 15px; }
.category-card:nth-child(2n) { background: #f5ebd9; }
.category-card:nth-child(3n) { background: #e9eddf; }
.category-card > i { font-size: 34px; }
.category-card strong { font-size: 14px; font-weight: 600; }
.category-card .category-explore { font-size: 10px; display: flex; gap: 16px; align-items: center; }
.category-explore i { font-size: 13px; color: var(--ink); }
.products-section { padding: 50px 0 60px; }
.shop-layout { grid-template-columns: 215px minmax(0, 1fr); gap: 24px; align-items: start; }
.market-shop-note { position: sticky; top: 195px; background: #e9bd65; border-radius: 14px; padding: 28px 22px; overflow: hidden; }
.market-shop-note .market-eyebrow { font-size: 10px; }
.market-shop-note h3 { font-size: 28px; font-weight: 600; line-height: 1.55; margin: 22px 0 15px; }
.market-shop-note p { font-size: 12px; line-height: 1.9; }
.market-note-flower { display: block; font-size: 100px; text-align: center; color: #476047; margin: 26px 0; }
.market-shop-note > a { display: flex; justify-content: space-between; border-top: 1px solid #9f792c55; padding-top: 18px; font-size: 12px; font-weight: 600; }
.product-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; }
.product-card { display: flex; flex-direction: column; border-radius: 16px; border-color: #e5e5d9; }
.product-img { margin: 8px; padding: 20px; background: #f5f5ef; border-radius: 10px; aspect-ratio: 1.25; }
.product-img img { mix-blend-mode: multiply; border-radius: 6px; }
.product-badge { top: 18px; left: 18px; padding: 4px 12px; background: #8e4c36; border-radius: 30px; font-size: 10px; }
.product-card:nth-child(2) .product-badge, .product-card:nth-child(8) .product-badge { background: #506449; }
.product-body { flex: 1; display: flex; flex-direction: column; padding: 12px 18px 18px; }
.product-category { font-size: 11px; }
.product-body h3 { font-weight: 600; font-size: 15px; line-height: 1.65; margin: 7px 0; min-height: 50px; }
.rating { font-size: 10px; color: #b78525; }
.product-body .vendor { font-size: 11px; margin: 8px 0; }
.product-bottom { margin-top: auto; padding-top: 13px; border-top: 1px solid #eceee5; flex-wrap: wrap; }
.price strong { font-size: 18px; }
.price del { font-size: 11px; }
.product-bottom button { background: var(--brand-dark); color: #fff; padding: 8px 12px; font-size: 12px; border-radius: 25px; }
.market-journal { padding-bottom: 35px; }
.market-journal-grid { display: grid; grid-template-columns: .85fr 1fr; border-radius: 20px; overflow: hidden; background: var(--brand-dark); color: #faf8f0; }
.market-journal-photo { position: relative; min-height: 350px; }
.market-journal-photo img { height: 100%; width: 100%; object-fit: cover; }
.market-journal-photo::after { content: ''; position: absolute; inset: 0; background: linear-gradient(transparent 50%, #15271dc9); }
.market-journal-photo span { position: absolute; bottom: 25px; left: 28px; right: 20px; z-index: 1; font-size: 15px; }
.market-journal-copy { padding: 45px clamp(24px, 4vw, 58px); }
.market-journal-copy .market-eyebrow { color: #e3c580; font-size: 10px; }
.market-journal-copy h2 { font-size: clamp(28px, 3vw, 40px); line-height: 1.5; margin: 18px 0 14px; }
.market-journal-copy > p { color: #c7d4c6; font-size: 13px; }
.market-subscribe { display: flex; border-bottom: 1px solid #a6b49b; margin-top: 26px; padding-bottom: 10px; gap: 10px; }
.market-subscribe input { width: 0; min-width: 0; flex: 1; border: 0; background: transparent; color: #fff; padding: 10px 0; font-size: 12px; }
.market-subscribe input::placeholder { color: #c7d4c6; }
.market-subscribe button { display: inline-flex; align-items: center; gap: 15px; border: 0; border-radius: 24px; background: #edbd59; color: #183e2d; padding: 10px 16px; font-size: 12px; font-weight: 600; }
.service-section { padding: 15px 0 50px; }
.service-grid > div { background: transparent; padding: 16px 12px; border-right: 1px solid #dfe2d2; border-radius: 0; }
.service-grid > div:last-child { border: 0; }
.service-grid strong { font-size: 13px; font-weight: 600; }
.service-grid small { font-size: 11px; margin-top: 5px; }
.service-grid i { font-size: 26px; }
.site-footer { border-top: 1px solid var(--line); background: #eeefe4; padding-top: 45px; }
.footer-grid { grid-template-columns: 2fr 1fr 1fr; gap: 24px; }
.footer-grid h3 { font-size: 17px; font-weight: 600; }
.footer-grid a:not(.brand-mark), .footer-contact-line, .footer-app p { font-size: 12px; }
.footer-tagline { font-size: 14px; }
.footer-bottom { font-size: 11px; }
.cart-summary, .checkout-form, .cart-table-wrap, .empty-cart, .product-detail-media { border-radius: 16px; border-color: var(--line); }
@media (max-width: 1199px) {
    .market-photo { height: 440px; }
    .shop-layout { grid-template-columns: 180px minmax(0, 1fr); gap: 18px; }
    .market-shop-note { padding: 22px 16px; top: 110px; }
    .market-shop-note h3 { font-size: 24px; }
    .product-grid { gap: 12px; }
    .product-body { padding: 10px 12px 15px; }
}
@media (max-width: 991px) {
    .market-hero-grid { gap: 25px; }
    .market-intro h1 { font-size: 43px; letter-spacing: -1px; }
    .market-photo { height: 420px; }
    .market-photo-note { left: 0; right: 35px; padding: 14px; }
    .market-photo-note strong { font-size: 15px; }
    .market-seal { width: 90px; height: 90px; }
    .category-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
    .shop-layout { grid-template-columns: 1fr; }
    .market-shop-note { position: static; display: none; }
    .market-journal-grid { grid-template-columns: .8fr 1fr; }
    .market-journal-copy { padding: 35px 22px; }
    .service-grid > div { border: 0; }
}
@media (max-width: 767px) {
    main section[id], #shop { scroll-margin-top: 20px; }
    .market-hero { padding-top: 12px; }
    .market-hero-grid { grid-template-columns: 1fr; gap: 20px; padding-bottom: 20px; }
    .market-intro { padding: 20px 0 0; }
    .market-intro h1 { font-size: clamp(38px, 8vw, 58px); margin: 16px 0 20px; }
    .market-intro > p { font-size: 14px; }
    .market-intro-note { margin-top: 22px; }
    .market-hero-actions { margin-top: 22px; gap: 18px; }
    .market-button { padding: 14px 20px; }
    .market-visual { max-width: 490px; width: 100%; margin: auto; padding-left: 14px; }
    .market-photo { height: 370px; }
    .market-photo-note { left: 0; right: 45px; }
    .market-ribbon { flex-wrap: wrap; justify-content: center; font-size: 10px; gap: 12px; padding: 18px 0; }
    .market-ribbon > i { display: none; }
    .category-section, .products-section { padding: 32px 0; }
    .section-heading { flex-direction: row; align-items: center; gap: 10px; }
    .section-heading h2 { font-size: 23px; }
    .section-heading > a { font-size: 11px; }
    .category-grid { gap: 10px; }
    .category-card { min-height: 145px; }
    .category-card strong { font-size: 12px; }
    .product-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .product-body h3 { font-size: 13px; }
    .product-img { padding: 16px 10px; }
    .product-bottom { align-items: stretch; flex-direction: column; gap: 8px; }
    .product-bottom form, .product-bottom button { width: 100%; }
    .price strong { font-size: 16px; }
    .market-journal-grid { grid-template-columns: 1fr; }
    .market-journal-photo { min-height: 0; height: 240px; }
    .market-journal-copy { padding: 28px 22px 35px; }
    .service-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px; }
    .service-grid > div { align-items: flex-start; padding: 8px 0; gap: 10px; }
    .footer-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .footer-about { grid-column: 1 / -1; }
    .main-header .site-container { gap: 10px !important; }
    .brand-mark { min-width: 130px; }
    .brand-mark strong { font-size: 23px; }
    .brand-icon { width: 36px; height: 36px; }
    .language-toggle { min-height: 36px; padding: 0 10px; }
    .navbar-toggler { padding: 4px 7px; }
}
@media (prefers-reduced-motion: reduce) { *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; animation: none !important; } }
/* Fix media height so source image proportions cannot stretch product rows. */
.product-img { height: 185px; aspect-ratio: auto; flex-shrink: 0; }
@media (max-width: 767px) { .product-img { height: 145px; } }

/* Seasonal editorial carousel. Slides share a grid cell to keep height stable. */
.market-slider { margin-bottom: 24px; border: 1px solid #e3e5d5; border-radius: 28px; overflow: hidden; background: #f1f1e5; }
.market-slides { display: grid; }
.market-slide { --slide-accent: #91632b; --slide-surface: #ecefdf; grid-area: 1 / 1; display: grid; grid-template-columns: 1.1fr 1fr; align-items: center; gap: 34px; padding: 42px 48px 34px; background: var(--slide-surface); opacity: 0; visibility: hidden; pointer-events: none; transition: opacity .65s ease, visibility .65s; }
.market-slide.is-active { opacity: 1; visibility: visible; pointer-events: auto; }
.theme-sunshine { --slide-accent: #95601d; --slide-surface: #fbefcf; }
.theme-pantry { --slide-accent: #9b5139; --slide-surface: #f4e8de; }
.slider-title { font-size: clamp(34px, 4.2vw, 62px); font-weight: 700; letter-spacing: -1.8px; line-height: 1.4; margin: 24px 0 20px; }
.slider-title em { display: block; font-style: normal; color: var(--slide-accent); }
.slider-copy > p { font-size: 14px; line-height: 1.9; color: #657061; max-width: 440px; min-height: 80px; }
.slider-copy .market-hero-actions { gap: 18px; }
.slider-copy .market-button { padding: 14px 22px; }
.slider-note { display: flex; gap: 12px; align-items: center; margin-top: 32px; font-size: 11px; color: #62705c; }
.slider-note i { font-size: 24px; color: var(--slide-accent); }
.slider-art { position: relative; min-width: 0; padding: 18px 12px 32px 18px; }
.slider-orbit { position: absolute; inset: 0 0 20px; border: 1px solid #8c9b7840; border-radius: 48% 48% 16px 16px; transform: rotate(7deg); }
.slider-image { height: 410px; border-radius: 46% 46% 16px 16px; overflow: hidden; transform: rotate(-3deg); background: #d7dcc8; }
.slider-image img { width: 100%; height: 100%; object-fit: cover; object-position: center 62%; transform: scale(1.06); transition: transform 5.5s ease-out; }
.is-active .slider-image img { transform: scale(1); }
.theme-sunshine .slider-image { border-radius: 48% 48% 45% 12px; transform: rotate(3deg); }
.theme-pantry .slider-image { border-radius: 16px 45% 16px 45%; }
.slider-stamp { position: absolute; right: -12px; top: 12px; display: flex; flex-direction: column; align-items: center; justify-content: center; width: 96px; height: 96px; border-radius: 50%; background: #edbd59; color: #234531; transform: rotate(12deg); outline: 1px dashed #8c702b; outline-offset: -7px; }
.slider-stamp i { font-size: 28px; line-height: 1.2; }
.slider-stamp span { margin-top: 5px; text-align: center; font-size: 9px; font-weight: 700; line-height: 1.5; }
.slider-image-label { position: absolute; bottom: 55px; left: -15px; right: 28px; display: flex; align-items: center; justify-content: space-between; gap: 15px; padding: 18px 20px; background: #fffdf4; border-radius: 12px; box-shadow: 0 14px 36px #14281a20; font-weight: 600; font-size: 16px; }
.slider-image-label i { border: 1px solid #d5dac6; border-radius: 50%; padding: 7px 11px; }
.slider-edition { position: absolute; bottom: 0; right: 10px; font-size: 9px; letter-spacing: 2px; color: #738066; }
.slider-controls { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 16px 48px; background: #fffdf6; border-top: 1px solid #e0e4d2; }
.slider-dots, .slider-buttons { display: flex; align-items: center; gap: 12px; }
.slider-dots button { display: flex; align-items: center; gap: 9px; border: 0; background: transparent; padding: 10px 0; color: #858c7f; font-size: 10px; }
.slider-dot-track { display: block; height: 3px; width: 26px; border-radius: 8px; background: #dfe3d4; transition: width .3s, background .3s; }
.slider-dots [aria-current="true"] { color: var(--brand-dark); font-weight: 700; }
.slider-dots [aria-current="true"] .slider-dot-track { width: 58px; background: var(--brand-dark); }
.slider-buttons > button { display: grid; place-items: center; width: 38px; height: 38px; border: 1px solid #d5dacb; border-radius: 50%; color: var(--brand-dark); background: transparent; }
.slider-buttons > button:hover { background: #e9eddf; }
.slider-buttons [data-hero-pause] { width: auto; border: 0; border-radius: 8px; padding: 0 12px; font-size: 11px; }
[data-hero-pause] > span:not([hidden]) { display: inline-flex; align-items: center; gap: 5px; }
[data-hero-pause] [hidden] { display: none; }
@media (max-width: 991px) {
    .market-slide { gap: 20px; padding: 30px 28px; }
    .slider-title { font-size: 38px; letter-spacing: -1px; }
    .slider-image { height: 370px; }
    .slider-image-label { font-size: 13px; left: 0; right: 18px; padding: 12px; }
    .slider-controls { padding: 14px 28px; }
}
@media (max-width: 767px) {
    .market-slider { border-radius: 20px; }
    .market-slide { grid-template-columns: 1fr; padding: 26px 22px 20px; gap: 20px; align-content: start; }
    .slider-title { font-size: clamp(29px, 7vw, 42px); margin: 18px 0; }
    .slider-copy > p { font-size: 12px; min-height: 92px; margin-bottom: 0; }
    .slider-copy .market-eyebrow { font-size: 10px; letter-spacing: 0; }
    .slider-copy .market-hero-actions { gap: 14px; margin-top: 18px; }
    .slider-copy .market-button { padding: 12px 16px; font-size: 12px; gap: 12px; }
    .slider-copy .market-text-link { font-size: 11px; }
    .slider-note { margin-top: 18px; font-size: 10px; }
    .slider-art { width: 100%; max-width: 390px; margin: auto; padding-left: 8px; }
    .slider-image { height: 275px; }
    .slider-stamp { width: 78px; height: 78px; right: -5px; }
    .slider-stamp i { font-size: 22px; }
    .slider-stamp span { font-size: 8px; }
    .slider-controls { padding: 12px 16px; flex-wrap: wrap; gap: 8px; }
    .slider-dots, .slider-buttons { gap: 8px; }
    .slider-dots [aria-current="true"] .slider-dot-track { width: 26px; }
    .slider-dot-track { width: 12px; }
    .slider-buttons [data-hero-pause] { padding: 0 3px; font-size: 10px; }
    .slider-buttons > button { width: 32px; height: 32px; }
}

/* Full-image banners with a contrast layer behind the copy. */
.market-slide.banner-slide {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    display: flex;
    align-items: center;
    min-height: 560px;
    padding: 54px 60px;
    color: #fffdf4;
    background: #183e2d;
}
.slider-background {
    position: absolute;
    inset: 0;
    z-index: -2;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 60%;
}
.banner-slide::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    background: linear-gradient(90deg, rgba(12, 31, 21, .94) 0%, rgba(12, 31, 21, .82) 34%, rgba(12, 31, 21, .38) 65%, rgba(12, 31, 21, .12) 100%);
}
.banner-slide .slider-copy { width: min(620px, 62%); }
.banner-slide .market-eyebrow, .banner-slide .slider-note { color: #f1f0df; }
.banner-slide .market-eyebrow > span { background: #edbd59; }
.banner-slide .slider-title { color: #fffdf4; }
.banner-slide .slider-title em, .banner-slide .slider-note i { color: #f2ca77; }
.banner-slide .slider-copy > p { color: #e5e9df; max-width: 470px; }
.banner-slide .market-button { background: #edbd59; color: #183e2d; }
.banner-slide .market-button:hover { background: #f8d58e; }
.banner-slide .market-text-link { color: #fffdf4; }
.banner-slide .slider-stamp { top: 34px; right: 36px; }
.banner-slide .slider-edition { bottom: 26px; right: 36px; color: #fffdf4; text-shadow: 0 1px 4px #000; }
@media (max-width: 991px) {
    .market-slide.banner-slide { padding: 42px 32px; min-height: 530px; }
    .banner-slide .slider-copy { width: 72%; }
}
@media (max-width: 767px) {
    .market-slide.banner-slide { padding: 82px 24px 50px; min-height: 570px; }
    .banner-slide .slider-copy { width: 100%; }
    .banner-slide::before { background: linear-gradient(90deg, rgba(12,31,21,.91), rgba(12,31,21,.62)); }
    .banner-slide .slider-stamp { width: 58px; height: 58px; top: 14px; right: 18px; }
    .banner-slide .slider-stamp i { font-size: 17px; }
    .banner-slide .slider-stamp span { font-size: 6px; margin-top: 2px; }
    .banner-slide .slider-edition { bottom: 18px; right: 22px; font-size: 8px; }
    .banner-slide .slider-copy > p { min-height: 0; }
}

/* Product detail: an editorial gallery beside a focused purchase panel. */
.product-story { padding: 24px 0 60px; }
.product-breadcrumb { display: flex; align-items: center; gap: 12px; color: #747c6b; font-size: 11px; margin: 0 0 28px; }
.product-breadcrumb > span { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.product-breadcrumb a { flex-shrink: 0; }
.product-breadcrumb i { font-size: 8px; }
.product-story-grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(28px, 5vw, 72px); align-items: start; }
.product-gallery { position: sticky; top: 195px; background: #edeedf; border: 1px solid #e1e4d2; border-radius: 24px; padding: 22px; }
.product-gallery-top { display: flex; align-items: center; justify-content: space-between; padding: 0 4px 18px; }
.product-gallery-top span { font-size: 10px; letter-spacing: 2px; color: #5e6c51; }
.product-gallery-top i { font-size: 24px; }
.product-gallery-image { position: relative; overflow: hidden; border-radius: 140px 140px 14px 14px; background: #faf9f3; }
.product-gallery-image > img { width: 100%; height: clamp(330px, 35vw, 490px); object-fit: contain; }
.story-badge { position: absolute; top: 24px; left: 24px; padding: 7px 18px; border-radius: 30px; background: #eabc62; font-size: 12px; font-weight: 600; }
.product-gallery-caption { display: flex; align-items: center; gap: 10px; padding: 22px 2px 0; font-size: 11px; color: #57664d; }
.product-gallery-caption > i { font-size: 20px; }
.product-gallery-caption > span:last-child { margin-left: auto; font-size: 9px; letter-spacing: 1px; white-space: nowrap; }
.product-category-pill { display: inline-flex; padding: 5px 13px; font-size: 11px; color: #41603c; background: #e9eddd; border-radius: 24px; }
.product-purchase h1 { margin: 18px 0; font-size: clamp(28px, 2.7vw, 40px); font-weight: 600; line-height: 1.45; letter-spacing: -.8px; overflow-wrap: anywhere; }
.product-meta { display: flex; align-items: center; gap: 18px; flex-wrap: wrap; margin-bottom: 20px; }
.story-rating { display: inline-flex; gap: 9px; align-items: center; font-size: 11px; }
.story-rating > span:first-child { color: #ad7821; display: flex; gap: 3px; }
.story-vendor { border-left: 1px solid #d8ddca; padding-left: 18px; font-size: 11px; color: #6a7462; }
.story-vendor strong { color: var(--ink); }
.product-introduction { color: #6b7664; font-size: 14px; line-height: 1.9; margin-bottom: 24px; }
.purchase-box { border: 1px solid #e0e3d5; border-radius: 18px; background: #fffdf7; padding: 24px; }
.purchase-label { font-size: 11px; color: #737b6b; }
.purchase-price { display: flex; align-items: center; flex-wrap: wrap; gap: 12px; margin: 6px 0 22px; }
.purchase-price > strong { font-size: 34px; line-height: 1.3; letter-spacing: -1px; }
.purchase-price > del { color: #919787; font-size: 15px; }
.purchase-saving { background: #f5e6c1; color: #77551e; font-size: 10px; padding: 5px 10px; border-radius: 6px; margin-left: auto; }
.story-cart-form > label { font-size: 11px; display: block; margin-bottom: 9px; }
.purchase-actions { display: flex; gap: 12px; }
.quantity-stepper { display: flex; flex-shrink: 0; align-items: center; border: 1px solid #dfe2d4; border-radius: 30px; background: #fff; }
.quantity-stepper button { border: 0; width: 36px; height: 48px; background: transparent; color: var(--brand-dark); border-radius: 30px; }
.quantity-stepper button:disabled { opacity: .35; }
.quantity-stepper input { appearance: textfield; -moz-appearance: textfield; width: 42px; text-align: center; border: 0; background: transparent; color: var(--ink); font-size: 14px; }
.quantity-stepper input::-webkit-inner-spin-button, .quantity-stepper input::-webkit-outer-spin-button { -webkit-appearance: none; margin: 0; }
.purchase-add { flex: 1; display: flex; align-items: center; justify-content: center; gap: 10px; border: 0; border-radius: 30px; background: var(--brand-dark); color: #fff; min-height: 50px; padding: 12px 18px; font-size: 13px; font-weight: 600; }
.purchase-add:hover { background: #326246; }
.purchase-add > i:last-child { margin-left: auto; }
.purchase-cart-link { display: flex; justify-content: center; align-items: center; gap: 9px; margin-top: 16px; font-size: 11px; }
.purchase-footnotes { display: grid; gap: 8px; margin: 18px 0 24px; color: #6c7861; font-size: 10px; }
.purchase-footnotes span { display: flex; align-items: center; gap: 8px; }
.product-information details { border-top: 1px solid #dfe3d3; padding: 16px 0; font-size: 12px; }
.product-information summary { list-style: none; display: flex; align-items: center; justify-content: space-between; font-weight: 600; cursor: pointer; }
.product-information summary::-webkit-details-marker { display: none; }
.product-information details[open] summary > i { transform: rotate(45deg); }
.product-information details > p { color: #6e7765; line-height: 1.9; margin: 14px 0; }
.product-information dl { margin: 0; }
.product-information dl > div { display: flex; justify-content: space-between; gap: 16px; margin-top: 8px; }
.product-information dt { font-weight: 400; color: #737c69; }
.product-information dd { margin: 0; }
.product-discover { margin-top: 65px; padding-top: 38px; border-top: 1px solid #dde2cf; }
.product-discover-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 22px; }
.discover-card { display: flex; flex-direction: column; min-width: 0; background: #fffdf8; border: 1px solid #e3e6d8; border-radius: 18px; padding: 12px; transition: transform .2s; }
.discover-card:hover { transform: translateY(-4px); }
.discover-image { background: #f1f2e9; border-radius: 12px; overflow: hidden; }
.discover-image img { width: 100%; height: 180px; object-fit: contain; mix-blend-mode: multiply; }
.discover-category { margin: 16px 4px 6px; font-size: 10px; color: #7c856d; }
.discover-card h3 { font-size: 14px; line-height: 1.65; font-weight: 600; margin: 0 4px 18px; }
.discover-bottom { display: flex; align-items: center; justify-content: space-between; padding: 12px 4px 2px; margin-top: auto; border-top: 1px solid #e9edde; }
.discover-bottom strong { font-size: 17px; }
.discover-bottom i { display: grid; place-items: center; border-radius: 50%; width: 30px; height: 30px; background: #e9eedf; }
@media (max-width: 1199px) { .product-gallery { top: 110px; } .purchase-box { padding: 20px; } }
@media (max-width: 991px) { .product-story-grid { gap: 25px; } .product-purchase h1 { font-size: 28px; } .purchase-actions { flex-wrap: wrap; } .purchase-add { min-width: 170px; } .product-discover-grid { gap: 14px; } }
@media (max-width: 767px) {
    .product-story { padding-top: 18px; }
    .product-breadcrumb { gap: 8px; font-size: 10px; margin-bottom: 18px; }
    .product-story-grid { grid-template-columns: 1fr; }
    .product-gallery { position: static; padding: 16px; border-radius: 20px; }
    .product-gallery-image > img { height: 300px; }
    .product-gallery-caption { font-size: 10px; padding-top: 16px; }
    .product-purchase h1 { font-size: 27px; line-height: 1.5; }
    .product-introduction { font-size: 13px; }
    .purchase-price > strong { font-size: 30px; }
    .purchase-add { min-width: 140px; padding: 12px; font-size: 12px; }
    .quantity-stepper button { width: 32px; }
    .quantity-stepper input { width: 35px; }
    .product-discover { margin-top: 36px; padding-top: 28px; }
    .product-discover-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
    .discover-card { padding: 8px; border-radius: 12px; }
    .discover-image img { height: 135px; }
    .discover-card h3 { font-size: 12px; }
    .discover-bottom strong { font-size: 15px; }
}
.product-gallery-image .story-badge { top: auto; bottom: 18px; left: 18px; }
