:root{--dby-night:#232c37;--dby-night-soft:#303b49;--dby-slate:#49586a;--dby-slate-lit:#5f7188;--dby-milk:#ffffff;--dby-milk-dim:#edf1f5;--dby-mist:#75818f;--dby-rule:rgba(35,44,55,.14);--dby-rule-dark:rgba(255,255,255,.17);--dby-display:'Sniglet', system-ui, sans-serif;--dby-text:'Readex Pro', system-ui, sans-serif}

* { box-sizing: border-box; margin: 0; }
html { scroll-behavior: smooth; }
body.pramwrap {
  font-family: var(--dby-text);
  color: var(--dby-night);
  background: var(--dby-milk);
  line-height: 1.55;
  font-size: 16px;
}
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; }
h1, h2, h3 { font-family: var(--dby-display); font-weight: 800; line-height: 1.15; }
table { border-collapse: collapse; width: 100%; }
button { font: inherit; cursor: pointer; }


.pramskip {
  position: absolute; left: -999px; top: 0; z-index: 20;
  background: var(--dby-night); color: var(--dby-milk); padding: .6rem 1rem; border-radius: 0 0 8px 0;
}
.pramskip:focus { left: 0; }
.pramtop { border-bottom: 1px solid var(--dby-rule); background: var(--dby-milk); }
.prambar {
  max-width: 1160px; margin: 0 auto; padding: .8rem 1.25rem .6rem;
  display: flex; flex-wrap: wrap; align-items: center; gap: .5rem 1.5rem;
}
.prambrand {
  display: inline-flex; align-items: center; gap: .55rem;
  font-family: var(--dby-display); font-weight: 800; font-size: 1.35rem;
  text-decoration: none; color: var(--dby-slate);
}
.pramcta {
  margin-left: auto; text-decoration: none;
  background: var(--dby-slate); color: var(--dby-milk);
  padding: .45rem 1.1rem; border-radius: 999px; font-size: .9rem;
}
.pramcta:hover { background: var(--dby-slate-lit); }
.prammenu {
  flex-basis: 100%; display: flex; flex-wrap: wrap; gap: .15rem 1.1rem;
  padding-top: .35rem; border-top: 1px solid var(--dby-rule);
  font-size: .84rem;
}
.prammenu a { text-decoration: none; color: var(--dby-mist); padding: .25rem 0; }
.prammenu a:hover, .prammenu a[aria-current] { color: var(--dby-night); }
.prammenu a[aria-current] { border-bottom: 2px solid var(--dby-slate); }
.prammain { min-height: 60vh; }


.hushbar { padding: 3.2rem 1.25rem; }
.hushbar > * { max-width: 1160px; margin-left: auto; margin-right: auto; }
.hushplain { background: var(--dby-milk); }
.hushtint { background: var(--dby-milk-dim); }
.hushdark { background: var(--dby-night); color: var(--dby-milk); }
.hushtitle { font-size: clamp(1.5rem, 3.2vw, 2.1rem); margin-bottom: .8rem; }
.hushsub { color: var(--dby-mist); max-width: 720px; margin-bottom: 1.2rem; }
.hushdark .hushsub { color: rgba(255,255,255,.72); }


.gripbtn, .gripghost, .gripbuy {
  display: inline-block; text-decoration: none; border-radius: 999px;
  padding: .55rem 1.3rem; font-size: .92rem; border: 1.5px solid transparent;
}
.gripbtn { background: var(--dby-slate); color: var(--dby-milk); }
.gripbtn:hover { background: var(--dby-slate-lit); }
.gripghost { border-color: var(--dby-rule); color: inherit; }
.gripghost:hover { border-color: var(--dby-slate); color: var(--dby-slate); }
.hushdark .gripbtn { background: var(--dby-milk); color: var(--dby-night); }
.hushdark .gripbtn:hover { background: var(--dby-milk-dim); }
.hushdark .gripghost { border-color: var(--dby-rule-dark); color: var(--dby-milk); }
.gripbuy { background: var(--dby-night); color: var(--dby-milk); border: 0; }
.gripbuy:hover { background: var(--dby-slate); }
.hushdark .gripbuy { background: var(--dby-milk); color: var(--dby-night); }


.totgrid {
  display: grid; grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
  gap: 1.25rem;
}
.totbox {
  position: relative; display: flex; flex-direction: column; min-height: 0;
  background: var(--dby-milk); border: 1px solid var(--dby-rule); border-radius: 14px;
  padding: 1rem; gap: .45rem;
}
.hushdark .totbox { background: var(--dby-night-soft); border-color: var(--dby-rule-dark); }
.totshot { display: block; border-radius: 10px; overflow: hidden; background: var(--dby-milk); }
.totshot img { aspect-ratio: 4 / 5; object-fit: contain; width: 100%; }
.totbadge {
  position: absolute; top: .8rem; left: .8rem;
  background: var(--dby-slate); color: var(--dby-milk);
  font-size: .72rem; padding: .2rem .65rem; border-radius: 999px;
}
.totname { font-size: .98rem; font-weight: 800; }
.totname a { text-decoration: none; }
.totname a:hover { color: var(--dby-slate); }
.totspec { font-size: .82rem; color: var(--dby-mist); }
.totprice { font-weight: 600; font-size: .95rem; }
.totact { margin-top: auto; padding-top: .4rem; }


.prammid .prambar { flex-direction: column; align-items: center; gap: .55rem; padding: 1.1rem 1.25rem .9rem; }
.prammid .prambrand { font-size: 1.7rem; }
.prammid .prambrand svg { width: 42px; height: 42px; }
.prammid .prammenu { flex-basis: auto; justify-content: center; border-top: 0; padding-top: 0; }
.prammid .pramcta { margin-left: 0; }
.wakeband { text-align: center; }
.wakemark {
  display: block; width: 100%; max-width: 1160px; height: auto; margin: 0 auto 2.2rem;
  border-radius: 18px; border: 1px solid var(--dby-rule-dark);
}
.wakelede { max-width: 760px; margin: 0 auto; }
.wakelede h1 { font-size: clamp(1.9rem, 4vw, 2.8rem); margin: .4rem 0 .9rem; }
.wakelede > p { margin-bottom: 1.1rem; }
.wakelede .hushsub { max-width: none; margin-bottom: .3rem; }
.wakelede .cradlestat { justify-content: center; }
.cradlestat { display: flex; flex-wrap: wrap; gap: 1.6rem; margin-top: 1.4rem; font-size: .85rem; color: rgba(255,255,255,.72); }
.cradlestat b { display: block; font-family: var(--dby-display); font-size: 1.3rem; color: var(--dby-milk); }
.toddleitem {
  display: flex; flex-direction: column; gap: .5rem; min-height: 0;
  text-decoration: none; font-size: .82rem;
}
.toddleitem img { border-radius: 10px; background: var(--dby-milk); aspect-ratio: 4 / 5; object-fit: contain; width: 100%; }
.toddleitem:hover span { color: var(--dby-slate); }
.hushdark .toddleitem span { color: rgba(255,255,255,.85); }
.hushdark .toddleitem:hover span { color: var(--dby-milk); }
.totgrid .toddleitem {
  border: 1px solid var(--dby-rule); border-radius: 14px; padding: 1rem;
  background: var(--dby-milk); font-size: .92rem;
}
.totgrid .toddleitem:hover { border-color: var(--dby-slate); }
.hushtint .totgrid .toddleitem, .hushtint .totbox { background: var(--dby-milk); }


.cooband { margin-top: .4rem; }
.coorow { display: flex; flex-wrap: wrap; gap: .6rem; }
.coopill {
  text-decoration: none; border: 1px solid var(--dby-rule);
  border-radius: 999px; padding: .45rem 1.05rem; font-size: .88rem; background: var(--dby-milk);
}
.coopill:hover { border-color: var(--dby-slate); color: var(--dby-slate); }
.hushdark .coopill { background: transparent; border-color: var(--dby-rule-dark); color: var(--dby-milk); }


.mileband {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 2rem; text-align: center;
}
.milenum { display: block; font-family: var(--dby-display); font-weight: 800; font-size: 2.1rem; }
.milelabel { display: block; font-size: .84rem; color: rgba(255,255,255,.7); margin-top: .3rem; }


.murmurrow { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.25rem; }
.murmurline {
  background: var(--dby-milk); border: 1px solid var(--dby-rule);
  border-radius: 14px; padding: 1.4rem;
}
.murmurquote { font-size: .95rem; }
.murmurquote::before { content: '\201C'; font-family: var(--dby-display); font-size: 1.6rem; color: var(--dby-slate); display: block; line-height: 1; }
.murmurname { margin-top: .9rem; font-size: .82rem; color: var(--dby-mist); }


.weanblock { display: grid; grid-template-columns: 1fr 1fr; gap: 3rem; align-items: start; }
.weantable { font-size: .9rem; margin: 1rem 0 1.4rem; }
.weantable caption { font-family: var(--dby-display); font-weight: 800; text-align: left; padding-bottom: .5rem; }
.weantable th, .weantable td { text-align: left; padding: .55rem .7rem .55rem 0; border-bottom: 1px solid var(--dby-rule); vertical-align: top; }
.weantable th { color: var(--dby-mist); font-weight: 600; font-size: .82rem; }
.weanlist { padding-left: 1.1rem; margin: .8rem 0; }
.weanlist li { margin: .4rem 0; }
.weanlist li::marker { color: var(--dby-slate); }


.stagelist { list-style: none; padding: 0; }
.stagelist li { display: flex; gap: .9rem; margin: 1rem 0; align-items: baseline; }
.stagenum {
  flex: none; width: 1.9rem; height: 1.9rem; border-radius: 50%;
  background: var(--dby-slate); color: var(--dby-milk);
  display: inline-flex; align-items: center; justify-content: center;
  font-family: var(--dby-display); font-weight: 800; font-size: .95rem;
}


.nesthead { max-width: 760px; text-align: center; }
.nesthead p { margin: .6rem 0 1.2rem; }
.hushdark .nesthead p { color: rgba(255,255,255,.78); }
.nestblock { max-width: 900px; }
.nestbody p { margin: .8rem 0; }
.nestbody h3 { margin-top: 1.4rem; margin-bottom: .5rem; }


.gleamwrap { display: grid; grid-template-columns: .8fr 1.2fr; gap: 2.5rem; align-items: center; }
.gleamframe { background: var(--dby-milk-dim); border-radius: 18px; padding: 1.5rem; }
.gleamframe img { aspect-ratio: 4 / 5; object-fit: contain; width: 100%; }
.gleambody > p { margin-bottom: .9rem; max-width: 560px; }


.napcare { display: grid; grid-template-columns: 1fr 1fr; gap: 1.25rem; }
.naplist { background: var(--dby-milk); border: 1px solid var(--dby-rule); border-radius: 14px; padding: 1.5rem; }
.naplist h3 { margin-bottom: .7rem; color: var(--dby-slate); }
.naplist ul { padding-left: 1.1rem; }
.naplist li { margin: .45rem 0; font-size: .93rem; }
.naplist li::marker { color: var(--dby-slate); }


.vowrow { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 1.5rem; }
.vowitem { padding: 1.2rem 1.2rem 1.2rem 0; }
.vowitem svg { color: var(--dby-slate); margin-bottom: .6rem; }
.vowitem h3 { font-size: 1.05rem; margin-bottom: .4rem; }
.vowitem p { font-size: .9rem; color: var(--dby-mist); }


.cotpath { font-size: .8rem; color: var(--dby-mist); margin-bottom: 1rem; max-width: 1160px; }
.cotpath a { text-decoration: none; }
.cotpath a:hover { color: var(--dby-slate); text-decoration: underline; }
.hushdark .cotpath { color: rgba(255,255,255,.65); }
.cotmain { display: grid; grid-template-columns: 1fr 1.1fr; gap: 2.5rem; align-items: start; }
.cotshot { background: var(--dby-milk); border: 1px solid var(--dby-rule); border-radius: 18px; padding: 1.5rem; }
.cotshot img { aspect-ratio: 4 / 5; object-fit: contain; width: 100%; }
.cotwing h1 { font-size: clamp(1.35rem, 2.6vw, 1.8rem); margin-bottom: .6rem; }
.cotwing .totprice { font-size: 1.15rem; margin-bottom: .9rem; }
.cotword { margin-bottom: 1rem; }
.cotwing .weanlist { margin-bottom: 1.2rem; }
.cotspec { font-size: .9rem; margin-top: 1.4rem; }
.cotspec th, .cotspec td { text-align: left; padding: .5rem .8rem .5rem 0; border-bottom: 1px solid var(--dby-rule); }
.cotspec th { color: var(--dby-mist); font-weight: 600; width: 34%; }


.talehead { max-width: 760px; }
.talehead h1 { font-size: clamp(1.6rem, 3.4vw, 2.3rem); margin-bottom: .7rem; }
.talehead p { color: rgba(255,255,255,.78); }
.taleroll { max-width: 760px; }
.taleroll > p { margin: .8rem 0; }
.talesec { margin: 1.6rem 0; }
.talesec h2 { font-size: 1.25rem; margin-bottom: .6rem; }
.talesec p { margin: .6rem 0; }
.talesec summary { font-family: var(--dby-display); font-weight: 800; cursor: pointer; padding: .5rem 0; }
details.talesec { border-bottom: 1px solid var(--dby-rule); margin: 0; padding: .3rem 0; }
.talefacts { background: var(--dby-milk-dim); border-radius: 14px; padding: 1.4rem 1.6rem; margin: 1.6rem 0; }
.talefacts h2 { font-size: 1.1rem; margin-bottom: .5rem; }
.talefacts ul { padding-left: 1.1rem; }
.talefacts li { margin: .4rem 0; }
.taleclose { color: var(--dby-mist); border-left: 3px solid var(--dby-slate); padding-left: 1rem; margin-top: 1.6rem; }


.gaugelab { max-width: 1160px; }
.gaugestep { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: .8rem; }
.gaugechoice {
  text-align: left; background: var(--dby-milk); border: 1.5px solid var(--dby-rule);
  border-radius: 14px; padding: 1rem 1.1rem;
}
.gaugechoice b { display: block; font-family: var(--dby-display); margin-bottom: .25rem; }
.gaugechoice span { font-size: .8rem; color: var(--dby-mist); }
.gaugechoice:hover { border-color: var(--dby-slate); }
.gaugechoice[aria-pressed='true'] { background: var(--dby-slate); border-color: var(--dby-slate); color: var(--dby-milk); }
.gaugechoice[aria-pressed='true'] span { color: rgba(255,255,255,.75); }
.gaugeyield {
  display: grid; grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
  gap: 1.25rem; margin-top: 2rem;
}
.gaugeyield > div { display: flex; min-height: 0; }
.gaugeyield > div > .totbox { flex: 1; }
.gaugeyield > div[hidden] { display: none; }


.twinkle { display: inline-block; line-height: 1; font-size: .95em; }
.twinkle > span { position: relative; display: inline-block; color: var(--dby-rule); }
.twinkle > span::before {
  content: '\2605\2605\2605\2605\2605';
  position: absolute; left: 0; top: 0; width: var(--fill, 0%);
  overflow: hidden; white-space: nowrap; color: var(--dby-slate);
}
.hushdark .twinkle > span { color: rgba(255,255,255,.25); }
.hushdark .twinkle > span::before { color: var(--dby-milk); }


.dozypost {
  display: flex; flex-wrap: wrap; gap: .8rem 2.5rem; align-items: baseline;
  background: var(--dby-milk-dim); border-radius: 14px; padding: 1.3rem 1.5rem; margin: 1.4rem 0;
}
.dozypost address { font-style: normal; line-height: 1.65; font-weight: 600; }
.dozypost p { flex: 1 1 320px; font-size: .86rem; color: var(--dby-mist); margin: 0; }


.dozyfoot { background: var(--dby-night); color: rgba(255,255,255,.8); padding: 2.6rem 1.25rem 1.5rem; }
.dozyfoot > * { max-width: 1160px; margin-left: auto; margin-right: auto; }
.dozybrand {
  display: flex; flex-wrap: wrap; align-items: center; gap: 1rem 2.5rem;
  padding-bottom: 1.5rem; border-bottom: 1px solid var(--dby-rule-dark);
}
.dozybrand .prambrand { color: var(--dby-milk); }
.dozybrand p { font-size: .88rem; color: rgba(255,255,255,.65); max-width: 640px; flex: 1 1 320px; }
.dozyrows { padding: 1.1rem 0; border-bottom: 1px solid var(--dby-rule-dark); }
.dozylane { display: flex; flex-wrap: wrap; align-items: baseline; gap: .3rem 1.4rem; padding: .45rem 0; }
.dozylane > span { font-family: var(--dby-display); font-weight: 800; font-size: .84rem; color: var(--dby-milk); flex: 0 0 150px; }
.dozylane nav { display: flex; flex-wrap: wrap; gap: .2rem 1.1rem; flex: 1; }
.dozylane a { text-decoration: none; font-size: .84rem; color: rgba(255,255,255,.72); }
.dozylane a:hover { color: var(--dby-milk); }

.dozyfoot .dozypost { background: transparent; border-radius: 0; padding: 1.2rem 0; margin: 0 auto; }
.dozyfoot .dozypost address { color: var(--dby-milk); font-weight: 400; font-size: .86rem; }
.dozyfoot .dozypost p { color: rgba(255,255,255,.55); }
.dozynote { border-top: 1px solid var(--dby-rule-dark); padding-top: 1.1rem; font-size: .78rem; color: rgba(255,255,255,.55); }
.dozynote p { margin: .35rem 0; }
.dozynote a { color: inherit; }


.crawlline { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.5rem; }
.crawlstep { position: relative; border-top: 3px solid var(--dby-rule); padding-top: 1rem; }
.crawlstep::before {
  content: ''; position: absolute; top: -7px; left: 0;
  width: 12px; height: 12px; border-radius: 50%; background: var(--dby-slate);
}
.crawlage {
  display: inline-block; font-size: .74rem; font-weight: 600; letter-spacing: .06em;
  text-transform: uppercase; color: var(--dby-slate); margin-bottom: .35rem;
}
.crawlstep h3 { font-size: 1.02rem; margin-bottom: .35rem; }
.crawlstep p { font-size: .88rem; color: var(--dby-mist); margin-bottom: .6rem; }
.crawlstep a { font-size: .85rem; font-weight: 600; color: var(--dby-slate); text-decoration: none; }
.crawlstep a:hover { text-decoration: underline; }


.roomtour { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.25rem; }
.roomstop {
  position: relative; display: block; text-decoration: none;
  background: var(--dby-milk-dim); border: 1px solid var(--dby-rule);
  border-radius: 14px; padding: 1.3rem 1.4rem;
}
.roomstop:hover { border-color: var(--dby-slate); }
.roomtally {
  position: absolute; top: 1rem; right: 1.2rem;
  font-family: var(--dby-display); font-weight: 800; font-size: 1.5rem; color: var(--dby-slate);
}
.roomstop b { display: block; font-family: var(--dby-display); font-size: 1.05rem; margin-bottom: .3rem; padding-right: 3rem; }
.roomstop > span:not(.roomtally) { font-size: .85rem; color: var(--dby-mist); }


.babbleblock { columns: 2; column-gap: 1.25rem; }
.babbleitem {
  break-inside: avoid; background: var(--dby-milk); border: 1px solid var(--dby-rule);
  border-radius: 14px; padding: 1.3rem 1.4rem; margin: 0 0 1.25rem;
}
.babbleitem blockquote { font-size: .92rem; }
.babbleitem blockquote::before { content: '\201C'; font-family: var(--dby-display); font-size: 1.6rem; color: var(--dby-slate); display: block; line-height: 1; }
.babblewho { margin-top: .8rem; font-size: .8rem; color: var(--dby-mist); }
.murmurname a:hover { color: var(--dby-slate); }


.reelband { text-align: center; }
.reelclip { display: block; width: 100%; max-width: 860px; height: auto; margin: 0 auto; border-radius: 18px; background: #000; }
.reelnote { max-width: 640px; margin: 1rem auto 0; font-size: .88rem; color: rgba(255,255,255,.72); }


.rungrow { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.25rem; }
.rungstep {
  display: flex; flex-direction: column; gap: .45rem;
  background: var(--dby-milk); border: 1px solid var(--dby-rule); border-radius: 14px; padding: 1.1rem 1.2rem;
}
.rungtag {
  align-self: flex-start; background: var(--dby-milk-dim); color: var(--dby-slate);
  font-size: .78rem; font-weight: 600; padding: .2rem .7rem; border-radius: 999px;
}
.rungstep b { font-family: var(--dby-display); font-size: 1.35rem; }
.rungstep p { font-size: .86rem; color: var(--dby-mist); }
.rungstep a { margin-top: auto; padding-top: .3rem; font-size: .84rem; text-decoration: none; color: var(--dby-slate); }
.rungstep a:hover { text-decoration: underline; }


.peelband { display: grid; grid-template-columns: repeat(auto-fill, minmax(170px, 1fr)); gap: 1.1rem; }
.peelitem {
  display: flex; flex-direction: column; gap: .45rem; min-height: 0; text-decoration: none;
  background: var(--dby-milk); border: 1px solid var(--dby-rule); border-radius: 14px;
  padding: .9rem; font-size: .84rem;
}
.peelitem:hover { border-color: var(--dby-slate); }
.peelitem img { aspect-ratio: 4 / 5; object-fit: contain; width: 100%; border-radius: 10px; background: var(--dby-milk); }
.peelitem span { color: var(--dby-mist); }


.hushtint .roomstop { background: var(--dby-milk); }
.hushtint .gleamframe { background: var(--dby-milk); }


@media (max-width: 900px) {
  .weanblock, .cotmain, .gleamwrap, .napcare { grid-template-columns: 1fr; }
  .mileband, .crawlline, .rungrow { grid-template-columns: 1fr 1fr; gap: 1.5rem; }
  .murmurrow { grid-template-columns: 1fr; }
  .roomtour { grid-template-columns: 1fr 1fr; }
  .babbleblock { columns: 1; }
  .hushbar { padding: 2.2rem 1rem; }
  .prammenu { gap: .1rem .8rem; font-size: .8rem; }
}
@media (max-width: 560px) {
  .totgrid, .gaugeyield { grid-template-columns: repeat(auto-fill, minmax(150px, 1fr)); gap: .8rem; }
  .totbox { padding: .7rem; }
  .crawlline, .roomtour, .rungrow { grid-template-columns: 1fr; }
  .peelband { grid-template-columns: repeat(auto-fill, minmax(140px, 1fr)); gap: .8rem; }
  .dozylane > span { flex-basis: 100%; }
}
