/*
Theme Name: Interdit by Rose
Author: Interdit by Rose
Description: Elegant, responsive WooCommerce theme for the Interdit by Rose lip collection.
Version: 4.0.0
Requires at least: 6.2
Tested up to: 6.6
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: interdit-by-rose
Tags: e-commerce, custom-logo, custom-menu, featured-images, full-width-template, translation-ready
*/

:root {
  --ink: #301b22;
  --ink-soft: #745b63;
  --berry: #7b1234;
  --berry-dark: #550a24;
  --rose: #d6a0a4;
  --rose-soft: #f5dfdc;
  --cream: #fff9f7;
  --paper: #ffffff;
  --gold: #b78b54;
  --line: rgba(46, 32, 35, 0.13);
  --shadow: 0 24px 70px rgba(78, 45, 51, 0.12);
  --radius: 22px;
  --container: 1240px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--cream);
  color: var(--ink);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
button, .button, input[type="submit"] { cursor: pointer; }
::selection { background: var(--rose); color: var(--ink); }

.screen-reader-text {
  position: absolute !important;
  width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0;
}
.screen-reader-text:focus {
  top: 8px; left: 8px; z-index: 100000;
  width: auto; height: auto; padding: 12px 16px; margin: 0;
  clip: auto; background: var(--paper); color: var(--ink);
}
.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.site-main { min-height: 60vh; }

.eyebrow {
  display: inline-flex; align-items: center; gap: 9px;
  margin: 0 0 18px; color: var(--berry); font-size: 0.76rem;
  font-weight: 800; letter-spacing: 0.16em; text-transform: uppercase;
}
.eyebrow::before { content: ""; width: 28px; height: 1px; background: currentColor; }
.display-title, h1, h2, h3 { font-family: Georgia, "Times New Roman", serif; line-height: 1.08; }
h1, h2, h3, p { margin-top: 0; }
.section-heading { max-width: 620px; margin-bottom: 42px; }
.section-heading h2 { margin-bottom: 14px; font-size: clamp(2.2rem, 4vw, 4rem); font-weight: 500; letter-spacing: -0.045em; }
.section-heading p { color: var(--ink-soft); font-size: 1.05rem; }
.section-heading.center { margin-inline: auto; text-align: center; }
.section-heading.center .eyebrow { justify-content: center; }

.button, .wp-element-button, button[type="submit"], input[type="submit"] {
  display: inline-flex; min-height: 50px; align-items: center; justify-content: center;
  gap: 10px; padding: 0 24px; border: 1px solid var(--berry);
  border-radius: 999px; background: var(--berry); color: #fff;
  font-size: 0.84rem; font-weight: 800; letter-spacing: 0.06em;
  text-transform: uppercase; transition: transform .2s ease, background .2s ease, box-shadow .2s ease;
}
.button:hover, .wp-element-button:hover, button[type="submit"]:hover, input[type="submit"]:hover {
  transform: translateY(-2px); background: var(--berry-dark); box-shadow: 0 12px 28px rgba(140, 40, 72, .22);
}
.button--light { border-color: #fff; background: #fff; color: var(--ink); }
.button--ghost { border-color: var(--ink); background: transparent; color: var(--ink); }
.text-link { display: inline-flex; align-items: center; gap: 8px; color: var(--berry); font-weight: 800; }
.text-link::after { content: "→"; transition: transform .2s ease; }
.text-link:hover::after { transform: translateX(4px); }

.promo-bar { background: var(--ink); color: #fff; text-align: center; }
.promo-bar p { margin: 0; padding: 8px 20px; font-size: .74rem; font-weight: 700; letter-spacing: .11em; text-transform: uppercase; }
.site-header {
  position: relative; z-index: 50; border-bottom: 1px solid var(--line);
  background: rgba(255, 250, 246, .93); backdrop-filter: blur(16px);
}
.header-inner { display: grid; grid-template-columns: 1fr auto 1fr; min-height: 82px; align-items: center; gap: 28px; }
.site-branding { grid-column: 2; text-align: center; }
.site-logo { display: inline-flex; align-items: baseline; gap: 7px; font-family: Georgia, serif; font-size: 1.8rem; letter-spacing: 0; }
.site-logo .brand-script { color: var(--berry); font-style: italic; font-weight: 500; }
.site-logo small { color: var(--ink); font-family: Inter, sans-serif; font-size: .48rem; font-weight: 800; letter-spacing: .13em; }
.custom-logo { max-height: 58px; width: auto; }
.primary-navigation { grid-column: 1; grid-row: 1; }
.primary-navigation ul, .footer-menu { display: flex; align-items: center; gap: 26px; margin: 0; padding: 0; list-style: none; }
.primary-navigation a { position: relative; font-size: .84rem; font-weight: 700; }
.primary-navigation a::after { content: ""; position: absolute; right: 0; bottom: -7px; left: 0; height: 1px; background: var(--berry); transform: scaleX(0); transition: transform .2s ease; }
.primary-navigation a:hover::after, .primary-navigation .current-menu-item a::after { transform: scaleX(1); }
.header-actions { display: flex; grid-column: 3; grid-row: 1; justify-content: flex-end; align-items: center; gap: 9px; }
.icon-link, .menu-toggle { display: inline-flex; width: 42px; height: 42px; align-items: center; justify-content: center; border: 0; border-radius: 50%; background: transparent; color: var(--ink); }
.icon-link:hover, .menu-toggle:hover { background: var(--rose-soft); }
.icon-link svg, .menu-toggle svg { width: 21px; height: 21px; stroke: currentColor; }
.cart-link { position: relative; }
.cart-count { position: absolute; top: 1px; right: 0; display: grid; min-width: 17px; height: 17px; place-items: center; padding: 0 4px; border-radius: 999px; background: var(--berry); color: #fff; font-size: .63rem; font-weight: 800; }
.menu-toggle { display: none; }

.hero { position: relative; min-height: 720px; overflow: hidden; background-color: #dfaaa7; background-position: center; background-size: cover; }
.hero::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(255,249,247,.96) 0%, rgba(255,249,247,.72) 42%, rgba(255,249,247,.03) 76%); }
.hero .container { position: relative; z-index: 2; min-height: 720px; }
.hero-grid { display: grid; grid-template-columns: .9fr 1.1fr; min-height: 720px; align-items: center; gap: 55px; }
.hero-copy { max-width: 610px; padding: 80px 0; }
.hero h1 { margin: 0 0 24px; font-size: clamp(3.4rem, 7vw, 6.5rem); font-weight: 500; letter-spacing: -.065em; }
.hero h1 em { color: var(--berry); font-weight: 400; }
.hero-text { max-width: 530px; margin-bottom: 32px; color: var(--ink-soft); font-size: clamp(1rem, 1.6vw, 1.2rem); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 13px; }
.hero-note { display: flex; flex-wrap: wrap; gap: 16px 28px; margin-top: 30px; color: var(--ink-soft); font-size: .8rem; font-weight: 700; }
.hero-note span { display: inline-flex; align-items: center; gap: 7px; }
.hero-note span::before { content: "✓"; color: var(--berry); }
.hero-product { justify-self: end; width: min(100%, 560px); padding: 18px; border: 1px solid rgba(255,255,255,.6); border-radius: 280px 280px 28px 28px; background: rgba(255,255,255,.38); box-shadow: 0 35px 85px rgba(72,24,38,.2); backdrop-filter: blur(7px); transform: rotate(1.5deg); }
.hero-product img { width: 100%; max-height: 590px; border-radius: 260px 260px 18px 18px; object-fit: cover; object-position: center 28%; }

.trust-strip { border-block: 1px solid var(--line); background: var(--paper); }
.trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.trust-item { display: flex; align-items: center; justify-content: center; gap: 12px; min-height: 98px; padding: 20px; border-right: 1px solid var(--line); }
.trust-item:last-child { border: 0; }
.trust-item svg { width: 27px; height: 27px; flex: 0 0 auto; stroke: var(--berry); }
.trust-item strong { display: block; font-size: .86rem; }
.trust-item span { display: block; color: var(--ink-soft); font-size: .72rem; }

.products-section, .shade-section, .story-section, .reviews-section { padding: 110px 0; }
.products-head { display: flex; align-items: end; justify-content: space-between; gap: 30px; }
.products-head .section-heading { margin-bottom: 42px; }
.products-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.featured-product { display: grid; grid-template-columns: .95fr 1.05fr; align-items: center; gap: 72px; padding: 34px; border-radius: 32px; background: #fff; box-shadow: var(--shadow); }
.featured-product-media { min-height: 560px; overflow: hidden; border-radius: 240px 240px 22px 22px; background: var(--rose-soft); }
.featured-product-media img { width: 100%; height: 100%; min-height: 560px; object-fit: cover; object-position: center 27%; }
.featured-product-copy { max-width: 480px; }
.featured-product-copy h3 { margin-bottom: 18px; font-size: clamp(2.5rem, 5vw, 4.6rem); font-weight: 500; letter-spacing: -.05em; }
.featured-product-copy > p { color: var(--ink-soft); }
.product-features { margin: 28px 0 32px; padding: 0; list-style: none; }
.product-features li { display: flex; gap: 10px; padding: 11px 0; border-bottom: 1px solid var(--line); font-size: .9rem; font-weight: 700; }
.product-features li::before { content: "✦"; color: var(--berry); }
.demo-product { position: relative; }
.product-image { position: relative; aspect-ratio: 1; overflow: hidden; border-radius: var(--radius); background: #fae9df; }
.product-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .55s cubic-bezier(.2,.7,.2,1); }
.demo-product:hover .product-image img { transform: scale(1.035); }
.product-badge { position: absolute; top: 15px; left: 15px; z-index: 2; padding: 7px 11px; border-radius: 999px; background: #fff; color: var(--berry); font-size: .67rem; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.product-info { display: grid; grid-template-columns: 1fr auto; gap: 8px 16px; padding: 18px 4px 0; }
.product-info h3 { margin: 0; font-family: Inter, sans-serif; font-size: 1rem; font-weight: 800; }
.product-info p { grid-column: 1 / -1; margin: 0; color: var(--ink-soft); font-size: .83rem; }
.price { color: var(--berry); font-weight: 900; }
.shade-dot { display: inline-block; width: 11px; height: 11px; margin-right: 7px; border-radius: 50%; box-shadow: 0 0 0 3px #fff, 0 0 0 4px var(--line); vertical-align: -1px; }

.shade-section { background: var(--rose-soft); }
.shade-layout { display: grid; grid-template-columns: .78fr 1.22fr; align-items: center; gap: 80px; }
.shade-layout .section-heading { margin: 0; }
.shade-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.shade-card { min-height: 270px; padding: 24px; border: 1px solid rgba(255,255,255,.8); border-radius: var(--radius); background: rgba(255,255,255,.55); transition: transform .25s ease, background .25s ease; }
.shade-card:hover { transform: translateY(-6px); background: #fff; }
.shade-swatch { width: 72px; height: 72px; margin-bottom: 46px; border: 8px solid rgba(255,255,255,.75); border-radius: 50%; box-shadow: 0 12px 30px rgba(65, 29, 39, .13); }
.shade-card h3 { margin-bottom: 8px; font-family: Inter, sans-serif; font-size: 1rem; }
.shade-card p { color: var(--ink-soft); font-size: .83rem; }

.story-section { background: var(--ink); color: #fff; }
.story-layout { display: grid; grid-template-columns: 1.1fr .9fr; align-items: center; gap: 90px; }
.story-visual { position: relative; min-height: 560px; overflow: hidden; border-radius: 240px 240px 24px 24px; background: center/cover no-repeat; }
.story-visual::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 45%, rgba(46,32,35,.28)); }
.story-copy .eyebrow { color: var(--rose); }
.story-copy h2 { margin-bottom: 22px; font-size: clamp(2.6rem, 5vw, 5rem); font-weight: 500; letter-spacing: -.055em; }
.story-copy p { color: rgba(255,255,255,.72); }
.story-points { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; margin: 34px 0; }
.story-point { padding-top: 18px; border-top: 1px solid rgba(255,255,255,.18); }
.story-point strong { display: block; color: var(--rose); font-family: Georgia, serif; font-size: 1.6rem; font-weight: 500; }
.story-point span { color: rgba(255,255,255,.7); font-size: .8rem; }

.reviews-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.review { padding: 32px; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; }
.stars { margin-bottom: 20px; color: var(--gold); letter-spacing: .2em; }
.review blockquote { margin: 0 0 26px; font-family: Georgia, serif; font-size: 1.22rem; line-height: 1.45; }
.review cite { color: var(--ink-soft); font-size: .78rem; font-style: normal; font-weight: 700; }

.newsletter { padding: 40px 0 90px; }
.newsletter-inner { display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: 70px; padding: 62px; border-radius: 30px; background: var(--berry); color: #fff; }
.newsletter h2 { margin-bottom: 12px; font-size: clamp(2rem, 4vw, 3.7rem); font-weight: 500; }
.newsletter p { margin-bottom: 0; color: rgba(255,255,255,.75); }
.newsletter-form { display: flex; gap: 10px; }
.newsletter-form input[type="email"] { min-width: 0; flex: 1; min-height: 54px; padding: 0 20px; border: 1px solid rgba(255,255,255,.45); border-radius: 999px; outline: none; background: rgba(255,255,255,.1); color: #fff; }
.newsletter-form input::placeholder { color: rgba(255,255,255,.72); }
.newsletter-form input:focus { border-color: #fff; box-shadow: 0 0 0 3px rgba(255,255,255,.16); }
.newsletter-consent { margin-top: 12px !important; font-size: .7rem; }
.newsletter-message { margin-bottom: 12px !important; padding: 9px 14px; border-radius: 10px; background: rgba(255,255,255,.15); font-size: .8rem; }

.site-footer { padding-top: 72px; background: #24191b; color: #fff; }
.footer-grid { display: grid; grid-template-columns: 1.25fr .7fr .7fr 1fr; gap: 60px; padding-bottom: 64px; }
.footer-brand .site-logo { margin-bottom: 20px; }
.footer-brand p { max-width: 330px; color: rgba(255,255,255,.6); font-size: .84rem; }
.footer-title { margin-bottom: 20px; font-family: Inter, sans-serif; font-size: .77rem; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.footer-links { margin: 0; padding: 0; list-style: none; }
.footer-links li { margin-bottom: 10px; }
.footer-links a { color: rgba(255,255,255,.65); font-size: .83rem; }
.footer-links a:hover { color: var(--rose); }
.footer-contact p { margin-bottom: 8px; color: rgba(255,255,255,.65); font-size: .83rem; }
.social-links { display: flex; gap: 9px; margin-top: 20px; }
.social-links a { display: grid; width: 37px; height: 37px; place-items: center; border: 1px solid rgba(255,255,255,.2); border-radius: 50%; font-size: .7rem; font-weight: 900; }
.footer-bottom { display: flex; min-height: 66px; align-items: center; justify-content: space-between; gap: 20px; border-top: 1px solid rgba(255,255,255,.12); color: rgba(255,255,255,.45); font-size: .72rem; }
.payment-list { display: flex; gap: 8px; }
.payment-list span { padding: 4px 7px; border: 1px solid rgba(255,255,255,.18); border-radius: 5px; color: rgba(255,255,255,.7); font-size: .6rem; font-weight: 900; }

.content-area { padding: 80px 0 110px; }
.page-header { margin-bottom: 45px; text-align: center; }
.page-header h1 { margin-bottom: 12px; font-size: clamp(2.6rem, 6vw, 5rem); font-weight: 500; }
.entry-content { max-width: 820px; margin-inline: auto; }
.entry-content > * { margin-bottom: 1.4em; }
.entry-content h2 { margin-top: 1.5em; font-size: 2rem; }
.entry-content a:not(.button) { color: var(--berry); text-decoration: underline; }
.entry-content details { margin-bottom: 14px; padding: 20px 22px; border: 1px solid var(--line); border-radius: 14px; background: #fff; }
.entry-content summary { cursor: pointer; color: var(--ink); font-weight: 800; }
.entry-content details p { margin: 14px 0 0; color: var(--ink-soft); }
.interdit-contact-wrap { margin-top: 34px; padding: 34px; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; box-shadow: var(--shadow); }
.interdit-contact-form p { margin-bottom: 20px; }
.interdit-contact-form label { display: block; margin-bottom: 7px; color: var(--ink); font-size: .84rem; font-weight: 800; }
.interdit-contact-form input[type="text"], .interdit-contact-form input[type="email"], .interdit-contact-form textarea { width: 100%; padding: 13px 15px; border: 1px solid var(--line); border-radius: 10px; outline: none; background: var(--cream); color: var(--ink); }
.interdit-contact-form input:focus, .interdit-contact-form textarea:focus { border-color: var(--berry); box-shadow: 0 0 0 3px rgba(123,18,52,.1); }
.contact-fields { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.contact-honeypot { position: absolute; left: -9999px; }
.contact-consent label { display: flex; align-items: flex-start; gap: 9px; font-weight: 500; }
.contact-notice { padding: 13px 16px; border-radius: 10px; font-weight: 700; }
.contact-success { background: #e4f4e8; color: #285b34; }
.contact-error { background: #f9e3e5; color: #7b1234; }
.posts-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.post-card { overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; }
.post-card img { width: 100%; aspect-ratio: 1.5; object-fit: cover; }
.post-card-content { padding: 25px; }
.post-card h2 { font-size: 1.5rem; }
.post-meta { color: var(--ink-soft); font-size: .75rem; }
.error-404 { padding: 140px 0; text-align: center; }
.error-404 h1 { font-size: clamp(4rem, 12vw, 9rem); color: var(--rose); }

/* WooCommerce */
.woocommerce .woocommerce-breadcrumb { margin-bottom: 30px; color: var(--ink-soft); font-size: .75rem; }
.woocommerce .woocommerce-result-count, .woocommerce .woocommerce-ordering { margin-bottom: 35px; }
.woocommerce .woocommerce-ordering select, .woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea, .woocommerce form .form-row select, .select2-container .select2-selection--single {
  min-height: 48px; padding: 10px 14px; border: 1px solid var(--line); border-radius: 10px; background: #fff;
}
.woocommerce ul.products { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px 22px; margin: 0; }
.woocommerce ul.products::before, .woocommerce ul.products::after { display: none; }
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product { float: none; width: auto; margin: 0; }
.woocommerce ul.products li.product a img { margin-bottom: 18px; border-radius: var(--radius); background: var(--rose-soft); transition: transform .35s ease; }
.woocommerce ul.products li.product:hover a img { transform: translateY(-5px); }
.woocommerce ul.products li.product .woocommerce-loop-product__title { padding: 0; color: var(--ink); font-family: Inter, sans-serif; font-size: 1rem; font-weight: 800; }
.woocommerce ul.products li.product .price, .woocommerce div.product p.price, .woocommerce div.product span.price { color: var(--berry); font-size: .95rem; font-weight: 900; }
.woocommerce ul.products li.product .button { margin-top: 12px; }
.woocommerce span.onsale { top: 14px; left: 14px; min-width: auto; min-height: auto; padding: 7px 11px; border-radius: 999px; background: var(--berry); font-size: .68rem; line-height: 1; }
.woocommerce div.product { margin-top: 18px; }
.woocommerce div.product div.images img { border-radius: var(--radius); }
.woocommerce div.product .product_title { font-size: clamp(2.5rem, 5vw, 4.8rem); font-weight: 500; }
.woocommerce div.product form.cart .button { min-height: 52px; }
.woocommerce .quantity .qty { min-height: 50px; border: 1px solid var(--line); border-radius: 8px; }
.woocommerce-message, .woocommerce-info { border-top-color: var(--berry); background: var(--rose-soft); }
.woocommerce-message::before, .woocommerce-info::before { color: var(--berry); }
.woocommerce table.shop_table { border-color: var(--line); border-radius: 16px; background: #fff; }
.woocommerce table.shop_table th, .woocommerce table.shop_table td { padding: 16px; }
.woocommerce-cart .cart-collaterals .cart_totals { padding: 26px; border-radius: var(--radius); background: #fff; }
#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment { border-radius: var(--radius); background: var(--rose-soft); }

@media (max-width: 980px) {
  .menu-toggle { display: inline-flex; }
  .header-inner { grid-template-columns: 1fr auto 1fr; }
  .primary-navigation { position: fixed; top: 0; right: 0; bottom: 0; z-index: 100; width: min(86vw, 380px); padding: 100px 36px 40px; background: var(--cream); box-shadow: -30px 0 70px rgba(46,32,35,.16); transform: translateX(110%); transition: transform .3s ease; }
  .primary-navigation.is-open { transform: translateX(0); }
  .primary-navigation ul { flex-direction: column; align-items: flex-start; gap: 24px; }
  .primary-navigation a { font-family: Georgia, serif; font-size: 1.7rem; font-weight: 500; }
  .menu-toggle { position: relative; z-index: 120; }
  .hero, .hero .container, .hero-grid { min-height: 680px; }
  .hero-grid { grid-template-columns: 1fr 1fr; gap: 20px; }
  .hero::after { background: linear-gradient(90deg, rgba(255,249,247,.98) 0%, rgba(255,249,247,.79) 48%, rgba(255,249,247,.08) 100%); }
  .hero-copy { max-width: 540px; }
  .hero-product { max-width: 410px; }
  .trust-grid { grid-template-columns: repeat(2, 1fr); }
  .trust-item:nth-child(2) { border-right: 0; }
  .trust-item:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .shade-layout, .story-layout, .newsletter-inner, .featured-product { grid-template-columns: 1fr; gap: 45px; }
  .story-visual { min-height: 500px; }
  .footer-grid { grid-template-columns: 1.2fr 1fr 1fr; }
  .footer-contact { grid-column: 1 / -1; }
  .woocommerce ul.products { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 700px) {
  .container { width: min(calc(100% - 28px), var(--container)); }
  .header-inner { min-height: 68px; gap: 8px; }
  .site-logo { font-size: 1.42rem; }
  .account-link { display: none; }
  .hero, .hero .container, .hero-grid { min-height: auto; }
  .hero { background-position: center; }
  .hero::after { background: linear-gradient(180deg, rgba(255,249,247,.94) 0%, rgba(255,249,247,.72) 55%, rgba(255,249,247,.18) 100%); }
  .hero-grid { grid-template-columns: 1fr; padding: 58px 0 42px; }
  .hero-copy { padding: 0; }
  .hero-product { justify-self: center; max-width: 360px; }
  .hero-product img { max-height: 440px; }
  .hero h1 { font-size: clamp(3.2rem, 16vw, 5rem); }
  .hero-text { max-width: 88%; }
  .hero-note { max-width: 280px; gap: 8px; }
  .trust-grid { grid-template-columns: 1fr 1fr; }
  .trust-item { flex-direction: column; gap: 6px; text-align: center; }
  .products-section, .shade-section, .story-section, .reviews-section { padding: 78px 0; }
  .products-head { display: block; }
  .products-head > .text-link { margin-bottom: 32px; }
  .products-grid, .reviews-grid, .posts-grid { grid-template-columns: 1fr; }
  .featured-product { padding: 18px; }
  .featured-product-media, .featured-product-media img { min-height: 420px; }
  .interdit-contact-wrap { padding: 24px 18px; }
  .contact-fields { grid-template-columns: 1fr; gap: 0; }
  .shade-cards { grid-template-columns: 1fr; }
  .shade-card { min-height: auto; }
  .shade-swatch { margin-bottom: 28px; }
  .story-visual { min-height: 400px; }
  .story-points { grid-template-columns: 1fr; }
  .newsletter { padding-bottom: 60px; }
  .newsletter-inner { padding: 38px 24px; }
  .newsletter-form { flex-direction: column; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 42px 25px; }
  .footer-brand, .footer-contact { grid-column: 1 / -1; }
  .footer-bottom { flex-direction: column; align-items: flex-start; padding: 20px 0; }
  .woocommerce ul.products { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; }
}
