/* ============================================================
   ELLIEHYER.HAIR LLC — BRAIDING SALON SUITE STYLESHEET
   Light warm-hazel system. Braiding ritual motif.
   Palette: salon-suite bg / braid-hazel accent / suite-blush panels /
   mirror-vanity / bead-gold tertiary / ribbon-plum secondary /
   clamp-brown tertiary / braid-text / powder-brush / hairline
   ============================================================ */

* { margin: 0; padding: 0; box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  font-family: "Gill Sans", "Trebuchet MS", "Segoe UI", Verdana, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  color: #33302C;
  background-color: #FAF6F2;
}

img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }

.wrap { max-width: 1180px; margin: 0 auto; padding: 0 24px; }

/* ---------------- HAIR-RACK NAV ---------------- */
.hairrack-nav {
  position: sticky;
  top: 0;
  z-index: 60;
  background-color: #FFFDF8;
  box-shadow: 0 1px 0 rgba(0,0,0,0.04);
}
.packs-strip {
  display: flex;
  align-items: center;
  gap: 14px;
  height: 46px;
  padding: 0 24px;
  background-color: #FFFDF8;
  border-bottom: 1px solid #E8DFD4;
  overflow: hidden;
}
.packs-strip .pack-label {
  font-size: 11px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #33302C;
  white-space: nowrap;
}
.packs-shelf {
  display: flex;
  align-items: center;
  gap: 10px;
  flex: 1;
}
.pack-swatch {
  width: 26px;
  height: 34px;
  border-radius: 5px 5px 3px 3px;
  position: relative;
  box-shadow: 0 1px 2px rgba(0,0,0,0.08);
}
.pack-swatch span {
  position: absolute;
  bottom: 4px;
  left: 3px;
  right: 3px;
  height: 5px;
  border-radius: 2px;
  background-color: #FFFDF8;
}
.pack-swatch.pack-hazel { background-color: #6B4A2E; }
.pack-swatch.pack-plum  { background-color: #8E4A6B; }
.pack-swatch.pack-gold  { background-color: #D9A441; }
.pack-swatch.pack-cream { background-color: #E8DFD4; }

.nav-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 12px 24px;
}
.brand {
  display: flex;
  align-items: center;
  gap: 10px;
}
.braid-glyph {
  display: flex;
  flex-direction: column;
  gap: 3px;
  width: 16px;
}
.braid-glyph i {
  width: 16px;
  height: 4px;
  border-radius: 2px;
  background-color: #6B4A2E;
}
.braid-glyph i:nth-child(2) { background-color: #8E4A6B; transform: rotate(12deg); }
.braid-glyph em {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #D9A441;
  margin-top: 1px;
}
.brand-word {
  font-size: 21px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #33302C;
}
.nav-links {
  display: flex;
  align-items: center;
  gap: 8px;
  list-style: none;
}
.nav-links a {
  font-size: 13px;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  color: #33302C;
  padding: 6px 4px;
  position: relative;
}
.nav-links a:hover { color: #6B4A2E; }
.nav-links a:hover::after {
  content: "";
  position: absolute;
  left: 0; bottom: 0;
  width: 100%;
  height: 2px;
  background-color: #6B4A2E;
}
.dot-sep {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #D9A441;
}
.nav-toggle {
  display: none;
  flex-direction: column;
  gap: 5px;
  background: none;
  border: 0;
  cursor: pointer;
  padding: 6px;
}
.nav-toggle span {
  width: 24px;
  height: 2px;
  background-color: #33302C;
}

.nav-links li { display: inline-flex; align-items: center; gap: 8px; }

/* ---------------- STATION-MIRROR HERO ---------------- */
.stationmirror-hero {
  background-color: #FAF6F2;
  border-bottom: 1px solid #E8DFD4;
}
.stationmirror-hero .wrap {
  display: grid;
  grid-template-columns: 55% 45%;
  gap: 40px;
  align-items: center;
  padding-top: 72px;
  padding-bottom: 72px;
}
.hero-text { order: 1; }
.hero-text .eyebrow-chip {
  display: inline-block;
  background-color: #6B4A2E;
  color: #FFFDF8;
  font-size: 12px;
  letter-spacing: 1.8px;
  text-transform: uppercase;
  padding: 6px 14px;
  border-radius: 20px;
  margin-bottom: 20px;
  font-weight: 600;
}
.hero-text h1 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 52px;
  line-height: 1.08;
  color: #33302C;
  font-weight: 700;
  max-width: 640px;
}
.hero-text h1 .crown { color: #6B4A2E; }
.hero-subcopy {
  color: #9C9188;
  font-size: 17px;
  max-width: 560px;
  margin: 20px 0 28px;
}
.hero-ctas {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}
.cta-primary,
.cta-secondary,
.btn-primary,
.btn-plum {
  display: inline-block;
  font-size: 14px;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 600;
  padding: 14px 26px;
  border-radius: 4px;
  transition: transform 0.15s ease, box-shadow 0.15s ease;
}
.cta-primary, .btn-primary {
  background-color: #6B4A2E;
  color: #FFFDF8;
  box-shadow: 0 3px 10px rgba(107,74,46,0.22);
}
.cta-secondary, .btn-plum {
  border: 1px solid #8E4A6B;
  color: #8E4A6B;
}
.cta-primary:hover, .btn-primary:hover { transform: translateY(-2px); }
.cta-secondary:hover, .btn-plum:hover { background-color: #F5EBE1; }
.btn-primary { border: 0; cursor: pointer; }

.station-graphic {
  position: relative;
  min-height: 480px;
  order: 2;
}

/* vanity mirror */
.vanity-mirror {
  position: absolute;
  right: 10%;
  top: 4%;
  width: 300px;
  height: 360px;
  border-radius: 50% 50% 48% 48% / 46% 46% 54% 54%;
  background-color: #FFFDF8;
  border: 12px solid #8E4A6B;
  box-shadow: 0 16px 36px rgba(74,50,32,0.16);
}
.vanity-mirror .glass {
  position: absolute;
  inset: 14px;
  border-radius: 50%;
  background: radial-gradient(circle at 30% 20%, #F5EBE1, #E8DFD4 78%);
  overflow: hidden;
}
.bulb-row {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 8px;
  top: -22px;
  z-index: 3;
}
.bulb {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #FFFDF8;
  border: 2px solid #D9A441;
}
.bulb.lit { background-color: #D9A441; }
.bulb-row.bottom { top: auto; bottom: -22px; }

/* stylist hair head with parts grid */
.style-head {
  position: absolute;
  left: 4%;
  bottom: 22%;
  width: 200px;
  height: 220px;
  border-radius: 45% 45% 40% 40% / 62% 62% 40% 40%;
  background-color: #F5EBE1;
  border: 2px solid #6B4A2E;
}
.style-head::after {
  content: "";
  position: absolute;
  left: 24px; right: 24px;
  top: 26px;
  bottom: 78px;
  background-image:
    linear-gradient(#6B4A2E 1px, transparent 1px),
    linear-gradient(90deg, #6B4A2E 1px, transparent 1px);
  background-size: 34px 34px;
  filter: saturate(0.32);
  border-radius: 40px;
}
.head-braid {
  position: absolute;
  left: 48%;
  top: 96px;
  width: 64px;
  height: 150px;
  transform: translateX(-50%) rotate(8deg);
}
.head-braid .strand {
  width: 6px;
  border-radius: 3px;
  position: absolute;
  top: 0; bottom: 0;
}
.head-braid .strand.s1 { left: 8px; background-color: #8E4A6B; }
.head-braid .strand.s2 { left: 26px; background-color: #6B4A2E; }
.head-braid .strand.s3 { left: 44px; background-color: #D9A441; }
.head-braid .strand.s1 { transform: translateX(4px); }
.head-braid .strand.s3 { transform: translateX(-4px); }
.head-bead {
  position: absolute;
  bottom: -4px;
  left: 50%;
  transform: translateX(-50%);
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background-color: #D9A441;
  border: 2px solid #6B4A2E;
}

/* braiding rack beside head */
.braid-rack {
  position: absolute;
  left: 4%;
  bottom: -18px;
  display: flex;
  gap: 10px;
  align-items: flex-end;
}
.rack-pack {
  width: 46px;
  height: 72px;
  border-radius: 5px;
  position: relative;
}
.rack-pack i {
  position: absolute;
  top: 8px; left: 0; right: 0;
  text-align: center;
  font-size: 8px;
  color: #fff;
  font-style: normal;
}
.rack-pack.p-hazel { background-color: #6B4A2E; }
.rack-pack.p-plum  { background-color: #8E4A6B; }
.rack-pack.p-gold  { background-color: #D9A441; }

/* sectioning comb */
.sectioning-comb {
  position: absolute;
  right: 2%;
  bottom: 8%;
  width: 160px;
  height: 22px;
  background-color: #4A3220;
  border-radius: 6px;
  transform: rotate(-14deg);
}
.sectioning-comb .teeth {
  position: absolute;
  right: 8px;
  top: 22px;
  width: 6px;
  height: 26px;
  background-color: #4A3220;
  box-shadow: 14px 0 0 #4A3220, 28px 0 0 #4A3220, 42px 0 0 #4A3220;
}
.sectioning-comb::after {
  content: "";
  position: absolute;
  right: -46px;
  top: 10px;
  width: 44px;
  height: 4px;
  background-color: #4A3220;
  transform: rotate(16deg);
  border-radius: 2px;
}

/* duckbill clips */
.clips {
  position: absolute;
  left: 45%;
  top: 20%;
  display: flex;
  gap: 16px;
  z-index: 4;
}
.duckclip {
  width: 26px;
  height: 34px;
  background-color: #4A3220;
  clip-path: polygon(0 0, 100% 25%, 82% 100%, 0 70%);
}

/* edge brush + gel jar */
.edge-brush {
  position: absolute;
  left: 38%;
  bottom: -6px;
  width: 66px;
  height: 14px;
  background-color: #4A3220;
  border-radius: 4px;
  transform: rotate(6deg);
}
.edge-brush::after {
  content: "";
  position: absolute;
  top: -22px; left: 0; right: 0;
  height: 22px;
  background-color: #9C9188;
}
.gel-jar {
  position: absolute;
  right: 22%;
  bottom: -8px;
  width: 40px;
  height: 44px;
  background-color: #FFFDF8;
  border: 2px solid #6B4A2E;
  border-radius: 6px;
}
.gel-jar::after {
  content: "";
  position: absolute;
  top: -8px; left: 8px; right: 8px;
  height: 12px;
  background-color: #8E4A6B;
  border-radius: 3px;
}

/* style menu card */
.style-menu {
  position: absolute;
  left: 40%;
  top: 2%;
  width: 150px;
  background-color: #FFFDF8;
  border: 1px solid #E8DFD4;
  border-radius: 6px;
  padding: 10px 12px;
  box-shadow: 0 6px 16px rgba(74,50,32,0.12);
  z-index: 5;
}
.style-menu h4 {
  font-size: 11px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #6B4A2E;
  border-bottom: 1px solid #E8DFD4;
  padding-bottom: 4px;
  margin-bottom: 6px;
}
.style-menu p {
  font-size: 12px;
  color: #33302C;
  line-height: 1.8;
}

/* appointment timer card */
.timer-card {
  position: absolute;
  right: 4%;
  bottom: 30%;
  background-color: #8E4A6B;
  color: #FFFDF8;
  border-radius: 8px;
  padding: 10px 14px;
  text-align: center;
  z-index: 5;
}
.timer-card .tlabel {
  font-size: 10px;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.timer-card .tval {
  font-family: "Courier New", monospace;
  font-size: 18px;
  font-weight: 700;
  color: #FFFDF8;
}

/* satin scarf roll + spray */
.scarf-roll {
  position: absolute;
  left: 12%;
  bottom: -16px;
  width: 90px;
  height: 34px;
  background: linear-gradient(90deg, #8E4A6B 33%, #FFFDF8 33%, #FFFDF8 66%, #D9A441 66%);
  border-radius: 18px;
}
.spray-bottle {
  position: absolute;
  left: 1%;
  top: 34%;
  width: 16px;
  height: 60px;
  background-color: #6B4A2E;
  border-radius: 4px;
}

@media (max-width: 1024px) {
  .braid-rack { display: none; }
  .station-graphic { min-height: 380px; }
}

/* ---------------- SECTION HEADINGS ---------------- */
.partgrid-rows,
.appointment-band,
.statement-band,
.cta-band {
  padding: 78px 0;
}
.section-head {
  text-align: center;
  max-width: 720px;
  margin: 0 auto 46px;
}
.section-head .kicker {
  font-size: 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #8E4A6B;
  font-weight: 600;
}
.section-head h2 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 36px;
  color: #6B4A2E;
  margin-top: 8px;
  line-height: 1.15;
}
.section-head p {
  color: #9C9188;
  margin-top: 14px;
}

/* ---------------- PART-GRID ROWS ---------------- */
.partgrid-rows {
  background-color: #FAF6F2;
}
.part-rows {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.part-row {
  display: grid;
  grid-template-columns: 110px 1fr 120px;
  gap: 26px;
  align-items: center;
  background-color: #FFFDF8;
  border: 1px solid #E8DFD4;
  border-radius: 8px;
  padding: 26px 28px;
}
.style-swatch {
  width: 96px;
  height: 96px;
  background-color: #F5EBE1;
  border-radius: 8px;
  border: 1px solid #E8DFD4;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.style-swatch .doodle { width: 68%; height: 68%; position: relative; }
.swatch-three .doodle {
  background:
    linear-gradient(#8E4A6B 6%, transparent 6%) 0 0/46% 33%,
    linear-gradient(#6B4A2E 6%, transparent 6%) 30px 0/46% 33%,
    linear-gradient(#D9A441 6%, transparent 6%) 0 0/46% 33%,
    linear-gradient(#8E4A6B 6%, transparent 6%) 0 26px/46% 33%,
    linear-gradient(#6B4A2E 6%, transparent 6%) 30px 26px/46% 33%,
    linear-gradient(#D9A441 6%, transparent 6%) 0 52px/46% 33%;
  background-repeat: no-repeat;
}
.swatch-cornrow .doodle {
  background:
    linear-gradient(#6B4A2E 4px, transparent 4px) 0 6px/100% 10px repeat-y;
}
.swatch-loc .doodle,
.swatch-twist .doodle,
.swatch-crochet .doodle {
  background:
    radial-gradient(circle at 50% 50%, #8E4A6B 0 6px, transparent 7px) 0 0/30px 40px,
    radial-gradient(circle at 50% 70%, #6B4A2E 0 6px, transparent 7px) 20px 20px/30px 40px;
}
.cuff-dot {
  position: absolute;
  bottom: 8px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #D9A441;
  border: 1px solid #6B4A2E;
}
.part-cell h3 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 22px;
  color: #33302C;
  margin-bottom: 6px;
}
.part-cell p {
  color: #9C9188;
  font-size: 15px;
}
.time-tag {
  justify-self: end;
  text-align: center;
  background-color: #FFFDF8;
  border: 1px solid #8E4A6B;
  border-right: 5px solid #8E4A6B;
  border-radius: 4px;
  padding: 10px 14px;
}
.time-tag .tlabel {
  display: block;
  font-size: 10px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #8E4A6B;
}
.time-tag .tval {
  display: block;
  font-family: "Courier New", monospace;
  font-size: 20px;
  color: #6B4A2E;
  font-weight: 700;
}

@media (max-width: 820px) {
  .part-row {
    grid-template-columns: 1fr;
    gap: 14px;
    padding: 20px;
    text-align: center;
  }
  .style-swatch { margin: 0 auto; }
  .time-tag { justify-self: center; margin-top: 4px; }
}

/* ---------------- APPOINTMENT METRIC BAND ---------------- */
.appointment-band {
  background-color: #F5EBE1;
  position: relative;
  overflow: hidden;
}
.appointment-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
}
.metric-cell {
  text-align: center;
  padding: 10px 16px;
  position: relative;
}
.metric-cell + .metric-cell { border-left: 1px solid #D9A441; }
.metric-cell .mnum {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 52px;
  font-weight: 700;
  color: #6B4A2E;
  line-height: 1;
}
.metric-cell .mlab {
  display: block;
  margin-top: 8px;
  font-size: 12px;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  color: #33302C;
}
@media (max-width: 720px) {
  .appointment-grid { grid-template-columns: repeat(2, 1fr); gap: 20px 0; }
  .metric-cell:nth-child(3) { border-left: 0; }
}

/* ---------------- STATEMENT BAND ---------------- */
.statement-band {
  background-color: #FFFDF8;
}
.statement-inner {
  max-width: 820px;
  margin: 0 auto;
  padding: 0 24px;
  border-left: 4px solid #8E4A6B;
  padding-left: 34px;
}
.statement-inner p {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 24px;
  line-height: 1.5;
  color: #33302C;
}
.statement-inner .attribution {
  display: block;
  margin-top: 18px;
  font-family: "Gill Sans", sans-serif;
  font-size: 13px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #8E4A6B;
}

/* ---------------- CTA BAND ---------------- */
.cta-band {
  background-color: #FAF6F2;
  text-align: center;
}
.cta-band h2 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 34px;
  color: #6B4A2E;
}
.cta-band p { color: #9C9188; margin: 12px auto 26px; max-width: 620px; }

/* ---------------- SECONDARY INNER PAGE HERO / CONTENT ---------------- */
.subpage-hero {
  background-color: #6B4A2E;
  color: #FFFDF8;
  padding: 74px 0;
  text-align: center;
}
.subpage-hero h1 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 44px;
  color: #FFFDF8;
}
.subpage-hero p { color: #F5EBE1; max-width: 640px; margin: 14px auto 0; }

.content-section {
  padding: 76px 0;
}
.content-section h2 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 30px;
  color: #6B4A2E;
  margin-bottom: 14px;
}
.content-section p { color: #33302C; margin-bottom: 14px; }

/* services detail */
.service-block {
  background-color: #FFFDF8;
  border: 1px solid #E8DFD4;
  border-radius: 8px;
  padding: 34px 36px;
  margin-bottom: 26px;
}
.service-block h2 { margin-bottom: 10px; font-size: 26px; }
.service-block .price-note {
  color: #8E4A6B;
  font-weight: 600;
  letter-spacing: 0.5px;
}
.process-steps {
  list-style: none;
  counter-reset: step;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 18px;
  margin-top: 18px;
}
.process-steps li {
  counter-increment: step;
  background-color: #FFFDF8;
  border: 1px solid #E8DFD4;
  border-radius: 8px;
  padding: 22px;
  position: relative;
}
.process-steps li::before {
  content: counter(step, decimal-leading-zero);
  display: block;
  font-family: "Courier New", monospace;
  font-size: 22px;
  font-weight: 700;
  color: #D9A441;
}
.process-steps li h3 { font-size: 17px; color: #33302C; margin: 6px 0; }
.process-steps li p { color: #9C9188; font-size: 14px; }

/* ---------------- CONTACT PAGE ---------------- */
.contact-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 40px;
  align-items: start;
}
.contact-form {
  background-color: #FFFDF8;
  border: 1px solid #E8DFD4;
  border-radius: 8px;
  padding: 30px;
}
.contact-form h3 { font-size: 20px; color: #33302C; margin-bottom: 8px; }
.form-row { display: grid; gap: 6px; margin-bottom: 16px; }
.form-row label {
  font-size: 13px;
  letter-spacing: 0.5px;
  color: #33302C;
  font-weight: 600;
}
.form-row input,
.form-row textarea,
.form-row select {
  width: 100%;
  border: 1px solid #E8DFD4;
  background-color: #FFFDF8;
  border-radius: 4px;
  padding: 11px 12px;
  font-family: inherit;
  font-size: 15px;
  color: #33302C;
}
.form-row input:focus,
.form-row textarea:focus { outline: 2px solid #6B4A2E; }
.contact-info {
  background-color: #6B4A2E;
  color: #FFFDF8;
  border-radius: 8px;
  padding: 30px;
}
.contact-info h3 { color: #FFFDF8; font-size: 20px; margin-bottom: 14px; }
.contact-info h4 { color: #D9A441; font-size: 12px; letter-spacing: 1px; text-transform: uppercase; margin-top: 16px; }
.contact-info p { color: #F5EBE1; }
.contact-info a { color: #FFFDF8; text-decoration: underline; }
.form-note { font-size: 13px; color: #9C9188; }
.form-status { font-weight: 600; margin-top: 6px; min-height: 20px; }

@media (max-width: 820px) {
  .contact-grid { grid-template-columns: 1fr; }
  .stationmirror-hero .wrap { grid-template-columns: 1fr; padding-top: 46px; }
  .station-graphic { order: -1; min-height: 300px; }
  .scarf-roll, .spray-bottle, .clips, .style-menu, .timer-card { display: none; }
  .brand-word { font-size: 18px; }
}

/* ---------------- SCROLL REVEAL ---------------- */
.fade-up {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}
.fade-up.visible { opacity: 1; transform: none; }

/* hide with noscript guard via html file */

/* ---------------- FOOTER: SCARF ROLL ---------------- */
.braid-strip {
  height: 16px;
  display: block;
  position: relative;
  background-color: #6B4A2E;
}
.braid-strip::after {
  content: "";
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  background: repeating-linear-gradient(90deg,
    #8E4A6B 0 7px, #D9A441 7px 14px, #FFFDF8 14px 21px,
    #6B4A2E 21px 28px);
  opacity: 1;
}
.scarfroll-footer {
  background-color: #2E211A;
  color: #FFFDF8;
  text-align: center;
  position: relative;
}
.scarfroll-footer {
  background-color: #2E211A;
  color: #FFFDF8;
  text-align: center;
  position: relative;
}
.footer-inner {
  position: relative;
  z-index: 1;
  max-width: 880px;
  margin: 0 auto;
  padding: 54px 24px 40px;
}
.footer-inner .braid-glyph { margin: 0 auto 12px; }
.footer-inner .footer-brand {
  font-size: 26px;
  font-weight: 700;
  letter-spacing: 3px;
  color: #FFFDF8;
  text-transform: uppercase;
}
.footer-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
  list-style: none;
  margin: 24px 0;
}
.footer-links a {
  color: #F5EBE1;
  font-size: 13px;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.footer-links a:hover { color: #D9A441; }
.footer-links .fdot { width: 4px; height: 4px; border-radius: 50%; background-color: #D9A441; align-self: center; }
.footer-links li { display: inline-flex; align-items: center; gap: 8px; }
.bead-divider { display: flex; align-items: center; justify-content: center; gap: 10px; margin: 22px 0 22px; }
.bead-divider .bead {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background-color: #D9A441;
  border: 2px solid #6B4A2E;
  box-shadow: 0 0 0 4px #2E211A, 0 0 0 5px #8E4A6B;
}
.bead-divider .pdot { width: 6px; height: 6px; border-radius: 50%; background-color: #8E4A6B; }
.legal-line p {
  color: #E8DFD4;
  font-size: 13px;
  line-height: 1.8;
  letter-spacing: 0.3px;
}
.legal-line a { color: #D9A441; }

/* mobile nav */
@media (max-width: 720px) {
  .nav-toggle { display: flex; }
  .nav-links {
    display: none;
    flex-direction: column;
    align-items: stretch;
    width: 100%;
    background-color: #FFFDF8;
    border-top: 1px solid #E8DFD4;
    padding: 12px 24px;
  }
  .nav-links.open { display: flex; }
  .nav-links li { flex-direction: column; align-items: flex-start; gap: 4px; }
  .nav-links li .dot-sep { display: none; }
  .nav-links a { display: block; font-size: 14px; padding: 10px 0; border-bottom: 1px solid #E8DFD4; }
  .section-head h2 { font-size: 28px; }
  .hero-text h1 { font-size: 36px; }
  .metric-cell .mnum { font-size: 38px; }
  .statement-inner p { font-size: 19px; }
}

@media (min-width: 721px) {
  .nav-links { display: flex; }
}

::-webkit-scrollbar { width: 10px; }
::-webkit-scrollbar-track { background: #FFFDF8; }
::-webkit-scrollbar-thumb { background: #D9A441; border-radius: 6px; }
