﻿:root {
  --cream: #fff9f4;
  --paper: #fffdfb;
  --blush: #f8e9e7;
  --rose: #e9b9c2;
  --berry: #8b3652;
  --berry-dark: #68263d;
  --ink: #382a2d;
  --muted: #76696a;
  --line: #eadeda;
  --shadow: 0 25px 70px rgba(88, 44, 56, .10);
  --sans: "DM Sans", Arial, sans-serif;
  --serif: "Playfair Display", Georgia, serif;
}
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 110px; }
body { margin: 0; min-width: 320px; background: var(--cream); color: var(--ink); font-family: var(--sans); -webkit-font-smoothing: antialiased; }
body, button, input, select, textarea { font-size: 16px; }
button, input, select, textarea { font-family: inherit; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { cursor: pointer; }
::selection { background: var(--rose); color: var(--berry-dark); }
:focus-visible { outline: 3px solid #c87590; outline-offset: 4px; }
.container { width: min(1200px, calc(100% - 64px)); margin-inline: auto; }
.skip-link { position: fixed; z-index: 300; top: 10px; left: 10px; padding: 12px 18px; border-radius: 8px; background: var(--berry); color: white; transform: translateY(-150%); }
.skip-link:focus { transform: translateY(0); }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-family: var(--serif); font-weight: 500; letter-spacing: -.045em; }
h1 em, h2 em { color: var(--berry); font-weight: 500; }
.eyebrow { margin-bottom: 20px; color: var(--berry); font-size: .73rem; font-weight: 700; letter-spacing: .19em; line-height: 1.5; text-transform: uppercase; }
.eyebrow-line { display: inline-block; width: 25px; height: 1px; margin: 0 10px 4px 0; background: currentColor; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 20px; min-height: 54px; padding: 15px 23px; border: 1px solid transparent; border-radius: 5px; font-size: .84rem; font-weight: 700; line-height: 1.2; transition: transform .25s ease, background .25s ease, box-shadow .25s ease; }
.button span, .text-link span, .nav-cta span { font-size: 1.12em; transition: transform .25s ease; }
.button:hover, .button:focus-visible { transform: translateY(-3px); }
.button:hover span, .text-link:hover span, .nav-cta:hover span { transform: translate(3px, -3px); }
.button-primary { background: var(--berry); color: white; box-shadow: 0 12px 24px rgba(139, 54, 82, .16); }
.button-primary:hover { background: var(--berry-dark); box-shadow: 0 16px 28px rgba(139, 54, 82, .22); }
.button-light { background: white; color: var(--berry-dark); }
.button-light:hover { background: var(--cream); }
.text-link { display: inline-flex; align-items: center; gap: 10px; padding-bottom: 5px; border-bottom: 1px solid currentColor; color: var(--berry); font-size: .84rem; font-weight: 700; transition: gap .25s ease, color .25s ease; }
.text-link:hover { gap: 15px; color: var(--berry-dark); }

/* Header */
.site-header { position: sticky; top: 0; z-index: 100; border-bottom: 1px solid rgba(139, 54, 82, .08); background: rgba(255, 249, 244, .92); backdrop-filter: blur(18px); -webkit-backdrop-filter: blur(18px); }
.header-inner { display: flex; align-items: center; justify-content: space-between; min-height: 92px; gap: 30px; }
.brand { display: inline-flex; flex-direction: column; align-items: flex-start; flex: none; font-family: var(--serif); font-size: 2.2rem; font-weight: 600; letter-spacing: -.09em; line-height: .9; color: var(--berry-dark); }
.brand-word { display: block; }
.brand-word b { color: #d98ba2; font-weight: inherit; }
.brand small { margin-top: 9px; font-family: var(--sans); font-size: .55rem; font-weight: 700; letter-spacing: .20em; text-transform: uppercase; }
.site-nav { display: flex; align-items: center; gap: clamp(22px, 3.2vw, 48px); }
.site-nav > a:not(.nav-cta) { position: relative; padding: 10px 0; color: #5e5052; font-size: .82rem; font-weight: 600; transition: color .2s ease; }
.site-nav > a:not(.nav-cta)::after { content: ""; position: absolute; right: 0; bottom: 4px; left: 0; height: 1px; background: var(--berry); transform: scaleX(0); transform-origin: left; transition: transform .25s ease; }
.site-nav > a:not(.nav-cta):hover, .site-nav > a[aria-current="page"] { color: var(--berry); }
.site-nav > a:not(.nav-cta):hover::after, .site-nav > a[aria-current="page"]::after { transform: scaleX(1); }
.nav-cta { display: inline-flex; align-items: center; gap: 14px; min-height: 42px; padding: 10px 16px; border: 1px solid var(--berry); border-radius: 4px; color: var(--berry); font-size: .79rem; font-weight: 700; transition: background .25s ease, color .25s ease; }
.nav-cta:hover { background: var(--berry); color: white; }
.menu-toggle { display: none; }

/* Home hero */
.hero { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1.02fr); align-items: center; gap: clamp(36px, 6vw, 86px); min-height: 710px; padding-top: 46px; padding-bottom: 78px; }
.hero-copy { position: relative; z-index: 2; padding-bottom: 35px; animation: fade-up .75s both; }
.hero h1 { max-width: 640px; margin-bottom: 28px; font-size: clamp(3.7rem, 5.9vw, 6rem); line-height: 1.05; }
.hero-description { max-width: 485px; color: var(--muted); font-size: 1.03rem; line-height: 1.85; }
.hero-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 25px; margin-top: 38px; }
.hero-note { display: flex; align-items: center; gap: 12px; margin-top: 80px; color: #9a8689; font-size: .75rem; letter-spacing: .02em; }
.sparkle { color: var(--berry); font-size: 1.45rem; }
.hero-visual { position: relative; width: 100%; height: min(650px, 58vw); min-height: 520px; animation: fade-up .9s .16s both; }
.hero-visual::before { content: ""; position: absolute; inset: 18px -18px -18px 18px; border: 1px solid #e7bbbf; border-radius: 290px 290px 30px 30px; }
.hero-visual img { position: relative; width: 100%; height: 100%; object-fit: cover; object-position: 65% center; border-radius: 290px 290px 30px 30px; }
.hero-stamp { position: absolute; bottom: 38px; left: -46px; display: flex; flex-direction: column; align-items: center; justify-content: center; width: 128px; height: 128px; border: 8px solid var(--cream); border-radius: 50%; background: var(--berry); color: white; text-align: center; transform: rotate(-12deg); animation: bob 5s ease-in-out infinite; }
.hero-stamp span { font-size: .58rem; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.hero-stamp strong { margin: 4px 0; font-family: var(--serif); font-size: 1.35rem; font-weight: 500; line-height: .95; }
.ticker { overflow: hidden; border-top: 1px solid #efd9d9; border-bottom: 1px solid #efd9d9; background: #f8e9e7; }
.ticker-track { display: flex; align-items: center; justify-content: space-around; gap: 55px; width: max-content; min-width: 200%; height: 58px; color: var(--berry); animation: ticker 35s linear infinite; }
.ticker-track span { font-family: var(--serif); font-size: 1.1rem; font-style: italic; white-space: nowrap; }
.ticker-track b { font-size: .92rem; font-weight: 400; }

/* Home content */
.section { padding-block: 110px; }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 70px; margin-bottom: 42px; }
.section-heading h2, .story-copy h2, .closing-section h2, .product-cta h2, .contact-intro h2, .contact-bottom h2 { margin-bottom: 0; font-size: clamp(2.65rem, 4vw, 4.3rem); line-height: 1.16; }
.section-heading h2 { max-width: 640px; }
.section-heading > p { max-width: 310px; margin-bottom: 7px; color: var(--muted); font-size: .95rem; line-height: 1.8; }
.category-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; }
.category-card { position: relative; display: block; overflow: hidden; border: 1px solid var(--line); border-radius: 10px; background: var(--paper); box-shadow: 0 8px 30px rgba(91, 56, 63, .035); transition: transform .35s ease, box-shadow .35s ease; }
.category-card:hover { transform: translateY(-9px); box-shadow: var(--shadow); }
.category-image { height: clamp(240px, 25vw, 330px); overflow: hidden; background: var(--blush); }
.category-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s ease; }
.category-card:first-child .category-image img { object-position: 71% center; }
.category-card:hover img { transform: scale(1.055); }
.category-content { position: relative; min-height: 190px; padding: 26px 30px 28px; }
.card-index { color: var(--berry); font-size: .65rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.category-content h3 { margin: 14px 0 6px; font-size: 2.05rem; }
.category-content p { max-width: 260px; margin: 0; color: var(--muted); font-size: .85rem; line-height: 1.6; }
.card-arrow { position: absolute; right: 25px; bottom: 27px; display: grid; place-items: center; width: 38px; height: 38px; border: 1px solid var(--line); border-radius: 50%; color: var(--berry); transition: background .25s ease, color .25s ease, transform .25s ease; }
.category-card:hover .card-arrow { background: var(--berry); color: white; transform: rotate(45deg); }
.story-section { position: relative; overflow: hidden; background: var(--berry); color: white; }
.story-inner { position: relative; display: grid; grid-template-columns: 1.35fr 1fr; align-items: center; gap: 80px; min-height: 430px; padding-block: 90px; }
.story-section .eyebrow, .product-cta .eyebrow { color: #f9dce2; }
.story-copy h2 { position: relative; z-index: 1; }
.story-copy h2 em, .product-cta h2 em { color: #ffdce2; }
.story-text { position: relative; z-index: 1; }
.story-text p { max-width: 460px; margin-bottom: 28px; color: #ffeef1; font-size: 1rem; line-height: 1.9; }
.story-decoration { position: absolute; inset: 0; pointer-events: none; }
.story-decoration span { position: absolute; color: rgba(255, 255, 255, .08); line-height: 1; }
.story-decoration span:nth-child(1) { top: -84px; left: 26%; font-size: 15rem; }
.story-decoration span:nth-child(2) { right: -40px; bottom: -120px; font-size: 19rem; }
.story-decoration span:nth-child(3) { top: 52px; right: 28%; font-size: 4rem; }
.closing-section { position: relative; max-width: 780px; padding-block: 122px 130px; text-align: center; }
.closing-symbol { display: block; margin-bottom: 22px; color: var(--berry); font-size: 2rem; }
.closing-section .eyebrow { margin-bottom: 16px; }
.closing-section h2 { margin-bottom: 22px; }
.closing-section > p:not(.eyebrow) { max-width: 530px; margin: 0 auto 32px; color: var(--muted); line-height: 1.8; }

/* Footer */
.site-footer { background: #37252d; color: #f9ebec; }
.footer-main { display: flex; justify-content: space-between; gap: 50px; padding-block: 70px 60px; }
.footer-brand { color: white; }
.footer-brand .brand-word b { color: #f0a8b7; }
.footer-main p { margin: 25px 0 0; color: #dac9cd; font-size: .85rem; line-height: 1.8; }
.footer-main nav { display: flex; flex-direction: column; align-items: flex-start; gap: 14px; margin-left: auto; }
.footer-main nav a, .footer-top { color: #f3e5e8; font-size: .82rem; transition: color .2s ease; }
.footer-main nav a:hover, .footer-top:hover { color: #ffb8c7; }
.footer-top { align-self: start; margin-left: 80px; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; padding-block: 22px; border-top: 1px solid rgba(255, 255, 255, .14); color: #cbb9bd; font-size: .72rem; }

/* Products page */
.page-hero { position: relative; padding-block: 105px 85px; }
.page-hero-text { position: relative; z-index: 1; max-width: 850px; }
.page-hero h1, .contact-hero h1 { margin-bottom: 25px; font-size: clamp(3.6rem, 6.5vw, 6.3rem); line-height: 1.08; }
.page-hero p:not(.eyebrow), .contact-hero-copy > p:not(.eyebrow) { max-width: 590px; margin-bottom: 0; color: var(--muted); font-size: 1rem; line-height: 1.85; }
.page-hero-art { position: absolute; top: 50px; right: 55px; color: #f3dedc; font-size: clamp(9rem, 23vw, 21rem); line-height: 1; transform: rotate(-15deg); }
.product-nav { display: flex; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.product-nav a { display: flex; justify-content: space-between; width: 33.333%; padding: 24px 34px; border-right: 1px solid var(--line); color: var(--ink); font-family: var(--serif); font-size: 1.55rem; transition: background .25s ease, color .25s ease; }
.product-nav a:first-child { padding-left: 0; }
.product-nav a:last-child { border-right: 0; }
.product-nav a:hover { background: var(--blush); color: var(--berry); }
.product-nav span { color: var(--berry); font-family: var(--sans); font-size: .7rem; font-weight: 700; }
.product-feature { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: clamp(55px, 9vw, 130px); padding-block: 110px; border-bottom: 1px solid var(--line); }
.product-feature-reverse .product-photo { order: 2; }
.product-photo { position: relative; height: 510px; background: var(--blush); }
.product-photo::before { content: ""; position: absolute; inset: 17px -17px -17px 17px; border: 1px solid #eac9c8; border-radius: 220px 220px 10px 10px; }
.product-photo img { position: relative; width: 100%; height: 100%; border-radius: 220px 220px 10px 10px; object-fit: cover; }
#bolos .product-photo img { object-position: 68% center; }
.product-photo-label { position: absolute; right: 18px; bottom: 18px; padding: 12px 16px; border-radius: 3px; background: var(--paper); color: var(--berry); font-size: .7rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.product-copy h2 { margin-bottom: 22px; font-size: clamp(2.7rem, 4.1vw, 4.5rem); line-height: 1.14; }
.product-copy > p:not(.eyebrow) { max-width: 480px; margin-bottom: 25px; color: var(--muted); line-height: 1.85; }
.product-points { display: grid; gap: 0; max-width: 460px; margin: 0 0 30px; padding: 0; list-style: none; }
.product-points li { display: flex; align-items: center; gap: 13px; padding: 12px 0; border-bottom: 1px solid var(--line); font-size: .86rem; }
.product-points li::before { content: "✳"; color: var(--berry); font-size: .78rem; }
.product-cta { margin-top: 35px; background: var(--berry); color: white; }
.product-cta-inner { display: flex; align-items: center; gap: 36px; padding-block: 78px; }
.product-cta-inner > span { align-self: flex-start; color: #f0c6cf; font-size: 3rem; }
.product-cta h2 { font-size: clamp(2.4rem, 3.4vw, 3.6rem); }
.product-cta p:last-child { margin: 18px 0 0; color: #ffeef1; }
.product-cta .button { flex: none; margin-left: auto; }

/* Contact page */
.contact-hero { display: grid; grid-template-columns: 1.15fr .85fr; align-items: center; gap: 70px; min-height: 580px; padding-block: 75px 95px; }
.contact-hero-copy { max-width: 690px; }
.contact-hero-copy > p:not(.eyebrow) { margin-bottom: 30px; }
.contact-hero-image { position: relative; width: 100%; height: 405px; }
.contact-hero-image::before { content: ""; position: absolute; inset: 17px -17px -17px 17px; border: 1px solid #e5b7be; border-radius: 220px 220px 12px 12px; }
.contact-hero-image img { position: relative; width: 100%; height: 100%; border-radius: 220px 220px 12px 12px; object-fit: cover; }
.contact-hero-sticker { position: absolute; right: -24px; bottom: -17px; display: grid; place-content: center; width: 125px; height: 125px; border-radius: 50%; background: var(--berry); color: white; font-size: .67rem; line-height: 1.6; text-align: center; transform: rotate(12deg); }
.contact-hero-sticker strong { font-family: var(--serif); font-size: 1.08rem; font-weight: 500; }
.contact-section { padding-block: 100px; background: var(--blush); }
.contact-layout { display: grid; grid-template-columns: .85fr 1.15fr; align-items: start; gap: clamp(50px, 8vw, 105px); }
.contact-intro { padding-top: 25px; }
.contact-intro h2 { margin-bottom: 22px; }
.contact-intro > p:not(.eyebrow) { max-width: 440px; color: var(--muted); line-height: 1.85; }
.contact-tip { display: flex; gap: 18px; max-width: 400px; margin-top: 58px; padding-top: 25px; border-top: 1px solid #dcbfc1; }
.contact-tip span { color: var(--berry); font-size: 1.7rem; }
.contact-tip p { margin: 0; color: #6b5b5f; font-size: .84rem; line-height: 1.75; }
.order-form { padding: 42px; border: 1px solid #ecd8d7; border-radius: 10px; background: var(--paper); box-shadow: var(--shadow); }
.form-heading { margin-bottom: 31px; padding-bottom: 24px; border-bottom: 1px solid var(--line); }
.form-number { color: var(--berry); font-size: .67rem; font-weight: 700; letter-spacing: .14em; }
.form-heading h3 { margin: 9px 0 5px; font-size: 2rem; }
.form-heading p { margin: 0; color: var(--muted); font-size: .8rem; }
.form-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 22px 18px; }
.field { display: flex; flex-direction: column; gap: 9px; min-width: 0; }
.field-full { grid-column: 1 / -1; }
.field label { font-size: .8rem; font-weight: 700; }
.field input, .field select, .field textarea { width: 100%; min-height: 49px; padding: 12px 14px; border: 1px solid #e6d8d5; border-radius: 4px; outline: none; background: #fff; color: var(--ink); font-size: .84rem; transition: border-color .2s ease, box-shadow .2s ease; }
.field textarea { min-height: 128px; resize: vertical; line-height: 1.6; }
.field input::placeholder, .field textarea::placeholder { color: #a69799; }
.field input:focus, .field select:focus, .field textarea:focus { border-color: var(--berry); box-shadow: 0 0 0 3px rgba(139, 54, 82, .12); }
.form-submit { width: 100%; margin-top: 28px; }
.form-helper { margin: 14px 0 0; color: var(--muted); font-size: .74rem; text-align: center; }
.form-status { min-height: 0; margin: 15px 0 0; color: var(--berry-dark); font-size: .82rem; font-weight: 600; line-height: 1.6; text-align: center; }
.form-status:empty { display: none; }
.message-draft { width: 100%; min-height: 150px; margin-top: 18px; padding: 14px; border: 1px solid var(--rose); border-radius: 4px; background: var(--cream); color: var(--ink); font: .82rem/1.6 var(--sans); resize: vertical; }
.contact-bottom { padding-block: 110px 120px; text-align: center; }
.contact-bottom > span { color: var(--berry); font-size: 2rem; }
.contact-bottom h2 { max-width: 770px; margin: 18px auto 30px; }

/* Motion */
@keyframes fade-up { from { opacity: 0; transform: translateY(24px); } to { opacity: 1; transform: translateY(0); } }
@keyframes bob { 0%, 100% { transform: rotate(-12deg) translateY(0); } 50% { transform: rotate(-12deg) translateY(-10px); } }
@keyframes ticker { to { transform: translateX(-50%); } }
.js .reveal { opacity: 0; transform: translateY(30px); transition: opacity .7s ease, transform .7s ease; }
.js .reveal.is-visible { opacity: 1; transform: translateY(0); }
.category-card:nth-child(2) { transition-delay: .08s; }
.category-card:nth-child(3) { transition-delay: .16s; }

@media (max-width: 1050px) {
  .container { width: min(100% - 48px, 1200px); }
  .hero { gap: 38px; min-height: 620px; }
  .hero h1 { font-size: clamp(3.3rem, 6vw, 5rem); }
  .hero-visual { min-height: 500px; }
  .hero-note { margin-top: 50px; }
  .product-feature { gap: 65px; }
  .product-photo { height: 440px; }
  .footer-top { margin-left: 25px; }
}
@media (max-width: 780px) {
  .container { width: min(100% - 40px, 1200px); }
  .header-inner { min-height: 76px; }
  .brand { font-size: 1.95rem; }
  .brand small { font-size: .48rem; }
  .menu-toggle { display: none; }
  .js .menu-toggle { display: flex; flex-direction: column; justify-content: center; gap: 6px; width: 42px; height: 42px; padding: 9px; border: 1px solid var(--line); border-radius: 4px; background: transparent; }
  .menu-toggle span { width: 100%; height: 2px; background: var(--berry); transition: transform .25s ease; }
  .menu-toggle[aria-expanded="true"] span:first-child { transform: translateY(4px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:last-child { transform: translateY(-4px) rotate(-45deg); }
  .header-inner { flex-wrap: wrap; }
  .site-nav { justify-content: space-between; flex-wrap: wrap; width: 100%; gap: 12px 24px; padding-bottom: 14px; }
  .js .site-nav { position: absolute; top: 100%; right: 0; left: 0; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 12px 20px 24px; border-bottom: 1px solid var(--line); background: var(--cream); box-shadow: 0 20px 35px rgba(73, 31, 47, .09); }
  .js .site-nav.is-open { display: flex; animation: fade-up .25s both; }
  .site-nav > a:not(.nav-cta) { padding: 15px 0; border-bottom: 1px solid var(--line); font-size: .95rem; }
  .site-nav > a:not(.nav-cta)::after { display: none; }
  .nav-cta { justify-content: space-between; margin-top: 17px; }
  .hero { grid-template-columns: 1fr; gap: 42px; padding-block: 65px 85px; }
  .hero-copy { padding-bottom: 0; }
  .hero h1 { max-width: 700px; font-size: clamp(3.6rem, 9vw, 5.6rem); }
  .hero-note { margin-top: 44px; }
  .hero-visual { width: min(100% - 20px, 650px); height: 580px; min-height: 0; margin-inline: auto; }
  .section { padding-block: 85px; }
  .section-heading { align-items: start; flex-direction: column; gap: 15px; }
  .section-heading > p { max-width: 580px; }
  .category-grid { gap: 14px; }
  .category-image { height: 230px; }
  .category-content { min-height: 190px; padding: 21px; }
  .category-content h3 { font-size: 1.65rem; }
  .category-content p { padding-right: 15px; }
  .card-arrow { right: 15px; bottom: 17px; }
  .story-inner { gap: 35px; }
  .page-hero { padding-block: 80px 60px; }
  .product-feature { gap: 40px; padding-block: 85px; }
  .product-photo { height: 370px; }
  .product-copy h2 { font-size: 2.8rem; }
  .product-cta-inner { flex-wrap: wrap; }
  .product-cta .button { margin-left: 68px; }
  .contact-hero { gap: 35px; min-height: 500px; }
  .contact-hero-image { height: 340px; }
  .contact-layout { gap: 35px; }
  .order-form { padding: 30px; }
}
@media (max-width: 620px) {
  html { scroll-padding-top: 84px; }
  .container { width: min(100% - 36px, 1200px); }
  .hero { padding-top: 55px; padding-bottom: 72px; }
  .hero h1 { font-size: clamp(3.25rem, 12vw, 4.8rem); }
  .hero-description { font-size: .95rem; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 24px; }
  .hero-visual { width: calc(100% - 16px); height: min(480px, 120vw); }
  .hero-visual::before { inset: 12px -12px -12px 12px; }
  .hero-stamp { bottom: 25px; left: -16px; width: 105px; height: 105px; border-width: 6px; }
  .hero-stamp strong { font-size: 1.12rem; }
  .ticker-track { height: 50px; }
  .section { padding-block: 78px; }
  .section-heading h2, .story-copy h2, .closing-section h2, .contact-intro h2, .contact-bottom h2 { font-size: clamp(2.4rem, 9vw, 3.4rem); }
  .category-grid { grid-template-columns: 1fr; gap: 18px; }
  .category-image { height: 300px; }
  .category-content { min-height: 160px; }
  .story-inner { grid-template-columns: 1fr; gap: 20px; padding-block: 78px; }
  .story-text p { margin-bottom: 25px; }
  .closing-section { padding-block: 90px; }
  .footer-main { flex-wrap: wrap; gap: 30px; padding-block: 55px 42px; }
  .footer-main > div { width: 100%; }
  .footer-main nav { margin-left: 0; }
  .footer-top { margin-left: auto; }
  .footer-bottom { flex-direction: column; gap: 8px; }
  .page-hero { padding-block: 70px 52px; }
  .page-hero h1, .contact-hero h1 { font-size: clamp(3.2rem, 11vw, 4.6rem); }
  .page-hero-art { top: 26px; right: 0; font-size: 9rem; }
  .product-nav { overflow-x: auto; }
  .product-nav a { flex: 1; min-width: 130px; padding: 19px 12px; font-size: 1.15rem; }
  .product-nav a:first-child { padding-left: 5px; }
  .product-nav span { font-size: .58rem; }
  .product-feature { grid-template-columns: 1fr; gap: 40px; padding-block: 80px; }
  .product-feature-reverse .product-photo { order: 0; }
  .product-photo { width: calc(100% - 15px); height: min(420px, 105vw); }
  .product-photo::before { inset: 12px -12px -12px 12px; }
  .product-copy h2 { font-size: clamp(2.7rem, 10vw, 3.6rem); }
  .product-cta-inner { gap: 18px; padding-block: 65px; }
  .product-cta-inner > span { font-size: 2rem; }
  .product-cta-inner > div { width: calc(100% - 55px); }
  .product-cta .button { margin-left: 0; }
  .contact-hero { grid-template-columns: 1fr; gap: 45px; padding-block: 65px 85px; }
  .contact-hero-image { width: calc(100% - 18px); height: min(390px, 93vw); }
  .contact-hero-sticker { right: -22px; width: 104px; height: 104px; }
  .contact-section { padding-block: 78px; }
  .contact-layout { grid-template-columns: 1fr; gap: 35px; }
  .contact-intro { padding-top: 0; }
  .contact-tip { margin-top: 32px; }
  .order-form { padding: 26px 20px; }
  .form-grid { grid-template-columns: 1fr; }
  .contact-bottom { padding-block: 80px; }
}
@media (max-width: 390px) {
  .hero h1 { font-size: 3.1rem; }
  .button { width: 100%; }
  .category-image { height: 260px; }
  .product-nav a { min-width: 111px; }
  .footer-top { margin-left: 0; }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .js .reveal { opacity: 1; transform: none; }
}
