.v10-executive {
  --v10-ink: #201814;
  --v10-wine: #5f3028;
  --v10-copper: #a76643;
  --v10-paper: #f5f1ea;
  --v10-line: rgba(32, 24, 20, 0.16);
  background: var(--v10-paper);
  color: var(--v10-ink);
}

.v10-main { overflow: clip; }
.v10-wrap { width: min(1180px, calc(100% - 48px)); margin: 0 auto; }
.v10-breadcrumb { display: flex; gap: 10px; align-items: center; padding: 24px 0; font-size: 13px; color: #6d625b; }
.v10-breadcrumb a { color: inherit; text-decoration: none; }
.v10-kicker { margin: 0 0 14px; font-size: 12px; font-weight: 750; letter-spacing: .18em; text-transform: uppercase; }

.v10-hero { background: var(--v10-ink); color: #fff; }
.v10-hero-grid { min-height: 650px; display: grid; grid-template-columns: minmax(0, .94fr) minmax(520px, 1.06fr); gap: 58px; align-items: center; padding: 68px 0; }
.v10-hero-copy h1 { max-width: 650px; margin: 0; color: #fff; font-family: "Playfair Display", Georgia, serif; font-size: clamp(46px, 4.2vw, 68px); line-height: 1.02; letter-spacing: -.035em; }
.v10-lead { max-width: 590px; margin: 26px 0 0; color: rgba(255,255,255,.76); font-size: 18px; line-height: 1.7; }
.v10-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.v10-button { min-height: 48px; display: inline-flex; align-items: center; justify-content: center; border: 1px solid transparent; border-radius: 2px; padding: 0 20px; font: inherit; font-weight: 750; text-decoration: none; cursor: pointer; }
.v10-executive .v10-button-light { background: #fff; color: var(--v10-ink); }
.v10-button-outline { border-color: rgba(255,255,255,.48); background: transparent; color: #fff; }
.v10-button-dark { background: var(--v10-ink); color: #fff; }
.v10-note { margin: 18px 0 0; color: rgba(255,255,255,.56); font-size: 13px; line-height: 1.6; }
.v10-hero-media { position: relative; min-height: 520px; }
.v10-hero-product { position: absolute; margin: 0; background: #fff; color: var(--v10-ink); box-shadow: 0 26px 70px rgba(0,0,0,.28); }
.v10-hero-product img { display: block; width: 100%; height: 100%; object-fit: contain; background: #fff; }
.v10-hero-product figcaption { display: flex; justify-content: space-between; gap: 16px; padding: 14px 16px; border-top: 1px solid var(--v10-line); font-size: 12px; }
.v10-hero-product figcaption span { color: #71655e; }
.v10-hero-product-main { width: 410px; right: 96px; top: 0; z-index: 2; }
.v10-hero-product-main img { height: 410px; }
.v10-hero-product-side { width: 250px; right: 0; bottom: 0; z-index: 3; }
.v10-hero-product-side img { height: 250px; }

.v10-assurance { background: #fff; border-bottom: 1px solid var(--v10-line); }
.v10-assurance-grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.v10-assurance p { margin: 0; padding: 28px 32px; border-left: 1px solid var(--v10-line); }
.v10-assurance p:last-child { border-right: 1px solid var(--v10-line); }
.v10-assurance strong, .v10-assurance span { display: block; }
.v10-assurance strong { margin-bottom: 7px; font-size: 14px; }
.v10-assurance span { color: #74685f; font-size: 13px; line-height: 1.55; }

.v10-products { padding: 92px 0 104px; }
.v10-section-head { display: grid; grid-template-columns: minmax(0, 1fr) minmax(280px, 420px); gap: 40px; align-items: end; margin-bottom: 36px; }
.v10-section-head h2, .v10-source h2, .v10-cta h2 { margin: 0; font-family: "Playfair Display", Georgia, serif; font-size: clamp(36px, 4vw, 54px); line-height: 1.08; letter-spacing: -.025em; }
.v10-section-head > p { margin: 0; color: #74685f; line-height: 1.7; }
.v10-product-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; }
.v10-product-card { min-width: 0; display: flex; flex-direction: column; background: #fff; border: 1px solid var(--v10-line); }
.v10-product-media { display: grid; place-items: center; aspect-ratio: 1 / 1; padding: 20px; border-bottom: 1px solid var(--v10-line); overflow: hidden; }
.v10-product-media img { display: block; width: 100%; height: 100%; object-fit: contain; transition: transform .28s ease; }
.v10-product-media:hover img { transform: translateY(-4px); }
.v10-product-body { display: flex; flex: 1; flex-direction: column; padding: 22px; }
.v10-product-code { margin: 0 0 9px; color: var(--v10-wine); font-size: 11px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.v10-product-card h3 { margin: 0; font-size: 21px; line-height: 1.24; }
.v10-product-card h3 a { color: inherit; text-decoration: none; }
.v10-product-summary { min-height: 78px; margin: 12px 0 16px; color: #6e625a; font-size: 14px; line-height: 1.6; }
.v10-product-price { display: flex; justify-content: space-between; gap: 12px; align-items: baseline; margin: 0 0 14px; }
.v10-product-price span { color: #85786f; font-size: 11px; }
.v10-product-price strong { color: var(--v10-wine); font-size: 16px; }
.v10-product-size { margin: 0 0 18px; color: #74685f; font-size: 12px; line-height: 1.5; }
.v10-product-card dl { margin: 0; border-top: 1px solid var(--v10-line); }
.v10-product-card dl div { display: grid; grid-template-columns: 78px 1fr; gap: 10px; padding: 10px 0; border-bottom: 1px solid var(--v10-line); font-size: 12px; line-height: 1.45; }
.v10-product-card dt { color: #85786f; }
.v10-product-card dd { margin: 0; }
.v10-product-card ul { display: flex; flex-wrap: wrap; gap: 6px; margin: 16px 0 20px; padding: 0; list-style: none; }
.v10-product-card li { border: 1px solid var(--v10-line); padding: 6px 8px; color: #675b53; font-size: 11px; }
.v10-product-actions { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; margin-top: auto; }
.v10-product-actions a, .v10-product-actions button { min-height: 42px; display: grid; place-items: center; border: 1px solid var(--v10-ink); background: transparent; color: var(--v10-ink); font: inherit; font-size: 12px; font-weight: 750; text-decoration: none; cursor: pointer; }
.v10-product-actions button { background: var(--v10-ink); color: #fff; }
.v10-image-placeholder { display: grid; place-items: center; width: 100%; height: 100%; background: #eee9e1; color: #776c64; font-size: 13px; }

.v10-guide { background: var(--v10-wine); color: #fff; padding: 92px 0; }
.v10-section-head-light h2 { color: #fff; }
.v10-guide-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid rgba(255,255,255,.28); border-bottom: 1px solid rgba(255,255,255,.28); }
.v10-guide article { padding: 34px; border-left: 1px solid rgba(255,255,255,.28); }
.v10-guide article:last-child { border-right: 1px solid rgba(255,255,255,.28); }
.v10-guide article p { margin: 0 0 28px; color: rgba(255,255,255,.56); font-size: 12px; }
.v10-guide h3 { margin: 0 0 12px; color: #fff; font-size: 23px; }
.v10-guide span { color: rgba(255,255,255,.7); line-height: 1.7; }

.v10-source { background: #fff; padding: 100px 0; }
.v10-source-grid { display: grid; grid-template-columns: minmax(380px, .8fr) minmax(0, 1.2fr); gap: 84px; align-items: center; }
.v10-source figure { margin: 0; background: #f2eee8; border: 1px solid var(--v10-line); }
.v10-source img { display: block; width: 100%; height: auto; object-fit: contain; }
.v10-source p:not(.v10-kicker) { max-width: 620px; margin: 24px 0; color: #6d625a; font-size: 17px; line-height: 1.75; }
.v10-source a { color: var(--v10-wine); font-weight: 800; text-decoration: none; }

.v10-cta { padding: 88px 0; }
.v10-cta-grid { display: grid; grid-template-columns: 1.08fr .92fr; gap: 80px; align-items: center; }
.v10-cta-grid > div:last-child > p { margin: 0 0 22px; color: #6d625a; line-height: 1.7; }

.v10-compare { background: var(--v10-wine); color: #fff; padding: 88px 0; }
.v10-compare .v10-section-head > p { color: rgba(255,255,255,.68); }
.v10-table-wrap { overflow-x: auto; border-top: 1px solid rgba(255,255,255,.34); }
.v10-compare table { width: 100%; border-collapse: collapse; min-width: 680px; }
.v10-compare th, .v10-compare td { padding: 20px 18px; border-bottom: 1px solid rgba(255,255,255,.24); text-align: left; }
.v10-compare th { color: rgba(255,255,255,.58); font-size: 11px; letter-spacing: .12em; text-transform: uppercase; }
.v10-compare td { color: rgba(255,255,255,.83); font-size: 14px; }
.v10-compare td:nth-child(2) { color: #fff; font-weight: 800; }

.v10-buying { background: #fff; padding: 96px 0; }
.v10-buying-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 84px; align-items: start; }
.v10-buying h2 { margin: 0; font-family: "Playfair Display", Georgia, serif; font-size: clamp(36px, 4vw, 54px); line-height: 1.08; }
.v10-buying-copy { border-top: 1px solid var(--v10-line); }
.v10-buying-copy p { margin: 0; padding: 18px 0; border-bottom: 1px solid var(--v10-line); color: #6c6159; line-height: 1.7; }
.v10-buying-copy strong { color: var(--v10-ink); }

.v10-faq { padding: 92px 0; }
.v10-faq-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 0 24px; border-top: 1px solid var(--v10-line); }
.v10-faq details { border-bottom: 1px solid var(--v10-line); padding: 18px 0; }
.v10-faq summary { cursor: pointer; font-weight: 750; list-style: none; }
.v10-faq summary::-webkit-details-marker { display: none; }
.v10-faq details p { margin: 11px 0 0; color: #6d625a; font-size: 14px; line-height: 1.6; }

@media (max-width: 1050px) {
  .v10-hero-grid { grid-template-columns: 1fr 440px; gap: 30px; }
  .v10-hero-product-main { width: 340px; right: 72px; }
  .v10-hero-product-main img { height: 340px; }
  .v10-product-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .v10-product-summary { min-height: auto; }
}

@media (max-width: 820px) {
  .v10-wrap { width: min(100% - 28px, 680px); }
  .v10-breadcrumb { padding: 18px 0; overflow-x: auto; white-space: nowrap; }
  .v10-hero-grid { min-height: auto; grid-template-columns: 1fr; padding: 54px 0 36px; }
  .v10-hero-copy h1 { font-size: clamp(39px, 11.4vw, 54px); }
  .v10-lead { font-size: 16px; }
  .v10-actions { display: grid; grid-template-columns: 1fr; }
  .v10-hero-media { min-height: 370px; margin-top: 8px; }
  .v10-hero-product-main { width: min(76vw, 330px); left: 0; right: auto; }
  .v10-hero-product-main img { height: min(76vw, 330px); }
  .v10-hero-product-side { width: min(43vw, 190px); right: 0; }
  .v10-hero-product-side img { height: min(43vw, 190px); }
  .v10-hero-product figcaption { display: block; }
  .v10-hero-product figcaption span { display: none; }
  .v10-assurance-grid { grid-template-columns: 1fr; padding: 12px 0; }
  .v10-assurance p, .v10-assurance p:last-child { padding: 18px 4px; border: 0; border-bottom: 1px solid var(--v10-line); }
  .v10-assurance p:last-child { border-bottom: 0; }
  .v10-products, .v10-guide, .v10-source, .v10-cta, .v10-compare, .v10-buying, .v10-faq { padding: 66px 0; }
  .v10-section-head { grid-template-columns: 1fr; gap: 14px; }
  .v10-section-head h2, .v10-source h2, .v10-cta h2 { font-size: 38px; }
  .v10-guide-grid { grid-template-columns: 1fr; }
  .v10-guide article, .v10-guide article:last-child { padding: 26px 4px; border: 0; border-bottom: 1px solid rgba(255,255,255,.28); }
  .v10-guide article:last-child { border-bottom: 0; }
  .v10-source-grid, .v10-cta-grid { grid-template-columns: 1fr; gap: 36px; }
  .v10-buying-grid { grid-template-columns: 1fr; gap: 32px; }
  .v10-faq-grid { grid-template-columns: 1fr; }
}

@media (max-width: 560px) {
  .v10-product-grid { grid-template-columns: 1fr; }
  .v10-product-media { aspect-ratio: 1.12 / 1; padding: 28px; }
  .v10-product-actions { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) {
  .v10-product-media img { transition: none; }
}
