/*
Theme Name: Water Pet
Theme URI: https://water.pet/
Author: Water Pet
Author URI: https://water.pet/
Description: A custom, responsive WordPress theme for Water Pet, a pet dental water additive brand founded by Sloane Richmond.
Version: 1.3.4
Requires at least: 6.0
Tested up to: 6.6
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: water-pet
Tags: custom-logo, custom-menu, featured-images, e-commerce, blog, one-column, two-columns, accessibility-ready
*/

:root {
  --wp-blue: #0c3c91;
  --wp-blue-2: #1477ef;
  --wp-aqua: #28c5e8;
  --wp-ink: #071a35;
  --wp-muted: #60708a;
  --wp-sky: #eef7ff;
  --wp-cream: #fffaf2;
  --wp-amber: #9a4c15;
  --wp-yellow: #ffd76c;
  --wp-white: #ffffff;
  --wp-line: #dce8f5;
  --wp-radius-sm: 14px;
  --wp-radius: 24px;
  --wp-radius-lg: 38px;
  --wp-shadow: 0 24px 70px rgba(7, 26, 53, .12);
  --wp-shadow-sm: 0 12px 35px rgba(7, 26, 53, .08);
  --wp-max: 1200px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--wp-ink);
  background: var(--wp-white);
  font-family: "Avenir Next", Avenir, Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 17px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; height: auto; }
a { color: var(--wp-blue-2); text-decoration-thickness: 2px; text-underline-offset: 3px; }
a:hover { color: var(--wp-blue); }
button, input, textarea, select { font: inherit; }
button { cursor: pointer; }

.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;
}
.screen-reader-text:focus {
  clip: auto !important;
  width: auto; height: auto;
  top: 8px; left: 8px;
  padding: 12px 16px;
  background: #fff; color: var(--wp-ink);
  border-radius: 8px; z-index: 99999;
}

.container { width: min(calc(100% - 40px), var(--wp-max)); margin-inline: auto; }
.section { padding: 96px 0; }
.section--tight { padding: 68px 0; }
.section--sky { background: var(--wp-sky); }
.section--cream { background: var(--wp-cream); }
.section--dark { background: var(--wp-ink); color: #fff; }
.section-header { max-width: 760px; margin-bottom: 48px; }
.section-header.center { margin-inline: auto; text-align: center; }
.eyebrow {
  display: inline-flex; align-items: center; gap: 8px;
  margin-bottom: 14px; color: var(--wp-blue);
  font-size: .82rem; font-weight: 900; letter-spacing: .14em; text-transform: uppercase;
}
.eyebrow::before { content: ""; width: 28px; height: 3px; border-radius: 999px; background: linear-gradient(90deg, var(--wp-blue-2), var(--wp-aqua)); }
.section-title, h1, h2, h3, h4 { line-height: 1.08; letter-spacing: -.035em; margin-top: 0; }
h1 { font-size: clamp(3rem, 7vw, 6.3rem); }
h2, .section-title { font-size: clamp(2.2rem, 4vw, 4rem); }
h3 { font-size: clamp(1.35rem, 2.3vw, 2rem); }
p.lead { font-size: clamp(1.12rem, 2vw, 1.35rem); color: var(--wp-muted); max-width: 720px; }
.section--dark p.lead { color: #c9d8ea; }

.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  min-height: 54px; padding: 0 24px;
  border: 2px solid transparent; border-radius: 999px;
  font-weight: 900; text-decoration: none;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease, color .2s ease;
}
.btn:hover { transform: translateY(-2px); }
.btn--primary { background: linear-gradient(135deg, var(--wp-blue), var(--wp-blue-2)); color: #fff; box-shadow: 0 12px 28px rgba(20,119,239,.27); }
.btn--primary:hover { color: #fff; box-shadow: 0 16px 38px rgba(20,119,239,.35); }
.btn--secondary { background: #fff; color: var(--wp-blue); border-color: var(--wp-line); }
.btn--secondary:hover { color: var(--wp-blue); box-shadow: var(--wp-shadow-sm); }
.btn--light { background: #fff; color: var(--wp-blue); }
.btn--small { min-height: 46px; padding-inline: 20px; font-size: .95rem; }
.text-link { font-weight: 900; text-decoration: none; }

.announcement {
  background: linear-gradient(90deg, var(--wp-blue), #1459bc 55%, var(--wp-blue-2));
  color: #fff; text-align: center; padding: 9px 18px; font-size: .9rem; font-weight: 800;
}
.announcement a { color: #fff; }
.site-header {
  position: sticky; top: 0; z-index: 1000;
  background: rgba(255,255,255,.92); backdrop-filter: blur(18px);
  border-bottom: 1px solid rgba(220,232,245,.8);
}
.header-inner { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; text-decoration: none; min-width: 230px; }
.brand img { display: block; width: auto; height: 58px; }
.brand-text { font-weight: 1000; color: var(--wp-blue); letter-spacing: -.04em; font-size: 1.45rem; }
.primary-nav ul { display: flex; align-items: center; gap: 28px; list-style: none; padding: 0; margin: 0; }
.primary-nav a { color: var(--wp-ink); font-weight: 800; text-decoration: none; font-size: .96rem; }
.primary-nav a:hover { color: var(--wp-blue-2); }
.header-actions { display: flex; align-items: center; gap: 12px; }
.menu-toggle { display: none; border: 0; background: transparent; padding: 10px; border-radius: 10px; color: var(--wp-ink); }
.menu-toggle svg { width: 28px; height: 28px; display: block; }

.hero {
  position: relative; overflow: hidden;
  min-height: 730px; display: flex; align-items: center;
  background:
    radial-gradient(circle at 82% 20%, rgba(40,197,232,.21), transparent 28%),
    radial-gradient(circle at 12% 90%, rgba(20,119,239,.14), transparent 30%),
    linear-gradient(135deg, #fff 0%, #f8fbff 55%, #edf7ff 100%);
}
.hero::after {
  content: ""; position: absolute; width: 520px; height: 520px; right: -180px; bottom: -230px;
  border: 65px solid rgba(20,119,239,.055); border-radius: 50%;
}
.hero-grid { position: relative; z-index: 2; display: grid; grid-template-columns: 1.05fr .95fr; gap: 56px; align-items: center; padding: 80px 0; }
.hero-copy { max-width: 680px; }
.hero h1 span { color: var(--wp-blue-2); }
.hero-copy p { font-size: 1.22rem; color: var(--wp-muted); max-width: 650px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin: 30px 0 24px; }
.hero-proof { display: flex; align-items: center; flex-wrap: wrap; gap: 16px; color: #465a76; font-size: .92rem; font-weight: 800; }
.hero-proof span { display: inline-flex; align-items: center; gap: 7px; }
.hero-proof span::before { content: "✓"; display: grid; place-items: center; width: 22px; height: 22px; border-radius: 50%; color: #fff; background: var(--wp-blue-2); font-size: .78rem; }
.hero-visual { position: relative; display: grid; place-items: center; min-height: 580px; }
.hero-visual::before { content: ""; position: absolute; width: 520px; height: 520px; border-radius: 50%; background: linear-gradient(135deg, rgba(20,119,239,.14), rgba(40,197,232,.2)); filter: blur(1px); }
.hero-visual picture { position: relative; z-index: 2; display: block; width: min(100%, 590px); }
.hero-visual img.product-photo { display: block; width: 100%; max-height: 620px; object-fit: contain; border-radius: 30px; box-shadow: 0 28px 70px rgba(7,26,53,.18); }
.hero-badge {
  position: absolute; z-index: 3; right: 0; bottom: 72px;
  width: 170px; padding: 18px; border-radius: 22px; background: #fff; box-shadow: var(--wp-shadow);
  font-weight: 900; color: var(--wp-blue); line-height: 1.25;
}
.hero-badge small { display: block; margin-top: 6px; color: var(--wp-muted); font-weight: 700; }

.trust-strip { border-top: 1px solid var(--wp-line); border-bottom: 1px solid var(--wp-line); background: #fff; }
.trust-grid { display: grid; grid-template-columns: repeat(4,1fr); }
.trust-item { padding: 26px 22px; text-align: center; border-right: 1px solid var(--wp-line); font-weight: 900; }
.trust-item:last-child { border-right: 0; }
.trust-item strong { display: block; color: var(--wp-blue); font-size: 1.08rem; }
.trust-item span { color: var(--wp-muted); font-size: .88rem; }

.feature-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 24px; }
.feature-card { position: relative; padding: 34px; border: 1px solid var(--wp-line); border-radius: var(--wp-radius); background: #fff; box-shadow: var(--wp-shadow-sm); overflow: hidden; }
.feature-card::after { content:""; position: absolute; width: 120px; height: 120px; border-radius: 50%; right: -50px; bottom: -55px; background: rgba(40,197,232,.14); }
.feature-icon { display: grid; place-items: center; width: 62px; height: 62px; border-radius: 18px; background: linear-gradient(135deg, var(--wp-blue), var(--wp-blue-2)); color: #fff; margin-bottom: 22px; font-size: 1.55rem; }
.feature-card p { color: var(--wp-muted); }

.product-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 72px; align-items: center; }
.product-image-wrap { position: relative; min-height: 650px; display: grid; place-items: center; }
.product-image-wrap::before { content: ""; position: absolute; width: 520px; height: 520px; border-radius: 50%; background: #fff; box-shadow: inset 0 0 0 1px var(--wp-line); }
.product-image-wrap picture { position: relative; z-index: 2; display: block; width: min(100%, 610px); }
.product-image-wrap img.product-photo { display: block; width: 100%; max-height: 720px; object-fit: contain; border-radius: 28px; box-shadow: 0 28px 65px rgba(53,31,17,.17); }
.product-copy .price { font-size: 1.5rem; color: var(--wp-blue); font-weight: 1000; margin: 10px 0 18px; }
.check-list { list-style: none; padding: 0; margin: 24px 0 30px; display: grid; gap: 12px; }
.check-list li { position: relative; padding-left: 34px; font-weight: 800; }
.check-list li::before { content: "✓"; position: absolute; left: 0; top: 1px; width: 24px; height: 24px; border-radius: 50%; display: grid; place-items: center; color: #fff; background: var(--wp-blue-2); font-size: .78rem; }
.product-meta { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 24px; }
.pill { display: inline-flex; align-items: center; padding: 9px 14px; border-radius: 999px; background: #fff; border: 1px solid var(--wp-line); color: #40536d; font-weight: 800; font-size: .88rem; }

.steps-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 24px; counter-reset: steps; }
.step-card { counter-increment: steps; position: relative; padding: 36px 30px 30px; border-radius: var(--wp-radius); background: #fff; border: 1px solid var(--wp-line); }
.step-card::before { content: "0" counter(steps); display: inline-grid; place-items: center; width: 58px; height: 58px; border-radius: 18px; background: var(--wp-blue); color: #fff; font-size: 1rem; font-weight: 1000; margin-bottom: 28px; }
.step-card p { color: var(--wp-muted); }

.founder-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 70px; align-items: center; }
.founder-art { position: relative; display: grid; place-items: center; margin: 0; }
.founder-art picture { display: block; width: min(100%, 470px); }
.founder-art img { display: block; width: 100%; aspect-ratio: 4 / 5; object-fit: cover; border: 8px solid #fff; border-radius: 34px; box-shadow: 0 26px 60px rgba(20,119,239,.20); }
.founder-art figcaption { position: absolute; right: 3%; bottom: 4%; display: grid; gap: 2px; min-width: 210px; padding: 15px 18px; border-radius: 16px; background: rgba(255,255,255,.95); box-shadow: var(--wp-shadow-sm); color: var(--wp-blue); }
.founder-art figcaption strong { font-size: 1.05rem; line-height: 1.2; }
.founder-art figcaption span { color: var(--wp-muted); font-size: .83rem; font-weight: 800; }
.founder-quote { padding: 22px 26px; border-left: 5px solid var(--wp-aqua); background: #fff; border-radius: 0 var(--wp-radius-sm) var(--wp-radius-sm) 0; box-shadow: var(--wp-shadow-sm); font-weight: 800; color: #304661; }
.founder-note { margin-top: 22px; font-size: .92rem; color: var(--wp-muted); }

.ingredient-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; }
.info-panel { padding: 36px; border-radius: var(--wp-radius); background: #fff; border: 1px solid var(--wp-line); }
.info-panel h3 { color: var(--wp-blue); }
.info-panel p, .info-panel li { color: var(--wp-muted); }
.info-panel ul { padding-left: 1.25rem; }

.faq-list { max-width: 920px; margin: 0 auto; display: grid; gap: 14px; }
.faq-item { border: 1px solid var(--wp-line); background: #fff; border-radius: 18px; overflow: hidden; }
.faq-question { width: 100%; border: 0; background: transparent; padding: 22px 24px; text-align: left; display: flex; align-items: center; justify-content: space-between; gap: 20px; color: var(--wp-ink); font-weight: 950; }
.faq-question::after { content: "+"; width: 34px; height: 34px; border-radius: 50%; background: var(--wp-sky); display: grid; place-items: center; color: var(--wp-blue); font-size: 1.3rem; transition: transform .2s ease; flex: 0 0 auto; }
.faq-item.is-open .faq-question::after { transform: rotate(45deg); }
.faq-answer { display: none; padding: 0 24px 22px; color: var(--wp-muted); }
.faq-item.is-open .faq-answer { display: block; }

.launch-card { display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: 50px; border-radius: var(--wp-radius-lg); background: linear-gradient(135deg, #072a6b, #0d58b8 55%, #168be8); color: #fff; padding: 56px; box-shadow: var(--wp-shadow); overflow: hidden; position: relative; }
.launch-card::after { content:""; position:absolute; width:360px; height:360px; border-radius:50%; border:60px solid rgba(255,255,255,.08); right:-100px; top:-150px; }
.launch-card p { color: #dbeaff; }
.signup-form { display: flex; gap: 10px; padding: 8px; border-radius: 999px; background: #fff; position: relative; z-index: 2; }
.signup-form input[type="email"] { min-width: 0; flex: 1; border: 0; background: transparent; padding: 0 16px; outline: none; color: var(--wp-ink); }
.signup-form button { border: 0; }
.form-note { font-size: .8rem; color: #c9dff8 !important; margin-top: 10px; }

.site-main { min-height: 55vh; }
.content-wrap { width: min(calc(100% - 40px), 900px); margin: 72px auto 100px; }
.entry-header { margin-bottom: 30px; }
.entry-content > * { max-width: 760px; margin-left: auto; margin-right: auto; }
.entry-content > .alignwide { max-width: 1100px; }
.entry-content > .alignfull { max-width: none; width: 100vw; margin-left: calc(50% - 50vw); }
.entry-content img { border-radius: 18px; }
.post-card { padding: 28px; border-radius: var(--wp-radius); border: 1px solid var(--wp-line); background: #fff; margin-bottom: 22px; }
.post-card .meta { color: var(--wp-muted); font-size: .9rem; }
.pagination { margin-top: 34px; }

.contact-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 48px; }
.contact-card, .contact-form { background: #fff; border: 1px solid var(--wp-line); border-radius: var(--wp-radius); padding: 34px; box-shadow: var(--wp-shadow-sm); }
.form-grid { display: grid; gap: 18px; }
.form-row { display: grid; gap: 8px; }
.form-row label { font-weight: 900; }
.form-row input, .form-row textarea, .form-row select { width: 100%; border: 1px solid #cbd9e8; border-radius: 12px; padding: 13px 15px; background: #fff; color: var(--wp-ink); outline: none; }
.form-row input:focus, .form-row textarea:focus, .form-row select:focus { border-color: var(--wp-blue-2); box-shadow: 0 0 0 4px rgba(20,119,239,.12); }
.form-row textarea { min-height: 150px; resize: vertical; }
.form-status { padding: 14px 18px; margin-bottom: 20px; border-radius: 12px; font-weight: 800; }
.form-status.success { background: #e9fbf1; color: #17613b; }
.form-status.error { background: #fff1f0; color: #9b2b25; }
.contact-note { margin-top: 24px; padding: 18px 20px; border-radius: 16px; background: var(--wp-sky); color: #40536d; font-weight: 800; }
.hp-field { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; opacity: 0 !important; pointer-events: none !important; }

.site-footer { background: #06152d; color: #dce8f7; padding: 72px 0 26px; }
.footer-grid { display: grid; grid-template-columns: 1.35fr .7fr .7fr 1fr; gap: 48px; }
.footer-brand img { width: 240px; filter: none; opacity: .98; }
.footer-brand p { color: #9eb3ce; max-width: 410px; }
.footer-title { color: #fff; font-size: .96rem; font-weight: 1000; text-transform: uppercase; letter-spacing: .09em; margin-bottom: 16px; }
.footer-menu { list-style: none; padding: 0; margin: 0; display: grid; gap: 10px; }
.footer-menu a { color: #b8cae0; text-decoration: none; }
.footer-menu a:hover { color: #fff; }
.footer-contact-link { color: #fff; font-weight: 900; text-decoration: none; }
.footer-bottom { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-top: 54px; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.13); color: #8fa6c1; font-size: .84rem; }
.footer-bottom a { color: #c7d8ec; }
.disclaimer { max-width: 780px; }

.woocommerce ul.products li.product, .woocommerce-page ul.products li.product { border: 1px solid var(--wp-line); border-radius: var(--wp-radius); padding: 18px; background: #fff; }
.woocommerce a.button, .woocommerce button.button, .woocommerce input.button { border-radius: 999px; background: var(--wp-blue); color: #fff; padding: 14px 20px; font-weight: 900; }
.woocommerce div.product .product_title { font-size: clamp(2.2rem,4vw,4rem); }

@media (max-width: 1040px) {
  .header-actions .btn { display: none; }
  .primary-nav { position: fixed; left: 20px; right: 20px; top: 104px; background: #fff; border: 1px solid var(--wp-line); border-radius: 20px; box-shadow: var(--wp-shadow); padding: 22px; display: none; }
  .primary-nav.is-open { display: block; }
  .primary-nav ul { flex-direction: column; align-items: stretch; gap: 5px; }
  .primary-nav a { display: block; padding: 12px 10px; }
  .menu-toggle { display: block; }
  .hero-grid, .product-grid, .founder-grid, .launch-card, .contact-grid { grid-template-columns: 1fr; }
  .hero-copy { text-align: center; margin-inline: auto; }
  .hero-copy p, .hero-copy .eyebrow { margin-inline: auto; }
  .hero-actions, .hero-proof { justify-content: center; }
  .hero-visual { min-height: 500px; }
  .hero-badge { right: 8%; }
  .product-grid { gap: 25px; }
  .founder-art { order: 2; }
  .footer-grid { grid-template-columns: 1.3fr 1fr 1fr; }
  .footer-grid > :last-child { grid-column: 1 / -1; }
}

@media (max-width: 760px) {
  body { font-size: 16px; }
  .container { width: min(calc(100% - 28px), var(--wp-max)); }
  .section { padding: 70px 0; }
  .section--tight { padding: 52px 0; }
  .brand { min-width: 0; }
  .brand img { height: 46px; max-width: 205px; object-fit: contain; }
  .header-inner { min-height: 70px; }
  .hero { min-height: auto; }
  .hero-grid { padding: 58px 0 70px; gap: 24px; }
  .hero-visual { min-height: 410px; }
  .hero-visual img.product-photo { max-height: 480px; }
  .hero-badge { position: relative; right: auto; bottom: auto; margin-top: -40px; width: min(100%,320px); text-align: center; }
  .trust-grid { grid-template-columns: 1fr 1fr; }
  .trust-item:nth-child(2) { border-right: 0; }
  .trust-item:nth-child(-n+2) { border-bottom: 1px solid var(--wp-line); }
  .feature-grid, .steps-grid, .ingredient-grid { grid-template-columns: 1fr; }
  .product-image-wrap { min-height: 480px; }
  .product-image-wrap::before { width: 360px; height: 360px; }
  .product-image-wrap img.product-photo { max-height: 540px; }
  .founder-art figcaption { position: relative; right: auto; bottom: auto; width: min(100%, 470px); margin-top: -28px; }
  .launch-card { padding: 38px 24px; }
  .signup-form { border-radius: 18px; flex-direction: column; padding: 12px; }
  .signup-form input[type="email"] { min-height: 50px; }
  .signup-form .btn { width: 100%; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid > :first-child, .footer-grid > :last-child { grid-column: 1 / -1; }
  .footer-bottom { flex-direction: column; align-items: flex-start; }
}

@media (max-width: 480px) {
  h1 { font-size: 2.85rem; }
  .hero-actions { flex-direction: column; }
  .hero-actions .btn { width: 100%; }
  .trust-grid { grid-template-columns: 1fr; }
  .trust-item { border-right: 0; border-bottom: 1px solid var(--wp-line); }
  .trust-item:last-child { border-bottom: 0; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-grid > * { grid-column: auto !important; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .001ms !important; animation-duration: .001ms !important; animation-iteration-count: 1 !important; }
}
.brand .custom-logo-link { display: inline-flex; align-items: center; }
.brand .custom-logo { width: auto; height: 58px; }
@media (max-width: 760px) { .brand .custom-logo { height: 46px; max-width: 205px; object-fit: contain; } }


/* Our Story page */
.story-page { overflow: hidden; }
.story-hero { padding: 86px 0 96px; background: radial-gradient(circle at 85% 15%, rgba(40,197,232,.22), transparent 28%), linear-gradient(135deg, #f7fbff 0%, #eef7ff 100%); }
.story-hero-grid { display: grid; grid-template-columns: 1.05fr .75fr; gap: 72px; align-items: center; }
.story-hero-copy h1 { max-width: 780px; font-size: clamp(3.2rem, 6.6vw, 6.6rem); }
.story-founder-photo { position: relative; margin: 0; }
.story-founder-photo picture { display: block; }
.story-founder-photo img { display: block; width: 100%; aspect-ratio: 4 / 5; object-fit: cover; border: 9px solid #fff; border-radius: 36px; box-shadow: 0 30px 75px rgba(7,26,53,.18); }
.story-founder-photo figcaption { position: absolute; left: -26px; bottom: 28px; display: grid; gap: 2px; min-width: 230px; padding: 17px 20px; border-radius: 18px; background: rgba(255,255,255,.96); box-shadow: var(--wp-shadow); }
.story-founder-photo figcaption strong { color: var(--wp-blue); font-size: 1.08rem; }
.story-founder-photo figcaption span { color: var(--wp-muted); font-size: .86rem; font-weight: 800; }
.story-copy-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 74px; align-items: start; }
.story-intro-card { position: sticky; top: 130px; padding: 38px; border-radius: var(--wp-radius); background: linear-gradient(145deg, var(--wp-blue), var(--wp-blue-2)); color: #fff; box-shadow: var(--wp-shadow); }
.story-intro-card h2 { font-size: clamp(2rem, 3.5vw, 3.35rem); margin-bottom: 0; }
.story-number { display: block; margin-bottom: 42px; color: rgba(255,255,255,.66); font-size: .9rem; font-weight: 1000; letter-spacing: .18em; }
.story-prose { font-size: clamp(1.12rem, 1.8vw, 1.32rem); color: #344a65; }
.story-prose p { margin-top: 0; margin-bottom: 28px; }
.story-prose--large h2 { max-width: 760px; }
.story-moment-grid { display: grid; grid-template-columns: 1.15fr .65fr; gap: 72px; align-items: center; }
.story-quote { margin: 0; padding: 42px; border: 1px solid var(--wp-line); border-radius: 30px; background: #fff; box-shadow: var(--wp-shadow); }
.story-quote > span { display: block; height: 44px; color: var(--wp-aqua); font-family: Georgia, serif; font-size: 5.5rem; line-height: .9; }
.story-quote p { color: var(--wp-blue); font-size: clamp(1.45rem, 2.5vw, 2.25rem); font-weight: 950; line-height: 1.22; letter-spacing: -.03em; }
.story-quote cite { color: var(--wp-muted); font-size: .86rem; font-style: normal; font-weight: 850; }
.story-values-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.story-value-card { padding: 34px; border: 1px solid var(--wp-line); border-radius: var(--wp-radius); background: #fff; box-shadow: var(--wp-shadow-sm); }
.story-value-card > span { display: inline-grid; place-items: center; width: 48px; height: 48px; margin-bottom: 22px; border-radius: 14px; background: var(--wp-sky); color: var(--wp-blue); font-size: .82rem; font-weight: 1000; }
.story-value-card h3 { color: var(--wp-blue); }
.story-value-card p { color: var(--wp-muted); }
.story-closing-card { display: grid; grid-template-columns: 1fr auto; gap: 54px; align-items: center; padding: 54px; border-radius: var(--wp-radius-lg); background: #fff; box-shadow: var(--wp-shadow); }
.story-closing-card h2 { max-width: 870px; font-size: clamp(2.15rem, 4vw, 3.8rem); }
.story-closing-card p { max-width: 760px; color: var(--wp-muted); }

@media (max-width: 1040px) {
  .story-hero-grid, .story-copy-grid, .story-moment-grid { grid-template-columns: 1fr; }
  .story-hero-copy { text-align: center; }
  .story-hero-copy .lead, .story-hero-copy .eyebrow { margin-inline: auto; }
  .story-founder-photo { width: min(100%, 560px); margin-inline: auto; }
  .story-intro-card { position: relative; top: auto; }
  .story-moment-grid { gap: 36px; }
  .story-closing-card { grid-template-columns: 1fr; }
}
@media (max-width: 760px) {
  .story-hero { padding: 58px 0 76px; }
  .story-hero-grid, .story-copy-grid { gap: 38px; }
  .story-founder-photo figcaption { position: relative; left: auto; bottom: auto; margin: -30px auto 0; width: calc(100% - 34px); }
  .story-values-grid { grid-template-columns: 1fr; }
  .story-quote, .story-intro-card, .story-closing-card { padding: 30px 24px; }
  .story-closing-card .btn { width: 100%; }
}


/* Horizontal brand lockups */
.footer-brand-lockup { display: inline-flex; align-items: center; gap: 12px; color: #fff; text-decoration: none; margin-bottom: 16px; }
.footer-brand-lockup:hover { color: #fff; }
.footer-brand-lockup img { width: 62px !important; height: 62px; object-fit: contain; margin: 0 !important; }
.footer-brand-lockup span { display: grid; gap: 5px; line-height: 1; }
.footer-brand-lockup strong { font-size: 1.3rem; letter-spacing: -.035em; }
.footer-brand-lockup small { font-size: .54rem; letter-spacing: .13em; font-weight: 900; color: #bfd8f6; }

/* Dedicated product page */
.product-page-hero { padding: 72px 0 100px; background: radial-gradient(circle at 15% 15%, rgba(40,197,232,.15), transparent 28%), linear-gradient(135deg,#fff,#f2f8ff); }
.product-page-grid { display: grid; grid-template-columns: .95fr 1.05fr; gap: 72px; align-items: center; }
.product-page-image { display: grid; place-items: center; min-height: 650px; position: relative; }
.product-page-image::before { content:""; position:absolute; width:min(90%,560px); aspect-ratio:1; border-radius:50%; background:#fff; box-shadow: inset 0 0 0 1px var(--wp-line); }
.product-page-image picture { position:relative; z-index:2; width:min(100%,620px); }
.product-page-image img { width:100%; max-height:720px; object-fit:contain; border-radius:30px; box-shadow:0 30px 70px rgba(53,31,17,.16); }
.product-page-copy h1 { font-size:clamp(2.8rem,5vw,5rem); }
.product-benefits { display:flex; flex-wrap:wrap; gap:10px; margin:28px 0; }
.product-benefits span { padding:10px 15px; border:1px solid var(--wp-line); border-radius:999px; background:#fff; font-weight:900; color:var(--wp-blue); }
.product-page-note { margin-top:20px; max-width:620px; color:var(--wp-muted); }

@media (max-width: 920px) {
  .product-page-grid { grid-template-columns: 1fr; gap: 34px; }
  .product-page-image { min-height: 480px; }
  .product-page-copy { text-align: center; }
  .product-page-copy .lead, .product-page-note { margin-left:auto; margin-right:auto; }
  .product-benefits { justify-content:center; }
}
@media (max-width: 720px) {
  .brand { min-width: 0; }
  .brand img.brand-icon { width: 46px; height: 46px; flex-basis:46px; }
  .brand-copy strong { font-size: 1.12rem; }
  .brand-copy small { font-size: .44rem; letter-spacing: .1em; }
  .product-page-image { min-height: 390px; }
}
@media (max-width: 430px) {
  .brand-copy small { display:none; }
}

/* Product page restored content */
.product-details-section { background: #fff; }
.product-detail-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.product-detail-card { padding: 34px; border: 1px solid var(--wp-line); border-radius: var(--wp-radius); background: #fff; box-shadow: var(--wp-shadow-sm); }
.product-detail-card p { color: var(--wp-muted); }
.product-launch-card { display: flex; align-items: center; justify-content: space-between; gap: 40px; padding: 46px 52px; border-radius: var(--wp-radius-lg); background: #fff; border: 1px solid var(--wp-line); box-shadow: var(--wp-shadow-sm); }
.product-launch-card > div { max-width: 760px; }
.product-launch-card h2 { font-size: clamp(2rem, 4vw, 3.6rem); }
.product-launch-card p { color: var(--wp-muted); }
@media (max-width: 900px) {
  .product-detail-grid { grid-template-columns: 1fr; }
  .product-launch-card { align-items: flex-start; flex-direction: column; padding: 36px; }
}
