/* ============================================
   Direction Themes + Visual Language
   ============================================ */

/* ---------- D01: California Road Trip ---------- */

.panel--d01 {
  --bg: #f3eee4;
  --text: #1c1917;
  --muted: #6b6258;
  --primary: #c45c26;
  --secondary: #2f4f5e;
  --accent: #e5a83a;
  --surface: #ebe4d6;
  --border: rgba(28, 25, 23, 0.1);
  --heading: "Fraunces", Georgia, serif;
  --body: "Outfit", system-ui, sans-serif;
  --ui: "Outfit", system-ui, sans-serif;
  --radius: 14px;
  --radius-btn: 999px;
  --shadow: 0 18px 50px rgba(45, 30, 18, 0.12);
}

.panel--d01 .dir-hero {
  background:
    linear-gradient(120deg, rgba(243, 238, 228, 0.92) 0%, rgba(243, 238, 228, 0.55) 42%, transparent 70%),
    linear-gradient(180deg, transparent 40%, rgba(28, 25, 23, 0.55) 100%),
    url("../assets/images/rv-camp-sunset.jpg")
      center/cover;
  color: #1c1917;
  min-height: 78vh;
}

.panel--d01 .dir-hero .dir-hero__tag,
.panel--d01 .dir-hero .dir-hero__num {
  color: #3d342c;
}

.panel--d01 .dir-hero__veil {
  background: linear-gradient(90deg, rgba(243, 238, 228, 0.88) 0%, transparent 55%);
}

.panel--d01 .btn-primary {
  background: var(--primary);
  color: #fff;
}

.panel--d01 .btn-secondary {
  border-color: rgba(255, 255, 255, 0.45);
}

.panel--d01 .ui-hero {
  background-image: linear-gradient(180deg, transparent, rgba(28, 25, 23, 0.75)),
    url("../assets/images/rv-roadside.jpg");
}

.panel--d01 .dir-strip span:nth-child(1) {
  background: #c45c26;
}
.panel--d01 .dir-strip span:nth-child(2) {
  background: #2f4f5e;
}
.panel--d01 .dir-strip span:nth-child(3) {
  background: #e5a83a;
}
.panel--d01 .dir-strip span:nth-child(4) {
  background: #f3eee4;
}
.panel--d01 .dir-strip span:nth-child(5) {
  background: #1c1917;
}

.d01-horizon {
  width: 140px;
  height: 56px;
}

.d01-wordmark {
  font-family: "Fraunces", serif;
  font-size: 28px;
  font-weight: 500;
  letter-spacing: -0.02em;
  color: var(--text);
}

.d01-wordmark small {
  display: block;
  font-family: "Outfit", sans-serif;
  font-size: 10px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--primary);
  margin-top: 4px;
}

.d01-mono {
  width: 72px;
  height: 72px;
  border-radius: 18px;
  background: var(--secondary);
  color: #f3eee4;
  display: grid;
  place-items: center;
  font-family: "Fraunces", serif;
  font-size: 28px;
}

.d01-pattern {
  width: 100%;
  height: 56px;
  background: repeating-linear-gradient(
    -18deg,
    transparent,
    transparent 10px,
    color-mix(in srgb, var(--primary) 18%, transparent) 10px,
    color-mix(in srgb, var(--primary) 18%, transparent) 11px
  );
  border-radius: 8px;
}

.d01-shape-row {
  display: flex;
  gap: 10px;
  align-items: center;
}

.d01-shape-row i {
  display: block;
  background: var(--primary);
}

.d01-shape-row i:nth-child(1) {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: var(--accent);
}
.d01-shape-row i:nth-child(2) {
  width: 48px;
  height: 10px;
  border-radius: 999px;
}
.d01-shape-row i:nth-child(3) {
  width: 28px;
  height: 28px;
  border-radius: 8px;
  background: var(--secondary);
}

.panel--d01 .photo-a {
  background-image: url("../assets/images/pexels-rv-desert-road.jpg");
}
.panel--d01 .photo-b {
  background-image: url("../assets/images/pexels-rv-family-interior.jpg");
}
.panel--d01 .photo-c {
  background-image: url("../assets/images/pexels-rv-road-bridge.jpg");
}

.ig-d01 {
  width: 100%;
  aspect-ratio: 1;
  border-radius: 12px;
  background:
    linear-gradient(160deg, rgba(196, 92, 38, 0.55), rgba(47, 79, 94, 0.35)),
    url("../assets/images/rv-camp-sunset.jpg")
      center/cover;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 16px;
  text-align: left;
  font-family: "Outfit", sans-serif;
}

.ig-d01 strong {
  font-family: "Fraunces", serif;
  font-size: 22px;
  font-weight: 500;
}

.biz-card-d01 {
  width: 100%;
  max-width: 280px;
  aspect-ratio: 1.75;
  border-radius: 12px;
  background: linear-gradient(135deg, #2f4f5e, #1c1917);
  color: #f3eee4;
  padding: 20px;
  text-align: left;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.biz-card-d01 .brand {
  font-family: "Fraunces", serif;
  font-size: 18px;
}

.biz-card-d01 .meta {
  font-size: 11px;
  opacity: 0.75;
  font-family: "Outfit", sans-serif;
}

.decal-d01 {
  width: 100%;
  padding: 28px 20px;
  border-radius: 10px;
  background: #1c1917;
  color: #f3eee4;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  font-size: 11px;
  font-family: "Outfit", sans-serif;
}

.decal-d01 em {
  display: block;
  margin-top: 8px;
  font-style: normal;
  font-family: "Fraunces", serif;
  font-size: 22px;
  letter-spacing: 0;
  text-transform: none;
  color: #e5a83a;
}

/* ---------- D02: Sequoia Escape ---------- */

.panel--d02 {
  --bg: #f6f4f0;
  --text: #171512;
  --muted: #6a645c;
  --primary: #3a2a22;
  --secondary: #8a9a8e;
  --accent: #c17a4a;
  --surface: #ece8e1;
  --border: rgba(23, 21, 18, 0.1);
  --heading: "Cormorant Garamond", Georgia, serif;
  --body: "Manrope", system-ui, sans-serif;
  --ui: "Manrope", system-ui, sans-serif;
  --radius: 8px;
  --radius-btn: 4px;
  --shadow: 0 16px 40px rgba(26, 22, 18, 0.1);
}

.panel--d02 .dir-hero {
  background:
    linear-gradient(105deg, rgba(246, 244, 240, 0.94) 0%, rgba(246, 244, 240, 0.5) 38%, transparent 65%),
    linear-gradient(180deg, transparent 50%, rgba(23, 21, 18, 0.5) 100%),
    url("../assets/images/forest-canopy.jpg")
      center/cover;
  color: #171512;
}

.panel--d02 .dir-hero__veil {
  background: linear-gradient(90deg, rgba(246, 244, 240, 0.9) 0%, transparent 50%);
}

.panel--d02 .btn-primary {
  background: var(--primary);
  color: #f6f4f0;
}

.panel--d02 .ui-hero {
  background-image: linear-gradient(180deg, transparent, rgba(23, 21, 18, 0.78)),
    url("../assets/images/mountain-peaks.jpg");
}

.panel--d02 .dir-strip span:nth-child(1) {
  background: #3a2a22;
}
.panel--d02 .dir-strip span:nth-child(2) {
  background: #8a9a8e;
}
.panel--d02 .dir-strip span:nth-child(3) {
  background: #c17a4a;
}
.panel--d02 .dir-strip span:nth-child(4) {
  background: #f6f4f0;
}
.panel--d02 .dir-strip span:nth-child(5) {
  background: #171512;
}

.d02-wordmark {
  font-family: "Cormorant Garamond", serif;
  font-size: 32px;
  font-weight: 500;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--primary);
}

.d02-wordmark small {
  display: block;
  font-family: "Manrope", sans-serif;
  font-size: 10px;
  letter-spacing: 0.28em;
  margin-top: 6px;
  color: var(--accent);
}

.d02-mark {
  width: 80px;
  height: 80px;
}

.d02-tree-line {
  width: 100%;
  height: 48px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 6px;
}

.d02-tree-line span {
  display: block;
  width: 8px;
  background: var(--primary);
  border-radius: 2px 2px 0 0;
  opacity: 0.75;
}

.d02-tree-line span:nth-child(1) {
  height: 18px;
}
.d02-tree-line span:nth-child(2) {
  height: 28px;
}
.d02-tree-line span:nth-child(3) {
  height: 40px;
  background: var(--accent);
}
.d02-tree-line span:nth-child(4) {
  height: 24px;
}
.d02-tree-line span:nth-child(5) {
  height: 16px;
}

.d02-shape-row {
  display: flex;
  gap: 12px;
  align-items: center;
}

.d02-pill {
  width: 64px;
  height: 28px;
  border: 1.5px solid var(--primary);
  border-radius: 2px;
}

.d02-circle {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: var(--secondary);
}

.d02-slash {
  width: 40px;
  height: 2px;
  background: var(--accent);
  transform: rotate(-28deg);
}

.panel--d02 .photo-a {
  background-image: url("../assets/images/pexels-rv-forest.jpg");
}
.panel--d02 .photo-b {
  background-image: url("../assets/images/pexels-camper-mountains.jpg");
}
.panel--d02 .photo-c {
  background-image: url("../assets/images/pexels-rv-campsite.jpg");
}

.ig-d02 {
  width: 100%;
  aspect-ratio: 4/5;
  border-radius: 4px;
  background:
    linear-gradient(180deg, transparent 40%, rgba(58, 42, 34, 0.85)),
    url("../assets/images/misty-hills.jpg")
      center/cover;
  color: #f6f4f0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 18px;
  text-align: left;
}

.ig-d02 strong {
  font-family: "Cormorant Garamond", serif;
  font-size: 26px;
  font-weight: 500;
  letter-spacing: 0.02em;
}

.biz-card-d02 {
  width: 100%;
  max-width: 280px;
  aspect-ratio: 1.75;
  border-radius: 4px;
  background: #3a2a22;
  color: #f6f4f0;
  padding: 22px;
  text-align: left;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-top: 3px solid #c17a4a;
}

.biz-card-d02 .brand {
  font-family: "Cormorant Garamond", serif;
  font-size: 22px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.biz-card-d02 .meta {
  font-size: 11px;
  opacity: 0.7;
  font-family: "Manrope", sans-serif;
}

.decal-d02 {
  width: 100%;
  padding: 24px;
  border-radius: 4px;
  background: #171512;
  color: #ece8e1;
  font-family: "Cormorant Garamond", serif;
  font-size: 24px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.decal-d02 span {
  display: block;
  margin-top: 6px;
  font-family: "Manrope", sans-serif;
  font-size: 10px;
  letter-spacing: 0.24em;
  color: #c17a4a;
}

/* ---------- D03: Modern California ---------- */

.panel--d03 {
  --bg: #fbfbfa;
  --text: #0f0f0f;
  --muted: #6b6b66;
  --primary: #0f0f0f;
  --secondary: #e6e2db;
  --accent: #3a6b72;
  --surface: #f2f0eb;
  --border: rgba(15, 15, 15, 0.08);
  --heading: "Bodoni Moda", Georgia, serif;
  --body: "Jost", system-ui, sans-serif;
  --ui: "Jost", system-ui, sans-serif;
  --radius: 0px;
  --radius-btn: 0px;
  --shadow: none;
}

.panel--d03 .dir-hero {
  background:
    linear-gradient(180deg, rgba(251, 251, 250, 0.2), rgba(251, 251, 250, 0.92)),
    url("../assets/images/golden-gate.jpg")
      center/cover;
  color: #0f0f0f;
  border-bottom: 1px solid var(--border);
}

.panel--d03 .dir-hero__name {
  font-weight: 400;
  letter-spacing: -0.02em;
}

.panel--d03 .btn-primary {
  background: var(--primary);
  color: #fff;
}

.panel--d03 .btn-secondary {
  border-color: rgba(255, 255, 255, 0.5);
}

.panel--d03 .ui-hero {
  background-image: linear-gradient(180deg, transparent 30%, rgba(15, 15, 15, 0.8)),
    url("../assets/images/modern-cabin.jpg");
}

.panel--d03 .ui-mock {
  box-shadow: none;
}

.panel--d03 .feature-card,
.panel--d03 .copy-card,
.panel--d03 .type-card,
.panel--d03 .logo-card,
.panel--d03 .lang-item,
.panel--d03 .token,
.panel--d03 .concept-points article,
.panel--d03 .photo-notes article {
  border-radius: 0;
}

.panel--d03 .dir-strip span:nth-child(1) {
  background: #0f0f0f;
}
.panel--d03 .dir-strip span:nth-child(2) {
  background: #e6e2db;
}
.panel--d03 .dir-strip span:nth-child(3) {
  background: #3a6b72;
}
.panel--d03 .dir-strip span:nth-child(4) {
  background: #fbfbfa;
}
.panel--d03 .dir-strip span:nth-child(5) {
  background: #0f0f0f;
}

.d03-wordmark {
  font-family: "Bodoni Moda", serif;
  font-size: 34px;
  font-weight: 400;
  letter-spacing: -0.03em;
  color: var(--text);
}

.d03-wordmark small {
  display: block;
  font-family: "Jost", sans-serif;
  font-size: 10px;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  margin-top: 8px;
  color: var(--accent);
}

.d03-mono {
  width: 70px;
  height: 70px;
  border: 1px solid var(--text);
  display: grid;
  place-items: center;
  font-family: "Bodoni Moda", serif;
  font-size: 26px;
}

.d03-line-mark {
  width: 120px;
  height: 2px;
  background: var(--accent);
  position: relative;
}

.d03-line-mark::before,
.d03-line-mark::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 8px;
  height: 8px;
  border: 1px solid var(--text);
  border-radius: 50%;
  transform: translateY(-50%);
  background: var(--bg);
}

.d03-line-mark::before {
  left: -4px;
}
.d03-line-mark::after {
  right: -4px;
}

.d03-shape-row {
  display: flex;
  gap: 12px;
  align-items: center;
}

.d03-rule {
  width: 48px;
  height: 1px;
  background: var(--text);
}

.d03-square {
  width: 24px;
  height: 24px;
  background: var(--accent);
}

.d03-thin {
  width: 24px;
  height: 24px;
  border: 1px solid var(--text);
}

.panel--d03 .photo-a {
  background-image: url("../assets/images/pexels-rv-seashore.jpg");
  border-radius: 0;
}
.panel--d03 .photo-b {
  background-image: url("../assets/images/pexels-rv-cliff-sunset.jpg");
  border-radius: 0;
}
.panel--d03 .photo-c {
  background-image: url("../assets/images/pexels-rv-parked-scenic.jpg");
  border-radius: 0;
}

.panel--d03 .photo-grid__main,
.panel--d03 .photo-grid__side > div {
  border-radius: 0;
}

.ig-d03 {
  width: 100%;
  aspect-ratio: 1;
  background:
    linear-gradient(180deg, transparent 50%, rgba(15, 15, 15, 0.7)),
    url("../assets/images/lake-mountains.jpg")
      center/cover;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 18px;
  text-align: left;
}

.ig-d03 strong {
  font-family: "Bodoni Moda", serif;
  font-size: 24px;
  font-weight: 400;
}

.ig-d03 span {
  font-family: "Jost", sans-serif;
  font-size: 11px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  opacity: 0.8;
  margin-top: 6px;
}

.biz-card-d03 {
  width: 100%;
  max-width: 280px;
  aspect-ratio: 1.75;
  background: #fff;
  color: #0f0f0f;
  border: 1px solid #0f0f0f;
  padding: 22px;
  text-align: left;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.biz-card-d03 .brand {
  font-family: "Bodoni Moda", serif;
  font-size: 22px;
}

.biz-card-d03 .meta {
  font-size: 11px;
  font-family: "Jost", sans-serif;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #3a6b72;
}

.decal-d03 {
  width: 100%;
  padding: 28px 20px;
  background: #0f0f0f;
  color: #fbfbfa;
  font-family: "Bodoni Moda", serif;
  font-size: 28px;
  letter-spacing: -0.02em;
}

.decal-d03 span {
  display: block;
  margin-top: 8px;
  font-family: "Jost", sans-serif;
  font-size: 10px;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: #3a6b72;
}

/* ---------- D04: Weekend Freedom ---------- */

.panel--d04 {
  --bg: #fff9f4;
  --text: #1a2433;
  --muted: #5c6675;
  --primary: #e35d4a;
  --secondary: #4b9ac4;
  --accent: #f0b429;
  --surface: #fff1e8;
  --border: rgba(26, 36, 51, 0.1);
  --heading: "Syne", system-ui, sans-serif;
  --body: "Plus Jakarta Sans", system-ui, sans-serif;
  --ui: "Plus Jakarta Sans", system-ui, sans-serif;
  --radius: 20px;
  --radius-btn: 999px;
  --shadow: 0 16px 36px rgba(227, 93, 74, 0.12);
}

.panel--d04 .dir-hero {
  background:
    linear-gradient(125deg, rgba(255, 249, 244, 0.95) 0%, rgba(255, 249, 244, 0.55) 40%, transparent 68%),
    linear-gradient(180deg, transparent 45%, rgba(26, 36, 51, 0.45) 100%),
    url("../assets/images/lake-travel.jpg")
      center/cover;
  color: #1a2433;
}

.panel--d04 .dir-hero__veil {
  background: radial-gradient(circle at 80% 20%, rgba(240, 180, 41, 0.25), transparent 40%);
}

.panel--d04 .dir-hero__name {
  font-weight: 700;
  letter-spacing: -0.03em;
}

.panel--d04 .btn-primary {
  background: var(--primary);
  color: #fff;
}

.panel--d04 .ui-hero {
  background-image: linear-gradient(180deg, transparent, rgba(26, 36, 51, 0.72)),
    url("../assets/images/rv-camp-sunset.jpg");
}

.panel--d04 .dir-strip span:nth-child(1) {
  background: #e35d4a;
}
.panel--d04 .dir-strip span:nth-child(2) {
  background: #4b9ac4;
}
.panel--d04 .dir-strip span:nth-child(3) {
  background: #f0b429;
}
.panel--d04 .dir-strip span:nth-child(4) {
  background: #fff9f4;
}
.panel--d04 .dir-strip span:nth-child(5) {
  background: #1a2433;
}

.d04-wordmark {
  font-family: "Syne", sans-serif;
  font-size: 30px;
  font-weight: 700;
  letter-spacing: -0.03em;
  color: var(--text);
}

.d04-wordmark small {
  display: block;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.08em;
  margin-top: 4px;
  color: var(--primary);
}

.d04-badge {
  width: 78px;
  height: 78px;
  border-radius: 50%;
  background: var(--secondary);
  color: #fff;
  display: grid;
  place-items: center;
  font-family: "Syne", sans-serif;
  font-weight: 700;
  font-size: 22px;
}

.d04-burst {
  width: 90px;
  height: 90px;
  border-radius: 28px;
  background: var(--accent);
  display: grid;
  place-items: center;
  transform: rotate(-8deg);
  color: var(--text);
  font-family: "Syne", sans-serif;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0.04em;
}

.d04-shape-row {
  display: flex;
  gap: 10px;
  align-items: center;
}

.d04-blob {
  width: 40px;
  height: 40px;
  border-radius: 40% 60% 55% 45%;
  background: var(--primary);
}

.d04-pill {
  width: 56px;
  height: 24px;
  border-radius: 999px;
  background: var(--secondary);
}

.d04-dot {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: var(--accent);
}

.panel--d04 .photo-a {
  background-image: url("../assets/images/pexels-rv-lake-powell.jpg");
}
.panel--d04 .photo-b {
  background-image: url("../assets/images/pexels-campervan-lifestyle.jpg");
}
.panel--d04 .photo-c {
  background-image: url("../assets/images/pexels-van-road-trip.jpg");
}

.ig-d04 {
  width: 100%;
  aspect-ratio: 1;
  border-radius: 24px;
  background:
    linear-gradient(160deg, rgba(227, 93, 74, 0.45), rgba(75, 154, 196, 0.35)),
    url("../assets/images/forest-path.jpg")
      center/cover;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 18px;
  text-align: left;
}

.ig-d04 strong {
  font-family: "Syne", sans-serif;
  font-size: 24px;
  font-weight: 700;
}

.biz-card-d04 {
  width: 100%;
  max-width: 280px;
  aspect-ratio: 1.75;
  border-radius: 20px;
  background: linear-gradient(145deg, #e35d4a, #4b9ac4);
  color: #fff;
  padding: 20px;
  text-align: left;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.biz-card-d04 .brand {
  font-family: "Syne", sans-serif;
  font-size: 20px;
  font-weight: 700;
}

.biz-card-d04 .meta {
  font-size: 11px;
  opacity: 0.9;
  font-family: "Plus Jakarta Sans", sans-serif;
}

.decal-d04 {
  width: 100%;
  padding: 24px;
  border-radius: 20px;
  background: #1a2433;
  color: #fff;
  font-family: "Syne", sans-serif;
  font-weight: 700;
  font-size: 22px;
}

.decal-d04 span {
  display: inline-block;
  margin-top: 8px;
  padding: 6px 12px;
  border-radius: 999px;
  background: #f0b429;
  color: #1a2433;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 11px;
  font-weight: 700;
}

/* Email / confirmation shared mock helpers */
.email-mock {
  width: 100%;
  text-align: left;
  font-size: 12px;
  line-height: 1.5;
}

.email-mock__bar {
  height: 8px;
  border-radius: 4px;
  margin-bottom: 14px;
}

.email-mock strong {
  display: block;
  font-size: 16px;
  margin-bottom: 6px;
}

.confirm-mock {
  width: 100%;
  text-align: left;
  padding: 8px;
}

.confirm-mock__title {
  font-size: 15px;
  margin-bottom: 8px;
}

.confirm-mock__row {
  display: flex;
  justify-content: space-between;
  font-size: 12px;
  padding: 6px 0;
  border-bottom: 1px solid currentColor;
  opacity: 0.85;
}

/* Reveal animation for in-view sections */
.reveal {
  opacity: 0;
  transform: translateY(14px);
  transition: opacity 480ms cubic-bezier(0.22, 1, 0.36, 1),
    transform 480ms cubic-bezier(0.22, 1, 0.36, 1);
}

.reveal.is-in {
  opacity: 1;
  transform: translateY(0);
}
