:root {
  --ink: #1f2822;
  --forest: #143d33;
  --muted: #68716a;
  --cream: #f7f3ea;
  --paper: #fffdf8;
  --line: rgba(31, 40, 34, .15);
  --orange: #ff7651;
  --yellow: #f6cf70;
  --sage: #cbdcc9;
  --lilac: #d9caff;
  --sky: #b9e2e0;
  --radius-xl: 36px;
  --radius-lg: 26px;
  --radius-md: 18px;
  --shadow: 0 18px 50px rgba(31, 40, 34, .11);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--cream); color: var(--ink); font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; font-size: 16px; line-height: 1.45; }
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }
.shell { width: min(1180px, calc(100% - 56px)); margin: 0 auto; }

/* Header and buttons */
.announcement { background: var(--orange); color: var(--ink); text-align: center; padding: 9px 18px; font-size: 11px; font-weight: 800; letter-spacing: .04em; }
.site-header { min-height: 88px; display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.brand { display: inline-flex; align-items: center; gap: 10px; font-weight: 950; letter-spacing: -.075em; font-size: 19px; line-height: .75; }
.brand em { display: block; color: var(--orange); font-style: normal; }
.brand-mark { width: 38px; height: 38px; border-radius: 13px 13px 16px 16px; background: var(--forest); color: var(--yellow); display: grid; place-items: center; font-size: 22px; transform: rotate(-8deg); box-shadow: 4px 4px 0 rgba(31,40,34,.12); }
.main-nav { display: flex; align-items: center; gap: 27px; color: #59635b; font-size: 13px; font-weight: 800; }
.main-nav a { transition: color .2s ease; }
.main-nav a:hover, .main-nav a.active { color: var(--orange); }
.header-actions { display: flex; gap: 12px; align-items: center; }
.cart-link { font-weight: 800; font-size: 13px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 12px; border: 1px solid var(--ink); background: var(--ink); color: var(--paper); padding: 15px 21px; border-radius: 100px; font-weight: 850; font-size: 13px; transition: transform .2s ease, background .2s ease, color .2s ease; }
.button:hover { transform: translateY(-2px); background: var(--orange); border-color: var(--orange); color: var(--ink); }
.button-small { padding: 11px 16px; font-size: 12px; }
.button-light { background: var(--paper); border-color: var(--paper); color: var(--ink); }
.button-light:hover { background: var(--yellow); border-color: var(--yellow); }
.button-outline { background: transparent; color: var(--ink); }
.button-outline:hover { background: var(--ink); color: var(--paper); }
.button-ghost { border: 0; padding-left: 0; padding-right: 0; background: transparent; color: var(--ink); }
.button-ghost:hover { background: transparent; color: var(--orange); transform: none; }

/* Type */
.eyebrow { display: flex; align-items: center; gap: 8px; color: var(--orange); font-size: 10px; font-weight: 900; letter-spacing: .15em; text-transform: uppercase; }
.eyebrow::before { content: ""; width: 7px; height: 7px; border-radius: 50%; background: currentColor; }
.eyebrow-light { color: var(--yellow); }
.display { font-size: clamp(50px, 7.1vw, 94px); line-height: .9; letter-spacing: -.095em; margin: 18px 0 0; font-weight: 950; }
.page-title { font-size: clamp(52px, 7.3vw, 90px); line-height: .88; letter-spacing: -.095em; margin: 18px 0 0; font-weight: 950; }
.accent { color: var(--orange); }
.lede { color: var(--muted); max-width: 480px; font-size: 17px; }
.section { padding: 100px 0; }
.section-head { display: flex; align-items: end; justify-content: space-between; gap: 30px; margin-bottom: 42px; }
.section-title { font-size: clamp(38px, 4.8vw, 61px); line-height: .91; letter-spacing: -.085em; margin: 15px 0 0; }
.section-note { color: var(--muted); max-width: 320px; font-size: 13px; margin: 0 0 4px; }

/* Home hero */
.hero { background: var(--forest); color: var(--paper); border-radius: 0 0 var(--radius-xl) var(--radius-xl); overflow: hidden; }
.hero .site-header { color: var(--paper); }
.hero .main-nav { color: #bac9bc; }
.hero .main-nav a:hover, .hero .main-nav a.active { color: var(--yellow); }
.hero .brand em { color: var(--yellow); }
.hero .cart-link { color: var(--paper); }
.hero-grid { display: grid; grid-template-columns: .94fr 1.06fr; align-items: center; gap: 30px; padding: 63px 0 67px; }
.hero-copy .lede { color: #c7d3c6; margin: 29px 0 31px; }
.hero-actions { display: flex; gap: 12px; flex-wrap: wrap; }
.hero-actions .button-outline { color: var(--paper); border-color: rgba(255,253,248,.55); }
.hero-actions .button-outline:hover { background: var(--paper); color: var(--forest); border-color: var(--paper); }
.hero-art { min-height: 485px; position: relative; }
.hero-sun { position: absolute; width: 335px; height: 335px; border-radius: 50%; background: var(--yellow); top: 47px; left: 140px; }
.hero-card { width: 306px; height: 350px; position: absolute; background: var(--orange); border: 2px solid var(--ink); border-radius: 28px; right: 53px; top: 67px; transform: rotate(6deg); overflow: hidden; box-shadow: 11px 13px 0 rgba(0,0,0,.2); }
.hero-card::before { content: "PUP\A EFFECT"; white-space: pre; position: absolute; top: 28px; left: 27px; font-size: 48px; line-height: .78; letter-spacing: -.1em; font-weight: 950; z-index: 2; }
.hero-card::after { content: "good stuff for\A good dogs"; white-space: pre; position: absolute; left: 29px; bottom: 29px; font-size: 12px; line-height: 1.05; letter-spacing: .06em; text-transform: uppercase; font-weight: 900; }
.hero-dog { position: absolute; width: 215px; height: 168px; border-radius: 48% 48% 38% 40%; background: var(--paper); right: -18px; bottom: 72px; z-index: 1; transform: rotate(-10deg); }
.hero-dog::before { content: ""; position: absolute; width: 102px; height: 104px; border-radius: 50% 46% 45% 42%; background: var(--paper); left: -58px; top: 19px; }
.hero-dog::after { content: "•  •"; position: absolute; left: -35px; top: 53px; color: var(--ink); letter-spacing: 26px; font-size: 18px; }
.dog-ear { position: absolute; width: 52px; height: 83px; background: var(--ink); border-radius: 50% 45% 44% 50%; z-index: 2; }
.dog-ear.one { left: 61px; top: 22px; transform: rotate(23deg); }
.dog-ear.two { left: 130px; top: 13px; transform: rotate(-20deg); }
.dog-nose { position: absolute; width: 19px; height: 14px; background: var(--ink); border-radius: 50%; z-index: 3; left: -15px; top: 79px; }
.hero-badge { position: absolute; z-index: 3; left: 5px; bottom: 45px; width: 112px; height: 112px; border-radius: 50%; background: var(--paper); color: var(--ink); display: grid; place-items: center; text-align: center; font-size: 10px; font-weight: 900; line-height: 1.1; transform: rotate(-13deg); border: 2px solid var(--ink); }
.hero-badge strong { display: block; color: var(--orange); font-size: 25px; letter-spacing: -.09em; }
.hero-stats { border-top: 1px solid rgba(255,253,248,.18); display: grid; grid-template-columns: repeat(4, 1fr); padding: 25px 0 29px; }
.hero-stat { border-right: 1px solid rgba(255,253,248,.18); padding: 0 24px; }
.hero-stat:first-child { padding-left: 0; }
.hero-stat:last-child { border-right: 0; }
.hero-stat strong { display: block; font-size: 27px; letter-spacing: -.075em; }
.hero-stat span { display: block; color: #b6c5b8; font-size: 11px; margin-top: 4px; }

/* Scrolling-style strip */
.marquee { border-bottom: 1px solid var(--line); border-top: 1px solid var(--line); overflow: hidden; white-space: nowrap; padding: 14px 0; color: var(--forest); font-size: 12px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.marquee span { padding: 0 23px; }
.marquee b { color: var(--orange); font-size: 17px; }

/* Products and cards */
.category-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; }
.category-card { min-height: 305px; border-radius: var(--radius-lg); padding: 24px; position: relative; overflow: hidden; display: flex; flex-direction: column; justify-content: space-between; border: 1px solid var(--line); }
.category-card:nth-child(1) { background: var(--yellow); }
.category-card:nth-child(2) { background: var(--sage); }
.category-card:nth-child(3) { background: var(--lilac); }
.category-card h3 { font-size: 38px; line-height: .88; letter-spacing: -.08em; margin: 0; position: relative; z-index: 2; }
.category-card p { max-width: 170px; font-size: 12px; margin: 12px 0 0; position: relative; z-index: 2; }
.category-card .category-art { position: absolute; width: 175px; height: 175px; border-radius: 50%; right: -19px; bottom: -17px; background: var(--orange); border: 2px solid var(--ink); }
.category-card:nth-child(2) .category-art { background: var(--forest); }
.category-card:nth-child(3) .category-art { background: var(--sky); }
.category-art::before { content: ""; position: absolute; width: 67px; height: 67px; border-radius: 50%; left: 55px; top: 34px; background: var(--paper); border: 2px solid var(--ink); }
.category-art::after { content: "✦"; position: absolute; color: var(--ink); font-size: 55px; left: 55px; top: 75px; }
.category-card .category-link { font-size: 12px; font-weight: 900; position: relative; z-index: 3; }

.product-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.product-card { position: relative; }
.product-visual { height: 280px; border-radius: var(--radius-md); position: relative; overflow: hidden; display: grid; place-items: center; border: 1px solid var(--line); }
.product-visual.orange { background: var(--orange); }
.product-visual.yellow { background: var(--yellow); }
.product-visual.sage { background: var(--sage); }
.product-visual.lilac { background: var(--lilac); }
.product-visual::before { content: "PUP\A EFFECT"; position: absolute; top: 18px; left: 20px; white-space: pre; font-size: 12px; font-weight: 950; line-height: .8; letter-spacing: -.07em; }
.product-art { width: 115px; height: 157px; background: var(--paper); border-radius: 13px 13px 19px 19px; position: relative; box-shadow: 10px 12px 0 rgba(31,40,34,.16); transform: rotate(-5deg); border: 2px solid var(--ink); }
.product-art::before { content: "PUP\A EFFECT"; white-space: pre; position: absolute; left: 15px; top: 21px; line-height: .78; font-size: 15px; font-weight: 950; letter-spacing: -.08em; }
.product-art::after { content: "✦"; position: absolute; bottom: 11px; left: 38px; font-size: 38px; color: var(--orange); }
.product-art.balm { background: var(--yellow); width: 144px; height: 86px; border-radius: 15px; transform: rotate(7deg); }
.product-art.balm::after { left: 54px; bottom: 4px; }
.product-art.toy { background: var(--orange); width: 156px; height: 156px; border-radius: 50%; transform: rotate(-8deg); }
.product-art.toy::after { content: "✹"; color: var(--yellow); font-size: 67px; left: 40px; bottom: 37px; }
.product-art.leash { width: 100px; height: 165px; background: transparent; border: 15px solid var(--forest); border-right-color: transparent; border-bottom-color: transparent; border-radius: 50%; box-shadow: none; transform: rotate(-29deg); }
.product-art.leash::before { content: ""; width: 26px; height: 26px; border-radius: 50%; background: var(--orange); position: absolute; top: 1px; left: 3px; }
.product-art.leash::after { content: ""; display: none; }
.product-badge { position: absolute; top: 13px; right: 13px; background: var(--paper); border: 1px solid var(--ink); padding: 6px 9px; border-radius: 100px; font-size: 9px; text-transform: uppercase; letter-spacing: .1em; font-weight: 900; }
.product-info { padding: 15px 3px 0; }
.product-info h3 { margin: 0; font-size: 16px; line-height: 1; letter-spacing: -.04em; }
.product-info p { margin: 7px 0 0; color: var(--muted); font-size: 12px; }
.product-price { display: flex; justify-content: space-between; align-items: center; margin-top: 13px; font-size: 13px; font-weight: 900; }
.product-price span:last-child { color: var(--orange); font-size: 18px; letter-spacing: -.06em; }

/* Split storytelling */
.split-story { display: grid; grid-template-columns: 1fr 1fr; gap: 15px; align-items: stretch; }
.story-panel { border-radius: var(--radius-lg); padding: 36px; min-height: 390px; display: flex; flex-direction: column; justify-content: space-between; background: var(--forest); color: var(--paper); overflow: hidden; position: relative; }
.story-panel h2 { font-size: clamp(37px, 4.3vw, 59px); line-height: .91; letter-spacing: -.09em; margin: 18px 0 0; max-width: 470px; position: relative; z-index: 2; }
.story-panel p { color: #c7d3c6; font-size: 13px; max-width: 335px; position: relative; z-index: 2; }
.story-panel .story-shape { position: absolute; width: 250px; height: 250px; border-radius: 50%; right: -36px; bottom: -55px; background: var(--orange); }
.story-panel .story-shape::after { content: "✦"; position: absolute; color: var(--ink); font-size: 126px; top: 42px; left: 58px; }
.story-panel.light { background: var(--sky); color: var(--ink); }
.story-panel.light p { color: rgba(31,40,34,.72); }
.story-panel.light .story-shape { background: var(--yellow); }

/* Social proof */
.rating-band { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); padding: 22px 0; display: flex; align-items: center; justify-content: space-between; gap: 18px; }
.stars { color: var(--orange); letter-spacing: .16em; font-size: 18px; }
.rating-band strong { font-size: 22px; letter-spacing: -.07em; }
.rating-band span { color: var(--muted); font-size: 12px; }
.review-grid { display: grid; grid-template-columns: 1.2fr .8fr .8fr; gap: 14px; }
.review-card { background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius-md); padding: 24px; min-height: 227px; display: flex; flex-direction: column; justify-content: space-between; }
.review-card:first-child { background: var(--yellow); }
.review-card blockquote { font-size: 22px; line-height: 1.04; letter-spacing: -.055em; margin: 0; }
.review-card p { color: var(--muted); font-size: 12px; margin: 13px 0 0; }
.review-card cite { font-style: normal; font-size: 11px; font-weight: 900; }
.social-wall { display: grid; grid-template-columns: repeat(4, 1fr); gap: 13px; }
.social-tile { aspect-ratio: 1; border-radius: var(--radius-md); padding: 20px; position: relative; overflow: hidden; display: flex; align-items: end; border: 1px solid var(--line); }
.social-tile:nth-child(1) { background: var(--orange); }
.social-tile:nth-child(2) { background: var(--lilac); }
.social-tile:nth-child(3) { background: var(--sage); }
.social-tile:nth-child(4) { background: var(--yellow); }
.social-tile::before { content: "✦"; position: absolute; font-size: 140px; line-height: 1; right: -12px; top: -19px; color: rgba(31,40,34,.2); }
.social-tile:nth-child(2)::before { content: "♡"; font-size: 180px; top: -36px; }
.social-tile:nth-child(3)::before { content: "↗"; font-size: 180px; top: -30px; }
.social-tile strong { position: relative; z-index: 2; font-size: 18px; line-height: .94; letter-spacing: -.07em; max-width: 125px; }
.social-tile small { display: block; position: absolute; top: 18px; left: 19px; font-size: 10px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }

/* Inner page header */
.inner-header { border-bottom: 1px solid var(--line); }
.page-hero { padding: 91px 0 95px; }
.page-hero-split { display: grid; grid-template-columns: 1.05fr .95fr; align-items: end; gap: 60px; }
.page-hero-split .lede { margin: 0 0 8px; }
.breadcrumbs { padding-top: 28px; color: var(--muted); font-size: 12px; }
.breadcrumbs a { font-weight: 900; color: var(--ink); }

/* Shop */
.shop-toolbar { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-bottom: 33px; }
.shop-toolbar p { color: var(--muted); font-size: 13px; margin: 0; }
.filter-row { display: flex; gap: 8px; flex-wrap: wrap; }
.filter { border: 1px solid var(--line); border-radius: 100px; padding: 9px 14px; font-size: 11px; font-weight: 850; }
.filter.selected, .filter:hover { background: var(--ink); color: var(--paper); border-color: var(--ink); }
.shop-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 38px 15px; }
.shop-grid .product-visual { height: 330px; }
.shipping-note { background: var(--sage); border-radius: var(--radius-md); padding: 22px 25px; margin-top: 50px; display: flex; justify-content: space-between; gap: 25px; align-items: center; }
.shipping-note h3 { font-size: 22px; letter-spacing: -.06em; margin: 0; }
.shipping-note p { font-size: 12px; color: rgba(31,40,34,.72); margin: 0; max-width: 370px; }

/* Product detail */
.product-detail { display: grid; grid-template-columns: 1.08fr .92fr; gap: 70px; align-items: start; }
.product-detail-visual { min-height: 580px; background: var(--orange); border-radius: var(--radius-xl); display: grid; place-items: center; position: relative; overflow: hidden; border: 1px solid var(--line); }
.product-detail-visual::before { content: "PUP\A EFFECT"; white-space: pre; position: absolute; top: 34px; left: 37px; font-size: 24px; line-height: .78; font-weight: 950; letter-spacing: -.09em; }
.product-detail-visual::after { content: "DAILY\A RITUAL"; white-space: pre; position: absolute; right: 35px; bottom: 32px; text-align: right; font-size: 15px; line-height: .82; font-weight: 950; letter-spacing: -.06em; }
.detail-balm { width: 260px; height: 154px; border-radius: 24px; background: var(--yellow); border: 2px solid var(--ink); transform: rotate(-8deg); box-shadow: 20px 23px 0 rgba(31,40,34,.2); position: relative; }
.detail-balm::before { content: "PUP\A EFFECT\A EVERYDAY BALM"; white-space: pre; position: absolute; left: 26px; top: 31px; line-height: .8; font-size: 22px; font-weight: 950; letter-spacing: -.08em; }
.detail-balm::after { content: "✦"; position: absolute; right: 26px; bottom: 22px; color: var(--orange); font-size: 37px; }
.detail-copy .eyebrow { margin-top: 10px; }
.detail-copy h1 { font-size: clamp(43px, 5vw, 69px); line-height: .9; letter-spacing: -.09em; margin: 17px 0 0; }
.detail-copy > p { color: var(--muted); font-size: 15px; max-width: 435px; margin: 23px 0; }
.detail-price { font-size: 28px; font-weight: 950; letter-spacing: -.07em; }
.detail-price small { color: var(--muted); font-size: 11px; font-weight: 700; letter-spacing: 0; }
.option-label { display: block; color: var(--muted); font-size: 11px; font-weight: 800; margin: 26px 0 10px; }
.option-row { display: flex; gap: 8px; }
.option { border: 1px solid var(--line); padding: 11px 14px; border-radius: 100px; font-size: 11px; font-weight: 850; }
.option.active { background: var(--ink); color: var(--paper); border-color: var(--ink); }
.detail-copy .button { margin-top: 26px; width: 100%; }
.perks { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin-top: 25px; }
.perk { border-top: 1px solid var(--line); padding-top: 12px; font-size: 11px; color: var(--muted); }
.perk strong { display: block; font-size: 18px; color: var(--ink); margin-bottom: 5px; }
.info-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.info-card { background: var(--paper); border: 1px solid var(--line); padding: 24px; border-radius: var(--radius-md); min-height: 190px; }
.info-card h3 { margin: 0 0 15px; font-size: 19px; letter-spacing: -.05em; }
.info-card p, .info-card li { color: var(--muted); font-size: 12px; }
.info-card ul { padding: 0; margin: 0; list-style: none; line-height: 2; }
.info-card li::before { content: "✓"; color: var(--orange); font-weight: 900; margin-right: 8px; }

/* About / social */
.about-values { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.value-card { border-radius: var(--radius-md); padding: 25px; min-height: 255px; border: 1px solid var(--line); background: var(--paper); }
.value-card:nth-child(1) { background: var(--yellow); }
.value-card:nth-child(2) { background: var(--sage); }
.value-card:nth-child(3) { background: var(--lilac); }
.value-card strong { font-size: 34px; letter-spacing: -.08em; }
.value-card h3 { font-size: 25px; line-height: .93; letter-spacing: -.07em; margin: 58px 0 9px; }
.value-card p { color: rgba(31,40,34,.72); font-size: 12px; max-width: 225px; margin: 0; }
.storyline { border-top: 1px solid var(--line); }
.storyline-row { display: grid; grid-template-columns: 90px 1fr 1.5fr; gap: 20px; align-items: start; padding: 25px 0; border-bottom: 1px solid var(--line); }
.storyline-row b { color: var(--orange); font-size: 12px; }
.storyline-row h3 { margin: 0; font-size: 24px; line-height: .95; letter-spacing: -.06em; }
.storyline-row p { margin: 0; color: var(--muted); font-size: 13px; max-width: 430px; }

/* Reviews */
.reviews-hero { background: var(--yellow); border-radius: var(--radius-xl); padding: 45px 7%; display: grid; grid-template-columns: 1fr .7fr; align-items: center; gap: 30px; }
.reviews-hero h2 { font-size: clamp(38px, 4.8vw, 61px); line-height: .9; letter-spacing: -.09em; margin: 16px 0 0; }
.score { text-align: center; }
.score strong { display: block; font-size: 78px; line-height: .8; letter-spacing: -.1em; }
.score .stars { margin-top: 18px; }
.score span { display: block; color: var(--muted); font-size: 12px; margin-top: 7px; }
.review-list { display: grid; grid-template-columns: repeat(2, 1fr); gap: 15px; }
.review-large { background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius-md); padding: 26px; min-height: 255px; display: flex; flex-direction: column; justify-content: space-between; }
.review-large:nth-child(2) { background: var(--sage); }
.review-large:nth-child(3) { background: var(--lilac); }
.review-large:nth-child(4) { background: var(--orange); }
.review-large .stars { font-size: 14px; }
.review-large blockquote { margin: 20px 0; font-size: 24px; line-height: .97; letter-spacing: -.06em; max-width: 410px; }
.review-large cite { font-style: normal; font-weight: 850; font-size: 11px; }

/* Journal */
.featured-post { display: grid; grid-template-columns: 1fr 1fr; min-height: 425px; overflow: hidden; border-radius: var(--radius-xl); background: var(--forest); color: var(--paper); }
.featured-copy { padding: 46px; display: flex; flex-direction: column; align-items: start; justify-content: space-between; }
.featured-copy h2 { margin: 22px 0; font-size: clamp(37px, 4.6vw, 60px); line-height: .91; letter-spacing: -.09em; max-width: 500px; }
.featured-copy p { color: #c7d3c6; font-size: 13px; max-width: 360px; margin: 0; }
.featured-visual { position: relative; background: var(--lilac); overflow: hidden; }
.featured-visual::before { content: "A DOG\A IS A\A LIFESTYLE"; white-space: pre; position: absolute; left: 33px; top: 38px; color: var(--ink); font-size: clamp(58px, 7.2vw, 93px); line-height: .78; letter-spacing: -.12em; font-weight: 950; }
.featured-visual::after { content: "✦"; position: absolute; right: -33px; bottom: -46px; color: var(--orange); font-size: 300px; line-height: 1; }
.article-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; }
.article-card { background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius-md); overflow: hidden; }
.article-visual { height: 200px; position: relative; overflow: hidden; }
.article-visual.orange { background: var(--orange); }
.article-visual.sage { background: var(--sage); }
.article-visual.sky { background: var(--sky); }
.article-visual::before { position: absolute; left: 22px; top: 24px; font-size: 38px; line-height: .8; font-weight: 950; letter-spacing: -.1em; white-space: pre; }
.article-visual.orange::before { content: "HOW TO\A WALK\A BETTER"; }
.article-visual.sage::before { content: "THE\A EVERYDAY\A DOG CLUB"; }
.article-visual.sky::before { content: "A LITTLE\A MORE\A PLAY"; }
.article-visual::after { content: "✦"; position: absolute; right: -9px; bottom: -42px; font-size: 170px; color: rgba(31,40,34,.2); }
.article-body { padding: 21px; }
.article-type { font-size: 10px; font-weight: 900; text-transform: uppercase; letter-spacing: .14em; color: var(--orange); }
.article-body h3 { margin: 13px 0 8px; font-size: 23px; line-height: .94; letter-spacing: -.07em; }
.article-body p { color: var(--muted); font-size: 12px; margin: 0; }
.article-link { display: block; margin-top: 20px; font-size: 12px; font-weight: 900; }

/* FAQ and contact */
.faq-list { border-top: 1px solid var(--line); }
.faq-row { display: grid; grid-template-columns: 65px 1fr 30px; gap: 20px; padding: 24px 0; border-bottom: 1px solid var(--line); align-items: start; }
.faq-row b { color: var(--orange); font-size: 12px; }
.faq-row h3 { font-size: 19px; line-height: 1; letter-spacing: -.045em; margin: 0; }
.faq-row p { color: var(--muted); font-size: 13px; max-width: 610px; margin: 9px 0 0; }
.faq-row > span { text-align: right; font-size: 23px; }
.contact-grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: 15px; }
.contact-aside { border-radius: var(--radius-lg); background: var(--forest); color: var(--paper); padding: 30px; min-height: 490px; display: flex; flex-direction: column; justify-content: space-between; }
.contact-aside h2 { margin: 17px 0 0; font-size: 42px; line-height: .9; letter-spacing: -.09em; }
.contact-aside p { color: #c7d3c6; font-size: 13px; max-width: 265px; }
.contact-links { border-top: 1px solid rgba(255,253,248,.2); padding-top: 17px; }
.contact-links a { display: block; color: var(--paper); font-size: 14px; font-weight: 850; margin-top: 8px; }
.contact-links a:hover { color: var(--yellow); }
.contact-form { border: 1px solid var(--line); background: var(--paper); border-radius: var(--radius-lg); padding: 30px; }
.contact-form h2 { font-size: 25px; letter-spacing: -.06em; margin: 0 0 30px; }
.form-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px 18px; }
.field { display: flex; flex-direction: column; gap: 8px; }
.field.full { grid-column: 1 / -1; }
.field label { color: var(--muted); font-size: 11px; font-weight: 850; }
.field input, .field textarea { width: 100%; border: 0; border-bottom: 1px solid var(--line); padding: 8px 0 12px; outline: none; resize: vertical; background: transparent; color: var(--ink); }
.field input:focus, .field textarea:focus { border-color: var(--orange); }
.field textarea { min-height: 95px; }
.form-submit { margin-top: 28px; }
.newsletter { background: var(--orange); border-radius: var(--radius-xl); padding: 50px 7%; display: flex; justify-content: space-between; align-items: end; gap: 25px; }
.newsletter h2 { font-size: clamp(38px, 4.5vw, 58px); line-height: .9; letter-spacing: -.09em; margin: 13px 0 0; max-width: 600px; }
.newsletter p { font-size: 13px; max-width: 280px; margin: 0; }
.newsletter .button { margin-top: 18px; }

/* Footer */
.site-footer { border-top: 1px solid var(--line); margin-top: 25px; padding: 49px 0 24px; }
.footer-top { display: flex; justify-content: space-between; align-items: start; gap: 35px; }
.footer-pitch { color: var(--muted); font-size: 13px; max-width: 260px; margin: 17px 0 0; }
.footer-nav { display: grid; grid-template-columns: repeat(2, 140px); gap: 11px 22px; font-size: 12px; font-weight: 800; }
.footer-nav a:hover { color: var(--orange); }
.footer-social { display: flex; gap: 9px; flex-wrap: wrap; max-width: 200px; justify-content: end; }
.footer-social a { border: 1px solid var(--line); border-radius: 100px; padding: 9px 12px; font-size: 11px; font-weight: 850; }
.footer-social a:hover { background: var(--ink); color: var(--paper); }
.footer-bottom { border-top: 1px solid var(--line); padding-top: 16px; margin-top: 49px; display: flex; justify-content: space-between; gap: 20px; color: var(--muted); font-size: 10px; }

@media (max-width: 930px) {
  .shell { width: min(100% - 36px, 680px); }
  .site-header { flex-wrap: wrap; padding: 17px 0; }
  .main-nav { order: 3; width: 100%; justify-content: space-between; gap: 8px; }
  .header-actions { margin-left: auto; }
  .hero-grid, .page-hero-split, .product-detail, .featured-post, .contact-grid { grid-template-columns: 1fr; gap: 35px; }
  .hero-grid { padding-top: 47px; }
  .hero-art { min-height: 430px; }
  .hero-stats { grid-template-columns: repeat(2, 1fr); row-gap: 21px; }
  .hero-stat:nth-child(2) { border-right: 0; }
  .product-grid { grid-template-columns: repeat(2, 1fr); }
  .split-story, .reviews-hero { grid-template-columns: 1fr; }
  .review-grid { grid-template-columns: 1fr 1fr; }
  .review-card:first-child { grid-column: span 2; }
  .social-wall { grid-template-columns: repeat(2, 1fr); }
  .shop-grid { grid-template-columns: repeat(2, 1fr); }
  .product-detail-visual { min-height: 420px; }
  .about-values, .info-grid { grid-template-columns: 1fr; }
  .storyline-row { grid-template-columns: 70px 1fr 1.5fr; }
  .newsletter { display: block; }
}
@media (max-width: 570px) {
  .shell { width: calc(100% - 28px); }
  .main-nav { font-size: 11px; }
  .cart-link, .header-actions .button { display: none; }
  .display, .page-title { font-size: 56px; }
  .section { padding: 70px 0; }
  .section-head { display: block; margin-bottom: 28px; }
  .section-note { margin-top: 16px; }
  .hero-art { transform: scale(.8); transform-origin: top center; height: 395px; margin-bottom: -72px; }
  .hero-stats { row-gap: 17px; }
  .hero-stat { padding: 0 12px; }
  .hero-stat:first-child { padding-left: 0; }
  .hero-stat strong { font-size: 24px; }
  .category-grid, .product-grid, .shop-grid, .review-list, .article-grid { grid-template-columns: 1fr; }
  .product-grid .product-card { max-width: 355px; }
  .review-card:first-child { grid-column: auto; }
  .review-grid { grid-template-columns: 1fr; }
  .social-wall { grid-template-columns: 1fr 1fr; gap: 8px; }
  .social-tile { padding: 13px; }
  .social-tile strong { font-size: 15px; }
  .story-panel, .contact-aside, .contact-form { padding: 25px; }
  .story-panel { min-height: 330px; }
  .shop-toolbar { display: block; }
  .filter-row { margin-top: 15px; }
  .shipping-note { display: block; }
  .shipping-note .button { margin-top: 17px; }
  .product-detail-visual { min-height: 320px; }
  .detail-balm { transform: scale(.78) rotate(-8deg); }
  .perks { grid-template-columns: 1fr; gap: 15px; }
  .storyline-row { grid-template-columns: 55px 1fr; gap: 14px; }
  .storyline-row p { grid-column: 2; }
  .featured-copy { padding: 29px; min-height: 335px; }
  .featured-visual { min-height: 285px; }
  .faq-row { grid-template-columns: 38px 1fr 20px; gap: 10px; }
  .form-grid { grid-template-columns: 1fr; }
  .field.full { grid-column: auto; }
  .footer-top { display: block; }
  .footer-nav { margin-top: 26px; }
  .footer-social { justify-content: start; margin-top: 23px; }
  .footer-bottom { display: block; line-height: 2; }
}
