:root {
  --paper: #f6f0df;
  --paper-deep: #eadcc0;
  --blush: #e4baa6;
  --wine: #521424;
  --wine-dark: #321019;
  --ink: #281c18;
  --gold: #c18a32;
  --white: #fffaf0;
  --line: rgba(82, 20, 36, 0.28);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 112px; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: Georgia, "Times New Roman", serif; font-size: 16px; line-height: 1.6; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }

.skip-link { position: fixed; z-index: 2000; top: 12px; left: 12px; padding: 10px 16px; background: var(--white); color: var(--wine); transform: translateY(-150%); }
.skip-link:focus { transform: translateY(0); }
.topline { min-height: 34px; padding: 6px 5vw; display: grid; place-items: center; background: var(--wine); color: var(--paper); border-bottom: 1px solid rgba(255,255,255,.22); text-align: center; }
.topline p { margin: 0; font-family: Arial, Helvetica, sans-serif; font-size: .78rem; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }

.site-header { min-height: 96px; padding: 10px 5vw; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 32px; background: rgba(246,240,223,.97); border-bottom: 1px solid var(--line); }
.brand-wordmark { display: inline-flex; align-items: center; width: 220px; }
.brand-wordmark img { width: 100%; height: auto; }
nav { display: flex; align-items: center; justify-content: center; gap: clamp(22px, 3vw, 44px); font-family: Arial, Helvetica, sans-serif; font-size: .84rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
nav a, .text-link, .contact-link { text-underline-offset: 5px; }
nav a:hover, nav a:focus-visible, .text-link:hover, .text-link:focus-visible, .contact-link:hover, .contact-link:focus-visible { text-decoration: underline; }

.button { min-height: 48px; padding: 12px 22px; display: inline-flex; align-items: center; justify-content: center; border: 1px solid var(--wine); border-radius: 3px; background: transparent; color: var(--wine); font-family: Arial, Helvetica, sans-serif; font-size: .82rem; font-weight: 800; letter-spacing: .075em; line-height: 1.2; text-align: center; text-transform: uppercase; transition: background .2s, color .2s, transform .2s; }
.button:hover, .button:focus-visible { transform: translateY(-2px); }
.button-small { min-height: 42px; padding: 10px 18px; justify-self: end; }
.button-primary { background: var(--wine); color: var(--white); }
.button-primary:hover, .button-primary:focus-visible { background: var(--wine-dark); }
.button-outline { border-color: var(--wine); background: var(--paper); }
.button-row { display: flex; align-items: center; flex-wrap: wrap; gap: 26px; }
.text-link { font-family: Arial, Helvetica, sans-serif; font-size: .83rem; font-weight: 800; letter-spacing: .075em; text-transform: uppercase; }
.text-link span { margin-left: 8px; }
.text-link-dark { color: var(--wine); }

.hero { position: relative; min-height: 700px; overflow: hidden; display: flex; align-items: center; background: #7b482d; }
.hero-image { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.hero-overlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(40,18,15,.83) 0%, rgba(40,18,15,.57) 44%, rgba(40,18,15,.12) 78%), linear-gradient(0deg, rgba(40,18,15,.32), transparent 45%); }
.hero-panel { position: relative; z-index: 2; width: min(680px, 82vw); margin: 72px 0 72px 5.5vw; padding: 44px 48px 46px; background: rgba(246,240,223,.94); border: 1px solid rgba(82,20,36,.7); outline: 5px solid rgba(246,240,223,.94); outline-offset: 5px; box-shadow: 0 24px 65px rgba(30,11,8,.28); }
.hero-panel::before, .hero-panel::after { content: "✦"; position: absolute; top: 15px; color: var(--gold); font-size: .8rem; }
.hero-panel::before { left: 18px; }
.hero-panel::after { right: 18px; }
.eyebrow { margin: 0; color: var(--wine); font-family: Arial, Helvetica, sans-serif; font-size: .78rem; font-weight: 800; letter-spacing: .15em; line-height: 1.4; text-transform: uppercase; }
h1, h2 { margin: 20px 0 24px; color: var(--wine); font-weight: 500; letter-spacing: -.045em; line-height: .98; }
h1 { max-width: 590px; font-size: clamp(3.6rem, 6.5vw, 6.9rem); }
h2 { font-size: clamp(3rem, 5.8vw, 6rem); }
h1 em, h2 em { font-weight: 400; }
.hero-intro { max-width: 520px; margin: 0 0 30px; font-size: 1.18rem; line-height: 1.55; }
.hero-mark { position: absolute; z-index: 2; right: 4vw; bottom: 38px; width: 245px; filter: drop-shadow(0 8px 18px rgba(30,11,8,.35)); transform: rotate(4deg); }
.hero-mark img { width: 100%; height: auto; }

.credentials { min-height: 118px; padding: 22px 5.5vw; display: grid; grid-template-columns: repeat(3, 1fr); background: var(--blush); border-top: 1px solid var(--wine); border-bottom: 1px solid var(--wine); }
.credentials div { min-width: 0; padding: 10px 6%; display: flex; flex-direction: column; justify-content: center; text-align: center; border-right: 1px solid var(--line); }
.credentials div:last-child { border-right: 0; }
.credentials strong { color: var(--wine); font-size: 1.35rem; font-weight: 500; }
.credentials span { font-family: Arial, Helvetica, sans-serif; font-size: .76rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }

.section-shell { padding: 110px 5.5vw; }
.story { display: grid; grid-template-columns: .9fr 1.1fr; gap: 8vw; border-bottom: 1px solid var(--line); }
.section-intro h2 { margin-bottom: 0; }
.story-copy { padding-top: 38px; }
.story-lead { margin: 0 0 34px; color: var(--wine); font-size: clamp(1.55rem, 2.4vw, 2.35rem); line-height: 1.35; }
.story-columns { display: grid; grid-template-columns: 1fr 1fr; gap: 34px; margin-bottom: 36px; }
.story-columns p { margin: 0; }

.range { background: var(--blush); border-bottom: 1px solid var(--wine); }
.range-heading { margin-bottom: 48px; display: grid; grid-template-columns: 1.5fr .65fr; align-items: end; gap: 8vw; }
.range-heading h2 { margin-bottom: 0; }
.range-heading > p { max-width: 440px; margin: 0 0 6px; }
.product-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.product-card { background: var(--paper); border: 1px solid var(--wine); box-shadow: 4px 4px 0 rgba(82,20,36,.12); }
.product-image { position: relative; aspect-ratio: 4 / 5; overflow: hidden; border-bottom: 1px solid var(--wine); }
.product-image img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease; }
.product-card:hover .product-image img { transform: scale(1.035); }
.product-copy { min-height: 162px; padding: 20px 20px 22px; position: relative; }
.product-number { position: absolute; top: -19px; right: 16px; width: 38px; height: 38px; display: grid; place-items: center; background: var(--wine); color: var(--paper); border: 1px solid var(--paper); outline: 1px solid var(--wine); border-radius: 50%; font-family: Arial, Helvetica, sans-serif; font-size: .72rem; font-weight: 800; }
.product-copy h3 { margin: 0 40px 7px 0; color: var(--wine); font-size: 1.55rem; font-weight: 500; line-height: 1.15; }
.product-copy p { margin: 0; font-size: .94rem; line-height: 1.45; }
.range > .button { margin: 42px auto 0; display: flex; width: max-content; }

.tradition-band { padding: 90px 9vw; background: var(--wine); color: var(--paper); text-align: center; }
.tradition-rule { width: min(720px, 80vw); margin: 0 auto 34px; display: flex; align-items: center; gap: 18px; color: var(--blush); }
.tradition-rule::before, .tradition-rule::after { content: ""; height: 1px; flex: 1; background: rgba(246,240,223,.5); }
.tradition-band > p { max-width: 1050px; margin: 0 auto; font-size: clamp(2.1rem, 4.5vw, 4.9rem); letter-spacing: -.045em; line-height: 1.06; }
.tradition-band em { color: var(--blush); }
.tradition-tags { margin-top: 44px; display: flex; justify-content: center; flex-wrap: wrap; gap: 10px; }
.tradition-tags span { padding: 7px 13px; border: 1px solid rgba(246,240,223,.5); border-radius: 999px; font-family: Arial, Helvetica, sans-serif; font-size: .72rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }

.wholesale { display: grid; grid-template-columns: .8fr 1.15fr; gap: 8vw; align-items: center; background: var(--paper-deep); }
.wholesale-heading h2 { margin-bottom: 28px; }
.wholesale-lead { max-width: 520px; color: var(--wine); font-size: 1.28rem; line-height: 1.5; }
.order-card { padding: clamp(28px, 4vw, 54px); background: var(--paper); border: 1px solid var(--wine); box-shadow: 10px 10px 0 var(--blush); }
.order-card-title { padding-bottom: 18px; display: flex; justify-content: space-between; gap: 24px; border-bottom: 3px double var(--wine); color: var(--wine); font-family: Arial, Helvetica, sans-serif; font-size: .72rem; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }
.steps { margin: 0 0 32px; padding: 0; list-style: none; }
.steps li { padding: 25px 0; display: grid; grid-template-columns: 45px 1fr; gap: 20px; border-bottom: 1px solid var(--line); }
.steps li > span { color: var(--gold); font-family: Arial, Helvetica, sans-serif; font-size: .76rem; font-weight: 800; }
.steps strong { display: block; margin-bottom: 5px; color: var(--wine); font-size: 1.15rem; font-weight: 500; }
.steps p { margin: 0; }

.contact-cta { display: grid; grid-template-columns: 1fr auto; align-items: end; gap: 7vw; background: var(--blush); border-top: 1px solid var(--wine); }
.contact-cta h2 { max-width: 880px; margin-bottom: 0; }
.contact-actions { min-width: 260px; display: flex; flex-direction: column; gap: 20px; }
.contact-link { padding: 12px 0; display: flex; justify-content: space-between; color: var(--wine); border-bottom: 1px solid var(--wine); font-size: 1.45rem; }

footer { padding: 66px 5.5vw; display: grid; grid-template-columns: 1.5fr .8fr 1fr auto; gap: 50px; background: var(--wine-dark); color: var(--paper); }
.footer-brand img { width: 230px; height: auto; }
.footer-brand p { margin-top: 12px; }
footer h3 { margin: 12px 0 14px; color: var(--blush); font-family: Arial, Helvetica, sans-serif; font-size: .76rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
footer p { margin: 0; font-size: .9rem; line-height: 1.75; }
footer a:hover, footer a:focus-visible { text-decoration: underline; text-underline-offset: 4px; }
.footer-meta { text-align: right; }

.contact-page { min-height: 100vh; background: var(--paper); }
.contact-hero { padding: 96px 5.5vw 84px; display: grid; grid-template-columns: 1.25fr .75fr; gap: 8vw; align-items: end; background: var(--blush); border-bottom: 1px solid var(--wine); }
.contact-hero h1 { margin-bottom: 0; }
.contact-hero-copy { max-width: 540px; margin: 0 0 8px; color: var(--wine); font-size: 1.28rem; }
.contact-details { padding: 90px 5.5vw 110px; display: grid; grid-template-columns: 1.2fr .8fr; gap: 7vw; }
.enquiry-panel { padding: clamp(30px, 5vw, 60px); background: var(--wine); color: var(--paper); }
.enquiry-panel .eyebrow { color: var(--blush); }
.enquiry-panel h2 { color: var(--paper); font-size: clamp(2.7rem, 4.8vw, 4.9rem); }
.enquiry-panel > p { max-width: 620px; font-size: 1.08rem; }
.enquiry-list { margin: 28px 0 34px; padding: 0; list-style: none; border-top: 1px solid rgba(246,240,223,.35); }
.enquiry-list li { padding: 14px 0; border-bottom: 1px solid rgba(246,240,223,.35); }
.enquiry-panel .button { background: var(--blush); color: var(--wine); border-color: var(--blush); }
.contact-cards { display: grid; align-content: start; gap: 18px; }
.contact-card { padding: 28px; border: 1px solid var(--wine); background: var(--white); }
.contact-card h2 { margin: 0 0 12px; font-size: 1.8rem; letter-spacing: -.02em; }
.contact-card p { margin: 0; }
.contact-card a { color: var(--wine); font-weight: 700; text-decoration: underline; text-underline-offset: 4px; overflow-wrap: anywhere; }
.back-home { display: inline-flex; margin-top: 24px; color: var(--wine); font-family: Arial, Helvetica, sans-serif; font-size: .8rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }

@media (max-width: 1050px) {
  .product-grid { grid-template-columns: 1fr 1fr; }
  .contact-cta { grid-template-columns: 1fr; align-items: start; }
  .contact-actions { max-width: 360px; }
  footer { grid-template-columns: 1.4fr 1fr 1fr; }
  .footer-meta { grid-column: 1 / -1; text-align: left; }
}

@media (max-width: 820px) {
  html { scroll-padding-top: 150px; }
  .site-header { grid-template-columns: 1fr auto; gap: 8px 24px; }
  .site-header nav { grid-column: 1 / -1; grid-row: 2; padding: 9px 0 4px; border-top: 1px solid var(--line); }
  .brand-wordmark { width: 185px; }
  .hero { min-height: 680px; }
  .hero-panel { margin-left: auto; margin-right: auto; padding: 38px 34px 40px; }
  .hero-mark { display: none; }
  .story, .wholesale, .contact-hero, .contact-details { grid-template-columns: 1fr; }
  .story-copy { padding-top: 0; }
  .range-heading { grid-template-columns: 1fr; gap: 24px; }
  .contact-hero { align-items: start; gap: 20px; }
}

@media (max-width: 620px) {
  .topline { min-height: 40px; }
  .topline p { font-size: .68rem; }
  .site-header { padding: 10px 18px; }
  .site-header nav { justify-content: space-between; gap: 10px; font-size: .72rem; }
  .brand-wordmark { width: 148px; }
  .button-small { min-height: 38px; padding: 8px 12px; font-size: .72rem; }
  .hero { min-height: 650px; }
  .hero-panel { width: calc(100% - 36px); margin: 52px 18px; padding: 34px 24px 36px; }
  h1 { font-size: clamp(3rem, 15vw, 4.5rem); }
  h2 { font-size: clamp(2.7rem, 13vw, 4.2rem); }
  .hero-intro { font-size: 1.05rem; }
  .credentials { padding: 18px; grid-template-columns: 1fr; }
  .credentials div { padding: 14px 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .credentials div:last-child { border-bottom: 0; }
  .section-shell { padding: 76px 20px; }
  .story-columns, .product-grid { grid-template-columns: 1fr; }
  .product-image { aspect-ratio: 5 / 4; }
  .tradition-band { padding: 72px 20px; }
  .tradition-band > p { font-size: clamp(2rem, 10vw, 3.15rem); }
  .order-card { box-shadow: 6px 6px 0 var(--blush); }
  .order-card-title { flex-direction: column; gap: 4px; }
  .contact-hero { padding: 72px 20px 64px; }
  .contact-details { padding: 64px 20px 78px; }
  footer { padding: 54px 20px; grid-template-columns: 1fr; gap: 30px; }
  .footer-meta { grid-column: auto; }
}

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