/* =========================================================================
   By Brielle — Parent Brand Masthead
   Snow + Gold Editorial System
   Same DNA as BrielleBook, tuned for masthead composition
   ========================================================================= */

:root {
  --snow: #FDFCF9;
  --snow-warm: #F8F5EE;
  --gold: #B8935A;
  --gold-deep: #8E6D3D;
  --ink: #1A1512;
  --ink-soft: #4A3F35;
  --mute: #9A9084;
  --line: #E8E1D2;
  --line-soft: #F0EADD;

  --font-display: 'Fraunces', 'Georgia', serif;
  --font-script: 'Tangerine', cursive;
  --font-ui: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;

  --track-caps: 0.18em;
  --track-nav: 0.24em;

  --max: 1240px;
  --max-narrow: 820px;
  --max-reading: 640px;

  --pad-x-desktop: 5vw;
  --pad-x-mobile: 24px;
}

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

html {
  scroll-behavior: smooth;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  font-family: var(--font-ui);
  font-weight: 300;
  font-size: 17px;
  line-height: 1.65;
  color: var(--ink);
  background: var(--snow);
  overflow-x: hidden;
}

/* -------------------------------------------------------- Typography */

h1, h2, h3, h4 {
  font-family: var(--font-display);
  font-weight: 300;
  line-height: 1.08;
  letter-spacing: -0.015em;
  color: var(--ink);
}

.serif { font-family: var(--font-display); font-weight: 300; }
.script { font-family: var(--font-script); font-weight: 700; font-style: italic; }
.ital { font-style: italic; }
.gold { color: var(--gold); }
.mute { color: var(--mute); }
.caps { text-transform: uppercase; letter-spacing: var(--track-caps); font-size: 12px; font-weight: 500; }
.nav-caps { text-transform: uppercase; letter-spacing: var(--track-nav); font-size: 11px; font-weight: 500; }

p {
  color: var(--ink-soft);
}

a {
  color: inherit;
  text-decoration: none;
}

.rule {
  display: inline-block;
  width: 40px;
  height: 1px;
  background: var(--gold);
  vertical-align: middle;
  margin-right: 14px;
}

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

.container {
  max-width: var(--max);
  margin: 0 auto;
  padding: 0 var(--pad-x-desktop);
}

.container-narrow {
  max-width: var(--max-narrow);
  margin: 0 auto;
  padding: 0 var(--pad-x-desktop);
}

section {
  padding: 120px 0;
}

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

.masthead {
  padding: 32px 0;
  border-bottom: 1px solid var(--line);
  background: var(--snow);
  position: sticky;
  top: 0;
  z-index: 40;
  backdrop-filter: blur(8px);
  background: rgba(253, 252, 249, 0.94);
}

.masthead-inner {
  max-width: var(--max);
  margin: 0 auto;
  padding: 0 var(--pad-x-desktop);
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.mast-mark {
  display: flex;
  align-items: baseline;
  gap: 14px;
}

.mast-mark .by {
  font-family: var(--font-display);
  font-style: italic;
  font-weight: 300;
  font-size: 22px;
  color: var(--mute);
  transform: translateY(-2px);
}

.mast-mark .brielle {
  font-family: var(--font-script);
  font-weight: 700;
  font-style: italic;
  font-size: 44px;
  color: var(--gold);
  line-height: 0.9;
}

.mast-right {
  display: flex;
  gap: 40px;
  align-items: center;
}

.mast-right a {
  color: var(--ink);
  transition: color 0.2s;
}

.mast-right a:hover {
  color: var(--gold);
}

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

.hero {
  padding: 140px 0 160px;
  text-align: center;
  position: relative;
}

.hero-eyebrow {
  color: var(--gold);
  font-family: var(--font-display);
  font-style: italic;
  font-weight: 300;
  font-size: 15px;
  margin-bottom: 40px;
  letter-spacing: 0.02em;
}

.hero-eyebrow .dot {
  color: var(--gold);
  margin: 0 12px;
  opacity: 0.6;
}

.mega-mark {
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 20px;
  margin-bottom: 48px;
}

.mega-mark .by {
  font-family: var(--font-display);
  font-style: italic;
  font-weight: 300;
  font-size: 64px;
  color: var(--ink-soft);
  line-height: 1;
  transform: translateY(-30px);
}

.mega-mark .brielle {
  font-family: var(--font-script);
  font-weight: 700;
  font-style: italic;
  font-size: 220px;
  color: var(--gold);
  line-height: 0.85;
  letter-spacing: -0.02em;
}

.hero-tagline {
  font-family: var(--font-display);
  font-weight: 300;
  font-size: 32px;
  line-height: 1.3;
  color: var(--ink);
  max-width: 680px;
  margin: 0 auto 32px;
  letter-spacing: -0.01em;
}

.hero-tagline em {
  font-style: italic;
  color: var(--gold);
}

.hero-sub {
  font-size: 17px;
  color: var(--ink-soft);
  max-width: 520px;
  margin: 0 auto;
  line-height: 1.7;
}

.hero-stamp {
  margin-top: 60px;
  color: var(--mute);
  font-family: var(--font-display);
  font-style: italic;
  font-size: 14px;
  letter-spacing: 0.04em;
}

/* -------------------------------------------------------- Divider */

.divider {
  max-width: var(--max);
  margin: 0 auto;
  padding: 0 var(--pad-x-desktop);
}

.divider-inner {
  border-top: 1px solid var(--line);
  height: 1px;
}

.divider-ornament {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin: 0 auto;
  padding: 60px 0;
}

.divider-ornament .line-el {
  width: 80px;
  height: 1px;
  background: var(--line);
}

.divider-ornament .diamond {
  width: 6px;
  height: 6px;
  background: var(--gold);
  transform: rotate(45deg);
}

/* -------------------------------------------------------- Section labels */

.section-label {
  display: flex;
  align-items: center;
  gap: 14px;
  color: var(--gold);
  font-family: var(--font-display);
  font-style: italic;
  font-weight: 300;
  font-size: 15px;
  margin-bottom: 24px;
}

.section-label .rule {
  margin: 0;
}

/* -------------------------------------------------------- The Story */

.story-section {
  background: var(--snow-warm);
}

.story-grid {
  display: grid;
  grid-template-columns: 5fr 6fr;
  gap: 80px;
  align-items: center;
  max-width: var(--max);
  margin: 0 auto;
  padding: 0 var(--pad-x-desktop);
}

.story-narrow {
  max-width: 720px;
  margin: 0 auto;
  padding: 0 var(--pad-x-desktop);
}

.story-narrow .section-label {
  margin-bottom: 32px;
}

.story-narrow p {
  font-size: 17px;
  line-height: 1.8;
  color: var(--ink-soft);
  margin-bottom: 20px;
}

.story-narrow p:last-child {
  margin-bottom: 0;
}

.story-narrow .story-headline {
  font-family: var(--font-display);
  font-weight: 300;
  font-size: 48px;
  line-height: 1.1;
  margin: 0 0 40px;
  letter-spacing: -0.015em;
}

.story-narrow .story-headline em {
  font-style: italic;
  color: var(--gold);
}

.story-copy .story-headline {
  font-family: var(--font-display);
  font-weight: 300;
  font-size: 42px;
  line-height: 1.15;
  margin: 0 0 32px;
  letter-spacing: -0.015em;
}

.story-copy .story-headline em {
  font-style: italic;
  color: var(--gold);
}

.story-copy p {
  font-size: 17px;
  line-height: 1.8;
  color: var(--ink-soft);
  margin-bottom: 20px;
}

.story-copy p:last-child {
  margin-bottom: 0;
}

.story-image {
  aspect-ratio: 4/3;
  background: var(--line-soft);
  border-radius: 2px;
  overflow: hidden;
  position: relative;
}

.story-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* -------------------------------------------------------- Interstitial */

.interstitial {
  padding: 100px 0 60px;
  text-align: center;
  background: var(--snow);
}

.interstitial img {
  display: block;
  width: 100%;
  max-width: 720px;
  height: auto;
  margin: 0 auto;
  aspect-ratio: 1/1;
  object-fit: cover;
  border-radius: 2px;
}

.interstitial-caption {
  margin-top: 32px;
  font-family: var(--font-display);
  font-size: 17px;
  font-style: italic;
  color: var(--gold);
  letter-spacing: 0.02em;
}

/* -------------------------------------------------------- The Brands */

.brands-section {
  padding: 140px 0;
}

.brands-header {
  text-align: center;
  margin-bottom: 80px;
  max-width: var(--max);
  margin-left: auto;
  margin-right: auto;
  padding: 0 var(--pad-x-desktop);
}

.brands-header .section-label {
  justify-content: center;
  margin-bottom: 24px;
}

.brands-headline {
  font-family: var(--font-display);
  font-weight: 300;
  font-size: 48px;
  line-height: 1.15;
  letter-spacing: -0.015em;
  color: var(--ink);
  margin-bottom: 20px;
}

.brands-headline em {
  font-style: italic;
  color: var(--gold);
}

.brands-sub {
  color: var(--ink-soft);
  font-size: 17px;
  max-width: 540px;
  margin: 0 auto;
}

.brands-list {
  max-width: 960px;
  margin: 0 auto;
  padding: 0 var(--pad-x-desktop);
}

.brand-row {
  display: grid;
  grid-template-columns: 60px 1fr auto auto;
  gap: 32px;
  align-items: center;
  padding: 40px 0;
  border-top: 1px solid var(--line);
  transition: background 0.3s;
}

.brand-row:last-child {
  border-bottom: 1px solid var(--line);
}

.brand-row.available {
  cursor: pointer;
}

.brand-row.available:hover {
  background: var(--snow-warm);
  padding-left: 20px;
  padding-right: 20px;
  margin-left: -20px;
  margin-right: -20px;
}

.brand-num {
  font-family: var(--font-display);
  font-style: italic;
  font-weight: 300;
  font-size: 20px;
  color: var(--gold);
}

.brand-info h3 {
  font-family: var(--font-display);
  font-weight: 300;
  font-size: 34px;
  line-height: 1.1;
  letter-spacing: -0.015em;
  margin-bottom: 8px;
}

.brand-info p {
  color: var(--ink-soft);
  font-size: 15px;
  max-width: 480px;
}

.brand-status {
  font-family: var(--font-display);
  font-style: italic;
  font-weight: 300;
  font-size: 14px;
  color: var(--mute);
  letter-spacing: 0.02em;
  text-align: right;
  white-space: nowrap;
}

.brand-status.live {
  color: var(--gold);
}

.brand-arrow {
  font-family: var(--font-display);
  font-weight: 300;
  font-size: 24px;
  color: var(--gold);
  transition: transform 0.2s;
  opacity: 0;
}

.brand-row.available .brand-arrow {
  opacity: 1;
}

.brand-row.available:hover .brand-arrow {
  transform: translateX(6px);
}

/* -------------------------------------------------------- The House */

.house-section {
  background: var(--ink);
  color: var(--snow);
  padding: 140px 0;
  text-align: center;
}

.house-section .section-label {
  color: var(--gold);
  justify-content: center;
}

.house-section .section-label .rule {
  background: var(--gold);
}

.house-headline {
  font-family: var(--font-display);
  font-weight: 300;
  font-size: 48px;
  line-height: 1.2;
  letter-spacing: -0.015em;
  color: var(--snow);
  max-width: 720px;
  margin: 0 auto 32px;
}

.house-headline em {
  font-style: italic;
  color: var(--gold);
}

.house-section p {
  color: rgba(253, 252, 249, 0.72);
  font-size: 17px;
  line-height: 1.75;
  max-width: 580px;
  margin: 0 auto 20px;
}

.house-stamp {
  margin-top: 60px;
  font-family: var(--font-display);
  font-style: italic;
  color: var(--gold);
  font-size: 15px;
  letter-spacing: 0.04em;
}

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

.contact-section {
  padding: 140px 0;
  text-align: center;
  background: var(--snow-warm);
}

.contact-headline {
  font-family: var(--font-display);
  font-weight: 300;
  font-size: 56px;
  line-height: 1.1;
  letter-spacing: -0.02em;
  margin-bottom: 32px;
}

.contact-headline em {
  font-style: italic;
  color: var(--gold);
}

.contact-email {
  font-family: var(--font-display);
  font-weight: 300;
  font-size: 28px;
  color: var(--gold);
  display: inline-block;
  border-bottom: 1px solid var(--gold);
  padding-bottom: 6px;
  transition: opacity 0.2s;
}

.contact-email:hover {
  opacity: 0.7;
}

.contact-sub {
  color: var(--ink-soft);
  font-size: 16px;
  margin-top: 32px;
}

/* -------------------------------------------------------- Brands Footnote */

.brands-footnote {
  text-align: center;
  max-width: 560px;
  margin: 60px auto 0;
  font-family: var(--font-display);
  font-style: italic;
  font-weight: 300;
  font-size: 17px;
  color: var(--mute);
  line-height: 1.6;
}

/* -------------------------------------------------------- Inquiry Form */

.inquiry-form {
  max-width: 640px;
  margin: 0 auto;
  text-align: left;
}

.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  margin-bottom: 24px;
}

.form-full {
  display: block;
  margin-bottom: 24px;
}

.inquiry-form label {
  display: block;
}

.form-label {
  display: block;
  font-family: var(--font-body);
  font-size: 11px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--mute);
  margin-bottom: 10px;
  font-weight: 400;
}

.inquiry-form input,
.inquiry-form select,
.inquiry-form textarea {
  width: 100%;
  background: var(--snow);
  border: none;
  border-bottom: 1px solid var(--line);
  padding: 10px 0 14px;
  font-family: var(--font-display);
  font-size: 18px;
  font-weight: 300;
  color: var(--ink);
  transition: border-color 0.2s;
  border-radius: 0;
  appearance: none;
  -webkit-appearance: none;
}

.inquiry-form textarea {
  resize: vertical;
  min-height: 120px;
  border: 1px solid var(--line);
  padding: 14px 16px;
  background: var(--snow-warm);
  font-size: 16px;
  line-height: 1.6;
}

.inquiry-form input:focus,
.inquiry-form select:focus,
.inquiry-form textarea:focus {
  outline: none;
  border-color: var(--gold);
}

.inquiry-form select {
  background: var(--snow) url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%23B8935A' d='M6 8L0 0h12z'/%3E%3C/svg%3E") right center no-repeat;
  background-size: 12px 8px;
  cursor: pointer;
  padding-right: 24px;
}

.inquiry-form textarea::placeholder {
  color: var(--mute);
  font-style: italic;
}

.form-submit {
  display: block;
  margin: 40px auto 0;
  background: var(--ink);
  color: var(--snow);
  border: none;
  padding: 18px 48px;
  font-family: var(--font-body);
  font-size: 12px;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  font-weight: 500;
  cursor: pointer;
  transition: background 0.2s, transform 0.15s;
}

.form-submit:hover {
  background: var(--gold-deep);
  transform: translateY(-1px);
}

.form-note {
  text-align: center;
  margin-top: 28px;
  font-family: var(--font-display);
  font-style: italic;
  font-weight: 300;
  font-size: 15px;
  color: var(--mute);
}

.form-note a {
  color: var(--gold);
  text-decoration: none;
  border-bottom: 1px solid var(--gold);
}

.form-note a:hover {
  opacity: 0.7;
}

.footer-legal {
  color: var(--mute);
  opacity: 0.7;
  font-size: 10px;
}

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

footer {
  background: var(--snow);
  padding: 60px 0 40px;
  border-top: 1px solid var(--line);
}

.footer-inner {
  max-width: var(--max);
  margin: 0 auto;
  padding: 0 var(--pad-x-desktop);
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
}

.footer-mark {
  display: flex;
  align-items: baseline;
  gap: 8px;
}

.footer-mark .by {
  font-family: var(--font-display);
  font-style: italic;
  font-weight: 300;
  font-size: 16px;
  color: var(--mute);
  transform: translateY(-2px);
}

.footer-mark .brielle {
  font-family: var(--font-script);
  font-weight: 700;
  font-style: italic;
  font-size: 30px;
  color: var(--gold);
  line-height: 0.9;
}

.footer-meta {
  font-family: var(--font-display);
  font-style: italic;
  font-weight: 300;
  font-size: 13px;
  color: var(--mute);
  letter-spacing: 0.02em;
}

/* -------------------------------------------------------- Responsive */

@media (max-width: 900px) {
  :root {
    --pad-x-desktop: 24px;
  }

  section, .hero, .brands-section, .house-section, .contact-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .hero {
    padding-top: 60px;
    padding-bottom: 100px;
  }

  .masthead {
    padding: 20px 0;
  }

  .mast-mark .brielle {
    font-size: 32px;
  }

  .mast-mark .by {
    font-size: 16px;
  }

  /* Hide nav-links on mobile — cleaner masthead */
  .mast-right {
    display: none;
  }

  .interstitial {
    padding: 60px 24px 40px;
  }

  .mega-mark {
    gap: 10px;
  }

  .mega-mark .brielle {
    font-size: 120px;
  }

  .mega-mark .by {
    font-size: 36px;
    transform: translateY(-14px);
  }

  .hero-tagline {
    font-size: 24px;
    padding: 0 20px;
  }

  .hero-eyebrow {
    font-size: 14px;
    padding: 0 20px;
  }

  .story-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .story-copy .story-headline {
    font-size: 32px;
  }

  .brand-row {
    grid-template-columns: 40px 1fr;
    gap: 20px;
    row-gap: 8px;
  }

  .brand-status {
    grid-column: 2;
    text-align: left;
    margin-top: 4px;
  }

  .brand-arrow {
    display: none;
  }

  .brand-info h3 {
    font-size: 26px;
  }

  .brands-headline, .house-headline {
    font-size: 34px;
  }

  .contact-headline {
    font-size: 40px;
  }

  .contact-email {
    font-size: 22px;
  }

  .form-row {
    grid-template-columns: 1fr;
    gap: 20px;
    margin-bottom: 20px;
  }

  .form-submit {
    padding: 16px 32px;
    width: 100%;
  }

  .brands-footnote {
    font-size: 15px;
    padding: 0 20px;
  }

  .footer-inner {
    flex-direction: column;
    text-align: center;
    gap: 16px;
  }

  .divider-ornament {
    padding: 40px 0;
  }
}
