/* ═══════════════════════════════════════════
   BOSSO ORIGIN — REV3 VISUAL REBUILD
   Wine estate of Java Ijen green coffee
   ═══════════════════════════════════════════ */

:root {
  --bg-main: #12100C;
  --bg-moss: #182118;
  --bg-olive: #263225;
  --gold: #B99A5B;
  --gold-soft: rgba(185,154,91,0.62);
  --cream: #F5EAD6;
  --cream-muted: rgba(245,234,214,0.66);
  --cream-dim: rgba(245,234,214,0.42);
  --earth: #7B4D32;
  --wine-shadow: #3A1822;
  --line: rgba(185,154,91,0.18);
  --line-soft: rgba(245,234,214,0.08);
  --max: 1240px;
  --gutter: clamp(1.4rem, 4vw, 4rem);
  --ease: cubic-bezier(0.16, 1, 0.3, 1);
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; -webkit-font-smoothing: antialiased; }
body {
  font-family: 'Inter', sans-serif;
  background: var(--bg-main);
  color: var(--cream);
  line-height: 1.65;
  overflow-x: hidden;
}
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button, input, select, textarea { font: inherit; }

/* Materiality */
.grain {
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 999;
  opacity: 0.055;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 220 220' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
  mix-blend-mode: soft-light;
}

/* Nav */
.nav {
  position: fixed;
  z-index: 100;
  inset: 0 0 auto 0;
  height: 88px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 var(--gutter);
  background: linear-gradient(180deg, rgba(18,16,12,0.92), rgba(18,16,12,0.42), transparent);
  backdrop-filter: blur(5px);
}
.brand img {
  height: 52px;
  width: auto;
  filter: none;
}
.nav nav {
  display: flex;
  align-items: center;
  gap: clamp(1.2rem, 2.2vw, 2.4rem);
}
.nav nav a,
.nav-cta {
  font-size: 0.72rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--cream-muted);
  transition: color .35s var(--ease);
}
.nav nav a:hover { color: var(--cream); }
.nav-cta {
  color: var(--gold);
  border: 1px solid rgba(185,154,91,0.45);
  padding: .75rem 1.25rem;
}
.nav-cta:hover { color: var(--bg-main); background: var(--gold); }

/* Shared */
.kicker {
  font-size: .74rem;
  line-height: 1;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 1.15rem;
}
.center { text-align: center; }
h1, h2, h3 { font-family: 'Cormorant Garamond', serif; font-weight: 600; }
h2 {
  font-size: clamp(2.4rem, 5vw, 4.8rem);
  line-height: .98;
  letter-spacing: -0.02em;
}
h2 em { font-weight: 400; color: var(--gold); }
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: .95rem 1.6rem;
  border-radius: 2px;
  font-size: .74rem;
  letter-spacing: .12em;
  text-transform: uppercase;
  font-weight: 600;
  transition: all .35s var(--ease);
}
.btn.solid { background: var(--gold); color: var(--bg-main); border: 1px solid var(--gold); }
.btn.solid:hover { background: #d4b06e; transform: translateY(-1px); }
.btn.outline { color: var(--cream-muted); border: 1px solid rgba(245,234,214,0.26); }
.btn.outline:hover { border-color: var(--gold); color: var(--gold); }

/* Hero — estate arrival */
.hero {
  min-height: 100vh;
  position: relative;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  padding: 120px var(--gutter) 72px;
}
.hero::after {
  content: '';
  position: absolute;
  inset: auto 0 0 0;
  height: 22vh;
  background: linear-gradient(180deg, transparent, var(--bg-main));
  z-index: 1;
}
.hero-bg {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 72% 18%, rgba(185,154,91,0.26), rgba(185,154,91,0.08) 26%, transparent 50%),
    linear-gradient(90deg, rgba(18,16,12,0.68) 0%, rgba(18,16,12,0.22) 46%, rgba(18,16,12,0.66) 100%),
    linear-gradient(180deg, rgba(18,16,12,0.04) 0%, rgba(18,16,12,0.35) 60%, var(--bg-main) 100%),
    url('/assets/images/09_hero_landscape_ijen.jpg');
  background-size: cover;
  background-position: center;
  transform: scale(1.03);
}
.hero-content {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: var(--max);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: clamp(2rem, 6vw, 6rem);
  align-items: end;
}
.hero-text h1 {
  font-size: clamp(3.7rem, 8vw, 7.4rem);
  line-height: .86;
  letter-spacing: -0.045em;
  margin-bottom: 1.55rem;
  max-width: 860px;
}
.hero-text h1 .gold {
  color: var(--gold);
  font-style: italic;
  font-weight: 400;
  font-size: .84em;
}
.lead {
  max-width: 620px;
  font-size: clamp(1rem, 1.4vw, 1.15rem);
  color: rgba(245,234,214,0.78);
  margin-bottom: 1rem;
}
.hero-meta {
  font-size: .74rem;
  letter-spacing: .11em;
  text-transform: uppercase;
  color: rgba(185,154,91,0.85);
  margin-bottom: 2.2rem;
}
.hero-actions { display: flex; gap: .9rem; flex-wrap: wrap; }

/* Signature lot card */
.lot-card {
  background:
    linear-gradient(180deg, rgba(18,16,12,0.94), rgba(24,33,24,0.86));
  border: 1px solid rgba(185,154,91,0.7);
  box-shadow: inset 0 0 0 1px rgba(245,234,214,0.07), 0 30px 90px rgba(0,0,0,0.45);
  border-radius: 3px;
  padding: 2.1rem 2.4rem;
  backdrop-filter: blur(10px);
  position: relative;
}
.lot-card::before {
  content: '';
  position: absolute;
  inset: 10px;
  border: 1px solid rgba(245,234,214,0.055);
  pointer-events: none;
}
.lot-card-header {
  color: var(--gold);
  font-size: .7rem;
  letter-spacing: .18em;
  text-transform: uppercase;
  padding-bottom: .9rem;
  margin-bottom: 1rem;
  border-bottom: 1px solid rgba(185,154,91,0.32);
}
.lot-card dl { display: grid; gap: .85rem; }
.lot-card div { display: flex; justify-content: space-between; gap: 1rem; }
.lot-card dt {
  color: rgba(185,154,91,0.86);
  font-size: .68rem;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.lot-card dd {
  font-family: 'Cormorant Garamond', serif;
  color: var(--cream);
  font-size: 1.05rem;
  text-align: right;
  line-height: 1.15;
}

/* Snapshot */
.snapshot {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  border-block: 1px solid var(--line);
  background: linear-gradient(90deg, rgba(18,16,12,0.96), rgba(38,50,37,0.32), rgba(18,16,12,0.96));
  max-width: var(--max);
  margin: 0 auto;
  transform: translateY(-1px);
}
.snapshot div {
  padding: 1.4rem 1rem;
  border-right: 1px solid rgba(185,154,91,0.1);
  text-align: center;
}
.snapshot div:last-child { border-right: 0; }
.snapshot span {
  display: block;
  font-size: .64rem;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--gold-soft);
  margin-bottom: .35rem;
}
.snapshot strong { font-size: .86rem; font-weight: 500; color: var(--cream-muted); }

/* Origin */
.origin, .lot, .process, .export, .faq, .contact {
  position: relative;
  padding: clamp(6rem, 12vw, 10rem) var(--gutter);
  overflow: hidden;
  border-top: 1px solid rgba(185,154,91,0.12);
}
.origin {
  background:
    linear-gradient(180deg, var(--bg-main) 0%, var(--bg-moss) 13%, var(--bg-moss) 86%, var(--bg-main) 100%);
}
.origin::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg width='420' height='420' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' stroke='rgba(185,154,91,0.075)' stroke-width='0.55'%3E%3Cpath d='M-20 190 Q105 150 220 190 T460 190'/%3E%3Cpath d='M-20 220 Q105 180 220 220 T460 220'/%3E%3Cpath d='M-20 250 Q105 210 220 250 T460 250'/%3E%3Cpath d='M-20 160 Q105 120 220 160 T460 160'/%3E%3C/g%3E%3C/svg%3E");
  background-size: 420px 420px;
  opacity: .55;
}
.origin-inner, .lot-inner, .export-inner, .contact-inner {
  position: relative;
  z-index: 2;
  max-width: var(--max);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(2rem, 7vw, 7rem);
  align-items: center;
}
.origin-text p:not(.kicker), .export-text p, .contact-copy p:not(.kicker), .lot-desc {
  color: var(--cream-muted);
  font-size: 1rem;
  max-width: 560px;
  margin-top: 1.4rem;
}
.export-sack,
.sample-pack {
  margin-top: 2rem;
  max-width: 340px;
  width: 100%;
  filter: drop-shadow(0 28px 55px rgba(0,0,0,0.52));
}
.sample-pack { max-width: 280px; }
.terroir-grid {
  margin-top: 2.4rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  border: 1px solid rgba(185,154,91,0.18);
}
.terroir-grid div { padding: 1rem; border-right: 1px solid rgba(185,154,91,0.1); border-bottom: 1px solid rgba(185,154,91,0.1); }
.terroir-grid div:nth-child(2n) { border-right: 0; }
.terroir-grid div:nth-last-child(-n+2) { border-bottom: 0; }
.label { display: block; color: var(--gold); font-size: .66rem; letter-spacing: .14em; text-transform: uppercase; }
.val { display: block; font-family: 'Cormorant Garamond', serif; color: var(--cream); font-size: 1.05rem; margin-top: .25rem; }

.origin-collage { position: relative; height: 560px; }
.origin-collage figure { position: absolute; overflow: hidden; border: 1px solid rgba(185,154,91,0.18); background: var(--bg-main); }
.origin-collage img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.86) contrast(1.06) brightness(.82); transition: transform 1.2s var(--ease); }
.origin-collage figure:hover img { transform: scale(1.04); }
.oc-1 { width: 58%; height: 68%; left: 0; top: 0; }
.oc-2 { width: 42%; height: 38%; right: 0; top: 14%; }
.oc-3 { width: 52%; height: 38%; right: 8%; bottom: 0; }
.ghost {
  position: absolute;
  z-index: 1;
  bottom: 5%;
  left: var(--gutter);
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(8rem, 20vw, 18rem);
  line-height: .75;
  color: var(--gold);
  opacity: .1;
  pointer-events: none;
}
.ghost.right { left: auto; right: var(--gutter); }

/* Lot profile */
.lot {
  background:
    radial-gradient(circle at 14% 30%, rgba(58,24,34,0.13), transparent 34%),
    linear-gradient(180deg, var(--bg-main), #15130f 45%, var(--bg-main));
}
.lot-visual { position: relative; min-height: 560px; display: grid; place-items: center; }
.product-stage { overflow: visible; }
.bean-disc {
  position: absolute;
  width: 380px;
  height: 380px;
  border-radius: 50%;
  background: url('/assets/images/green-bean-scattered.png') center/cover;
  filter: saturate(.7) brightness(.4);
  opacity: .38;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.pack-stack {
  position: relative;
  z-index: 2;
  width: min(100%, 560px);
  height: 460px;
  margin: 0 auto;
  transform: translateX(-6%);
}
.pack-stack img {
  position: absolute;
  width: auto;
  filter: drop-shadow(0 22px 46px rgba(0,0,0,0.55));
  transition: transform .8s var(--ease);
}
.pack-stack img:hover { transform: translateY(-7px) scale(1.015); }
/* Composition target: compact premium cluster — sack/tall item behind, pouch+tin flanking, box as front base */
.ps-sack {
  left: 31%;
  bottom: 7%;
  max-height: 370px;
  z-index: 1;
}
.ps-pouch {
  left: 3%;
  bottom: 8%;
  max-height: 236px;
  max-width: 390px;
  z-index: 3;
}
.ps-tin {
  right: -11%;
  bottom: 0%;
  max-height: 237px;
  z-index: 4;
}
.ps-box {
  left: 30%;
  bottom: 0;
  max-height: 205px;
  z-index: 5;
}
.lot-hero-img {
  width: min(82%, 480px);
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 50%;
  border: 1px solid rgba(185,154,91,0.22);
  filter: saturate(.9) contrast(1.1) brightness(.78);
}
.lot-badge {
  position: absolute;
  right: 4%;
  bottom: 8%;
  width: 230px;
  padding: 1.4rem;
  background: rgba(18,16,12,0.9);
  border: 1px solid rgba(185,154,91,0.58);
  box-shadow: inset 0 0 0 1px rgba(245,234,214,0.05);
  text-align: center;
}
.lot-badge span { display: block; font-family: 'Cormorant Garamond', serif; font-size: 2rem; line-height: 1; }
.lot-badge em { display: block; color: var(--gold); letter-spacing: .2em; font-size: .75rem; font-style: normal; margin: .35rem 0 .8rem; }
.lot-badge small { color: var(--cream-dim); font-size: .72rem; }
.spec-table { width: 100%; border-collapse: collapse; margin-top: 2rem; }
.spec-table td { padding: .8rem 0; border-bottom: 1px solid rgba(185,154,91,0.12); }
.spec-table td:first-child { color: var(--gold); text-transform: uppercase; letter-spacing: .12em; font-size: .68rem; }
.spec-table td:last-child { text-align: right; color: var(--cream); font-family: 'Cormorant Garamond', serif; font-size: 1.08rem; }
.tasting-card {
  margin-top: 2rem;
  padding: 1.5rem;
  border: 1px solid rgba(185,154,91,0.28);
  background: rgba(245,234,214,0.035);
}
.tasting-card strong { display: block; font-family: 'Cormorant Garamond', serif; font-size: 1.35rem; font-weight: 500; margin: .35rem 0; }
.tasting-card small { color: var(--cream-muted); }

/* Process timeline */
.process { background: linear-gradient(180deg, var(--bg-main), #15120e, var(--bg-main)); }
.process > h2 { margin-bottom: 4rem; }
.timeline { max-width: 980px; margin: 0 auto; display: grid; gap: 0; }
.step {
  display: grid;
  grid-template-columns: 110px minmax(260px, 360px) 1fr;
  gap: 2rem;
  align-items: center;
  padding: 2.2rem 0;
  border-bottom: 1px solid rgba(185,154,91,0.14);
}
.step:last-child { border-bottom: 0; }
.step-num { font-family: 'Cormorant Garamond', serif; font-size: 4rem; color: var(--gold); line-height: 1; }
.step-img { height: 220px; overflow: hidden; border: 1px solid rgba(185,154,91,0.18); }
.step-img img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.85) contrast(1.06) brightness(.84); }
.step-copy h3 { color: var(--cream); font-size: 1.6rem; margin-bottom: .35rem; }
.step-copy p { color: var(--cream-muted); max-width: 360px; }

/* Export */
.export { background: linear-gradient(180deg, var(--bg-main), var(--bg-moss), var(--bg-main)); }
.procurement-sheet {
  border: 1px solid rgba(185,154,91,0.32);
  background:
    linear-gradient(180deg, rgba(18,16,12,0.82), rgba(18,16,12,0.88)),
    url('/assets/images/04_packaging_export.jpg');
  background-size: cover;
  background-position: center;
  box-shadow: inset 0 0 0 1px rgba(245,234,214,0.045);
}
.ps-row { display: grid; grid-template-columns: 150px 1fr; padding: 1rem 1.3rem; border-bottom: 1px solid rgba(185,154,91,0.12); }
.ps-row:last-child { border-bottom: 0; }
.ps-label { color: var(--gold); text-transform: uppercase; letter-spacing: .12em; font-size: .68rem; }
.ps-value { color: var(--cream-muted); }

/* FAQ */
.faq { background: var(--bg-main); }
.faq > h2 { margin-bottom: 3rem; }
.faq-list { max-width: 900px; margin: 0 auto; border-top: 1px solid rgba(185,154,91,0.16); }
details { border-bottom: 1px solid rgba(185,154,91,0.16); padding: 1.25rem 0; }
summary { cursor: pointer; color: var(--cream); font-family: 'Cormorant Garamond', serif; font-size: 1.35rem; list-style: none; }
summary::-webkit-details-marker { display: none; }
details p { color: var(--cream-muted); max-width: 760px; margin-top: .8rem; }

/* Contact */
.contact {
  background:
    linear-gradient(180deg, rgba(18,16,12,0.82), rgba(18,16,12,0.95)),
    url('/assets/images/09_hero_landscape_ijen.jpg');
  background-size: cover;
  background-position: center;
}
.contact-inner {
  border: 1px solid rgba(185,154,91,0.34);
  box-shadow: inset 0 0 0 1px rgba(245,234,214,0.045);
  padding: clamp(2rem, 5vw, 4rem);
  background: rgba(18,16,12,0.82);
  backdrop-filter: blur(8px);
}
.contact-info { margin-top: 2rem; display: grid; gap: .45rem; color: var(--gold-soft); font-size: .9rem; }
.contact-form { display: grid; gap: 1rem; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
input, select, textarea {
  width: 100%;
  border: 1px solid rgba(185,154,91,0.28);
  background: rgba(18,16,12,0.68);
  color: var(--cream);
  padding: .9rem 1rem;
  border-radius: 2px;
  outline: none;
}
input::placeholder, textarea::placeholder { color: var(--cream-dim); }
input:focus, select:focus, textarea:focus { border-color: var(--gold); }
select option { background: var(--bg-main); }
textarea { min-height: 120px; resize: vertical; }
.status { color: var(--gold); font-size: .85rem; }

/* Footer */
footer {
  display: grid;
  grid-template-columns: 1.35fr 1fr 1fr;
  gap: 2rem;
  padding: 3.5rem var(--gutter);
  max-width: var(--max);
  margin: 0 auto;
  border-top: 1px solid rgba(185,154,91,0.18);
  color: var(--cream-muted);
}
footer h3 { color: var(--cream); font-size: 1.25rem; margin-bottom: .75rem; }
footer p { font-size: .86rem; }
.f-legal, .f-url { margin-top: 1rem; color: var(--cream-dim); }

/* Responsive */
/* ═══════════════════════════════════════════
   TABLET — max 980px
   ═══════════════════════════════════════════ */
@media (max-width: 980px) {
  .nav nav, .nav-cta { display: none; }
  .brand img { height: 46px; }
  .hero-content, .origin-inner, .lot-inner, .export-inner, .contact-inner { grid-template-columns: 1fr; }
  .hero { padding-top: 120px; }
  .lot-card { max-width: 420px; }
  .snapshot { grid-template-columns: 1fr 1fr; margin-inline: var(--gutter); }
  .snapshot div:last-child { grid-column: 1 / -1; }
  .origin-collage { height: 420px; }
  .step { grid-template-columns: 70px 1fr; }
  .step-img { grid-column: 1 / -1; height: 220px; }
  footer { grid-template-columns: 1fr; }

  /* Lot visual — packaging cluster */
  .lot-visual { min-height: 420px; }
  .pack-stack {
    width: min(100%, 420px);
    height: 360px;
    transform: translateX(0);
  }
  .ps-sack { max-height: 280px; left: 28%; }
  .ps-pouch { max-height: 180px; }
  .ps-tin { max-height: 180px; right: -6%; }
  .ps-box { max-height: 160px; left: 28%; }
  .bean-disc { width: 280px; height: 280px; }

  /* Lot badge */
  .lot-badge { width: 180px; padding: 1rem; right: 2%; bottom: 4%; }
  .lot-badge span { font-size: 1.6rem; }
}

/* ═══════════════════════════════════════════
   MOBILE — max 620px
   ═══════════════════════════════════════════ */
@media (max-width: 620px) {
  :root {
    --gutter: 1.2rem;
  }

  /* Hero */
  .hero { min-height: 90vh; padding: 100px var(--gutter) 48px; }
  .hero-text h1 { font-size: 2.8rem; line-height: .92; }
  .lead { font-size: .95rem; }
  .hero-meta { font-size: .68rem; margin-bottom: 1.6rem; }
  .hero-actions { flex-direction: column; gap: .7rem; }
  .hero-actions .btn { width: 100%; text-align: center; }
  .lot-card { padding: 1.4rem 1.2rem; }
  .lot-card dd { font-size: .95rem; }

  /* Snapshot */
  .snapshot { grid-template-columns: 1fr; }
  .snapshot div { border-right: 0; border-bottom: 1px solid rgba(185,154,91,0.1); padding: 1rem .8rem; text-align: left; display: flex; justify-content: space-between; align-items: center; }
  .snapshot span { margin-bottom: 0; }

  /* Origin */
  .origin-collage { height: 300px; }
  .oc-1 { width: 65%; height: 55%; }
  .oc-2 { width: 48%; height: 34%; }
  .oc-3 { width: 58%; height: 34%; }
  .terroir-grid { grid-template-columns: 1fr; }
  .ghost { font-size: 5rem; }

  /* Lot — packaging cluster mobile */
  .lot-visual { min-height: 320px; }
  .pack-stack {
    width: min(100%, 320px);
    height: 300px;
    transform: translateX(0);
  }
  .ps-sack { max-height: 220px; left: 25%; bottom: 5%; }
  .ps-pouch { max-height: 140px; left: 2%; bottom: 6%; }
  .ps-tin { max-height: 140px; right: -4%; bottom: 0%; }
  .ps-box { max-height: 130px; left: 26%; }
  .bean-disc { width: 200px; height: 200px; }
  .lot-badge { width: 150px; padding: .8rem; right: 0; bottom: 2%; }
  .lot-badge span { font-size: 1.3rem; }
  .lot-badge em { font-size: .65rem; }
  .lot-badge small { font-size: .62rem; }
  .spec-table td:first-child { font-size: .62rem; }
  .spec-table td:last-child { font-size: .95rem; }
  .tasting-card { padding: 1.1rem; }
  .tasting-card strong { font-size: 1.15rem; }

  /* Process timeline */
  .step { grid-template-columns: 1fr; gap: .8rem; padding: 1.6rem 0; }
  .step-num { font-size: 2.4rem; }
  .step-img { height: 180px; }
  .step-copy { width: 100%; }
  .step-copy h3 { font-size: 1.3rem; }
  .step-copy p { font-size: .9rem; max-width: 100%; }

  /* Export */
  .procurement-sheet { margin-top: 2rem; }
  .ps-row { grid-template-columns: 1fr; gap: .2rem; padding: .8rem 1rem; }

  /* FAQ */
  summary { font-size: 1.15rem; }
  details p { font-size: .9rem; }

  /* Contact */
  .contact-inner { padding: 1.6rem; }
  .form-row { grid-template-columns: 1fr; }
  .contact-info { font-size: .82rem; }

  /* Footer */
  footer { padding: 2.5rem var(--gutter); gap: 1.5rem; }
  footer h3 { font-size: 1.1rem; }
  footer p { font-size: .8rem; }
}
