/* ──────────────────────────────────────────────────────────
   Mesa — brochure styles
   Editorial cream + serif aesthetic. Brand red #E63946.
   ────────────────────────────────────────────────────────── */
:root {
  --cream:   #F9F5EB;
  --cream-2: #F4ECD9;
  --paper:   #FBF7EE;
  --paper-2: #F3EBD8;
  --ink:     #264653;
  --ink-2:   #4a5560;
  --muted:   #6D6875;
  --rule:    #E5DAC2;
  --rule-2:  #EDE3D2;
  --red:     #E63946;
  --red-deep:#C32A36;
  --blue:    #457B9D;
  --orange:  #F4A261;
  --gold:    #E9C46A;
  --green:   #2A9D8F;
  --bezel:   #1a1614;
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
html, body { background: var(--cream); color: var(--ink); font-family: 'Inter', -apple-system, Helvetica, Arial, sans-serif; -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
img { display: block; }

.serif { font-family: 'Instrument Serif', 'Times New Roman', serif; font-weight: 400; }
.wrap { max-width: 1240px; margin: 0 auto; padding: 0 40px; }

.eyebrow {
  font-size: 11px; letter-spacing: 0.18em; text-transform: uppercase;
  color: var(--muted); font-weight: 600;
  display: flex; align-items: center; gap: 8px;
}
.eyebrow::before { content: ''; width: 6px; height: 6px; background: var(--red); border-radius: 50%; flex-shrink: 0; }

/* ── NAV ─────────────────────────────────────────── */
.nav {
  position: sticky; top: 0; z-index: 200;
  background: rgba(249,245,235,0.88); backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--rule);
  padding: 18px 0;
}
.nav-row { display: flex; align-items: center; gap: 32px; }
.brand { display: flex; align-items: center; gap: 9px; font-weight: 700; font-size: 17px; letter-spacing: -0.02em; flex-shrink: 0; }
.brand img { width: 28px; height: 28px; border-radius: 7px; }
.nav-links { display: flex; gap: 28px; flex: 1; margin-left: 16px; }
.nav-links a { font-size: 14px; color: var(--ink-2); transition: color .15s; }
.nav-links a:hover { color: var(--red); }
.nav-cta { display: flex; gap: 10px; align-items: center; }
.nav-cta .signin { font-size: 14px; color: var(--ink-2); }
.nav-toggle { display: none; background: none; border: none; cursor: pointer; padding: 6px; flex-direction: column; gap: 5px; }
.nav-toggle span { display: block; width: 22px; height: 2px; background: var(--ink); border-radius: 2px; transition: transform .2s, opacity .2s; }

.btn {
  display: inline-flex; align-items: center; gap: 7px;
  padding: 10px 18px; border-radius: 4px; font-size: 14px;
  font-weight: 600; letter-spacing: -0.01em;
  transition: background .18s, transform .12s;
  cursor: pointer; border: none;
}
.btn-primary { background: var(--red); color: #fff; }
.btn-primary:hover { background: var(--red-deep); }
.btn-ghost { background: transparent; color: var(--ink); border: 1px solid var(--rule); }
.btn-ghost:hover { background: var(--paper); }
.btn-ink { background: var(--ink); color: #fff; }
.btn-ink:hover { background: #1c343d; }
.btn-lg { padding: 14px 26px; font-size: 15px; }
.arr { transition: transform .18s; display: inline-block; }
.btn:hover .arr { transform: translateX(3px); }

/* ── HERO ────────────────────────────────────────── */
.hero { padding: 88px 0 110px; border-bottom: 1px solid var(--rule); position: relative; overflow: hidden; }
.hero::after {
  content: '';
  position: absolute; right: -120px; top: -80px;
  width: 700px; height: 700px; border-radius: 50%;
  background: radial-gradient(circle, rgba(244,162,97,0.10) 0%, transparent 70%);
  pointer-events: none;
}
.hero-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; }
.hero-pill {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 5px 12px 5px 8px;
  background: var(--paper-2); border: 1px solid var(--rule);
  border-radius: 999px; font-size: 11px; font-weight: 600;
  color: var(--ink-2); margin-bottom: 26px; letter-spacing: 0.02em;
}
.hero-pill .tag {
  background: var(--ink); color: var(--cream);
  padding: 2px 8px; border-radius: 999px;
  font-size: 9px; letter-spacing: 0.1em; text-transform: uppercase;
}
.hero h1 {
  font-family: 'Instrument Serif', serif;
  font-size: 86px; line-height: 0.97; letter-spacing: -0.025em;
  color: var(--ink); margin-bottom: 26px;
}
.hero h1 em { font-style: italic; color: var(--red); }
.hero p.lede { font-size: 18px; line-height: 1.6; color: var(--ink-2); max-width: 460px; margin-bottom: 36px; text-wrap: pretty; }
.hero-actions { display: flex; gap: 12px; align-items: center; flex-wrap: wrap; }
.hero-meta { margin-top: 28px; display: flex; gap: 20px; font-size: 12px; color: var(--muted); align-items: center; flex-wrap: wrap; }
.hero-meta .check { color: var(--green); font-weight: 700; }

/* Phone cluster */
.hero-phones { position: relative; display: flex; justify-content: center; align-items: flex-end; gap: 18px; min-height: 580px; }
.phone {
  background: var(--bezel); border-radius: 44px; padding: 9px;
  box-shadow:
    0 30px 80px -20px rgba(38,70,83,0.35),
    0 10px 30px -10px rgba(38,70,83,0.18),
    inset 0 0 0 1.5px rgba(255,255,255,0.06);
  position: relative; flex-shrink: 0;
}
.phone-screen { background: var(--cream); border-radius: 36px; overflow: hidden; display: flex; flex-direction: column; position: relative; }
.phone.main { width: 280px; z-index: 2; transform: translateY(-20px); }
.phone.main .phone-screen { width: 262px; height: 566px; }
.phone.side { width: 240px; opacity: 0.88; }
.phone.side .phone-screen { width: 222px; height: 478px; }
.phone.side.left { transform: rotate(-5deg) translateY(30px); }
.phone.side.right { transform: rotate(5deg) translateY(30px); }

.notch { position: absolute; top: 13px; left: 50%; transform: translateX(-50%); width: 100px; height: 26px; background: var(--bezel); border-radius: 14px; z-index: 10; }
.pstatus { display: flex; justify-content: space-between; padding: 18px 22px 0; font-size: 11px; font-weight: 600; position: relative; z-index: 2; flex-shrink: 0; }
.pstatus .right { display: flex; gap: 4px; align-items: center; }

/* Screen: Timeline / Journal */
.sc-tl { flex: 1; padding: 8px 14px 14px; overflow: hidden; }
.sc-tl-head { display: flex; justify-content: space-between; align-items: flex-end; margin-bottom: 12px; }
.sc-tl-head .title { font-family: 'Instrument Serif', serif; font-size: 34px; line-height: 0.95; }
.sc-tl-head .actions { display: flex; gap: 6px; }
.sc-mini-btn { width: 34px; height: 34px; border-radius: 17px; display: flex; align-items: center; justify-content: center; font-size: 15px; }
.sc-mini-btn.red { background: var(--red); color: #fff; }
.sc-mini-btn.ghost { background: rgba(38,70,83,0.07); }
.sc-year-div {
  font-family: 'Instrument Serif', serif; font-style: italic;
  font-size: 18px; color: var(--muted);
  display: flex; align-items: baseline; gap: 10px; margin-bottom: 10px;
}
.sc-year-div .line { flex: 1; border-top: 1px solid var(--rule); }
.trip-card { background: #fff; border-radius: 14px; overflow: hidden; margin-bottom: 10px; box-shadow: 0 2px 12px -4px rgba(38,70,83,0.14); border: 1px solid rgba(38,70,83,0.04); }
.trip-cover { height: 70px; position: relative; padding: 10px; display: flex; align-items: flex-end; }
.trip-cover-pill {
  display: inline-flex; align-items: center; gap: 6px;
  background: rgba(26,22,20,0.3); backdrop-filter: blur(6px);
  color: #fff; font-size: 10px; font-weight: 600;
  padding: 4px 9px; border-radius: 999px;
}
.trip-cover-pill .pin { width: 5px; height: 5px; background: #fff; border-radius: 50%; box-shadow: 0 0 0 2.5px rgba(255,255,255,0.28); }
.trip-body { padding: 9px 12px 11px; }
.trip-name { font-family: 'Instrument Serif', serif; font-size: 18px; line-height: 1.1; margin-bottom: 4px; }
.trip-meta { font-size: 10px; color: var(--muted); display: flex; align-items: center; gap: 8px; }
.trip-dot { width: 3px; height: 3px; border-radius: 50%; background: currentColor; opacity: 0.5; }

/* Screen: Year recap */
.sc-yr { flex: 1; background: var(--ink); color: #F1FAEE; padding: 24px 18px 18px; position: relative; overflow: hidden; }
.sc-yr .grain { position: absolute; inset: 0; background-image: radial-gradient(rgba(255,255,255,0.025) 1px, transparent 1px); background-size: 4px 4px; pointer-events: none; }
.sc-yr .stamp-corner { position: absolute; top: 18px; right: 18px; font-size: 9px; letter-spacing: 0.16em; text-transform: uppercase; color: rgba(241,250,238,0.4); text-align: right; }
.sc-yr .eyebrow-sm { font-size: 9px; letter-spacing: 0.18em; text-transform: uppercase; color: rgba(241,250,238,0.5); margin-top: 22px; margin-bottom: 8px; }
.sc-yr h2 { font-family: 'Instrument Serif', serif; font-size: 52px; line-height: 0.92; letter-spacing: -0.025em; margin-bottom: 6px; }
.sc-yr h2 em { font-style: italic; color: var(--orange); }
.sc-yr .lede { font-family: 'Instrument Serif', serif; font-style: italic; font-size: 14px; color: rgba(241,250,238,0.65); margin-bottom: 20px; }
.yr-row { display: flex; align-items: baseline; padding: 12px 0; border-bottom: 1px solid rgba(241,250,238,0.12); }
.yr-row .n { font-family: 'Instrument Serif', serif; font-size: 42px; line-height: 0.9; letter-spacing: -0.02em; min-width: 70px; }
.yr-row .n em { font-style: italic; color: var(--orange); }
.yr-row .lbl { padding-left: 10px; }
.yr-row .lbl .t { font-size: 11px; }
.yr-row .lbl .s { font-size: 9px; color: rgba(241,250,238,0.45); margin-top: 2px; font-family: 'Instrument Serif', serif; font-style: italic; }

/* Tabbar */
.tabbar {
  position: absolute; left: 12px; right: 12px; bottom: 22px;
  height: 52px; background: rgba(38,70,83,0.92);
  backdrop-filter: blur(14px); border-radius: 26px;
  display: flex; align-items: center; justify-content: space-around;
  padding: 0 8px; z-index: 10;
  box-shadow: 0 14px 30px -8px rgba(38,70,83,0.35);
}
.tab { width: 38px; height: 38px; border-radius: 19px; display: flex; align-items: center; justify-content: center; color: rgba(241,250,238,0.55); }
.tab svg { width: 20px; height: 20px; }
.tab.active { background: var(--red); color: #fff; }

/* ── ABOUT ───────────────────────────────────────── */
.about { padding: 110px 0; border-bottom: 1px solid var(--rule); }
.about-grid { display: grid; grid-template-columns: 5fr 7fr; gap: 80px; align-items: start; }
.about-left h2 { font-family: 'Instrument Serif', serif; font-size: 54px; line-height: 1.0; letter-spacing: -0.02em; margin-top: 14px; margin-bottom: 24px; }
.about-left h2 em { font-style: italic; color: var(--red); }
.about-left p { font-size: 16px; line-height: 1.65; color: var(--ink-2); margin-bottom: 18px; text-wrap: pretty; }
.about-right { padding-top: 8px; }
.about-stat-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; border: 1px solid var(--rule); border-radius: 12px; overflow: hidden; margin-bottom: 24px; background: var(--rule); }
.about-stat { background: var(--paper); padding: 24px 26px; }
.about-stat .n { font-family: 'Instrument Serif', serif; font-style: italic; font-size: 48px; line-height: 1; color: var(--red); margin-bottom: 4px; }
.about-stat .lbl { font-size: 12px; color: var(--muted); letter-spacing: 0.04em; }
.about-quote { border-left: 2px solid var(--red); padding: 14px 0 14px 20px; font-family: 'Instrument Serif', serif; font-style: italic; font-size: 20px; line-height: 1.45; color: var(--ink-2); margin-bottom: 20px; }
.about-quote cite { display: block; margin-top: 10px; font-style: normal; font-size: 12px; font-family: 'Inter', sans-serif; letter-spacing: 0.06em; text-transform: uppercase; color: var(--muted); }

/* ── FEATURES ────────────────────────────────────── */
.features { background: var(--paper); border-bottom: 1px solid var(--rule); }
.features-header { padding: 100px 0 70px; text-align: center; }
.features-header .eyebrow { justify-content: center; }
.features-header h2 { font-family: 'Instrument Serif', serif; font-size: 62px; line-height: 1; letter-spacing: -0.025em; margin-top: 14px; margin-bottom: 20px; }
.features-header h2 em { font-style: italic; color: var(--red); }
.features-header p { font-size: 17px; line-height: 1.6; color: var(--ink-2); max-width: 520px; margin: 0 auto; }

.feat-row { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 0; border-top: 1px solid var(--rule); }
.feat-row:last-child { border-bottom: 1px solid var(--rule); }
.feat-row.flip { direction: rtl; }
.feat-row.flip > * { direction: ltr; }
.feat-text { padding: 80px 70px 80px 0; }
.feat-row.flip .feat-text { padding: 80px 0 80px 70px; }
.feat-text .eyebrow { margin-bottom: 14px; }
.feat-text h3 { font-family: 'Instrument Serif', serif; font-size: 40px; line-height: 1.05; letter-spacing: -0.02em; margin-bottom: 16px; }
.feat-text h3 em { font-style: italic; color: var(--red); }
.feat-text p { font-size: 16px; line-height: 1.65; color: var(--ink-2); margin-bottom: 18px; text-wrap: pretty; }
.feat-text ul { list-style: none; display: flex; flex-direction: column; gap: 8px; }
.feat-text ul li { font-size: 14px; color: var(--ink-2); display: flex; align-items: flex-start; gap: 10px; }
.feat-text ul li::before { content: '✓'; color: var(--red); flex-shrink: 0; font-weight: 600; }
.feat-visual { background: var(--cream-2); min-height: 520px; display: flex; align-items: center; justify-content: center; position: relative; overflow: hidden; }
.feat-visual .ph-wrap { transform: perspective(800px) rotateY(-4deg); filter: drop-shadow(0 40px 60px rgba(38,70,83,0.28)); }
.feat-row.flip .feat-visual .ph-wrap { transform: perspective(800px) rotateY(4deg); }
.feat-visual .accent-label { position: absolute; top: 30px; right: 28px; font-family: 'Instrument Serif', serif; font-style: italic; font-size: 11px; color: var(--muted); text-align: right; line-height: 1.4; }

/* mini phone for features */
.mini-phone { width: 220px; background: var(--bezel); border-radius: 36px; padding: 7px; box-shadow: 0 20px 50px -10px rgba(38,70,83,0.4); }
.mini-phone .mini-screen { background: var(--cream); border-radius: 30px; overflow: hidden; display: flex; flex-direction: column; height: 470px; position: relative; }
.mini-notch { position: absolute; top: 10px; left: 50%; transform: translateX(-50%); width: 80px; height: 20px; background: var(--bezel); border-radius: 12px; z-index: 10; }
.mini-status { display: flex; justify-content: space-between; padding: 14px 18px 0; font-size: 10px; font-weight: 600; position: relative; z-index: 2; flex-shrink: 0; }
.mini-status .bars { display: inline-flex; gap: 2px; align-items: flex-end; }
.mini-status .bars i { width: 3px; background: currentColor; border-radius: 1px; display: block; opacity: .85; }

/* Feature: Timeline mini screen */
.ftl-head { padding: 44px 14px 8px; }
.ftl-head .title { font-family: 'Instrument Serif', serif; font-size: 26px; }
.ftl-year { font-family: 'Instrument Serif', serif; font-style: italic; font-size: 14px; color: var(--muted); display: flex; align-items: baseline; gap: 8px; padding: 6px 14px 8px; }
.ftl-year .ln { flex: 1; border-top: 1px solid var(--rule); }
.ftl-card { background: #fff; margin: 0 10px 8px; border-radius: 10px; overflow: hidden; box-shadow: 0 2px 8px -3px rgba(38,70,83,0.14); }
.ftl-cover { height: 56px; display: flex; align-items: flex-end; padding: 8px; }
.ftl-pill { background: rgba(26,22,20,0.3); color: #fff; font-size: 8px; font-weight: 600; padding: 3px 7px; border-radius: 999px; display: flex; align-items: center; gap: 4px; }
.ftl-pin { width: 4px; height: 4px; border-radius: 50%; background: #fff; box-shadow: 0 0 0 2px rgba(255,255,255,0.3); }
.ftl-body { padding: 6px 10px 8px; }
.ftl-name { font-family: 'Instrument Serif', serif; font-size: 14px; }
.ftl-meta { font-size: 9px; color: var(--muted); margin-top: 2px; }

/* Feature: Recap mini screen */
.frec { flex: 1; background: var(--ink); color: #F1FAEE; padding: 42px 14px 14px; position: relative; overflow: hidden; }
.frec .grain { position: absolute; inset: 0; background-image: radial-gradient(rgba(255,255,255,0.02) 1px, transparent 1px); background-size: 3px 3px; pointer-events: none; }
.frec .eyebrow-sm { font-size: 8px; letter-spacing: 0.18em; text-transform: uppercase; color: rgba(241,250,238,0.4); margin-bottom: 6px; }
.frec h2 { font-family: 'Instrument Serif', serif; font-size: 40px; line-height: 0.92; letter-spacing: -0.02em; margin-bottom: 4px; }
.frec h2 em { font-style: italic; color: var(--orange); }
.frec .sub { font-family: 'Instrument Serif', serif; font-style: italic; font-size: 11px; color: rgba(241,250,238,0.5); margin-bottom: 14px; }
.frec-row { display: flex; align-items: baseline; padding: 8px 0; border-bottom: 1px solid rgba(241,250,238,0.1); }
.frec-row .n { font-family: 'Instrument Serif', serif; font-size: 30px; line-height: 0.9; letter-spacing: -0.02em; min-width: 56px; }
.frec-row .n em { font-style: italic; color: var(--orange); }
.frec-row .l { padding-left: 8px; font-size: 10px; line-height: 1.3; }
.frec-row .l .s { font-size: 8px; color: rgba(241,250,238,0.4); font-family: 'Instrument Serif', serif; font-style: italic; }

/* Feature: People / companions mini screen */
.fpeople { flex: 1; padding: 38px 14px 14px; overflow: hidden; }
.fpeople-head { margin-bottom: 10px; }
.fpeople-head h3 { font-family: 'Instrument Serif', serif; font-size: 22px; }
.fpeople-head .sub { font-family: 'Instrument Serif', serif; font-style: italic; font-size: 12px; color: var(--muted); }
.fp-orbit { position: relative; height: 180px; margin: 4px 0 10px; }
.fp-orbit .ring { position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); border-radius: 50%; border: 1px dashed var(--rule); }
.fp-orbit .r1 { width: 110px; height: 110px; }
.fp-orbit .r2 { width: 170px; height: 170px; }
.fp-orbit .you { position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); width: 40px; height: 40px; border-radius: 50%; background: var(--red); color: #fff; display: flex; align-items: center; justify-content: center; font-family: 'Instrument Serif', serif; font-style: italic; font-size: 14px; box-shadow: 0 4px 10px -3px rgba(230,57,70,0.5); }
.fp-avatar { position: absolute; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-weight: 700; color: #fff; font-size: 11px; box-shadow: 0 3px 8px -2px rgba(38,70,83,0.28); }
.fp-row-sm { display: flex; align-items: center; gap: 8px; padding: 7px 0; border-top: 1px solid var(--rule-2); }
.fp-row-sm .av { width: 28px; height: 28px; border-radius: 50%; display: flex; align-items: center; justify-content: center; color: #fff; font-weight: 700; font-size: 10px; }
.fp-row-sm .name { flex: 1; font-size: 11px; font-weight: 500; }
.fp-row-sm .trips { font-family: 'Instrument Serif', serif; font-style: italic; font-size: 16px; color: var(--red); }

/* Feature: Tagged-in inbox mini screen */
.finbox { flex: 1; padding: 40px 12px 14px; overflow: hidden; }
.finbox-head { padding: 0 4px 10px; }
.finbox-head h3 { font-family: 'Instrument Serif', serif; font-size: 22px; }
.finbox-head .sub { font-family: 'Instrument Serif', serif; font-style: italic; font-size: 12px; color: var(--muted); }
.fi-owner { font-size: 9px; letter-spacing: 0.14em; text-transform: uppercase; color: var(--muted); font-weight: 600; margin: 10px 4px 7px; }
.fi-card { background: #fff; border-radius: 10px; padding: 9px 11px; margin-bottom: 7px; display: flex; align-items: center; gap: 10px; box-shadow: 0 2px 8px -3px rgba(38,70,83,0.14); }
.fi-thumb { width: 38px; height: 38px; border-radius: 8px; flex-shrink: 0; }
.fi-info { flex: 1; min-width: 0; }
.fi-info .t { font-family: 'Instrument Serif', serif; font-size: 14px; line-height: 1.1; }
.fi-info .m { font-size: 9px; color: var(--muted); margin-top: 2px; }
.fi-act { font-size: 10px; font-weight: 700; padding: 5px 10px; border-radius: 999px; flex-shrink: 0; }
.fi-act.add { background: var(--red); color: #fff; }
.fi-act.added { background: rgba(42,157,143,0.12); color: var(--green); }

/* Feature: Concert setlist mini screen */
.fset { flex: 1; padding: 40px 14px 14px; overflow: hidden; }
.fset-head { padding: 0 4px 8px; border-bottom: 1px solid var(--rule); margin-bottom: 6px; }
.fset-head .g { font-family: 'Instrument Serif', serif; font-size: 24px; line-height: 1.05; }
.fset-head .v { font-size: 10px; color: var(--muted); margin-top: 3px; display: flex; align-items: center; gap: 6px; }
.fset-head .v .pin { width: 3px; height: 3px; border-radius: 50%; background: currentColor; opacity: 0.5; }
.fset-list { list-style: none; }
.fset-list li { display: flex; gap: 9px; align-items: baseline; padding: 4px 4px; font-size: 12px; color: var(--ink); }
.fset-list li .i { font-family: 'Instrument Serif', serif; font-style: italic; font-size: 13px; color: var(--red); min-width: 15px; text-align: right; flex-shrink: 0; }
.fset-encore { font-family: 'Instrument Serif', serif; font-style: italic; font-size: 12px; color: var(--muted); display: flex; align-items: baseline; gap: 8px; margin: 9px 4px 3px; }
.fset-encore .ln { flex: 1; border-top: 1px solid var(--rule); }
.fset-credit { margin-top: 12px; padding: 0 4px; font-size: 9px; color: var(--muted); display: flex; align-items: center; gap: 5px; }
.fset-credit .dot { width: 4px; height: 4px; border-radius: 50%; background: var(--red); }

/* ── PRICING ─────────────────────────────────────── */
.pricing { padding: 110px 0 120px; border-bottom: 1px solid var(--rule); }
.pricing-header { text-align: center; margin-bottom: 20px; }
.pricing-header .eyebrow { justify-content: center; }
.pricing-header h2 { font-family: 'Instrument Serif', serif; font-size: 62px; line-height: 1; letter-spacing: -0.025em; margin-top: 14px; margin-bottom: 18px; }
.pricing-header h2 em { font-style: italic; color: var(--red); }
.pricing-header p { font-size: 17px; color: var(--ink-2); }
.pricing-note {
  max-width: 620px; margin: 0 auto 56px; text-align: center;
  font-family: 'Instrument Serif', serif; font-style: italic;
  font-size: 19px; line-height: 1.5; color: var(--muted);
}
.pricing-note em { color: var(--red); font-style: italic; }
.pricing-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; max-width: 880px; margin: 0 auto; align-items: start; }
.plan { border-radius: 16px; overflow: hidden; border: 1px solid var(--rule); }
.plan.featured { border-color: var(--red); box-shadow: 0 24px 60px -28px rgba(230,57,70,0.45); }
.plan-head { padding: 32px 36px 28px; border-bottom: 1px solid var(--rule); }
.plan.featured .plan-head { background: var(--paper-2); }
.plan-badge { display: inline-flex; align-items: center; gap: 6px; padding: 4px 10px; background: rgba(42,157,143,0.12); color: var(--green); border-radius: 999px; font-size: 10px; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; margin-bottom: 16px; }
.plan.featured .plan-badge { background: rgba(230,57,70,0.1); color: var(--red); }
.plan-name { font-family: 'Instrument Serif', serif; font-size: 32px; line-height: 1; margin-bottom: 8px; }
.plan-price { font-family: 'Instrument Serif', serif; font-size: 52px; line-height: 1; letter-spacing: -0.02em; }
.plan-price em { font-style: italic; color: var(--red); }
.plan-price .per { font-family: 'Inter', sans-serif; font-size: 14px; color: var(--muted); font-weight: 500; margin-left: 4px; }
.plan-sub { font-size: 13px; color: var(--muted); margin-top: 6px; }
.plan-body { padding: 28px 36px 36px; background: var(--paper); }
.plan-cta { margin-bottom: 28px; }
.plan-cta .btn { width: 100%; justify-content: center; padding: 14px; font-size: 15px; border-radius: 8px; }
.plan-features { list-style: none; display: flex; flex-direction: column; gap: 12px; }
.plan-features li { display: flex; gap: 10px; align-items: flex-start; font-size: 14px; color: var(--ink-2); line-height: 1.4; }
.plan-features li .ck { font-weight: 700; flex-shrink: 0; }
.plan-features li .ck.green { color: var(--green); }
.plan-features li .ck.muted { color: var(--muted); }
.plan-divider { border: none; border-top: 1px solid var(--rule); margin: 16px 0; }
.plan-footnote { margin-top: 18px; font-size: 12px; line-height: 1.5; color: var(--muted); font-style: italic; }
.plan-section-label { font-size: 10px; letter-spacing: 0.14em; text-transform: uppercase; color: var(--muted); font-weight: 600; margin-bottom: 12px; }

/* ── FOOTER ──────────────────────────────────────── */
.footer { background: var(--ink); color: rgba(241,250,238,0.7); padding: 70px 0 50px; }
.footer-top { display: flex; align-items: flex-start; justify-content: space-between; gap: 60px; padding-bottom: 40px; border-bottom: 1px solid rgba(241,250,238,0.12); margin-bottom: 30px; }
.footer-brand { flex-shrink: 0; }
.footer-brand .brand { color: #F1FAEE; font-size: 18px; margin-bottom: 10px; }
.footer-brand .brand img { border-radius: 7px; }
.footer-brand p { font-size: 13px; line-height: 1.6; max-width: 240px; }
.footer-links { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 40px; }
.footer-col h4 { font-size: 11px; letter-spacing: 0.14em; text-transform: uppercase; font-weight: 600; color: rgba(241,250,238,0.4); margin-bottom: 14px; }
.footer-col ul { list-style: none; display: flex; flex-direction: column; gap: 8px; }
.footer-col ul a { font-size: 14px; color: rgba(241,250,238,0.65); transition: color .15s; }
.footer-col ul a:hover { color: #F1FAEE; }
.footer-bottom { display: flex; justify-content: space-between; align-items: center; font-size: 12px; gap: 16px; flex-wrap: wrap; }
.footer-bottom .legal { display: flex; gap: 20px; }
.footer-bottom a { color: rgba(241,250,238,0.4); transition: color .15s; }
.footer-bottom a:hover { color: rgba(241,250,238,0.7); }

/* ── RESPONSIVE ──────────────────────────────────── */
@media (max-width: 1080px) {
  .hero h1 { font-size: 72px; }
  .hero-phones { transform: scale(0.92); }
  .about-grid { gap: 48px; }
}

@media (max-width: 920px) {
  .wrap { padding: 0 24px; }
  .nav-links, .nav-cta .signin { display: none; }
  .nav-toggle { display: flex; }
  .nav.open .nav-links {
    display: flex; flex-direction: column; gap: 0;
    position: absolute; top: 100%; left: 0; right: 0;
    background: var(--cream); border-bottom: 1px solid var(--rule);
    padding: 8px 24px 16px; margin: 0;
  }
  .nav.open .nav-links a { padding: 12px 0; border-bottom: 1px solid var(--rule-2); font-size: 16px; }

  .hero { padding: 56px 0 72px; }
  .hero-grid { grid-template-columns: 1fr; gap: 48px; }
  .hero h1 { font-size: 64px; }
  .hero p.lede { max-width: none; }
  .hero-phones { min-height: 0; }
  .phone.side.left { transform: rotate(-5deg) translateY(20px) scale(0.92); }
  .phone.side.right { transform: rotate(5deg) translateY(20px) scale(0.92); }

  .about { padding: 72px 0; }
  .about-grid { grid-template-columns: 1fr; gap: 40px; }
  .about-left h2 { font-size: 44px; }

  .features-header { padding: 72px 0 48px; }
  .features-header h2 { font-size: 48px; }
  .feat-row, .feat-row.flip { grid-template-columns: 1fr; direction: ltr; }
  .feat-text, .feat-row.flip .feat-text { padding: 56px 0 8px !important; }
  .feat-visual { min-height: 440px; padding: 40px 0; }

  .pricing { padding: 72px 0 80px; }
  .pricing-header h2 { font-size: 48px; }
  .pricing-grid { grid-template-columns: 1fr; max-width: 460px; }

  .footer-top { flex-direction: column; gap: 36px; }
  .footer-links { gap: 28px; }
}

@media (max-width: 560px) {
  .hero h1 { font-size: 52px; }
  .hero-phones { gap: 8px; }
  .phone.side { display: none; }
  .phone.main { transform: none; }
  .about-stat-row { grid-template-columns: 1fr; }
  .about-left h2, .features-header h2, .pricing-header h2 { font-size: 38px; }
  .footer-links { grid-template-columns: 1fr 1fr; }
  .footer-bottom { flex-direction: column; align-items: flex-start; gap: 12px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  * { transition: none !important; }
}
