:root {
  --parchment: #eae4cc;
  --ivory: #f5f1e7;
  --paper: #fffdf7;
  --greige: #d4d1cb;
  --ink: #2d271f;
  --brown: #6d532a;
  --gold: #8d6f40;
  --matcha: #6b7b4c;
  --matcha-soft: #dbe0cb;
  --berry: #c94c5c;
  --berry-soft: #f4d9dc;
  --line: rgba(45, 39, 31, 0.18);
  --shadow: 0 30px 80px rgba(58, 43, 24, 0.16);
  --serif: "Bodoni MT", Didot, "Times New Roman", serif;
  --body: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  min-width: 320px;
  min-height: 100vh;
  color: var(--ink);
  background: var(--parchment);
  font-family: var(--body);
  font-size: 16px;
  line-height: 1.5;
}
button, input, textarea, select { font: inherit; }
button { color: inherit; }
fieldset { border: 0; padding: 0; margin: 0; min-width: 0; }
button:focus-visible, input:focus-visible, textarea:focus-visible, select:focus-visible { outline: 3px solid rgba(201, 76, 92, 0.42); outline-offset: 3px; }
.page-grain {
  position: fixed; inset: 0; z-index: -1; pointer-events: none; opacity: .32;
  background-image: radial-gradient(rgba(109,83,42,.15) .55px, transparent .65px);
  background-size: 5px 5px;
}
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
[hidden] { display: none !important; }

.prototype-bar {
  min-height: 82px; padding: 14px clamp(18px, 4vw, 64px); display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 24px;
  border-bottom: 1px solid var(--line); background: rgba(234, 228, 204, .92); backdrop-filter: blur(18px); position: sticky; top: 0; z-index: 20;
}
.brand { color: inherit; text-decoration: none; display: inline-flex; align-items: center; gap: 13px; width: fit-content; }
.ja-lockup { display: inline-grid; grid-template-columns: auto auto auto; place-items: center; column-gap: 7px; border-top: 1px solid var(--brown); border-bottom: 1px solid var(--brown); font-family: var(--serif); line-height: 1; }
.ja-lockup b { font-size: 22px; font-weight: 500; }
.ja-lockup i { color: var(--berry); font-size: 17px; font-weight: 500; }
.ja-lockup small { grid-column: 1 / -1; font-family: var(--body); color: var(--matcha); text-align: center; }
.header-logo { width: 72px; min-height: 48px; padding: 5px 7px 4px; }
.header-logo small { margin-top: 3px; font-size: 8px; letter-spacing: .12em; }
.brand-copy { display: flex; flex-direction: column; line-height: 1.15; }
.brand-copy strong { font-family: var(--serif); font-weight: 500; font-size: 19px; }
.brand-copy small { color: rgba(45,39,31,.62); font-size: 12px; margin-top: 4px; }
.view-tabs { background: rgba(255,255,255,.45); border: 1px solid var(--line); border-radius: 999px; padding: 5px; display: flex; gap: 4px; }
.view-tab { border: 0; background: transparent; border-radius: 999px; padding: 10px 18px; cursor: pointer; font-size: 14px; }
.view-tab.active { color: var(--paper); background: var(--ink); box-shadow: 0 4px 12px rgba(45,39,31,.16); }
.quiet-button { justify-self: end; border: 0; border-bottom: 1px solid var(--ink); padding: 7px 0; background: transparent; cursor: pointer; font-size: 13px; }

.view { min-height: calc(100vh - 82px); }
.eyebrow { margin: 0 0 14px; font-size: 12px; letter-spacing: .17em; font-weight: 700; color: var(--brown); }
h1, h2, p { margin-top: 0; }
h1, h2 { font-family: var(--serif); font-weight: 400; line-height: .98; }
h1 { font-size: clamp(48px, 6vw, 94px); letter-spacing: -.045em; }
h1 em, h2 em { color: var(--berry); font-weight: 400; }

/* Email preview */
#view-email { grid-template-columns: .78fr 1.22fr; }
#view-email.active { display: grid; }
.review-intro { padding: clamp(56px, 9vw, 128px) clamp(28px, 6vw, 96px); align-self: center; }
.review-intro > p:not(.eyebrow) { max-width: 520px; font-size: 18px; color: rgba(45,39,31,.75); }
.review-facts { margin: 44px 0 0; border-top: 1px solid var(--line); max-width: 520px; }
.review-facts div { display: grid; grid-template-columns: 120px 1fr; gap: 20px; padding: 15px 0; border-bottom: 1px solid var(--line); }
.review-facts dt { color: rgba(45,39,31,.58); font-size: 13px; }
.review-facts dd { margin: 0; font-size: 14px; font-weight: 600; overflow-wrap: anywhere; }
.email-stage { min-height: calc(100vh - 82px); display: grid; place-items: center; padding: 58px clamp(24px, 5vw, 76px); background: #584631; position: relative; overflow: hidden; }
.email-stage::before { content: ""; position: absolute; inset: 0; z-index: 0; background: url("./assets/jeffrey-andrea-beach.jpg") center 72% / cover no-repeat; opacity: .58; }
.email-stage::after { content: ""; position: absolute; inset: 0; z-index: 0; background: linear-gradient(135deg, rgba(45,39,31,.45), rgba(109,83,42,.12) 48%, rgba(45,39,31,.32)); }
.email-window { width: min(720px, 100%); background: #f4f1eb; border-radius: 18px; box-shadow: 0 38px 100px rgba(25,18,10,.3); overflow: hidden; position: relative; z-index: 1; }
.email-chrome { height: 48px; display: flex; align-items: center; gap: 7px; padding: 0 17px; background: #e8e5df; border-bottom: 1px solid #d5d0c7; color: #776f65; font-size: 12px; }
.email-chrome i { width: 10px; height: 10px; border-radius: 50%; background: #bdb6ab; }
.email-chrome i:first-child { background: #d5878e; }.email-chrome i:nth-child(2) { background: #d6bd72; }.email-chrome i:nth-child(3) { background: #8fa57a; }
.email-chrome span { margin-left: auto; margin-right: auto; }
.email-meta { min-height: 38px; padding: 9px 22px; display: grid; grid-template-columns: 58px auto 1fr; gap: 8px; align-items: baseline; background: #fff; border-bottom: 1px solid #ece8df; font-size: 12px; }
.email-meta > span, .email-meta small { color: #8a8278; }
.email-preheader { padding: 8px 22px; color: #756e64; background: #faf9f6; border-bottom: 1px solid #ece8df; font-size: 12px; line-height: 1.45; }
.email-preheader span { margin-right: 9px; color: #999187; text-transform: uppercase; letter-spacing: .08em; font-size: 9px; font-weight: 800; }
.email-paper { padding: clamp(34px, 5vw, 66px); background: var(--paper); text-align: center; }
.email-paper > p:not(.eyebrow):not(.fine-print):not(.signoff) { max-width: 510px; margin: 0 auto 18px; text-align: left; font-family: Georgia, serif; font-size: 16px; line-height: 1.7; }
.email-logo { width: 154px; margin: 0 auto 36px; padding: 11px 18px 9px; column-gap: 13px; }
.email-logo b { font-size: 32px; }.email-logo i { font-size: 24px; font-style: italic; }
.email-logo small { margin-top: 7px; font-size: 9px; letter-spacing: .2em; }
.email-paper h2 { margin-bottom: 28px; font-size: clamp(42px, 5vw, 68px); }
.seat-ribbon { display: flex; align-items: baseline; justify-content: center; gap: 11px; padding: 17px; margin: 28px auto; border: 1px solid rgba(107,123,76,.4); background: var(--matcha-soft); max-width: 510px; }
.seat-ribbon strong { font-family: var(--serif); font-size: 25px; color: var(--matcha); }.seat-ribbon span { font-size: 13px; }
.fine-print { color: #786f65; font-size: 12px; margin: 15px 0 28px; }.signoff { font-family: Georgia, serif; font-size: 15px; }

/* Shared buttons */
.primary-button, .secondary-button { border-radius: 999px; min-height: 48px; padding: 12px 22px; font-weight: 700; font-size: 14px; cursor: pointer; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.primary-button { border: 1px solid var(--ink); color: white; background: var(--ink); box-shadow: 0 8px 20px rgba(45,39,31,.14); }
.primary-button:hover { transform: translateY(-1px); box-shadow: 0 12px 25px rgba(45,39,31,.2); }
.primary-button:disabled { opacity: .42; cursor: not-allowed; transform: none; box-shadow: none; }
.secondary-button { border: 1px solid var(--line); background: rgba(255,255,255,.5); }
.text-button { min-height: 44px; border: 0; background: transparent; text-decoration: underline; text-underline-offset: 4px; padding: 10px 0; cursor: pointer; font-size: 13px; }
.button-row { display: flex; gap: 10px; align-items: center; margin-top: 24px; }
.button-row .primary-button { flex: 1; }

/* Guest journey */
.guest-view { grid-template-columns: minmax(300px, .66fr) minmax(520px, 1.34fr); }
.guest-view.active { display: grid; }
.journey-rail { padding: clamp(52px, 8vw, 104px) clamp(28px, 5vw, 72px); background: var(--ivory); border-right: 1px solid var(--line); }
.journey-rail h1 { font-size: clamp(50px, 5.2vw, 82px); }
.journey-steps { list-style: none; padding: 0; margin: 48px 0; display: grid; gap: 9px; }
.journey-steps li { position: relative; display: grid; grid-template-columns: 28px 1fr; align-items: center; gap: 12px; color: rgba(45,39,31,.48); font-size: 13px; }
.journey-steps li::before { content: attr(data-number); width: 27px; height: 27px; border: 1px solid var(--line); border-radius: 50%; display: grid; place-items: center; font-size: 11px; background: var(--ivory); }
.journey-steps li.current { color: var(--ink); font-weight: 700; }.journey-steps li.current::before { color: white; border-color: var(--berry); background: var(--berry); }
.journey-steps li.complete { color: var(--matcha); }.journey-steps li.complete::before { content: "✓"; color: white; border-color: var(--matcha); background: var(--matcha); }
.rail-note { margin-top: 70px; padding-top: 20px; border-top: 1px solid var(--line); color: rgba(45,39,31,.62); font-size: 13px; }
.guest-canvas { min-height: calc(100vh - 82px); display: grid; place-items: center; padding: 50px 24px; position: relative; overflow: hidden; background: var(--parchment); }
.botanical-wash { position: absolute; inset: 0; background: url("./assets/jeffrey-andrea-beach.jpg") center 72% / cover no-repeat; opacity: .9; }
.guest-canvas::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(234,228,204,.18), rgba(234,228,204,.74) 62%, rgba(234,228,204,.92)); }
.phone-shell { width: min(430px, 100%); min-height: 710px; border: 10px solid var(--ink); border-radius: 46px; background: var(--paper); box-shadow: var(--shadow); overflow: hidden; position: relative; z-index: 1; }
.phone-top { height: 38px; display: flex; justify-content: space-between; align-items: center; padding: 0 23px; background: var(--paper); font-size: 10px; font-weight: 700; }
.phone-top i { width: 82px; height: 22px; background: var(--ink); border-radius: 0 0 15px 15px; margin-top: -16px; }
.phone-screen { min-height: 652px; padding: 24px 26px 32px; overflow: auto; }
.screen-brand { display: flex; align-items: center; justify-content: space-between; margin-bottom: 40px; }
.screen-ja-mark { display: inline-flex; align-items: baseline; gap: 5px; padding-bottom: 2px; border-bottom: 1px solid var(--brown); font-family: var(--serif); }
.screen-ja-mark strong { font-size: 18px; font-weight: 500; }.screen-ja-mark i { color: var(--berry); font-size: 14px; font-style: italic; }
.date-line { color: rgba(45,39,31,.58); font-size: 10px; letter-spacing: .05em; }
.step-kicker { color: var(--matcha); font-size: 11px; letter-spacing: .13em; font-weight: 800; }
.phone-screen h2 { font-size: 41px; letter-spacing: -.035em; margin: 8px 0 16px; }
.phone-screen > p, .screen-copy { color: rgba(45,39,31,.68); font-size: 14px; line-height: 1.6; }
.form-label { display: block; margin: 24px 0 8px; font-size: 12px; font-weight: 800; }
.text-input, .select-input, .text-area { width: 100%; border: 1px solid var(--line); border-radius: 12px; background: #fff; padding: 14px 15px; min-height: 50px; color: var(--ink); }
.text-area { resize: vertical; min-height: 80px; }
.helper { color: rgba(45,39,31,.52); font-size: 11px; line-height: 1.45; margin: 8px 0 0; }
.prototype-hint { border-left: 3px solid var(--gold); padding: 9px 12px; margin: 22px 0; background: rgba(141,111,64,.08); color: var(--brown); font-size: 11px; }
.error-message { margin-top: 12px; padding: 11px 13px; border-radius: 10px; background: var(--berry-soft); color: #8d2635; font-size: 12px; }
.seat-card { margin: 23px 0; padding: 18px; border: 1px solid rgba(107,123,76,.35); background: var(--matcha-soft); border-radius: 16px; display: flex; gap: 14px; align-items: center; }
.seat-number { width: 54px; height: 54px; border-radius: 50%; background: var(--matcha); color: white; display: grid; place-items: center; font-family: var(--serif); font-size: 28px; }
.seat-card strong, .seat-card span { display: block; }.seat-card span { font-size: 11px; color: rgba(45,39,31,.62); margin-top: 2px; }
.guest-list { display: grid; gap: 8px; margin: 18px 0; }
.guest-chip { padding: 12px 14px; border: 1px solid var(--line); border-radius: 12px; display: flex; align-items: center; justify-content: space-between; font-size: 13px; background: rgba(255,255,255,.62); }
.guest-chip span:last-child { color: var(--brown); font-size: 10px; text-transform: uppercase; letter-spacing: .08em; }
.choice-card { border: 1px solid var(--line); border-radius: 15px; padding: 13px 14px; margin-bottom: 10px; background: #fff; }
.choice-card > strong { display: block; font-size: 13px; margin-bottom: 10px; }
.segmented { display: grid; grid-template-columns: 1fr 1fr; gap: 7px; }
.segmented label, .stacked-choice label { cursor: pointer; }
.segmented input, .stacked-choice input { position: absolute; opacity: 0; pointer-events: none; }
.segmented span { display: grid; place-items: center; min-height: 44px; text-align: center; padding: 9px 7px; border: 1px solid var(--line); border-radius: 9px; font-size: 11px; }
.segmented input:checked + span { color: white; background: var(--matcha); border-color: var(--matcha); }
.segmented label:last-child input:checked + span { background: var(--berry); border-color: var(--berry); }
.detail-block { border: 1px solid var(--line); border-radius: 14px; padding: 14px; margin: 10px 0; background: rgba(255,255,255,.72); }
.detail-block h3 { margin: 0 0 10px; font-family: var(--serif); font-size: 19px; font-weight: 500; }
.detail-toggle { display: flex; gap: 14px; margin: 8px 0 10px; font-size: 11px; }
.detail-toggle label { display: flex; gap: 6px; align-items: center; }
.stacked-choice { display: grid; gap: 7px; margin: 15px 0; }
.stacked-choice span { min-height: 46px; display: flex; align-items: center; justify-content: space-between; padding: 12px 13px; border: 1px solid var(--line); border-radius: 11px; font-size: 12px; background: #fff; }
.stacked-choice input:checked + span { border-color: var(--matcha); box-shadow: inset 0 0 0 1px var(--matcha); background: var(--matcha-soft); }
.review-section { padding: 14px 0; border-bottom: 1px solid var(--line); }
.review-section header { display: flex; align-items: baseline; justify-content: space-between; gap: 12px; }.review-section h3 { margin: 0; font-family: var(--serif); font-size: 20px; }
.review-section button { border: 0; background: transparent; text-decoration: underline; cursor: pointer; font-size: 11px; }
.review-section ul { list-style: none; padding: 0; margin: 10px 0 0; display: grid; gap: 6px; font-size: 11px; }
.review-section li { display: flex; justify-content: space-between; gap: 16px; }.review-section li span:last-child { font-weight: 700; text-align: right; }
.warning-card { padding: 13px; margin: 18px 0; border-radius: 12px; background: var(--berry-soft); color: #732c36; font-size: 11px; }
.check-line { display: grid; grid-template-columns: 20px 1fr; gap: 9px; align-items: start; font-size: 11px; margin: 16px 0; }
.check-line input { width: 18px; height: 18px; accent-color: var(--matcha); }
.success-mark { width: 88px; height: 88px; border-radius: 50%; margin: 28px auto 28px; display: grid; place-items: center; color: white; background: var(--matcha); font-family: var(--serif); font-size: 44px; box-shadow: 0 0 0 12px var(--matcha-soft); }
.success-screen { text-align: center; }.success-screen h2 { font-size: 48px; }.success-summary { margin: 24px 0; padding: 16px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); font-size: 12px; }.success-summary strong { display: block; font-family: var(--serif); font-size: 23px; }

/* Dashboard */
.dashboard-view { padding: clamp(38px, 5vw, 72px); background: var(--ivory); }
.dashboard-view.active { display: block; }
.dashboard-header { display: flex; justify-content: space-between; align-items: end; gap: 28px; }
.dashboard-header h1 { margin-bottom: 0; }.dashboard-actions { display: flex; gap: 10px; padding-bottom: 10px; }
.deadline-banner { margin: 42px 0 20px; padding: 22px 28px; border-radius: 22px; background: var(--brown); color: white; display: grid; grid-template-columns: auto 1fr auto; gap: 22px; align-items: center; box-shadow: 0 18px 45px rgba(58,43,24,.15); }
.progress-orbit { width: 74px; height: 74px; padding: 7px; border-radius: 50%; background: conic-gradient(var(--berry) 59%, rgba(255,255,255,.15) 0); display: grid; place-items: center; }
.progress-orbit::before { content: ""; grid-area: 1/1; width: 58px; height: 58px; border-radius: 50%; background: var(--brown); }.progress-orbit span { grid-area: 1/1; z-index: 1; font-weight: 800; font-size: 14px; }
.deadline-banner small { opacity: .65; font-size: 10px; letter-spacing: .15em; }.deadline-banner strong { display: block; font-family: var(--serif); font-size: 27px; font-weight: 400; }.deadline-banner p { margin: 2px 0 0; opacity: .72; font-size: 12px; }
.deadline-count { text-align: right; padding-left: 28px; border-left: 1px solid rgba(255,255,255,.2); }.deadline-count strong { font-size: 36px; }.deadline-count span { display: block; opacity: .66; font-size: 11px; }
.metric-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; margin: 20px 0; }
.metric-card { min-height: 152px; padding: 22px; border: 1px solid var(--line); background: var(--paper); border-radius: 18px; position: relative; overflow: hidden; }
.metric-card::after { content: ""; position: absolute; width: 62px; height: 62px; border-radius: 50%; right: -22px; top: -22px; background: var(--gold); opacity: .12; }
.metric-card.green::after { background: var(--matcha); opacity: .28; }.metric-card.pink::after { background: var(--berry); opacity: .24; }
.metric-card small { color: rgba(45,39,31,.58); font-size: 10px; letter-spacing: .14em; font-weight: 800; }.metric-card strong { display: block; margin: 10px 0 3px; font-family: var(--serif); font-size: 46px; font-weight: 400; line-height: 1; }.metric-card span { color: rgba(45,39,31,.55); font-size: 11px; }
.dashboard-grid { display: grid; grid-template-columns: minmax(0, 1fr) 300px; gap: 18px; }
.dashboard-panel, .needs-card { border: 1px solid var(--line); background: var(--paper); border-radius: 20px; }
.guest-table-panel { padding: 24px; min-width: 0; }.panel-heading { display: flex; justify-content: space-between; align-items: center; gap: 20px; }.panel-heading h2, .needs-card h2 { font-size: 31px; margin: 0; }
.search-field input { width: min(280px, 30vw); border: 1px solid var(--line); border-radius: 999px; padding: 11px 15px; background: var(--ivory); font-size: 12px; }
.filter-row { display: flex; gap: 7px; flex-wrap: wrap; margin: 22px 0 14px; }.filter { min-height: 44px; padding: 7px 12px; border: 1px solid var(--line); border-radius: 999px; background: white; cursor: pointer; font-size: 10px; }.filter.active { background: var(--ink); color: white; border-color: var(--ink); }
.table-wrap { overflow: auto; } table { width: 100%; border-collapse: collapse; min-width: 720px; } th { padding: 11px 10px; text-align: left; border-bottom: 1px solid var(--line); color: rgba(45,39,31,.5); font-size: 9px; letter-spacing: .09em; text-transform: uppercase; } td { padding: 13px 10px; border-bottom: 1px solid rgba(45,39,31,.09); font-size: 11px; } td:first-child { font-weight: 700; }
.status { display: inline-block; border-radius: 999px; padding: 5px 8px; font-size: 9px; font-weight: 800; }.status.complete { color: #40512c; background: var(--matcha-soft); }.status.pending { color: #735c29; background: #eee5c3; }.status.follow-up { color: #8d2635; background: var(--berry-soft); }
.needs-stack { display: grid; gap: 18px; align-content: start; }.needs-card { padding: 22px; }.need-list { list-style: none; padding: 0; margin: 20px 0 0; display: grid; gap: 19px; }.need-list li { display: grid; grid-template-columns: 42px 1fr; align-items: center; gap: 11px; }.need-list strong, .need-list small { display: block; }.need-list strong { font-size: 12px; }.need-list small { color: rgba(45,39,31,.55); font-size: 10px; margin-top: 2px; }
.need-icon { width: 42px; height: 42px; border-radius: 50%; display: grid; place-items: center; font-size: 9px; font-weight: 900; letter-spacing: .06em; }.need-icon.berry { background: var(--berry-soft); color: var(--berry); }.need-icon.leaf { background: var(--matcha-soft); color: var(--matcha); }.need-icon.gold { background: #eee5c3; color: var(--gold); }
.alert-card { display: flex; gap: 12px; align-items: flex-start; background: #fff8f8; }.alert-dot { width: 9px; height: 9px; border-radius: 50%; background: var(--berry); margin-top: 6px; }.alert-card small, .alert-card strong, .alert-card p { display: block; }.alert-card small { font-size: 9px; letter-spacing: .12em; color: var(--berry); }.alert-card strong { font-size: 13px; margin-top: 3px; }.alert-card p { font-size: 11px; margin: 2px 0 0; color: rgba(45,39,31,.55); }
.toast { position: fixed; left: 50%; bottom: 24px; z-index: 50; transform: translate(-50%, 20px); opacity: 0; pointer-events: none; color: white; background: var(--ink); border-radius: 999px; padding: 12px 18px; font-size: 12px; transition: .25s ease; box-shadow: 0 12px 30px rgba(0,0,0,.2); }.toast.show { opacity: 1; transform: translate(-50%, 0); }

@media (max-width: 980px) {
  .prototype-bar { grid-template-columns: 1fr auto; }.view-tabs { grid-row: 2; grid-column: 1 / -1; justify-self: center; }.quiet-button { grid-column: 2; grid-row: 1; }
  #view-email.active { grid-template-columns: 1fr; }.email-stage { min-height: auto; }.review-intro { padding-bottom: 44px; }
  .guest-view { grid-template-columns: 1fr; }.journey-rail { padding: 42px 28px 20px; border-right: 0; border-bottom: 1px solid var(--line); }.journey-rail h1 { font-size: 52px; }.journey-steps { grid-template-columns: repeat(7, 1fr); gap: 5px; margin: 25px 0; }.journey-steps li { grid-template-columns: 1fr; justify-items: center; text-align: center; font-size: 0; }.journey-steps li::before { font-size: 11px; }.rail-note { display: none; }
  .guest-canvas { min-height: 760px; }
  .dashboard-grid { grid-template-columns: 1fr; }.needs-stack { grid-template-columns: 1fr 1fr; }.metric-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 650px) {
  .prototype-bar { padding: 12px 15px; gap: 12px; }.brand-copy small { display: none; }.header-logo { width: 62px; min-height: 42px; }.header-logo b { font-size: 18px; }.quiet-button { font-size: 11px; }.view-tabs { width: 100%; }.view-tab { flex: 1; padding: 9px 8px; font-size: 12px; }
  .review-intro { padding: 46px 22px; }.review-intro h1 { font-size: 52px; }.email-stage { padding: 28px 12px; }.email-paper { padding: 34px 22px; }.email-meta { grid-template-columns: 48px auto; }.email-meta small { grid-column: 2; }
  .journey-rail h1 { font-size: 43px; }.guest-canvas { padding: 28px 8px; align-items: start; }.phone-shell { min-height: 680px; border-width: 6px; border-radius: 35px; }.phone-screen { padding: 22px 20px 30px; min-height: 630px; }
  .dashboard-view { padding: 38px 16px; }.dashboard-header { align-items: flex-start; flex-direction: column; }.dashboard-header h1 { font-size: 58px; }.dashboard-actions { width: 100%; }.dashboard-actions button { flex: 1; padding-inline: 12px; }.deadline-banner { grid-template-columns: auto 1fr; padding: 18px; }.deadline-count { grid-column: 1 / -1; border-left: 0; border-top: 1px solid rgba(255,255,255,.2); padding: 13px 0 0; text-align: left; display: flex; align-items: baseline; gap: 8px; }.deadline-count strong { font-size: 28px; }.deadline-count span { display: inline; }.metric-grid { grid-template-columns: 1fr 1fr; gap: 9px; }.metric-card { padding: 16px; min-height: 135px; }.metric-card strong { font-size: 39px; }.guest-table-panel { padding: 17px; }.panel-heading { align-items: flex-start; flex-direction: column; }.search-field, .search-field input { width: 100%; }.needs-stack { grid-template-columns: 1fr; }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
}
