@font-face {
  font-family: "SatoshiVariable";
  src: url("https://vodesonshop.com/wp-content/uploads/2024/07/Satoshi-Medium.woff") format("woff");
  font-weight: 500;
  font-display: swap;
}

@font-face {
  font-family: "SatoshiVariable";
  src: url("https://vodesonshop.com/wp-content/uploads/2024/07/Satoshi-Bold.woff") format("woff");
  font-weight: 700 900;
  font-display: swap;
}

.gph-home {
  font-family: "SatoshiVariable", "Avenir Next", sans-serif;
  color: #1f241f;
  background: #f7f3ea;
  font-synthesis: none;
  --green: #08784f;
  --green-dark: #102319;
  --green-soft: #dce9df;
  --cream: #f7f3ea;
  --paper: #fffdf8;
  --line: #d8d3c8;
  --muted: #66675f;
  --orange: #c8662e;
  --serif: Georgia, Cambria, "Times New Roman", serif;
}

.gph-home,
.gph-home * { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body.home {
  margin: 0;
  min-width: 320px;
  min-height: 100vh;
  background: #f7f3ea;
  -webkit-font-smoothing: antialiased;
}

.gph-home button,
.gph-home input { font: inherit; }

.gph-home a { color: inherit; }

.gph-home img { max-width: 100%; }

.gph-home { overflow-x: clip; }

.gph-shell { width: min(1220px, calc(100% - 48px)); margin-inline: auto; }

.gph-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.gph-promise-bar {
  min-height: 34px;
  display: grid;
  place-items: center;
  padding: 8px 24px;
  background: #086d48;
  color: #fff;
  font-size: 12px;
  font-weight: 800;
  text-align: center;
}

.gph-header { background: rgba(255, 253, 248, 0.98); border-bottom: 1px solid var(--line); }

.gph-header-main {
  min-height: 88px;
  display: grid;
  grid-template-columns: 230px minmax(300px, 1fr) auto;
  align-items: center;
  gap: 34px;
}

.gph-brand { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; font-size: 30px; font-weight: 800; letter-spacing: -0.045em; }
.gph-brand img { width: 42px; height: 42px; object-fit: contain; border: 1px solid #d9ded7; border-radius: 13px; }

.gph-search {
  height: 48px;
  display: grid;
  grid-template-columns: 1fr auto;
  border: 1px solid #d7d4ca;
  border-radius: 999px;
  overflow: hidden;
  background: #fff;
}

.gph-search input { min-width: 0; padding: 0 22px; border: 0; outline: 0; background: transparent; color: #1f241f; }
.gph-search button { min-width: 108px; border: 0; border-radius: 999px; background: #1b201b; color: #fff; font-size: 13px; font-weight: 850; cursor: pointer; }

.gph-account-links { display: flex; align-items: center; gap: 24px; white-space: nowrap; }
.gph-account-links a { text-decoration: none; font-size: 14px; font-weight: 800; }
.gph-account-links a:last-child { color: var(--green); }

.gph-primary-nav { min-height: 58px; display: flex; justify-content: center; align-items: center; gap: clamp(28px, 4vw, 58px); border-top: 1px solid #e7e2d9; }
.gph-primary-nav a { text-decoration: none; text-transform: uppercase; font-size: 12px; font-weight: 900; letter-spacing: 0.025em; }
.gph-primary-nav a:hover, .gph-primary-nav a:focus-visible { color: var(--green); }
.gph-menu-toggle { display: none; }

.gph-hero { position: relative; height: clamp(620px, 51vw, 760px); overflow: hidden; color: #fff; background: #63735b; }
.gph-hero-image { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; animation: gphImageIn 420ms ease both; }
.gph-hero-shade { position: absolute; inset: 0; background: rgba(13, 24, 15, 0.38); }
.gph-hero-copy { position: relative; z-index: 1; height: 100%; display: flex; flex-direction: column; justify-content: center; align-items: flex-start; padding-bottom: 72px; }
.gph-hero-copy h1, .gph-hero-copy h2 { max-width: 600px; margin: 16px 0 18px; font-family: Poppins, "SatoshiVariable", sans-serif; font-size: clamp(58px, 6vw, 92px); font-weight: 900; letter-spacing: -0.055em; line-height: 0.91; text-shadow: 0 4px 28px rgba(0,0,0,0.25); }
.gph-hero-copy h1 span, .gph-hero-copy h2 span { display: block; }
.gph-hero-lede { max-width: 620px; min-height: calc(2 * 1.55em); margin: 0 0 18px; font-size: 17px; font-weight: 700; line-height: 1.55; text-shadow: 0 2px 14px rgba(0,0,0,0.35); }
.gph-live-price { display: flex; align-items: baseline; gap: 12px; margin: 0 0 26px; }
.gph-live-price small { font-size: 14px; font-weight: 900; text-transform: uppercase; letter-spacing: 0.08em; }
.gph-live-price strong { font-size: 28px; }

.gph-eyebrow { margin: 0; color: var(--green); text-transform: uppercase; font-size: 12px; line-height: 1.2; font-weight: 900; letter-spacing: 0.14em; }
.gph-eyebrow--light { color: #fff; }

.gph-button-row { display: flex; flex-wrap: wrap; gap: 14px; }
.gph-button { min-height: 50px; display: inline-flex; align-items: center; justify-content: center; padding: 0 24px; border: 1px solid transparent; border-radius: 8px; text-decoration: none; text-transform: uppercase; font-size: 12px; font-weight: 900; letter-spacing: 0.02em; transition: transform 160ms ease, background-color 160ms ease, color 160ms ease; }
.gph-button:hover { transform: translateY(-2px); }
.gph-button--primary { background: var(--green); color: #fff; }
.gph-button--primary:hover { background: #065f40; }
.gph-button--ghost { border-color: rgba(255,255,255,0.86); background: rgba(16,35,25,0.16); color: #fff; }
.gph-button--small { min-height: 44px; padding: 0 18px; }

.gph-hero .gph-button--primary { position: relative; overflow: visible; isolation: isolate; gap: 11px; padding-right: 32px; padding-left: 24px; background: linear-gradient(-45deg, #052316, #0f704a, #2e9b67, #0f704a, #052316); background-size: 400% 400%; box-shadow: 0 12px 34px rgba(0,0,0,0.34), 0 18px 42px rgba(15,112,74,0.25), inset 0 1px 0 rgba(255,255,255,0.24); animation: gphHeroCtaFlow 6s ease infinite; transition: transform 180ms ease, box-shadow 180ms ease, filter 180ms ease; }
.gph-hero .gph-button--primary::before { content: ""; position: relative; z-index: 2; width: 9px; height: 9px; flex: 0 0 9px; border-radius: 999px; background: #fffaf2; box-shadow: 0 0 0 0 rgba(255,250,242,0.58); animation: gphHeroCtaRing 2400ms ease infinite; }
.gph-hero .gph-button--primary:hover { background: linear-gradient(-45deg, #052316, #0f704a, #2e9b67, #0f704a, #052316); filter: saturate(1.05) brightness(1.03); transform: translateY(-1px); box-shadow: 0 14px 38px rgba(0,0,0,0.38), 0 24px 56px rgba(15,112,74,0.34), inset 0 1px 0 rgba(255,255,255,0.3); }

.gph-hero-tabs { position: absolute; left: 50%; bottom: 28px; z-index: 2; display: grid; grid-template-columns: repeat(4, 1fr); transform: translateX(-50%); border: 1px solid rgba(255,255,255,0.28); border-radius: 999px; overflow: hidden; background: rgba(17,30,21,0.92); }
.gph-hero-tabs button { min-height: 52px; padding: 8px 18px; border: 0; border-radius: 999px; background: transparent; color: #fffaf2; text-transform: uppercase; font-size: 11px; font-weight: 900; cursor: pointer; transition: background 180ms ease, color 180ms ease, transform 180ms ease; }
.gph-hero-tabs button:hover,
.gph-hero-tabs button:focus-visible,
.gph-hero-tabs button.is-active { background: rgba(255,250,242,0.18); color: #fffaf2; }
.gph-hero-tabs button:hover,
.gph-hero-tabs button:focus-visible { transform: translateY(-1px); }
.gph-hero-tabs button.is-active { box-shadow: inset 0 0 0 1px rgba(255,250,242,0.16); }

.gph-section { padding: 92px 0; }
.gph-section-intro--split { display: grid; grid-template-columns: minmax(0, 1fr) minmax(320px, 0.65fr); gap: 64px; align-items: end; margin-bottom: 34px; }
.gph-section-intro h2, .gph-reviews-heading h2, .gph-guide-heading h2 { max-width: 760px; margin: 12px 0 0; font-family: var(--serif); font-size: clamp(48px, 5vw, 72px); font-weight: 500; letter-spacing: -0.045em; line-height: 0.98; }
.gph-section-intro--split > p { margin: 0 0 8px; color: var(--muted); font-size: 17px; line-height: 1.58; }

.gph-problem-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.gph-problem-card { min-width: 0; overflow: hidden; border: 1px solid var(--line); border-radius: 22px; background: var(--paper); box-shadow: 0 20px 70px rgba(54,51,43,0.07); }
.gph-problem-card > img { width: 100%; aspect-ratio: 4 / 3; display: block; object-fit: cover; }
.gph-problem-card-copy { min-height: 350px; display: flex; flex-direction: column; align-items: flex-start; padding: 28px; }
.gph-card-label { margin: 0 0 22px; color: var(--green); text-transform: uppercase; font-size: 11px; font-weight: 900; letter-spacing: 0.1em; }
.gph-problem-card h3 { margin: 0 0 14px; font-family: var(--serif); font-size: 31px; font-weight: 500; letter-spacing: -0.035em; line-height: 1.03; }
.gph-problem-card-copy > p:not(.gph-card-label) { margin: 0 0 24px; color: var(--muted); font-size: 15px; line-height: 1.62; }
.gph-problem-card .gph-button {
  width: 100%;
  margin-top: auto;
  text-align: center;
}

.gph-reviews { padding-top: 84px; padding-bottom: 76px; background: #eee6d8; }
.gph-reviews-heading { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 40px; align-items: end; margin-bottom: 30px; }
.gph-rating-summary { min-width: 280px; display: grid; grid-template-columns: auto 1fr; align-items: center; column-gap: 12px; }
.gph-rating-summary strong { grid-row: 1 / 3; font-family: var(--serif); font-size: 66px; font-weight: 500; line-height: 0.9; }
.gph-stars { color: #d69228; font-size: 18px; letter-spacing: 0.08em; }
.gph-rating-summary small { color: var(--muted); font-size: 13px; }

.gph-review-panel { overflow: hidden; border: 1px solid #d8cfc0; border-radius: 24px; background: var(--paper); box-shadow: 0 22px 80px rgba(54,51,43,0.08); }
.gph-featured-review { display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(360px, 0.92fr); min-height: 500px; overflow: hidden; background: transparent; }
.gph-featured-review figure { position: relative; min-height: 500px; margin: 0; overflow: hidden; background: #d7d0c5; }
.gph-featured-review figure img { width: 100%; height: 100%; display: block; object-fit: cover; object-position: center 44%; }
.gph-featured-review figcaption { position: absolute; left: 18px; bottom: 18px; padding: 8px 12px; border-radius: 999px; background: rgba(17,30,21,0.82); color: #fff; font-size: 11px; font-weight: 800; }
.gph-featured-review-copy { padding: clamp(34px, 4.2vw, 58px); display: flex; flex-direction: column; justify-content: center; align-items: flex-start; }
.gph-review-meta { display: grid; grid-template-columns: 44px 1fr auto; align-items: center; gap: 10px; width: 100%; margin-bottom: 26px; }
.gph-review-meta > span { width: 44px; height: 44px; display: grid; place-items: center; border-radius: 50%; background: var(--green-soft); color: var(--green); font-weight: 900; }
.gph-review-meta strong { font-size: 15px; }
.gph-review-meta time { color: var(--muted); font-size: 12px; }
.gph-featured-review-copy h3 { margin: 18px 0 18px; font-family: var(--serif); font-size: clamp(34px, 3.2vw, 48px); font-weight: 500; letter-spacing: -0.04em; line-height: 1.03; }
.gph-featured-review-copy p { margin: 0; color: #51554e; font-size: 17px; line-height: 1.68; }
.gph-featured-review-copy .gph-review-extra { margin-top: 16px; }
.gph-text-button { margin-top: 22px; padding: 0 0 4px; border: 0; border-bottom: 1px solid currentColor; background: transparent; color: var(--green); font-size: 13px; font-weight: 900; cursor: pointer; }

.gph-review-conversion { display: flex; align-items: center; justify-content: space-between; gap: 32px; padding: 26px 34px 30px; border-top: 1px solid #d8cfc0; background: #f7f1e6; }
.gph-review-conversion h3 { margin: 8px 0 0; font-family: var(--serif); font-size: 32px; font-weight: 500; letter-spacing: -0.03em; }

.gph-why { display: grid; grid-template-columns: 0.9fr 1.1fr; min-height: 690px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: #f3ede2; }
.gph-why-image { min-height: 690px; overflow: hidden; background: #d6d1c7; }
.gph-why-image img { width: 100%; height: 100%; display: block; object-fit: cover; object-position: center; }
.gph-why-copy { display: flex; flex-direction: column; justify-content: center; padding: clamp(52px, 5vw, 78px); }
.gph-why-copy h2 { max-width: 650px; margin: 12px 0 20px; font-family: var(--serif); font-size: clamp(48px, 4.3vw, 66px); font-weight: 500; letter-spacing: -0.048em; line-height: 0.98; }
.gph-why-lede { max-width: 650px; margin: 0; color: var(--muted); font-size: 17px; line-height: 1.64; }
.gph-method-list { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin: 28px 0 0; padding: 0; list-style: none; }
.gph-method-list li { min-width: 0; padding: 17px 16px; border: 1px solid var(--line); border-radius: 12px; background: rgba(255,255,255,0.42); }
.gph-method-list li > span { display: block; margin-bottom: 11px; color: var(--green); font-size: 11px; font-weight: 900; letter-spacing: 0.1em; }
.gph-method-list strong { display: block; font-size: 15px; line-height: 1.3; }
.gph-method-list p { margin: 8px 0 0; color: var(--muted); font-size: 14px; line-height: 1.5; }
.gph-why-actions { display: flex; align-items: center; gap: 24px; margin-top: 26px; }
.gph-secondary-links { display: flex; flex-wrap: wrap; gap: 18px; }
.gph-secondary-links a { color: var(--green); font-size: 13px; font-weight: 900; text-underline-offset: 4px; }
.gph-reassurance { margin: 22px 0 0; padding-top: 18px; border-top: 1px solid var(--line); color: #4e5b51; font-size: 13px; font-weight: 750; line-height: 1.5; }
.gph-no-wrap { white-space: nowrap; }

.gph-guides { padding-top: 94px; padding-bottom: 72px; }
.gph-guide-heading { position: relative; margin-bottom: 32px; }
.gph-guide-heading h2 { max-width: 850px; }
.gph-guide-heading > a { position: absolute; right: 0; bottom: 8px; color: var(--green); font-size: 13px; font-weight: 900; text-underline-offset: 4px; }
.gph-guide-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.gph-guide-grid article { min-height: 290px; display: flex; flex-direction: column; align-items: flex-start; padding: 30px; border: 1px solid var(--line); border-radius: 20px; background: var(--paper); }
.gph-guide-grid article > span { color: var(--green); text-transform: uppercase; font-size: 11px; font-weight: 900; letter-spacing: 0.1em; }
.gph-guide-grid h3 { margin: 48px 0 14px; font-family: var(--serif); font-size: 30px; font-weight: 500; letter-spacing: -0.035em; line-height: 1.04; }
.gph-guide-grid article > p { margin: 0 0 24px; color: var(--muted); font-size: 15px; line-height: 1.55; }
.gph-guide-grid a { margin-top: auto; color: var(--green); text-transform: uppercase; font-size: 12px; font-weight: 900; text-underline-offset: 4px; }

.gph-newsletter { padding: 78px 0; background: var(--green-dark); color: #fff; }
.gph-newsletter-grid { display: grid; grid-template-columns: minmax(0, 0.9fr) minmax(420px, 0.75fr); gap: 88px; align-items: center; }
.gph-newsletter h2 { max-width: 680px; margin: 13px 0 24px; font-family: var(--serif); font-size: clamp(46px, 4.5vw, 66px); font-weight: 500; letter-spacing: -0.045em; line-height: 0.98; }
.gph-newsletter ul { display: flex; flex-wrap: wrap; gap: 10px; margin: 0; padding: 0; list-style: none; }
.gph-newsletter li { padding: 9px 12px; border: 1px solid rgba(255,255,255,0.23); border-radius: 999px; color: #e4eee6; font-size: 12px; }
.gph-newsletter form { padding: 30px; border: 1px solid rgba(255,255,255,0.18); border-radius: 18px; background: rgba(255,255,255,0.055); }
.gph-newsletter form > label:first-child { display: block; margin-bottom: 10px; color: #eaf1eb; font-size: 13px; font-weight: 850; }
.gph-newsletter-input-row { display: grid; grid-template-columns: 1fr auto; gap: 10px; }
.gph-newsletter-input-row input { min-width: 0; height: 52px; padding: 0 16px; border: 1px solid rgba(255,255,255,0.34); border-radius: 8px; background: #fff; color: #1f241f; }
.gph-newsletter-input-row button { min-height: 52px; padding: 0 18px; border: 0; border-radius: 8px; background: #e8f1e9; color: #0b5c3d; font-size: 12px; font-weight: 900; text-transform: uppercase; cursor: pointer; }
.gph-consent { display: flex; align-items: flex-start; gap: 8px; margin-top: 14px; color: #c7d2c9; font-size: 12px; line-height: 1.45; }
.gph-consent input { margin-top: 2px; accent-color: #9bd0ae; }
.gph-form-success { margin: 0; color: #e8f1e9; font-family: var(--serif); font-size: 30px; line-height: 1.15; }

.gph-site-footer { padding: 0 0 26px; background: #132019; color: #dce7df; }
.gph-footer-promises { display: grid; grid-template-columns: repeat(4, 1fr); border-bottom: 1px solid rgba(255,255,255,0.13); }
.gph-footer-promises div { padding: 28px 20px; border-right: 1px solid rgba(255,255,255,0.1); }
.gph-footer-promises div:last-child { border-right: 0; }
.gph-footer-promises span, .gph-footer-promises strong { display: block; }
.gph-footer-promises span { margin-bottom: 7px; color: #75b994; text-transform: uppercase; font-size: 10px; font-weight: 900; letter-spacing: 0.11em; }
.gph-footer-promises strong { color: #fff; font-size: 14px; }
.gph-footer-main { display: grid; grid-template-columns: 1.35fr repeat(4, 0.75fr); gap: 48px; padding: 54px 0 58px; }
.gph-site-footer .gph-brand { color: #fff; font-size: 25px; }
.gph-site-footer .gph-brand img { width: 36px; height: 36px; }
.gph-footer-brand p { max-width: 280px; margin: 20px 0 10px; color: #aebbb1; font-size: 13px; line-height: 1.6; }
.gph-footer-brand > a { color: #fff; font-size: 13px; }
.gph-footer-main nav { display: flex; flex-direction: column; align-items: flex-start; gap: 11px; }
.gph-footer-main nav strong { margin-bottom: 3px; color: #fff; font-size: 13px; }
.gph-footer-main nav a { color: #aebbb1; text-decoration: none; font-size: 12px; }
.gph-footer-main nav a:hover { color: #fff; }
.gph-footer-bottom { display: flex; justify-content: space-between; gap: 24px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,0.13); color: #9eaaa1; font-size: 11px; }

@keyframes gphImageIn { from { opacity: 0.72; transform: scale(1.01); } to { opacity: 1; transform: scale(1); } }
@keyframes gphHeroCtaFlow { 0%, 100% { background-position: 0% 50%; box-shadow: 0 12px 34px rgba(0,0,0,0.34), 0 18px 42px rgba(15,112,74,0.23), inset 0 1px 0 rgba(255,255,255,0.22); } 50% { background-position: 100% 50%; box-shadow: 0 14px 42px rgba(0,0,0,0.42), 0 22px 54px rgba(46,155,103,0.38), inset 0 1px 0 rgba(255,255,255,0.34); } }
@keyframes gphHeroCtaRing { 0% { box-shadow: 0 0 0 0 rgba(255,250,242,0.62), 0 0 14px rgba(255,250,242,0.24); opacity: 1; } 100% { box-shadow: 0 0 0 18px rgba(255,250,242,0), 0 0 22px rgba(255,250,242,0); opacity: 1; } }

@media (max-width: 1100px) {
  .gph-header-main { grid-template-columns: 200px 1fr auto; gap: 18px; }
  .gph-account-links a:first-child { display: none; }
  .gph-primary-nav { gap: 26px; }
  .gph-hero-copy h1, .gph-hero-copy h2 { font-size: 70px; }
  .gph-why { grid-template-columns: 0.92fr 1.08fr; }
  .gph-method-list { grid-template-columns: 1fr; }
  .gph-method-list li { display: grid; grid-template-columns: 34px 1fr; gap: 6px; }
  .gph-method-list li > span { margin: 2px 0 0; }
  .gph-footer-main { grid-template-columns: 1.2fr repeat(2, 1fr); }
  .gph-footer-main nav:nth-of-type(3), .gph-footer-main nav:nth-of-type(4) { margin-top: 14px; }
}

@media (max-width: 820px) {
  .gph-shell { width: min(100% - 32px, 720px); }
  .gph-header-main { min-height: 76px; grid-template-columns: 1fr auto; }
  .gph-brand { font-size: 27px; }
  .gph-search, .gph-account-links { display: none; }
  .gph-menu-toggle { min-width: 72px; min-height: 42px; display: inline-grid; place-items: center; border: 1px solid var(--line); border-radius: 999px; background: transparent; color: #1f241f; font-weight: 850; }
  .gph-primary-nav { display: none; padding: 18px 24px 28px; flex-direction: column; align-items: flex-start; gap: 18px; }
  .gph-primary-nav.is-open { display: flex; }
  .gph-hero { height: 690px; }
  .gph-hero-copy { padding-bottom: 118px; justify-content: flex-end; }
  .gph-hero-copy h1, .gph-hero-copy h2 { font-size: 64px; }
  .gph-hero-lede { max-width: 520px; }
  .gph-hero-tabs { bottom: 20px; grid-template-columns: repeat(2, 1fr); border-radius: 20px; }
  .gph-hero-tabs button.is-active { border-radius: 18px; }
  .gph-section { padding: 72px 0; }
  .gph-section-intro--split, .gph-reviews-heading, .gph-newsletter-grid { grid-template-columns: 1fr; gap: 24px; }
  .gph-problem-grid, .gph-guide-grid { grid-template-columns: 1fr; }
  .gph-problem-card { display: grid; grid-template-columns: 0.9fr 1.1fr; }
  .gph-problem-card > img { height: 100%; aspect-ratio: auto; }
  .gph-problem-card-copy { min-height: 340px; }
  .gph-featured-review { grid-template-columns: 1fr; }
  .gph-featured-review figure { min-height: 460px; }
  .gph-review-conversion { padding: 26px 28px 30px; }
  .gph-why { grid-template-columns: 1fr; }
  .gph-why-image { min-height: 520px; }
  .gph-guide-heading > a { position: static; display: inline-block; margin-top: 20px; }
  .gph-newsletter-grid { gap: 36px; }
  .gph-footer-promises { grid-template-columns: repeat(2, 1fr); }
  .gph-footer-main { grid-template-columns: repeat(2, 1fr); }
  .gph-footer-brand { grid-column: 1 / -1; }
}

@media (max-width: 560px) {
  .gph-shell { width: min(100% - 28px, 520px); }
  .gph-promise-bar { font-size: 10px; }
  .gph-header-main { min-height: 70px; }
  .gph-brand { font-size: 24px; }
  .gph-brand img { width: 36px; height: 36px; }
  .gph-hero { height: 680px; }
  .gph-hero-image { object-position: 58% center; }
  .gph-hero-shade { background: rgba(13, 24, 15, 0.49); }
  .gph-hero-copy { padding-bottom: 140px; }
  .gph-hero-copy h1, .gph-hero-copy h2 { margin-top: 12px; font-size: clamp(48px, 15vw, 62px); }
  .gph-hero-lede { font-size: 15px; line-height: 1.5; }
  .gph-live-price { margin-bottom: 18px; }
  .gph-live-price small { max-width: 160px; font-size: 12px; }
  .gph-button { min-height: 46px; padding: 0 17px; }
  .gph-hero .gph-button--primary { gap: 8px; padding-right: 20px; padding-left: 16px; }
  .gph-hero .gph-button--primary::before { width: 7px; height: 7px; flex: 0 0 7px; }
  .gph-hero-tabs { width: calc(100% - 28px); }
  .gph-hero-tabs button { min-height: 44px; padding: 7px 10px; font-size: 9px; }
  .gph-section-intro h2, .gph-reviews-heading h2, .gph-guide-heading h2 { font-size: 45px; }
  .gph-section-intro--split > p { font-size: 15px; }
  .gph-problem-card { display: block; }
  .gph-problem-card > img { height: auto; aspect-ratio: 4 / 3; }
  .gph-problem-card-copy { min-height: 330px; padding: 24px; }
  .gph-problem-card h3 { font-size: 29px; }
  .gph-reviews { padding-top: 68px; }
  .gph-rating-summary { min-width: 0; }
  .gph-rating-summary strong { font-size: 58px; }
  .gph-review-panel { border-radius: 18px; }
  .gph-featured-review figure { min-height: 360px; }
  .gph-featured-review-copy { padding: 28px 24px 30px; }
  .gph-featured-review-copy h3 { font-size: 35px; }
  .gph-featured-review-copy p { font-size: 16px; }
  .gph-review-conversion { align-items: flex-start; flex-direction: column; padding: 26px 24px 30px; }
  .gph-review-conversion .gph-button { width: 100%; }
  .gph-why-image { min-height: 390px; }
  .gph-why-copy { padding: 46px 22px 50px; }
  .gph-why-copy h2 { font-size: 45px; }
  .gph-why-actions { align-items: stretch; flex-direction: column; }
  .gph-secondary-links { justify-content: space-between; }
  .gph-guide-grid h3 { margin-top: 44px; }
  .gph-newsletter { padding: 64px 0; }
  .gph-newsletter h2 { font-size: 44px; }
  .gph-newsletter form { padding: 22px; }
  .gph-newsletter-input-row { grid-template-columns: 1fr; }
  .gph-footer-promises { grid-template-columns: 1fr 1fr; }
  .gph-footer-promises div { padding: 22px 14px; }
  .gph-footer-main { grid-template-columns: 1fr 1fr; gap: 34px 24px; }
  .gph-footer-bottom { flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .gph-hero-image, .gph-button { animation: none; transition: none; }
}

/* WordPress production shell and static-carousel integration. */
body.home .whb-header,
body.home .wd-hb-wrapp,
body.home .header-banner,
body.home .page-title,
body.home .wd-toolbar,
body.home .wd-sticky-sidebar-opener,
body.home .wd-sidebar-opener,
body.home .wd-show-sidebar-btn,
body.home .wd-side-hidden-btn,
body.home .wd-nav-opener {
  display: none !important;
}

body.home .main-page-wrapper {
  padding-top: 0;
  background: #f7f3ea;
}

body.home .main-page-wrapper > .container,
body.home .site-content,
body.home .entry-content,
body.home .wd-content-area,
body.home .content-layout-wrapper {
  width: 100%;
  max-width: none;
  padding: 0;
  margin: 0;
}

body.home .entry-content > p { display: none; }
body.home .gph-home { width: 100%; max-width: none; }

.gph-hero-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 320ms ease, visibility 320ms ease;
}

.gph-hero-slide.is-active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.gph-hero-slide .gph-hero-copy { position: relative; }
.gph-hero-slide[aria-hidden="true"] { visibility: hidden; }
.gph-hero-slide[data-gph-slide="light"] .gph-hero-shade {
  background: linear-gradient(90deg, rgba(6,24,15,0.78) 0%, rgba(6,24,15,0.64) 42%, rgba(6,24,15,0.32) 72%, rgba(6,24,15,0.2) 100%);
}
.gph-reassurance span { white-space: nowrap; }

.gph-home .gph-hero-copy h1,
.gph-home .gph-hero-copy h2,
.gph-home .gph-hero .gph-live-price,
.gph-home .gph-hero .gph-live-price *,
.gph-home .gph-newsletter h2 {
  color: #fff !important;
}

.gph-live-price del,
.gp-live-price-inline del { opacity: 0.68; font-size: 0.74em; }
.gph-live-price ins,
.gp-live-price-inline ins { color: inherit; text-decoration: none; }
.gp-live-price-inline { display: inline-flex; align-items: baseline; gap: 8px; font-weight: 850; }

.gph-newsletter .vd-lead-form {
  padding: 30px;
  border: 1px solid rgba(255,255,255,0.18);
  border-radius: 18px;
  background: rgba(255,255,255,0.055);
}
.gph-newsletter .vd-lead-form__row { display: grid; grid-template-columns: 1fr auto; gap: 10px; }
.gph-newsletter .vd-lead-form input[type="email"] {
  min-width: 0;
  height: 52px;
  padding: 0 16px;
  border: 1px solid rgba(255,255,255,0.34);
  border-radius: 8px;
  background: #fff;
  color: #1f241f;
}
.gph-newsletter .vd-lead-form button {
  min-height: 52px;
  padding: 0 18px;
  border: 0;
  border-radius: 8px;
  background: #e8f1e9;
  color: #0b5c3d;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
  cursor: pointer;
}
.gph-newsletter .vd-lead-form__consent {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  margin-top: 14px;
  color: #c7d2c9;
  font-size: 12px;
  line-height: 1.45;
}
.gph-newsletter .vd-lead-form__consent input { margin-top: 2px; accent-color: #9bd0ae; }
.gph-newsletter .vd-lead-form__message { margin-bottom: 14px; color: #e8f1e9; }
.gph-newsletter .vd-lead-form__message--error { color: #ffd6c0; }
.gph-newsletter .vd-lead-form__honeypot { position: absolute !important; left: -9999px !important; }

.gph-cart { display: inline-flex; align-items: baseline; gap: 7px; text-decoration: none; }
.gph-cart strong { color: #08784f; }

@media (min-width: 1025px) {
  .gph-newsletter ul {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
  }

  .gph-newsletter li {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 58px;
    text-align: center;
    line-height: 1.35;
  }
}

@media (max-width: 560px) {
  .gph-newsletter .vd-lead-form { padding: 22px; }
  .gph-newsletter .vd-lead-form__row { grid-template-columns: 1fr; }
}
