@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-weight: 500; font-style: italic; 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: 112px; }
body { margin: 0; background: var(--paper-light); color: var(--ink); font: 16px/1.7 var(--sans); -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%; height: auto; }
button, input { font: inherit; }
button { color: inherit; cursor: pointer; }
a, button { -webkit-tap-highlight-color: transparent; }
::selection { color: white; background: var(--wine); }
:focus-visible { outline: 2px solid var(--gold); outline-offset: 5px; }
[hidden] { display: none !important; }
.container { width: var(--container); margin-inline: auto; }
.nowrap { white-space: nowrap; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.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: 11px; font-weight: 600; line-height: 1.5; letter-spacing: .16em; text-transform: uppercase; }
.eyebrow::before { width: 28px; height: 1px; flex: 0 0 auto; background: currentColor; content: ''; }
.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 svg { width: 20px; height: 20px; fill: none; stroke: currentColor; stroke-width: 1.4; }
.button--light { border-color: var(--paper-light); background: var(--paper-light); color: var(--wine); }
.button--light:hover { background: white; }
.text-link { display: inline-flex; align-items: center; gap: 20px; padding-block: 8px; border-bottom: 1px solid currentColor; font-size: 14px; font-weight: 500; }
.text-link span { font-size: 22px; line-height: 1; }

/* Shared storefront header, footer and dialogs. */
.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; top: 0; z-index: 30; 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-block: 31px; 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 { transform: scaleX(1); }
.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; }
.basket-link { position: relative; }
.basket-count { position: absolute; top: 2px; right: -2px; display: grid; min-width: 17px; height: 17px; padding-inline: 4px; border-radius: 50%; place-items: center; background: var(--wine); color: var(--paper-light); font: 10px/1 var(--sans); }
.basket-count[data-count="0"] { display: none; }
.menu-toggle { display: none; }
.breadcrumbs { display: flex; gap: 11px; padding-block: 19px; color: var(--muted); font-size: 12px; }
.breadcrumbs [aria-current] { color: var(--ink); }
.breadcrumbs a:hover { color: var(--wine); }


.desktop-nav [aria-current] { color: var(--wine); }
.desktop-nav [aria-current]::after { transform: scaleX(1); }

.desktop-nav { gap: clamp(18px, 2.1vw, 32px); }
.contacts-hero { padding-block: 27px 65px; }
.contacts-hero__heading { display: grid; grid-template-columns: 1.3fr .7fr; align-items: end; gap: 75px; margin-top: 22px; }
.contacts-hero h1 { font-family: var(--serif); font-size: clamp(78px, 7.7vw, 110px); font-weight: 500; line-height: .89; letter-spacing: -.04em; }
.contacts-hero h1 em { color: var(--wine); font-weight: 500; }
.contacts-hero__intro { max-width: 335px; padding-bottom: 5px; }
.contacts-hero__intro p { color: var(--muted); font-size: 14px; line-height: 1.9; }
.contacts-hero__intro .text-link { margin-top: 20px; color: var(--wine); font-size: 12px; }
.contact-methods { display: grid; grid-template-columns: 1fr 1.05fr 1.1fr; margin-top: 43px; border: 1px solid var(--line); }
.contact-method { display: flex; min-width: 0; flex-direction: column; padding: 25px 28px 20px; }
.contact-method + .contact-method { border-left: 1px solid var(--line); }
.contact-method__top { display: flex; align-items: center; justify-content: space-between; gap: 20px; color: var(--muted); font-size: 10px; line-height: 1.5; letter-spacing: .06em; }
.contact-method__top svg { width: 23px; height: 23px; flex: 0 0 auto; fill: none; stroke: var(--gold); stroke-width: 1.2; stroke-linecap: round; stroke-linejoin: round; }
.contact-method__value { margin-top: 22px; color: var(--wine); font-family: var(--serif); font-size: 36px; font-weight: 500; line-height: 1.1; letter-spacing: -.025em; white-space: nowrap; }
.contact-method--email .contact-method__value { margin-top: 28px; font-family: var(--sans); font-size: clamp(16px, 1.7vw, 24px); font-weight: 500; letter-spacing: -.055em; line-height: 1.35; }
.contact-method__bottom { display: flex; align-items: center; justify-content: space-between; gap: 15px; margin-top: auto; padding-top: 18px; color: var(--muted); font-size: 10px; }
.contact-method__arrow { font-size: 23px; color: var(--wine); line-height: 1; transition: transform .25s; }
a.contact-method { transition: background .25s; }
a.contact-method:hover { background: #eee6da; }
a.contact-method:hover .contact-method__arrow { transform: translate(3px, -3px); }
.opening-hours { display: grid; gap: 10px; margin: 21px 0 0; }
.opening-hours > div { display: flex; align-items: baseline; justify-content: space-between; gap: 16px; }
.opening-hours dt { color: var(--muted); font-size: 10px; }
.opening-hours dd { margin: 0; color: var(--wine); font-family: var(--serif); font-size: 26px; font-weight: 500; line-height: 1.2; white-space: nowrap; }
.contact-help { border-block: 1px solid var(--line); background: #ece5da; }
.contact-help__inner { display: grid; grid-template-columns: 1fr .8fr; align-items: center; gap: 85px; padding-block: 54px 57px; }
.contact-help h2 { margin-top: 20px; font-family: var(--serif); font-size: clamp(48px, 4.8vw, 68px); font-weight: 500; line-height: .99; letter-spacing: -.035em; }
.contact-help h2 em { color: var(--wine); font-weight: 500; }
.contact-help__action p { max-width: 390px; color: var(--muted); font-size: 13px; line-height: 1.85; }
.contact-help .button { margin-top: 23px; font-size: 13px; }
.company-details { display: flex; align-items: center; gap: 50px; padding-block: 38px; }
.company-details h2 { font-family: var(--serif); font-size: 30px; font-weight: 500; line-height: 1; }
.company-details dl { display: flex; gap: 46px; margin: 0; }
.company-details dt { margin-bottom: 5px; color: var(--muted); font-size: 9px; }
.company-details dd { margin: 0; font-size: 12px; line-height: 1.4; }
.company-details__inn { user-select: all; }
.company-details .text-link { margin-left: auto; color: var(--wine); font-size: 10px; gap: 16px; }

.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, .footer-column [aria-current] { 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: 31px; line-height: 1.2; }
.menu-dialog nav [aria-current] { color: var(--wine); font-style: italic; }
.menu-dialog__contact { display: grid; margin-top: 30px; gap: 12px; font-size: 14px; }



@media (prefers-reduced-motion: no-preference) {
  .contacts-hero__heading { animation: arrival .7s var(--ease) both; }
  .contact-methods { animation: arrival .8s .08s var(--ease) both; }
  @keyframes arrival { from { opacity: 0; transform: translateY(12px); } to { opacity: 1; transform: none; } }
}
@media (max-width: 1180px) {
  :root { --container: calc(100% - 56px); }
  .header__inner { gap: 22px; }
  .desktop-nav { gap: 18px; }
  .desktop-nav a { font-size: 13px; }
  .brand__name { font-size: 21px; }
  .brand__name small { font-size: 7px; }
  .brand__seal { display: none; }
  .contacts-hero__heading { gap: 48px; grid-template-columns: 1.1fr .8fr; }
  .contacts-hero h1 { font-size: 9vw; }
  .contact-method { padding-inline: 21px; }
  .contact-method__value { font-size: 31px; }
  .opening-hours > div { gap: 12px; }
  .opening-hours dt { max-width: 98px; font-size: 9px; line-height: 1.6; }
  .opening-hours dd { font-size: 24px; }
  .contact-help__inner { gap: 58px; }
  .company-details { gap: 32px; }
  .company-details dl { gap: 32px; }
  .footer__top { gap: 30px; }
}
@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; }
  .contacts-hero { padding-block: 22px 53px; }
  .contacts-hero__heading { gap: 38px; }
  .contacts-hero h1 { font-size: 10vw; }
  .contacts-hero__intro p { font-size: 12px; }
  .contacts-hero__intro .text-link { font-size: 11px; margin-top: 13px; }
  .contact-methods { grid-template-columns: 1fr 1fr; margin-top: 34px; }
  .contact-method { padding: 23px 26px 20px; }
  .contact-method__value { font-size: 35px; }
  .contact-method--email .contact-method__value { font-size: 21px; }
  .contact-method--hours { grid-column: 1 / -1; display: grid; grid-template-columns: 1fr 1.2fr; align-items: center; gap: 50px; padding-block: 19px; border-top: 1px solid var(--line); border-left: 0 !important; }
  .contact-method--hours .contact-method__top { justify-content: flex-start; flex-direction: row-reverse; gap: 16px; }
  .opening-hours { gap: 8px; margin-top: 0; }
  .opening-hours dt { max-width: none; font-size: 10px; }
  .opening-hours dd { font-size: 23px; }
  .contact-help__inner { gap: 38px; padding-block: 46px; }
  .contact-help h2 { font-size: 48px; }
  .contact-help__action p { font-size: 12px; }
  .contact-help .button { padding-inline: 21px; gap: 16px; font-size: 12px; }
  .company-details { flex-wrap: wrap; gap: 24px 45px; padding-block: 33px; }
  .company-details .text-link { margin-left: 0; }
  .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 { gap: 9px; padding-block: 15px; font-size: 10px; }
  .eyebrow { font-size: 10px; gap: 12px; letter-spacing: .12em; }
  .contacts-hero { padding-block: 20px 45px; }
  .contacts-hero__heading { grid-template-columns: 1fr; gap: 25px; margin-top: 22px; }
  .contacts-hero h1 { font-size: clamp(66px, 18vw, 94px); }
  .contacts-hero__intro { max-width: 385px; padding-bottom: 0; }
  .contacts-hero__intro p { font-size: 13px; line-height: 1.85; }
  .contacts-hero__intro .text-link { margin-top: 16px; font-size: 12px; }
  .contact-methods { grid-template-columns: 1fr; margin-top: 28px; }
  .contact-method { padding: 23px 24px 21px; }
  .contact-method + .contact-method { border-left: 0; border-top: 1px solid var(--line); }
  .contact-method__top { font-size: 10px; }
  .contact-method__value { margin-top: 17px; font-size: clamp(30px, 8.5vw, 39px); }
  .contact-method--email .contact-method__value { margin-top: 19px; font-size: clamp(18px, 5.5vw, 23px); letter-spacing: -.04em; }
  .contact-method__bottom { padding-top: 16px; }
  .contact-method--hours { display: flex; align-items: stretch; gap: 0; }
  .contact-method--hours .contact-method__top { flex-direction: row; justify-content: space-between; }
  .opening-hours { gap: 10px; margin-top: 18px; }
  .opening-hours dt { font-size: 10px; }
  .opening-hours dd { font-size: 25px; }
  .contact-help__inner { grid-template-columns: 1fr; gap: 24px; padding-block: 39px 42px; }
  .contact-help h2 { font-size: clamp(43px, 12vw, 59px); }
  .contact-help__action p { max-width: 370px; font-size: 13px; }
  .contact-help .button { margin-top: 22px; }
  .company-details { display: grid; grid-template-columns: 1fr; gap: 22px; padding-block: 31px; }
  .company-details h2 { font-size: 30px; }
  .company-details dl { gap: 44px; }
  .company-details .text-link { justify-self: start; padding-top: 0; font-size: 10px; }
  .site-footer { padding-top: 44px; }
  .footer__top { grid-template-columns: 1fr 1fr; gap: 35px 22px; padding-bottom: 38px; }
  .footer-brand { grid-column: 1 / -1; }
  .site-footer .brand__seal { width: 36px; height: 36px; font-size: 15px; }
  .site-footer .brand__name { font-size: 22px; }
  .site-footer .brand__name small { font-size: 7px; }
  .footer__statement { margin-top: 20px; font-size: 25px; }
  .footer-column h3 { margin-bottom: 17px; font-size: 10px; }
  .footer-column a, .footer-column p { font-size: 12px; }
  .footer-column:last-child { grid-column: 1 / -1; }
  .footer__bottom { display: grid; gap: 7px; padding-top: 20px; font-size: 10px; }
  dialog { padding: 27px 23px; }
  .dialog__top { gap: 14px; }
  .dialog__top h2 { font-size: 32px; }
  .search-form label { font-size: 12px; }
  .search-form__row { flex-direction: column; }
  .search-form input { font-size: 16px; }
  .menu-dialog { padding: 25px; }
}
@media (max-width: 360px) {
  :root { --container: calc(100% - 32px); }
  .brand__seal { display: none; }
  .brand__name { font-size: 17px; }
  .contacts-hero .eyebrow { letter-spacing: .09em; font-size: 9px; }
  .contact-method { padding-inline: 21px; }
  .contact-method__value { font-size: 30px; }
  .contact-method--email .contact-method__value { font-size: 18px; }
  .opening-hours dt { max-width: 113px; font-size: 9px; }
  .opening-hours dd { font-size: 23px; }
  .company-details .text-link { gap: 12px; font-size: 9px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}
