:root {
  --green-950: #0d2e27;
  --green-900: #143b32;
  --green-800: #1b4a3e;
  --green-700: #2a6253;
  --gold: #c5a05c;
  --gold-dark: #a78345;
  --beige: #f6f1e7;
  --beige-2: #eee5d5;
  --cream: #fbf9f4;
  --white: #ffffff;
  --ink: #202724;
  --muted: #66706b;
  --line: #dedfd9;
  --shadow: 0 20px 60px rgba(13, 46, 39, 0.10);
  --radius: 18px;
  --container: 1200px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--cream); font-family: Inter, Arial, sans-serif; font-size: 16px; line-height: 1.7; -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; height: auto; }
svg { width: 1em; height: 1em; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
button, input, select, textarea { font: inherit; }
.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.narrow { max-width: 860px; }
.section { padding: 96px 0; }
.screen-reader-text, .skip-link:not(:focus) { position: absolute !important; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link:focus { position: fixed; top: 12px; left: 12px; z-index: 9999; background: white; padding: 10px 14px; border-radius: 6px; }

h1, h2, h3, h4 { color: var(--green-950); font-family: "DM Serif Display", Georgia, serif; font-weight: 400; line-height: 1.08; margin: 0 0 18px; }
h1 { font-size: clamp(3rem, 6vw, 5.8rem); letter-spacing: -0.04em; }
h2 { font-size: clamp(2.25rem, 4vw, 4rem); letter-spacing: -0.03em; }
h3 { font-size: 1.55rem; }
p { margin: 0 0 20px; }
.eyebrow { color: var(--green-700); font-size: .76rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; margin-bottom: 14px; }
.eyebrow.light { color: #d9c18e; }

.button, button.button, input[type="submit"], .woocommerce a.button, .woocommerce button.button, .woocommerce input.button { display: inline-flex; align-items: center; justify-content: center; min-height: 50px; padding: 13px 24px; border: 1px solid var(--green-900); border-radius: 8px; background: var(--green-900); color: white; font-weight: 700; line-height: 1.2; cursor: pointer; transition: .22s ease; }
.button:hover, button.button:hover, input[type="submit"]:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover { transform: translateY(-2px); background: var(--green-700); color: white; }
.button-gold { background: var(--gold); border-color: var(--gold); color: var(--green-950); }
.button-gold:hover { background: #d2b273; border-color: #d2b273; color: var(--green-950); }
.button-outline { background: transparent; color: var(--green-900); }
.text-link { display: inline-flex; align-items: center; gap: 9px; color: white; font-weight: 700; }
.text-link span { transition: transform .2s ease; }
.text-link:hover span { transform: translateX(4px); }
.text-link.dark { color: var(--green-900); }

.announcement-bar { background: var(--green-950); color: #e9efe9; font-size: .78rem; }
.announcement-inner { min-height: 36px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.announcement-inner a { color: #f1d59f; }
.site-header { position: relative; z-index: 100; background: rgba(255,255,255,.98); border-bottom: 1px solid rgba(20,59,50,.09); }
.header-main { min-height: 92px; display: grid; grid-template-columns: 270px 1fr 240px; align-items: center; gap: 32px; }
.site-branding { min-width: 0; }
.raiova-brand { display: inline-flex; align-items: center; gap: 12px; }
.raiova-brand-mark { width: 48px; height: 48px; display: grid; place-items: center; color: var(--green-900); }
.raiova-brand-mark svg { width: 100%; height: 100%; fill: currentColor; stroke: none; }
.raiova-brand-mark svg .leaf { fill: var(--gold); }
.raiova-brand-copy { display: flex; flex-direction: column; line-height: .9; }
.raiova-brand-copy strong { color: var(--green-950); font-family: "DM Serif Display", Georgia, serif; font-size: 1.75rem; font-weight: 400; }
.raiova-brand-copy small { margin-top: 7px; color: var(--gold-dark); font-size: .66rem; font-weight: 700; letter-spacing: .3em; text-transform: uppercase; }
.custom-logo { max-height: 64px; width: auto; }
.header-search .woocommerce-product-search, .search-form { position: relative; display: flex; width: 100%; }
.header-search input[type="search"], .search-field { width: 100%; min-height: 48px; padding: 0 54px 0 18px; border: 1px solid #dfe4df; border-radius: 999px; background: #f7f8f5; color: var(--ink); outline: none; }
.header-search input[type="search"]:focus, .search-field:focus { border-color: var(--green-700); box-shadow: 0 0 0 3px rgba(42,98,83,.10); }
.header-search button, .search-submit { position: absolute; right: 4px; top: 4px; width: 40px; height: 40px; display: grid; place-items: center; border: 0; border-radius: 50%; background: var(--green-900); color: white; cursor: pointer; }
.header-search button svg, .search-submit svg { width: 18px; height: 18px; }
.header-actions { display: flex; justify-content: flex-end; align-items: center; gap: 22px; }
.header-icon { position: relative; display: flex; align-items: center; gap: 7px; color: var(--green-950); font-size: .82rem; font-weight: 600; }
.header-icon svg { width: 21px; height: 21px; }
.header-icon b { position: absolute; top: -11px; left: 15px; min-width: 18px; height: 18px; display: grid; place-items: center; border-radius: 50%; background: var(--gold); color: var(--green-950); font-size: .64rem; }
.menu-toggle { display: none; width: 42px; height: 42px; padding: 9px; border: 0; background: transparent; }
.menu-toggle > span:not(.screen-reader-text) { display: block; height: 2px; margin: 5px 0; background: var(--green-950); }
.nav-wrap { border-top: 1px solid #eef0ec; }
.primary-navigation ul { margin: 0; padding: 0; list-style: none; display: flex; align-items: center; gap: 34px; }
.primary-navigation > ul { min-height: 52px; }
.primary-navigation li { position: relative; }
.primary-navigation a { display: block; padding: 14px 0; color: #32413c; font-size: .85rem; font-weight: 600; }
.primary-navigation a:hover, .primary-navigation .current-menu-item > a { color: var(--gold-dark); }
.primary-navigation .sub-menu { display: none; position: absolute; top: 100%; left: -18px; width: 230px; padding: 12px 18px; background: white; box-shadow: var(--shadow); border-radius: 10px; }
.primary-navigation li:hover > .sub-menu, .primary-navigation li:focus-within > .sub-menu { display: block; }
.primary-navigation .sub-menu li { width: 100%; }
.primary-navigation .sub-menu a { padding: 9px 0; }

.hero-section { position: relative; overflow: hidden; min-height: 680px; display: flex; align-items: center; padding: 86px 0 92px; color: white; background: linear-gradient(125deg, #102f28 0%, #173f35 58%, #235748 100%); }
.hero-glow { position: absolute; border-radius: 50%; filter: blur(1px); opacity: .5; }
.hero-glow-one { width: 500px; height: 500px; right: -180px; top: -200px; background: radial-gradient(circle, rgba(197,160,92,.45), transparent 67%); }
.hero-glow-two { width: 470px; height: 470px; left: -200px; bottom: -300px; background: radial-gradient(circle, rgba(255,255,255,.13), transparent 70%); }
.hero-grid { position: relative; display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: 70px; }
.hero-copy { max-width: 670px; }
.hero-copy .eyebrow { color: #e2c792; }
.hero-copy h1 { color: white; }
.hero-copy h1 em { color: #e4ca96; font-style: normal; }
.hero-lead { max-width: 620px; color: #dce8e3; font-size: 1.13rem; line-height: 1.8; }
.hero-actions { display: flex; align-items: center; gap: 26px; margin-top: 32px; }
.hero-trust { display: flex; flex-wrap: wrap; gap: 22px; margin-top: 38px; color: #d7e3de; font-size: .78rem; }
.hero-trust b { color: var(--gold); margin-right: 5px; }
.hero-visual { position: relative; min-height: 480px; }
.visual-card { position: absolute; border: 1px solid rgba(255,255,255,.24); border-radius: 28px; box-shadow: 0 35px 80px rgba(0,0,0,.22); }
.visual-main { inset: 20px 30px 20px 20px; overflow: hidden; padding: 28px; background: linear-gradient(145deg, #f3eadb, #e8dac3); transform: rotate(2deg); }
.visual-label { display: inline-flex; padding: 7px 12px; border-radius: 999px; background: rgba(255,255,255,.82); color: var(--green-900); font-size: .7rem; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; }
.room-scene { position: relative; height: 360px; margin-top: 18px; border-radius: 20px; overflow: hidden; background: linear-gradient(#e6ddcf 0 64%, #c7b494 64%); }
.room-scene::before { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(255,255,255,.22) 1px, transparent 1px), linear-gradient(rgba(255,255,255,.22) 1px, transparent 1px); background-size: 48px 48px; }
.shelf { position: absolute; left: 11%; right: 11%; height: 8px; background: #775c43; box-shadow: 0 5px 10px rgba(54,39,27,.18); }
.shelf-one { top: 30%; }
.shelf-two { top: 55%; }
.jar { position: absolute; left: 10%; bottom: 8px; width: 42px; height: 55px; border-radius: 9px 9px 14px 14px; background: #fbf7ee; border: 3px solid #9ca39c; }
.jar.small { left: 28%; width: 34px; height: 43px; background: #b7c9ba; }
.plant { position: absolute; right: 12%; bottom: 8px; width: 50px; height: 35px; border-radius: 5px 5px 18px 18px; background: #b67852; }
.plant::before, .plant::after, .plant i { content: ""; position: absolute; bottom: 28px; width: 28px; height: 54px; border-radius: 80% 0 80% 0; background: #456c4d; transform-origin: bottom center; }
.plant::before { left: 18px; transform: rotate(-25deg); }
.plant::after { left: 4px; transform: rotate(28deg) scale(.85); }
.plant i { left: 12px; transform: rotate(4deg) scale(.75); }
.book { position: absolute; left: 12%; bottom: 8px; width: 95px; height: 19px; background: #416456; border-radius: 3px; }
.book.gold { left: 18%; bottom: 28px; width: 78px; background: #caa767; }
.basket { position: absolute; right: 13%; bottom: 8px; width: 84px; height: 54px; border-radius: 10px 10px 16px 16px; background: repeating-linear-gradient(90deg, #b78a5b 0 7px, #d0a875 7px 13px); }
.counter { position: absolute; left: 8%; right: 8%; bottom: 0; height: 92px; background: #5b4839; border-radius: 7px 7px 0 0; }
.bowl { position: absolute; left: 18%; bottom: 38px; width: 84px; height: 34px; border-radius: 0 0 45px 45px; background: #ebe6dd; }
.bottle { position: absolute; right: 20%; bottom: 35px; width: 30px; height: 76px; border-radius: 6px 6px 12px 12px; background: #4e7668; }
.bottle::before { content: ""; position: absolute; left: 8px; top: -15px; width: 14px; height: 18px; border-radius: 4px 4px 0 0; background: #c9b080; }
.floating-card { position: absolute; z-index: 2; display: flex; align-items: center; gap: 11px; min-width: 190px; padding: 14px 16px; border-radius: 14px; background: rgba(255,255,255,.94); color: var(--green-950); box-shadow: 0 20px 45px rgba(0,0,0,.18); }
.floating-top { right: -5px; top: 2px; }
.floating-bottom { left: -20px; bottom: 15px; }
.floating-card strong, .floating-card small { display: block; }
.floating-card strong { font-size: .8rem; }
.floating-card small { color: var(--muted); font-size: .67rem; }
.mini-icon { width: 35px; height: 35px; display: grid; place-items: center; border-radius: 50%; background: var(--beige); color: var(--gold-dark); }

.trust-strip { background: white; border-bottom: 1px solid #e9ebe7; }
.trust-grid { display: grid; grid-template-columns: repeat(4,1fr); }
.trust-grid > div { display: flex; align-items: center; gap: 14px; padding: 25px 28px; border-right: 1px solid #e9ebe7; }
.trust-grid > div:first-child { border-left: 1px solid #e9ebe7; }
.trust-grid svg { flex: 0 0 31px; width: 31px; height: 31px; color: var(--gold-dark); }
.trust-grid strong, .trust-grid small { display: block; }
.trust-grid strong { color: var(--green-950); font-size: .82rem; }
.trust-grid small { color: var(--muted); font-size: .68rem; line-height: 1.4; }

.section-heading { display: flex; justify-content: space-between; align-items: end; gap: 32px; margin-bottom: 46px; }
.section-heading h2 { margin-bottom: 12px; }
.section-heading p:not(.eyebrow) { max-width: 650px; color: var(--muted); margin-bottom: 0; }
.categories-section { background: var(--cream); }
.category-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 18px; }
.category-card { position: relative; min-height: 280px; overflow: hidden; padding: 30px 28px; border: 1px solid #e3e0d8; border-radius: var(--radius); background: white; transition: .25s ease; }
.category-card::after { content: ""; position: absolute; right: -50px; bottom: -65px; width: 150px; height: 150px; border-radius: 50%; background: var(--beige); transition: .25s ease; }
.category-card:hover { transform: translateY(-7px); border-color: rgba(197,160,92,.7); box-shadow: var(--shadow); }
.category-card:hover::after { transform: scale(1.2); background: #f1e4ca; }
.category-icon { width: 58px; height: 58px; display: grid; place-items: center; margin-bottom: 35px; border-radius: 16px; background: var(--beige); color: var(--green-700); }
.category-icon svg { width: 31px; height: 31px; }
.category-card h3 { font-family: Inter, Arial, sans-serif; font-size: 1.02rem; font-weight: 700; letter-spacing: -.01em; }
.category-card p { color: var(--muted); font-size: .82rem; line-height: 1.65; }
.card-arrow { position: absolute; z-index: 1; left: 28px; bottom: 24px; color: var(--green-900); font-size: .75rem; font-weight: 700; }
.card-arrow b { margin-left: 5px; color: var(--gold-dark); }

.story-section { background: white; }
.story-grid { display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: 100px; }
.story-visual { position: relative; min-height: 460px; border-radius: 30px; background: linear-gradient(145deg, #e8ddca, #f8f4eb); }
.story-visual::before { content: ""; position: absolute; inset: 30px; border: 1px solid rgba(20,59,50,.15); border-radius: 23px; }
.story-block { position: absolute; left: 50%; top: 48%; transform: translate(-50%,-50%); text-align: center; }
.story-block span { width: 145px; height: 145px; display: grid; place-items: center; margin: auto; border-radius: 50%; background: var(--green-900); color: var(--gold); font-family: "DM Serif Display", serif; font-size: 6rem; box-shadow: 0 25px 50px rgba(20,59,50,.22); }
.story-block p { margin-top: 18px; color: var(--green-900); font-size: .75rem; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; }
.story-note { position: absolute; right: -25px; bottom: 28px; max-width: 260px; padding: 18px 20px; border-radius: 12px; background: white; box-shadow: var(--shadow); }
.story-note strong, .story-note small { display: block; }
.story-note strong { color: var(--green-950); font-size: .84rem; }
.story-note small { color: var(--muted); font-size: .7rem; }
.story-copy p:not(.eyebrow) { color: #58635e; }
.story-copy .button { margin-top: 10px; }

.products-section { background: var(--beige); }
.collection-empty { display: flex; align-items: center; justify-content: space-between; gap: 30px; padding: 45px; border: 1px dashed #b8b7b0; border-radius: var(--radius); background: rgba(255,255,255,.62); }
.collection-empty span { color: var(--gold-dark); font-size: .72rem; font-weight: 700; letter-spacing: .12em; }
.collection-empty h3 { margin: 5px 0 8px; }
.collection-empty p { color: var(--muted); margin: 0; }
.woocommerce ul.products { display: grid; grid-template-columns: repeat(4,1fr); gap: 22px; margin: 0; }
.woocommerce ul.products::before, .woocommerce ul.products::after { display: none; }
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product { width: auto; float: none; margin: 0; padding: 0 0 22px; overflow: hidden; border-radius: 14px; background: white; box-shadow: 0 8px 30px rgba(13,46,39,.06); }
.woocommerce ul.products li.product a img { margin: 0 0 18px; aspect-ratio: 1/1; object-fit: cover; background: #f1eee7; }
.woocommerce ul.products li.product .woocommerce-loop-product__title { padding: 0 20px; color: var(--green-950); font-family: Inter, sans-serif; font-size: .92rem; font-weight: 700; }
.woocommerce ul.products li.product .price { padding: 0 20px; color: var(--gold-dark); font-size: .9rem; font-weight: 700; }
.woocommerce ul.products li.product .button { margin: 8px 20px 0; min-height: 42px; padding: 10px 15px; font-size: .74rem; }
.woocommerce span.onsale { min-width: auto; min-height: auto; top: 12px; left: 12px; margin: 0; padding: 5px 10px; border-radius: 999px; background: var(--gold); color: var(--green-950); font-size: .68rem; line-height: 1.2; }

.values-section { padding: 105px 0; color: white; background: var(--green-950); }
.values-intro { max-width: 650px; margin-bottom: 55px; }
.values-intro h2 { color: white; }
.values-grid { display: grid; grid-template-columns: repeat(4,1fr); border-top: 1px solid rgba(255,255,255,.15); }
.values-grid article { padding: 36px 28px 10px 0; border-right: 1px solid rgba(255,255,255,.15); }
.values-grid article:not(:first-child) { padding-left: 28px; }
.values-grid article:last-child { border-right: 0; }
.values-grid span { color: var(--gold); font-size: .68rem; font-weight: 700; letter-spacing: .16em; }
.values-grid h3 { margin-top: 28px; color: white; font-family: Inter, sans-serif; font-size: 1rem; font-weight: 700; }
.values-grid p { color: #bfcfc8; font-size: .8rem; line-height: 1.7; }

.supplier-section { background: white; }
.supplier-card { display: grid; grid-template-columns: 1.35fr .65fr; gap: 70px; align-items: center; padding: 62px 70px; border-radius: 24px; background: linear-gradient(130deg, #f5efe3, #ece0cb); }
.supplier-card h2 { max-width: 700px; }
.supplier-card p:not(.eyebrow) { max-width: 720px; color: #59635e; }
.supplier-tags { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 28px; }
.supplier-tags span { padding: 7px 11px; border: 1px solid rgba(20,59,50,.18); border-radius: 999px; color: var(--green-900); font-size: .66rem; font-weight: 700; }
.supplier-action { text-align: center; }
.supplier-mark { width: 105px; height: 105px; display: grid; place-items: center; margin: 0 auto 23px; border-radius: 50%; background: var(--green-900); color: var(--gold); font-family: "DM Serif Display", serif; font-size: 4.5rem; box-shadow: 0 20px 45px rgba(20,59,50,.18); }
.supplier-action .button { width: 100%; }
.supplier-action small { display: block; margin-top: 12px; color: var(--muted); font-size: .68rem; }

.newsletter-section { padding: 72px 0; background: #234f43; color: white; }
.newsletter-inner { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 80px; }
.newsletter-inner h2 { color: white; font-size: clamp(2rem,3vw,3rem); }
.newsletter-form { display: grid; grid-template-columns: 1fr auto; gap: 10px; }
.newsletter-form input { min-height: 52px; padding: 0 17px; border: 1px solid rgba(255,255,255,.28); border-radius: 8px; background: rgba(255,255,255,.11); color: white; }
.newsletter-form input::placeholder { color: #cfdbd6; }
.newsletter-form button { min-height: 52px; padding: 0 22px; border: 0; border-radius: 8px; background: var(--gold); color: var(--green-950); font-weight: 700; }
.newsletter-form small { grid-column: 1/-1; color: #b8cac2; font-size: .65rem; }

.page-hero, .shop-hero { padding: 78px 0; background: linear-gradient(120deg, var(--green-950), var(--green-700)); }
.page-hero h1, .shop-hero h1 { color: white; font-size: clamp(2.7rem,5vw,4.8rem); }
.page-hero .eyebrow, .shop-hero .eyebrow { color: #e0c790; }
.raiova-content { font-size: .98rem; }
.raiova-content h2 { margin-top: 50px; font-size: 2.2rem; }
.raiova-content h3 { margin-top: 34px; font-family: Inter, sans-serif; font-size: 1.15rem; font-weight: 700; }
.raiova-content ul, .raiova-content ol { padding-left: 22px; }
.raiova-content a { color: var(--gold-dark); text-decoration: underline; }
.content-card, .raiova-content { padding: 46px; border-radius: var(--radius); background: white; box-shadow: 0 10px 45px rgba(13,46,39,.06); }
.empty-state { padding: 80px 30px; text-align: center; border-radius: var(--radius); background: white; }
.empty-state > span { color: var(--gold); font-family: "DM Serif Display", serif; font-size: 6rem; }

.raiova-form { display: grid; grid-template-columns: repeat(2,1fr); gap: 20px; margin-top: 30px; }
.raiova-form .full { grid-column: 1/-1; }
.raiova-form label { display: block; color: var(--green-950); font-size: .78rem; font-weight: 700; }
.raiova-form input, .raiova-form select, .raiova-form textarea { width: 100%; margin-top: 6px; padding: 12px 14px; border: 1px solid #d9ddd8; border-radius: 7px; background: white; color: var(--ink); }
.raiova-form textarea { min-height: 150px; resize: vertical; }
.raiova-form input:focus, .raiova-form select:focus, .raiova-form textarea:focus { outline: 0; border-color: var(--green-700); box-shadow: 0 0 0 3px rgba(42,98,83,.1); }
.raiova-notice { padding: 14px 16px; margin: 20px 0; border-radius: 8px; background: #e7f2ed; color: #1c5a45; }
.raiova-notice.error { background: #f7e8e6; color: #8e352d; }
.raiova-hp { position: absolute !important; left: -9999px !important; }

.site-footer { background: #0b2822; color: #b8c8c2; }
.footer-grid { display: grid; grid-template-columns: 1.4fr repeat(3,.7fr); gap: 55px; padding: 78px 0 60px; }
.footer-brand .raiova-brand-copy strong { color: white; }
.footer-brand > p { max-width: 390px; font-size: .8rem; }
.footer-company { margin-top: 25px; color: #95aaa2; }
.footer-column h2 { color: white; font-family: Inter, sans-serif; font-size: .78rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.footer-column ul { margin: 0; padding: 0; list-style: none; }
.footer-column li { margin: 8px 0; }
.footer-column a { color: #b8c8c2; font-size: .77rem; }
.footer-column a:hover { color: #e1c68f; }
.footer-email { display: inline-block; margin-top: 16px; color: #e1c68f !important; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.1); }
.footer-bottom .container { min-height: 64px; display: flex; justify-content: space-between; align-items: center; gap: 20px; }
.footer-bottom p { margin: 0; color: #81978e; font-size: .68rem; }

/* WooCommerce */
.woocommerce .woocommerce-breadcrumb { color: var(--muted); font-size: .75rem; }
.woocommerce .woocommerce-breadcrumb a { color: var(--green-700); }
.woocommerce .woocommerce-result-count, .woocommerce .woocommerce-ordering { margin-bottom: 30px; }
.woocommerce .woocommerce-ordering select { min-height: 42px; padding: 7px 34px 7px 12px; border: 1px solid #d8dcd7; border-radius: 7px; background: white; }
.single-product div.product { display: grid; grid-template-columns: 1fr 1fr; gap: 65px; }
.single-product div.product .woocommerce-product-gallery, .single-product div.product .summary { width: auto !important; float: none !important; }
.woocommerce div.product .product_title { font-size: clamp(2.2rem,4vw,3.8rem); }
.woocommerce div.product p.price, .woocommerce div.product span.price { color: var(--gold-dark); font-size: 1.25rem; font-weight: 700; }
.woocommerce div.product form.cart .button { min-height: 48px; }
.woocommerce .quantity .qty { min-height: 48px; border: 1px solid #d9ddd8; border-radius: 7px; }
.woocommerce div.product .woocommerce-tabs ul.tabs { padding: 0; }
.woocommerce div.product .woocommerce-tabs ul.tabs li { border: 0; background: transparent; }
.woocommerce-message, .woocommerce-info, .woocommerce-error { border-top-color: var(--gold); background: white; border-radius: 8px; }
.woocommerce-message::before, .woocommerce-info::before { color: var(--green-700); }
.woocommerce-cart table.cart td.actions .coupon .input-text { min-height: 48px; width: 170px; }
.woocommerce table.shop_table { border-color: #dfe2dd; background: white; }
.woocommerce form.checkout_coupon, .woocommerce form.login, .woocommerce form.register { border-color: #dfe2dd; border-radius: 10px; background: white; }
.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea, .select2-container--default .select2-selection--single { min-height: 48px; padding: 10px 12px; border: 1px solid #d8dcd7; border-radius: 7px; background: white; }
.select2-container--default .select2-selection--single .select2-selection__rendered { line-height: 27px; }

@media (max-width: 1050px) {
  .header-main { grid-template-columns: 230px 1fr auto; gap: 20px; }
  .header-icon span { display: none; }
  .hero-grid { gap: 35px; }
  .trust-grid { grid-template-columns: repeat(2,1fr); }
  .category-grid { grid-template-columns: repeat(2,1fr); }
  .story-grid { gap: 55px; }
  .values-grid { grid-template-columns: repeat(2,1fr); }
  .values-grid article:nth-child(2) { border-right: 0; }
  .footer-grid { grid-template-columns: 1.2fr repeat(3,.8fr); gap: 30px; }
}

@media (max-width: 780px) {
  .container { width: min(calc(100% - 28px), var(--container)); }
  .section { padding: 70px 0; }
  .announcement-inner { justify-content: center; text-align: center; }
  .announcement-inner a { display: none; }
  .header-main { min-height: 76px; grid-template-columns: 1fr auto; }
  .header-search { grid-column: 1/-1; grid-row: 2; padding-bottom: 13px; }
  .header-actions { gap: 14px; }
  .menu-toggle { display: block; }
  .nav-wrap { border: 0; }
  .primary-navigation { position: fixed; inset: 112px 0 0; display: none; padding: 24px; overflow-y: auto; background: white; }
  .primary-navigation.is-open { display: block; }
  .primary-navigation ul { display: block; }
  .primary-navigation > ul { min-height: 0; }
  .primary-navigation a { padding: 12px 0; font-size: 1rem; border-bottom: 1px solid #edf0ec; }
  .primary-navigation .sub-menu { position: static; display: block; width: auto; padding: 0 0 0 16px; box-shadow: none; }
  .hero-section { padding: 70px 0; }
  .hero-grid { grid-template-columns: 1fr; }
  .hero-copy { text-align: center; }
  .hero-lead { margin-inline: auto; }
  .hero-actions, .hero-trust { justify-content: center; }
  .hero-visual { min-height: 430px; margin-top: 20px; }
  .trust-grid { grid-template-columns: 1fr 1fr; }
  .section-heading { display: block; }
  .section-heading .text-link { margin-top: 18px; }
  .story-grid, .supplier-card, .newsletter-inner, .single-product div.product { grid-template-columns: 1fr; }
  .story-visual { min-height: 390px; }
  .story-note { right: 10px; }
  .supplier-card { padding: 45px 28px; gap: 38px; }
  .woocommerce ul.products { grid-template-columns: repeat(2,1fr); }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1/-1; }
}

@media (max-width: 520px) {
  h1 { font-size: 3.25rem; }
  h2 { font-size: 2.45rem; }
  .raiova-brand-mark { width: 40px; height: 40px; }
  .raiova-brand-copy strong { font-size: 1.48rem; }
  .header-main { grid-template-columns: 1fr auto; }
  .header-icon { display: none; }
  .hero-actions { flex-direction: column; }
  .hero-visual { min-height: 350px; }
  .visual-main { inset: 15px 3px; padding: 17px; }
  .room-scene { height: 280px; }
  .floating-card { min-width: 165px; padding: 10px; }
  .floating-top { right: -4px; }
  .floating-bottom { left: -4px; bottom: 0; }
  .trust-grid, .category-grid, .values-grid, .newsletter-form, .raiova-form { grid-template-columns: 1fr; }
  .trust-grid > div, .trust-grid > div:first-child { border-left: 0; border-right: 0; border-bottom: 1px solid #e9ebe7; }
  .category-card { min-height: 260px; }
  .story-visual { min-height: 340px; }
  .story-block span { width: 110px; height: 110px; font-size: 4.7rem; }
  .values-grid article, .values-grid article:not(:first-child) { padding: 28px 0; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.15); }
  .collection-empty { display: block; padding: 30px 24px; }
  .collection-empty .button { margin-top: 20px; }
  .woocommerce ul.products { grid-template-columns: 1fr; }
  .newsletter-form small { grid-column: auto; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-brand { grid-column: auto; }
  .footer-bottom .container { padding: 18px 0; display: block; }
  .footer-bottom p + p { margin-top: 5px; }
  .content-card, .raiova-content { padding: 28px 22px; }
}
