@font-face { font-family: Cormorant; src: url('fonts/cormorant-500.ttf') format('truetype'); font-weight: 500; font-display: swap; }
@font-face { font-family: Cormorant; src: url('fonts/cormorant-600.ttf') format('truetype'); font-weight: 600; font-display: swap; }
@font-face { font-family: Cormorant; src: url('fonts/cormorant-italic-500.ttf') format('truetype'); font-style: italic; font-weight: 500; font-display: swap; }
:root {
  --paper: #ece6dc; --paper-light: #f7f3ec; --paper-deep: #ded3c3;
  --wine: #48171d; --wine-dark: #1e1013; --wine-bright: #71303a;
  --gold: #9f7d4c; --gold-light: #d2b886; --ink: #211b18; --muted: #70665f;
  --line: rgba(33,27,24,.18); --serif: Cormorant, Georgia, serif;
  --sans: Manrope, Arial, sans-serif; --container: min(1360px, calc(100% - 80px));
  --ease: cubic-bezier(.22,1,.36,1);
}
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 120px; }
body { margin: 0; background: var(--paper-light); color: var(--ink); font-family: var(--sans); font-size: 16px; line-height: 1.7; -webkit-font-smoothing: antialiased; }
body:has(dialog[open]) { overflow: hidden; }
h1, h2, h3, p, figure { margin: 0; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button, input { font: inherit; }
button { color: inherit; cursor: pointer; }
button, a { -webkit-tap-highlight-color: transparent; }
::selection { background: var(--wine); color: #fff; }
:focus-visible { outline: 2px solid var(--gold); outline-offset: 5px; }
[hidden] { display: none !important; }
.container { width: var(--container); margin-inline: auto; }
.skip-link { position: fixed; z-index: 100; top: 12px; left: 16px; padding: 12px 20px; background: var(--paper-light); color: var(--wine); transform: translateY(-160%); }
.skip-link:focus { transform: none; }
.eyebrow { display: flex; align-items: center; gap: 14px; color: var(--wine); font-size: 12px; font-weight: 600; letter-spacing: .16em; line-height: 1.5; text-transform: uppercase; }
.eyebrow::before { width: 28px; height: 1px; flex: 0 0 auto; background: currentColor; content: ''; }
.display { font-family: var(--serif); font-size: clamp(48px, 5.4vw, 80px); font-weight: 500; letter-spacing: -.045em; line-height: .98; text-wrap: balance; }
.display em { color: var(--wine); font-weight: 500; }
.copy { color: var(--muted); font-size: 16px; line-height: 1.85; }
.text-link { display: inline-flex; align-items: center; gap: 22px; padding: 6px 0; border-bottom: 1px solid currentColor; font-size: 14px; font-weight: 600; }
.text-link span { font-size: 22px; transition: transform .3s var(--ease); }
.text-link:hover span { transform: translate(3px,-3px); }
.button { display: inline-flex; min-height: 56px; padding: 15px 27px; align-items: center; justify-content: center; gap: 28px; border: 1px solid var(--wine); border-radius: 100px; background: var(--wine); color: var(--paper-light); font-size: 14px; font-weight: 600; line-height: 1.4; transition: background .25s, transform .25s; }
.button:hover { background: var(--wine-bright); transform: translateY(-2px); }
.button span { font-size: 23px; line-height: 1; }
.button--light { border-color: var(--paper-light); background: var(--paper-light); color: var(--wine); }
.button--light:hover { background: white; }
.announcement { background: var(--wine-dark); color: #d8cdc1; font-size: 12px; }
.announcement__inner { display: flex; min-height: 36px; align-items: center; justify-content: space-between; gap: 24px; }
.announcement__note { display: flex; align-items: center; gap: 10px; }
.announcement__note::before { width: 5px; height: 5px; border-radius: 50%; background: var(--gold-light); content: ''; }
.announcement__links { display: flex; gap: 28px; }
.site-header { position: sticky; z-index: 30; top: 0; border-bottom: 1px solid var(--line); background: rgba(247,243,236,.95); backdrop-filter: blur(18px); }
.header__inner { display: flex; min-height: 88px; align-items: center; justify-content: space-between; gap: 35px; }
.brand { display: inline-flex; flex: 0 0 auto; align-items: center; gap: 13px; }
.brand__seal { display: grid; width: 38px; height: 38px; border: 1px solid currentColor; border-radius: 50%; place-items: center; color: var(--wine); font-family: var(--serif); font-size: 16px; }
.brand__name { color: var(--wine-dark); font-family: var(--serif); font-size: 23px; font-weight: 600; letter-spacing: .015em; line-height: .95; text-transform: uppercase; }
.brand__name small { display: block; margin-top: 8px; color: var(--muted); font-family: var(--sans); font-size: 8px; font-weight: 500; letter-spacing: .24em; line-height: 1; }
.desktop-nav { display: flex; align-items: center; gap: clamp(20px, 2.5vw, 38px); }
.desktop-nav a { position: relative; padding: 31px 0; white-space: nowrap; font-size: 14px; }
.desktop-nav a::after { position: absolute; right: 0; bottom: 24px; left: 0; height: 1px; background: var(--wine); content: ''; transform: scaleX(0); transition: transform .25s; }
.desktop-nav a:hover::after, .desktop-nav a[aria-current]::after { transform: scaleX(1); }
.desktop-nav a[aria-current] { color: var(--wine); }
.basket-link { position: relative; }
.basket-count { position: absolute; top: 0; right: 0; display: grid; min-width: 17px; height: 17px; padding-inline: 3px; place-items: center; border-radius: 50%; background: var(--wine); color: var(--paper-light); font-size: 10px; line-height: 1; }
.basket-count[data-count="0"] { display: none; }
.header-actions { display: flex; flex: 0 0 auto; gap: 8px; }
.icon-button { display: grid; width: 44px; height: 44px; padding: 0; place-items: center; border: 0; border-radius: 50%; background: transparent; }
.icon-button:hover { background: rgba(72,23,29,.07); }
.icon-button svg { width: 22px; height: 22px; fill: none; stroke: currentColor; stroke-width: 1.3; }
.menu-toggle { display: none; }
.breadcrumbs { display: flex; gap: 11px; padding: 18px 0; color: var(--muted); font-size: 12px; }
.breadcrumbs span[aria-current] { color: var(--ink); }

/* The opening spread uses a restored, lossless version of the brand's interior photograph. */
.factory-hero { position: relative; min-height: 670px; overflow: hidden; isolation: isolate; background: var(--wine-dark); color: var(--paper-light); }
.factory-hero__image { position: absolute; z-index: -3; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 58% center; }
.factory-hero::before { position: absolute; z-index: -2; inset: 0; background: linear-gradient(90deg, rgba(33,12,17,.98), rgba(45,16,22,.87) 25%, rgba(45,16,22,.38) 52%, rgba(26,14,15,.02) 78%), linear-gradient(0deg, rgba(22,12,15,.8), transparent 45%); content: ''; }
.factory-hero__inner { display: flex; min-height: 670px; flex-direction: column; padding-top: 70px; padding-bottom: 30px; }
.factory-hero .eyebrow { color: var(--gold-light); }
.factory-hero h1 { max-width: 690px; margin-top: 34px; font-family: var(--serif); font-size: clamp(76px, 8.2vw, 122px); font-weight: 500; letter-spacing: -.05em; line-height: .88; }
.factory-hero h1 em { color: #dfc394; font-weight: 500; }
.factory-hero__copy { max-width: 390px; margin-top: 30px; color: #e0d3c8; font-size: 16px; line-height: 1.8; }
.factory-hero__bottom { display: flex; margin-top: auto; padding-top: 42px; align-items: flex-end; justify-content: space-between; gap: 30px; }
.hero-scroll { display: inline-flex; align-items: center; gap: 16px; font-size: 14px; }
.hero-scroll__icon { display: grid; width: 48px; height: 48px; border: 1px solid rgba(239,219,188,.5); border-radius: 50%; place-items: center; font-size: 23px; transition: transform .3s; }
.hero-scroll:hover .hero-scroll__icon { transform: translateY(4px); }
.factory-hero__signature { text-align: right; }
.factory-hero__signature strong { display: block; font-family: var(--serif); font-size: 28px; font-weight: 500; }
.factory-hero__signature span { color: #eaded1; font-size: 12px; letter-spacing: .15em; text-transform: uppercase; }
.chapter-nav { border-bottom: 1px solid var(--line); background: var(--paper); }
.chapter-nav__inner { display: flex; min-height: 78px; align-items: center; justify-content: space-between; gap: 35px; }
.chapter-nav__links { display: flex; flex-wrap: wrap; gap: 36px; }
.chapter-nav a { display: flex; align-items: center; gap: 10px; padding-block: 14px; font-size: 14px; }
.chapter-nav a span { color: var(--gold); font-size: 12px; }
.chapter-nav a:hover { color: var(--wine); }
.chapter-nav__note { color: var(--muted); font-size: 12px; letter-spacing: .12em; text-transform: uppercase; }

.history { padding: 130px 0 125px; }
.history__grid { display: grid; grid-template-columns: .9fr 1.1fr; align-items: start; gap: clamp(60px, 8vw, 130px); }
.history__date { padding-top: 5px; }
.history__date-label { color: var(--muted); font-size: 12px; letter-spacing: .14em; text-transform: uppercase; }
.history__year { margin: 5px 0 15px -9px; color: var(--wine); font-family: var(--serif); font-size: clamp(140px, 18vw, 266px); font-weight: 500; letter-spacing: -.075em; line-height: 1; }
.history__place { display: flex; max-width: 380px; padding-top: 21px; align-items: center; justify-content: space-between; border-top: 1px solid var(--line); font-size: 14px; }
.history__place span:last-child { color: var(--muted); font-family: var(--serif); font-size: 24px; font-style: italic; }
.history__text .eyebrow { margin-bottom: 28px; }
.history__text .display { font-size: clamp(44px, 4.5vw, 66px); }
.history__text .copy { max-width: 570px; margin-top: 28px; }
.history__text .copy + .copy { margin-top: 16px; }

.materials { padding: 105px 0 115px; background: var(--paper); }
.section-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 50px; margin-bottom: 60px; }
.section-heading .eyebrow { margin-bottom: 25px; }
.section-heading > .copy { max-width: 320px; padding-bottom: 5px; }
.materials__grid { display: grid; grid-template-columns: 1.12fr 1fr; gap: clamp(55px, 7vw, 108px); align-items: center; }
.material-photo { position: relative; min-width: 0; aspect-ratio: 1/1.05; overflow: hidden; background: #e3dacb; }
.material-photo::after { position: absolute; inset: 16px; border: 1px solid rgba(64,45,26,.12); content: ''; pointer-events: none; }
.material-photo img { width: 100%; height: 100%; object-fit: cover; object-position: center 58%; mix-blend-mode: multiply; }
.material-photo__label { position: absolute; bottom: 32px; left: 32px; display: flex; align-items: center; gap: 14px; padding: 8px 13px; background: var(--paper-light); color: var(--wine); font-size: 12px; }
.material-photo__label span:first-child { color: var(--gold); }
.material-options { border-top: 1px solid var(--line); }
.material-option { border-bottom: 1px solid var(--line); }
.material-option summary { display: grid; min-height: 96px; grid-template-columns: 35px 1fr 24px; align-items: center; gap: 15px; cursor: pointer; list-style: none; }
.material-option summary::-webkit-details-marker { display: none; }
.material-option__number { color: var(--gold); font-size: 12px; }
.material-option__title { font-family: var(--serif); font-size: 42px; font-weight: 500; letter-spacing: -.025em; line-height: 1.1; }
.material-option__toggle { font-size: 24px; font-weight: 400; line-height: 1; }
.material-option[open] .material-option__toggle { transform: rotate(45deg); }
.material-option[open] .material-option__title { color: var(--wine); }
.material-option .copy { padding: 0 0 26px 50px; }
.materials__footnote { margin-top: 25px; color: var(--muted); font-size: 12px; line-height: 1.65; }

.origin { position: relative; overflow: hidden; padding: 108px 0 100px; background: var(--wine); color: var(--paper-light); }
.origin .eyebrow { color: var(--gold-light); }
.origin__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 90px; align-items: center; }
.origin__title { margin-top: 40px; font-family: var(--serif); font-size: clamp(90px, 10vw, 148px); font-weight: 500; line-height: .77; letter-spacing: -.055em; }
.origin__title em { color: var(--gold-light); font-weight: 500; }
.origin__caption { max-width: 310px; margin-top: 38px; color: #d7c0b8; font-size: 16px; line-height: 1.8; }
.origin__list { padding: 0; margin: 0; list-style: none; }
.origin__list li { display: grid; padding: 27px 0; grid-template-columns: 33px 1fr; column-gap: 21px; border-top: 1px solid rgba(247,243,236,.22); }
.origin__list li:last-child { border-bottom: 1px solid rgba(247,243,236,.22); }
.origin__list .number { padding-top: 9px; color: var(--gold-light); font-size: 12px; }
.origin__list h3 { font-family: var(--serif); font-size: 33px; font-weight: 500; line-height: 1.25; }
.origin__list p { margin-top: 9px; color: #dfc9c1; font-size: 16px; line-height: 1.8; }
.origin__footer { display: flex; margin-top: 76px; padding-top: 23px; align-items: center; justify-content: space-between; gap: 25px; border-top: 1px solid rgba(247,243,236,.22); }
.origin__footer span { color: #d7c0b8; font-size: 12px; letter-spacing: .08em; }
.origin__footer a { color: var(--gold-light); font-size: 14px; }
.origin__footer a:hover { text-decoration: underline; text-underline-offset: 5px; }

.family { padding: 125px 0; }
.family .section-heading > .copy { max-width: 365px; }
.family__grid { display: grid; grid-template-columns: 1.35fr 1fr 1fr; gap: 25px; align-items: end; }
.family-card { display: block; min-width: 0; }
.family-card__image { position: relative; overflow: hidden; background: #e8e4d9; aspect-ratio: 1/1.12; }
.family-card:first-child .family-card__image { aspect-ratio: 1/1.13; }
.family-card__image img { width: 100%; height: 100%; padding: 26px; object-fit: contain; mix-blend-mode: multiply; transition: transform .7s var(--ease); }
.family-card:hover .family-card__image img { transform: scale(1.035); }
.family-card__number { position: absolute; z-index: 1; top: 20px; left: 23px; color: var(--muted); font-size: 12px; }
.family-card__arrow { position: absolute; right: 20px; bottom: 20px; display: grid; width: 42px; height: 42px; border: 1px solid var(--line); border-radius: 50%; place-items: center; font-size: 22px; transition: background .25s, color .25s; }
.family-card:hover .family-card__arrow { background: var(--wine); color: white; }
.family-card__kind { margin-top: 22px; color: var(--muted); font-size: 12px; }
.family-card h3 { margin-top: 3px; font-family: var(--serif); font-size: 32px; font-weight: 500; }
.family__note { display: flex; margin-top: 46px; padding-top: 25px; align-items: center; justify-content: space-between; gap: 35px; border-top: 1px solid var(--line); }
.family__note p { max-width: 640px; color: var(--muted); font-size: 14px; }
.family__note .text-link { flex: 0 0 auto; color: var(--wine); }

.closing { padding: 90px 0 100px; border-top: 1px solid var(--line); background: var(--paper-deep); text-align: center; }
.closing .eyebrow { justify-content: center; margin-bottom: 25px; }
.closing .display { max-width: 950px; margin-inline: auto; font-size: clamp(50px, 6.5vw, 92px); }
.closing__actions { display: flex; margin-top: 36px; align-items: center; justify-content: center; flex-wrap: wrap; gap: 28px; }
.closing .text-link { color: var(--wine); }
.site-footer { padding: 70px 0 24px; background: var(--wine-dark); color: var(--paper-light); }
.footer__top { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 50px; padding-bottom: 65px; }
.site-footer .brand__seal { color: var(--gold-light); }
.site-footer .brand__name { color: var(--paper-light); }
.site-footer .brand__name small { color: #b6a69e; }
.footer__statement { max-width: 270px; margin-top: 26px; color: #cbbab0; font-family: var(--serif); font-size: 27px; line-height: 1.2; }
.footer-column h3 { margin-bottom: 23px; color: var(--gold-light); font-size: 12px; font-weight: 500; letter-spacing: .12em; text-transform: uppercase; }
.footer-column ul { display: grid; margin: 0; padding: 0; gap: 9px; list-style: none; }
.footer-column a, .footer-column p { color: #c2b1a8; font-size: 14px; line-height: 1.8; }
.footer-column a:hover { color: white; }
.footer__bottom { display: flex; padding-top: 24px; align-items: center; justify-content: space-between; gap: 24px; border-top: 1px solid rgba(247,243,236,.16); color: #b5a39a; font-size: 12px; }

dialog { width: min(690px, calc(100% - 40px)); max-height: calc(100dvh - 40px); padding: 42px; overflow: auto; border: 0; background: var(--paper-light); color: var(--ink); }
dialog::backdrop { background: rgba(25,12,16,.72); backdrop-filter: blur(5px); }
.dialog__top { display: flex; margin-bottom: 28px; align-items: center; justify-content: space-between; gap: 24px; }
.dialog__top h2 { font-family: var(--serif); font-size: 38px; font-weight: 500; line-height: 1; }
.dialog__close { flex: 0 0 auto; font-size: 32px; line-height: 1; }
.search-form label { display: block; margin-bottom: 12px; color: var(--muted); font-size: 14px; }
.search-form__row { display: flex; gap: 12px; }
.search-form input { width: 100%; min-width: 0; min-height: 56px; padding: 12px 16px; border: 1px solid var(--line); border-radius: 0; background: transparent; }
.menu-dialog { margin: 0 0 0 auto; width: min(420px, 100%); max-height: 100dvh; height: 100dvh; padding: 28px; }
.menu-dialog nav { display: grid; gap: 4px; }
.menu-dialog nav a { display: block; padding: 13px 0; border-bottom: 1px solid var(--line); font-family: var(--serif); font-size: 33px; line-height: 1.2; }
.menu-dialog nav [aria-current] { color: var(--wine); font-style: italic; }
.menu-dialog__contact { display: grid; margin-top: 38px; gap: 12px; font-size: 14px; }
@media (prefers-reduced-motion: no-preference) {
  .factory-hero h1 { animation: arrival .9s var(--ease) both; }
  .factory-hero__copy { animation: arrival .9s .12s var(--ease) both; }
  @keyframes arrival { from { opacity: 0; transform: translateY(20px); } to { opacity: 1; transform: none; } }
}
@media (max-width: 1180px) {
  :root { --container: calc(100% - 56px); }
  .header__inner { gap: 22px; }
  .desktop-nav { gap: 22px; }
  .desktop-nav a { font-size: 13px; }
  .brand__name { font-size: 21px; }
  .brand__name small { font-size: 7px; }
  .brand__seal { display: none; }
  .history__grid, .origin__grid { gap: 60px; }
  .materials__grid { gap: 50px; }
  .footer__top { gap: 30px; }
  .chapter-nav__note { display: none; }
}
@media (max-width: 960px) {
  .desktop-nav { display: none; }
  .menu-toggle { display: grid; }
  .brand__seal { display: grid; }
  .brand__name { font-size: 23px; }
  .header__inner { min-height: 78px; }
  .factory-hero, .factory-hero__inner { min-height: 655px; }
  .factory-hero__image { object-position: 58% center; }
  .factory-hero::before { background: linear-gradient(90deg, rgba(33,12,17,.94), rgba(45,16,22,.77) 34%, rgba(45,16,22,.22)), linear-gradient(0deg, rgba(22,12,15,.8), transparent 50%); }
  .factory-hero h1 { font-size: clamp(75px, 11vw, 104px); }
  .chapter-nav__links { width: 100%; justify-content: space-between; gap: 12px; }
  .history, .family { padding-block: 90px; }
  .history__grid { grid-template-columns: .8fr 1.2fr; gap: 45px; }
  .history__year { font-size: 20vw; }
  .history__place { flex-direction: column; align-items: flex-start; gap: 8px; }
  .history__text .display { font-size: 45px; }
  .materials { padding-block: 85px; }
  .section-heading { gap: 40px; margin-bottom: 45px; }
  .section-heading > .copy { max-width: 280px; }
  .materials__grid { grid-template-columns: 1fr 1fr; gap: 35px; }
  .material-photo { aspect-ratio: 1/1.45; }
  .material-option__title { font-size: 36px; }
  .material-option summary { grid-template-columns: 25px 1fr 20px; gap: 10px; }
  .material-option .copy { padding-left: 35px; }
  .origin { padding-block: 90px; }
  .origin__grid { gap: 45px; }
  .origin__title { font-size: 12vw; }
  .origin__list li { grid-template-columns: 22px 1fr; column-gap: 15px; }
  .origin__list h3 { font-size: 30px; }
  .family__grid { grid-template-columns: 1.1fr 1fr 1fr; gap: 16px; }
  .family-card__image img { padding: 18px; }
  .family-card__arrow { right: 13px; bottom: 13px; width: 35px; height: 35px; }
  .footer__top { grid-template-columns: 1.1fr 1fr; row-gap: 45px; }
}
@media (max-width: 640px) {
  :root { --container: calc(100% - 40px); }
  html { scroll-padding-top: 96px; }
  .announcement__inner { min-height: 31px; justify-content: center; }
  .announcement__note { font-size: 10px; }
  .announcement__links { display: none; }
  .header__inner { min-height: 74px; gap: 10px; }
  .brand { gap: 8px; }
  .brand__seal { width: 29px; height: 29px; font-size: 12px; }
  .brand__name { font-size: 18px; }
  .brand__name small { margin-top: 6px; font-size: 6px; letter-spacing: .19em; }
  .header-actions { gap: 0; }
  .header-actions .icon-button { width: 38px; height: 42px; }
  .header-actions .basket-link { display: none; }
  .breadcrumbs { padding-block: 14px; font-size: 12px; }
  .factory-hero, .factory-hero__inner { min-height: 660px; }
  .factory-hero__inner { padding-top: 43px; padding-bottom: 28px; }
  .factory-hero__image { object-position: 54% top; }
  .factory-hero::before { background: linear-gradient(90deg, rgba(33,12,17,.73), rgba(45,16,22,.12)), linear-gradient(0deg, #251017 2%, rgba(37,16,23,.83) 30%, rgba(37,16,23,.2) 95%); }
  .factory-hero .eyebrow { font-size: 11px; letter-spacing: .11em; }
  .factory-hero h1 { margin-top: 210px; font-size: clamp(59px, 15.5vw, 91px); }
  .factory-hero__copy { max-width: 380px; margin-top: 22px; font-size: 14px; line-height: 1.8; }
  .factory-hero__bottom { padding-top: 30px; }
  .factory-hero__signature { display: none; }
  .hero-scroll { font-size: 13px; }
  .hero-scroll__icon { width: 40px; height: 40px; }
  .chapter-nav__inner { min-height: 69px; }
  .chapter-nav__links { column-gap: 20px; row-gap: 0; }
  .chapter-nav a { gap: 7px; font-size: 12px; }
  .chapter-nav a span { font-size: 10px; }
  .history, .family { padding-block: 68px; }
  .history__grid { grid-template-columns: 1fr; gap: 52px; }
  .history__year { margin: 0 0 4px -5px; font-size: clamp(156px, 43vw, 244px); }
  .history__place { max-width: none; flex-direction: row; align-items: center; padding-top: 15px; }
  .history__text .display { font-size: 46px; }
  .history__text .eyebrow { margin-bottom: 22px; }
  .history__text .copy { margin-top: 22px; }
  .display { font-size: 48px; }
  .eyebrow { font-size: 11px; letter-spacing: .13em; }
  .section-heading { display: block; margin-bottom: 32px; }
  .section-heading > .copy, .family .section-heading > .copy { max-width: none; margin-top: 24px; }
  .materials { padding-block: 65px; }
  .materials__grid { grid-template-columns: 1fr; gap: 30px; }
  .material-photo { aspect-ratio: 1/1; }
  .material-photo__label { bottom: 23px; left: 23px; }
  .material-option summary { min-height: 82px; grid-template-columns: 30px 1fr 24px; gap: 10px; }
  .material-option__title { font-size: 38px; }
  .material-option .copy { padding-left: 40px; }
  .origin { padding-block: 65px; }
  .origin__grid { grid-template-columns: 1fr; gap: 45px; }
  .origin__title { margin-top: 35px; font-size: clamp(98px, 27vw, 150px); }
  .origin__caption { max-width: 370px; margin-top: 28px; }
  .origin__list li { padding-block: 25px; grid-template-columns: 22px 1fr; column-gap: 16px; }
  .origin__footer { margin-top: 40px; flex-direction: column; align-items: flex-start; gap: 12px; }
  .origin__footer span { font-size: 11px; }
  .family__grid { grid-template-columns: 1fr 1fr; gap: 28px 16px; }
  .family-card:first-child { grid-column: 1 / -1; }
  .family-card:first-child .family-card__image { aspect-ratio: 1/1.05; }
  .family-card__image { aspect-ratio: 1/1.25; }
  .family-card__image img { padding: 14px 8px; }
  .family-card:first-child .family-card__image img { padding: 23px; }
  .family-card__number { top: 13px; left: 14px; font-size: 11px; }
  .family-card h3 { font-size: 29px; }
  .family-card__kind { margin-top: 15px; }
  .family__note { margin-top: 32px; flex-direction: column; align-items: flex-start; gap: 20px; }
  .closing { padding-block: 65px; }
  .closing .display { font-size: 51px; }
  .closing__actions { gap: 23px; }
  .site-footer { padding-top: 55px; }
  .footer__top { grid-template-columns: 1fr 1fr; gap: 35px 24px; padding-bottom: 40px; }
  .footer-brand { grid-column: 1 / -1; }
  .site-footer .brand__name { font-size: 24px; }
  .site-footer .brand__name small { font-size: 8px; }
  .footer__statement { max-width: 330px; margin-top: 18px; font-size: 27px; }
  .footer-column:last-child { grid-column: 1 / -1; }
  .footer-column h3 { margin-bottom: 16px; }
  .footer__bottom { flex-direction: column; align-items: flex-start; gap: 10px; }
  dialog { padding: 25px; }
  .search-form__row { flex-direction: column; }
  .dialog__top h2 { font-size: 34px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition: none !important; }
}
