:root {
  --ink: #241c1d;
  --wine: #581c2b;
  --wine-deep: #3b101c;
  --petal: #d68896;
  --petal-pale: #f1d8d8;
  --cream: #faf5eb;
  --butter: #eadb9b;
  --sage: #62694f;
  --line: rgba(36, 28, 29, .18);
  --serif: Georgia, 'Times New Roman', serif;
  --sans: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  --content: 1320px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--cream); color: var(--ink); font-family: var(--sans); font-size: 16px; line-height: 1.55; -webkit-font-smoothing: antialiased; }
body, button, input, select, textarea { font-family: var(--sans); }
img, video { display: block; max-width: 100%; }
a { color: inherit; }
a:focus-visible, button:focus-visible, select:focus-visible, input:focus-visible, textarea:focus-visible { outline: 3px solid var(--wine); outline-offset: 4px; }
::selection { color: var(--cream); background: var(--wine); }
.screen-reader-text { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; z-index: 1000; top: 8px; left: 8px; transform: translateY(-160%); padding: 12px 18px; background: var(--wine); color: white; }
.skip-link:focus { transform: translateY(0); }

.announcement-bar { min-height: 34px; display: flex; justify-content: center; align-items: center; gap: 10px; padding: 5px 18px; color: #fff9ef; background: var(--wine); font-size: 10px; letter-spacing: .16em; text-align: center; text-transform: uppercase; }
.announcement-bar p { margin: 0; }
.announcement-bar span { color: var(--butter); font-size: 13px; }
.site-header { position: relative; z-index: 20; background: var(--cream); border-bottom: 1px solid rgba(88, 28, 43, .11); }
.site-header__inner { width: min(var(--content), calc(100% - 64px)); min-height: 82px; margin: 0 auto; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 9px; width: fit-content; text-decoration: none; color: var(--wine-deep); font-size: 15px; font-weight: 700; letter-spacing: .19em; white-space: nowrap; }
.brand__mark { width: 34px; height: 34px; }
.primary-navigation { display: flex; justify-content: center; align-items: center; gap: clamp(18px, 3vw, 42px); }
.mobile-locale { display: none; }
.primary-navigation a, .legal-navigation a { text-decoration: none; }
.primary-navigation a { position: relative; padding: 8px 0; font-size: 11px; letter-spacing: .11em; text-transform: uppercase; }
.primary-navigation a::after { position: absolute; right: 0; bottom: 3px; left: 0; height: 1px; background: currentColor; content: ''; transform: scaleX(0); transform-origin: right; transition: transform .25s ease; }
.primary-navigation a:hover::after, .primary-navigation a:focus-visible::after { transform: scaleX(1); transform-origin: left; }
.header-tools { display: flex; justify-content: flex-end; align-items: center; gap: 16px; }
.locale-switcher ul { display: flex; gap: 6px; margin: 0; padding: 0; list-style: none; }
.locale-switcher a { display: inline-block; min-width: 25px; padding: 5px 3px; border-radius: 20px; color: #554748; font-size: 9px; font-weight: 700; letter-spacing: .07em; text-align: center; text-decoration: none; }
.locale-switcher a[aria-current="page"] { color: #fff9ef; background: var(--wine); }
.currency-switcher { position: relative; display: flex; align-items: center; width: 68px; max-width: 68px; }
.currency-switcher .wcml-dropdown { position: relative; z-index: 24; width: 100%; max-width: 100%; }
.currency-switcher .wcml-dropdown > ul, .currency-switcher .wcml-cs-submenu { margin: 0 !important; padding: 0 !important; list-style: none !important; }
.currency-switcher .wcml-cs-active-currency { position: relative; border: 0 !important; background: transparent !important; }
.currency-switcher .wcml-cs-item-toggle { position: relative; display: flex; align-items: center; min-height: 35px; padding: 0 20px 0 8px; color: var(--wine-deep) !important; background: transparent !important; font-size: 10px; font-weight: 700; letter-spacing: .08em; text-decoration: none; cursor: pointer; }
.currency-switcher .wcml-cs-item-toggle::after { position: absolute; right: 5px; top: 15px; width: 6px; height: 6px; border-right: 1px solid currentColor; border-bottom: 1px solid currentColor; content: ''; transform: rotate(45deg); }
.currency-switcher .wcml-cs-submenu { position: absolute !important; top: calc(100% + 4px) !important; right: 0 !important; left: auto !important; z-index: 30 !important; display: block !important; width: max-content; min-width: 68px; overflow: hidden; border: 1px solid rgba(88, 28, 43, .22) !important; background: var(--cream) !important; box-shadow: 0 12px 26px rgba(36, 28, 29, .13); opacity: 0; visibility: hidden !important; transform: translateY(-4px); transition: opacity .16s ease, transform .16s ease, visibility .16s ease; }
.currency-switcher .wcml-cs-submenu li { border: 0 !important; background: transparent !important; }
.currency-switcher .wcml-cs-submenu a { display: block; min-width: 68px; padding: 9px 12px; color: var(--wine-deep) !important; background: var(--cream) !important; font-size: 10px; font-weight: 700; letter-spacing: .08em; text-decoration: none; cursor: pointer; }
.currency-switcher .wcml-cs-submenu a:hover, .currency-switcher .wcml-cs-submenu a:focus-visible { color: var(--wine-deep) !important; background: var(--petal-pale) !important; }
.currency-switcher .wcml-cs-active-currency:hover > .wcml-cs-submenu, .currency-switcher .wcml-cs-active-currency:focus-within > .wcml-cs-submenu, .currency-switcher .wcml-dropdown.is-open .wcml-cs-submenu { opacity: 1; visibility: visible !important; transform: translateY(0); }
.currency-switcher .wcml-cs-item-toggle:focus-visible, .currency-switcher .wcml-cs-submenu a:focus-visible { outline: 2px solid var(--wine) !important; outline-offset: -2px; }
.bag-link { display: inline-flex; align-items: center; gap: 8px; min-width: 37px; color: var(--wine-deep); text-decoration: none; }
.bag-icon { position: relative; display: inline-block; width: 16px; height: 15px; margin-top: 3px; border: 1px solid currentColor; border-radius: 2px 2px 5px 5px; }
.bag-icon::before { position: absolute; top: -6px; left: 4px; width: 6px; height: 6px; border: 1px solid currentColor; border-bottom: 0; border-radius: 6px 6px 0 0; content: ''; }
.bag-count { font-size: 11px; }
.menu-toggle { display: none; }

.hero { position: relative; display: grid; grid-template-columns: minmax(310px, .84fr) minmax(0, 1.16fr); min-height: min(690px, 72vw); background: var(--petal-pale); overflow: hidden; }
.hero__copy { position: relative; z-index: 2; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; padding: clamp(45px, 8vw, 124px) max(32px, calc((100vw - var(--content)) / 2)); padding-right: 28px; }
.eyebrow { margin: 0 0 18px; color: #f8e9dd; font-size: 10px; font-weight: 700; letter-spacing: .2em; line-height: 1.5; text-transform: uppercase; }
.eyebrow--wine { color: var(--wine); }
.hero__copy .eyebrow { color: var(--wine); }
.eyebrow__flower { display: inline-block; padding-right: 9px; color: var(--wine); font-size: 15px; vertical-align: -1px; }
.hero h1 { max-width: 580px; margin: 0; color: var(--wine-deep); font-family: var(--serif); font-size: clamp(70px, 9vw, 139px); font-weight: 400; letter-spacing: -.09em; line-height: .79; }
.hero__intro { max-width: 310px; margin: 29px 0 24px; color: #513a3a; font-size: 13px; line-height: 1.7; }
.button { display: inline-flex; justify-content: center; align-items: center; gap: 29px; min-height: 49px; padding: 0 22px; border: 1px solid transparent; font-size: 10px; font-weight: 700; letter-spacing: .13em; text-decoration: none; text-transform: uppercase; transition: background .2s ease, color .2s ease, border-color .2s ease; }
.button span, .text-link span { font-size: 15px; transition: transform .2s ease; }
.button:hover span, .text-link:hover span { transform: translate(3px, -2px); }
.button--dark { color: #fff9ef; background: var(--wine); }
.button--dark:hover { color: var(--wine); background: transparent; border-color: var(--wine); }
.button--light { color: var(--wine-deep); background: var(--cream); }
.button--light:hover { background: var(--butter); }
.hero__edition { margin-top: clamp(40px, 7vw, 88px); color: #765257; font-size: 9px; letter-spacing: .17em; }
.hero__image { position: relative; min-height: 100%; margin: 0; background: #ae7b75; }
.hero__image img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center 39%; }
.hero__image::after { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(57, 21, 29, .16), transparent 30%), linear-gradient(0deg, rgba(32, 11, 16, .3), transparent 28%); content: ''; pointer-events: none; }
.hero__image figcaption { position: absolute; z-index: 1; right: 35px; bottom: 26px; left: 35px; display: flex; justify-content: space-between; color: #fff8e9; font-size: 9px; letter-spacing: .18em; text-transform: uppercase; }
.hero__seal { position: absolute; z-index: 3; right: 3.5%; bottom: 12%; display: flex; flex-direction: column; justify-content: center; align-items: center; width: 109px; height: 109px; border: 1px solid rgba(255, 250, 233, .8); border-radius: 50%; color: #fff8e9; font-size: 8px; letter-spacing: .12em; line-height: 1.6; transform: rotate(12deg); }

.page-section { width: min(var(--content), calc(100% - 64px)); margin: 0 auto; }
.form-section { padding-top: clamp(74px, 10vw, 146px); padding-bottom: clamp(84px, 11vw, 160px); }
.section-heading { display: flex; justify-content: space-between; align-items: end; gap: 28px; max-width: 1120px; margin-bottom: 42px; }
.section-heading h2, .film-feature h2, .story-section h2, .contact-strip h2 { margin: 0; font-family: var(--serif); font-weight: 400; letter-spacing: -.055em; line-height: .98; }
.section-heading h2 { max-width: 660px; color: var(--wine-deep); font-size: clamp(48px, 7.3vw, 92px); }
.section-heading > p { max-width: 240px; margin: 0 5% 5px 0; color: #725e5c; font-size: 12px; line-height: 1.75; }
.form-grid { display: grid; grid-template-columns: repeat(12, minmax(0, 1fr)); grid-auto-rows: clamp(42px, 6.1vw, 82px); gap: 17px; }
.form-card { position: relative; display: block; min-width: 0; overflow: hidden; background: var(--petal-pale); color: white; text-decoration: none; isolation: isolate; }
.form-card::after { position: absolute; z-index: 0; inset: 0; background: linear-gradient(180deg, transparent 50%, rgba(27, 14, 17, .58)); content: ''; }
.form-card img { position: absolute; z-index: -1; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform .6s cubic-bezier(.2,.7,.25,1); }
.form-card:hover img, .form-card:focus-visible img { transform: scale(1.04); }
.form-card--1 { grid-column: 1 / span 7; grid-row: span 8; }
.form-card--2 { grid-column: 8 / span 5; grid-row: span 7; margin-top: 50px; }
.form-card--3 { grid-column: 1 / span 4; grid-row: span 7; }
.form-card--4 { grid-column: 5 / span 5; grid-row: span 8; margin-top: 36px; }
.form-card--5 { grid-column: 10 / span 3; grid-row: span 6; margin-top: 102px; }
.form-card__index { position: absolute; top: 17px; left: 18px; color: #fff7eb; font-size: 9px; letter-spacing: .16em; }
.form-card__body { position: absolute; z-index: 1; right: 23px; bottom: 20px; left: 23px; display: flex; flex-direction: column; gap: 7px; }
.form-card__body strong { font-family: var(--serif); font-size: clamp(26px, 3vw, 42px); font-weight: 400; letter-spacing: -.04em; line-height: .98; }
.form-card__body > span { display: inline-flex; align-items: center; gap: 8px; font-size: 8px; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }

.film-feature { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(280px, .85fr); min-height: 492px; color: #fff8ed; background: var(--wine-deep); }
.film-feature__visual { position: relative; min-height: 370px; overflow: hidden; background: #6c3441; }
.film-feature__visual video { width: 100%; height: 100%; min-height: 370px; object-fit: cover; }
.film-feature__tag { position: absolute; top: 25px; left: 29px; color: #fff8ed; font-size: 9px; font-weight: 700; letter-spacing: .18em; pointer-events: none; }
.film-feature__copy { position: relative; display: flex; flex-direction: column; justify-content: center; align-items: flex-start; padding: 62px clamp(35px, 7vw, 100px); }
.film-feature h2 { max-width: 480px; font-size: clamp(48px, 6.5vw, 82px); }
.film-feature__copy > p:not(.eyebrow) { max-width: 330px; margin: 20px 0 25px; color: #e6ced0; font-size: 12px; }
.flower-stamp { position: absolute; top: 35px; right: 40px; color: var(--petal); font-size: 37px; }
.text-link { display: inline-flex; align-items: center; gap: 13px; width: fit-content; padding-bottom: 6px; border-bottom: 1px solid currentColor; font-size: 10px; font-weight: 700; letter-spacing: .13em; text-decoration: none; text-transform: uppercase; }

.story-section { display: grid; grid-template-columns: .52fr .96fr 1fr; align-items: center; gap: clamp(26px, 5vw, 75px); padding-top: clamp(90px, 12vw, 175px); padding-bottom: clamp(96px, 12vw, 180px); }
.story-section__stamp { display: flex; flex-direction: column; justify-content: center; align-items: center; width: clamp(140px, 18vw, 230px); aspect-ratio: 1; border: 1px solid var(--petal); border-radius: 50%; color: var(--wine); transform: rotate(-14deg); }
.story-section__stamp span { font-size: clamp(58px, 8vw, 106px); line-height: .9; }
.story-section__stamp small { padding-top: 12px; font-size: 8px; letter-spacing: .3em; }
.story-section__copy h2 { max-width: 510px; color: var(--wine-deep); font-size: clamp(49px, 6vw, 78px); }
.story-section__copy > p:not(.eyebrow) { max-width: 490px; margin: 23px 0 26px; color: #645352; font-size: 13px; line-height: 1.85; }
.story-section__detail { position: relative; margin: 0; }
.story-section__detail img { width: 100%; max-height: 515px; aspect-ratio: 4 / 5; object-fit: cover; }
.story-section__detail figcaption { position: absolute; right: -20px; bottom: 28px; padding: 11px 16px; color: var(--wine-deep); background: var(--butter); font-family: var(--serif); font-size: 17px; font-style: italic; transform: rotate(-4deg); }
.contact-strip { display: flex; flex-direction: column; align-items: center; padding: 74px 24px 82px; color: #fff8ed; background: var(--sage); text-align: center; }
.contact-strip .eyebrow { margin-bottom: 15px; }
.contact-strip h2 { margin-bottom: 25px; font-size: clamp(48px, 7vw, 88px); }

.site-footer { padding: 53px max(32px, calc((100vw - var(--content)) / 2)) 22px; color: #f9efe5; background: #241619; }
.site-footer__top { display: grid; grid-template-columns: 1fr minmax(210px, 320px) auto; align-items: center; gap: 30px; padding-bottom: 47px; }
.brand--footer { color: #fff8ed; }
.site-footer__top > p { margin: 0; color: #d5c4c0; font-size: 11px; }
.footer-contact { color: #fff8ed; font-family: var(--serif); font-size: 18px; text-decoration: none; }
.footer-contact span { color: var(--petal); }
.site-footer__bottom { display: flex; justify-content: space-between; align-items: center; gap: 26px; padding-top: 18px; border-top: 1px solid rgba(255, 248, 237, .22); }
.site-footer__bottom > p { margin: 0; color: #c5b3af; font-size: 9px; }
.legal-navigation { display: flex; justify-content: flex-end; flex-wrap: wrap; gap: 18px; }
.legal-navigation a { color: #f9efe5; font-size: 9px; text-decoration: none; }
.legal-navigation a:hover, .footer-contact:hover { color: var(--butter); }

.page-shell { width: min(960px, calc(100% - 48px)); min-height: 52vh; margin: 0 auto; padding: clamp(65px, 9vw, 120px) 0 clamp(85px, 11vw, 150px); }
.page-shell--shop { width: min(var(--content), calc(100% - 64px)); }
.content-page__header { max-width: 750px; margin-bottom: 46px; }
.content-page__header h1, .shop-heading h1, .category-hero h1, .page-shell--error h1 { margin: 0; color: var(--wine-deep); font-family: var(--serif); font-size: clamp(56px, 9vw, 100px); font-weight: 400; letter-spacing: -.065em; line-height: .9; }
.prose { color: #554849; font-size: 14px; line-height: 1.85; }
.prose h2 { margin: 2em 0 .6em; color: var(--wine); font-family: var(--serif); font-size: 29px; font-weight: 400; letter-spacing: -.025em; line-height: 1.1; }
.prose h3 { margin: 1.7em 0 .5em; color: var(--wine-deep); font-size: 13px; letter-spacing: .06em; text-transform: uppercase; }
.prose p, .prose ul, .prose ol { max-width: 72ch; }
.prose a { color: var(--wine); text-underline-offset: 3px; }
.prose li { padding-left: 4px; margin-bottom: 8px; }
.prose address { font-style: normal; }
.shop-heading { display: flex; flex-direction: column; align-items: flex-start; max-width: 760px; margin-bottom: 54px; }
.shop-heading h1 { font-size: clamp(62px, 10vw, 120px); }
.shop-heading > p:last-child { max-width: 450px; margin: 18px 0 0; color: #6d595a; font-size: 13px; }
.shop-empty { position: relative; display: flex; flex-direction: column; align-items: flex-start; max-width: 780px; min-height: 310px; justify-content: center; margin: 0 auto 30px; padding: 46px clamp(30px, 7vw, 88px); overflow: hidden; background: var(--petal-pale); }
.shop-empty .eyebrow { color: var(--wine); }
.shop-empty::before { position: absolute; right: -34px; bottom: -120px; width: 290px; height: 290px; border: 1px solid rgba(88, 28, 43, .27); border-radius: 50%; content: ''; }
.shop-empty__flower { position: absolute; top: 24px; right: 36px; color: var(--wine); font-size: 44px; }
.shop-empty h2 { max-width: 570px; margin: 0; color: var(--wine-deep); font-family: var(--serif); font-size: clamp(40px, 6.5vw, 72px); font-weight: 400; letter-spacing: -.05em; line-height: .95; }
.shop-empty > p:not(.eyebrow) { max-width: 470px; color: #5e494c; font-size: 12px; line-height: 1.7; }
.shop-empty .text-link { margin-top: 10px; }
.category-hero { display: grid; grid-template-columns: .86fr 1.14fr; align-items: center; gap: 40px; margin-bottom: 55px; }
.category-hero > div > p:not(.eyebrow) { max-width: 410px; margin: 22px 0; color: #645352; font-size: 13px; line-height: 1.7; }
.category-hero img { width: 100%; max-height: 620px; aspect-ratio: 4 / 5; object-fit: cover; }
.shop-empty--compact { min-height: auto; margin: 0; padding: 28px 34px; }
.shop-empty--compact h2 { font-size: 35px; }
.shop-empty--compact p { margin-bottom: 0; }
.page-shell--error { max-width: 780px; }
.page-shell--error h1 { max-width: 680px; }
.page-shell--error > p:not(.eyebrow) { max-width: 430px; margin: 24px 0 28px; color: #645352; }

.woocommerce .woocommerce-breadcrumb, .woocommerce .woocommerce-result-count, .woocommerce .woocommerce-ordering { color: #725e5c; font-size: 11px; }
.woocommerce ul.products { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; margin: 35px 0; padding: 0; }
.woocommerce ul.products::before, .woocommerce ul.products::after { display: none; }
.woocommerce ul.products li.product { float: none; width: auto; margin: 0; }
.woocommerce ul.products li.product img { aspect-ratio: 4/5; object-fit: cover; }
.woocommerce ul.products li.product .woocommerce-loop-product__title { color: var(--wine-deep); font-family: var(--serif); font-size: 23px; font-weight: 400; }
.woocommerce span.price { color: var(--wine); }
.woocommerce div.product div.images img { object-fit: cover; }
.woocommerce div.product .product_title { color: var(--wine-deep); font-family: var(--serif); font-weight: 400; letter-spacing: -.04em; }
.woocommerce button.button, .woocommerce a.button, .woocommerce input.button, .woocommerce #respond input#submit { min-height: 44px; padding: 13px 20px; border-radius: 0; color: white; background: var(--wine); font-size: 10px; letter-spacing: .1em; text-transform: uppercase; }
.woocommerce button.button:hover, .woocommerce a.button:hover, .woocommerce input.button:hover { color: white; background: var(--wine-deep); }
.woocommerce .quantity .qty { min-height: 42px; border: 1px solid var(--line); background: white; }
.woocommerce-cart .cart-collaterals, .woocommerce-checkout form.checkout { margin-top: 28px; }
.woocommerce table.shop_table { border-color: var(--line); border-radius: 0; }
.woocommerce-message, .woocommerce-info { border-top-color: var(--sage); background: #f0ecdc; }
.woocommerce-message::before, .woocommerce-info::before { color: var(--wine); }

@media (min-width: 1500px) {
  .hero { min-height: 700px; }
}
@media (max-width: 980px) {
  .site-header__inner { width: calc(100% - 40px); grid-template-columns: 1fr auto 1fr; gap: 12px; }
  .primary-navigation { gap: 17px; }
  .primary-navigation a { font-size: 9px; }
  .header-tools { gap: 8px; }
  .hero { min-height: 580px; grid-template-columns: .9fr 1.1fr; }
  .hero h1 { font-size: clamp(72px, 11vw, 112px); }
  .form-grid { grid-auto-rows: 63px; }
  .story-section { grid-template-columns: .5fr 1fr 1fr; }
  .story-section__stamp { width: 145px; }
}
@media (max-width: 720px) {
  html { scroll-behavior: auto; }
  .announcement-bar { min-height: 32px; font-size: 8px; letter-spacing: .12em; }
  .site-header__inner { min-height: 67px; width: calc(100% - 34px); grid-template-columns: 38px 1fr auto; }
  .menu-toggle { display: flex; width: 34px; height: 40px; flex-direction: column; justify-content: center; padding: 0; border: 0; background: transparent; color: var(--wine); cursor: pointer; }
  .menu-toggle__icon { display: grid; gap: 5px; }
  .menu-toggle__icon i { display: block; width: 19px; height: 1px; background: currentColor; }
  .brand { justify-self: center; gap: 7px; font-size: 13px; letter-spacing: .16em; }
  .brand__mark { width: 29px; height: 29px; }
  .header-tools { gap: 8px; }
  .header-tools__locale { display: none; }
  .currency-switcher { width: 64px; max-width: 64px; }
  .currency-switcher .wcml-cs-item-toggle { min-height: 35px; font-size: 9px; }
  .bag-link { gap: 5px; }
  .bag-count { font-size: 10px; }
  .primary-navigation { position: absolute; top: 100%; right: 0; left: 0; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 8px 24px 18px; background: var(--cream); border-bottom: 1px solid var(--line); box-shadow: 0 16px 24px rgba(36, 28, 29, .09); }
  .primary-navigation.is-open { display: flex; }
  .primary-navigation a { padding: 15px 5px; border-top: 1px solid var(--line); font-size: 10px; }
  .mobile-locale { display: block; padding: 15px 5px 2px; border-top: 1px solid var(--line); }
  .mobile-locale .locale-switcher ul { display: flex; flex-wrap: wrap; gap: 8px; }
  .mobile-locale .locale-switcher a { display: inline-flex; min-width: 40px; min-height: 40px; justify-content: center; align-items: center; padding: 8px; border: 1px solid var(--line); border-radius: 22px; font-size: 10px; }
  .mobile-locale .locale-switcher a[aria-current="page"] { border-color: var(--wine); background: var(--wine); color: #fff8ed; }
  .hero { grid-template-columns: 1fr; min-height: auto; }
  .hero__copy { min-height: 355px; padding: 49px 27px 31px; }
  .hero h1 { max-width: 390px; font-size: clamp(76px, 17vw, 120px); }
  .hero__intro { max-width: 275px; margin: 20px 0 18px; font-size: 12px; }
  .hero__edition { margin-top: 27px; font-size: 8px; }
  .hero__image { min-height: 100vw; max-height: 600px; }
  .hero__image img { object-position: center 35%; }
  .hero__seal { right: 6%; bottom: 9%; width: 86px; height: 86px; font-size: 7px; }
  .hero__image figcaption { right: 19px; bottom: 19px; left: 19px; font-size: 8px; }
  .page-section { width: calc(100% - 36px); }
  .form-section { padding-top: 70px; padding-bottom: 76px; }
  .section-heading { display: block; margin-bottom: 28px; }
  .section-heading h2 { max-width: 470px; font-size: clamp(54px, 12.6vw, 82px); }
  .section-heading > p { margin: 18px 0 0; font-size: 11px; }
  .form-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); grid-auto-rows: auto; gap: 11px; }
  .form-card { min-height: 0; aspect-ratio: 4/5; }
  .form-card--1, .form-card--4 { grid-column: span 2; aspect-ratio: 1.19 / 1; }
  .form-card--2, .form-card--3, .form-card--5 { grid-column: span 1; margin-top: 0; }
  .form-card--5 { grid-column: 2; }
  .form-card__body { right: 13px; bottom: 13px; left: 13px; gap: 5px; }
  .form-card__body strong { font-size: clamp(24px, 7vw, 36px); }
  .form-card__body > span { font-size: 7px; }
  .form-card__index { top: 12px; left: 13px; font-size: 8px; }
  .film-feature { grid-template-columns: 1fr; }
  .film-feature__visual, .film-feature__visual video { min-height: 64vw; max-height: 420px; }
  .film-feature__copy { min-height: 300px; padding: 55px 29px 57px; }
  .film-feature h2 { max-width: 410px; font-size: clamp(50px, 11vw, 76px); }
  .flower-stamp { top: 24px; right: 24px; font-size: 30px; }
  .story-section { width: calc(100% - 54px); grid-template-columns: 80px 1fr; gap: 23px 19px; padding-top: 82px; padding-bottom: 88px; }
  .story-section__stamp { grid-column: 1; grid-row: 1; width: 76px; }
  .story-section__stamp span { font-size: 38px; }
  .story-section__stamp small { padding-top: 5px; font-size: 6px; }
  .story-section__copy { grid-column: 2; grid-row: 1; }
  .story-section__copy .eyebrow { font-size: 8px; }
  .story-section__copy h2 { font-size: clamp(44px, 10vw, 64px); }
  .story-section__copy > p:not(.eyebrow) { grid-column: 1 / -1; font-size: 11px; }
  .story-section__detail { grid-column: 1 / -1; width: 82%; justify-self: end; margin-top: 13px; }
  .story-section__detail figcaption { right: -11px; bottom: 17px; font-size: 14px; }
  .contact-strip { padding: 61px 20px 68px; }
  .contact-strip h2 { font-size: clamp(51px, 11vw, 75px); }
  .site-footer { padding: 38px 22px 20px; }
  .site-footer__top { grid-template-columns: 1fr; gap: 18px; padding-bottom: 31px; }
  .site-footer__top > p { max-width: 290px; }
  .footer-contact { font-size: 16px; }
  .site-footer__bottom { display: block; }
  .legal-navigation { justify-content: flex-start; gap: 12px 17px; margin-top: 17px; }
  .page-shell, .page-shell--shop { width: calc(100% - 38px); padding-top: 62px; padding-bottom: 85px; }
  .content-page__header { margin-bottom: 30px; }
  .content-page__header h1, .shop-heading h1, .category-hero h1, .page-shell--error h1 { font-size: clamp(55px, 14vw, 84px); }
  .prose { font-size: 12px; }
  .prose h2 { font-size: 25px; }
  .shop-heading { margin-bottom: 34px; }
  .shop-empty { min-height: 320px; padding: 35px 25px; }
  .shop-empty h2 { max-width: 360px; font-size: clamp(42px, 11vw, 64px); }
  .shop-empty__flower { top: 19px; right: 23px; font-size: 31px; }
  .category-hero { grid-template-columns: 1fr; gap: 28px; margin-bottom: 35px; }
  .category-hero img { max-height: 550px; }
  .woocommerce ul.products { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 15px; }
}
@media (max-width: 390px) {
  .site-header__inner { width: calc(100% - 24px); }
  .header-tools { gap: 5px; }
  .brand { font-size: 11px; }
  .brand__mark { width: 26px; height: 26px; }
  .bag-icon { width: 14px; height: 13px; }
  .hero__copy { min-height: 330px; padding-right: 22px; padding-left: 22px; }
  .hero h1 { font-size: 74px; }
  .page-section, .page-shell, .page-shell--shop { width: calc(100% - 30px); }
  .story-section { width: calc(100% - 38px); }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}
