:root {
  --wine: #781f2b;
  --wine-deep: #4d151e;
  --rose: #c66c7b;
  --pink: #f2d5d8;
  --cream: #f8f1e7;
  --paper: #fffaf3;
  --ink: #2e2422;
  --muted: #73625e;
  --sage: #486451;
  --gold: #b38a4c;
  --line: rgba(120, 31, 43, .14);
  --shadow: 0 22px 60px rgba(64, 31, 28, .12);
  --serif: "Playfair Display", Georgia, serif;
  --sans: "DM Sans", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--sans); line-height: 1.55; }
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
button { color: inherit; }
.skip-link { position: fixed; left: 12px; top: -60px; z-index: 100; padding: 12px 18px; border-radius: 8px; color: #fff; background: var(--wine); transition: top .2s; }
.skip-link:focus { top: 12px; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }

.topbar { min-height: 38px; padding: 8px 24px; display: flex; align-items: center; justify-content: center; gap: 18px; color: #fff8f1; background: var(--wine-deep); font-size: 12px; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; }
.topbar-separator { width: 4px; height: 4px; border-radius: 50%; background: var(--rose); }
.site-header { position: sticky; top: 0; z-index: 30; min-height: 84px; padding: 12px clamp(22px, 5vw, 76px); display: grid; grid-template-columns: 220px 1fr auto; align-items: center; gap: 28px; background: rgba(255,250,243,.94); border-bottom: 1px solid transparent; backdrop-filter: blur(18px); transition: box-shadow .2s, border-color .2s; }
.site-header.is-scrolled { border-color: var(--line); box-shadow: 0 10px 30px rgba(54,32,27,.08); }
.brand img { width: 190px; height: 58px; object-fit: contain; object-position: left center; }
.desktop-nav { display: flex; justify-content: center; gap: clamp(20px, 3vw, 44px); }
.desktop-nav a { position: relative; color: #4d3d39; font-size: 14px; font-weight: 600; }
.desktop-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -8px; height: 2px; background: var(--wine); transition: right .25s; }
.desktop-nav a:hover::after, .desktop-nav a:focus-visible::after { right: 0; }
.header-cta { padding: 13px 21px; border: 1px solid var(--wine); border-radius: 999px; color: var(--wine); font-size: 13px; font-weight: 700; transition: .2s; }
.header-cta:hover { color: #fff; background: var(--wine); }
.menu-button, .mobile-nav { display: none; }

.section { padding: 104px clamp(22px, 6vw, 96px); }
.hero { min-height: 730px; padding: 84px clamp(22px, 6vw, 96px) 96px; display: grid; grid-template-columns: minmax(0, .94fr) minmax(440px, 1.06fr); align-items: center; gap: clamp(50px, 8vw, 120px); overflow: hidden; background: linear-gradient(135deg, #fffaf3 0%, #f9eee3 52%, #f2dadd 100%); }
.hero-copy { position: relative; z-index: 2; max-width: 680px; }
.eyebrow, .section-kicker { color: var(--wine); font-size: 12px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.eyebrow { display: flex; align-items: center; gap: 12px; }
.eyebrow span { width: 34px; height: 1px; background: var(--wine); }
h1, h2, h3 { margin: 0; font-family: var(--serif); line-height: 1.08; }
h1 { max-width: 650px; margin-top: 22px; font-size: clamp(54px, 5.5vw, 86px); letter-spacing: -.045em; }
h1 em { color: var(--wine); font-weight: 600; }
.hero-copy > p { max-width: 620px; margin: 28px 0 0; color: var(--muted); font-size: clamp(17px, 1.5vw, 21px); }
.hero-actions { margin-top: 38px; display: flex; align-items: center; gap: 28px; flex-wrap: wrap; }
.button { min-height: 52px; padding: 14px 25px; display: inline-flex; align-items: center; justify-content: center; border: 0; border-radius: 999px; cursor: pointer; font-weight: 700; transition: transform .2s, box-shadow .2s, background .2s; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: #fff; background: var(--wine); box-shadow: 0 12px 30px rgba(120,31,43,.23); }
.button-primary:hover { background: var(--wine-deep); box-shadow: 0 15px 36px rgba(120,31,43,.3); }
.button-secondary { color: var(--wine); background: #fff; border: 1px solid var(--line); }
.button-light { color: var(--wine-deep); background: #fff8ef; }
.text-link { color: var(--wine); font-weight: 700; }
.text-link span { margin-left: 5px; transition: margin .2s; }
.text-link:hover span { margin-left: 10px; }
.hero-stats { margin-top: 54px; padding-top: 30px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; border-top: 1px solid var(--line); }
.hero-stats div { display: flex; flex-direction: column; }
.hero-stats strong { color: var(--wine); font-family: var(--serif); font-size: 30px; line-height: 1; }
.hero-stats span { margin-top: 7px; color: var(--muted); font-size: 12px; }
.hero-visual { position: relative; min-height: 580px; }
.hero-arch { position: absolute; inset: -28px 2% 8% 22%; border-radius: 280px 280px 28px 28px; background: rgba(255,250,243,.56); border: 1px solid rgba(255,255,255,.8); }
.hero-image { position: absolute; margin: 0; overflow: hidden; border: 8px solid #fffaf3; box-shadow: var(--shadow); }
.hero-image img { width: 100%; height: 100%; object-fit: cover; }
.hero-image-main { width: 60%; height: 74%; left: 18%; top: 10%; border-radius: 170px 170px 26px 26px; }
.hero-image-top { width: 34%; height: 36%; right: 0; top: 0; border-radius: 20px 100px 20px 20px; transform: rotate(3deg); }
.hero-image-bottom { width: 38%; height: 39%; left: 0; bottom: 0; border-radius: 20px; transform: rotate(-4deg); }
.hero-note { position: absolute; right: 0; bottom: 7%; width: 190px; height: 190px; padding: 20px; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; border-radius: 50%; color: #fff; background: var(--wine); box-shadow: 0 18px 45px rgba(80,20,30,.3); }
.hero-note span { color: #f3bec5; font-size: 21px; }
.hero-note strong { margin-top: 8px; font-family: var(--serif); font-size: 19px; line-height: 1.1; }
.hero-note small { margin-top: 4px; font-size: 11px; }

.trust-strip { padding: 25px clamp(22px, 6vw, 96px); display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; color: #fff; background: var(--wine); }
.trust-strip > div { min-height: 66px; padding: 8px clamp(12px, 2vw, 30px); display: flex; align-items: center; gap: 16px; border-right: 1px solid rgba(255,255,255,.2); }
.trust-strip > div:last-child { border-right: 0; }
.trust-icon { width: 36px; height: 36px; display: grid; place-items: center; flex: none; border: 1px solid rgba(255,255,255,.45); border-radius: 50%; font-family: var(--serif); font-size: 18px; }
.trust-strip p { margin: 0; display: flex; flex-direction: column; }
.trust-strip strong { font-size: 13px; }
.trust-strip small { margin-top: 2px; color: rgba(255,255,255,.7); font-size: 11px; }

.theme-section { background: var(--cream); }
.section-heading { display: grid; grid-template-columns: 1fr .75fr; gap: 70px; align-items: end; }
.section-heading h2, .catalog-heading h2, .center-heading h2, .faq-heading h2 { margin-top: 10px; font-size: clamp(40px, 4.5vw, 65px); letter-spacing: -.035em; }
.section-heading > p { margin: 0; color: var(--muted); font-size: 17px; }
.theme-grid { margin-top: 54px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.theme-card { position: relative; min-height: 150px; padding: 24px; display: grid; grid-template-columns: 50px 1fr auto; align-items: center; gap: 17px; overflow: hidden; text-align: left; border: 1px solid transparent; border-radius: 20px; cursor: pointer; transition: transform .2s, box-shadow .2s; }
.theme-card:hover { transform: translateY(-4px); box-shadow: 0 15px 35px rgba(53,31,26,.1); }
.theme-card::after { content: ""; position: absolute; width: 130px; height: 130px; right: -48px; bottom: -58px; border-radius: 50%; background: rgba(255,255,255,.24); }
.theme-card > span { width: 42px; height: 42px; display: grid; place-items: center; border: 1px solid currentColor; border-radius: 50%; font-size: 12px; }
.theme-card div { display: flex; flex-direction: column; }
.theme-card strong { font-family: var(--serif); font-size: 21px; }
.theme-card small { margin-top: 4px; opacity: .72; }
.theme-card b { position: relative; z-index: 2; font-size: 22px; transition: transform .2s; }
.theme-card:hover b { transform: translateX(5px); }
.theme-vintage { color: #fff8ef; background: #714330; }
.theme-nature { color: #f8f2df; background: #526441; }
.theme-travel { color: #eff5f5; background: #456574; }
.theme-art { color: #4a3228; background: #e6cba1; }
.theme-dark { color: #f5e6db; background: #27232e; }
.theme-delicate { color: #5c2b36; background: #eccfd2; }

.catalog-section { background: var(--paper); }
.catalog-heading { display: grid; grid-template-columns: 1fr minmax(280px, 420px); align-items: end; gap: 40px; }
.catalog-search { position: relative; }
.catalog-search label { display: block; margin-bottom: 8px; color: var(--muted); font-size: 11px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.catalog-search span { position: absolute; left: 18px; bottom: 13px; color: var(--wine); font-size: 22px; }
.catalog-search input { width: 100%; min-height: 54px; padding: 13px 18px 13px 50px; color: var(--ink); background: #fff; border: 1px solid var(--line); border-radius: 999px; outline: none; }
.catalog-search input:focus { border-color: var(--wine); box-shadow: 0 0 0 4px rgba(120,31,43,.08); }
.filter-row { margin-top: 42px; display: flex; gap: 9px; flex-wrap: wrap; }
.filter-button { padding: 10px 17px; color: var(--muted); background: transparent; border: 1px solid var(--line); border-radius: 999px; cursor: pointer; font-size: 13px; font-weight: 600; transition: .2s; }
.filter-button:hover, .filter-button.is-active { color: #fff; background: var(--wine); border-color: var(--wine); }
.catalog-meta { min-height: 38px; margin: 22px 0 10px; display: flex; align-items: center; justify-content: space-between; color: var(--muted); font-size: 13px; }
.catalog-meta button { padding: 5px; color: var(--wine); background: none; border: 0; cursor: pointer; font-weight: 700; }
.product-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: clamp(18px, 2vw, 30px); }
.product-card { position: relative; min-width: 0; display: flex; flex-direction: column; overflow: hidden; background: #fff; border: 1px solid rgba(77,30,38,.08); border-radius: 22px; transition: transform .25s, box-shadow .25s; }
.product-card:hover { transform: translateY(-6px); box-shadow: var(--shadow); }
.product-image { position: relative; aspect-ratio: 1 / 1; overflow: hidden; background: #eee4d8; }
.product-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s; }
.product-card:hover .product-image img { transform: scale(1.035); }
.product-badge { position: absolute; left: 15px; top: 15px; padding: 7px 11px; color: var(--wine); background: rgba(255,250,243,.92); border-radius: 999px; font-size: 10px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; backdrop-filter: blur(10px); }
.product-heart { position: absolute; right: 14px; top: 14px; width: 36px; height: 36px; display: grid; place-items: center; color: var(--wine); background: rgba(255,250,243,.9); border: 0; border-radius: 50%; cursor: pointer; font-size: 18px; transition: .2s; }
.product-heart:hover, .product-heart.is-active { color: #fff; background: var(--wine); }
.product-body { padding: 20px 20px 22px; display: flex; flex-direction: column; flex: 1; }
.product-category { color: var(--rose); font-size: 10px; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.product-body h3 { margin-top: 8px; font-size: 23px; }
.product-description { min-height: 58px; margin: 11px 0 18px; color: var(--muted); font-size: 13px; line-height: 1.48; }
.product-footer { margin-top: auto; padding-top: 17px; display: flex; align-items: center; justify-content: space-between; gap: 12px; border-top: 1px solid var(--line); }
.product-price { display: flex; flex-direction: column; }
.product-price small { color: var(--muted); font-size: 10px; }
.product-price strong { color: var(--wine); font-family: var(--serif); font-size: 24px; line-height: 1.1; }
.product-link { min-width: 112px; min-height: 42px; padding: 10px 15px; display: inline-flex; align-items: center; justify-content: center; color: #fff; background: var(--wine); border-radius: 999px; font-size: 12px; font-weight: 700; transition: background .2s; }
.product-link:hover { background: var(--wine-deep); }
.empty-state { padding: 70px 20px; text-align: center; border: 1px dashed var(--line); border-radius: 24px; }
.empty-state > span { color: var(--rose); font-size: 45px; }
.empty-state h3 { margin-top: 10px; font-size: 29px; }
.empty-state p { margin: 8px 0 25px; color: var(--muted); }

.editorial-banner { display: grid; grid-template-columns: 1fr 1fr; padding-top: 0; padding-bottom: 0; color: #fff; background: var(--wine-deep); }
.editorial-image { min-height: 640px; overflow: hidden; }
.editorial-image img { width: 100%; height: 100%; object-fit: cover; }
.editorial-copy { padding: clamp(55px, 8vw, 120px); display: flex; flex-direction: column; justify-content: center; }
.section-kicker.light { color: #edabb5; }
.editorial-copy h2 { margin-top: 14px; font-size: clamp(42px, 4.4vw, 68px); }
.editorial-copy p { margin: 24px 0 30px; color: rgba(255,255,255,.72); font-size: 17px; }
.editorial-copy .button { align-self: flex-start; }

.how-section { background: var(--cream); }
.center-heading { max-width: 820px; margin: 0 auto; text-align: center; }
.center-heading > p { max-width: 680px; margin: 18px auto 0; color: var(--muted); }
.steps-grid { max-width: 1180px; margin: 60px auto 0; display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.steps-grid article { position: relative; min-height: 330px; padding: 35px; background: #fff; border: 1px solid var(--line); border-radius: 24px; }
.step-number { position: absolute; right: 24px; top: 18px; color: rgba(120,31,43,.12); font-family: var(--serif); font-size: 64px; }
.step-icon { width: 58px; height: 58px; display: grid; place-items: center; color: #fff; background: var(--wine); border-radius: 20px; font-family: var(--serif); font-size: 23px; }
.steps-grid h3 { margin-top: 38px; font-size: 27px; }
.steps-grid p { color: var(--muted); font-size: 14px; }

.use-section { display: grid; grid-template-columns: .82fr 1.18fr; gap: 90px; align-items: center; }
.use-copy h2 { margin-top: 13px; font-size: clamp(44px, 4.5vw, 68px); }
.use-copy > p { margin: 22px 0; color: var(--muted); font-size: 17px; }
.use-copy ul { margin: 30px 0 0; padding: 0; list-style: none; display: grid; gap: 14px; }
.use-copy li { display: flex; align-items: center; gap: 12px; font-weight: 600; }
.use-copy li span { width: 26px; height: 26px; display: grid; place-items: center; color: #fff; background: var(--sage); border-radius: 50%; font-size: 12px; }
.use-gallery { display: grid; grid-template-columns: 1.2fr .8fr; grid-template-rows: 1fr 1fr; gap: 14px; }
.use-gallery img { width: 100%; height: 100%; min-height: 230px; object-fit: cover; border-radius: 22px; }
.use-gallery .use-large { grid-row: 1 / span 2; min-height: 570px; }

.faq-section { display: grid; grid-template-columns: .7fr 1.3fr; gap: 90px; background: var(--cream); }
.faq-heading { position: sticky; top: 130px; align-self: start; }
.faq-heading p { color: var(--muted); }
.faq-list { display: grid; gap: 10px; }
.faq-list details { padding: 0 24px; background: #fff; border: 1px solid var(--line); border-radius: 16px; }
.faq-list summary { min-height: 74px; display: flex; align-items: center; justify-content: space-between; gap: 20px; cursor: pointer; list-style: none; font-family: var(--serif); font-size: 19px; font-weight: 700; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { color: var(--wine); font-family: var(--sans); font-size: 26px; font-weight: 400; transition: transform .2s; }
.faq-list details[open] summary span { transform: rotate(45deg); }
.faq-list details p { margin: -5px 0 24px; padding-right: 50px; color: var(--muted); font-size: 14px; }

.final-cta { display: flex; align-items: center; justify-content: space-between; gap: 60px; color: #fff; background: var(--wine); }
.final-cta > div { max-width: 880px; }
.final-cta span { color: #efb0ba; font-size: 24px; }
.final-cta p { margin: 7px 0 10px; color: #efb0ba; font-size: 12px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.final-cta h2 { font-size: clamp(36px, 4vw, 58px); }
.final-cta .button { flex: none; }

footer { padding: 75px clamp(22px, 6vw, 96px) 30px; color: #eadfd5; background: #271e1c; }
.legal-page { min-height: 100vh; padding: 80px 22px; background: var(--cream); }
.legal-card { width: min(860px, 100%); margin: 0 auto; padding: clamp(30px, 6vw, 70px); background: #fff; border: 1px solid var(--line); border-radius: 28px; box-shadow: var(--shadow); }
.legal-card > a { color: var(--wine); font-weight: 700; }
.legal-card h1 { margin-top: 35px; font-size: clamp(44px, 7vw, 68px); }
.legal-card h2 { margin-top: 38px; font-size: 27px; }
.legal-card p, .legal-card li { color: var(--muted); }
.legal-card .legal-date { color: var(--rose); font-size: 12px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.footer-main { display: grid; grid-template-columns: 1.5fr .65fr .65fr 1fr; gap: 55px; }
.footer-brand img { width: 190px; height: 70px; object-fit: contain; object-position: left; filter: brightness(0) invert(1); opacity: .94; }
.footer-brand p, .footer-note p { color: #a99a94; font-size: 13px; }
.footer-main > div:not(.footer-brand) { display: flex; flex-direction: column; gap: 10px; }
.footer-main strong { margin-bottom: 5px; color: #fff; font-size: 13px; }
.footer-main a { color: #a99a94; font-size: 13px; }
.footer-main a:hover { color: #fff; }
.footer-catalog-link { width: fit-content; margin-top: 8px; padding-bottom: 4px; color: #fff !important; border-bottom: 1px solid rgba(255,255,255,.25); }
.footer-catalog-link span { margin-left: 5px; }
.footer-bottom { margin-top: 55px; padding-top: 25px; display: flex; justify-content: space-between; gap: 25px; color: #81736e; border-top: 1px solid rgba(255,255,255,.08); font-size: 11px; }

@media (max-width: 1180px) {
  .site-header { grid-template-columns: 190px 1fr auto; }
  .desktop-nav { gap: 20px; }
  .product-grid { grid-template-columns: repeat(3, 1fr); }
  .theme-grid { grid-template-columns: repeat(2, 1fr); }
  .hero { grid-template-columns: .9fr 1.1fr; gap: 40px; }
  .hero-note { width: 160px; height: 160px; }
  .trust-strip { grid-template-columns: repeat(2, 1fr); }
  .trust-strip > div:nth-child(2) { border-right: 0; }
  .footer-main { grid-template-columns: 1.3fr .7fr .7fr; }
  .footer-note { grid-column: 1 / -1; max-width: 480px; }
}

@media (max-width: 900px) {
  .topbar { font-size: 10px; }
  .site-header { min-height: 72px; grid-template-columns: 1fr auto; padding: 8px 22px; }
  .brand img { width: 160px; height: 52px; }
  .desktop-nav, .header-cta { display: none; }
  .menu-button { width: 44px; height: 44px; padding: 10px; display: flex; flex-direction: column; justify-content: center; gap: 5px; background: none; border: 1px solid var(--line); border-radius: 50%; }
  .menu-button span { width: 20px; height: 2px; margin: 0 auto; background: var(--wine); transition: .2s; }
  .mobile-nav { position: fixed; inset: 110px 0 auto; padding: 26px; display: flex; flex-direction: column; gap: 0; background: var(--paper); border-bottom: 1px solid var(--line); box-shadow: var(--shadow); }
  .mobile-nav[hidden] { display: none; }
  .mobile-nav a { padding: 15px; border-bottom: 1px solid var(--line); font-family: var(--serif); font-size: 21px; }
  .hero { padding-top: 55px; grid-template-columns: 1fr; }
  .hero-copy { max-width: 760px; }
  .hero-visual { width: min(650px, 100%); margin: 0 auto; }
  .section-heading, .catalog-heading, .use-section, .faq-section { grid-template-columns: 1fr; gap: 38px; }
  .product-grid { grid-template-columns: repeat(2, 1fr); }
  .editorial-banner { grid-template-columns: 1fr; padding-left: 0; padding-right: 0; }
  .editorial-image { min-height: 520px; }
  .steps-grid { grid-template-columns: 1fr; }
  .steps-grid article { min-height: 250px; }
  .faq-heading { position: static; }
  .final-cta { align-items: flex-start; flex-direction: column; }
  .footer-main { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-note { grid-column: 1 / -1; }
}

@media (max-width: 600px) {
  .topbar { min-height: 32px; padding: 7px 12px; }
  .topbar span:nth-child(3), .topbar-separator { display: none; }
  .section { padding: 76px 18px; }
  .hero { min-height: 0; padding: 48px 18px 70px; }
  h1 { font-size: clamp(48px, 14.5vw, 67px); }
  .hero-copy > p { font-size: 17px; }
  .hero-actions { align-items: stretch; flex-direction: column; gap: 18px; }
  .hero-actions .button { width: 100%; }
  .text-link { text-align: center; }
  .hero-stats { gap: 11px; }
  .hero-stats strong { font-size: 25px; }
  .hero-stats span { font-size: 10px; }
  .hero-visual { min-height: 450px; }
  .hero-image-main { width: 65%; height: 72%; left: 18%; }
  .hero-image-top { width: 37%; height: 34%; }
  .hero-image-bottom { width: 39%; height: 35%; }
  .hero-note { width: 125px; height: 125px; right: -5px; bottom: 5%; }
  .hero-note strong { font-size: 15px; }
  .trust-strip { padding: 22px 18px; grid-template-columns: 1fr; }
  .trust-strip > div { padding: 9px 0; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.18); }
  .trust-strip > div:last-child { border-bottom: 0; }
  .section-heading h2, .catalog-heading h2, .center-heading h2, .faq-heading h2 { font-size: 41px; }
  .theme-grid, .product-grid { grid-template-columns: 1fr; }
  .theme-card { min-height: 130px; }
  .catalog-heading { gap: 30px; }
  .filter-row { flex-wrap: nowrap; margin-left: -18px; margin-right: -18px; padding: 0 18px 8px; overflow-x: auto; scrollbar-width: none; }
  .filter-row::-webkit-scrollbar { display: none; }
  .filter-button { flex: none; }
  .product-description { min-height: 0; }
  .editorial-image { min-height: 430px; }
  .editorial-copy { padding: 64px 22px; }
  .use-gallery { grid-template-columns: 1fr 1fr; }
  .use-gallery .use-large { grid-column: 1 / -1; grid-row: auto; min-height: 380px; }
  .use-gallery img { min-height: 180px; }
  .faq-list details { padding: 0 18px; }
  .faq-list summary { min-height: 68px; font-size: 17px; }
  .faq-list details p { padding-right: 0; }
  .footer-main { grid-template-columns: 1fr; }
  .footer-brand, .footer-note { grid-column: auto; }
  .footer-bottom { flex-direction: column; }
}

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

/* Preserva todos os textos incorporados às fotos e evita cortes de copy. */
.hero-image,
.editorial-image,
.product-image,
.use-gallery img {
  background: radial-gradient(circle at 50% 40%, #5a4036 0%, #382822 72%, #261b18 100%);
}

.hero-image img,
.editorial-image img,
.product-image img,
.use-gallery img {
  object-fit: contain;
  object-position: center;
}

.product-card:hover .product-image img {
  transform: none;
}

h1,
h2,
h3,
.theme-card strong,
.product-category,
.product-description,
.hero-note strong,
.button,
.product-link,
.faq-list summary,
.footer-main {
  max-width: 100%;
  overflow-wrap: break-word;
  word-break: normal;
  hyphens: auto;
}

.button,
.product-link,
.header-cta {
  white-space: normal;
  text-align: center;
  line-height: 1.25;
}

.product-footer {
  flex-wrap: wrap;
}

@media (max-width: 600px) {
  h1 {
    font-size: clamp(42px, 12.5vw, 58px);
    line-height: 1.03;
  }

  .section-heading h2,
  .catalog-heading h2,
  .center-heading h2,
  .faq-heading h2 {
    font-size: clamp(34px, 10.5vw, 41px);
  }

  .editorial-image,
  .use-gallery .use-large,
  .use-gallery img {
    min-height: 0;
    aspect-ratio: 1 / 1;
  }
}
