/* ==========================================================================
   Hondentrimsalon Natasja - stylesheet
   Palet en typografie zijn afgeleid van de salon zelf: warm wit en zand als
   basis, diepgroen voor rust en vertrouwen, amber als enige felle kleur zodat
   elke actieknop meteen opvalt. Het signatuurelement is de "vachtstreep": een
   zachte, geborstelde golflijn die secties scheidt.
   ========================================================================== */

:root {
  /* Kleur */
  --sand:        #F7F2E9;
  --sand-deep:   #EDE4D4;
  --paper:       #FFFFFF;
  --ink:         #24221D;
  --ink-soft:    #5F584C;
  --line:        #E0D6C4;

  --green-900:   #1F3B2C;
  --green-700:   #2F5A43;
  --green-500:   #4C8163;
  --green-100:   #E2EBE4;

  --amber:       #B4611A;
  --amber-dark:  #8E4B12;
  --amber-100:   #FBEEDF;

  /* Typografie */
  --font-display: "Fraunces", Georgia, "Times New Roman", serif;
  --font-body: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    "Helvetica Neue", Arial, sans-serif;

  /* Ritme */
  --wrap: 1140px;
  --wrap-narrow: 760px;
  --r-sm: 10px;
  --r-md: 18px;
  --r-lg: 28px;
  --shadow-sm: 0 1px 2px rgba(36, 34, 29, .06), 0 4px 12px rgba(36, 34, 29, .05);
  --shadow-md: 0 2px 4px rgba(36, 34, 29, .06), 0 14px 34px rgba(36, 34, 29, .09);
}

/* --- Basis ---------------------------------------------------------------- */

*, *::before, *::after { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  background: var(--sand);
  color: var(--ink);
  font-family: var(--font-body);
  font-size: 1.0625rem;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

img { max-width: 100%; height: auto; display: block; }

h1, h2, h3, h4 {
  font-family: var(--font-display);
  font-weight: 600;
  line-height: 1.15;
  color: var(--green-900);
  margin: 0 0 .6em;
  font-variation-settings: "SOFT" 40, "WONK" 1;
  letter-spacing: -.01em;
}

h1 { font-size: clamp(2.1rem, 1.35rem + 3.2vw, 3.5rem); }
h2 { font-size: clamp(1.6rem, 1.2rem + 1.7vw, 2.35rem); }
h3 { font-size: clamp(1.2rem, 1.06rem + .6vw, 1.45rem); }
h4 { font-size: 1.05rem; font-family: var(--font-body); font-weight: 700; }

p { margin: 0 0 1.1em; }
p:last-child, ul:last-child, ol:last-child { margin-bottom: 0; }

a { color: var(--green-700); text-underline-offset: .18em; }
a:hover { color: var(--amber-dark); }

:focus-visible {
  outline: 3px solid var(--amber);
  outline-offset: 3px;
  border-radius: 4px;
}

ul, ol { padding-left: 1.15em; margin: 0 0 1.1em; }
li { margin-bottom: .4em; }

strong { color: var(--green-900); }

hr { border: 0; border-top: 1px solid var(--line); margin: 2.5rem 0; }

.skip-link {
  position: absolute; left: -9999px; top: 0; z-index: 200;
  background: var(--green-900); color: #fff; padding: .8rem 1.2rem;
  border-radius: 0 0 var(--r-sm) 0; font-weight: 600;
}
.skip-link:focus { left: 0; color: #fff; }

.visually-hidden {
  position: absolute; width: 1px; height: 1px; overflow: hidden;
  clip: rect(0 0 0 0); clip-path: inset(50%); white-space: nowrap;
}

/* --- Layout --------------------------------------------------------------- */

.wrap { width: min(100% - 2.5rem, var(--wrap)); margin-inline: auto; }
/* De header krijgt iets meer ruimte, zodat het menu op één regel past. */
.header-inner { width: min(100% - 2.5rem, 1260px); }
.wrap-narrow { width: min(100% - 2.5rem, var(--wrap-narrow)); margin-inline: auto; }

section { padding-block: clamp(3rem, 1.6rem + 5vw, 5.5rem); }
section.tight { padding-block: clamp(2.2rem, 1.4rem + 3vw, 3.4rem); }

.band-paper { background: var(--paper); }
.band-sand  { background: var(--sand-deep); }
.band-green { background: var(--green-900); color: #F2EEE6; }
.band-green h2, .band-green h3 { color: #fff; }
.band-green a { color: #EBD9BE; }

.lede {
  font-size: clamp(1.08rem, 1rem + .4vw, 1.3rem);
  color: var(--ink-soft);
  max-width: 62ch;
}

.section-head { max-width: 66ch; margin-bottom: 2.4rem; }
.eyebrow {
  font-size: .78rem; font-weight: 700; letter-spacing: .16em;
  text-transform: uppercase; color: var(--amber-dark);
  margin: 0 0 .7rem;
}
.band-green .eyebrow { color: #E3B87C; }

/* --- Vachtstreep: het signatuurelement ------------------------------------ */

.vacht {
  height: 22px;
  background-repeat: repeat-x;
  background-size: 132px 22px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='132' height='22' viewBox='0 0 132 22'%3E%3Cg fill='none' stroke='%234C8163' stroke-width='2' stroke-linecap='round' opacity='.5'%3E%3Cpath d='M2 16c8-14 18-14 26 0'/%3E%3Cpath d='M24 16c8-14 18-14 26 0'/%3E%3Cpath d='M46 16c8-14 18-14 26 0'/%3E%3Cpath d='M68 16c8-14 18-14 26 0'/%3E%3Cpath d='M90 16c8-14 18-14 26 0'/%3E%3Cpath d='M112 16c8-14 18-14 26 0'/%3E%3C/g%3E%3C/svg%3E");
}
.vacht.on-dark {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='132' height='22' viewBox='0 0 132 22'%3E%3Cg fill='none' stroke='%23E3B87C' stroke-width='2' stroke-linecap='round' opacity='.55'%3E%3Cpath d='M2 16c8-14 18-14 26 0'/%3E%3Cpath d='M24 16c8-14 18-14 26 0'/%3E%3Cpath d='M46 16c8-14 18-14 26 0'/%3E%3Cpath d='M68 16c8-14 18-14 26 0'/%3E%3Cpath d='M90 16c8-14 18-14 26 0'/%3E%3Cpath d='M112 16c8-14 18-14 26 0'/%3E%3C/g%3E%3C/svg%3E");
}

/* --- Knoppen -------------------------------------------------------------- */

.btn {
  display: inline-flex; align-items: center; gap: .55rem;
  padding: .85rem 1.5rem;
  border-radius: 999px;
  font-weight: 700; font-size: 1rem;
  text-decoration: none;
  border: 2px solid transparent;
  transition: transform .15s ease, background-color .15s ease, box-shadow .15s ease;
}
.btn:hover { transform: translateY(-2px); }
.btn svg { width: 20px; height: 20px; flex: none; }

.btn-primary { background: var(--amber); color: #fff; box-shadow: var(--shadow-sm); }
.btn-primary:hover { background: var(--amber-dark); color: #fff; }

.btn-secondary { background: transparent; color: var(--green-900); border-color: var(--green-700); }
.btn-secondary:hover { background: var(--green-100); color: var(--green-900); }

.band-green .btn-secondary { color: #fff; border-color: #7FA890; }
.band-green .btn-secondary:hover { background: rgba(255,255,255,.12); color: #fff; }

.btn-row { display: flex; flex-wrap: wrap; gap: .8rem; }

/* --- Header --------------------------------------------------------------- */

.site-header {
  position: sticky; top: 0; z-index: 100;
  background: rgba(247, 242, 233, .95);
  backdrop-filter: blur(8px);
  border-bottom: 1px solid var(--line);
}
.header-inner {
  display: flex; align-items: center; gap: 1rem;
  min-height: 74px;
}

.logo { display: flex; align-items: center; gap: .7rem; text-decoration: none; margin-right: auto; }
.logo-mark { width: 42px; height: 42px; flex: none; }
.logo-text { display: flex; flex-direction: column; line-height: 1.1; }
.logo-name {
  font-family: var(--font-display); font-weight: 700; font-size: 1.15rem;
  color: var(--green-900); letter-spacing: -.01em;
}
.logo-sub { font-size: .72rem; letter-spacing: .1em; text-transform: uppercase; color: var(--ink-soft); }

.nav-toggle {
  display: none; align-items: center; gap: .5rem;
  background: var(--paper); border: 1px solid var(--line);
  border-radius: 999px; padding: .55rem 1rem;
  font: inherit; font-weight: 600; font-size: .95rem; color: var(--green-900);
  cursor: pointer;
}

.site-nav ul { display: flex; align-items: center; gap: .2rem; list-style: none; margin: 0; padding: 0; }
.site-nav li { margin: 0; }
.site-nav a {
  display: block; padding: .5rem .68rem; border-radius: var(--r-sm);
  text-decoration: none; color: var(--ink); font-size: .95rem; font-weight: 600;
  white-space: nowrap;
}
.site-nav a:hover { background: var(--green-100); color: var(--green-900); }
.site-nav a[aria-current="page"] { color: var(--amber-dark); box-shadow: inset 0 -3px 0 var(--amber); border-radius: 0; }

/* Het belnummer staat op desktop al als knop rechts in de header. */
.site-nav .nav-cta { display: none; }

.header-cta { margin-left: .6rem; padding: .65rem 1.15rem; font-size: .95rem; white-space: nowrap; }

@media (max-width: 1180px) {
  .site-nav a { padding: .5rem .5rem; font-size: .9rem; }
  .header-cta { padding: .6rem 1rem; }
  .logo-name { font-size: 1.05rem; }
}

@media (max-width: 1000px) {
  .site-nav .nav-cta { display: block; }
  .nav-toggle { display: inline-flex; }
  .header-cta { display: none; }
  .site-nav {
    display: none;
    position: absolute; left: 0; right: 0; top: 100%;
    background: var(--paper); border-bottom: 1px solid var(--line);
    box-shadow: var(--shadow-md); padding: .8rem 0 1.4rem;
  }
  .site-nav.open { display: block; }
  .site-nav ul { flex-direction: column; align-items: stretch; gap: 0; width: min(100% - 2.5rem, var(--wrap)); margin-inline: auto; }
  .site-nav a { padding: .85rem .4rem; border-bottom: 1px solid var(--line); border-radius: 0; }
  .site-nav a[aria-current="page"] { box-shadow: inset 3px 0 0 var(--amber); padding-left: 1rem; }
  .site-nav .nav-cta { margin-top: 1rem; }
  .site-nav .nav-cta a { border: 0; background: var(--amber); color: #fff; text-align: center; border-radius: 999px; }
}

@media (max-width: 460px) {
  .logo-mark { width: 36px; height: 36px; }
  .logo-name { font-size: .98rem; }
  .logo-sub { font-size: .66rem; }
  .header-inner { min-height: 64px; }
}

/* --- Mobiele belbalk ------------------------------------------------------ */

.callbar { display: none; }
@media (max-width: 640px) {
  .callbar {
    display: grid; grid-template-columns: 1fr 1fr;
    position: fixed; left: 0; right: 0; bottom: 0; z-index: 120;
    background: var(--paper); border-top: 1px solid var(--line);
    box-shadow: 0 -6px 20px rgba(36,34,29,.10);
  }
  .callbar a {
    display: flex; align-items: center; justify-content: center; gap: .5rem;
    padding: .95rem .5rem; font-weight: 700; font-size: .98rem;
    text-decoration: none; color: var(--green-900);
  }
  .callbar a:first-child { background: var(--amber); color: #fff; }
  .callbar svg { width: 19px; height: 19px; }
  body { padding-bottom: 58px; }
}

/* --- Hero ----------------------------------------------------------------- */

.hero { background: var(--paper); padding-block: clamp(2.4rem, 1.4rem + 4vw, 4.4rem); }
.hero-grid {
  display: grid; grid-template-columns: 1.05fr .95fr;
  gap: clamp(2rem, 1rem + 3vw, 3.6rem); align-items: center;
}
.hero h1 { margin-bottom: .45em; }
.hero h1 .accent { color: var(--amber-dark); display: block; }
.hero .lede { margin-bottom: 1.6rem; }
.hero .btn-row { margin-bottom: 1.5rem; }

.hero-media { position: relative; }
.hero-media img {
  border-radius: var(--r-lg);
  box-shadow: var(--shadow-md);
  aspect-ratio: 4 / 3; object-fit: cover; width: 100%;
}
.hero-badge {
  position: absolute; left: -14px; bottom: -18px;
  background: var(--green-900); color: #fff;
  border-radius: var(--r-md); padding: .9rem 1.15rem;
  box-shadow: var(--shadow-md); max-width: 15rem;
  font-size: .9rem; line-height: 1.4;
}
.hero-badge strong { color: #F0C994; display: block; font-size: 1.05rem; }

.hero-facts {
  list-style: none; padding: 0; margin: 0;
  display: flex; flex-wrap: wrap; gap: .5rem .5rem;
}
.hero-facts li {
  margin: 0; background: var(--green-100); color: var(--green-900);
  border-radius: 999px; padding: .38rem .85rem;
  font-size: .87rem; font-weight: 600;
}

@media (max-width: 860px) {
  .hero-grid { grid-template-columns: 1fr; }
  .hero-media { order: -1; }
  .hero-badge { left: auto; right: 10px; bottom: -14px; }
}

/* --- Kaarten -------------------------------------------------------------- */

.grid { display: grid; gap: 1.5rem; }
.grid-2 { grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); }
.grid-3 { grid-template-columns: repeat(auto-fit, minmax(270px, 1fr)); }
.grid-4 { grid-template-columns: repeat(auto-fit, minmax(210px, 1fr)); }

.card {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--r-md);
  padding: 1.6rem;
  display: flex; flex-direction: column;
}
.band-paper .card { background: var(--sand); }
.card h3 { margin-bottom: .5rem; }
.card p { color: var(--ink-soft); font-size: .98rem; }
.card .card-link { margin-top: auto; padding-top: 1rem; font-weight: 700; text-decoration: none; }
.card .card-link::after { content: " \2192"; }

.card-photo { padding: 0; overflow: hidden; }
.card-photo img { aspect-ratio: 3 / 2; object-fit: cover; width: 100%; }
.card-photo .card-body { padding: 1.4rem 1.5rem 1.6rem; display: flex; flex-direction: column; flex: 1; }

a.card { text-decoration: none; color: inherit; transition: transform .16s ease, box-shadow .16s ease; }
a.card:hover { transform: translateY(-3px); box-shadow: var(--shadow-md); color: inherit; }

/* Genummerde stappen */
.steps { counter-reset: step; list-style: none; padding: 0; }
.steps > li {
  counter-increment: step;
  position: relative; padding-left: 3.4rem; margin-bottom: 1.5rem;
}
.steps > li::before {
  content: counter(step);
  position: absolute; left: 0; top: -2px;
  width: 2.4rem; height: 2.4rem; border-radius: 50%;
  background: var(--green-900); color: #fff;
  display: grid; place-items: center;
  font-family: var(--font-display); font-weight: 700; font-size: 1.05rem;
}
.steps h3 { font-size: 1.1rem; margin-bottom: .3rem; }
.steps p { color: var(--ink-soft); margin-bottom: 0; }

/* Kenmerkenlijst met vinkje */
.ticks { list-style: none; padding: 0; }
.ticks li { position: relative; padding-left: 1.9rem; }
.ticks li::before {
  content: ""; position: absolute; left: 0; top: .45em;
  width: 1.15rem; height: .6rem;
  border-left: 3px solid var(--amber); border-bottom: 3px solid var(--amber);
  transform: rotate(-45deg);
}

/* --- FAQ ------------------------------------------------------------------ */

.faq { max-width: 760px; }
.faq details {
  background: var(--paper); border: 1px solid var(--line);
  border-radius: var(--r-md); margin-bottom: .8rem;
}
.band-paper .faq details { background: var(--sand); }
.faq summary {
  cursor: pointer; list-style: none;
  padding: 1.1rem 3rem 1.1rem 1.3rem;
  font-weight: 700; color: var(--green-900); position: relative;
  font-size: 1.05rem;
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after {
  content: ""; position: absolute; right: 1.3rem; top: 1.45rem;
  width: .6rem; height: .6rem;
  border-right: 2.5px solid var(--amber); border-bottom: 2.5px solid var(--amber);
  transform: rotate(45deg); transition: transform .18s ease;
}
.faq details[open] summary::after { transform: rotate(-135deg); }
.faq .faq-body { padding: 0 1.3rem 1.3rem; color: var(--ink-soft); }

/* --- Contact / NAP -------------------------------------------------------- */

.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 2.4rem; align-items: start; }
@media (max-width: 860px) { .contact-grid { grid-template-columns: 1fr; } }

.nap { list-style: none; padding: 0; margin: 0 0 1.6rem; }
.nap li { display: flex; gap: .85rem; margin-bottom: .9rem; align-items: flex-start; }
.nap svg { width: 22px; height: 22px; flex: none; margin-top: .18rem; color: var(--amber); }
.nap .nap-label { display: block; font-size: .78rem; letter-spacing: .1em; text-transform: uppercase; color: var(--ink-soft); }
.nap a { font-weight: 700; text-decoration: none; }
.band-green .nap .nap-label { color: #B7CBBE; }
.band-green .nap svg { color: #E3B87C; }

.map-link { display: block; text-decoration: none; border-radius: var(--r-md); overflow: hidden; box-shadow: var(--shadow-sm); }
.map-link img { width: 100%; aspect-ratio: 16 / 9; object-fit: cover; }
.map-link span {
  display: block; background: var(--green-900); color: #fff;
  padding: .8rem 1.1rem; font-weight: 700; font-size: .95rem;
}
.map-placeholder {
  width: 100%; aspect-ratio: 16 / 9; background: var(--sand-deep);
  display: grid; place-items: center; color: var(--ink-soft); font-weight: 600;
}

.hours { width: 100%; border-collapse: collapse; }
.hours th, .hours td { text-align: left; padding: .55rem 0; border-bottom: 1px solid var(--line); font-size: .98rem; }
.hours th { font-weight: 600; color: var(--ink-soft); }
.band-green .hours th, .band-green .hours td { border-color: rgba(255,255,255,.16); }
.band-green .hours th { color: #B7CBBE; }

/* --- CTA-blok ------------------------------------------------------------- */

.cta-block {
  background: var(--green-900); color: #F2EEE6;
  border-radius: var(--r-lg); padding: clamp(2rem, 1.2rem + 3vw, 3.2rem);
  text-align: center;
}
.cta-block h2 { color: #fff; }
.cta-block p { color: #C9D6CD; max-width: 52ch; margin-inline: auto; }
.cta-block .btn-row { justify-content: center; margin-top: 1.6rem; }
.cta-block .btn-secondary { color: #fff; border-color: #7FA890; }
.cta-block .btn-secondary:hover { background: rgba(255,255,255,.12); color: #fff; }

/* --- Fotogalerij ---------------------------------------------------------- */

.gallery { display: grid; grid-template-columns: repeat(auto-fill, minmax(230px, 1fr)); gap: 1rem; }
.gallery figure { margin: 0; }
.gallery img { border-radius: var(--r-md); aspect-ratio: 1 / 1; object-fit: cover; width: 100%; box-shadow: var(--shadow-sm); }
.gallery figcaption { font-size: .88rem; color: var(--ink-soft); padding-top: .55rem; }

.beforeafter { display: grid; grid-template-columns: 1fr 1fr; gap: .8rem; }
.beforeafter figure { margin: 0; }
.beforeafter img { border-radius: var(--r-md); aspect-ratio: 4 / 3; object-fit: cover; width: 100%; }
.beforeafter figcaption {
  font-size: .8rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase;
  color: var(--amber-dark); padding-top: .5rem;
}

/* --- Media / trust -------------------------------------------------------- */

.trust-row { display: flex; flex-wrap: wrap; gap: 1.4rem; align-items: center; justify-content: center; }
.trust-item {
  display: flex; align-items: center; gap: .8rem;
  background: var(--paper); border: 1px solid var(--line);
  border-radius: 999px; padding: .6rem 1.3rem .6rem .7rem;
  font-weight: 600; font-size: .95rem; color: var(--green-900);
}
.trust-item img { height: 34px; width: auto; border-radius: 6px; }

/* --- Kruimelpad ----------------------------------------------------------- */

.crumbs { font-size: .88rem; color: var(--ink-soft); padding-top: 1.4rem; }
.crumbs ol { list-style: none; display: flex; flex-wrap: wrap; gap: .45rem; padding: 0; margin: 0; }
.crumbs li::after { content: "/"; margin-left: .45rem; color: var(--line); }
.crumbs li:last-child::after { content: ""; }
.crumbs a { text-decoration: none; }

/* --- Paginakop ------------------------------------------------------------ */

.page-head { background: var(--paper); padding-block: clamp(1.6rem, 1rem + 2vw, 2.6rem) clamp(2.2rem, 1.4rem + 3vw, 3.4rem); }
.page-head h1 { margin-bottom: .35em; }

/* --- Prose ---------------------------------------------------------------- */

.prose { max-width: 68ch; }
.prose h2 { margin-top: 2.4rem; }
.prose h3 { margin-top: 1.8rem; }
.prose > :first-child { margin-top: 0; }
.prose figure { margin: 2rem 0; }
.prose figure img { border-radius: var(--r-md); box-shadow: var(--shadow-sm); }
.prose figcaption { font-size: .88rem; color: var(--ink-soft); padding-top: .55rem; }

.callout {
  background: var(--amber-100); border-left: 4px solid var(--amber);
  border-radius: 0 var(--r-sm) var(--r-sm) 0;
  padding: 1.2rem 1.4rem; margin: 1.8rem 0;
}
.callout p:last-child { margin-bottom: 0; }
.callout strong { color: var(--amber-dark); }

/* --- Footer --------------------------------------------------------------- */

.site-footer { background: var(--green-900); color: #C9D6CD; padding-block: 3.4rem 2rem; }
.site-footer h2, .site-footer h3 { color: #fff; font-size: 1.05rem; font-family: var(--font-body); font-weight: 700; margin-bottom: .9rem; }
.footer-grid { display: grid; grid-template-columns: 1.35fr 1fr 1fr 1.1fr; gap: 2.2rem; }
@media (max-width: 900px) { .footer-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 560px) { .footer-grid { grid-template-columns: 1fr; } }

.site-footer a { color: #E7DFD2; text-decoration: none; }
.site-footer a:hover { color: #fff; text-decoration: underline; }
.footer-links { list-style: none; padding: 0; margin: 0; }
.footer-links li { margin-bottom: .5rem; font-size: .95rem; }
.footer-nap { font-size: .95rem; font-style: normal; line-height: 1.8; }
.footer-brand p { font-size: .95rem; color: #A8BCB0; }
.footer-legal {
  border-top: 1px solid rgba(255,255,255,.14); margin-top: 2.6rem; padding-top: 1.4rem;
  display: flex; flex-wrap: wrap; gap: .6rem 1.6rem; font-size: .86rem; color: #9BB0A3;
}
.footer-social { display: flex; gap: .7rem; margin-top: 1rem; }
.footer-social a {
  width: 40px; height: 40px; border-radius: 50%;
  background: rgba(255,255,255,.1); display: grid; place-items: center;
}
.footer-social svg { width: 20px; height: 20px; }

/* --- 404 ------------------------------------------------------------------ */

.error-page { text-align: center; padding-block: clamp(3rem, 2rem + 6vw, 7rem); }
.error-page .btn-row { justify-content: center; }

/* --- Bewegingsvoorkeur ---------------------------------------------------- */

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after {
    animation-duration: .001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .001ms !important;
  }
  .btn:hover, a.card:hover { transform: none; }
}

/* --- Printen -------------------------------------------------------------- */

@media print {
  .site-header, .callbar, .site-footer, .cta-block { display: none; }
  body { background: #fff; }
}
