/* Poplar Apothecary. Dark glass, warm farm light, indigo and fuchsia.
   Phone first at 375px; wider screens are the adaptation. */

:root {
  --night: #0e0c16;
  --glass: #171329;
  --glass-2: #1d1834;
  --indigo: #7d82f0;
  --indigo-deep: #4b4fae;
  --fuchsia: #e05ab2;
  --gold: #e2a955;
  --paper: #f1e9d7;
  --hush: #a99d8c;
  --hairline: rgba(241, 233, 215, 0.13);
  --serif: "Iowan Old Style", "Palatino Nova", Palatino, "Book Antiqua", Georgia, serif;
  --sans: -apple-system, BlinkMacSystemFont, "Segoe UI", system-ui, Roboto, "Helvetica Neue", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
}

body {
  margin: 0;
  background:
    radial-gradient(90% 42% at 18% -4%, rgba(125, 130, 240, 0.14), transparent 70%),
    radial-gradient(70% 34% at 88% 4%, rgba(224, 90, 178, 0.10), transparent 70%),
    radial-gradient(120% 60% at 50% 108%, rgba(226, 169, 85, 0.10), transparent 66%),
    var(--night);
  color: var(--paper);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}

a { color: var(--gold); text-decoration: none; }
a:hover { color: var(--paper); }
:focus-visible { outline: 2px solid var(--fuchsia); outline-offset: 3px; border-radius: 2px; }

.wrap { max-width: 1020px; margin: 0 auto; padding: 0 18px; }

/* ---------- header ---------- */

.site-head {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 16px 0 14px;
  border-bottom: 1px solid var(--hairline);
}
.mark {
  flex: none;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  overflow: hidden;
  background: #f3ecdc;
  box-shadow: 0 0 0 1px var(--hairline), 0 2px 10px rgba(0, 0, 0, 0.45);
}
.mark img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.head-names { line-height: 1.15; }
.head-names .brand {
  font-family: var(--serif);
  font-size: 1.02rem;
  letter-spacing: 0.14em;
  color: var(--paper);
}
.head-names .farm {
  font-size: 0.66rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--hush);
  margin-top: 3px;
}
.site-nav { margin-left: auto; display: flex; gap: 16px; }
.site-nav a {
  font-size: 0.72rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--hush);
  padding: 6px 0;
  white-space: nowrap;
}
.site-nav a:hover, .site-nav a[aria-current="page"] { color: var(--gold); }

/* phones: the nav takes its own row under the names, aligned with them,
   so three links never fight the brand for one 375px line */
@media (max-width: 480px) {
  .site-head { flex-wrap: wrap; padding-bottom: 10px; }
  .head-names { flex: 1; min-width: 0; }
  .site-nav { flex-basis: 100%; margin-left: 56px; gap: 14px; }
  .site-nav a { padding: 2px 0 4px; }
}

/* ---------- hero ---------- */

.hero { text-align: center; padding: 44px 0 30px; }
.hero .leaf { width: min(46vw, 190px); height: auto; margin: 0 auto; display: block; }
.hero h1 {
  font-family: var(--serif);
  font-weight: 400;
  font-size: clamp(2.35rem, 10.5vw, 3.6rem);
  letter-spacing: 0.045em;
  margin: 18px 0 6px;
}
.refusal {
  font-family: var(--serif);
  font-size: clamp(1.05rem, 4.6vw, 1.3rem);
  color: var(--paper);
  max-width: 30ch;
  margin: 14px auto 0;
  line-height: 1.5;
}
.hero .rule {
  width: 54px;
  height: 2px;
  margin: 26px auto 0;
  background: linear-gradient(90deg, transparent, var(--gold), transparent);
  border: 0;
}
.hero .depth-links { margin-top: 18px; font-size: 0.8rem; letter-spacing: 0.12em; color: var(--hush); }
.hero .depth-links a { margin: 0 8px; }

/* ---------- section frames ---------- */

.eyebrow {
  font-size: 0.7rem;
  letter-spacing: 0.26em;
  text-transform: uppercase;
  color: var(--hush);
  margin: 0 0 14px;
}
.eyebrow::after {
  content: "";
  display: block;
  width: 34px;
  height: 1px;
  margin-top: 10px;
  background: var(--gold);
  opacity: 0.6;
}
section { padding: 34px 0 6px; }

/* ---------- the ritual ---------- */

.ritual-intro { max-width: 700px; margin-bottom: 24px; }
.ritual-intro h2,
.vessel-copy h2 {
  font-family: var(--serif);
  font-weight: 400;
  font-size: clamp(1.9rem, 8vw, 3rem);
  line-height: 1.12;
  letter-spacing: 0.015em;
  margin: 0 0 12px;
}
.ritual-intro p {
  max-width: 58ch;
  color: var(--hush);
  font-size: 1rem;
  margin: 0;
}
.ritual-path {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
  align-items: stretch;
}
.ritual-step {
  position: relative;
  overflow: hidden;
  padding: 26px 22px 24px;
  border: 1px solid var(--hairline);
  border-radius: 18px;
  background:
    radial-gradient(100% 80% at 90% 5%, rgba(125, 130, 240, 0.11), transparent 58%),
    linear-gradient(160deg, rgba(255, 255, 255, 0.05), transparent 46%),
    var(--glass);
}
.ritual-step[data-stage="first-shelf"] {
  background:
    radial-gradient(100% 80% at 90% 5%, rgba(226, 169, 85, 0.10), transparent 58%),
    linear-gradient(160deg, rgba(255, 255, 255, 0.05), transparent 46%),
    var(--glass);
}
.step-number {
  position: absolute;
  top: 11px;
  right: 18px;
  font-family: var(--serif);
  font-size: 3.4rem;
  line-height: 1;
  color: rgba(241, 233, 215, 0.055);
}
.ritual-vessel { width: 62px; height: 76px; color: var(--indigo); display: block; }
.ritual-vessel.oil-bottle { color: var(--gold); }
.step-state,
.good-kicker {
  margin: 13px 0 4px;
  color: var(--fuchsia);
  font-size: 0.67rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}
.ritual-step[data-stage="first-shelf"] .step-state { color: var(--gold); }
.ritual-step h3 {
  font-family: var(--serif);
  font-weight: 400;
  font-size: 1.55rem;
  margin: 0 0 10px;
}
.ritual-step > p:not(.step-state) { max-width: 38ch; margin: 0 0 12px; }
.ritual-step .bench-state { color: var(--hush); font-size: 0.84rem; }
.ritual-turn {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 12px;
  align-items: center;
  min-height: 54px;
  padding: 0 24px;
  color: var(--hush);
}
.ritual-turn span { height: 1px; background: var(--hairline); }
.ritual-turn b {
  font-family: var(--serif);
  font-style: italic;
  font-weight: 400;
  color: var(--gold);
}
.ritual-note {
  font-family: var(--serif);
  font-style: italic;
  text-align: center;
  color: var(--hush);
  max-width: 44ch;
  margin: 22px auto 0;
}

@media (min-width: 760px) {
  .ritual-path { grid-template-columns: minmax(0, 1fr) 76px minmax(0, 1fr); }
  .ritual-turn { grid-template-columns: 1fr; grid-template-rows: 1fr auto 1fr; padding: 24px 0; }
  .ritual-turn span { width: 1px; height: 100%; min-height: 42px; justify-self: center; }
}

/* ---------- the shelf ---------- */

.shelf { display: grid; gap: 14px; grid-template-columns: 1fr; margin: 0; padding: 0; list-style: none; }
.good {
  position: relative;
  border: 1px solid var(--hairline);
  border-radius: 14px;
  padding: 20px 18px 18px;
  background:
    linear-gradient(165deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0) 42%),
    var(--glass);
  box-shadow: 0 8px 26px rgba(0, 0, 0, 0.35);
}
.good .vessel { width: 46px; height: 46px; color: var(--indigo); display: block; }
.good-primary .vessel { color: var(--gold); }
.good-horizon .vessel { color: var(--fuchsia); }
.good h3 {
  font-family: var(--serif);
  font-weight: 400;
  font-size: 1.32rem;
  letter-spacing: 0.02em;
  margin: 12px 0 2px;
}
.good .register {
  font-family: var(--serif);
  color: var(--hush);
  font-size: 0.95rem;
  margin: 4px 0 0;
}
.good .stock {
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--hush);
  font-size: 0.82rem;
  margin: 14px 0 0;
}
.good .stock::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  border: 1.5px solid var(--gold);
  opacity: 0.85;
}
.card-bell {
  display: inline-block;
  margin-top: 14px;
  padding: 9px 16px;
  border: 1px solid var(--hairline);
  border-radius: 999px;
  color: var(--gold);
  font-size: 0.78rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  background: transparent;
  cursor: pointer;
  font-family: var(--sans);
}
.card-bell:hover { border-color: var(--fuchsia); color: var(--paper); }

@media (min-width: 640px) { .shelf { grid-template-columns: 1fr 1fr; } }
.whole-ritual {
  margin-top: 14px;
  padding: 18px 20px;
  border: 1px solid var(--hairline);
  border-radius: 14px;
  display: grid;
  gap: 14px;
  align-items: center;
}
.whole-ritual p { margin: 0; color: var(--hush); }
.whole-ritual p span {
  display: block;
  color: var(--paper);
  font-family: var(--serif);
  font-size: 1.08rem;
  margin-bottom: 4px;
}
.whole-ritual .card-bell { justify-self: start; }
@media (min-width: 720px) {
  .whole-ritual { grid-template-columns: 1fr auto; }
}

/* ---------- the bench ---------- */

.bench-panel {
  position: relative;
  overflow: hidden;
  padding: 26px 22px;
  border-left: 2px solid var(--fuchsia);
  background: linear-gradient(90deg, rgba(224, 90, 178, 0.09), transparent 72%);
}
.bench-panel::after {
  content: "";
  position: absolute;
  width: 180px;
  height: 180px;
  right: -100px;
  top: -100px;
  border: 1px solid rgba(125, 130, 240, 0.25);
  border-radius: 50%;
}
.bench-panel blockquote {
  font-family: var(--serif);
  font-size: clamp(1.25rem, 5vw, 1.8rem);
  line-height: 1.38;
  max-width: 37ch;
  margin: 0;
}
.bench-voice {
  color: var(--fuchsia);
  font-size: 0.67rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  margin: 12px 0 22px;
}
.bench-panel > p:not(.bench-voice) { color: var(--hush); max-width: 62ch; }

/* ---------- the garden trio ---------- */

.trio { display: grid; gap: 12px; grid-template-columns: repeat(3, 1fr); align-items: end; }
.trio figure { margin: 0; text-align: center; }
.trio svg { width: 100%; max-width: 130px; height: auto; color: var(--indigo); }
.trio figcaption {
  font-family: var(--serif);
  color: var(--hush);
  font-size: 0.85rem;
  margin-top: 8px;
  letter-spacing: 0.06em;
}
.trio-note { text-align: center; margin: 18px auto 0; font-size: 0.8rem; color: var(--hush); }

/* ---------- the vessel ---------- */

.vessel-story {
  display: grid;
  grid-template-columns: 1fr;
  border: 1px solid var(--hairline);
  border-radius: 18px;
  overflow: hidden;
  background:
    radial-gradient(80% 90% at 20% 40%, rgba(125, 130, 240, 0.1), transparent 65%),
    var(--glass);
}
.glass-study {
  min-height: 260px;
  display: grid;
  place-items: center;
  padding: 20px;
  border-bottom: 1px solid var(--hairline);
}
.glass-study svg { width: min(62vw, 220px); height: auto; }
.glass-line { stroke: var(--indigo); stroke-width: 2.2; }
.glass-shadow { stroke: var(--fuchsia); stroke-width: 1.3; opacity: 0.35; transform: translate(3px, 2px); }
.glass-light { stroke: var(--paper); stroke-width: 1.3; opacity: 0.45; }
.glass-oil { stroke: var(--gold); stroke-width: 1.6; fill: rgba(226, 169, 85, 0.08); }
.vessel-copy { padding: 28px 22px 30px; align-self: center; }
.vessel-copy h2 { font-size: clamp(1.75rem, 7vw, 2.65rem); }
.vessel-copy p { max-width: 50ch; color: var(--hush); }
.vessel-copy .card-bell { margin-top: 8px; }

@media (min-width: 760px) {
  .vessel-story { grid-template-columns: minmax(260px, 0.8fr) minmax(0, 1.2fr); }
  .glass-study { min-height: 400px; border-bottom: 0; border-right: 1px solid var(--hairline); }
  .vessel-copy { padding: 40px; }
}

/* ---------- held for future photographs ---------- */

.frames { display: grid; gap: 14px; grid-template-columns: 1fr 1fr; }
.frame {
  position: relative;
  aspect-ratio: 4 / 5;
  border: 1px solid var(--hairline);
  border-radius: 4px;
  background:
    linear-gradient(155deg, rgba(255, 255, 255, 0.03), transparent 50%),
    var(--glass-2);
}
.frame.wide { grid-column: 1 / -1; aspect-ratio: 5 / 2; }
.frame::before {
  content: "";
  position: absolute;
  inset: 10px;
  pointer-events: none;
  background:
    linear-gradient(rgba(226, 169, 85, 0.55), rgba(226, 169, 85, 0.55)) left 0 top 0 / 12px 1px,
    linear-gradient(rgba(226, 169, 85, 0.55), rgba(226, 169, 85, 0.55)) left 0 top 0 / 1px 12px,
    linear-gradient(rgba(226, 169, 85, 0.55), rgba(226, 169, 85, 0.55)) right 0 top 0 / 12px 1px,
    linear-gradient(rgba(226, 169, 85, 0.55), rgba(226, 169, 85, 0.55)) right 0 top 0 / 1px 12px,
    linear-gradient(rgba(226, 169, 85, 0.55), rgba(226, 169, 85, 0.55)) left 0 bottom 0 / 12px 1px,
    linear-gradient(rgba(226, 169, 85, 0.55), rgba(226, 169, 85, 0.55)) left 0 bottom 0 / 1px 12px,
    linear-gradient(rgba(226, 169, 85, 0.55), rgba(226, 169, 85, 0.55)) right 0 bottom 0 / 12px 1px,
    linear-gradient(rgba(226, 169, 85, 0.55), rgba(226, 169, 85, 0.55)) right 0 bottom 0 / 1px 12px;
  background-repeat: no-repeat;
}
.frame span {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 14px;
  text-align: center;
  font-size: 0.7rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--hush);
  opacity: 0.75;
}

/* ---------- the bell ---------- */

.bell-panel {
  border: 1px solid var(--hairline);
  border-top: 2px solid rgba(226, 169, 85, 0.55);
  border-radius: 14px;
  padding: 24px 18px 22px;
  background:
    radial-gradient(80% 60% at 50% 0%, rgba(224, 90, 178, 0.07), transparent 70%),
    linear-gradient(165deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0) 40%),
    var(--glass);
}
.bell-panel .bell-icon { width: 40px; height: 40px; color: var(--gold); display: block; margin-bottom: 10px; }
.promise {
  font-family: var(--serif);
  font-size: 1.08rem;
  line-height: 1.55;
  color: var(--paper);
  max-width: 34ch;
  margin: 0 0 20px;
}
.bell-form label, .bell-form legend {
  display: block;
  font-size: 0.72rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--hush);
  margin: 0 0 6px;
}
.bell-form .field { margin-bottom: 16px; }
.bell-form input[type="text"],
.bell-form textarea {
  width: 100%;
  background: rgba(14, 12, 22, 0.7);
  border: 1px solid var(--hairline);
  border-radius: 10px;
  color: var(--paper);
  font-family: var(--sans);
  font-size: 1rem;
  padding: 12px;
}
.bell-form input:focus, .bell-form textarea:focus {
  outline: none;
  border-color: var(--fuchsia);
  box-shadow: 0 0 0 3px rgba(224, 90, 178, 0.18);
}
.bell-form fieldset { border: 0; padding: 0; margin: 0 0 16px; }
.bell-form .checks { display: grid; gap: 8px; grid-template-columns: 1fr; }
@media (min-width: 640px) { .bell-form .checks { grid-template-columns: 1fr 1fr; } }
.bell-form .checks label {
  display: flex;
  align-items: center;
  gap: 10px;
  text-transform: none;
  letter-spacing: 0;
  font-size: 0.92rem;
  color: var(--paper);
  margin: 0;
  cursor: pointer;
}
.bell-form input[type="checkbox"] {
  width: 17px;
  height: 17px;
  accent-color: var(--fuchsia);
}
.bell-form textarea { min-height: 84px; resize: vertical; }
.ring-btn {
  display: inline-block;
  border: 0;
  border-radius: 999px;
  padding: 13px 26px;
  background: linear-gradient(170deg, #edbb6d, var(--gold));
  color: #221708;
  font-family: var(--sans);
  font-weight: 600;
  font-size: 0.85rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  cursor: pointer;
  box-shadow: 0 4px 18px rgba(226, 169, 85, 0.25);
}
.ring-btn:hover { filter: brightness(1.06); }
.ring-btn[disabled] { opacity: 0.6; cursor: wait; }
.bell-note { font-size: 0.9rem; color: var(--hush); margin-top: 14px; min-height: 1.2em; }
.bell-done { font-family: var(--serif); font-size: 1.05rem; color: var(--paper); }

/* honeypot: not for hands */
.hp { position: absolute; left: -9999px; top: auto; width: 1px; height: 1px; overflow: hidden; }

/* ---------- the depths (oils, craft) ---------- */

.depth-head { padding: 40px 0 8px; }
.depth-head h1 {
  font-family: var(--serif);
  font-weight: 400;
  font-size: clamp(2rem, 9vw, 2.9rem);
  letter-spacing: 0.03em;
  margin: 8px 0 10px;
}
.hand-line {
  font-family: var(--serif);
  font-style: italic;
  color: var(--hush);
  font-size: 1rem;
  max-width: 44ch;
}
.oil {
  border-top: 1px solid var(--hairline);
  padding: 26px 0 22px;
}
.oil h2 {
  font-family: var(--serif);
  font-weight: 400;
  font-size: 1.5rem;
  letter-spacing: 0.03em;
  margin: 0 0 12px;
  display: flex;
  align-items: center;
  gap: 14px;
}
.oil h2 svg { width: 40px; height: auto; color: var(--indigo); flex: none; }
.oil-kicker {
  color: var(--fuchsia);
  font-size: 0.67rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  margin: 0 0 7px;
}
.depth-copy {
  max-width: 68ch;
  color: var(--hush);
  margin: 10px 0;
}
.detail-list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
  margin: 22px 0 0;
}
.detail-list div,
.proof-pair > div {
  border: 1px solid var(--hairline);
  border-radius: 12px;
  padding: 16px;
  background: rgba(255, 255, 255, 0.02);
}
.detail-list dt,
.proof-pair span {
  color: var(--gold);
  font-size: 0.67rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  margin-bottom: 6px;
}
.detail-list dd,
.proof-pair p { color: var(--hush); margin: 0; }
.ingredient-notes {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
  margin: 18px 0;
}
.ingredient-notes > div {
  padding: 16px;
  border-left: 1px solid var(--indigo);
  background: linear-gradient(90deg, rgba(125, 130, 240, 0.07), transparent);
}
.ingredient-notes h3 {
  font-family: var(--serif);
  font-size: 1.08rem;
  font-weight: 400;
  margin: 0 0 4px;
}
.ingredient-notes p { color: var(--hush); margin: 0; font-size: 0.88rem; }
.maker-law {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1px;
  margin-top: 22px;
  background: var(--hairline);
  border: 1px solid var(--hairline);
  border-radius: 12px;
  overflow: hidden;
}
.maker-law > div { background: var(--glass); padding: 18px; }
.maker-law span {
  display: block;
  font-family: var(--serif);
  color: rgba(241, 233, 215, 0.28);
  font-size: 1.4rem;
  margin-bottom: 8px;
}
.maker-law strong {
  display: block;
  font-family: var(--serif);
  font-size: 1.1rem;
  font-weight: 400;
  color: var(--paper);
}
.maker-law p { color: var(--hush); font-size: 0.85rem; margin: 5px 0 0; }
.proof-pair { display: grid; grid-template-columns: 1fr; gap: 10px; margin-top: 22px; }
@media (min-width: 680px) {
  .detail-list,
  .proof-pair { grid-template-columns: 1fr 1fr; }
  .ingredient-notes,
  .maker-law { grid-template-columns: repeat(3, 1fr); }
}
.ledger { list-style: none; margin: 0; padding: 0; }
.ledger li {
  display: flex;
  align-items: baseline;
  gap: 12px;
  padding: 9px 0;
  color: var(--hush);
  font-size: 0.9rem;
}
.ledger li::after {
  content: "";
  flex: 1;
  border-bottom: 1px dotted rgba(241, 233, 215, 0.22);
  transform: translateY(-3px);
}
.depth-foot { padding: 30px 0 10px; }

/* ---------- footer ---------- */

.site-foot {
  margin-top: 46px;
  border-top: 1px solid var(--hairline);
  padding: 26px 0 40px;
  text-align: center;
  color: var(--hush);
  font-size: 0.78rem;
  letter-spacing: 0.1em;
}
.site-foot .foot-brand {
  font-family: var(--serif);
  color: var(--paper);
  font-size: 0.95rem;
  letter-spacing: 0.16em;
  margin-bottom: 6px;
}

/* ---------- the veil: black and white until touched ----------
   Not an era, a state: clean grayscale, no grain, no sepia.
   Only JS turns it on, so a page without JS is always full color. */

.veil { display: none; }
html.js .veil {
  display: block;
  position: fixed;
  inset: 0;
  z-index: 60;
  pointer-events: none;
  -webkit-backdrop-filter: grayscale(1) contrast(1.06) brightness(0.96);
  backdrop-filter: grayscale(1) contrast(1.06) brightness(0.96);
  background: radial-gradient(125% 95% at 50% 42%, rgba(0, 0, 0, 0) 52%, rgba(0, 0, 0, 0.32) 100%);
}
/* if the browser cannot gray the page, it stays in color */
@supports not ((backdrop-filter: grayscale(1)) or (-webkit-backdrop-filter: grayscale(1))) {
  html.js .veil { display: none; }
}
html.js.veil-fade .veil { transition: opacity 2.3s ease; opacity: 0; }
html.js.veil-off .veil { display: none; }

/* golden light where a finger lands */
.glow {
  position: fixed;
  z-index: 61;
  width: 160px;
  height: 160px;
  margin: -80px 0 0 -80px;
  border-radius: 50%;
  pointer-events: none;
  mix-blend-mode: screen;
  background: radial-gradient(circle, rgba(240, 196, 110, 0.4), rgba(224, 90, 178, 0.12) 45%, transparent 68%);
  animation: glow-out 1.5s ease-out forwards;
}
@keyframes glow-out {
  from { transform: scale(0.25); opacity: 1; }
  to { transform: scale(2.2); opacity: 0; }
}
@media (prefers-reduced-motion: reduce) {
  .glow { display: none; }
}

/* wider screens */
@media (min-width: 720px) {
  .wrap { padding: 0 28px; }
  .hero { padding-top: 60px; }
  section { padding-top: 46px; }
  .bell-panel { padding: 32px 30px 28px; }
}
