/* site.css — Golden Crumb Bakery (2026 redesign). Tokens live in tokens.css; base.css is shared.
   The brief: warm, like walking in on a Saturday morning, flour in the air, sun through the front
   window. Not fancy, not all-white minimal, not a chain. Photos do the talking. Butter yellow is
   the one accent — panels, the hours strip, small stickers — and dark brown carries the bands. */

/* ---------- type ---------- */
h1, h2, h3 { font-weight: 700; letter-spacing: -0.015em; }
h1 { font-weight: 800; }
h2 { max-width: 20ch; }
.lead { line-height: 1.55; }
.eyebrow { color: var(--ink-muted); display: inline-flex; align-items: center; gap: 0.55rem; }
.eyebrow::before { content: ""; width: 9px; height: 9px; border-radius: 50%; background: var(--butter-deep); flex: none; }
.section-head { max-width: 46rem; margin-bottom: var(--space-4); }
.section-head p { color: var(--ink-muted); font-size: var(--fs-1); }
.section-head p:last-child { margin-bottom: 0; }
.measure p { max-width: 56ch; }
.sticker { display: inline-block; background: var(--butter); color: var(--ink); font-family: var(--font-display); font-weight: 700; font-size: 0.95rem; padding: 0.45rem 0.9rem; border-radius: 999px; box-shadow: var(--shadow-sm); transform: rotate(-2deg); }

/* ---------- header ---------- */
.site-header { background: rgba(255, 253, 249, 0.92); }
.brand { font-weight: 800; font-size: 1.25rem; min-height: 44px; }
.brand__name { display: flex; flex-direction: column; line-height: 1.05; }
.brand__name small { font-family: var(--font-body); font-size: 0.66rem; font-weight: 600; letter-spacing: var(--track-label); text-transform: uppercase; color: var(--ink-muted); }
.nav a:not(.btn) { color: var(--ink); font-weight: 600; font-size: 0.98rem; }
.nav a[aria-current="page"] { color: var(--ink); text-decoration: underline; text-decoration-color: var(--butter-deep); text-decoration-thickness: 3px; text-underline-offset: 6px; }
.nav .btn--primary { min-height: 44px; padding: 0.55rem 1.05rem; font-size: 0.95rem; }
.nav-toggle { min-width: 44px; min-height: 44px; align-items: center; justify-content: center; }
@media (max-width: 720px) { .nav a:not(.btn) { display: flex; align-items: center; min-height: 46px; padding: 0.5rem 0; } }
.skip-link { position: absolute; left: -9999px; top: 0; background: var(--brand); color: var(--on-brand); padding: 0.75rem 1rem; z-index: 100; }
.skip-link:focus { left: 0; }
.btn--butter { background: var(--butter); color: var(--ink); border: 1px solid var(--butter-deep); box-shadow: var(--shadow-sm); }
.btn--butter:hover, .btn--butter:focus-visible { background: var(--butter-deep); transform: translateY(-1px); }
.btn--ghost { border-color: var(--ink); color: var(--ink); }
.btn--ghost:hover, .btn--ghost:focus-visible { background: var(--bg-alt); }

/* ---------- hero: words left, a pair of photographs right (loaf large, cake tucked over it) ---------- */
.hero { padding-block: clamp(2.25rem, 5vw, 4.5rem) clamp(2.5rem, 6vw, 5rem); overflow: hidden; }
.hero__grid { display: grid; gap: clamp(2rem, 5vw, 4rem); align-items: center; grid-template-columns: 1fr; }
@media (min-width: 900px) { .hero__grid { grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr); } }
.hero h1 { margin-bottom: var(--space-3); max-width: 13ch; }
.hero .lead { max-width: 36rem; color: var(--ink); margin-bottom: var(--space-3); }
.hero__actions, .actions { display: flex; flex-wrap: wrap; gap: var(--space-2); }
.hours-line { display: flex; flex-wrap: wrap; align-items: center; gap: 0.4rem 0.8rem; margin: var(--space-3) 0 0; padding-top: var(--space-3); border-top: 1px dashed var(--line); font-size: 0.98rem; color: var(--ink-muted); max-width: 36rem; }
.hours-line b { color: var(--ink); }
.hours-line .dot { width: 5px; height: 5px; border-radius: 50%; background: var(--butter-deep); }
@media (max-width: 640px) { .hours-line .dot { display: none; } .hours-line span { display: block; width: 100%; } }
/* One photograph: the client's most-ordered cake, tall, on a tilted butter panel. */
.hero__pair { position: relative; width: min(100%, 460px); justify-self: center; }
@media (min-width: 900px) { .hero__pair { justify-self: end; } }
.hero__panel { position: absolute; inset: 10% -8% -6% 12%; background: #FBF1CF; border-radius: 24px; transform: rotate(-2deg); }
.hero__main { position: relative; margin: 0; border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow); aspect-ratio: 4 / 5; }
.hero__main img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 42%; }
.hero__tag { position: absolute; left: clamp(-0.5rem, -1vw, 0rem); bottom: clamp(1rem, 3vw, 1.75rem); }

/* ---------- hours strip — the must-have, in butter ---------- */
.hours { background: var(--butter); color: var(--ink); border-block: 1px solid var(--butter-deep); }
.hours__grid { display: grid; gap: var(--space-2) var(--space-4); grid-template-columns: 1fr; padding-block: clamp(1.25rem, 2.5vw, 1.75rem); align-items: center; }
@media (min-width: 860px) { .hours__grid { grid-template-columns: auto 1fr auto; } }
.hours__label { font-family: var(--font-display); font-weight: 800; font-size: var(--fs-2); letter-spacing: -0.015em; }
.hours__times { display: flex; flex-wrap: wrap; gap: 0.35rem 1.25rem; font-weight: 600; margin: 0; }
.hours__times b { font-weight: 800; }
.hours__where { font-weight: 600; color: rgba(34, 27, 22, 0.78); }

/* ---------- menu glance: list beside a photograph ---------- */
.menu__grid { display: grid; gap: var(--space-4); grid-template-columns: 1fr; align-items: center; }
@media (min-width: 900px) { .menu__grid { grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.85fr); gap: clamp(2.5rem, 5vw, 4rem); } }
.pricelist { margin: 0; border-top: 2px solid var(--ink); }
.pricelist__row { display: grid; grid-template-columns: 1fr auto; align-items: baseline; column-gap: var(--space-3); padding-block: clamp(0.9rem, 1.8vw, 1.25rem); border-bottom: 1px dashed var(--line); }
.pricelist__name { display: block; font-family: var(--font-display); font-size: var(--fs-1); font-weight: 700; letter-spacing: -0.01em; }
.pricelist__note { display: block; margin-top: 0.3rem; max-width: 52ch; color: var(--ink-muted); font-size: var(--fs-0); }
.pricelist__row dd { margin: 0; font-family: var(--font-display); font-size: var(--fs-2); font-weight: 700; font-variant-numeric: tabular-nums; white-space: nowrap; }
.pricelist__row dd.is-tag { font-family: var(--font-body); font-size: 0.78rem; font-weight: 700; letter-spacing: var(--track-label); text-transform: uppercase; background: var(--butter); padding: 0.4rem 0.7rem; border-radius: 999px; align-self: center; }
.pricelist--full .pricelist__name { font-size: var(--fs-2); }
.pricelist--full .pricelist__row { padding-block: clamp(1.25rem, 2.4vw, 1.75rem); }
.pricelist--full .pricelist__note { max-width: 60ch; }
.menu__foot { display: flex; flex-wrap: wrap; align-items: center; gap: var(--space-2) var(--space-3); margin-top: var(--space-3); color: var(--ink-muted); }
.menu__foot p { margin: 0; }
.media { border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow); }
.media img { width: 100%; height: 100%; object-fit: cover; }
.media--tilt { transform: rotate(1.5deg); }

/* ---------- cakes feature: steps + quote beside a photograph ---------- */
.cakes__grid { display: grid; gap: var(--space-4); grid-template-columns: 1fr; align-items: center; }
@media (min-width: 900px) { .cakes__grid { grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr); gap: clamp(2.5rem, 5vw, 4rem); } .cakes__grid > .media { order: -1; } }
.steps { list-style: none; margin: 0 0 var(--space-3); padding: 0; display: grid; gap: var(--space-2); counter-reset: step; }
.steps li { display: grid; grid-template-columns: 2.6rem 1fr; gap: var(--space-2); align-items: start; }
.steps li::before { counter-increment: step; content: counter(step); display: grid; place-items: center; width: 2.6rem; height: 2.6rem; border-radius: 50%; background: var(--butter); color: var(--ink); font-family: var(--font-display); font-weight: 800; }
.steps h3 { font-size: var(--fs-1); margin: 0.3rem 0 0.25rem; }
.steps p { margin: 0; color: var(--ink-muted); max-width: 48ch; }
.quote { margin: 0; padding: var(--space-3); background: var(--surface); border-radius: var(--radius); border: 1px solid var(--line); box-shadow: 6px 6px 0 var(--butter); }
.quote p { font-family: var(--font-display); font-size: var(--fs-1); line-height: 1.35; margin: 0 0 0.5rem; max-width: none; }
.quote footer { color: var(--ink-muted); font-weight: 600; }

/* ---------- story teaser ---------- */
.story__grid { display: grid; gap: var(--space-4); grid-template-columns: 1fr; align-items: center; }
@media (min-width: 900px) { .story__grid { grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: clamp(2.5rem, 5vw, 4rem); } }
.story__grid .media { aspect-ratio: 4 / 3; }
.story__grid .quote { margin-top: var(--space-3); }
.textlink { font-weight: 700; color: var(--ink); text-decoration: underline; text-decoration-color: var(--butter-deep); text-decoration-thickness: 3px; text-underline-offset: 5px; }

/* ---------- photo band with a contained card (photo stays bright) ---------- */
.photostage { position: relative; display: grid; align-items: center; overflow: hidden; min-height: clamp(380px, 48vw, 560px); }
.photostage__img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center 55%; z-index: 0; }
.photostage::after { content: ""; position: absolute; inset: 0; background: linear-gradient(270deg, rgba(34,27,22,0.22), rgba(34,27,22,0) 58%); z-index: 1; pointer-events: none; }
.photostage__inner { position: relative; z-index: 2; display: flex; justify-content: flex-end; padding-block: clamp(2rem, 5vw, 3.5rem); }
.pcard { max-width: 30rem; padding: clamp(1.3rem, 3vw, 2rem) clamp(1.35rem, 3vw, 2.1rem); border-radius: var(--radius); background: var(--brand-deep); color: var(--on-brand); border: 1px solid rgba(245, 217, 122, 0.28); box-shadow: 8px 8px 0 var(--butter), 0 24px 52px rgba(20, 16, 13, 0.34); }
.pcard p { font-family: var(--font-display); font-size: var(--fs-2); font-weight: 700; line-height: 1.15; margin: 0; max-width: 22ch; }
.pcard small { display: block; font-weight: 600; font-size: 0.95rem; margin-top: 0.6rem; color: rgba(255, 253, 249, 0.8); }
@media (max-width: 700px) { .pcard { max-width: none; } .photostage__inner { justify-content: flex-start; } .photostage::after { background: linear-gradient(180deg, rgba(34,27,22,0) 45%, rgba(34,27,22,0.22) 100%); } }

/* ---------- gallery mosaic (page + home preview) ---------- */
.mosaic { display: grid; gap: var(--space-2); grid-template-columns: repeat(2, 1fr); grid-auto-rows: 170px; grid-auto-flow: dense; }
@media (min-width: 720px) { .mosaic { grid-template-columns: repeat(4, 1fr); grid-auto-rows: 220px; gap: var(--space-3); } }
.mosaic figure { margin: 0; position: relative; border-radius: var(--radius); overflow: hidden; background: var(--bg-alt); }
.mosaic img { width: 100%; height: 100%; object-fit: cover; }
.mosaic .wide { grid-column: span 2; } .mosaic .tall { grid-row: span 2; }
.mosaic figcaption { position: absolute; left: 0; right: 0; bottom: 0; padding: 0.6rem 0.8rem; font-size: 0.85rem; font-weight: 600; color: #fff; background: linear-gradient(transparent, rgba(20,16,13,0.72)); }
.mosaic--preview { grid-auto-rows: 200px; }
@media (min-width: 720px) { .mosaic--preview { grid-auto-rows: 260px; } }
.gallery__foot { display: flex; flex-wrap: wrap; gap: var(--space-2) var(--space-3); align-items: center; margin-top: var(--space-4); }

/* ---------- interior pages ---------- */
.pagehead { background: var(--bg-alt); border-bottom: 1px solid var(--line); padding-block: clamp(2.5rem, 5vw, 4.25rem); }
.pagehead h1 { max-width: 18ch; margin-bottom: var(--space-2); }
.pagehead .lead { max-width: 56ch; margin-bottom: 0; }
.pagehead__actions { display: flex; flex-wrap: wrap; gap: var(--space-2); margin-top: var(--space-3); }
.split-2 { display: grid; gap: clamp(1.75rem, 4vw, 3rem); align-items: center; grid-template-columns: 1fr; }
@media (min-width: 900px) { .split-2 { grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); } .split-2--flip > :first-child { order: 2; } }
.split-2 .media { aspect-ratio: 4 / 3; }
.split-2 .media--tall { aspect-ratio: 4 / 5; }
.split-2--top { align-items: start; }
@media (min-width: 900px) { .split-2--top .media { position: sticky; top: 88px; } }
.facts { display: grid; gap: var(--space-2); grid-template-columns: 1fr 1fr; }
@media (min-width: 860px) { .facts { grid-template-columns: repeat(4, 1fr); gap: var(--space-3); } }
.fact { background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius); padding: var(--space-3); }
.fact b { display: block; font-family: var(--font-display); font-size: var(--fs-2); }
.fact span { color: var(--ink-muted); }
.band-figure { margin: 0; }
.band { position: relative; height: clamp(240px, 36vw, 460px); overflow: hidden; background: var(--bg-alt); min-height: 0; }
.band img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 50% 50%; }
.band__caption { padding: 0.85rem 0 0; font-size: 0.92rem; color: var(--ink-muted); display: flex; gap: 0.55rem; align-items: center; }
.band__caption::before { content: ""; width: 9px; height: 9px; border-radius: 50%; background: var(--butter-deep); flex: none; }
.faq { border-top: 2px solid var(--ink); max-width: 54rem; }
.faq details { border-bottom: 1px dashed var(--line); }
.faq summary { list-style: none; cursor: pointer; display: grid; grid-template-columns: 1fr auto; gap: var(--space-2); align-items: center; padding: clamp(1rem, 2vw, 1.3rem) 0; font-family: var(--font-display); font-weight: 700; font-size: var(--fs-1); }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; width: 32px; height: 32px; display: grid; place-items: center; border-radius: 50%; background: var(--butter); color: var(--ink); font-family: var(--font-body); font-weight: 700; flex: none; }
.faq details[open] summary::after { content: "\2013"; background: var(--ink); color: var(--on-brand); }
.faq .answer { padding: 0 0 clamp(1.1rem, 2vw, 1.5rem); max-width: 60ch; color: var(--ink-muted); }
.faq .answer p { margin-bottom: var(--space-2); }
.faq .answer p:last-child { margin-bottom: 0; }
.faq .answer a { color: var(--ink); font-weight: 700; }

/* ---------- closing band ---------- */
.close { background: var(--brand); color: var(--on-brand); }
.close__grid { display: grid; gap: var(--space-4); grid-template-columns: 1fr; align-items: end; }
@media (min-width: 860px) { .close__grid { grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.85fr); } }
.close .eyebrow { color: rgba(255,253,249,0.78); }
.close h2 { color: var(--on-brand); max-width: 16ch; }
.close .lead { color: rgba(255,253,249,0.8); max-width: 34rem; }
.close__actions { display: flex; flex-wrap: wrap; gap: var(--space-2); }
.close .btn--ghost { color: var(--on-brand); border: 1px solid rgba(255,253,249,0.6); background: transparent; }
.close .btn--ghost:hover { background: rgba(255,255,255,0.1); color: var(--on-brand); }
.contact-list { font-style: normal; display: grid; gap: 0.7rem; margin: 0; }
.contact-list div { display: grid; grid-template-columns: 6.5rem 1fr; gap: 0.75rem; align-items: baseline; padding-bottom: 0.7rem; border-bottom: 1px dashed rgba(255,253,249,0.25); }
.contact-list .label { font-size: 0.76rem; letter-spacing: var(--track-label); text-transform: uppercase; color: var(--butter); font-weight: 700; }
.contact-list a, .contact-list span:not(.label) { color: var(--on-brand); font-weight: 600; text-decoration: none; overflow-wrap: anywhere; }
.contact-list a { border-bottom: 1px solid rgba(255,253,249,0.35); }
.contact-list a:hover { border-bottom-color: var(--butter); }
.contact-list strong { color: var(--butter); }
@media (max-width: 520px) { .contact-list div { grid-template-columns: 1fr; gap: 0.15rem; } }

/* ---------- footer ---------- */
.site-footer { background: var(--bg-alt); border-top: 1px solid var(--line); padding-block: var(--space-4) var(--space-3); }
.site-footer h2 { font-size: 0.8rem; letter-spacing: var(--track-label); text-transform: uppercase; margin-bottom: 0.6rem; font-family: var(--font-body); color: var(--ink); }
.site-footer p { margin-bottom: 0.35rem; max-width: 34ch; }
.site-footer a { text-decoration: none; border-bottom: 1px solid var(--line); }
.site-footer a:hover { border-bottom-color: var(--butter-deep); }
.site-footer__legal { grid-column: 1 / -1; border-top: 1px dashed var(--line); padding-top: var(--space-2); font-size: 0.85rem; display: flex; flex-wrap: wrap; gap: 0.35rem 1rem; }
.site-footer__legal p { max-width: none; margin: 0; }

/* ---------- sticky mobile CTA ---------- */
.cta-bar { background: var(--surface); }
.cta-bar__inner { display: flex; align-items: center; gap: var(--space-2); }
.cta-bar__inner .btn { flex: 1; background: var(--butter); color: var(--ink); border: 1px solid var(--butter-deep); }
.cta-bar__hours { font-size: 0.78rem; color: var(--ink-muted); line-height: 1.2; max-width: 8.5rem; }

/* ---------- Duna Marketing sample-site bar ---------- */
:root { --duna-h: 54px; }
.duna-bar {
  position: fixed; left: 0; right: 0; bottom: 0; z-index: 70;
  box-sizing: border-box; min-height: var(--duna-h);
  display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 0.75rem;
  padding: 0.55rem 1rem calc(0.55rem + env(safe-area-inset-bottom));
  background: rgba(25, 28, 35, 0.72);
  -webkit-backdrop-filter: blur(10px); backdrop-filter: blur(10px);
  color: #FFFFFF; text-decoration: none;
  border-top: 1px solid rgba(255, 255, 255, 0.7);
  font-family: var(--font-body); font-size: 0.92rem; line-height: 1.3; text-align: center;
  cursor: pointer; transition: background 0.15s ease;
}
/* No colour here: `.duna-bar a` (0,1,1) would outrank .duna-bar__btn--text (0,1,0) and paint
   the text button white on white. The button classes own their colours. */
.duna-bar a { text-decoration: none; }
.duna-bar__copy { justify-self: start; font-size: 0.76rem; letter-spacing: 0.01em; color: rgba(255, 255, 255, 0.85); white-space: nowrap; }
.duna-bar__note { grid-column: 3; justify-self: end; font-size: 0.76rem; letter-spacing: 0.01em; color: rgba(255, 255, 255, 0.85); white-space: nowrap; }
/* Two buttons now, side by side and optically centred in the middle column. */
.duna-bar__actions { grid-column: 2; justify-self: center; display: inline-flex; align-items: center; gap: 0.5rem; }
.duna-bar__btn { display: inline-block; background: rgba(0, 0, 0, 0.45); color: #FFFFFF; border: 1.5px solid #FFFFFF; border-radius: 4px; padding: 0.45rem 1.1rem; font-weight: 700; font-size: 0.9rem; white-space: nowrap; transition: background 0.15s ease, color 0.15s ease; }
.duna-bar__btn:hover, .duna-bar__btn:focus-visible { background: #FFFFFF; color: #14171E; }
/* "Text me" is the offer on this bar, so it leads: white fill and dark label, the reverse of the
   home button, and it inverts on hover the same way. */
.duna-bar__btn--text { margin-left: 0.6rem; background: #C8102E; color: #FFFFFF; border-color: #C8102E;
  border-radius: 10px; box-shadow: 0 4px 14px rgba(200, 16, 46, 0.32);
  display: inline-flex; align-items: center; gap: 0.45rem; }
.duna-bar__btn--text svg { width: 15px; height: 15px; flex: none; }
.duna-bar__btn--call { margin-left: 0.6rem; background: #003087; color: #FFFFFF; border-color: #003087;
  border-radius: 10px; box-shadow: 0 4px 14px rgba(0, 48, 135, 0.34);
  display: inline-flex; align-items: center; gap: 0.45rem; }
.duna-bar__btn--call:hover, .duna-bar__btn--call:focus-visible { background: #001D52; border-color: #001D52;
  color: #FFFFFF; box-shadow: 0 6px 18px rgba(0, 48, 135, 0.44); }
.duna-bar__btn--call svg { width: 15px; height: 15px; flex: none; }
.duna-bar__btn--text:hover, .duna-bar__btn--text:focus-visible { background: #A50D25; border-color: #A50D25;
  color: #FFFFFF; box-shadow: 0 6px 18px rgba(200, 16, 46, 0.42); }
@media (max-width: 720px) {
  /* Phones (all ad traffic): two full-width, full-label text and call buttons on one row.
     --duna-h tracks the taller bar so pages keep clearing it. */
  :root { --duna-h: 66px; }
  .duna-bar__copy, .duna-bar__note, .duna-bar .long { display: none; }
  .duna-bar { grid-template-columns: 1fr; gap: 0; padding: 0.4rem 0.6rem calc(0.5rem + env(safe-area-inset-bottom)); }
  .duna-bar__actions { grid-column: 1 / -1; justify-self: stretch; display: grid; grid-template-columns: 1fr 1fr; gap: 0.4rem 0.5rem; }
  .duna-bar__btn { grid-column: 1 / -1; justify-self: center; background: none; border: 0; padding: 0.1rem 0 0.15rem;
    font-size: 0.74rem; font-weight: 600; text-decoration: underline; text-underline-offset: 3px; opacity: 0.9; }
  .duna-bar__btn--text, .duna-bar__btn--call { grid-column: auto; justify-self: stretch; justify-content: center; text-align: center;
    margin-left: 0; min-height: 46px; padding: 0.4rem 0.45rem; font-size: 0.82rem; font-weight: 700; line-height: 1.15;
    white-space: normal; text-decoration: none; opacity: 1; border-radius: 10px; }
  .duna-bar__btn--text { background: #C8102E; border: 1.5px solid #C8102E; }
  .duna-bar__btn--call { background: #003087; border: 1.5px solid #003087; }
  .duna-bar__btn--text .long, .duna-bar__btn--call .long { display: inline; }
  .duna-bar__btn--text svg, .duna-bar__btn--call svg { width: 16px; height: 16px; }
}
body { padding-bottom: calc(var(--duna-h) + env(safe-area-inset-bottom)); }
@media (max-width: 720px) {
  .cta-bar { bottom: calc(var(--duna-h) + env(safe-area-inset-bottom)); }
  body.has-cta-bar { padding-bottom: calc(84px + var(--duna-h)); }
}

/* Uniform legal block shared by every Duna sample site. */
.site-footer .duna-legal { grid-column: 1 / -1; margin-top: 0.25rem; padding-top: 1.25rem; border-top: 1px solid var(--line, rgba(127, 127, 127, 0.35)); font-size: 0.85rem; line-height: 1.55; }
.site-footer .duna-legal p { margin: 0 0 0.3rem; max-width: none; }
.site-footer .duna-legal p:last-child { margin-bottom: 0; }
