/* the fuss. — parchment room, forest type, honey punctuation, blush hairline
   v0.3 · 2026-07-30 · brand realignment (Simon feedback pass) */

:root {
  --parchment:     #faf6ee;
  --parchment-lo:  #f2eadb;
  --parchment-hi:  #fdfaf1;
  --forest:        #2d4a3a;
  --forest-deep:   #1f3428;
  --forest-soft:   #486456;
  --honey:         #b89968;
  --honey-soft:    #c9ae82;
  --blush:         #e8c5b8;
  --blush-deep:    #d9a99a;
  --ink:           #1a1f1d;
  --ink-soft:      #3a4340;

  --serif: "Cormorant Garamond", "EB Garamond", "Garamond", "Georgia", serif;
  --sans:  "Inter", -apple-system, BlinkMacSystemFont, "Helvetica Neue", sans-serif;

  --breath: 6.8s;
  --ease:   cubic-bezier(.4,.0,.2,1);

  --measure: 62ch;
  --gutter-lg: clamp(28px, 6vw, 72px);
  --gutter-md: clamp(20px, 4vw, 40px);
  --gutter-sm: clamp(12px, 2vw, 20px);
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { background: var(--parchment); }
body {
  background: var(--parchment);
  color: var(--forest);
  font-family: var(--serif);
  font-weight: 400;
  font-size: 18px;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  min-height: 100dvh;
}

/* candle-in-the-room ambient light — subtle warmth, no gradient drama */
body::before {
  content: "";
  position: fixed;
  inset: 0;
  background:
    radial-gradient(900px 700px at 18% 12%, rgba(255,247,224,0.55) 0%, rgba(255,247,224,0) 62%),
    radial-gradient(900px 700px at 88% 92%, rgba(232,197,184,0.10) 0%, rgba(232,197,184,0) 65%);
  pointer-events: none;
  z-index: 0;
}
body.brand::after {
  content: "";
  position: fixed;
  left: 0; right: 0; top: 45%; bottom: 0;
  background:
    radial-gradient(900px 700px at 82% 25%, rgba(232,197,184,0.10) 0%, rgba(232,197,184,0) 60%),
    radial-gradient(1000px 800px at 12% 82%, rgba(184,153,104,0.06) 0%, rgba(184,153,104,0) 65%);
  pointer-events: none;
  z-index: 0;
}

/* ==========================================================================
   Wordmark — HTML-set, so the browser hints the type. Period is blush.
   ========================================================================== */
.wm {
  font-family: var(--serif);
  font-weight: 500;
  color: var(--forest);
  line-height: 1;
  letter-spacing: -0.012em;
  text-transform: lowercase;
  display: inline-block;
}
.wm .period { color: var(--blush); }

/* breath cadence — 6.8s opacity + tracking cycle */
.breath { animation: breath var(--breath) var(--ease) infinite; }
@keyframes breath {
  0%, 100% { opacity: 1;    letter-spacing: -0.012em; }
  50%      { opacity: 0.94; letter-spacing: -0.008em; }
}
@media (prefers-reduced-motion: reduce) {
  .breath { animation: none; }
}

/* ==========================================================================
   Kickers, small-caps utility, hairlines
   ========================================================================== */
.kicker {
  font-family: var(--sans);
  font-weight: 500;
  font-size: 0.6875rem;
  letter-spacing: 0.26em;
  text-transform: uppercase;
  color: var(--honey);
  display: inline-flex;
  align-items: center;
  gap: 12px;
}
.kicker::before {
  content: "";
  display: inline-block;
  width: 6px; height: 6px;
  border-radius: 50%;
  background: var(--blush);
  margin-right: 2px;
}
.kicker-plain { /* without bullet, for cover eyebrow */
  font-family: var(--sans);
  font-weight: 500;
  font-size: 0.75rem;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--honey);
}
.hairline {
  display: block;
  height: 1px;
  background: var(--blush);
  opacity: 0.75;
  border: 0;
}
.hairline.short { width: 44px; margin: 12px auto 0; }
.hairline.honey { background: var(--honey); opacity: 0.4; }

.tag { /* italic tagline set in Cormorant */
  font-family: var(--serif);
  font-style: italic;
  font-weight: 400;
  color: var(--forest);
}
.stamp {
  font-family: var(--sans);
  font-weight: 500;
  font-size: 0.75rem;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--blush-deep);
}

/* ==========================================================================
   LANDING PAGE
   ========================================================================== */
.landing .page {
  position: relative;
  z-index: 1;
  min-height: 100dvh;
  padding: clamp(32px, 6vh, 56px) var(--gutter-lg) calc(clamp(32px, 6vh, 56px) + env(safe-area-inset-bottom));
  display: grid;
  grid-template-rows: auto 1fr auto;
  gap: 32px;
}
.landing .topline {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-family: var(--sans);
  font-size: 0.6875rem;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--honey);
}
.landing .topline .dot-b {
  display: inline-block;
  width: 6px; height: 6px;
  border-radius: 50%;
  background: var(--blush);
  margin-right: 12px;
  vertical-align: middle;
}
.landing .hero {
  place-self: center;
  text-align: center;
  max-width: 720px;
  padding: 0 8px;
}
.landing .wm-big {
  font-size: clamp(3.25rem, 12vw, 8.75rem);
}
.landing .tagline {
  margin-top: clamp(20px, 3vh, 32px);
  font-style: italic;
  font-size: clamp(1.375rem, 3.2vw, 2rem);
  color: var(--forest);
  line-height: 1.3;
}
.landing .place {
  margin-top: clamp(36px, 5vh, 56px);
  display: inline-block;
  padding: 12px 20px;
  border-top: 1px solid var(--blush);
  border-bottom: 1px solid var(--blush);
  font-family: var(--sans);
  font-size: 0.6875rem;
  letter-spacing: 0.34em;
  text-transform: uppercase;
  color: var(--forest);
  font-weight: 500;
}
.landing .place .sep { color: var(--blush-deep); margin: 0 6px; }
.landing .offer {
  margin-top: 16px;
  font-family: var(--sans);
  font-size: 0.75rem;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: var(--honey);
  font-weight: 400;
}
.landing .voice {
  max-width: 620px;
  margin: clamp(48px, 8vh, 80px) auto 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px 40px;
  text-align: left;
}
.landing .voice .col .k {
  font-family: var(--sans);
  font-size: 0.625rem;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--honey);
  margin-bottom: 10px;
}
.landing .voice .col p {
  font-family: var(--serif);
  font-size: 1rem;
  line-height: 1.55;
  color: var(--forest);
}
.landing .voice .col p em { font-style: italic; color: var(--forest); }
.landing .foot {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 20px;
  padding-top: 32px;
}
.landing .contact {
  font-family: var(--sans);
  font-weight: 400;
  font-size: 0.8125rem;
  letter-spacing: 0.04em;
  color: var(--ink);
  text-decoration: none;
  padding-bottom: 3px;
  border-bottom: 1px solid rgba(232, 197, 184, 0.65);
  transition: border-color 400ms var(--ease), color 400ms var(--ease);
}
.landing .contact:hover { border-bottom-color: var(--blush-deep); color: var(--forest-deep); }
.landing .kit-link {
  font-family: var(--sans);
  font-weight: 400;
  font-size: 0.625rem;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: var(--honey);
  text-decoration: none;
  padding-bottom: 3px;
  border-bottom: 1px solid rgba(232, 197, 184, 0.45);
  transition: border-color 400ms var(--ease);
  white-space: nowrap;
}
.landing .kit-link:hover { border-bottom-color: var(--blush-deep); }
@media (max-width: 560px) {
  .landing .voice { grid-template-columns: 1fr; }
  .landing .foot { flex-direction: column; align-items: flex-start; gap: 12px; }
}

/* ==========================================================================
   BRAND KIT PAGE — Editorial magazine layout
   ========================================================================== */
.brand .page {
  position: relative;
  z-index: 1;
  padding: 0 var(--gutter-lg);
  max-width: 1160px;
  margin: 0 auto;
}
.brand section {
  padding: clamp(72px, 10vh, 128px) 0;
  border-top: 1px solid rgba(184, 153, 104, 0.18);
}
.brand section:first-of-type { border-top: 0; }

/* Cover — full first screen */
.brand .cover {
  min-height: 100dvh;
  display: grid;
  grid-template-rows: auto 1fr auto;
  gap: 20px;
  padding: clamp(28px, 5vh, 56px) 0 clamp(20px, 4vh, 40px);
  border-top: 0;
  position: relative;
}
.brand .cover .edge {
  position: absolute;
  right: -8px;
  top: 20%;
  bottom: 20%;
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  font-family: var(--sans);
  font-size: 0.625rem;
  letter-spacing: 0.34em;
  text-transform: uppercase;
  color: var(--honey-soft);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 4px;
  border-left: 1px solid rgba(232, 197, 184, 0.55);
}
.brand .cover .edge .e-b { color: var(--blush-deep); margin: 0 6px; }
@media (max-width: 900px) { .brand .cover .edge { display: none; } }

/* Folio marker in the upper-right void */
.brand .cover .folio {
  position: absolute;
  top: clamp(70px, 12vh, 120px);
  right: 40px;
  text-align: right;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 4px;
}
.brand .cover .folio .f-num {
  font-family: var(--serif);
  font-style: italic;
  font-weight: 400;
  font-size: 3.5rem;
  line-height: 1;
  color: var(--blush-deep);
}
.brand .cover .folio .f-name {
  font-family: var(--sans);
  font-size: 0.6875rem;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--honey);
}
@media (max-width: 900px) { .brand .cover .folio { display: none; } }
.brand .cover .top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-family: var(--sans);
  font-size: 0.6875rem;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--honey);
}
.brand .cover .center { align-self: center; text-align: left; max-width: 900px; }
.brand .cover .eyebrow {
  font-family: var(--sans);
  font-size: 0.6875rem;
  letter-spacing: 0.34em;
  text-transform: uppercase;
  color: var(--blush-deep);
  margin-bottom: clamp(20px, 3vh, 32px);
  display: flex;
  align-items: center;
  gap: 12px;
}
.brand .cover .eyebrow::before {
  content: "";
  width: 40px;
  height: 1px;
  background: var(--blush);
}
.brand .cover .wm-cover {
  font-size: clamp(4rem, 14vw, 11rem);
  letter-spacing: -0.02em;
}
.brand .cover .tagline {
  font-style: italic;
  font-size: clamp(1.375rem, 3vw, 2rem);
  color: var(--forest);
  margin-top: clamp(20px, 3vh, 28px);
  max-width: 40ch;
}
.brand .cover .meta {
  margin-top: clamp(24px, 4vh, 40px);
  font-family: var(--sans);
  font-size: 0.75rem;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: var(--honey);
}
.brand .cover .meta .b { color: var(--blush-deep); margin: 0 6px; }
.brand .cover .epigraph {
  margin-top: clamp(28px, 4vh, 44px);
  padding-top: 20px;
  border-top: 1px solid rgba(232, 197, 184, 0.75);
  width: 60%;
  font-family: var(--serif);
  font-style: italic;
  font-size: 1.125rem;
  color: var(--forest-soft);
}
@media (max-width: 720px) { .brand .cover .epigraph { width: 100%; } }
.brand .cover .bottom {
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  gap: 40px;
  align-items: end;
  padding-top: 40px;
  border-top: 1px solid rgba(184, 153, 104, 0.18);
}
.brand .cover .contents .contents-head {
  font-family: var(--sans);
  font-size: 0.6875rem;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--honey);
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  gap: 12px;
}
.brand .cover .contents .contents-head::before {
  content: "";
  display: inline-block;
  width: 6px; height: 6px;
  border-radius: 50%;
  background: var(--blush);
}
.brand .cover .contents ol {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 4px 40px;
}
.brand .cover .contents li {
  display: grid;
  grid-template-columns: 28px 1fr;
  gap: 12px;
  padding: 6px 0;
  align-items: baseline;
  border-bottom: 1px solid rgba(184, 153, 104, 0.10);
}
.brand .cover .contents li:last-child { border-bottom: 0; }
.brand .cover .contents li.hero-item {
  padding: 12px 0 16px;
  grid-template-columns: 40px 1fr;
  margin-bottom: 6px;
}
.brand .cover .contents li.hero-item .n {
  font-size: 0.75rem;
  color: var(--blush-deep);
  letter-spacing: 0.24em;
}
.brand .cover .contents li.hero-item .t {
  font-size: 1.5rem;
  font-weight: 500;
}
.brand .cover .contents li.hero-item .d {
  font-size: 0.9375rem;
  margin-top: 4px;
  color: var(--forest);
}
.brand .cover .contents li .n {
  font-family: var(--sans);
  font-size: 0.625rem;
  letter-spacing: 0.2em;
  color: var(--honey);
  padding-top: 4px;
}
.brand .cover .contents li .body {
  display: flex;
  flex-direction: column;
}
.brand .cover .contents li .t {
  font-family: var(--serif);
  font-weight: 500;
  font-size: 1.125rem;
  color: var(--forest);
}
.brand .cover .contents li .d {
  font-family: var(--serif);
  font-style: italic;
  font-size: 0.8125rem;
  color: var(--forest-soft);
  margin-top: 2px;
  line-height: 1.4;
}
/* Circular wax-seal-inspired stamp */
.brand .cover .seal {
  justify-self: end;
  transform: rotate(-4deg);
  transform-origin: center;
}
.brand .cover .seal-ring {
  width: 168px;
  height: 168px;
  border-radius: 50%;
  border: 1px solid var(--blush);
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  background: var(--parchment-hi);
  box-shadow: 0 0 0 1px rgba(232, 197, 184, 0.35) inset;
}
.brand .cover .seal-ring::before {
  content: "";
  position: absolute;
  inset: 6px;
  border-radius: 50%;
  border: 1px solid rgba(184, 153, 104, 0.35);
  pointer-events: none;
}
.brand .cover .seal-top,
.brand .cover .seal-bot,
.brand .cover .seal-est {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  font-family: var(--sans);
  font-size: 0.6rem;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--forest);
}
.brand .cover .seal-top { top: 20px; }
.brand .cover .seal-bot { bottom: 30px; color: var(--forest-soft); }
.brand .cover .seal-est {
  bottom: 16px;
  font-family: var(--serif);
  font-style: italic;
  font-size: 0.65rem;
  letter-spacing: 0.16em;
  text-transform: none;
  color: var(--blush-deep);
}
.brand .cover .seal-dot { color: var(--blush-deep); margin: 0 4px; }
.brand .cover .seal-mid { text-align: center; }
.brand .cover .seal-glyph {
  font-family: var(--serif);
  font-weight: 500;
  font-size: 3.25rem;
  color: var(--forest);
  line-height: 1;
  display: inline-block;
}
.brand .cover .seal-glyph .period { color: var(--blush); }
@media (max-width: 720px) {
  .brand .cover .bottom { grid-template-columns: 1fr; }
  .brand .cover .contents ol { grid-template-columns: 1fr; }
  .brand .cover .contents li.hero-item { grid-template-columns: 34px 1fr; }
  .brand .cover .contents li.hero-item .t { font-size: 1.25rem; }
  .brand .cover .seal { justify-self: center; transform: rotate(-4deg) scale(0.85); margin-top: 24px; }
}

/* Section headings */
.brand h2 {
  font-family: var(--serif);
  font-weight: 500;
  font-size: clamp(2rem, 4.4vw, 3rem);
  line-height: 1.1;
  color: var(--forest);
  letter-spacing: -0.01em;
  margin-top: 20px;
  max-width: 22ch;
}
.brand h3 {
  font-family: var(--serif);
  font-weight: 500;
  font-size: 1.5rem;
  color: var(--forest);
  margin-top: 40px;
}
.brand p {
  max-width: var(--measure);
  font-family: var(--serif);
  font-weight: 400;
  font-size: 1.0625rem;
  line-height: 1.65;
  color: var(--forest);
  margin-top: 16px;
}
.brand p em { font-style: italic; }
.brand p.lead {
  font-size: 1.25rem;
  line-height: 1.55;
  color: var(--forest);
  max-width: 34ch;
}

/* Pull quote — italicized, floats between sections */
.pullquote {
  font-family: var(--serif);
  font-style: italic;
  font-weight: 400;
  font-size: clamp(1.5rem, 2.6vw, 2rem);
  line-height: 1.35;
  color: var(--forest);
  max-width: 24ch;
  text-align: center;
  margin: clamp(72px, 10vh, 128px) auto;
  padding: 32px 0;
  border-top: 1px solid var(--blush);
  border-bottom: 1px solid var(--blush);
}
.pullquote .attr {
  display: block;
  font-family: var(--sans);
  font-style: normal;
  font-size: 0.6875rem;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--honey);
  margin-top: 20px;
}

/* Voice cards — Promise / Wink */
.brand .cards-2 {
  margin-top: 40px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
}
.brand .card-voice {
  padding: 40px 36px;
  background: var(--parchment-hi);
  border: 1px solid rgba(184, 153, 104, 0.16);
}
.brand .card-voice .k {
  font-family: var(--sans);
  font-size: 0.6875rem;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--honey);
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  gap: 12px;
}
.brand .card-voice .k::before {
  content: "";
  width: 6px; height: 6px;
  border-radius: 50%;
  background: var(--blush);
}
.brand .card-voice p { margin-top: 0; }
@media (max-width: 720px) {
  .brand .cards-2 { grid-template-columns: 1fr; }
}

/* Logo section */
.brand .logo-lab {
  margin-top: 48px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
}
.brand .logo-frame {
  padding: clamp(48px, 8vw, 96px) clamp(32px, 6vw, 72px);
  background: var(--parchment-hi);
  border: 1px solid rgba(184, 153, 104, 0.18);
  text-align: center;
}
.brand .logo-frame .wm-frame { font-size: clamp(3rem, 10vw, 7rem); }
.brand .logo-frame .cap {
  font-family: var(--sans);
  font-size: 0.6875rem;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--honey);
  margin-top: 24px;
}
.brand .logo-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  gap: 24px;
}
.brand .logo-tile {
  padding: 32px;
  background: var(--parchment-hi);
  border: 1px solid rgba(184, 153, 104, 0.18);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 220px;
}
.brand .logo-tile img { max-width: 100%; max-height: 140px; display: block; }
.brand .logo-tile.reverse { background: var(--forest); }
.brand .logo-tile.reverse .wm-inv { color: var(--parchment); font-size: 2.25rem; }
.brand .logo-tile.reverse .wm-inv .period { color: var(--blush); }
.brand .logo-tile .cap {
  font-family: var(--sans);
  font-size: 0.625rem;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: var(--honey);
  margin-top: 20px;
}
.brand .logo-tile.reverse .cap { color: var(--blush); }
.brand .lockup-block {
  text-align: center;
  padding: 24px;
}
.brand .lockup-block .wm-locked { font-size: 2rem; margin-bottom: 8px; }
.brand .lockup-block .locked-place {
  font-family: var(--sans);
  font-size: 0.625rem;
  letter-spacing: 0.34em;
  text-transform: uppercase;
  color: var(--blush-deep);
  padding: 6px 0;
  border-top: 1px solid var(--blush);
  border-bottom: 1px solid var(--blush);
  display: inline-block;
  margin: 8px 0;
}
.brand .lockup-block .locked-offer {
  font-family: var(--serif);
  font-style: italic;
  font-size: 0.9rem;
  color: var(--forest);
}
@media (max-width: 900px) { .brand .logo-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 560px) { .brand .logo-grid { grid-template-columns: 1fr; } }

/* Do / Don't list */
.brand .rules-grid {
  margin-top: 40px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
}
.brand .rules-col h4 {
  font-family: var(--sans);
  font-size: 0.6875rem;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  font-weight: 500;
  color: var(--honey);
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  gap: 12px;
}
.brand .rules-col h4::before {
  content: "";
  width: 6px; height: 6px; border-radius: 50%; background: var(--blush);
}
.brand .rules-col ul {
  list-style: none;
  border-top: 1px solid rgba(184, 153, 104, 0.2);
}
.brand .rules-col li {
  font-family: var(--serif);
  font-size: 1.0625rem;
  line-height: 1.55;
  padding: 14px 0;
  border-bottom: 1px solid rgba(184, 153, 104, 0.14);
  display: flex;
  gap: 14px;
  align-items: baseline;
  color: var(--forest);
}
.brand .rules-col li em { font-style: italic; }
.brand .rules-col li::before {
  content: "";
  flex: 0 0 6px;
  height: 6px;
  border-radius: 50%;
  margin-top: 0.7em;
  background: var(--blush);
}
.brand .rules-col.dont li::before { background: var(--honey); opacity: 0.5; }
@media (max-width: 720px) { .brand .rules-grid { grid-template-columns: 1fr; } }

/* Palette */
.brand .palette {
  margin-top: 40px;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 16px;
}
.brand .swatch { display: flex; flex-direction: column; }
.brand .swatch .chip {
  aspect-ratio: 3/4;
  border: 1px solid rgba(184, 153, 104, 0.22);
  margin-bottom: 12px;
}
.brand .swatch .p-parchment { background: var(--parchment); }
.brand .swatch .p-forest    { background: var(--forest); border-color: var(--forest-deep); }
.brand .swatch .p-honey     { background: var(--honey); border-color: rgba(0,0,0,0.05); }
.brand .swatch .p-blush     { background: var(--blush); border-color: rgba(0,0,0,0.05); }
.brand .swatch .p-ink       { background: var(--ink); }
.brand .swatch .name {
  font-family: var(--serif);
  font-weight: 500;
  font-size: 1.125rem;
  color: var(--forest);
}
.brand .swatch .hex {
  font-family: var(--sans);
  font-size: 0.6875rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--honey);
  margin: 4px 0 10px;
}
.brand .swatch .role {
  font-family: var(--serif);
  font-style: italic;
  font-size: 0.9375rem;
  color: var(--forest);
  margin-bottom: 6px;
}
.brand .swatch .voice {
  font-family: var(--serif);
  font-size: 0.875rem;
  line-height: 1.5;
  color: var(--forest-soft);
}
@media (max-width: 900px) { .brand .palette { grid-template-columns: repeat(3, 1fr); } }
@media (max-width: 560px) { .brand .palette { grid-template-columns: repeat(2, 1fr); } }

/* Type samples */
.brand .type {
  margin-top: 40px;
  display: grid;
  gap: 0;
}
.brand .type .row {
  padding: 32px 0;
  border-top: 1px solid rgba(184, 153, 104, 0.2);
  display: grid;
  grid-template-columns: 200px 1fr;
  gap: 32px;
  align-items: baseline;
}
.brand .type .row:last-child { border-bottom: 1px solid rgba(184, 153, 104, 0.2); }
.brand .type .row .label {
  font-family: var(--sans);
  font-size: 0.6875rem;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: var(--honey);
}
.brand .type .row .label .spec { display: block; color: var(--honey-soft); font-size: 0.625rem; margin-top: 6px; }
.brand .type .display { font-family: var(--serif); font-weight: 500; font-size: clamp(2.25rem, 4vw, 3.25rem); line-height: 1.1; color: var(--forest); }
.brand .type .italic  { font-family: var(--serif); font-style: italic; font-weight: 400; font-size: 1.375rem; color: var(--forest); }
.brand .type .body    { font-family: var(--serif); font-weight: 400; font-size: 1.0625rem; line-height: 1.7; color: var(--forest); max-width: var(--measure); }
.brand .type .ui      { font-family: var(--sans); font-weight: 500; font-size: 0.75rem; letter-spacing: 0.28em; text-transform: uppercase; color: var(--forest); }
.brand .type .ui .b { color: var(--blush-deep); margin: 0 6px; }
@media (max-width: 720px) { .brand .type .row { grid-template-columns: 1fr; gap: 12px; } }

/* Voice table */
.brand .voice-table {
  margin-top: 40px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  border-top: 1px solid rgba(184, 153, 104, 0.2);
}
.brand .voice-table .h {
  font-family: var(--sans);
  font-size: 0.6875rem;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--honey);
  padding: 20px 24px;
  border-bottom: 1px solid rgba(184, 153, 104, 0.24);
}
.brand .voice-table .h-do { border-right: 1px solid rgba(184, 153, 104, 0.14); }
.brand .voice-table .c {
  padding: 16px 24px;
  font-family: var(--serif);
  font-size: 1.0625rem;
  color: var(--forest);
  border-bottom: 1px solid rgba(184, 153, 104, 0.10);
}
.brand .voice-table .c.dont { color: var(--forest-soft); border-left: 1px solid rgba(184, 153, 104, 0.14); font-style: italic; }
@media (max-width: 640px) {
  .brand .voice-table { grid-template-columns: 1fr; border-top: 0; }
  .brand .voice-table .h { border-right: 0; }
  .brand .voice-table .c.dont { border-left: 0; }
}

/* Micro-copy blocks */
.brand .micros {
  margin-top: 48px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.brand .micro {
  padding: 28px;
  background: var(--parchment-hi);
  border: 1px solid rgba(184, 153, 104, 0.18);
}
.brand .micro .k {
  font-family: var(--sans);
  font-size: 0.625rem;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--honey);
  margin-bottom: 14px;
}
.brand .micro p { margin-top: 0; font-size: 1rem; line-height: 1.55; }
.brand .micro .sig {
  font-family: var(--serif);
  font-style: italic;
  color: var(--honey);
  margin-top: 8px;
  font-size: 1rem;
}
@media (max-width: 900px) { .brand .micros { grid-template-columns: 1fr; } }

/* Personality dials (sliders) */
.brand .dials {
  margin-top: 48px;
  display: grid;
  gap: 24px;
}
.brand .dial { display: grid; grid-template-columns: 140px 1fr 140px; align-items: center; gap: 20px; }
.brand .dial .l, .brand .dial .r {
  font-family: var(--sans);
  font-size: 0.75rem;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: var(--forest-soft);
}
.brand .dial .l { text-align: right; }
.brand .dial .l.on, .brand .dial .r.on { color: var(--forest); font-weight: 500; }
.brand .dial .track {
  height: 1px;
  background: rgba(184, 153, 104, 0.35);
  position: relative;
}
.brand .dial .thumb {
  position: absolute;
  top: 50%;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: var(--blush);
  border: 2px solid var(--parchment);
  box-shadow: 0 0 0 1px rgba(184, 153, 104, 0.35);
  transform: translate(-50%, -50%);
}
@media (max-width: 640px) {
  .brand .dial { grid-template-columns: 1fr; }
  .brand .dial .l, .brand .dial .r { text-align: left; padding-left: 0; }
  .brand .dial .l::before { content: "◂  "; color: var(--blush-deep); }
  .brand .dial .r::before { content: "▸  "; color: var(--honey-soft); opacity: 0.6; }
}

/* Philosophy trio */
.brand .trio {
  margin-top: 48px;
  padding: clamp(48px, 8vh, 96px) 0;
  text-align: center;
  border-top: 1px solid var(--blush);
  border-bottom: 1px solid var(--blush);
}
.brand .trio .three {
  font-family: var(--serif);
  font-style: italic;
  font-weight: 400;
  font-size: clamp(2rem, 5vw, 3.5rem);
  color: var(--forest);
  line-height: 1.15;
  letter-spacing: -0.005em;
}
.brand .trio .three .sep { color: var(--blush-deep); margin: 0 20px; font-style: normal; }
.brand .trio .note {
  font-family: var(--serif);
  font-style: italic;
  font-size: 1rem;
  color: var(--forest-soft);
  max-width: 42ch;
  margin: 32px auto 0;
  line-height: 1.55;
}

/* Room grid — 4 renders */
.brand .rooms {
  margin-top: 40px;
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 20px;
}
.brand .rooms .big {
  grid-column: 1;
  grid-row: 1 / span 2;
}
.brand .rooms figure {
  margin: 0;
}
.brand .rooms img {
  display: block;
  width: 100%;
  height: 100%;
  aspect-ratio: 3/2;
  object-fit: cover;
  border: 1px solid rgba(184, 153, 104, 0.18);
}
.brand .rooms .big img { aspect-ratio: 4/3; }
.brand .rooms figcaption {
  font-family: var(--sans);
  font-size: 0.625rem;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--honey);
  margin-top: 10px;
}
@media (max-width: 720px) {
  .brand .rooms { grid-template-columns: 1fr; }
  .brand .rooms .big { grid-column: auto; grid-row: auto; }
}

/* Merch strip */
.brand .merch {
  margin-top: 40px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
.brand .merch figure { margin: 0; }
.brand .merch img {
  display: block;
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
  border: 1px solid rgba(184, 153, 104, 0.18);
  background: var(--parchment-hi);
}
.brand .merch figcaption {
  font-family: var(--sans);
  font-size: 0.625rem;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--honey);
  margin-top: 10px;
}
.brand .merch figcaption .name {
  display: block;
  font-family: var(--serif);
  font-style: italic;
  font-size: 0.9375rem;
  letter-spacing: 0;
  text-transform: none;
  color: var(--forest);
  margin-top: 4px;
}
@media (max-width: 720px) { .brand .merch { grid-template-columns: 1fr 1fr; } }

/* Cards flatlay + business cards */
.brand .flatlay {
  margin-top: 40px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
.brand .flatlay figure { margin: 0; }
.brand .flatlay img {
  display: block;
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
  border: 1px solid rgba(184, 153, 104, 0.18);
}
.brand .flatlay figcaption {
  font-family: var(--sans);
  font-size: 0.625rem;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--honey);
  margin-top: 10px;
}
.brand .flatlay figcaption .name {
  display: block;
  font-family: var(--serif);
  font-style: italic;
  font-size: 0.9375rem;
  letter-spacing: 0;
  text-transform: none;
  color: var(--forest);
  margin-top: 4px;
}
@media (max-width: 640px) { .brand .flatlay { grid-template-columns: 1fr; } }

/* Motion demo */
.brand .motion-demo {
  margin-top: 40px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
.brand .motion-tile {
  padding: clamp(48px, 6vw, 72px) 32px;
  background: var(--parchment-hi);
  border: 1px solid rgba(184, 153, 104, 0.18);
  text-align: center;
}
.brand .motion-tile .wm-demo { font-size: 3.25rem; }
.brand .motion-tile .demo-link {
  font-family: var(--sans);
  font-size: 0.9375rem;
  color: var(--ink);
  padding-bottom: 3px;
  border-bottom: 1px solid rgba(232, 197, 184, 0.7);
  cursor: pointer;
  transition: border-color 400ms var(--ease);
}
.brand .motion-tile .demo-link:hover { border-bottom-color: var(--blush-deep); }
.brand .motion-tile .cap {
  font-family: var(--sans);
  font-size: 0.6875rem;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: var(--honey);
  margin-top: 24px;
}
@media (max-width: 640px) { .brand .motion-demo { grid-template-columns: 1fr; } }

/* Footer */
.brand .brand-foot {
  padding: clamp(72px, 10vh, 128px) 0 clamp(32px, 6vh, 56px);
  border-top: 1px solid var(--blush);
  text-align: center;
  margin-top: clamp(48px, 8vh, 96px);
}
.brand .brand-foot .close {
  font-family: var(--serif);
  font-style: italic;
  font-size: 1.5rem;
  color: var(--forest);
  margin-bottom: 24px;
}
.brand .brand-foot .contact {
  font-family: var(--sans);
  font-size: 0.9375rem;
  color: var(--ink);
  text-decoration: none;
  padding-bottom: 3px;
  border-bottom: 1px solid var(--blush);
}
.brand .brand-foot .colophon {
  margin-top: 40px;
  font-family: var(--sans);
  font-size: 0.6875rem;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: var(--honey);
  line-height: 1.8;
}
.brand .brand-foot .colophon a {
  color: var(--honey);
  text-decoration: none;
  border-bottom: 1px solid rgba(232, 197, 184, 0.4);
}
.brand .brand-foot .colophon .n { color: var(--blush-deep); margin: 0 6px; }
