@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,500;0,600;0,700;1,500&family=Outfit:wght@400;500;600;700&display=swap");
.yt-wrap {
  --ink: #161513;
  --muted: #6b6560;
  --cream: #f7f4ef;
  --paper: #fbfaf7;
  --line: #1c1917;
  font-family: Outfit, "Segoe UI", sans-serif;
  color: var(--ink);
  line-height: 1.6;
  max-width: 1120px;
  margin: 0 auto;
  padding: 8px 20px 72px;
  background: var(--paper);
}
.yt-wrap * { box-sizing: border-box; }
.yt-brand {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-weight: 600; font-size: 28px; letter-spacing: 0.02em;
  color: var(--ink); text-decoration: none;
}
.yt-kicker {
  font-size: 11px; letter-spacing: 0.22em; text-transform: uppercase;
  font-weight: 500; color: var(--muted); margin: 0 0 14px;
}
.yt-wrap h1 {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 42px; line-height: 1.12; margin: 0 0 16px; font-weight: 600;
}
.yt-wrap h2 {
  font-family: Outfit, sans-serif;
  font-size: 13px; letter-spacing: 0.16em; text-transform: uppercase;
  font-weight: 600; margin: 0 0 10px;
}
.yt-lead { font-size: 16px; color: var(--muted); margin: 0 0 28px; max-width: 36em; }
.yt-nav {
  display: flex; flex-wrap: wrap; align-items: center; gap: 8px 20px;
  margin: 0 0 36px; padding: 18px 0 16px;
  border-bottom: 1px solid var(--ink);
}
.yt-nav a {
  color: var(--ink); text-decoration: none; font-size: 11.5px;
  letter-spacing: 0.14em; text-transform: uppercase; font-weight: 500;
}
.yt-nav a:hover { opacity: 0.65; }
.yt-nav a.yt-nav-cta {
  margin-left: auto; border: 1px solid var(--ink);
  color: #fff; background: var(--ink);
  padding: 8px 16px; border-radius: 0; letter-spacing: 0.1em;
}
.yt-hero {
  display: grid; grid-template-columns: 1.05fr 0.95fr; gap: 48px;
  align-items: center; margin-bottom: 56px; padding: 8px 0 8px;
}
.yt-hero-visual {
  background: var(--cream); min-height: 420px;
  display: flex; align-items: center; justify-content: center; padding: 28px;
  overflow: hidden;
}
.yt-bottle-upright {
  max-height: 380px; max-width: 100%; width: auto; height: auto;
  object-fit: contain;
}
.yt-bottle-thumb {
  max-height: 190px; max-width: 100%; width: auto; height: auto;
  object-fit: contain;
}
.yt-label-thumb {
  max-height: 180px; max-width: 92%; width: auto; height: auto;
  object-fit: contain;
}
.yt-label-upright {
  max-height: 360px; max-width: 100%; width: auto; height: auto;
  object-fit: contain;
}
.yt-sku-img-label {
  background: var(--cream);
  padding: 8px;
}
.yt-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.yt-btn {
  display: inline-block; background: var(--ink); color: #fff !important;
  font-weight: 600; font-size: 12px; letter-spacing: 0.12em; text-transform: uppercase;
  padding: 12px 22px; border-radius: 0; text-decoration: none !important;
  border: 1px solid var(--ink);
}
.yt-btn-ghost {
  display: inline-block; background: transparent; color: var(--ink) !important;
  font-weight: 600; font-size: 12px; letter-spacing: 0.12em; text-transform: uppercase;
  padding: 11px 22px; border-radius: 0; text-decoration: none !important;
  border: 1px solid var(--ink);
}
.yt-btn:hover, .yt-btn-ghost:hover { opacity: 0.86; }
.yt-num {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 42px; font-weight: 500; color: var(--ink); display: block; margin-bottom: 8px;
  line-height: 1;
}
.yt-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px 20px; margin: 8px 0 48px; }
.yt-grid-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin: 8px 0 28px; }
.yt-grid-tight { gap: 12px; margin: 4px 0 16px; }
.yt-pair-text {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px 12px;
  margin: 0 0 20px;
}
.yt-card-text {
  padding: 12px 14px;
  margin: 0;
}
.yt-card-text h3 { margin: 0 0 4px; font-size: 14px; }
.yt-card-text .yt-muted { margin: 0; font-size: 12px; line-height: 1.45; }
.yt-grid-4 { display: grid; grid-template-columns: repeat(4, 1fr); gap: 28px 18px; margin: 12px 0 48px; }
.yt-card, .yt-pillar {
  background: transparent; border: 0; padding: 0 4px 8px;
  text-decoration: none; color: inherit; display: block;
  border-top: 1px solid var(--ink); padding-top: 16px;
}
.yt-pillar h2 { font-size: 15px; letter-spacing: 0.08em; }
.yt-pillar-sub { display: block; font-size: 12px; letter-spacing: 0.06em; margin-top: 4px; }
.yt-sku {
  text-decoration: none; color: inherit; display: block; text-align: center;
}
.yt-sku-img {
  background: var(--cream); height: 220px; margin-bottom: 14px;
  display: flex; align-items: center; justify-content: center;
  padding: 12px; overflow: hidden;
}
.yt-sku-img img {
  max-height: 190px;
  max-width: 100%;
  width: auto;
  height: auto;
  object-fit: contain;
  display: block;
}
.yt-sku h3 {
  font-family: Outfit, sans-serif; font-size: 12px; letter-spacing: 0.12em;
  text-transform: uppercase; font-weight: 600; margin: 0 0 4px;
}
.yt-card h3 { margin: 0 0 8px; font-size: 15px; letter-spacing: 0.04em; text-transform: none; }
.yt-muted { color: var(--muted); font-size: 13px; margin: 0; line-height: 1.5; }
.yt-badge {
  display: inline-block; font-size: 9px; font-weight: 600; letter-spacing: 0.12em;
  text-transform: uppercase; color: var(--ink); border: 1px solid var(--ink);
  border-radius: 0; padding: 3px 8px; margin-top: 8px;
}
/* Match live HOME JEG block (media-text 22% / auto). Do not squash 405×200 visual. */
.yt-wrap .yt-jeg-banner {
  display: block;
  margin: 0 0 28px;
  padding: 18px 0;
  border-top: 1px solid var(--ink);
  border-bottom: 1px solid var(--ink);
  color: inherit;
  text-decoration: none;
}
.yt-wrap .yt-jeg-banner-grid {
  display: grid;
  grid-template-columns: minmax(160px, 22%) 1fr;
  gap: 16px 24px;
  align-items: center;
}
.yt-wrap .yt-jeg-banner-media {
  display: block;
  line-height: 0;
  text-decoration: none;
  border: 0;
  box-shadow: none;
}
.yt-wrap .yt-jeg-banner img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  max-height: none;
  object-fit: contain;
  object-position: left center;
  border: 0;
  box-shadow: none;
}
.yt-wrap .yt-jeg-banner-copy p {
  margin: 0 0 8px;
  font-size: 14px;
  line-height: 1.55;
}
.yt-wrap .yt-jeg-banner-copy p:last-child {
  margin-bottom: 0;
}
.yt-wrap .yt-jeg-banner-copy a {
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.yt-figure {
  margin: 0 0 20px;
  padding: 0;
  border: 0;
  background: var(--cream);
  overflow: hidden;
}
.yt-figure img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  border: 0;
}
.yt-figure-hero {
  margin: 4px 0 36px;
  max-width: 100%;
}
.yt-figure-hero img {
  width: 100%;
  height: 420px;
  object-fit: cover;
  object-position: center 40%;
}
.yt-figure-sec {
  max-width: 100%;
  margin: 12px 0 20px;
  background: var(--cream);
}
.yt-figure-sec img {
  width: 100%;
  max-height: 420px;
  height: auto;
  aspect-ratio: auto;
  object-fit: contain;
  object-position: center;
}
.yt-about-pair {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin: 12px 0 20px;
  max-width: 100%;
}
.yt-about-pair .yt-figure {
  margin: 0;
  max-width: none;
  background: var(--cream);
}
.yt-about-pair img {
  width: 100%;
  max-height: 320px;
  height: auto;
  aspect-ratio: auto;
  object-fit: contain;
  object-position: center;
}
.yt-sec .yt-figure {
  margin: 12px 0 16px;
}
.yt-meta {
  list-style: none;
  margin: 0 0 24px;
  padding: 0;
  color: var(--muted);
  font-size: 15px;
  max-width: 36em;
}
.yt-meta li {
  margin: 0 0 6px;
}
.yt-meta strong {
  color: var(--ink, #1a1a1a);
  font-weight: 600;
}
.yt-wrap figure.yt-video {
  margin: 0 0 28px;
  padding: 0;
  border: 0;
  max-width: 420px !important;
  width: 100% !important;
  box-sizing: border-box;
}
.yt-wrap figure.yt-video video {
  display: block !important;
  width: 100% !important;
  max-width: 100% !important;
  height: auto !important;
  background: #111;
  border: 0;
}
.yt-wrap figure.yt-video figcaption {
  margin-top: 8px;
  font-size: 13px;
}
.yt-mon-mark {
  width: 52px;
  height: 52px;
  opacity: 0.88;
  filter: brightness(0);
}
.yt-mon-thumb {
  max-height: 96px;
  max-width: 96px;
  width: auto;
  height: auto;
  opacity: 0.28;
  filter: brightness(0);
  object-fit: contain;
}
.yt-sku-img-mon,
.yt-photo-mon {
  background: var(--cream);
}
.yt-line-head {
  display: flex;
  align-items: flex-start;
  gap: 18px;
  margin-bottom: 4px;
}
.yt-line-head .yt-mon-mark {
  flex-shrink: 0;
  margin-top: 6px;
}
.yt-proto-note {
  font-size: 10px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--muted);
  margin-top: 6px;
}
.yt-img-note {
  font-size: 11px;
  line-height: 1.4;
  color: var(--muted);
  margin: 8px 0 0;
  font-weight: 400;
  letter-spacing: 0.02em;
}
.yt-sku .yt-img-note {
  margin: 6px 0 2px;
  font-size: 10px;
}
.yt-photo .yt-img-note {
  text-align: center;
  max-width: 100%;
}
.yt-subsec {
  font-family: Outfit, sans-serif;
  font-size: 11px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  font-weight: 600;
  margin: 24px 0 14px;
  padding-top: 12px;
  border-top: 1px solid var(--ink);
}
.yt-banner {
  display: grid; grid-template-columns: 1fr auto; gap: 16px; align-items: center;
  border-top: 1px solid var(--ink); border-bottom: 1px solid var(--ink);
  padding: 22px 0; margin: 0 0 0; text-decoration: none; color: inherit;
}
.yt-banner + .yt-banner { border-top: 0; margin-bottom: 48px; }
.yt-banner-jeg { background: transparent; }
.yt-banner h2 { margin: 0; }
.yt-banner p { margin: 6px 0 0; font-size: 14px; color: var(--muted); }
.yt-sec { background: transparent; border: 0; padding: 8px 0 32px; margin: 0; }
.yt-sec > h2 {
  padding-bottom: 10px; margin-bottom: 16px;
  border-bottom: 1px solid var(--ink);
}
.yt-dl-list { list-style: none; margin: 16px 0 0; padding: 0; }
.yt-dl-list li { margin: 0 0 10px; }
.yt-dl-list a { color: var(--ink); text-decoration: none; font-size: 14px; font-weight: 500; }
.yt-dl-list a:hover { opacity: 0.65; }
.yt-dl-grid {
  display: grid !important;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px 14px;
  margin: 12px 0 8px;
}
.yt-dl-grid-series {
  grid-template-columns: repeat(3, 1fr);
  max-width: 900px;
}
.yt-dl-card {
  margin: 0;
  padding: 12px;
  border: 1px solid #ddd8d0;
  background: var(--paper);
  text-align: center;
  min-width: 0;
  display: flex;
  flex-direction: column;
}
.yt-dl-card h3 {
  margin: 10px 0 6px;
  font-size: 13px;
  letter-spacing: 0.03em;
  font-weight: 500;
  text-transform: none;
}
.yt-dl-note {
  margin: 0 0 8px !important;
  font-size: 11px !important;
  line-height: 1.35;
}
.yt-wrap .yt-dl-thumb {
  display: flex !important;
  align-items: center;
  justify-content: center;
  background: var(--cream);
  height: 180px;
  max-height: 180px;
  overflow: hidden;
}
.yt-wrap .yt-dl-thumb img,
.yt-wrap .yt-dl-card img {
  max-height: 160px !important;
  max-width: 100% !important;
  width: auto !important;
  height: auto !important;
  object-fit: contain !important;
}
.yt-dl-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
  margin-top: auto;
  padding-top: 4px;
}
.yt-dl-btn {
  display: inline-block !important;
  margin: 0 !important;
  padding: 8px 12px !important;
  font-size: 11px !important;
}
.yt-dl-card-series {
  text-align: left;
  padding: 20px;
}
.yt-dl-card-series h3 { text-align: left; margin-top: 0; }
@media (max-width: 900px) {
  .yt-dl-grid { grid-template-columns: repeat(2, 1fr); }
  .yt-dl-grid-series { grid-template-columns: 1fr; }
}
@media (max-width: 560px) {
  .yt-dl-grid { grid-template-columns: 1fr; }
  .yt-dl-actions { flex-direction: column; align-items: stretch; }
  .yt-dl-btn { text-align: center; }
}
.yt-news { margin-top: 48px; padding-top: 8px; border-top: 1px solid var(--ink); }
.yt-news h2 { font-size: 11px; margin-bottom: 16px; }
.yt-prod-hero { display: grid; grid-template-columns: 280px 1fr; gap: 40px; align-items: center; padding: 8px 0 32px; }
.yt-prod-hero-teara { grid-template-columns: 1fr; }
.yt-teara-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px 16px;
  margin: 8px 0 12px;
  max-width: 960px;
}
.yt-teara-item {
  margin: 0;
  text-align: center;
}
.yt-teara-item img {
  max-height: 260px;
  width: auto;
  margin: 0 auto;
  display: block;
}
.yt-teara-item figcaption {
  margin-top: 10px;
  font-size: 13px;
  letter-spacing: 0.04em;
  color: var(--ink);
}
.yt-catch { font-size: 17px; max-width: 36em; margin: 0 0 22px; color: var(--ink); }
.yt-photo {
  background: var(--cream); min-height: 360px; display: flex; align-items: center; justify-content: center;
  padding: 24px; overflow: hidden;
}
.yt-life-media {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 16px;
  margin: 0 0 20px;
}
.yt-story-split {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 28px 32px;
  align-items: start;
  margin: 0 0 8px;
}
.yt-story-copy p { margin: 0 0 1em; }
.yt-story-copy p:last-child { margin-bottom: 0; }
.yt-story-media .yt-life-figure {
  margin: 0;
  background: transparent;
  padding: 0;
}
.yt-story-media .yt-life-img {
  width: 100%;
  max-height: 16em; /* farm photo — larger than body text block */
  height: auto;
  object-fit: contain;
  object-position: top right;
  display: block;
}
.yt-life-figure {
  margin: 0 0 20px;
  background: var(--cream);
  padding: 0;
  overflow: hidden;
}
.yt-life-figure-wide { max-width: 420px; }
.yt-life-img {
  display: block;
  width: 100%;
  height: auto;
  max-height: 420px;
  object-fit: cover;
}
.yt-card-media {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1 / 1;
  max-height: 168px;
  object-fit: contain;
  object-position: center;
  background: var(--cream);
}
.yt-life-figure figcaption,
.yt-card-media-block .yt-muted {
  font-size: 12px;
  color: var(--muted);
  letter-spacing: 0.02em;
}
.yt-life-figure figcaption {
  padding: 10px 4px 0;
}
.yt-card-media-block {
  padding: 0 0 10px;
  overflow: hidden;
}
.yt-card-media-block .yt-card-media {
  margin: 0 0 8px;
}
.yt-card-media-block h3 {
  margin: 0 0 4px;
  font-size: 14px;
  padding-left: 10px;
  padding-right: 10px;
}
.yt-card-media-block .yt-muted {
  margin: 0;
  padding-left: 10px;
  padding-right: 10px;
  line-height: 1.45;
}
.yt-photo-ph { color: var(--muted); font-size: 12px; text-align: center; letter-spacing: 0.08em; text-transform: uppercase; }
.yt-specs { width: 100%; border-collapse: collapse; font-size: 14px; }
.yt-specs th, .yt-specs td { padding: 12px 0; border-bottom: 1px solid #ddd8d0; text-align: left; }
.yt-specs th { width: 34%; font-weight: 600; letter-spacing: 0.08em; text-transform: uppercase; font-size: 11px; }
.yt-cta {
  background: var(--cream); color: var(--ink);
  padding: 40px 24px; text-align: center; margin-top: 24px;
}
.yt-cta h2 { color: var(--ink); border: 0; font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 32px; letter-spacing: 0; text-transform: none; margin-bottom: 8px; }
.yt-cta p { color: var(--muted); }
.yt-cta .yt-btn { background: var(--ink); color: #fff !important; }
.yt-map { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; }
.yt-map button {
  background: var(--paper); border: 1px solid var(--ink); border-radius: 0;
  padding: 12px 10px; cursor: pointer; font: inherit; text-align: left;
}
.yt-map button[aria-expanded="true"] { background: var(--cream); }
.yt-geo-map {
  margin: 12px 0 20px;
  max-width: 920px;
}
.yt-geo-map--preview {
  padding: 48px 20px;
  border-top: 1px solid var(--ink);
  border-bottom: 1px solid var(--ink);
  background: var(--cream);
  text-align: center;
}
.yt-world-legend {
  margin: 0 0 10px;
}
.yt-popup { display: none; margin-top: 12px; padding: 16px; background: var(--cream); }
.yt-popup.is-open { display: block; }
.yt-note { font-size: 12.5px; color: var(--muted); }
.yt-crumb { font-size: 11px; letter-spacing: 0.12em; text-transform: uppercase; color: var(--muted); margin: 0 0 20px; }
.yt-crumb a { color: var(--ink); }
@media (max-width: 900px) {
  .yt-grid-4 { grid-template-columns: repeat(2, 1fr); }
  .yt-teara-grid { grid-template-columns: repeat(2, 1fr); }
  .yt-hero, .yt-prod-hero { grid-template-columns: 1fr; gap: 24px; }
  .yt-story-split { grid-template-columns: 1fr; gap: 16px; }
  .yt-story-media .yt-life-img { max-height: 14em; object-position: center; }
  .yt-hero-visual { min-height: 280px; }
  .yt-bottle-upright { max-height: 300px; }
  .yt-figure-hero img { height: 300px; }
}
@media (max-width: 768px) {
  .yt-grid, .yt-grid-2, .yt-map, .yt-pair-text { grid-template-columns: 1fr; }
  .yt-wrap h1 { font-size: 32px; }
  .yt-nav a.yt-nav-cta { margin-left: 0; }
  .yt-wrap .yt-jeg-banner-grid { grid-template-columns: 1fr; }
  .yt-about-pair { grid-template-columns: 1fr; }
  .yt-figure-hero img { height: 240px; }
  .yt-figure-sec img { max-height: 320px; }
  .yt-about-pair img { max-height: 280px; }
}
