/* ════════════════════════════════════════════════════════════════
   Yoke Interactive · marketing site
   Warm cream + Yoke red, Montserrat display + Open Sans body.
   ════════════════════════════════════════════════════════════════ */

:root {
  /* Palette */
  --yoke-red:        #A3251E;
  --yoke-red-deep:   #821C16;
  --warm-gold:       #C9962E;
  --cream:           #F7F1E3;
  --cream-deep:      #EFE6D0;
  --paper:           #FAF8F3;
  --white:           #FFFFFF;
  --ink:             #2A241D;
  --ink-soft:        #4A4239;
  --muted:           #7A6F5F;
  --rule:            #E8DFCC;
  --rule-soft:       #F1EADA;

  /* Type */
  --display: 'Montserrat', system-ui, -apple-system, Segoe UI, sans-serif;
  --body:    'Open Sans', system-ui, -apple-system, Segoe UI, sans-serif;

  /* Layout */
  --container: 1180px;
  --gap: 28px;
}

/* ── Reset ─────────────────────────────────────────── */
*, *::before, *::after { box-sizing: border-box; }
* { margin: 0; padding: 0; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }

/* Sticky header offset so in-page nav anchors land below the header, not behind it */
#top, #work, #packets, #addons, #about, #contact {
  scroll-margin-top: 140px;
}
@media (max-width: 960px) {
  #top, #work, #packets, #addons, #about, #contact {
    scroll-margin-top: 110px;
  }
}
@media (max-width: 600px) {
  #top, #work, #packets, #addons, #about, #contact {
    scroll-margin-top: 80px;
  }
}
body {
  background: var(--cream);
  color: var(--ink);
  font-family: var(--body);
  font-size: 16px;
  line-height: 1.65;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
img { max-width: 100%; display: block; }
a { color: var(--yoke-red); text-decoration: none; }
a:hover { text-decoration: underline; }
button { font-family: inherit; cursor: pointer; }

/* ── Layout helpers ────────────────────────────────── */
.container {
  width: 100%;
  max-width: var(--container);
  margin: 0 auto;
  padding: 0 32px;
}

/* ── Shared display type ───────────────────────────── */
.eyebrow {
  font-family: var(--display);
  font-weight: 600;
  font-size: 12px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--yoke-red);
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
.locality-dot {
  display: inline-block;
  width: 8px; height: 8px;
  background: var(--yoke-red);
  border-radius: 50%;
}
.section-title {
  font-family: var(--display);
  font-weight: 800;
  font-size: 44px;
  line-height: 1.08;
  letter-spacing: -0.018em;
  color: var(--ink);
  margin: 12px 0 0 0;
}
.section-sub {
  margin-top: 16px;
  max-width: 620px;
  font-size: 17px;
  line-height: 1.6;
  color: var(--ink-soft);
}
.section-head { margin-bottom: 50px; }

/* ── Buttons ───────────────────────────────────────── */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: var(--display);
  font-weight: 600;
  font-size: 15px;
  letter-spacing: 0.01em;
  padding: 14px 24px;
  border-radius: 4px;
  border: 2px solid transparent;
  transition: all 0.18s ease;
  cursor: pointer;
}
.btn-primary {
  background: var(--yoke-red);
  color: var(--white);
}
.btn-primary:hover {
  background: var(--yoke-red-deep);
  text-decoration: none;
  transform: translateY(-1px);
}
.btn-ghost {
  background: transparent;
  color: var(--ink);
  border-color: var(--ink);
}
.btn-ghost:hover {
  background: var(--ink);
  color: var(--cream);
  text-decoration: none;
}
.btn-icon { font-size: 14px; }

/* ════════════════════════════════════════════════════════
   HEADER
   ════════════════════════════════════════════════════════ */
.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: #000;
  border-bottom: none;
}
.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 18px;
  padding-bottom: 18px;
}
.logo-link {
  display: inline-flex;
  align-items: center;
}
.logo {
  height: 100px;
  width: auto;
  display: block;
}
.site-nav {
  display: flex;
  align-items: center;
  gap: 36px;
}
.site-nav a {
  font-family: var(--display);
  font-weight: 500;
  font-size: 14px;
  color: rgba(255,255,255,0.85);
  letter-spacing: 0.02em;
}
.site-nav a:hover {
  color: var(--yoke-red);
  text-decoration: none;
}
.nav-cta {
  background: var(--yoke-red);
  color: var(--white) !important;
  padding: 10px 18px;
  border-radius: 4px;
  font-weight: 600;
}
.nav-cta:hover {
  background: var(--yoke-red-deep);
  text-decoration: none;
}

/* ════════════════════════════════════════════════════════
   HERO
   ════════════════════════════════════════════════════════ */
.hero {
  position: relative;
  min-height: 680px;
  background: var(--cream);
  overflow: hidden;
  display: flex;
  align-items: center;
}
.hero-photo {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.hero-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}
.hero-gradient {
  position: absolute;
  inset: 0;
  z-index: 1;
  /* Stronger cream coverage through the text column for full readability,
     then a soft long fade so the gazebo still breathes on the right. */
  background:
    linear-gradient(
      90deg,
      rgba(247, 241, 227, 0.97) 0%,
      rgba(247, 241, 227, 0.95) 38%,
      rgba(247, 241, 227, 0.70) 60%,
      rgba(247, 241, 227, 0.25) 85%,
      rgba(247, 241, 227, 0.0)  100%
    );
}
.hero-inner {
  position: relative;
  z-index: 2;
  width: 100%;
  padding-top: 80px;
  padding-bottom: 90px;
}
.hero-copy {
  max-width: 580px;
}
.hero-title {
  font-family: var(--display);
  font-weight: 800;
  font-size: 60px;
  line-height: 1.04;
  letter-spacing: -0.022em;
  color: var(--ink);
  margin: 22px 0 28px 0;
  text-shadow: 0 1px 0 rgba(247, 241, 227, 0.6);
}
.hero-title .accent {
  color: var(--yoke-red);
}
.hero-sub {
  font-size: 18px;
  line-height: 1.62;
  color: var(--ink-soft);
  max-width: 540px;
  margin-bottom: 36px;
}
.hero-ctas {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
  margin-bottom: 26px;
}
.hero-trustline {
  font-family: var(--body);
  font-size: 14px;
  font-style: italic;
  color: var(--ink-soft);
}
.hero-credit {
  position: absolute;
  bottom: 20px;
  right: 28px;
  z-index: 2;
  font-family: var(--display);
  font-weight: 500;
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--white);
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
  opacity: 0.9;
}

/* ════════════════════════════════════════════════════════
   PACKETS
   ════════════════════════════════════════════════════════ */
.packets {
  background: var(--cream);
  padding: 110px 0;
  border-top: 1px solid var(--rule-soft);
  border-bottom: 1px solid var(--rule-soft);
}
.packets-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}
.packet-card {
  position: relative;
  background: var(--white);
  border: 1px solid var(--rule);
  border-radius: 8px;
  padding: 38px 32px 32px;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.packet-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 32px rgba(42, 36, 29, 0.08);
}
.packet-featured {
  border-color: var(--yoke-red);
  border-width: 2px;
  background: linear-gradient(180deg, #FFFEFB 0%, #FFFFFF 60%);
  box-shadow: 0 8px 24px rgba(163, 37, 30, 0.08);
}
.packet-flag {
  position: absolute;
  top: -14px;
  left: 50%;
  transform: translateX(-50%);
  background: var(--yoke-red);
  color: var(--white);
  font-family: var(--display);
  font-weight: 700;
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  padding: 6px 14px;
  border-radius: 100px;
}
.packet-stripe {
  position: absolute;
  top: 0; left: 0;
  width: 56px; height: 4px;
  background: var(--yoke-red);
  border-radius: 8px 0 4px 0;
}
.packet-eyebrow {
  font-family: var(--display);
  font-weight: 600;
  font-size: 11px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--muted);
  margin-bottom: 6px;
}
.packet-name {
  font-family: var(--display);
  font-weight: 800;
  font-size: 26px;
  letter-spacing: -0.012em;
  color: var(--ink);
  margin-bottom: 14px;
}
.packet-price {
  display: flex;
  align-items: baseline;
  gap: 6px;
  margin-bottom: 18px;
  padding-bottom: 18px;
  border-bottom: 1px solid var(--rule);
}
.packet-price .amount {
  font-family: var(--display);
  font-weight: 800;
  font-size: 40px;
  color: var(--yoke-red);
  letter-spacing: -0.02em;
}
.packet-price .unit {
  font-family: var(--display);
  font-weight: 500;
  font-size: 14px;
  color: var(--muted);
}
.packet-desc {
  font-size: 15px;
  line-height: 1.6;
  color: var(--ink-soft);
  margin-bottom: 18px;
}
.packet-list {
  list-style: none;
  margin-bottom: 26px;
}
.packet-list li {
  position: relative;
  padding-left: 22px;
  padding-top: 6px; padding-bottom: 6px;
  font-size: 14.5px;
  color: var(--ink-soft);
  border-top: 1px dotted var(--rule);
}
.packet-list li:first-child { border-top: none; padding-top: 4px; }
.packet-list li::before {
  content: '';
  position: absolute;
  left: 0; top: 13px;
  width: 12px; height: 2px;
  background: var(--warm-gold);
}
.packet-cta {
  display: inline-flex;
  align-items: center;
  font-family: var(--display);
  font-weight: 600;
  font-size: 14px;
  color: var(--yoke-red);
  letter-spacing: 0.02em;
  padding-bottom: 2px;
  border-bottom: 1.5px solid var(--yoke-red);
}
.packet-cta:hover {
  color: var(--yoke-red-deep);
  text-decoration: none;
}

/* ════════════════════════════════════════════════════════
   PRINT ADD-ONS  (dark warm-gray section)
   ════════════════════════════════════════════════════════ */
.addons {
  background: #3A3833;
  padding: 110px 0;
  color: #E8E0D0;
}
.addons .eyebrow { color: var(--warm-gold); }
.addons .locality-dot { background: var(--warm-gold); }
.addons .section-title { color: #F4ECDB; }
.addons .section-sub { color: #C7BFB0; }
.addon-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.addon-card {
  background: var(--white);
  border: 1px solid #2B2A26;
  border-radius: 6px;
  padding: 28px 26px 26px;
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
  display: flex;
  flex-direction: column;
}
.addon-card:hover {
  transform: translateY(-2px);
  border-color: var(--warm-gold);
  box-shadow: 0 14px 36px rgba(0, 0, 0, 0.32);
}
.addon-icon {
  width: 56px;
  height: 56px;
  margin-bottom: 18px;
  background: var(--cream-deep);
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 6px;
}
.addon-icon svg {
  width: 100%;
  height: 100%;
  display: block;
}
.addon-name {
  font-family: var(--display);
  font-weight: 700;
  font-size: 19px;
  color: var(--ink);
  letter-spacing: -0.008em;
  margin-bottom: 4px;
}
.addon-spec {
  font-family: var(--display);
  font-weight: 500;
  font-size: 11.5px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--warm-gold);
  margin-bottom: 14px;
}
.addon-desc {
  font-size: 14.5px;
  line-height: 1.6;
  color: var(--ink-soft);
  margin-bottom: 18px;
  flex: 1;
}
.addon-cta {
  display: inline-flex;
  align-items: center;
  font-family: var(--display);
  font-weight: 600;
  font-size: 13.5px;
  color: var(--yoke-red);
  letter-spacing: 0.02em;
  padding-bottom: 2px;
  border-bottom: 1.5px solid var(--yoke-red);
  align-self: flex-start;
}
.addon-cta:hover {
  color: var(--yoke-red-deep);
  text-decoration: none;
}
.addon-custom {
  background: #4A4640;
  border-style: dashed;
  border-color: var(--warm-gold);
}
.addon-custom .addon-name { color: #F4ECDB; }
.addon-custom .addon-desc { color: #C7BFB0; }
.addon-custom .addon-icon { background: #3A3833; }

/* ════════════════════════════════════════════════════════
   WORK  (now lives directly under the hero)
   ════════════════════════════════════════════════════════ */
.work {
  background: var(--paper);
  padding: 100px 0 110px;
}

/* ── Video-hook (show-stopper: FREE listing video) ── */
.video-hook {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 60px;
  align-items: center;
  margin-bottom: 90px;
  position: relative;
}
.video-hook-media {
  position: relative;
}
.video-player {
  position: relative;
  width: 100%;
  aspect-ratio: 1;
  border-radius: 8px;
  overflow: hidden;
  background: #1A1714;
  box-shadow:
    0 1px 2px rgba(42, 36, 29, 0.10),
    0 14px 36px rgba(42, 36, 29, 0.18),
    0 36px 80px rgba(42, 36, 29, 0.14);
  cursor: pointer;
  outline: none;
}
.video-player:focus-visible {
  box-shadow:
    0 0 0 4px rgba(163, 37, 30, 0.4),
    0 14px 36px rgba(42, 36, 29, 0.18);
}
.video-poster {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.video-vignette {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse at center, transparent 40%, rgba(0, 0, 0, 0.34) 100%),
    linear-gradient(180deg, rgba(0, 0, 0, 0) 55%, rgba(0, 0, 0, 0.55) 100%);
  pointer-events: none;
}
/* Listing info overlay on the big video poster — sits above the scrim so it reads white. */
.video-listing-info {
  position: absolute;
  bottom: 28px;
  left: 28px;
  z-index: 3;
  color: #FFFFFF;
  text-shadow: 0 2px 14px rgba(0, 0, 0, 0.55);
  pointer-events: none;
  max-width: 320px;
}
.vli-price {
  font-family: var(--display);
  font-weight: 800;
  font-size: 36px;
  letter-spacing: -0.02em;
  line-height: 1;
  margin-bottom: 6px;
  font-variant-numeric: tabular-nums;
}
.vli-address {
  font-family: var(--display);
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 0.02em;
  line-height: 1.2;
}
.vli-city {
  font-family: var(--display);
  font-weight: 500;
  font-style: italic;
  font-size: 12px;
  opacity: 0.92;
  margin-top: 1px;
  margin-bottom: 12px;
}
.vli-specs {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 8px 0 12px;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  font-family: var(--display);
  font-weight: 500;
  font-size: 12px;
  letter-spacing: 0.04em;
  color: #FFFFFF;
}
.vli-specs strong {
  font-weight: 800;
  font-size: 14px;
  font-variant-numeric: tabular-nums;
}
.vli-specs .vli-dot {
  opacity: 0.55;
}
.vli-open-house {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(163, 37, 30, 0.94);
  color: #FFFFFF;
  padding: 6px 11px 7px;
  border-radius: 3px;
  font-family: var(--display);
  font-weight: 700;
  font-size: 10.5px;
  letter-spacing: 0.1em;
  text-shadow: none;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.35);
}
.vli-oh-dot {
  width: 7px;
  height: 7px;
  background: #FFFFFF;
  border-radius: 50%;
  animation: rec-pulse 2s ease-in-out infinite;
}

.video-badge {
  position: absolute;
  top: 18px;
  left: 18px;
  font-family: var(--display);
  font-weight: 700;
  font-size: 11px;
  letter-spacing: 0.16em;
  color: #FFFFFF;
  background: rgba(163, 37, 30, 0.94);
  padding: 7px 12px;
  border-radius: 3px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  z-index: 2;
}
.rec-dot {
  width: 8px;
  height: 8px;
  background: #FFFFFF;
  border-radius: 50%;
  animation: rec-pulse 2s ease-in-out infinite;
}
@keyframes rec-pulse {
  0%, 100% { opacity: 1; }
  50%      { opacity: 0.35; }
}
.video-play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 96px;
  height: 96px;
  pointer-events: none;
  transition: transform 0.25s ease;
}
.video-player:hover .video-play,
.video-player:focus-visible .video-play {
  transform: translate(-50%, -50%) scale(1.08);
}
.video-play svg {
  width: 100%;
  height: 100%;
  filter: drop-shadow(0 8px 24px rgba(0, 0, 0, 0.45));
}

/* The starburst FREE sticker — pinned to the top-right of the iPhone (lives INSIDE .video-phone,
   so it inherits the phone's rotate(8deg). The sticker's own -15deg counter-rotates so the
   final visual tilt reads as a friendly -7deg, not awkwardly aligned with the phone. */
.free-sticker {
  position: absolute;
  top: -26px;
  right: -32px;
  left: auto;
  width: 124px;
  height: 124px;
  background: var(--yoke-red);
  color: #FFFFFF;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 10px;
  text-align: center;
  transform: rotate(-15deg);
  box-shadow:
    0 4px 8px rgba(0, 0, 0, 0.18),
    0 14px 30px rgba(163, 37, 30, 0.40);
  border: 3px solid #FFFFFF;
  z-index: 6;
}

/* iPhone Pro mockup — layered over the right edge of the square poster, shifted 30px right */
.video-phone {
  position: absolute;
  right: -8%;
  top: 4%;
  width: 36%;
  z-index: 4;
  transform: translateX(30px) rotate(8deg);
  transform-origin: center center;
  filter:
    drop-shadow(0 2px 6px rgba(0, 0, 0, 0.14))
    drop-shadow(0 16px 28px rgba(0, 0, 0, 0.22))
    drop-shadow(0 32px 60px rgba(0, 0, 0, 0.18));
  pointer-events: none;
}
.video-phone svg {
  width: 100%;
  height: auto;
  display: block;
}
.free-word {
  font-family: var(--display);
  font-weight: 800;
  font-size: 34px;
  letter-spacing: 0.02em;
  line-height: 1;
  margin-bottom: 6px;
}
.free-sub {
  font-family: var(--display);
  font-weight: 600;
  font-size: 9.5px;
  letter-spacing: 0.08em;
  line-height: 1.3;
  text-transform: uppercase;
  opacity: 0.95;
}

/* Hook copy column — extra left padding so the iPhone overlay doesn't crash the headline */
.video-hook-copy {
  padding-left: 70px;
}
.hook-title {
  font-family: var(--display);
  font-weight: 800;
  font-size: 48px;
  line-height: 1.04;
  letter-spacing: -0.022em;
  color: var(--ink);
  margin: 18px 0 22px;
}
.hook-title .accent { color: var(--yoke-red); }
.hook-sub {
  font-size: 17px;
  line-height: 1.62;
  color: var(--ink-soft);
  max-width: 520px;
  margin-bottom: 20px;
}
.hook-disclaimer {
  font-size: 13.5px;
  line-height: 1.55;
  color: var(--muted);
  max-width: 520px;
  margin-bottom: 28px;
  font-style: italic;
  padding: 6px 0 6px 14px;
  border-left: 2px solid var(--warm-gold);
}
.hook-disclaimer strong {
  color: var(--yoke-red);
  font-weight: 700;
  font-style: normal;
}
.hook-ctas {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}

/* Divided second header inside Work — frames the grid as supporting work */
.section-head-divided {
  border-top: 1px solid var(--rule);
  padding-top: 56px;
  margin-bottom: 46px;
}
.work-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}
.work-card {
  background: var(--white);
  border: 1px solid var(--rule);
  border-radius: 6px;
  overflow: hidden;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.work-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 32px rgba(42, 36, 29, 0.10);
}
.work-thumb {
  aspect-ratio: 1;
  overflow: hidden;
  background: var(--cream-deep);
}
.work-thumb img {
  width: 100%; height: 100%;
  object-fit: cover;
  display: block;
}
.work-thumb-brief svg {
  width: 100%;
  height: 100%;
  display: block;
}
.work-card figcaption {
  padding: 18px 22px 22px;
}
.work-name {
  font-family: var(--display);
  font-weight: 700;
  font-size: 16px;
  color: var(--ink);
  letter-spacing: -0.005em;
  margin-bottom: 4px;
}
.work-meta {
  font-family: var(--display);
  font-weight: 500;
  font-size: 12px;
  color: var(--muted);
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
.work-foot {
  margin-top: 48px;
  text-align: center;
  font-size: 15px;
  font-style: italic;
  color: var(--ink-soft);
}
.work-foot em { color: var(--ink); font-weight: 600; font-style: italic; }
.work-foot a {
  font-family: var(--display);
  font-style: normal;
  font-weight: 600;
  margin-left: 6px;
}

/* ════════════════════════════════════════════════════════
   ABOUT
   ════════════════════════════════════════════════════════ */
.about {
  background: var(--ink);
  color: var(--cream);
  padding: 110px 0;
}
.about .eyebrow { color: var(--warm-gold); }
.about .locality-dot { background: var(--warm-gold); }
.about .section-title { color: var(--cream); }

.about-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  gap: 80px;
  align-items: start;
}
.about-copy p {
  font-size: 17px;
  line-height: 1.72;
  color: #D6CCB6;
  margin-top: 20px;
}
.about-copy p:first-of-type { margin-top: 24px; }
.signature {
  font-family: 'Open Sans', serif;
  font-style: italic;
  font-size: 19px !important;
  color: var(--warm-gold) !important;
  margin-top: 30px !important;
}

.about-facts {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
.fact-card {
  background: #3A332B;
  border: 1px solid #4A4239;
  border-left: 3px solid var(--warm-gold);
  border-radius: 4px;
  padding: 20px 22px;
}
.fact-label {
  font-family: var(--display);
  font-weight: 600;
  font-size: 10px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--warm-gold);
  margin-bottom: 6px;
}
.fact-value {
  font-family: var(--display);
  font-weight: 700;
  font-size: 18px;
  color: var(--cream);
  letter-spacing: -0.005em;
  margin-bottom: 6px;
}
.fact-note {
  font-size: 13px;
  line-height: 1.5;
  color: #ACA08A;
  font-style: italic;
}

/* ════════════════════════════════════════════════════════
   CONTACT
   ════════════════════════════════════════════════════════ */
.contact {
  background: var(--paper);
  padding: 110px 0;
}
.contact-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 64px;
  align-items: start;
}
.contact-lede {
  margin-top: 22px;
  font-size: 17px;
  line-height: 1.65;
  color: var(--ink-soft);
  max-width: 480px;
}
.contact-lines {
  margin-top: 40px;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.contact-line {
  display: grid;
  grid-template-columns: 110px 1fr;
  align-items: baseline;
  padding: 18px 0;
  border-bottom: 1px solid var(--rule);
  color: var(--ink);
}
.contact-line:hover {
  text-decoration: none;
}
.contact-line:hover .contact-line-value {
  color: var(--yoke-red);
}
.contact-line.static { cursor: default; }
.contact-line-label {
  font-family: var(--display);
  font-weight: 600;
  font-size: 11px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--muted);
}
.contact-line-value {
  font-family: var(--display);
  font-weight: 700;
  font-size: 22px;
  color: var(--ink);
  letter-spacing: -0.012em;
  transition: color 0.15s ease;
}

/* Form */
.contact-form {
  background: var(--white);
  border: 1px solid var(--rule);
  border-radius: 8px;
  padding: 34px 34px 30px;
}
.form-eyebrow {
  font-family: var(--display);
  font-weight: 600;
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--yoke-red);
  margin-bottom: 22px;
}
.form-row { margin-bottom: 18px; }
.form-row label {
  display: block;
  font-family: var(--display);
  font-weight: 600;
  font-size: 13px;
  color: var(--ink);
  margin-bottom: 6px;
}
.form-row input,
.form-row textarea {
  width: 100%;
  font-family: var(--body);
  font-size: 15px;
  color: var(--ink);
  background: var(--paper);
  border: 1px solid var(--rule);
  border-radius: 4px;
  padding: 12px 14px;
  outline: none;
  transition: border-color 0.15s ease, background 0.15s ease;
}
.form-row input:focus,
.form-row textarea:focus {
  border-color: var(--yoke-red);
  background: var(--white);
}
.form-row textarea {
  resize: vertical;
  min-height: 110px;
  font-family: var(--body);
}
.form-submit {
  width: 100%;
  margin-top: 6px;
  padding: 16px;
  justify-content: center;
}
.form-note {
  margin-top: 14px;
  font-size: 13px;
  color: var(--muted);
  font-style: italic;
  text-align: center;
}
.form-note a { font-weight: 600; font-style: normal; }

/* ════════════════════════════════════════════════════════
   FOOTER
   ════════════════════════════════════════════════════════ */
.site-footer {
  background: var(--ink);
  color: #ACA08A;
  padding: 50px 0 40px;
}
.footer-inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 40px;
}
.footer-logo {
  height: 80px;
  width: auto;
  margin-bottom: 14px;
  display: block;
}
.footer-tag {
  font-family: var(--display);
  font-weight: 500;
  font-size: 14px;
  color: var(--cream);
}
.footer-meta {
  font-family: var(--body);
  font-size: 13px;
  line-height: 1.7;
  text-align: right;
}
.made-here {
  font-family: var(--display);
  font-weight: 600;
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--warm-gold);
  margin-top: 4px;
}
.footer-disclaimer {
  margin-top: 10px;
  font-family: var(--body);
  font-size: 11px;
  font-style: italic;
  color: rgba(247, 241, 227, 0.5);
}
.footer-eho {
  margin-top: 14px;
  display: inline-block;
}
.footer-eho img {
  height: 56px;
  width: auto;
  display: block;
  /* Logo is black on transparent; invert to cream/white for legibility on dark footer */
  filter: brightness(0) invert(1);
  opacity: 0.75;
}

/* ════════════════════════════════════════════════════════
   RESPONSIVE
   ════════════════════════════════════════════════════════ */
@media (max-width: 960px) {
  .logo { height: 76px; }
  .hero { min-height: 580px; }
  .hero-inner { padding-top: 60px; padding-bottom: 70px; }
  .hero-title { font-size: 44px; }
  .hero-gradient {
    background:
      linear-gradient(
        180deg,
        rgba(247, 241, 227, 0.92) 0%,
        rgba(247, 241, 227, 0.78) 55%,
        rgba(247, 241, 227, 0.3) 100%
      );
  }
  .packets-grid { grid-template-columns: 1fr; gap: 22px; }
  .addon-grid { grid-template-columns: repeat(2, 1fr); gap: 18px; }
  .work-grid { grid-template-columns: repeat(2, 1fr); }
  .video-hook { grid-template-columns: 1fr; gap: 70px; margin-bottom: 70px; }
  .hook-title { font-size: 36px; }
  .free-sticker { width: 104px; height: 104px; top: -18px; right: -20px; left: auto; }
  .free-word { font-size: 26px; }
  .free-sub { font-size: 8.5px; }
  .video-phone { width: 32%; right: -4%; }
  .video-hook-copy { padding-left: 0; }
  .about-grid { grid-template-columns: 1fr; gap: 50px; }
  .contact-grid { grid-template-columns: 1fr; gap: 50px; }
  .section-title { font-size: 32px; }
}

@media (max-width: 600px) {
  .container { padding: 0 20px; }
  .logo { height: 56px; }
  .site-nav { gap: 14px; }
  .site-nav a:not(.nav-cta) { display: none; }
  .hero { min-height: 520px; }
  .hero-inner { padding: 50px 0 60px; }
  .hero-title { font-size: 32px; }
  .hero-sub { font-size: 16px; }
  .hero-credit { display: none; }
  .addon-grid { grid-template-columns: 1fr; }
  .work-grid { grid-template-columns: 1fr; }
  .video-hook { gap: 60px; }
  .video-play { width: 72px; height: 72px; }
  .free-sticker { width: 90px; height: 90px; right: -12px; top: -12px; left: auto; }
  .free-word { font-size: 22px; }
  .hook-title { font-size: 30px; }
  .video-phone { width: 38%; right: -6%; top: 6%; }
  .about-facts { grid-template-columns: 1fr; }
  .footer-inner { flex-direction: column; align-items: flex-start; gap: 20px; }
  .footer-meta { text-align: left; }
  .packets, .addons, .work, .about, .contact { padding: 70px 0; }
}

/* ─────────────────────────────────────────────────────────
   PACKETS / PRICING — Solo / Studio / Brokerage redesign
   ───────────────────────────────────────────────────────── */

/* Tighter list inside the tier cards so they don't shout over the comparison grid below. */
.packet-list.compact {
  margin-bottom: 22px;
}
.packet-list.compact li {
  font-size: 14px;
  padding: 5px 0 5px 22px;
  line-height: 1.45;
}
.packet-list.compact li:first-child { padding-top: 4px; }

.section-sub em {
  font-style: italic;
  color: var(--yoke-red);
  font-weight: 600;
}

/* ─── "Take this to your broker" callout ───────────────────── */
.broker-handoff {
  margin: 56px auto 56px;
  max-width: 900px;
  background: var(--white);
  border: 1px solid var(--rule);
  border-radius: 10px;
  padding: 24px 32px 24px 36px;
  display: flex;
  align-items: center;
  gap: 22px;
  position: relative;
  box-shadow: 0 4px 14px rgba(42, 36, 29, 0.05);
}
.broker-handoff::before {
  content: '';
  position: absolute;
  left: 0; top: 0; bottom: 0;
  width: 4px;
  background: var(--yoke-red);
  border-radius: 10px 0 0 10px;
}
.broker-handoff-icon {
  flex: 0 0 auto;
  width: 56px; height: 56px;
}
.broker-handoff-icon svg { width: 100%; height: 100%; }
.broker-handoff-copy { flex: 1; }
.broker-handoff-label {
  font-family: var(--display);
  font-weight: 700;
  font-size: 17px;
  color: var(--ink);
  letter-spacing: -0.005em;
  margin-bottom: 6px;
}
.broker-handoff p {
  font-size: 14.5px;
  line-height: 1.55;
  color: var(--ink-soft);
  margin: 0;
}
.broker-handoff p strong {
  color: var(--ink);
  font-weight: 700;
}

/* ─── Comparison table ────────────────────────────────────── */
.compare-wrap {
  margin-top: 8px;
  overflow-x: auto;
}
.compare-table {
  width: 100%;
  border-collapse: collapse;
  background: var(--white);
  border: 1px solid var(--rule);
  border-radius: 10px;
  overflow: hidden;
}
.compare-table thead th {
  background: var(--cream);
  text-align: left;
  font-family: var(--display);
  font-weight: 600;
  font-size: 13px;
  padding: 20px 16px 16px;
  border-bottom: 1.5px solid var(--rule);
  vertical-align: bottom;
  color: var(--ink-soft);
}
.compare-table thead th:not(:first-child) {
  text-align: center;
  width: 13%;
  min-width: 100px;
}
.compare-table thead .ct-name {
  display: block;
  font-family: var(--display);
  font-weight: 800;
  font-size: 19px;
  color: var(--ink);
  letter-spacing: -0.01em;
}
.compare-table thead .ct-price {
  display: block;
  font-family: var(--display);
  font-weight: 600;
  font-size: 12.5px;
  color: var(--muted);
  margin-top: 4px;
}
.compare-table thead .ct-featured-col {
  background: rgba(163, 37, 30, 0.06);
  border-bottom-color: var(--yoke-red);
}
.compare-table thead .ct-featured-col .ct-name {
  color: var(--yoke-red);
}

.compare-table tbody td {
  padding: 12px 16px;
  font-size: 14px;
  border-bottom: 1px solid var(--rule-soft);
  color: var(--ink-soft);
  vertical-align: middle;
  line-height: 1.42;
}
.compare-table tbody td:first-child {
  font-weight: 500;
  color: var(--ink);
}
.compare-table tbody td:not(:first-child) {
  text-align: center;
  font-family: var(--display);
  font-weight: 600;
  color: var(--ink);
}
.compare-table tbody tr:last-child td { border-bottom: none; }

.compare-table .ct-yes {
  color: var(--yoke-red);
  font-size: 18px;
  font-weight: 800;
}
.compare-table .ct-no {
  color: var(--rule);
  font-weight: 400;
  font-size: 18px;
}
.compare-table .ct-num {
  white-space: nowrap;
  font-size: 13.5px;
}

/* Section header rows inside the table */
.compare-table .compare-section-row td {
  background: var(--cream);
  font-family: var(--display);
  font-weight: 700;
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--yoke-red);
  padding: 14px 16px 11px;
  border-bottom: 1px solid var(--rule);
  text-align: left;
}

.compare-table .compare-feature-col {
  width: 48%;
  min-width: 280px;
}

.compare-foot {
  margin-top: 18px;
  text-align: center;
  font-size: 13px;
  color: var(--muted);
  line-height: 1.6;
  padding: 0 20px;
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
}
.compare-foot strong {
  color: var(--ink);
  font-weight: 700;
}

/* Mobile: horizontal scroll for the table, stack the broker callout */
@media (max-width: 768px) {
  .compare-wrap {
    margin: 0 -20px;
    padding: 0 20px 4px;
  }
  .compare-table { min-width: 640px; }
  .broker-handoff {
    flex-direction: column;
    text-align: center;
    padding: 22px 24px 24px;
    gap: 14px;
  }
  .broker-handoff-icon { width: 48px; height: 48px; }
}

/* ─────────────────────────────────────────────────────────
   TAKE-IT-TO-PRINT — MinuteMan Press pricing table
   ───────────────────────────────────────────────────────── */

/* Deadline tier chips */
.print-deadlines {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
  margin: 0 auto 38px;
  max-width: 920px;
}
.deadline-chip {
  background: #2D2B27;
  border: 1px solid #4A463E;
  border-radius: 8px;
  padding: 18px 18px 16px;
  text-align: center;
}
.deadline-chip-hot {
  border-color: var(--warm-gold);
  background: linear-gradient(180deg, #3F3A30 0%, #2D2B27 100%);
}
.deadline-name {
  font-family: var(--display);
  font-weight: 700;
  font-size: 16px;
  color: #F4ECDB;
  letter-spacing: -0.005em;
  margin-bottom: 4px;
}
.deadline-meta {
  font-family: var(--display);
  font-size: 12px;
  color: #B9B1A1;
  margin-bottom: 8px;
  line-height: 1.4;
}
.deadline-mult {
  font-family: var(--display);
  font-weight: 700;
  font-size: 14px;
  color: var(--warm-gold);
  letter-spacing: 0.02em;
}

/* Print pricing table */
.print-wrap {
  overflow-x: auto;
  background: #2D2B27;
  border: 1px solid #4A463E;
  border-radius: 10px;
  padding: 0;
}
.print-table {
  width: 100%;
  border-collapse: collapse;
  color: #E8E0D0;
  font-family: var(--display);
}
.print-table thead th {
  background: #232220;
  text-align: left;
  font-weight: 600;
  font-size: 11.5px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  padding: 16px 16px;
  border-bottom: 1.5px solid #4A463E;
  color: var(--warm-gold);
}
.print-table thead th:not(:first-child):not(:nth-child(2)) {
  text-align: center;
  width: 13%;
  min-width: 100px;
}
.print-table thead .print-item-col { width: 24%; min-width: 200px; }
.print-table thead .print-spec-col { width: 28%; min-width: 240px; }

.print-table tbody td {
  padding: 13px 16px;
  font-size: 14px;
  border-bottom: 1px solid #3C3933;
  vertical-align: middle;
  line-height: 1.4;
}
.print-table tbody tr:last-child td { border-bottom: none; }

.print-table .print-item {
  font-weight: 600;
  color: #F4ECDB;
  font-size: 14.5px;
  letter-spacing: -0.005em;
}
.print-table .print-spec {
  color: #B9B1A1;
  font-size: 12.5px;
  font-weight: 500;
}
.print-table tbody td:nth-child(n+3):not(.print-quote) {
  text-align: center;
  font-weight: 600;
  color: #E8E0D0;
  font-size: 13.5px;
  white-space: nowrap;
}
.print-table .print-quote {
  text-align: center;
}
.print-table .print-quote a {
  display: inline-block;
  background: var(--yoke-red);
  color: #FFFFFF;
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 0.04em;
  padding: 7px 12px;
  border-radius: 4px;
  text-decoration: none;
  transition: background 0.15s ease;
}
.print-table .print-quote a:hover {
  background: var(--yoke-red-deep);
}

.print-table .print-section-row td {
  background: #1F1E1C;
  font-family: var(--display);
  font-weight: 700;
  font-size: 11.5px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--warm-gold);
  padding: 14px 16px 12px;
  border-top: 1px solid #4A463E;
  border-bottom: 1px solid #4A463E;
  text-align: left;
}

/* Small inline tag (e.g. "+ USPS", "pair", "personalized") */
.row-tag {
  display: inline-block;
  background: rgba(201, 150, 46, 0.15);
  color: var(--warm-gold);
  font-family: var(--display);
  font-weight: 600;
  font-size: 9.5px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  padding: 2px 7px;
  border-radius: 3px;
  margin-left: 7px;
  vertical-align: middle;
}

.print-foot {
  margin-top: 22px;
  color: #B9B1A1;
  font-size: 13.5px;
  line-height: 1.6;
  padding: 0 4px;
  max-width: 920px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.print-foot p { margin: 0 0 10px; }
.print-foot p:last-child { margin: 0; }
.print-foot strong { color: #F4ECDB; }
.print-foot a {
  color: var(--warm-gold);
  border-bottom: 1px solid rgba(201, 150, 46, 0.5);
  text-decoration: none;
}
.print-foot a:hover { color: #E5BE63; border-bottom-color: #E5BE63; }

/* Mobile */
@media (max-width: 900px) {
  .print-deadlines {
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }
  .print-wrap {
    margin: 0 -20px;
    border-radius: 0;
    border-left: 0;
    border-right: 0;
  }
  .print-table { min-width: 760px; }
}

/* ─────────────────────────────────────────────────────────
   PRINT-DESIGN ECONOMICS CALLOUT (plan-included vs custom)
   ───────────────────────────────────────────────────────── */
.print-design-callout {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 0;
  align-items: stretch;
  background: #2D2B27;
  border: 1px solid #4A463E;
  border-radius: 10px;
  padding: 26px 30px;
  margin: 0 auto 32px;
  max-width: 1080px;
}
.pdc-col { padding: 0 14px; }
.pdc-col-included { border-left: 3px solid var(--warm-gold); padding-left: 22px; }
.pdc-col-custom   { border-left: 3px solid var(--yoke-red);   padding-left: 22px; }
.pdc-divider {
  width: 1px;
  background: #4A463E;
  margin: 0 12px;
}
.pdc-label {
  font-family: var(--display);
  font-weight: 700;
  font-size: 10.5px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--warm-gold);
  margin-bottom: 8px;
}
.pdc-col-custom .pdc-label { color: var(--yoke-red); color: #E0735E; }
.pdc-head {
  font-family: var(--display);
  font-weight: 700;
  font-size: 18px;
  color: #F4ECDB;
  letter-spacing: -0.008em;
  line-height: 1.25;
  margin-bottom: 10px;
}
.pdc-col p {
  font-size: 13.5px;
  line-height: 1.55;
  color: #C7BFB0;
  margin: 0;
}
.pdc-col p strong { color: #F4ECDB; font-weight: 700; }

/* "Custom design required below" break row inside the table */
.print-break-row td {
  background: transparent !important;
  border: none !important;
  padding: 28px 0 18px !important;
}
.print-break-inner {
  display: flex; align-items: center; gap: 18px;
  justify-content: center;
}
.print-break-line {
  flex: 1;
  height: 1px;
  background: rgba(201, 150, 46, 0.35);
  max-width: 200px;
}
.print-break-label {
  font-family: var(--display);
  font-weight: 700;
  font-size: 10.5px;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--warm-gold);
}

/* "Designed · in your plan" tag on the Listing Essentials section header */
.row-tag.tag-included {
  background: rgba(201, 150, 46, 0.18);
  color: var(--warm-gold);
  margin-left: 14px;
}

/* ─────────────────────────────────────────────────────────
   SIGNATURE TIER — premium callout below the pricing grid
   ───────────────────────────────────────────────────────── */
.signature-callout {
  margin: 72px auto 0;
  max-width: 1080px;
  background: linear-gradient(180deg, #16151A 0%, #1F1E22 100%);
  color: #E8E0D0;
  border: 1px solid #353039;
  border-radius: 14px;
  padding: 56px 56px 48px;
  position: relative;
  overflow: hidden;
}
.signature-callout::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 12% 0%, rgba(201, 150, 46, 0.10), transparent 38%),
    radial-gradient(circle at 92% 100%, rgba(163, 37, 30, 0.08), transparent 42%);
  pointer-events: none;
}
.signature-callout > * { position: relative; z-index: 1; }

.signature-eyebrow {
  display: inline-flex; align-items: center; gap: 10px;
  font-family: var(--display);
  font-weight: 600;
  font-size: 11px;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--warm-gold);
  margin-bottom: 24px;
}
.signature-eyebrow-mark {
  width: 10px; height: 10px;
  border: 1.5px solid var(--warm-gold);
  background: transparent;
  transform: rotate(45deg);
}

.signature-title {
  font-family: var(--display);
  font-weight: 900;
  font-size: 64px;
  line-height: 1;
  letter-spacing: -0.028em;
  color: #F4ECDB;
  margin: 0 0 12px;
}
.signature-tagline {
  font-family: var(--display);
  font-weight: 400;
  font-style: italic;
  font-size: 22px;
  color: #B9B1A1;
  margin: 0 0 28px;
  letter-spacing: -0.005em;
}
.signature-body {
  font-family: var(--body);
  font-size: 15.5px;
  line-height: 1.65;
  color: #D0C9B9;
  max-width: 760px;
  margin: 0 0 38px;
}
.signature-body strong {
  color: #F4ECDB;
  font-weight: 700;
}

.signature-perks {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  margin-bottom: 40px;
  padding: 30px 0;
  border-top: 1px solid #353039;
  border-bottom: 1px solid #353039;
}
.signature-perk-num {
  font-family: var(--display);
  font-weight: 700;
  font-size: 11px;
  letter-spacing: 0.24em;
  color: var(--warm-gold);
  margin-bottom: 10px;
}
.signature-perk-name {
  font-family: var(--display);
  font-weight: 700;
  font-size: 17px;
  color: #F4ECDB;
  letter-spacing: -0.005em;
  margin-bottom: 8px;
}
.signature-perk p {
  font-size: 13.5px;
  line-height: 1.55;
  color: #B9B1A1;
  margin: 0;
}

.signature-cta-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  flex-wrap: wrap;
}
.signature-price-label {
  display: block;
  font-family: var(--display);
  font-weight: 600;
  font-size: 10.5px;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: var(--warm-gold);
  margin-bottom: 4px;
}
.signature-price-amount {
  display: block;
  font-family: var(--display);
  font-weight: 500;
  font-size: 17px;
  color: #F4ECDB;
}
.signature-cta {
  background: var(--warm-gold);
  color: #1A1612;
  font-weight: 700;
}
.signature-cta:hover {
  background: #DFB063;
  color: #1A1612;
}
.signature-foot {
  margin: 22px 0 0;
  font-size: 12.5px;
  font-style: italic;
  color: #8E867A;
  line-height: 1.55;
  letter-spacing: 0.01em;
}

@media (max-width: 900px) {
  .print-design-callout {
    grid-template-columns: 1fr;
    padding: 22px;
  }
  .pdc-divider { width: 100%; height: 1px; margin: 16px 0; }
  .pdc-col { padding-left: 14px; }

  .signature-callout { padding: 36px 28px 32px; }
  .signature-title { font-size: 42px; }
  .signature-tagline { font-size: 18px; }
  .signature-perks { grid-template-columns: 1fr; gap: 22px; }
  .signature-cta-row { flex-direction: column; align-items: flex-start; }
}
