/*
Theme Name: Alumiada
Theme URI: https://alumiada.pt
Author: Alumiada
Description: Tema editorial e responsivo para o Alvarinho Alumiada, produzido em Penso, Melgaço.
Version: 2.4.0
Requires at least: 6.3
Requires PHP: 7.1
Text Domain: alumiada
*/

:root {
  --ink: #11110f;
  --ink-soft: #292925;
  --paper: #f3efe4;
  --paper-light: #fbfaf6;
  --orange: #f28c00;
  --orange-dark: #c86f00;
  --sage: #66705f;
  --line: rgba(17, 17, 15, 0.16);
  --serif: Iowan Old Style, Baskerville, "Times New Roman", serif;
  --sans: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --content: min(1200px, calc(100vw - 64px));
  --shadow: 0 24px 70px rgba(20, 18, 12, 0.16);
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper-light);
  font-family: var(--sans);
  font-size: 17px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
body.menu-open, body.age-locked { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; }
button, input, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
::selection { color: var(--ink); background: rgba(242, 140, 0, 0.62); }

.screen-reader-text {
  position: absolute !important;
  width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0;
}
.skip-link:focus {
  clip: auto; width: auto; height: auto; margin: 0;
  top: 10px; left: 10px; padding: 10px 16px; z-index: 10000;
  color: #fff; background: var(--ink);
}

.site-header {
  position: relative;
  z-index: 30;
  top: auto; left: auto; right: auto;
  background: #fff;
  border-bottom: 1px solid var(--line);
}
.header-inner {
  width: var(--content);
  min-height: 132px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}
.brand { position: relative; z-index: 25; display: inline-flex; align-items: center; text-decoration: none; }
.brand img {
  width: 238px;
  height: auto !important;
  aspect-ratio: 600 / 189;
  object-fit: contain;
  mix-blend-mode: normal;
}
.main-nav { display: flex; align-items: center; gap: 30px; }
.main-nav a {
  position: relative;
  color: var(--ink);
  font-size: 12px;
  font-weight: 750;
  letter-spacing: 0.15em;
  text-decoration: none;
  text-transform: uppercase;
}
.main-nav a::after {
  content: "";
  position: absolute;
  right: 0; bottom: -8px; left: 0;
  height: 2px;
  background: var(--orange);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 180ms ease;
}
.main-nav a:hover::after, .main-nav a:focus-visible::after { transform: scaleX(1); }
.nav-social { display: inline-flex; gap: 8px; margin-left: 4px; }
.nav-social a {
  width: 40px; height: 40px;
  display: inline-grid; place-items: center;
  border: 1px solid var(--line); border-radius: 50%;
  transition: color 180ms ease, background 180ms ease, border-color 180ms ease;
}
.nav-social a:hover, .nav-social a:focus-visible { color: #fff; background: var(--ink); border-color: var(--ink); }
.nav-social svg { width: 17px; height: 17px; fill: currentColor; }
.menu-toggle {
  position: relative;
  z-index: 25;
  display: none;
  width: 48px; height: 48px;
  border: 1px solid var(--line);
  background: transparent;
  cursor: pointer;
}
.menu-toggle span { display: block; width: 20px; height: 1px; margin: 5px auto; background: var(--ink); }

.hero {
  width: var(--content);
  min-height: 720px;
  height: auto;
  margin: 0 auto;
  padding: clamp(54px, 7vw, 96px) 0;
  display: grid;
  grid-template-columns: minmax(0, .94fr) minmax(0, 1.06fr);
  align-items: center;
  gap: clamp(48px, 7vw, 100px);
  overflow: visible;
  background:
    radial-gradient(circle at 14% 18%, rgba(255,255,255,.95), transparent 31%),
    var(--paper);
}
.hero-copy {
  width: 100%;
  min-width: 0;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.eyebrow {
  display: flex; align-items: center; gap: 13px;
  margin: 0 0 22px;
  color: var(--orange-dark);
  font-size: 11px; font-weight: 800; letter-spacing: .2em; text-transform: uppercase;
}
.eyebrow::before { content: ""; width: 38px; height: 2px; background: currentColor; }
.hero h1 {
  max-width: 620px;
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(58px, 5.4vw, 88px);
  font-weight: 400;
  letter-spacing: -.055em;
  line-height: .86;
}
.hero h1 em { color: var(--orange); font-weight: 400; }
.hero-lead { max-width: 560px; margin: 34px 0 0; color: #4d4b43; font-size: clamp(17px, 1.35vw, 21px); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 36px; }
.button {
  min-height: 54px;
  display: inline-flex; align-items: center; justify-content: center; gap: 12px;
  padding: 0 24px;
  border: 1px solid var(--ink);
  border-radius: 999px;
  color: #fff;
  background: var(--ink);
  font-size: 12px; font-weight: 800; letter-spacing: .12em; text-decoration: none; text-transform: uppercase;
  cursor: pointer;
  transition: transform 180ms ease, color 180ms ease, background 180ms ease;
}
.button:hover, .button:focus-visible { transform: translateY(-2px); }
.button-outline { color: var(--ink); background: transparent; }
.button-outline:hover, .button-outline:focus-visible { color: #fff; background: var(--ink); }
.button-light { color: var(--ink); background: var(--paper-light); border-color: var(--paper-light); }
.button svg { width: 18px; height: 18px; fill: currentColor; }
.hero-detail { display: flex; gap: 30px; margin-top: 30px; padding-top: 36px; border-top: 1px solid var(--line); }
.detail-item { display: grid; gap: 2px; }
.detail-item strong { font-family: var(--serif); font-size: 24px; font-weight: 400; }
.detail-item span { color: #6a685f; font-size: 10px; font-weight: 750; letter-spacing: .16em; text-transform: uppercase; }

.hero-visual {
  position: relative;
  width: 100%;
  max-width: 660px;
  min-height: 0;
  aspect-ratio: 1 / 1;
  justify-self: end;
  overflow: hidden;
  background: #d8d3c8;
  box-shadow: var(--shadow);
}
.hero-visual::before {
  content: "";
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  width: 18px;
  height: 42%;
  background: var(--orange);
}
.hero-visual::after {
  content: ""; position: absolute; inset: 0; z-index: 1;
  pointer-events: none;
  background: linear-gradient(180deg, transparent 72%, rgba(0,0,0,.2));
}
.hero-visual img {
  position: relative;
  z-index: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  filter: saturate(.82) contrast(1.04);
}
.vertical-note {
  position: absolute; z-index: 3; right: 24px; bottom: 34px;
  color: #fff; font-size: 10px; font-weight: 750; letter-spacing: .22em; text-transform: uppercase;
  writing-mode: vertical-rl; transform: rotate(180deg);
}

.marquee { overflow: hidden; color: var(--paper-light); background: var(--ink); }
.marquee-track {
  width: max-content;
  display: flex; align-items: center; gap: 28px;
  padding: 17px 0;
  animation: marquee 32s linear infinite;
}
.marquee-track span { font-size: 11px; font-weight: 750; letter-spacing: .18em; text-transform: uppercase; white-space: nowrap; }
.marquee-track i { width: 8px; height: 8px; border-radius: 50%; background: var(--orange); }
@keyframes marquee { to { transform: translateX(-50%); } }

.section { position: relative; padding: clamp(90px, 11vw, 160px) 0; }
.section-inner { width: var(--content); margin: 0 auto; }
.section-number {
  color: var(--orange-dark); font-size: 10px; font-weight: 800; letter-spacing: .18em; text-transform: uppercase;
}
.display-title {
  margin: 14px 0 25px;
  font-family: var(--serif);
  font-size: clamp(48px, 6.2vw, 90px);
  font-weight: 400;
  letter-spacing: -.05em;
  line-height: .94;
}
.section-copy { color: #56544d; font-size: clamp(17px, 1.35vw, 20px); }

.wine-section { background: var(--paper-light); }
.wine-grid { display: grid; grid-template-columns: 1.08fr .92fr; gap: clamp(55px, 8vw, 110px); align-items: center; }
.wine-copy { max-width: 520px; }
.wine-facts { margin: 42px 0 0; padding: 0; border-top: 1px solid var(--line); }
.wine-facts li { display: grid; grid-template-columns: 125px 1fr; gap: 20px; padding: 15px 0; border-bottom: 1px solid var(--line); list-style: none; }
.wine-facts strong { color: #77736b; font-size: 10px; letter-spacing: .15em; text-transform: uppercase; }
.wine-facts span { font-family: var(--serif); font-size: 20px; line-height: 1.25; }
.wine-art {
  position: relative;
  width: min(100%, 540px);
  margin: 0;
  padding: clamp(18px, 2.6vw, 34px);
  justify-self: end;
  background: #d8d3c8;
  box-shadow: var(--shadow);
}
.wine-art::before {
  content: "";
  position: absolute;
  top: -18px;
  right: -18px;
  width: 92px;
  height: 92px;
  background: var(--orange);
  z-index: -1;
}
.wine-art::after { content: "ALUMIADA"; position: absolute; right: -43px; bottom: 37px; font-size: 10px; font-weight: 800; letter-spacing: .28em; transform: rotate(90deg); }
.wine-art img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: auto !important;
  aspect-ratio: auto;
  object-fit: contain;
}

.origin-section { color: #fff; background: var(--ink); overflow: hidden; }
.origin-grid { display: grid; grid-template-columns: 1.08fr .92fr; gap: clamp(55px, 9vw, 120px); align-items: center; }
.origin-art { position: relative; }
.origin-art::before { content: ""; position: absolute; top: -25px; left: -25px; width: 34%; height: 34%; background: var(--orange); }
.origin-art img { position: relative; z-index: 1; width: 100%; aspect-ratio: 1/1; object-fit: cover; filter: contrast(1.03); }
.origin-copy .section-copy { color: #c6c1b5; }
.origin-copy blockquote { margin: 34px 0 0; padding: 0 0 0 25px; border-left: 2px solid var(--orange); font-family: var(--serif); font-size: 25px; line-height: 1.35; }
.origin-copy .display-title em { color: var(--orange); font-weight: 400; }

.place-section {
  min-height: 760px;
  display: flex; align-items: flex-end;
  background-position: center; background-size: cover;
}
.place-section::before { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(10,12,8,.78) 0%, rgba(10,12,8,.35) 55%, rgba(10,12,8,.08)); }
.place-card {
  position: relative;
  max-width: 620px;
  margin-bottom: clamp(70px, 8vw, 110px);
  padding: clamp(32px, 5vw, 66px);
  color: #fff;
  background: rgba(18,18,15,.87);
  backdrop-filter: blur(8px);
}
.place-card .section-copy { color: #d5d0c3; }
.place-card .display-title { font-size: clamp(50px, 6vw, 82px); }
.place-card .eyebrow { margin-bottom: 15px; }

.social-section { padding: 0; background: var(--orange); }
.social-grid { display: grid; grid-template-columns: .95fr 1.05fr; min-height: 560px; }
.social-copy { padding: clamp(65px, 9vw, 120px) max(32px, calc((100vw - 1200px) / 2)); padding-right: clamp(45px, 8vw, 110px); }
.social-copy h2 { margin: 0 0 20px; font-family: var(--serif); font-size: clamp(46px, 5.5vw, 78px); font-weight: 400; letter-spacing: -.045em; line-height: .96; }
.social-copy p { max-width: 550px; margin: 0 0 30px; }
.social-links { display: flex; flex-wrap: wrap; gap: 12px; }
.social-image { position: relative; overflow: hidden; background: var(--paper); }
.social-image img { width: 100%; height: 100%; object-fit: cover; transition: transform 800ms cubic-bezier(.2,.7,.2,1); }
.social-image:hover img { transform: scale(1.035); }
.social-badge {
  position: absolute; right: 28px; bottom: 28px;
  width: 118px; height: 118px;
  display: grid; place-items: center;
  color: #fff; background: var(--ink); border-radius: 50%;
  font-size: 9px; font-weight: 800; letter-spacing: .18em; text-align: center; text-transform: uppercase;
  transform: rotate(8deg);
}

.social-wall-section { background: var(--paper); overflow: hidden; }
.social-wall-header { max-width: 850px; margin-bottom: clamp(50px, 7vw, 86px); }
.social-wall-header .display-title { max-width: 780px; }
.social-wall-header .display-title em { color: var(--orange); font-weight: 400; }
.social-wall-header .section-copy { max-width: 720px; }
.social-wall-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; align-items: stretch; }
.social-share-card, .facebook-feed-card { min-width: 0; padding: clamp(34px, 4.5vw, 62px); }
.social-share-card { color: #fff; background: var(--ink); }
.facebook-feed-card { background: #fff; border: 1px solid var(--line); }
.social-card-label { color: var(--orange); font-size: 10px; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }
.social-share-card h3, .facebook-feed-card h3 { margin: 15px 0 14px; font-family: var(--serif); font-size: clamp(36px, 4vw, 56px); font-weight: 400; letter-spacing: -.035em; line-height: 1; }
.social-share-card > p { color: #bdb8ad; }
.facebook-feed-card > p { color: #625f58; }
.copy-tags { display: grid; gap: 10px; margin-top: 32px; }
.copy-tags button {
  width: 100%;
  min-height: 70px;
  display: grid;
  grid-template-columns: 100px 1fr auto;
  align-items: center;
  gap: 15px;
  padding: 12px 17px;
  border: 1px solid rgba(255,255,255,.2);
  color: #fff;
  background: transparent;
  text-align: left;
  cursor: pointer;
  transition: color 180ms ease, background 180ms ease, border-color 180ms ease;
}
.copy-tags button:hover, .copy-tags button:focus-visible { color: var(--ink); background: var(--orange); border-color: var(--orange); }
.copy-tags strong { color: #8f8b82; font-size: 9px; letter-spacing: .14em; text-transform: uppercase; }
.copy-tags button:hover strong, .copy-tags button:focus-visible strong { color: rgba(17,17,15,.62); }
.copy-tags span { font-family: var(--serif); font-size: 21px; }
.copy-tags small { font-size: 9px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.social-feed-placeholder { display: grid; grid-template-columns: 120px 1fr; gap: 20px; align-items: center; margin-top: 34px; padding-top: 28px; border-top: 1px solid rgba(255,255,255,.18); }
.social-feed-placeholder img { width: 120px; height: 120px; object-fit: cover; }
.social-feed-placeholder div { display: grid; gap: 7px; }
.social-feed-placeholder strong { font-family: var(--serif); font-size: 20px; font-weight: 400; }
.social-feed-placeholder span { color: #9e9a91; font-size: 13px; line-height: 1.5; }
.social-feed-shortcode { margin-top: 35px; padding-top: 30px; border-top: 1px solid rgba(255,255,255,.18); }
.facebook-feed-loader {
  min-height: 380px;
  margin-top: 30px;
  padding: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 16px;
  background: var(--paper);
  text-align: center;
}
.facebook-feed-loader small { max-width: 320px; color: #79766f; font-size: 11px; }
.facebook-feed-loader.is-loaded { height: 620px; padding: 0; background: #fff; }
.facebook-feed-loader iframe { display: block; width: 100%; max-width: 500px; height: 620px; border: 0; }
.facebook-feed-shortcode { margin-top: 30px; min-height: 180px; }
.facebook-feed-unavailable {
  min-height: 340px;
  margin-top: 30px;
  padding: clamp(28px, 4vw, 48px);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 14px;
  background: var(--paper);
}
.facebook-feed-unavailable strong { font-family: var(--serif); font-size: 28px; font-weight: 400; }
.facebook-feed-unavailable span { max-width: 440px; color: #6d6961; font-size: 14px; }
.facebook-fallback { display: inline-block; margin-top: 18px; color: var(--ink); font-size: 12px; font-weight: 750; letter-spacing: .08em; text-underline-offset: 5px; }

/* Instagram: limita o espaço vazio caso as imagens externas não carreguem. */
.instagram-feed-fallback { display: none; margin-top: 22px; padding: 22px; border: 1px solid rgba(255,255,255,.24); }
.instagram-feed-fallback p { margin: 0 0 14px; color: #bdb8ad; font-size: 14px; }
.social-feed-shortcode.is-unavailable #sbi_images { display: none !important; }
.social-feed-shortcode.is-unavailable .instagram-feed-fallback { display: block; }

.reviews-section { background: var(--paper-light); }
.reviews-header { max-width: 850px; margin-bottom: clamp(48px, 7vw, 82px); }
.reviews-header .display-title em { color: var(--orange); font-weight: 400; }
.reviews-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(28px, 6vw, 82px); align-items: start; }
.reviews-results { min-width: 0; }
.rating-summary {
  display: grid;
  grid-template-columns: auto 1fr;
  column-gap: 22px;
  align-items: center;
  margin-bottom: 34px;
  padding: 28px 0 30px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.rating-summary > strong { grid-row: 1 / 3; font-family: var(--serif); font-size: clamp(64px, 7vw, 92px); font-weight: 400; letter-spacing: -.06em; line-height: .8; }
.rating-summary small { color: #6f6b63; font-size: 12px; }
.stars-display { color: var(--orange); font-size: 21px; letter-spacing: .13em; line-height: 1; }
.review-list { display: grid; gap: 18px; }
.review-card { padding: 26px; border: 1px solid var(--line); background: #fff; }
.review-card blockquote { margin: 18px 0 22px; font-family: var(--serif); font-size: clamp(20px, 2vw, 25px); line-height: 1.4; }
.review-card footer, .press-card footer { display: flex; align-items: baseline; justify-content: space-between; gap: 20px; color: #757168; font-size: 11px; }
.review-card footer strong, .press-card footer strong { color: var(--ink); font-size: 11px; letter-spacing: .09em; text-transform: uppercase; }
.reviews-empty { margin: 0; padding: 26px; border: 1px dashed var(--line); color: #706c63; }
.review-form-panel { padding: clamp(30px, 5vw, 56px); background: var(--paper); border-top: 7px solid var(--orange); box-shadow: var(--shadow); }
.review-form-panel h3 { margin: 13px 0 30px; font-family: var(--serif); font-size: clamp(38px, 4vw, 56px); font-weight: 400; letter-spacing: -.035em; line-height: 1; }
.review-form { display: grid; gap: 22px; }
.rating-field { margin: 0; padding: 0 0 20px; border: 0; border-bottom: 1px solid var(--line); }
.rating-field legend, .review-form .field label { color: #6d6961; font-size: 10px; font-weight: 750; letter-spacing: .16em; text-transform: uppercase; }
.rating-input { display: flex; flex-direction: row-reverse; justify-content: flex-end; gap: 5px; margin-top: 8px; }
.rating-input input { position: absolute; width: 1px; height: 1px; opacity: 0; }
.rating-input label { color: #c8c2b6; font-size: 36px; line-height: 1; cursor: pointer; transition: color 150ms ease, transform 150ms ease; }
.rating-input label:hover, .rating-input label:hover ~ label,
.rating-input input:checked ~ label { color: var(--orange); }
.rating-input input:focus-visible + label { outline: 2px solid var(--ink); outline-offset: 3px; }
.rating-input label:hover { transform: translateY(-2px); }
.review-form .field input, .review-form .field textarea {
  color: var(--ink);
  border-bottom-color: var(--line);
}
.review-form .field input:focus, .review-form .field textarea:focus { border-bottom-color: var(--orange); }
.review-form .field input::placeholder, .review-form .field textarea::placeholder { color: rgba(17,17,15,.42); }
.review-form .form-note { color: #706c63; }
.review-form-panel .form-status { color: var(--ink); border-color: var(--line); background: rgba(255,255,255,.55); }
.review-form-panel .form-status.success { color: #355e32; border-color: rgba(53,94,50,.35); }
.review-form-panel .form-status.error { color: #8b3027; border-color: rgba(139,48,39,.35); }
.privacy-check { display: grid; grid-template-columns: 20px 1fr; gap: 11px; align-items: start; }
.privacy-check input { width: 18px; height: 18px; margin: 3px 0 0; accent-color: var(--orange); }
.privacy-check label { color: #68645c; font-size: 12px; line-height: 1.55; }
.privacy-check a { color: var(--orange-dark); font-weight: 750; text-underline-offset: 3px; }
.privacy-check-dark label { color: #a8a49b; }
.privacy-check-dark a { color: var(--orange); }

.press-section { color: #fff; background: var(--ink); }
.press-header { max-width: 850px; margin-bottom: clamp(48px, 7vw, 82px); }
.press-header .display-title em { color: var(--orange); font-weight: 400; }
.press-header .section-copy { color: #bbb7ad; }
.press-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px; }
.press-card, .press-empty { min-width: 0; border: 1px solid rgba(255,255,255,.16); background: #191916; }
.press-card { display: flex; flex-direction: column; }
.press-card-image { aspect-ratio: 16 / 10; overflow: hidden; background: #292925; }
.press-card-image img { width: 100%; height: 100%; object-fit: cover; filter: grayscale(1); transition: filter 250ms ease, transform 500ms ease; }
.press-card:hover .press-card-image img { filter: grayscale(0); transform: scale(1.025); }
.press-card-body, .press-empty { padding: clamp(26px, 3.5vw, 40px); }
.press-card-body { height: 100%; display: flex; flex-direction: column; }
.press-type { color: var(--orange); font-size: 9px; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }
.press-card h3, .press-empty h3 { margin: 13px 0 18px; font-family: var(--serif); font-size: clamp(27px, 2.7vw, 38px); font-weight: 400; letter-spacing: -.025em; line-height: 1.08; }
.press-card h3 a { text-decoration: none; }
.press-card h3 a:hover { color: var(--orange); }
.press-card blockquote { margin: 0 0 26px; color: #c6c1b7; font-family: var(--serif); font-size: 18px; line-height: 1.5; }
.press-card footer { margin-top: auto; color: #8e8a80; }
.press-card footer strong { color: #e5e0d5; }
.press-link { display: inline-block; margin-top: 24px; color: var(--orange); font-size: 11px; font-weight: 750; letter-spacing: .08em; text-underline-offset: 5px; }
.press-empty { grid-column: 1 / -1; max-width: 660px; }
.press-empty p { margin: 0; color: #aaa69d; }

.purchase-section { overflow: hidden; background: #e9e4d7; }
.purchase-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(420px, .92fr);
  gap: clamp(56px, 8vw, 112px);
  align-items: center;
}
.purchase-visuals {
  position: relative;
  min-width: 0;
  padding: 0 86px 76px 0;
}
.purchase-visuals::before {
  content: "";
  position: absolute;
  z-index: 3;
  top: -20px;
  left: -20px;
  width: 92px;
  height: 92px;
  background: var(--orange);
}
.purchase-visuals::after {
  content: "PENSO · MELGAÇO";
  position: absolute;
  z-index: 4;
  right: 18px;
  bottom: 18px;
  padding: 10px 12px;
  color: #fff;
  background: rgba(17,17,15,.86);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .18em;
}
.purchase-visuals figure { position: relative; z-index: 1; min-width: 0; margin: 0; overflow: hidden; background: #c9c4b5; }
.purchase-visuals img { width: 100%; height: 100%; object-fit: cover; transition: transform 900ms cubic-bezier(.2,.7,.2,1); }
.purchase-visuals figure:hover img { transform: scale(1.025); }
.purchase-main-image { width: 100%; aspect-ratio: 1122 / 1402; box-shadow: var(--shadow); }
.purchase-main-image img { object-position: center; }
.purchase-detail-image {
  position: absolute !important;
  z-index: 2 !important;
  top: 22%;
  right: 0;
  width: 32%;
  aspect-ratio: 1 / 1;
  border: 8px solid #e9e4d7;
  box-shadow: 0 18px 45px rgba(20,18,12,.18);
}
.purchase-detail-image img { object-position: center 48%; }
.purchase-detail-secondary { top: auto; right: auto; bottom: 0; left: 17%; width: 29%; }
.purchase-detail-secondary img { object-position: center 58%; }
.purchase-copy { min-width: 0; }
.purchase-header { margin-bottom: 42px; }
.purchase-header .display-title { margin-bottom: 24px; font-size: clamp(56px, 6vw, 86px); }
.purchase-header .display-title em { color: var(--orange); font-weight: 400; }
.purchase-header .section-copy { max-width: 570px; }
.stockist-list { display: grid; gap: 16px; }
.stockist-card {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--line);
  border-left: 7px solid var(--orange);
  background: var(--paper-light);
  transition: transform 200ms ease, box-shadow 200ms ease;
}
.stockist-card:hover { transform: translateY(-3px); box-shadow: 0 22px 50px rgba(31,28,20,.12); }
.stockist-card-image { aspect-ratio: 16 / 7; overflow: hidden; background: #d7d2c5; }
.stockist-card-image img { width: 100%; height: 100%; object-fit: cover; }
.stockist-card-body { padding: clamp(27px, 3.6vw, 38px); }
.stockist-card-topline { display: flex; align-items: center; justify-content: space-between; gap: 18px; }
.stockist-type { color: var(--orange-dark); font-size: 9px; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }
.stockist-dot { width: 8px; height: 8px; flex: 0 0 auto; border-radius: 50%; background: var(--orange); box-shadow: 0 0 0 6px rgba(242,140,0,.13); }
.stockist-card h3 { margin: 12px 0 10px; font-family: var(--serif); font-size: clamp(31px, 3.2vw, 43px); font-weight: 400; letter-spacing: -.03em; line-height: 1; }
.stockist-description p { margin: 0; color: #625f57; font-size: 15px; line-height: 1.55; }
.stockist-location { display: grid; gap: 2px; margin: 18px 0 0; padding-top: 17px; border-top: 1px solid var(--line); color: #747067; font-size: 12px; }
.stockist-location strong { color: var(--ink); font-size: 11px; letter-spacing: .08em; text-transform: uppercase; }
.stockist-button { margin-top: 24px; background: var(--orange); border-color: var(--orange); color: var(--ink); }
.stockist-button:hover, .stockist-button:focus-visible { color: #fff; background: var(--ink); border-color: var(--ink); }
.stockist-button span { font-size: 16px; line-height: 1; }
.stockist-empty { display: grid; gap: 6px; padding: 28px; border: 1px dashed var(--line); color: #6f6b62; }
.stockist-empty strong { color: var(--ink); font-family: var(--serif); font-size: 25px; font-weight: 400; }
.purchase-note { max-width: 590px; margin: 25px 0 0; color: #777269; font-size: 11px; line-height: 1.55; }

.contact-section { color: #fff; background: #0b0b09; border-top: 1px solid rgba(255,255,255,.12); }
.contact-grid { display: grid; grid-template-columns: .82fr 1.18fr; gap: clamp(60px, 10vw, 140px); align-items: start; }
.contact-copy { position: sticky; top: 60px; }
.contact-copy .section-copy { color: #bbb7ad; }
.contact-email { display: inline-block; margin-top: 25px; color: var(--orange); font-family: var(--serif); font-size: clamp(23px, 2.4vw, 34px); text-decoration-thickness: 1px; text-underline-offset: 7px; }
.contact-form { display: grid; gap: 22px; }
.field { display: grid; gap: 8px; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.field label { color: #c8c4b9; font-size: 10px; font-weight: 750; letter-spacing: .16em; text-transform: uppercase; }
.field input, .field textarea {
  width: 100%;
  padding: 14px 0;
  border: 0; border-bottom: 1px solid rgba(255,255,255,.32);
  border-radius: 0;
  outline: 0;
  color: #fff; background: transparent;
  transition: border-color 180ms ease;
}
.field textarea { min-height: 140px; resize: vertical; }
.field input:focus, .field textarea:focus { border-color: var(--orange); }
.field input::placeholder, .field textarea::placeholder { color: rgba(255,255,255,.38); }
.form-footer { display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.form-note { max-width: 340px; color: #8e8b84; font-size: 12px; }
.form-status { margin: 0 0 24px; padding: 14px 18px; border: 1px solid rgba(255,255,255,.25); font-size: 14px; }
.form-status.success { color: #c9e7c4; border-color: rgba(140,205,130,.5); }
.form-status.error { color: #ffc2b4; border-color: rgba(255,130,100,.5); }
.hp-field { position: absolute; left: -9999px; }

.site-footer { color: var(--paper-light); background: #080807; }
.footer-inner { width: var(--content); margin: 0 auto; padding: 58px 0 30px; }
.footer-main { display: grid; grid-template-columns: 1.35fr .65fr .8fr .7fr; gap: clamp(32px, 4vw, 58px); padding-bottom: 48px; }
.footer-brand img {
  width: 250px;
  height: auto !important;
  aspect-ratio: 600 / 189;
  object-fit: contain;
  background: #fff;
  filter: none;
  mix-blend-mode: normal;
}
.footer-brand p { max-width: 380px; margin: 24px 0 0; color: #8e8b82; }
.footer-column h3 { margin: 0 0 15px; color: #747168; font-size: 10px; letter-spacing: .16em; text-transform: uppercase; }
.footer-column a, .footer-column span { display: block; margin: 7px 0; color: #d5d1c8; text-decoration: none; }
.footer-column a:hover { color: var(--orange); }
.footer-column .complaints-link {
  margin-top: 20px;
  padding: 15px 16px;
  color: var(--ink);
  background: var(--orange);
  border: 1px solid var(--orange);
}
.footer-column .complaints-link:hover { color: #fff; background: transparent; }
.complaints-link strong, .complaints-link small { display: block; }
.complaints-link strong { font-family: var(--serif); font-size: 17px; font-weight: 400; line-height: 1.15; }
.complaints-link small { margin-top: 5px; font-size: 8px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.12); color: #77746c; font-size: 11px; }

/* Página legal */
.legal-hero { padding: clamp(72px, 9vw, 125px) 0; color: var(--ink); background: var(--orange); }
.legal-hero h1 { max-width: 900px; margin: 12px 0 22px; font-family: var(--serif); font-size: clamp(54px, 8vw, 108px); font-weight: 400; letter-spacing: -.055em; line-height: .9; }
.legal-hero > .section-inner > p:last-child { max-width: 610px; margin: 0; font-size: clamp(18px, 2vw, 23px); }
.legal-section { background: var(--paper-light); }
.legal-layout { width: var(--content); margin: 0 auto; display: grid; grid-template-columns: minmax(0, 1fr) 320px; gap: clamp(55px, 9vw, 125px); align-items: start; }
.legal-content { max-width: 790px; }
.legal-content > p:first-child { margin-top: 0; }
.legal-content h2 { margin: 58px 0 16px; padding-top: 25px; border-top: 1px solid var(--line); font-family: var(--serif); font-size: clamp(30px, 4vw, 45px); font-weight: 400; letter-spacing: -.025em; line-height: 1.08; }
.legal-content h3 { margin: 30px 0 8px; font-size: 11px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.legal-content p, .legal-content li { color: #56534d; }
.legal-content a { color: var(--orange-dark); font-weight: 700; text-underline-offset: 4px; }
.legal-content code { padding: 2px 6px; color: var(--ink); background: var(--paper); font-size: .87em; }
.legal-content ul { padding-left: 22px; }
.legal-updated { display: inline-block; margin-bottom: 32px !important; padding: 9px 12px; color: var(--ink) !important; background: var(--paper); font-size: 11px; }
.legal-aside { position: sticky; top: 30px; padding: 30px; border-top: 7px solid var(--orange); background: var(--paper); box-shadow: var(--shadow); }
.legal-aside h2 { margin: 10px 0 17px; font-family: var(--serif); font-size: 31px; font-weight: 400; line-height: 1; }
.legal-aside p { color: #666159; font-size: 13px; }
.legal-aside > a:not(.complaints-link) { color: var(--orange-dark); font-size: 13px; font-weight: 700; }
.legal-aside .complaints-link { display: block; margin-top: 27px; padding: 18px; color: var(--ink); background: var(--orange); text-decoration: none; }
.legal-aside .complaints-link:hover { color: #fff; background: var(--ink); }

.age-gate {
  position: fixed; z-index: 9999; inset: 0;
  display: grid; place-items: center;
  padding: 24px;
  background: rgba(8,8,7,.94);
  opacity: 0; visibility: hidden;
  transition: opacity 220ms ease, visibility 220ms ease;
}
.age-gate.is-visible { opacity: 1; visibility: visible; }
.age-card {
  position: relative;
  width: min(720px, 100%);
  padding: clamp(38px, 6vw, 68px);
  overflow: hidden;
  text-align: left;
  background: #fff;
  box-shadow: 0 35px 100px rgba(0,0,0,.35);
}
.age-accent { position: absolute; top: 0; right: 0; left: 0; height: 12px; background: var(--orange); }
.age-card img { width: 225px; height: auto !important; aspect-ratio: 600 / 189; object-fit: contain; margin: 0 0 38px; }
.age-kicker { margin: 0 0 10px !important; color: var(--orange-dark) !important; font-size: 10px; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }
.age-card h2 { max-width: 580px; margin: 0; font-family: var(--serif); font-size: clamp(42px, 6vw, 68px); font-weight: 400; letter-spacing: -.04em; line-height: .98; }
.age-card > p:not(.age-kicker) { max-width: 540px; margin: 20px 0 30px; color: #5a574f; }
.age-actions { display: flex; justify-content: flex-start; flex-wrap: wrap; gap: 10px; }
.age-note { display: block; margin-top: 24px; color: #77736b; font-size: 11px; }
#pum-45 { display: none !important; visibility: hidden !important; }

.reveal { opacity: 0; transform: translateY(22px); transition: opacity 700ms ease, transform 700ms ease; }
.reveal.in-view { opacity: 1; transform: none; }
.reveal-delay { transition-delay: 130ms; }

@media (max-width: 1180px) and (min-width: 981px) {
  .brand img { width: 200px; }
  .main-nav { gap: 17px; }
  .main-nav a { font-size: 10px; }
}

@media (max-width: 980px) {
  :root { --content: min(100% - 40px, 760px); }
  .menu-toggle { display: block; }
  .main-nav {
    position: fixed; inset: 0; z-index: -1;
    padding: 130px 32px 45px;
    flex-direction: column; align-items: flex-start; justify-content: center;
    background: var(--paper);
    opacity: 0; visibility: hidden;
    transition: opacity 180ms ease, visibility 180ms ease;
  }
  .main-nav.is-open { opacity: 1; visibility: visible; z-index: 20; }
  .main-nav a { font-family: var(--serif); font-size: 38px; font-weight: 400; letter-spacing: -.02em; text-transform: none; }
  .nav-social { margin: 18px 0 0; }
  .nav-social a { font-family: var(--sans); font-size: 0; }
  .header-inner { min-height: 82px; }
  .brand img { width: 184px; }
  .hero { width: var(--content); height: auto; min-height: 0; padding: 68px 0 72px; grid-template-columns: 1fr; gap: 58px; }
  .hero-copy { width: 100%; margin: 0; padding: 0; }
  .hero h1 { font-size: clamp(61px, 14vw, 102px); }
  .hero-detail { margin-top: 30px; }
  .hero-visual { width: min(100%, 680px); height: auto; min-height: 0; max-height: none; justify-self: center; }
  .wine-grid, .origin-grid, .social-grid, .social-wall-grid, .reviews-grid, .purchase-layout, .contact-grid { grid-template-columns: 1fr; }
  .wine-grid, .origin-grid, .purchase-layout, .contact-grid { gap: 75px; }
  .wine-copy { max-width: 620px; }
  .wine-art { width: min(560px, calc(100% - 18px)); margin-left: auto; }
  .origin-art { width: min(680px, 92%); }
  .social-copy { padding: 80px 32px; }
  .social-image { min-height: 560px; }
  .social-share-card, .facebook-feed-card { padding: 50px; }
  .reviews-grid { gap: 58px; }
  .press-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .purchase-visuals { width: min(100%, 720px); }
  .purchase-copy { max-width: 720px; }
  .contact-copy { position: static; }
  .footer-main { grid-template-columns: repeat(3, 1fr); }
  .footer-brand { grid-column: 1/-1; }
  .legal-layout { grid-template-columns: 1fr; }
  .legal-aside { position: static; max-width: 520px; }
}

@media (max-width: 620px) {
  :root { --content: calc(100% - 32px); }
  body { font-size: 16px; }
  .header-inner { min-height: 74px; }
  .brand img { width: 158px; }
  .menu-toggle { width: 44px; height: 44px; }
  .hero { padding: 54px 0 58px; }
  .hero-copy { padding: 0; }
  .hero h1 { font-size: clamp(56px, 17vw, 82px); }
  .hero-lead { margin-top: 25px; }
  .hero-actions .button { width: 100%; }
  .hero-detail { gap: 18px; justify-content: space-between; }
  .detail-item strong { font-size: 20px; }
  .hero-visual { min-height: 0; height: auto; aspect-ratio: 1 / 1; }
  .section { padding: 82px 0; }
  .wine-art::after { display: none; }
  .wine-art::before { top: -12px; right: -12px; width: 72px; height: 72px; }
  .origin-art::before { top: -16px; left: -16px; }
  .place-section { min-height: 670px; }
  .place-card { margin-bottom: 30px; }
  .social-image { min-height: 430px; }
  .social-badge { right: 18px; bottom: 18px; width: 98px; height: 98px; }
  .social-share-card, .facebook-feed-card { padding: 34px 24px; }
  .copy-tags button { grid-template-columns: 1fr auto; }
  .copy-tags strong { grid-column: 1 / -1; }
  .social-feed-placeholder { grid-template-columns: 82px 1fr; }
  .social-feed-placeholder img { width: 82px; height: 82px; }
  .facebook-feed-loader { min-height: 330px; padding: 22px; }
  .reveal { opacity: 1; transform: none; }
  .social-feed-shortcode #sb_instagram #sbi_images { display: grid !important; grid-template-columns: repeat(2, minmax(0, 1fr)) !important; gap: 8px !important; }
  .social-feed-shortcode #sb_instagram #sbi_images .sbi_item { width: auto !important; }
  .social-feed-shortcode #sb_instagram #sbi_images .sbi_item:nth-child(n+5) { display: none !important; }
  .social-feed-shortcode #sb_instagram .sbi_photo { min-height: 0 !important; aspect-ratio: 1 / 1; }
  .press-grid { grid-template-columns: 1fr; }
  .purchase-layout { gap: 58px; }
  .purchase-visuals { padding: 0 40px 52px 0; }
  .purchase-visuals::before { top: -12px; left: -8px; width: 68px; height: 68px; }
  .purchase-visuals::after { right: 10px; bottom: 10px; padding: 8px; font-size: 7px; }
  .purchase-detail-image { width: 36%; border-width: 5px; }
  .purchase-detail-secondary { left: 12%; width: 33%; }
  .purchase-header { margin-bottom: 32px; }
  .stockist-card-body { padding: 27px 22px; }
  .stockist-button { width: 100%; }
  .review-form-panel { padding: 32px 22px; }
  .rating-summary { grid-template-columns: 88px 1fr; column-gap: 14px; }
  .rating-summary > strong { font-size: 68px; }
  .review-card footer, .press-card footer { align-items: flex-start; flex-direction: column; gap: 4px; }
  .age-card img { width: 180px; margin-bottom: 30px; }
  .field-row { grid-template-columns: 1fr; }
  .form-footer { align-items: stretch; flex-direction: column; }
  .form-footer .button { width: 100%; }
  .footer-main { grid-template-columns: 1fr; gap: 32px; }
  .footer-brand { grid-column: auto; }
  .footer-bottom { flex-direction: column; }
  .age-actions .button { width: 100%; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}
