:root {
  --ink: #1a1a1a;
  --white: #fff;
  --muted: #6b6661;
  --green: #3dc761;
  --green-dark: #218c45;
  --green-brand: #2fa84f;
  --green-deep: #0f401f;
  --gold: #c79940;
  --red: #d94d40;
  --cream: #faf6ef;
  --cream-deep: #f6f1e9;
  --cream-soft: #f2ede5;
  --border: #e5e0d9;
  --border-soft: #d9d4cc;
  --border-input: #ccc7bf;
  --container: 1328px;
  --serif: 'Playfair Display', Georgia, serif;
  --sans: 'Inter', Arial, sans-serif;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; overflow-x: hidden; color: var(--ink); background: var(--white); font: 400 14px/1.42 var(--sans); }
a { color: inherit; }
img { display: block; max-width: 100%; height: auto; }
button, input { font: inherit; }
.container { width: min(calc(100% - 112px), var(--container)); margin-inline: auto; }
.section { padding-block: 42px; }
.section--tinted { background: var(--cream); }
.section--story { background: var(--cream-deep); }
.skip-link { position: fixed; top: -100px; left: 16px; z-index: 999; padding: 10px 16px; color: #fff; background: var(--ink); }
.skip-link:focus { top: 16px; }
.screen-reader-text { position: absolute; width: 1px; height: 1px; padding: 0; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
:focus-visible { outline: 2px solid var(--green-dark); outline-offset: 3px; }
h1, h2, h3, p { margin-top: 0; }
h2 { margin-bottom: 26px; font: 700 17px/1.35 var(--serif); text-transform: uppercase; }

.announcement { min-height: 124px; display: flex; align-items: center; background: var(--green); font-size: 13px; font-weight: 700; }
.announcement__inner { display: flex; align-items: center; justify-content: center; gap: 11px; position: relative; }
.announcement__inner p { margin: 0; }
.announcement__inner a { margin-left: 5px; font-weight: 800; text-transform: uppercase; }
.announcement__inner button { position: absolute; right: 0; border: 0; background: transparent; font-size: 21px; cursor: pointer; }

.site-header { min-height: 136px; display: flex; align-items: center; border-bottom: 1px solid var(--border); background: var(--white); }
.site-header__inner { display: grid; grid-template-columns: 230px 1fr auto; align-items: center; gap: 30px; }
.wordmark { display: inline-flex; align-items: center; gap: 8px; text-decoration: none; }
.wordmark__mark { width: 34px; height: 34px; object-fit: contain; }
.wordmark strong { display: block; font: 700 23px/.95 var(--serif); }
.wordmark small { display: block; margin-top: 5px; color: var(--muted); font-size: 8px; font-weight: 700; letter-spacing: 1.35px; }
.wordmark--image img { width: 145px; max-height: 72px; object-fit: contain; }
.custom-logo { max-width: 160px; height: auto; }
.site-nav { justify-self: center; }
.site-nav__list { display: flex; align-items: center; gap: 29px; margin: 0; padding: 0; list-style: none; }
.site-nav a { font-size: 12px; font-weight: 600; text-decoration: none; text-transform: uppercase; white-space: nowrap; }
.site-nav a:hover { color: var(--green-dark); }
.header-actions { display: flex; align-items: center; gap: 13px; }
.header-actions a { min-width: 25px; display: inline-flex; align-items: center; justify-content: center; position: relative; text-decoration: none; }
.header-actions svg { width: 21px; height: 21px; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.6; }
.cart-link span { min-width: 15px; height: 15px; display: grid; place-items: center; position: absolute; top: -7px; right: -7px; border-radius: 50%; color: var(--white); background: var(--green-dark); font-size: 8px; }
.menu-toggle { display: none; }

.hero { overflow: hidden; background: var(--white); }
.hero__inner { min-height: 471px; display: grid; grid-template-columns: minmax(0, 1fr) 57.2%; }
.hero__content { align-self: center; padding: 43px 48px 35px 0; }
.eyebrow { margin-bottom: 20px; color: var(--green-dark); font-size: 11px; font-weight: 700; letter-spacing: 1.8px; text-transform: uppercase; }
.hero h1 { max-width: 510px; margin-bottom: 17px; font: 700 52px/1.33 var(--serif); }
.hero__line { display: block; }
.hero h1 em { color: var(--green); font-style: normal; }
.hero h1 i { color: var(--green); font: 400 44px/1 var(--sans); }
.hero__lede { max-width: 370px; margin-bottom: 17px; font-size: 17px; line-height: 1.18; }
.button-row { display: flex; flex-wrap: wrap; gap: 11px; }
.button { min-height: 40px; display: inline-flex; align-items: center; justify-content: center; padding: 9px 21px; border: 1px solid transparent; border-radius: 8px; font-weight: 700; text-decoration: none; }
.button--primary { min-width: 220px; min-height: 44px; border-radius: 26px; color: var(--white); background: var(--green); }
.button--secondary { min-width: 139px; min-height: 44px; border: 1.2px solid var(--ink); border-radius: 26px; background: var(--white); }
.button--dark { color: var(--white); background: var(--ink); }
.button--learn, .button--bundle { color: var(--ink); background: var(--green); }
.button:hover { filter: brightness(.94); }
.trust-points { display: flex; gap: 24px; margin: 30px 0 0; padding: 0; list-style: none; font-size: 11px; }
.trust-points strong, .trust-points span { display: block; }
.trust-points strong { margin-bottom: 2px; font-size: 12px; white-space: nowrap; }
.trust-points span { color: var(--muted); font-size: 10px; }
.hero__visual { min-width: 0; min-height: 470px; position: relative; }
.hero__visual > img { width: 100%; height: 470px; object-fit: cover; object-position: center; }
.hero__visual b { width: 104px; height: 104px; display: grid; place-items: center; position: absolute; bottom: 38px; left: -37px; padding: 20px; border-radius: 50%; color: var(--green-deep); background: var(--green); font-size: 10px; line-height: 1.18; letter-spacing: .4px; text-align: center; text-transform: uppercase; }
.hero-slider { min-width: 0; min-height: 470px; position: relative; overflow: hidden; background: var(--cream-soft); }
.hero-slider__track, .hero-slider__slide { width: 100%; height: 100%; }
.hero-slider__slide { margin: 0; position: absolute; inset: 0; opacity: 0; visibility: hidden; transition: opacity .45s ease, visibility .45s ease; }
.hero-slider__slide.is-active { opacity: 1; visibility: visible; }
.hero-slider__slide img { width: 100%; height: 470px; object-fit: cover; object-position: center; }
.hero-slider__arrow { width: 42px; height: 42px; display: grid; place-items: center; position: absolute; z-index: 3; top: 50%; border: 1px solid var(--border); border-radius: 50%; color: var(--ink); background: rgba(255,255,255,.94); font: 400 28px/1 var(--serif); cursor: pointer; transform: translateY(-50%); }
.hero-slider__arrow--previous { left: 14px; }
.hero-slider__arrow--next { right: 14px; }
.hero-slider__dots { display: flex; gap: 7px; position: absolute; z-index: 3; right: 50%; bottom: 20px; transform: translateX(50%); }
.hero-slider__dots button { width: 9px; height: 9px; padding: 0; border: 0; border-radius: 50%; background: rgba(255,255,255,.88); cursor: pointer; }
.hero-slider__dots button.is-active { width: 25px; border-radius: 8px; background: var(--green); }
.hero-slider__badge { width: 104px; height: 104px; display: grid; place-items: center; position: absolute; z-index: 3; bottom: 38px; left: -37px; padding: 20px; border-radius: 50%; color: var(--green-deep); background: var(--green); font-size: 10px; line-height: 1.18; letter-spacing: .4px; text-align: center; text-transform: uppercase; }

.recipient-section { min-height: 252px; padding-block: 38px 32px; }
.recipient-section h2, .holiday-section h2, .reasons h2 { text-align: center; }
.recipient-section h2 { margin-bottom: 22px; font-size: 22px; }
.recipient-list { display: flex; justify-content: center; gap: 38px; overflow-x: auto; padding: 0 2px 8px; scrollbar-width: thin; }
.recipient { flex: 0 0 86px; text-align: center; text-decoration: none; font-size: 12px; }
.recipient__image { width: 86px; height: 86px; display: grid; place-items: center; margin-bottom: 9px; overflow: hidden; border: 2px solid transparent; border-radius: 50%; color: var(--green-dark); background: var(--cream); font-size: 27px; transition: border-color .2s; }
.recipient__image img { width: 100%; height: 100%; object-fit: cover; }
.recipient:hover .recipient__image { border-color: var(--green); }
.recipient strong { font-weight: 600; white-space: nowrap; }
.recipient--more .recipient__image { border: 1px solid var(--border); background: var(--cream-soft); }

.product-section { min-height: 401px; padding-block: 31px; }
.product-section h2 { margin-bottom: 18px; }
.trending-layout { display: grid; grid-template-columns: minmax(0, 1fr) 245px; gap: 30px; }
.trending-products { min-width: 0; }
.products { margin: 0 !important; }
:where(.woocommerce, .home-page) ul.products.columns-4 { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 20px; padding: 0; list-style: none; }
:where(.woocommerce, .woocommerce-page, .home-page) ul.products li.product { width: auto !important; float: none !important; margin: 0 !important; padding: 0; position: relative; border: 0; background: transparent; list-style: none; }
.unsaid-product-badge { position: absolute; z-index: 2; top: 9px; left: 9px; padding: 2px 8px; border-radius: 8px; color: var(--white); font-size: 8px; font-weight: 700; line-height: 1.35; text-transform: uppercase; }
.unsaid-product-badge--featured { background: var(--green); }
.unsaid-product-badge--new { background: var(--gold); }
:where(.woocommerce, .home-page) ul.products li.product a { text-decoration: none; }
:where(.woocommerce, .home-page) ul.products li.product a img { width: 100%; height: 170px; margin: 0 0 10px; border-radius: 12px; object-fit: cover; }
:where(.woocommerce, .home-page) ul.products li.product .woocommerce-loop-product__title { margin: 0; padding: 0; color: var(--ink); font: 700 13px/1.25 var(--sans); }
:where(.woocommerce, .home-page) ul.products li.product .price { display: block; margin: 6px 0; color: var(--ink); font-size: 13px; font-weight: 700; }
:where(.woocommerce, .home-page) ul.products li.product .star-rating { color: var(--gold); font-size: 10px; }
:where(.woocommerce, .home-page) ul.products li.product .button { width: 100%; min-height: 31px; margin-top: 7px; padding: 7px 10px; border-radius: 6px; color: var(--white); background: var(--ink); font-size: 11px; }
:where(.woocommerce, .home-page) span.onsale { min-width: auto; min-height: 15px; top: 9px; left: 9px; padding: 2px 8px; border-radius: 8px; color: var(--white); background: var(--red); font-size: 8px; font-weight: 700; line-height: 1.35; text-transform: uppercase; }
.empty-state { padding: 18px; border: 1px dashed var(--border); border-radius: 12px; color: var(--muted); background: rgba(255,255,255,.7); }
.bundle-panel { min-height: 285px; padding: 27px 25px; border: 1px solid var(--border); border-radius: 12px; background: var(--white); text-align: center; }
.bundle-panel__eyebrow { margin-bottom: 8px; font: 700 19px/1.35 var(--serif); text-transform: uppercase; }
.bundle-panel h3 { margin-bottom: 18px; font: 500 17px/1.32 var(--serif); }
.bundle-panel__icons { width: 169px; height: 50px; margin: 0 auto 18px; }
.bundle-panel__items { margin: -8px 0 8px; color: var(--ink); font-size: 12px; font-weight: 700; }
.bundle-panel__price { min-height: 33px; margin-bottom: 12px; color: var(--muted); font-size: 11px; }
.bundle-panel__price small, .bundle-panel__price strong { display: block; }
.bundle-panel__price strong { margin-top: 3px; color: var(--green); font-size: 15px; text-transform: uppercase; }
.button--bundle { min-width: 183px; }

.reasons { min-height: 183px; padding-block: 20px 27px; border-top: 1px solid var(--border); }
.reasons h2 { margin-bottom: 15px; }
.promo-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 15px; }
.promo-grid a { min-height: 90px; display: grid; grid-template-columns: 67px 1fr; grid-template-rows: 1fr 1fr; column-gap: 15px; align-items: end; padding: 11px 16px; border: 1px solid var(--border); border-radius: 10px; background: var(--white); text-decoration: none; }
.promo-grid img { width: 56px; height: 56px; grid-row: 1 / 3; align-self: center; border-radius: 8px; object-fit: cover; }
.promo-grid strong { align-self: end; font-size: 13px; line-height: 1.2; }
.promo-grid span { align-self: start; color: var(--green-dark); font-size: 9px; font-weight: 700; text-transform: uppercase; }

.holiday-section { min-height: 285px; padding-block: 34px; }
.holiday-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 13px; overflow-x: auto; scrollbar-width: thin; }
.holiday-grid a { min-width: 0; height: 150px; display: flex; align-items: flex-end; justify-content: center; position: relative; overflow: hidden; padding: 16px; color: var(--white); background-image: linear-gradient(0deg, rgba(0,0,0,.55), transparent 62%), var(--holiday-image, linear-gradient(#777,#333)); background-position: center; background-size: cover; text-align: center; text-decoration: none; text-transform: uppercase; }
.holiday-grid a::after { content: ''; position: absolute; inset: 0; background: rgba(0,0,0,0); transition: background .2s; }
.holiday-grid a:hover::after { background: rgba(0,0,0,.12); }
.holiday-grid span { position: relative; z-index: 1; font-size: 13px; font-weight: 700; line-height: 1.2; }

.story-band { min-height: 348px; padding-block: 43px; }
.story-grid { display: grid; grid-template-columns: 1fr 430px 1fr; gap: 45px; align-items: center; }
.story-grid h2 { margin-bottom: 16px; font-size: 19px; }
.story-grid p { color: var(--muted); font-size: 12px; }
.story-copy .button { margin-top: 6px; }
.story-grid__image { width: 430px; height: 260px; border-radius: 12px; object-fit: cover; }
.kinnect-brand { display: flex; align-items: center; gap: 8px; color: var(--ink) !important; }
.kinnect-brand img { width: 24px; }
.kinnect-brand strong { font-size: 18px; }
.kinnect-logo { width: 110px; max-height: 34px; margin: 12px 0; object-fit: contain; object-position: left center; }

.social-proof { min-height: 234px; padding-block: 35px; }
.social-proof__inner { display: grid; grid-template-columns: 1.25fr 1fr 190px; gap: 34px; align-items: center; }
.social-proof h2 { margin-bottom: 13px; font-size: 16px; }
.reviews-block .empty-state { min-height: 90px; display: flex; align-items: center; margin-bottom: 0; }
.newsletter-image { width: 190px; height: 150px; border-radius: 12px; object-fit: cover; }
.newsletter-block p { color: var(--muted); font-size: 12px; }
.newsletter { display: flex; gap: 8px; }
.newsletter input { width: 224px; min-height: 36px; padding: 8px 11px; border: 1px solid var(--border-input); border-radius: 8px; background: var(--white); }
.newsletter button { min-width: 100px; min-height: 36px; padding: 8px 13px; border: 0; border-radius: 8px; color: var(--ink); background: var(--green); font-size: 12px; font-weight: 700; }
.newsletter :disabled { cursor: not-allowed; opacity: .68; }

.site-footer { min-height: 196px; padding-block: 28px 16px; border-top: 1px solid var(--border); background: var(--white); }
.footer-grid { display: grid; grid-template-columns: 1.3fr repeat(5, 1fr); gap: 35px; }
.site-footer .wordmark__mark { width: 27px; height: 27px; }
.site-footer .wordmark strong { font-size: 21px; }
.site-footer .wordmark small { font-size: 7px; }
.site-footer .wordmark--image img { width: 130px; max-height: 70px; }
.footer-grid h2 { margin: 0 0 10px; font: 700 11px/1.2 var(--sans); }
.footer-grid p, .footer-grid a, .footer-grid span { display: block; margin: 5px 0; color: var(--muted); font-size: 11px; text-decoration: none; }
.social-links { display: flex !important; gap: 11px; }
.social-links a { color: var(--ink); font-size: 15px; }
.payments p { white-space: nowrap; }
.site-footer__legal { display: flex; gap: 15px; align-items: center; margin-top: 17px; padding-top: 12px; border-top: 1px solid var(--border); color: var(--muted); font-size: 10px; }
.site-footer__legal p { margin: 0 auto 0 0; }
.site-footer__legal a { text-decoration: none; }
.content-page, .commerce-content { min-height: 60vh; padding-block: 64px; }

@media (max-width: 1120px) {
  .container { width: min(calc(100% - 64px), var(--container)); }
  .site-header__inner { grid-template-columns: auto auto 1fr; }
  .menu-toggle { width: 28px; display: grid; gap: 4px; justify-self: end; order: 2; padding: 3px; border: 0; background: var(--white); }
  .menu-toggle > span:not(.screen-reader-text) { height: 2px; display: block; background: var(--ink); }
  .site-nav { display: none; grid-column: 1 / -1; justify-self: stretch; order: 4; }
  .site-nav.is-open { display: block; }
  .site-nav__list { align-items: flex-start; flex-direction: column; gap: 16px; padding: 22px 0; }
  .header-actions { justify-self: end; order: 3; }
  .trending-layout { grid-template-columns: 1fr; }
  .bundle-panel { min-height: auto; }
  :where(.woocommerce, .home-page) ul.products.columns-4 { grid-template-columns: repeat(3, 1fr); }
  .promo-grid { grid-template-columns: repeat(2, 1fr); }
  .holiday-grid { grid-template-columns: repeat(6, 200px); scroll-snap-type: x mandatory; }
  .holiday-grid a { scroll-snap-align: start; }
  .story-grid { grid-template-columns: 1fr 1.3fr; }
  .kinnect-copy { grid-column: 1 / -1; }
  .footer-grid { grid-template-columns: repeat(3, 1fr); }
}

@media (max-width: 780px) {
  .container { width: min(calc(100% - 32px), var(--container)); }
  .announcement { min-height: 64px; }
  .announcement__inner { justify-content: flex-start; padding-right: 25px; }
  .announcement__inner p { max-width: 72%; font-size: 10px; line-height: 1.35; }
  .announcement__inner a { margin-left: auto; font-size: 10px; white-space: nowrap; }
  .site-header { min-height: 76px; }
  .site-header__inner { grid-template-columns: auto 1fr auto; gap: 12px; }
  .site-branding { justify-self: center; order: 2; }
  .wordmark__mark { width: 28px; height: 28px; }
  .wordmark strong { font-size: 19px; }
  .menu-toggle { justify-self: start; order: 1; }
  .header-actions { order: 3; }
  .account-link { display: none !important; }
  .site-nav { order: 4; }
  .hero__inner { width: 100%; grid-template-columns: 1fr; }
  .hero__content { width: min(calc(100% - 32px), var(--container)); margin-inline: auto; padding: 42px 0 34px; }
  .hero h1 { max-width: 600px; font-size: clamp(39px, 11vw, 52px); line-height: 1.16; }
  .hero__visual, .hero__visual > img { min-height: 0; height: auto; aspect-ratio: 16 / 10; }
  .hero__visual > img { object-fit: cover; }
  .hero__visual b { width: 78px; height: 78px; left: 18px; bottom: 18px; padding: 13px; font-size: 8px; }
  .hero-slider { min-height: 0; aspect-ratio: 16 / 10; }
  .hero-slider__track, .hero-slider__slide, .hero-slider__slide img { height: 100%; }
  .hero-slider__slide img { object-fit: cover; }
  .hero-slider__badge { width: 78px; height: 78px; left: 18px; bottom: 18px; padding: 13px; font-size: 8px; }
  .hero-slider__arrow { width: 36px; height: 36px; }
  .hero-slider__dots { bottom: 13px; }
  .recipient-list { justify-content: flex-start; scroll-snap-type: x mandatory; }
  .recipient { flex-basis: 76px; scroll-snap-align: start; }
  .recipient__image { width: 72px; height: 72px; }
  :where(.woocommerce, .home-page) ul.products.columns-4 { grid-template-columns: repeat(2, 1fr); gap: 22px 12px; }
  :where(.woocommerce, .home-page) ul.products li.product a img { height: auto; aspect-ratio: 1.46; }
  .story-grid { grid-template-columns: 1fr; gap: 28px; }
  .story-grid__image { width: 100%; height: auto; aspect-ratio: 16 / 10; }
  .kinnect-copy { grid-column: auto; }
  .social-proof__inner { grid-template-columns: 1fr 160px; }
  .newsletter-block { grid-column: 1 / 2; grid-row: 2; }
  .newsletter-image { grid-column: 2; grid-row: 1 / 3; }
  .footer-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 480px) {
  .announcement__inner p { max-width: 65%; }
  .announcement__inner p span, .announcement__inner p:not(strong) { }
  .wordmark { gap: 5px; }
  .wordmark__mark { width: 25px; height: 25px; }
  .wordmark strong { font-size: 17px; }
  .wordmark small { font-size: 6px; letter-spacing: .9px; }
  .wordmark--image img { width: 112px; max-height: 54px; }
  .header-actions { gap: 8px; }
  .hero__content { padding-top: 36px; }
  .hero h1 { font-size: 36px; }
  .button-row { display: grid; }
  .button-row .button { width: 100%; }
  .trust-points { gap: 10px; justify-content: space-between; }
  .trust-points strong { font-size: 9px; }
  .trust-points span { font-size: 8px; }
  .section { padding-block: 36px; }
  .recipient-section h2 { font-size: 20px; text-align: left; }
  .promo-grid { gap: 10px; }
  .promo-grid a { min-height: 92px; grid-template-columns: 48px 1fr; column-gap: 9px; padding: 10px; }
  .promo-grid img { width: 44px; height: 44px; }
  .promo-grid strong { font-size: 11px; }
  .social-proof__inner { grid-template-columns: 1fr; }
  .newsletter-block, .newsletter-image { grid-column: auto; grid-row: auto; }
  .newsletter-image { width: 100%; height: auto; aspect-ratio: 1.8; object-position: center 62%; }
  .newsletter { display: grid; }
  .newsletter input, .newsletter button { width: 100%; }
  .footer-grid { grid-template-columns: 1fr; gap: 22px; }
  .site-footer__legal { flex-wrap: wrap; }
  .site-footer__legal p { width: 100%; }
}

/* November — Kin Keeper campaign homepage */
.campaign-announcement { min-height: 40px; display: flex; align-items: center; justify-content: center; background: var(--ink); color: var(--white); font-size: 10px; font-weight: 700; text-transform: uppercase; }
.campaign-announcement a { color: inherit; text-decoration: none; }
.campaign-header { min-height: 90px; display: flex; align-items: center; border-bottom: 1px solid var(--border); background: var(--white); }
.campaign-header__inner { display: grid; grid-template-columns: 260px 1fr 260px; align-items: center; gap: 28px; }
.campaign-wordmark { font: 700 24px/1 var(--serif); text-decoration: none; }
.campaign-nav { display: flex; justify-content: center; gap: 28px; }
.campaign-nav a, .campaign-actions a { font-size: 11px; font-weight: 700; text-decoration: none; text-transform: uppercase; }
.campaign-nav a, .campaign-actions a { position: relative; }
.campaign-nav a::after, .campaign-actions a::after { content: ''; height: 2px; position: absolute; right: 0; bottom: -8px; left: 0; background: var(--green-dark); transform: scaleX(0); transition: transform .2s ease; }
.campaign-nav a:hover::after, .campaign-nav a.is-current::after, .campaign-actions a:hover::after, .campaign-actions a.is-current::after { transform: scaleX(1); }
.campaign-actions { display: flex; align-items: center; justify-content: flex-end; gap: 13px; }
.campaign-actions a { display: inline-flex; align-items: center; gap: 4px; }
.campaign-actions svg { width: 16px; height: 16px; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.6; }
.campaign-menu-toggle { display: none; }

.kin-keeper-page h1, .kin-keeper-page h2, .kin-keeper-page h3 { font-family: var(--serif); }
.kin-keeper-page h2 { text-transform: uppercase; }
.kin-hero { min-height: 520px; display: flex; align-items: center; background: var(--cream-deep); }
.kin-hero__inner { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; }
.kin-hero__copy { max-width: 550px; }
.kin-eyebrow { margin-bottom: 24px; color: var(--green-dark); font-size: 11px; font-weight: 700; text-transform: uppercase; }
.kin-hero h1 { margin-bottom: 8px; font-size: 58px; line-height: 1; text-transform: uppercase; }
.kin-hero h2 { max-width: 520px; margin-bottom: 21px; font-size: 26px; line-height: 1.15; text-transform: none; }
.kin-hero__copy > p:not(.kin-eyebrow) { max-width: 540px; margin-bottom: 54px; color: var(--muted); font-size: 14px; }
.kin-button { min-width: 270px; min-height: 46px; display: inline-flex; align-items: center; justify-content: center; padding: 11px 25px; border-radius: 24px; color: var(--white); background: #2d8f52; font-size: 11px; font-weight: 700; text-decoration: none; text-transform: uppercase; }
.kin-button--mobile { display: none; }
.kin-hero__art { min-height: 330px; display: grid; place-items: center; border-radius: 16px; background: var(--white); }
.kin-hero__art span { color: #2d8f52; font: 700 50px/1.45 var(--serif); text-align: center; }

.kin-definition { min-height: 220px; padding-block: 48px 0; background: var(--white); }
.kin-definition h2, .kin-gifts h2, .kin-story h2, .kin-holidays h2, .kin-newsletter h2 { margin-bottom: 20px; font-size: 27px; }
.kin-definition p { max-width: 800px; color: var(--muted); font-size: 14px; }
.kin-traits { display: grid; grid-template-columns: repeat(4, 1fr); gap: 26px; margin-top: 42px; }
.kin-traits span { min-height: 44px; display: grid; place-items: center; border-radius: 24px 24px 0 0; background: var(--cream); font-size: 11px; font-weight: 700; }

.kin-gifts { min-height: 680px; padding-block: 36px 120px; background: var(--cream); }
.kin-product-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 34px; }
.kin-product-card { padding: 12px 12px 20px; border-radius: 14px; background: var(--white); }
.kin-product-card__visual { aspect-ratio: 1.25; display: grid; place-items: center; border-radius: 10px; color: #2d8f52; background: #eee9df; font-size: 15px; font-weight: 700; text-decoration: none; }
.kin-product-card h3 { margin: 18px 0 8px; font: 700 14px/1.2 var(--sans); }
.kin-product-card h3 a { text-decoration: none; }
.kin-product-card__price { margin-bottom: 30px; color: var(--muted); font-size: 12px; }
.kin-product-card__quick { color: #2d8f52; font-size: 11px; font-weight: 700; text-decoration: none; }

.kin-story { min-height: 360px; display: flex; align-items: center; color: var(--white); background: var(--ink); }
.kin-story .container { padding-block: 60px; }
.kin-story h2 { font-size: 28px; }
.kin-story p { max-width: 820px; margin-bottom: 28px; color: #ddd; font-size: 14px; }
.kin-story .kin-button { margin-top: 12px; }

.kin-holidays { min-height: 300px; padding-block: 46px; background: var(--white); }
.kin-holiday-grid { display: grid; grid-template-columns: minmax(280px, 430px); justify-content: center; gap: 40px; }
.kin-holiday-card { min-height: 150px; display: flex; flex-direction: column; justify-content: space-between; padding: 24px; border-radius: 12px; background: var(--cream); text-decoration: none; text-transform: uppercase; }
.kin-holiday-card span, .kin-holiday-card small { color: var(--green-dark); font-size: 9px; font-weight: 700; }
.kin-holiday-card strong { font: 700 22px/1.1 var(--serif); }
.kin-holiday-card.is-current { color: var(--white); background: var(--ink); }
.kin-holiday-card.is-current span, .kin-holiday-card.is-current small { color: var(--white); }

.kin-newsletter { min-height: 230px; display: flex; align-items: center; background: var(--cream-deep); }
.kin-newsletter .container { padding-block: 42px; }
.kin-newsletter h2 { margin-bottom: 8px; }
.kin-newsletter p { color: var(--muted); }
.kin-newsletter form { max-width: 760px; display: grid; grid-template-columns: 1fr 220px; gap: 18px; margin-top: 26px; }
.kin-newsletter input, .kin-newsletter button { min-height: 45px; padding: 10px 15px; border-radius: 8px; }
.kin-newsletter input { border: 1px solid var(--border-input); background: var(--white); }
.kin-newsletter button { border: 0; color: var(--white); background: #2d8f52; font-size: 11px; font-weight: 700; text-transform: uppercase; }
.kin-newsletter :disabled { opacity: 1; cursor: not-allowed; }

.campaign-footer { min-height: 240px; display: flex; align-items: center; color: var(--white); background: var(--ink); }
.campaign-footer__inner { display: grid; grid-template-columns: 1fr 2fr; gap: 60px; align-items: center; }
.campaign-footer__wordmark { color: var(--white); font: 700 25px/1 var(--serif); text-decoration: none; }
.campaign-footer p { margin: 8px 0 0; color: #c7c7c7; font-size: 11px; }
.campaign-footer nav { display: flex; justify-content: center; gap: 42px; }
.campaign-footer nav a { color: var(--white); font-size: 10px; font-weight: 700; text-decoration: none; text-transform: uppercase; }

/* November secondary screens */
.november-page h1, .november-page h2 { font-family: var(--serif); text-transform: uppercase; }
.november-page__hero { min-height: 280px; display: flex; align-items: center; background: var(--cream); }
.november-page__hero .container { padding-block: 48px; }
.november-kicker { margin-bottom: 28px; color: var(--green-dark); font-size: 11px; font-weight: 700; text-transform: uppercase; }
.november-page__hero h1 { margin-bottom: 15px; font-size: 48px; line-height: 1; }
.november-page__hero p:last-child { margin-bottom: 0; color: var(--muted); font-size: 16px; }
.november-page__body { min-height: 700px; padding-block: 56px 100px; background: var(--white); }
.november-split { display: grid; grid-template-columns: 1.2fr .9fr; gap: 90px; align-items: start; }
.november-split h2 { margin: 0 0 24px; font-size: 35px; }
.november-split p { max-width: 650px; color: var(--muted); font-size: 17px; line-height: 1.45; }
.november-statement { min-height: 390px; display: grid; place-items: center; padding: 50px; border-radius: 14px; color: var(--green-dark); background: #eee9df; font: 700 46px/1.3 var(--serif); text-transform: uppercase; }
.november-holiday-current { min-height: 215px; max-width: 420px; display: flex; flex-direction: column; justify-content: space-between; margin-inline: auto; padding: 28px; border-radius: 12px; color: var(--white); background: var(--ink); text-transform: uppercase; }
.november-holiday-current p, .november-holiday-current a { margin: 0; color: inherit; font-size: 10px; font-weight: 700; text-decoration: none; }
.november-holiday-current h2 { margin: 20px 0 auto; font-size: 27px; }
.november-faq { max-width: 1100px; margin-inline: auto; }
.november-faq details { margin-bottom: 16px; border-radius: 10px; background: var(--cream); }
.november-faq summary { padding: 22px 50px 22px 18px; position: relative; font-weight: 700; cursor: pointer; list-style: none; }
.november-faq summary::-webkit-details-marker { display: none; }
.november-faq summary::after { content: '+'; position: absolute; top: 50%; right: 24px; color: var(--green-dark); font-size: 20px; transform: translateY(-50%); }
.november-faq details[open] summary::after { content: '−'; }
.november-faq details p { padding: 0 18px 22px; color: var(--muted); }
.november-product-search { max-width: 620px; margin: 0 0 42px; }
.november-product-search label { display: block; margin-bottom: 10px; font-weight: 700; }
.november-product-search > div { display: grid; grid-template-columns: 1fr auto; }
.november-product-search input[type='search'] { min-height: 46px; padding: 10px 15px; border: 1px solid var(--border-input); border-radius: 8px 0 0 8px; }
.november-product-search button { min-width: 110px; border: 0; border-radius: 0 8px 8px 0; color: var(--white); background: var(--ink); font-weight: 700; cursor: pointer; }
.november-search-summary { margin-bottom: 24px; color: var(--muted); }
.november-products { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 34px; }
.november-product { padding: 12px 12px 20px; border-radius: 14px; background: var(--cream); }
.november-product__image { aspect-ratio: 1.2; display: grid; place-items: center; overflow: hidden; border-radius: 10px; color: var(--green-dark); background: #eee9df; font-size: 15px; font-weight: 700; text-decoration: none; text-transform: uppercase; }
.november-product__image img { width: 100%; height: 100%; object-fit: cover; }
.november-product h2 { margin: 18px 0 8px; font: 700 14px/1.2 var(--sans); text-transform: none; }
.november-product h2 a { text-decoration: none; }
.november-product p { color: var(--muted); font-size: 12px; }
.november-add-to-cart { min-height: 36px; display: flex; align-items: center; justify-content: center; margin-top: 18px; border-radius: 6px; color: var(--white); background: var(--ink); font-size: 11px; font-weight: 700; text-decoration: none; text-transform: uppercase; }
.november-cart__content .woocommerce { display: block; }
.november-cart__content .woocommerce-cart-form { padding: 20px; border-radius: 12px; background: var(--cream); }
.november-cart__content .cart-collaterals { margin-top: 28px; }
.november-cart__content .button, .november-cart__content .checkout-button { border-radius: 24px !important; color: var(--white) !important; background: var(--green-dark) !important; }

@media (max-width: 780px) {
  .campaign-announcement { min-height: 40px; font-size: 9px; }
  .campaign-header { min-height: 64px; }
  .campaign-header__inner { grid-template-columns: 34px 1fr auto; gap: 10px; }
  .campaign-menu-toggle { width: 25px; display: grid; gap: 4px; padding: 3px; border: 0; background: transparent; }
  .campaign-menu-toggle > span:not(.screen-reader-text) { height: 2px; display: block; background: var(--ink); }
  .campaign-menu-toggle { grid-column: 1; grid-row: 1; }
  .campaign-wordmark { grid-column: 2; grid-row: 1; justify-self: center; font-size: 20px; }
  .campaign-nav { display: none; grid-column: 1 / -1; grid-row: 2; align-items: flex-start; flex-direction: column; padding: 20px 0; }
  .campaign-nav.is-open { display: flex; }
  .campaign-actions { grid-column: 3; grid-row: 1; gap: 10px; }
  .campaign-actions span { display: none; }
  .campaign-actions svg { width: 17px; height: 17px; }
  .campaign-nav a.is-current::after { bottom: -4px; }
  .kin-hero { min-height: auto; padding-block: 34px 16px; }
  .kin-hero__inner { grid-template-columns: 1fr; gap: 28px; }
  .kin-eyebrow { margin-bottom: 20px; }
  .kin-hero h1 { font-size: 39px; }
  .kin-hero h2 { font-size: 22px; }
  .kin-hero__copy > p:not(.kin-eyebrow) { margin-bottom: 26px; font-size: 12px; }
  .kin-button { width: 100%; min-width: 0; }
  .kin-button--desktop { display: none; }
  .kin-button--mobile { display: inline-flex; order: 3; }
  .kin-hero__art { min-height: 170px; }
  .kin-hero__art span { font-size: 34px; }
  .kin-definition { min-height: auto; padding-block: 38px; }
  .kin-definition h2, .kin-gifts h2, .kin-story h2, .kin-holidays h2, .kin-newsletter h2 { font-size: 22px; }
  .kin-definition p { font-size: 12px; }
  .kin-traits { grid-template-columns: repeat(2, 1fr); gap: 10px; margin-top: 30px; }
  .kin-traits span { border-radius: 24px; }
  .kin-gifts { min-height: auto; padding-block: 38px 70px; }
  .kin-product-grid { grid-template-columns: repeat(2, 1fr); gap: 16px; }
  .kin-product-card { padding: 9px 9px 16px; }
  .kin-product-card h3 { margin-top: 12px; font-size: 11px; }
  .kin-product-card__price { margin-bottom: 18px; font-size: 10px; }
  .kin-product-card__quick { font-size: 9px; }
  .kin-story { min-height: 360px; }
  .kin-story p { font-size: 12px; }
  .kin-holiday-grid { grid-template-columns: repeat(3, 205px); gap: 12px; overflow-x: auto; scroll-snap-type: x mandatory; }
  .kin-holiday-card { scroll-snap-align: start; }
  .kin-newsletter form { grid-template-columns: 1fr; gap: 10px; }
  .campaign-footer { min-height: 260px; }
  .campaign-footer__inner { grid-template-columns: 1fr; gap: 26px; }
  .campaign-footer nav { align-items: flex-start; flex-direction: column; gap: 8px; }
  .campaign-footer nav a:not(:last-child)::after { content: '  +'; }
  .campaign-footer nav a:last-child { display: none; }
  .november-page__hero { min-height: 220px; }
  .november-page__hero .container { padding-block: 38px; }
  .november-kicker { margin-bottom: 22px; }
  .november-page__hero h1 { font-size: 38px; }
  .november-page__hero p:last-child { font-size: 13px; }
  .november-page__body { min-height: 520px; padding-block: 38px 70px; }
  .november-split { grid-template-columns: 1fr; gap: 30px; }
  .november-split h2 { font-size: 28px; }
  .november-split p { font-size: 14px; }
  .november-statement { min-height: 220px; padding: 30px; font-size: 35px; }
  .november-products { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
  .november-product-search { margin-bottom: 30px; }
  .november-product-search > div { grid-template-columns: 1fr 86px; }
  .november-product-search button { min-width: 0; }
  .november-product { padding: 9px 9px 16px; }
  .november-add-to-cart { font-size: 9px; }
}
