/** Shopify CDN: Minification failed

Line 446:56 Expected ":"

**/
/* ==========================================================================
   Day to Night Landing — scoped under .dtn-landing
   Translated from reference-site/app/globals.css (Aug 2026 handoff).
   ========================================================================== */

/* Hide theme chrome on this page.
   NOTE: this stylesheet is only ever loaded by dtn-header.liquid, which only
   renders on the day-to-night template — so these UNSCOPED rules are safe:
   they can't affect any other page. (The Prestige theme does NOT add a
   template-specific class to <body>, so a body-prefixed selector would never
   match — that was the original bug.)
   Prestige wraps header + announcement + footer sections in
   `shopify-section-group-header-group` / `-footer-group`. We hide those but
   do NOT touch `-overlay-group` (cart drawer, popups), `-aside-group`
   (menu drawer), or any app-embed blocks. */
.shopify-section-group-header-group,
.shopify-section-group-footer-group,
.shopify-section--header,
.shopify-section--announcement-bar,
.shopify-section--footer,
header.header,
footer.footer,
.header-section,
.footer-section,
.announcement-bar-section,
.store-header,
.store-footer {
  display: none !important;
}

.dtn-landing {
  --ink: #292925;
  --cream: #f7f3eb;
  --sage: #78856f;
  --sand: #ddd1c0;
  --rust: #ae654c;
  --line: #dedbd3;
  --font-body: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
  --font-serif: Georgia, 'Times New Roman', serif;
  color: var(--ink);
  background: #fff;
  font-family: var(--font-body) !important;
  font-size: 14px;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* Beat Prestige theme's cascade — force our fonts everywhere in the page. */
.dtn-landing, .dtn-landing *, .dtn-landing *::before, .dtn-landing *::after { box-sizing: border-box; }
.dtn-landing p, .dtn-landing span, .dtn-landing a, .dtn-landing li, .dtn-landing b,
.dtn-landing small, .dtn-landing button, .dtn-landing input, .dtn-landing label,
.dtn-landing nav, .dtn-landing div { font-family: var(--font-body); }
.dtn-landing h1, .dtn-landing h2, .dtn-landing h3, .dtn-landing h4,
.dtn-landing blockquote, .dtn-landing .dtn-lede, .dtn-landing .dtn-product-copy h3,
.dtn-landing .dtn-logo { font-family: var(--font-serif) !important; }
.dtn-landing a { color: inherit; text-decoration: none; }
.dtn-landing button, .dtn-landing input { font: inherit; background: none; border: 0; padding: 0; margin: 0; color: inherit; }
.dtn-landing p { margin: 0 0 1em; }
.dtn-landing ul, .dtn-landing ol { margin: 0; padding: 0; list-style: none; }
.dtn-landing img { display: block; max-width: 100%; height: auto; }
.dtn-landing .cover { width: 100%; height: 100%; object-fit: cover; }
.dtn-landing .visually-hidden { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }

.dtn-landing .wrap { width: min(1380px, calc(100% - 72px)); margin-inline: auto; }

/* ---------- Announcement bar + header + breadcrumb ---------- */
.dtn-announcement { height: 31px; display: flex; align-items: center; justify-content: center; gap: 14px; background: var(--ink); color: #fff; font-size: 10px; font-weight: 700; letter-spacing: .17em; }
.dtn-announcement span { color: #c8bda9; }

.dtn-site-header { border-bottom: 1px solid #ece9e2; display: flex; flex-direction: column; align-items: center; padding: 18px 38px 0; position: relative; background: #fff; z-index: 3; gap: 6px; }
/* Top row: spacer | centered logo | right-aligned actions */
.dtn-header-top { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; width: 100%; }
.dtn-header-spacer { display: block; }
.dtn-logo { justify-self: center; display: inline-flex; align-items: center; }
.dtn-logo-img { display: block; height: auto; }
.dtn-logo-text { font-family: Georgia, serif; font-size: 20px; letter-spacing: .16em; line-height: .9; text-align: center; display: inline-flex; flex-direction: column; width: max-content; }
.dtn-logo-text span { font-size: 10px; font-style: italic; letter-spacing: .05em; text-align: left; margin-left: 3px; }
.dtn-logo-text small { font: 600 7px Arial, sans-serif; letter-spacing: .42em; margin-top: 7px; }
/* Nav row: centered below the logo */
.dtn-header-nav { display: flex; justify-content: center; flex-wrap: wrap; gap: 36px; font-size: 11px; font-weight: 700; letter-spacing: .13em; }
.dtn-header-nav a { padding: 16px 0 15px; border-bottom: 2px solid transparent; }
.dtn-header-nav a:hover { border-color: var(--rust); }
.dtn-header-actions { grid-column: 3; display: flex; justify-content: flex-end; align-items: center; gap: 18px; }
.dtn-header-actions a, .dtn-header-actions button { border: 0; background: none; font-size: 15px; color: inherit; cursor: pointer; display: inline-flex; align-items: center; gap: 3px; }
.dtn-header-actions b { background: var(--rust); color: #fff; border-radius: 50%; font-size: 9px; padding: 3px 6px; margin-left: 3px; font-weight: 700; }

.dtn-crumb { display: flex; gap: 10px; padding: 22px 0 17px; font-size: 11px; color: #777; }
.dtn-crumb a { text-decoration: underline; text-underline-offset: 3px; }

/* ---------- Hero ---------- */
.dtn-hero { display: grid; grid-template-columns: 1.06fr .94fr; gap: 74px; padding-bottom: 68px; }
.dtn-gallery { display: grid; grid-template-columns: 86px 1fr; gap: 14px; min-width: 0; }
.dtn-thumbs { display: flex; flex-direction: column; gap: 10px; }
.dtn-thumbs button { padding: 0; border: 1px solid transparent; background: #f7f5f1; aspect-ratio: 1/1.12; cursor: pointer; overflow: hidden; }
.dtn-thumbs button.is-active { border-color: var(--ink); }
.dtn-thumbs img { width: 100%; height: 100%; object-fit: cover; }
.dtn-main-image { position: relative; min-height: 650px; background: #f4f0e9; overflow: hidden; }
.dtn-main-image img { width: 100%; height: 100%; object-fit: cover; position: absolute; inset: 0; opacity: 0; transition: opacity .2s ease; }
.dtn-main-image img.is-active { opacity: 1; position: relative; }
.dtn-badge { position: absolute; z-index: 1; left: 17px; top: 17px; background: #fff; padding: 9px 12px; font-size: 9px; font-weight: 700; letter-spacing: .12em; }

.dtn-hero-copy { padding: 32px 6vw 0 0; }
.dtn-eyebrow { font-size: 10px; font-weight: 800; letter-spacing: .2em; color: #656c5e; margin: 0 0 18px; text-transform: uppercase; }
.dtn-landing h1,
.dtn-landing .dtn-section-heading h2,
.dtn-landing .dtn-story h2,
.dtn-landing .dtn-feature-copy h2,
.dtn-landing .dtn-age-copy h2,
.dtn-landing .dtn-matching-copy h2,
.dtn-landing .dtn-reviews h2,
.dtn-landing .dtn-newsletter h2 { font-family: Georgia, serif; font-weight: 400; letter-spacing: -.035em; }
.dtn-hero h1 { font-size: 58px; line-height: 1.02; margin: 0 0 20px; }
.dtn-hero h1 em,
.dtn-story h2 em,
.dtn-feature-copy h2 em,
.dtn-age-copy h2 em,
.dtn-matching-copy h2 em { color: var(--rust); font-weight: 400; font-style: italic; }
.dtn-rating { font-size: 12px; margin: 0 0 23px; }
.dtn-rating .stars, .dtn-review-stars { color: #c17a4f; letter-spacing: .08em; }
.dtn-lede { font-family: Georgia, serif; font-size: 16px; line-height: 1.7; color: #565650; max-width: 570px; }

.dtn-quick-benefits { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin: 27px 0; border-block: 1px solid var(--line); padding: 20px 0; list-style: none; }
.dtn-quick-benefits > li { display: flex; align-items: center; gap: 10px; }
.dtn-icon { width: 35px; height: 35px; border-radius: 50%; background: #edf0e8; display: grid; place-items: center; color: var(--sage); font-size: 16px; flex-shrink: 0; }
.dtn-quick-benefits .txt { display: flex; flex-direction: column; gap: 4px; }
.dtn-quick-benefits b { font-size: 11px; }
.dtn-quick-benefits small { font-size: 9px; color: #777; }

.dtn-picker > .head { display: flex; justify-content: space-between; font-size: 11px; margin-bottom: 11px; }
.dtn-picker .head a { text-decoration: underline; }
.dtn-sizes { display: flex; gap: 7px; flex-wrap: wrap; }
.dtn-sizes button { background: #fff; border: 1px solid #cdc9c1; padding: 9px 10px; min-width: 48px; font-size: 10px; cursor: pointer; }
.dtn-sizes button.is-active { background: var(--ink); color: #fff; border-color: var(--ink); }

.dtn-primary-cta { margin-top: 22px; height: 55px; background: var(--rust); color: #fff; display: flex; align-items: center; justify-content: center; gap: 20px; font-size: 11px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.dtn-primary-cta:hover { background: #93513d; }
.dtn-microcopy { text-align: center; font-size: 10px; color: #777; margin-top: 10px; }

/* ---------- 4-benefit promise strip ---------- */
.dtn-promise-strip { background: #edf0e8; display: grid; grid-template-columns: repeat(4, 1fr); padding: 26px 6vw; gap: 40px; }
.dtn-promise-strip > div { display: flex; flex-direction: column; align-items: center; text-align: center; gap: 7px; }
.dtn-promise-strip b { font-size: 10px; letter-spacing: .12em; }
.dtn-promise-strip span { font-family: Georgia, serif; font-size: 12px; color: #666; }

/* ---------- Intro / story ---------- */
.dtn-story { display: grid; grid-template-columns: 1.15fr .85fr; align-items: end; padding-block: 105px 65px; border-bottom: 1px solid var(--line); }
.dtn-story h2 { font-size: 48px; line-height: 1.08; margin: 0; }
.dtn-story-copy { padding-bottom: 8px; }
.dtn-story-copy p { font-family: Georgia, serif; line-height: 1.8; color: #62625b; font-size: 16px; }
.dtn-story-copy a,
.dtn-age-copy a,
.dtn-matching-copy a { font-size: 10px; font-weight: 800; letter-spacing: .15em; border-bottom: 1px solid; padding-bottom: 6px; text-transform: uppercase; display: inline-block; }

/* ---------- Product row ---------- */
.dtn-shop-row { padding: 78px 0 100px; }
.dtn-section-heading { display: flex; align-items: end; justify-content: space-between; margin-bottom: 28px; }
.dtn-section-heading h2 { font-size: 38px; margin: 0; }
.dtn-section-heading a { font-size: 11px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.dtn-product-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.dtn-product-card { display: block; }
.dtn-product-image { aspect-ratio: .82; position: relative; background: #f2efe9; overflow: hidden; }
.dtn-product-image img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.dtn-product-image .heart { position: absolute; right: 13px; top: 13px; width: 34px; height: 34px; border: 0; background: #fff; border-radius: 50%; font-size: 17px; cursor: pointer; }
.dtn-product-copy h3 { font-family: Georgia, serif; font-size: 14px; font-weight: 400; margin: 14px 0 8px; }
.dtn-product-copy .price { font-size: 12px; margin: 0; }
.dtn-product-copy .price s { color: #999; margin-right: 6px; }
.dtn-product-copy .price .sale { color: var(--rust); }
.dtn-product-copy .sold-out { font-size: 10px; letter-spacing: .12em; color: #999; text-transform: uppercase; margin-top: 4px; display: inline-block; }
.dtn-swatches { display: flex; gap: 5px; margin-top: 11px; }
.dtn-swatches i { width: 10px; height: 10px; border-radius: 50%; background: #b1a896; border: 2px solid white; outline: 1px solid #ccc; display: inline-block; }

/* ---------- Feature story band ---------- */
.dtn-feature-band { background: var(--cream); display: grid; grid-template-columns: 1fr 1fr; min-height: 680px; }
.dtn-feature-photo { position: relative; overflow: hidden; }
.dtn-feature-photo img { width: 100%; height: 100%; object-fit: cover; position: absolute; inset: 0; }
.dtn-feature-photo .caption { position: absolute; bottom: 25px; left: 25px; background: white; padding: 12px 16px; font: italic 14px Georgia, serif; }
.dtn-feature-copy { padding: 100px 9vw; }
.dtn-feature-copy h2 { font-size: 52px; line-height: 1.05; margin: 0 0 45px; }
.dtn-feature-copy ol { list-style: none; padding: 0; margin: 0; }
.dtn-feature-copy li { display: flex; gap: 22px; border-top: 1px solid #d9d1c4; padding: 22px 0; }
.dtn-feature-copy li b { font: italic 14px Georgia, serif; color: var(--rust); }
.dtn-feature-copy li .body { display: flex; flex-direction: column; gap: 5px; font-size: 12px; color: #6b675f; }
.dtn-feature-copy li strong { font: 500 17px Georgia, serif; color: var(--ink); }

/* ---------- Big kids age band ---------- */
.dtn-age-band { display: grid; grid-template-columns: .8fr 1.2fr; background: #e8ddd0; min-height: 600px; margin-bottom: 105px; }
.dtn-age-copy { padding: 90px 7vw; align-self: center; }
.dtn-age-copy h2, .dtn-matching-copy h2 { font-size: 48px; line-height: 1.07; margin: 0 0 22px; }
.dtn-age-copy > p:not(.dtn-eyebrow),
.dtn-matching-copy > p:not(.dtn-eyebrow) { font-family: Georgia, serif; line-height: 1.7; color: #666; margin-bottom: 30px; }
.dtn-age-image { overflow: hidden; position: relative; }
.dtn-age-image img { width: 100%; height: 100%; object-fit: cover; position: absolute; inset: 0; }

/* ---------- Mommy & Me ---------- */
.dtn-matching { display: grid; grid-template-columns: 1fr .85fr 1fr; align-items: center; background: #eef0e9; padding: 54px 5vw; gap: 4vw; }
.dtn-matching-image { height: 520px; position: relative; overflow: hidden; }
.dtn-matching-image img { width: 100%; height: 100%; object-fit: cover; position: absolute; inset: 0; }
.dtn-matching-image.child { height: 420px; }
.dtn-matching-copy { text-align: center; }
.dtn-matching-products { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 10px; margin: 28px 0 30px; }
.dtn-match-product { background: #fff; padding: 16px 10px; min-height: 112px; display: flex; flex-direction: column; justify-content: center; gap: 6px; border: 1px solid #ddd8ce !important; }
.dtn-match-product > span { font-size: 8px; font-weight: 800; letter-spacing: .17em; color: var(--rust); }
.dtn-match-product strong { font: 400 12px/1.35 Georgia, serif; }
.dtn-match-product small { font-size: 10px; }
.dtn-match-plus { font: 22px Georgia, serif; color: #999; }

/* ---------- Reviews ---------- */
.dtn-reviews { text-align: center; padding: 115px 15vw; }
.dtn-reviews h2 { font-size: 44px; margin: 0 0 15px; }
.dtn-reviews blockquote { font: 20px/1.7 Georgia, serif; max-width: 760px; margin: 24px auto; color: #595750; }
.dtn-reviews .review-attribution { font-size: 10px; text-transform: uppercase; letter-spacing: .15em; }

/* ---------- Newsletter (Welcome 10) ---------- */
.dtn-newsletter { background: var(--sand); padding: 55px 8vw; display: flex; align-items: center; justify-content: space-between; gap: 40px; flex-wrap: wrap; }
.dtn-newsletter .copy { max-width: 560px; }
.dtn-newsletter .script { font: italic 26px/1.2 "Brush Script MT", "Segoe Script", cursive; color: var(--ink); margin: 0 0 6px; }
.dtn-newsletter h2 { margin: 0 0 12px; font-size: 26px; line-height: 1.3; font-weight: 400; }
.dtn-newsletter form { display: flex; flex-direction: column; gap: 12px; width: min(520px, 45vw); }
.dtn-newsletter .field { display: flex; }
.dtn-newsletter input[type="email"] { flex: 1; border: 1px solid #cdc9c1; background: #f8f5ef; padding: 18px; font-size: 14px; }
.dtn-newsletter button { border: 0; background: var(--ink); color: #fff; padding: 0 28px; font-size: 11px; font-weight: 800; letter-spacing: .13em; cursor: pointer; text-transform: uppercase; }
.dtn-newsletter .legal { font-size: 10px; color: #6a6a6a; line-height: 1.6; margin: 0; }
.dtn-newsletter .legal a { text-decoration: underline; }
.dtn-newsletter .form-message { font-size: 11px; }
.dtn-newsletter .form-message.error { color: #a3312a; }
.dtn-newsletter .form-message.success { color: var(--sage); }

/* ---------- Footer ---------- */
.dtn-footer { background: var(--ink); color: #eae6de; text-align: center; padding: 70px 7vw 30px; }
.dtn-footer .dtn-logo { margin: 0 auto; }
.dtn-footer .tagline { font: 15px Georgia, serif; color: #aaa69f; margin: 20px 0 0; }
.dtn-footer-links { display: flex; justify-content: center; gap: 30px; margin: 35px 0 55px; font-size: 10px; letter-spacing: .12em; text-transform: uppercase; }
.dtn-footer small { color: #777; font-size: 9px; }

/* ---------- Focus rings for a11y ---------- */
.dtn-landing button:focus-visible,
.dtn-landing a:focus-visible,
.dtn-landing input:focus-visible { outline: 2px solid var(--rust); outline-offset: 2px; }

/* ---------- Responsive ---------- */
@media (max-width: 1000px) {
  .dtn-site-header { padding: 14px 20px 0; }
  .dtn-header-nav { gap: 22px; }
  .dtn-hero { grid-template-columns: 1fr; gap: 30px; }
  .dtn-hero-copy { padding: 10px 5vw 0; }
  .dtn-main-image { min-height: 560px; }
  .dtn-promise-strip { grid-template-columns: repeat(2, 1fr); }
  .dtn-matching { grid-template-columns: 1fr 1fr; }
  .dtn-matching-image.child { display: none; }
}
@media (max-width: 680px) {
  .dtn-landing .wrap { width: min(100% - 30px, 1380px); }
  .dtn-announcement { font-size: 8px; }
  .dtn-site-header { padding: 12px 14px 0; }
  .dtn-header-nav { gap: 16px; font-size: 10px; }
  .dtn-header-nav a { padding: 12px 0 11px; }
  .dtn-gallery { grid-template-columns: 1fr; }
  .dtn-thumbs { order: 2; flex-direction: row; }
  .dtn-thumbs button { width: 70px; }
  .dtn-main-image { min-height: 460px; }
  .dtn-hero h1 { font-size: 44px; }
  .dtn-quick-benefits { grid-template-columns: 1fr; }
  .dtn-promise-strip { grid-template-columns: 1fr 1fr; padding: 25px 15px; gap: 25px 10px; }
  .dtn-story { grid-template-columns: 1fr; gap: 25px; padding-block: 70px 45px; }
  .dtn-story h2 { font-size: 38px; }
  .dtn-product-grid { grid-template-columns: repeat(2, 1fr); gap: 10px; }
  .dtn-section-heading h2 { font-size: 29px; max-width: 260px; }
  .dtn-feature-band { grid-template-columns: 1fr; }
  .dtn-feature-photo { min-height: 430px; }
  .dtn-feature-copy { padding: 70px 25px; }
  .dtn-age-band { grid-template-columns: 1fr; }
  .dtn-age-copy { padding: 70px 30px; }
  .dtn-age-image { height: 480px; }
  .dtn-matching { grid-template-columns: 1fr; padding: 25px 20px 70px; }
  .dtn-matching-image { height: 430px; }
  .dtn-newsletter { flex-direction: column; align-items: flex-start; gap: 25px; }
  .dtn-newsletter form { width: 100%; }
  .dtn-footer-links { flex-wrap: wrap; }
  .dtn-reviews { padding: 80px 0; }
  .dtn-reviews h2 { font-size: 34px; }
  .dtn-reviews blockquote { font-size: 17px; }
}


/* Ensure the hero has a visible first frame before gallery JS initializes. */
.dtn-main-image img:first-of-type { opacity: 1; position: relative; }


/* Reference landing-page editorial heading system. */
.dtn-hero h1, .dtn-intro h2, .dtn-shop-row h2, .dtn-feature-copy h2, .dtn-age-copy h2, .dtn-matching-copy h2, .dtn-review h2, .dtn-newsletter h2 { font-family: Georgia, serif; font-weight: 400; }


/* === VISUAL PARITY V2: exact reference design layer === */
:root { --dtn-ink:#292925; --dtn-cream:#f7f3eb; --dtn-sage:#78856f; --dtn-sand:#ddd1c0; --dtn-rust:#ae654c; --dtn-line:#dedbd3; }
body :is(.dtn-announcement,.dtn-site-header,.dtn-hero,.dtn-promise-strip,.dtn-story,.dtn-shop-row,.dtn-feature-band,.dtn-age-band,.dtn-matching,.dtn-reviews,.dtn-newsletter,.dtn-footer) { color:var(--dtn-ink); font-family:Inter,Arial,sans-serif; }
body :is(.dtn-hero,.dtn-story,.dtn-shop-row,.dtn-age-band,.dtn-reviews) { width:min(1380px,calc(100% - 72px)); margin-inline:auto; }
body .dtn-announcement { height:31px; background:var(--dtn-ink); color:#fff; letter-spacing:.17em; display:flex; align-items:center; justify-content:center; gap:14px; font-size:10px; font-weight:700; }
body .dtn-site-header { height:86px; padding:0 38px; background:#fff; border-bottom:1px solid #ece9e2; display:grid; align-items:center; position:relative; z-index:3; }
body .dtn-header-top { height:54px; display:grid; grid-template-columns:260px 1fr 260px; align-items:center; }
body .dtn-logo { color:var(--dtn-ink); }
body .dtn-logo-img { width:200px!important; max-height:72px; object-fit:contain; margin:auto; }
body .dtn-header-actions { justify-content:flex-end; align-items:center; gap:18px; display:flex; }
body .dtn-header-nav { height:32px; letter-spacing:.13em; justify-content:center; gap:36px; font-size:11px; font-weight:700; display:flex; }
body .dtn-header-nav a { padding:5px 0 12px; border-bottom:2px solid transparent; }
body .dtn-header-nav a:hover { border-color:var(--dtn-rust); }

body .dtn-hero { grid-template-columns:1.06fr .94fr; gap:74px; padding-bottom:68px; display:grid; }
body .dtn-gallery { grid-template-columns:86px 1fr; gap:14px; min-width:0; display:grid; }
body .dtn-thumbs { display:flex; flex-direction:column; gap:10px; }
body .dtn-thumbs button { aspect-ratio:1/1.12; background:#f7f5f1; border:1px solid transparent; padding:0; overflow:hidden; }
body .dtn-thumbs button:first-child, body .dtn-thumbs button.is-active { border-color:var(--dtn-ink); }
body .dtn-main-image { min-height:650px; background:#f4f0e9; position:relative; overflow:hidden; }
body .dtn-main-image img { width:100%; height:100%; object-fit:cover; }
body .dtn-badge { z-index:2; letter-spacing:.12em; background:#fff; padding:9px 12px; font-size:9px; font-weight:700; position:absolute; top:17px; left:17px; }
body .dtn-hero-copy { padding:32px 6vw 0 0; }
body .dtn-eyebrow { letter-spacing:.2em; color:#656c5e; margin:0 0 18px; font:800 10px/1.4 Inter,Arial,sans-serif; }
body :is(.dtn-hero h1,.dtn-story h2,.dtn-section-heading h2,.dtn-feature-copy h2,.dtn-age-copy h2,.dtn-matching-copy h2,.dtn-reviews h2,.dtn-newsletter h2) { letter-spacing:-.035em!important; font-family:Georgia,serif!important; font-weight:400!important; color:var(--dtn-ink)!important; text-transform:none!important; }
body .dtn-hero h1 { margin:0 0 20px!important; font-size:58px!important; line-height:1.02!important; }
body :is(.dtn-hero h1,.dtn-story h2,.dtn-feature-copy h2,.dtn-age-copy h2,.dtn-matching-copy h2) em { color:var(--dtn-rust)!important; font-weight:400; }
body .dtn-rating { margin:0 0 23px; font-size:12px; }
body .dtn-rating .stars, body .dtn-review-stars { color:#c17a4f; letter-spacing:.08em; }
body .dtn-lede { color:#565650; max-width:570px; margin:0; font:16px/1.7 Georgia,serif; }
body .dtn-quick-benefits { border-block:1px solid var(--dtn-line); grid-template-columns:repeat(3,1fr); gap:10px; margin:27px 0; padding:20px 0; display:grid; }
body .dtn-quick-benefits li { align-items:center; gap:10px; display:flex; }
body .dtn-icon { width:35px; height:35px; color:var(--dtn-sage); background:#edf0e8; border-radius:50%; place-items:center; display:grid; flex:0 0 35px; }
body .dtn-quick-benefits .txt { display:flex; flex-direction:column; gap:4px; }
body .dtn-quick-benefits b { font-size:11px; }
body .dtn-quick-benefits small { color:#777; font-size:9px; }
body .dtn-picker .head { justify-content:space-between; margin-bottom:11px; font-size:11px; display:flex; }
body .dtn-picker a { text-decoration:underline; }
body .dtn-sizes { display:flex; flex-wrap:wrap; gap:7px; }
body .dtn-sizes button { background:#fff; border:1px solid #cdc9c1; min-width:48px; padding:9px 10px; font-size:10px; }
body .dtn-sizes button.is-active { background:var(--dtn-ink); color:#fff; border-color:var(--dtn-ink); }
body .dtn-primary-cta { height:55px!important; margin-top:22px; background:var(--dtn-rust)!important; color:#fff!important; letter-spacing:.13em; display:flex!important; justify-content:center; align-items:center; gap:20px; font-size:11px; font-weight:800; text-decoration:none; }
body .dtn-primary-cta:hover { background:#93513d!important; }
body .dtn-microcopy { text-align:center; color:#777; margin:12px 0 0; font-size:10px; }

body .dtn-promise-strip { background:#edf0e8!important; grid-template-columns:repeat(4,1fr); gap:40px; padding:26px 6vw; display:grid; }
body .dtn-promise-strip > div { text-align:center; display:flex; flex-direction:column; align-items:center; gap:7px; }
body .dtn-promise-strip b { letter-spacing:.12em; font-size:10px; }
body .dtn-promise-strip span { color:#666; font:12px Georgia,serif; }

body .dtn-story { border-bottom:1px solid var(--dtn-line); grid-template-columns:1.15fr .85fr; align-items:end; padding-block:105px 65px; display:grid; }
body .dtn-story h2 { margin:0!important; font-size:48px!important; line-height:1.08!important; }
body .dtn-story-copy { padding-bottom:8px; }
body .dtn-story-copy p { color:#62625b; margin:0 0 20px; font:16px/1.8 Georgia,serif; }
body :is(.dtn-story-copy a,.dtn-age-copy>a,.dtn-matching-copy>a) { letter-spacing:.15em; border-bottom:1px solid; padding-bottom:6px; font-size:10px; font-weight:800; }

body .dtn-shop-row { padding:78px 0 100px; }
body .dtn-section-heading { justify-content:space-between; align-items:end; margin-bottom:28px; display:flex; }
body .dtn-section-heading h2 { margin:0!important; font-size:38px!important; line-height:1.5!important; }
body .dtn-section-heading>a { letter-spacing:.12em; font-size:11px; font-weight:700; text-decoration:none; }
body .dtn-product-grid { grid-template-columns:repeat(4,1fr); gap:18px; display:grid; }
body .dtn-product-card { color:var(--dtn-ink); text-decoration:none; display:block; }
body .dtn-product-image { aspect-ratio:.82/1; background:#f2efe9; position:relative; overflow:hidden; }
body .dtn-product-image img { width:100%; height:100%; object-fit:cover; }
body .dtn-product-image .heart { background:#fff; border:0; border-radius:50%; width:34px; height:34px; font-size:17px; position:absolute; top:13px; right:13px; }
body .dtn-product-copy h3 { margin:14px 0 8px!important; color:var(--dtn-ink)!important; font:400 14px/1.35 Georgia,serif!important; letter-spacing:0!important; text-transform:none!important; }
body .dtn-product-copy p { margin:0; font-size:12px; }

body .dtn-feature-band { background:var(--dtn-cream)!important; grid-template-columns:1fr 1fr; min-height:680px; display:grid; }
body .dtn-feature-photo { position:relative; overflow:hidden; }
body .dtn-feature-photo img { width:100%; height:100%; object-fit:cover; }
body .dtn-feature-photo .caption { background:#fff; padding:12px 16px; font:italic 14px Georgia,serif; position:absolute; bottom:25px; left:25px; }
body .dtn-feature-copy { padding:100px 9vw; }
body .dtn-feature-copy h2 { margin:0 0 45px!important; font-size:52px!important; line-height:1.05!important; }
body .dtn-feature-copy ol { margin:0; padding:0; list-style:none; }
body .dtn-feature-copy li { border-top:1px solid #d9d1c4; gap:22px; padding:22px 0; display:flex; }
body .dtn-feature-copy li>b { color:var(--dtn-rust); font:italic 14px Georgia,serif; }
body .dtn-feature-copy li .body { color:#6b675f; display:flex; flex-direction:column; gap:5px; font-size:12px; }
body .dtn-feature-copy li strong { color:var(--dtn-ink); font:500 17px Georgia,serif; }

body .dtn-age-band { background:#e8ddd0!important; grid-template-columns:.8fr 1.2fr; min-height:600px; margin-bottom:105px; display:grid; }
body .dtn-age-copy { align-self:center; padding:90px 7vw; }
body :is(.dtn-age-copy h2,.dtn-matching-copy h2) { margin:0 0 22px!important; font-size:48px!important; line-height:1.07!important; }
body :is(.dtn-age-copy>p:not(.dtn-eyebrow),.dtn-matching-copy>p:not(.dtn-eyebrow)) { color:#666; margin-bottom:30px; font:16px/1.7 Georgia,serif; }
body .dtn-age-image { overflow:hidden; }
body .dtn-age-image img { width:100%; height:100%; object-fit:cover; }

body .dtn-matching { background:#eef0e9!important; grid-template-columns:1fr .85fr 1fr; align-items:center; gap:4vw; padding:54px 5vw; display:grid; }
body .dtn-matching-image { height:520px; }
body .dtn-matching-image.child { height:420px; }
body .dtn-matching-image img { width:100%; height:100%; object-fit:cover; }
body .dtn-matching-copy { text-align:center; }
body .dtn-matching-products { grid-template-columns:1fr auto 1fr; align-items:center; gap:10px; margin:28px 0 30px; display:grid; }
body .dtn-match-product { background:#fff; border:1px solid #ddd8ce!important; min-height:112px; padding:16px 10px; display:flex; flex-direction:column; justify-content:center; gap:6px; text-decoration:none; }
body .dtn-match-product>span { letter-spacing:.17em; color:var(--dtn-rust); font-size:8px; font-weight:800; }
body .dtn-match-product strong { font:400 12px/1.35 Georgia,serif; }
body .dtn-match-product small { font-size:10px; }
body .dtn-match-plus { color:#999; font:22px Georgia,serif; }
body .dtn-matching-copy .dtn-matching-cta { display:inline-block; }

body .dtn-reviews { text-align:center; padding:115px 15vw; }
body .dtn-reviews h2 { margin:0 0 15px!important; font-size:44px!important; line-height:1.5!important; }
body .dtn-reviews blockquote { color:#595750; max-width:760px; margin:24px auto; font:20px/1.7 Georgia,serif; }
body .dtn-reviews>p:last-child { text-transform:uppercase; letter-spacing:.15em; font-size:10px; }

body .dtn-newsletter { background:var(--dtn-sand)!important; justify-content:space-between; align-items:center; padding:55px 8vw; display:flex; }
body .dtn-newsletter h2 { margin:0!important; font-size:32px!important; line-height:1.5!important; }
body .dtn-newsletter-form { width:min(520px,45vw); display:flex; }
body .dtn-newsletter-form input { background:#f8f5ef!important; border:0!important; flex:1; padding:18px!important; min-height:56px; }
body .dtn-newsletter-form button { background:var(--dtn-ink)!important; color:#fff!important; letter-spacing:.12em; border:0!important; padding:0 28px!important; font-size:10px; font-weight:700; }

body .dtn-footer { background:var(--dtn-ink)!important; color:#eae6de!important; text-align:center; padding:70px 7vw 30px!important; }
body .dtn-footer .dtn-logo { width:max-content; margin:auto; color:#eae6de!important; font-family:Georgia,serif; }
body .dtn-footer>.tagline { color:#aaa69f!important; margin:20px 0 0; font:15px Georgia,serif!important; }
body .dtn-footer-links { letter-spacing:.12em; text-transform:uppercase; justify-content:center; gap:30px; margin:35px 0 55px; font-size:10px; display:flex; }
body .dtn-footer-links a { color:#eae6de!important; text-decoration:none; }
body .dtn-footer>small { color:#777!important; font-size:9px; }

@media (max-width:1000px) {
  body .dtn-site-header { padding:14px 20px 0; height:auto; }
  body .dtn-header-top { grid-template-columns:1fr auto 1fr; }
  body .dtn-header-nav { gap:22px; }
  body .dtn-hero { grid-template-columns:1fr; gap:30px; }
  body .dtn-hero-copy { padding:10px 5vw 0; }
  body .dtn-main-image { min-height:560px; }
  body .dtn-promise-strip { grid-template-columns:repeat(2,1fr); }
  body .dtn-matching { grid-template-columns:1fr 1fr; }
  body .dtn-matching-image.child { display:none; }
}
@media (max-width:680px) {
  body :is(.dtn-hero,.dtn-story,.dtn-shop-row,.dtn-age-band,.dtn-reviews) { width:min(1380px,calc(100% - 30px)); }
  body .dtn-announcement { font-size:8px; }
  body .dtn-site-header { padding:12px 14px 0; }
  body .dtn-header-top { grid-template-columns:1fr auto 1fr; }
  body .dtn-logo-img { width:155px!important; }
  body .dtn-header-actions { gap:11px; }
  body .dtn-header-nav { gap:16px; font-size:10px; overflow-x:auto; }
  body .dtn-header-nav a { padding:12px 0 11px; }
  body .dtn-gallery { grid-template-columns:1fr; }
  body .dtn-thumbs { order:2; flex-direction:row; overflow-x:auto; }
  body .dtn-thumbs button { width:70px; flex:0 0 70px; }
  body .dtn-main-image { min-height:460px; }
  body .dtn-hero h1 { font-size:44px!important; }
  body .dtn-quick-benefits { grid-template-columns:1fr; }
  body .dtn-promise-strip { grid-template-columns:1fr 1fr; gap:25px 10px; padding:25px 15px; }
  body .dtn-story { grid-template-columns:1fr; gap:25px; padding-block:70px 45px; }
  body .dtn-story h2 { font-size:38px!important; }
  body .dtn-product-grid { grid-template-columns:repeat(2,1fr); gap:10px; }
  body .dtn-section-heading h2 { max-width:260px; font-s
ize:29px!important; line-height:1.35!important; }
  body .dtn-feature-band { grid-template-columns:1fr; }
  body .dtn-feature-photo { min-height:430px; }
  body .dtn-feature-copy { padding:70px 25px; }
  body .dtn-age-band { grid-template-columns:1fr; }
  body .dtn-age-copy { padding:70px 30px; }
  body .dtn-age-image { height:480px; }
  body .dtn-matching { grid-template-columns:1fr; padding:25px 20px 70px; }
  body .dtn-matching-image { height:430px; }
  body .dtn-newsletter { flex-direction:column; align-items:flex-start; gap:25px; }
  body .dtn-newsletter-form { width:100%; }
  body .dtn-footer-links { flex-wrap:wrap; }
  body .dtn-reviews { padding:80px 0; }
  body .dtn-reviews h2 { font-size:34px!important; }
  body .dtn-reviews blockquote { font-size:17px; }
}


/* Newsletter parity correction against theme form defaults. */
body .dtn-newsletter { flex-wrap:nowrap!important; min-height:239px; }
body .dtn-newsletter>.copy { flex:1 1 50%; min-width:0; }
body .dtn-newsletter-form { flex:0 1 min(520px,45vw)!important; width:min(520px,45vw)!important; margin:0!important; }
body .dtn-newsletter-form .field { width:100%; display:flex; }
body .dtn-newsletter-form label.visually-hidden { position:absolute!important; width:1px!important; height:1px!important; padding:0!important; margin:-1px!important; overflow:hidden!important; clip:rect(0,0,0,0)!important; white-space:nowrap!important; border:0!important; }
body .dtn-newsletter-form .form-message:empty { display:none!important; }
@media(max-width:680px){body .dtn-newsletter{flex-direction:column!important;align-items:flex-start!important;gap:25px!important;}body .dtn-newsletter-form{width:100%!important;flex-basis:auto!important;}}
