/* Dedicated "second shift" automation landing page. */
:root {
  --navy-950: #0b1b31;
  --navy-900: #132b4f;
  --navy-800: #1e426f;
  --blue-700: #2f5f90;
  --teal-600: #008a82;
  --amber-500: #eeb33e;
  --amber-400: #f6c85f;
  --cream-100: #f6f0e6;
  --cream-50: #fbf8f2;
  --white: #fff;
  --ink: #102138;
  --muted: #566271;
  --line: rgba(16, 33, 56, .16);
  --focus: #76e5dd;
  --shell: 1280px;
  --gutter: clamp(20px, 4vw, 64px);
  --shadow: 0 18px 60px rgba(9, 26, 47, .18);
  --ease: cubic-bezier(.2, .8, .2, 1);
  --type-copy: 1rem;
  --type-supporting: .9375rem;
  --type-label: .8125rem;
}

*, *::before, *::after { box-sizing: border-box; }

html {
  scroll-behavior: smooth;
  scroll-padding-top: 88px;
}

body {
  margin: 0;
  background: var(--cream-50);
  color: var(--ink);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

body.menu-open { overflow: hidden; }
main:focus { outline: none; }

img { display: block; max-width: 100%; }
a { color: inherit; }
button, a { touch-action: manipulation; }

:focus-visible {
  outline: 3px solid var(--focus);
  outline-offset: 4px;
}

.skip-link {
  position: fixed;
  z-index: 1000;
  top: 12px;
  left: 12px;
  padding: 10px 16px;
  background: var(--white);
  color: var(--navy-950);
  font-weight: 800;
  transform: translateY(-150%);
  transition: transform 180ms var(--ease);
}

.skip-link:focus { transform: translateY(0); }

.shell {
  width: min(100% - (var(--gutter) * 2), var(--shell));
  margin-inline: auto;
}

.site-header {
  position: absolute;
  z-index: 100;
  inset: 0 0 auto;
  color: var(--white);
  border-bottom: 1px solid rgba(255, 255, 255, .2);
}

.header-inner {
  min-height: 88px;
  display: grid;
  grid-template-columns: 185px 1fr auto;
  align-items: center;
  gap: 32px;
}

.brand {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  width: fit-content;
}

.brand img { width: 162px; height: auto; }

.desktop-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(18px, 2vw, 34px);
}

.desktop-nav a {
  position: relative;
  padding: 16px 0;
  font-size: .86rem;
  font-weight: 750;
  text-decoration: none;
}

.desktop-nav a::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 10px;
  left: 0;
  height: 2px;
  background: var(--amber-500);
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 220ms var(--ease);
}

.desktop-nav a:hover::after,
.desktop-nav a:focus-visible::after {
  transform: scaleX(1);
  transform-origin: left;
}

.header-cta,
.mobile-menu-cta {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  gap: 12px;
  padding: 10px 10px 10px 20px;
  border: 1px solid rgba(255, 255, 255, .55);
  border-radius: 999px;
  font-size: .84rem;
  font-weight: 800;
  text-decoration: none;
  transition: background 180ms var(--ease), color 180ms var(--ease), border-color 180ms var(--ease);
}

.header-cta span,
.mobile-menu-cta span {
  display: grid;
  width: 30px;
  height: 30px;
  place-items: center;
  border-radius: 50%;
  background: var(--amber-500);
  color: var(--navy-950);
}

.header-cta:hover { background: var(--white); color: var(--navy-950); border-color: var(--white); }

.menu-toggle,
.mobile-menu { display: none; }

.hero {
  position: relative;
  min-height: 820px;
  display: flex;
  align-items: stretch;
  overflow: hidden;
  background: var(--navy-950);
  color: var(--white);
}

.hero-media,
.hero-shade {
  position: absolute;
  inset: 0;
}

.hero-media {
  background-image: url("../img/evening-admin-cafe-owner.webp");
  background-size: cover;
  background-position: center;
  transform: scale(1.002);
}

.hero-shade {
  background:
    linear-gradient(90deg, rgba(6, 18, 35, .96) 0%, rgba(8, 25, 47, .87) 32%, rgba(10, 29, 52, .36) 59%, rgba(7, 20, 37, .08) 100%),
    linear-gradient(0deg, rgba(4, 15, 29, .68) 0%, transparent 35%);
}

.hero-inner {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  padding-top: 138px;
  padding-bottom: 104px;
}

.hero-copy {
  width: min(715px, 60%);
}

.eyebrow {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0 0 22px;
  color: var(--amber-400);
  font-size: .75rem;
  font-weight: 850;
  letter-spacing: .16em;
  line-height: 1.3;
  text-transform: uppercase;
}

.eyebrow > span {
  width: 38px;
  height: 2px;
  flex: 0 0 auto;
  background: currentColor;
}

.hero h1 {
  max-width: 690px;
  margin: 0;
  font-size: clamp(3.75rem, 6.5vw, 6.3rem);
  font-weight: 780;
  letter-spacing: -.065em;
  line-height: .93;
  text-wrap: balance;
}

.hero h1 em,
.second-shift h2 em {
  color: var(--amber-400);
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 400;
  letter-spacing: -.04em;
}

.hero-summary {
  max-width: 640px;
  margin: 28px 0 0;
  color: rgba(255, 255, 255, .84);
  font-size: clamp(1.04rem, 1.3vw, 1.18rem);
  line-height: 1.65;
}

.hero-actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 18px 28px;
  margin-top: 36px;
}

.button {
  display: inline-flex;
  min-height: 56px;
  align-items: center;
  justify-content: center;
  gap: 18px;
  border-radius: 999px;
  font-size: .94rem;
  font-weight: 850;
  line-height: 1.2;
  text-decoration: none;
  transition: transform 180ms var(--ease), box-shadow 180ms var(--ease), background 180ms var(--ease);
}

.button-primary {
  padding: 8px 10px 8px 24px;
  background: var(--amber-500);
  color: var(--navy-950);
  box-shadow: 0 12px 34px rgba(0, 0, 0, .24);
}

.button-primary span {
  display: grid;
  width: 40px;
  height: 40px;
  place-items: center;
  border-radius: 50%;
  background: var(--navy-950);
  color: var(--white);
  font-size: 1.1rem;
}

.button:hover { transform: translateY(-2px); box-shadow: 0 18px 38px rgba(0, 0, 0, .3); }

.text-link {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  gap: 10px;
  font-weight: 800;
  text-underline-offset: 5px;
  text-decoration-thickness: 1px;
}

.text-link-light { color: rgba(255, 255, 255, .9); }
.text-link:hover { color: var(--amber-400); }

.hero-trust {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  margin: 30px 0 0;
  color: rgba(255, 255, 255, .68);
  font-size: .78rem;
  font-weight: 650;
}

.hero-trust > span { color: var(--amber-400); }
.hero-trust b { color: rgba(255, 255, 255, .3); }

.time-card {
  position: absolute;
  right: clamp(0px, 1vw, 18px);
  bottom: 82px;
  width: 180px;
  padding: 20px 22px 18px;
  background: var(--amber-500);
  color: var(--navy-950);
  box-shadow: var(--shadow);
  transform: rotate(-3deg);
}

.time-card::before {
  content: "";
  position: absolute;
  top: -10px;
  left: 50%;
  width: 70px;
  height: 20px;
  background: rgba(255, 247, 217, .72);
  transform: translateX(-50%) rotate(2deg);
}

.time-card > div { display: flex; align-items: baseline; gap: 5px; }
.time-card strong { font-size: 2.8rem; letter-spacing: -.07em; line-height: 1; }
.time-card span { font-size: 1rem; font-weight: 800; }
.time-card p { margin: 10px 0 0; font-weight: 800; line-height: 1.25; }

.hero-caption {
  position: absolute;
  z-index: 3;
  right: 0;
  bottom: 0;
  padding: 11px 24px;
  background: var(--cream-100);
  color: var(--navy-900);
  font-size: .68rem;
  font-weight: 850;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.second-shift {
  position: relative;
  padding: clamp(86px, 9vw, 144px) 0 clamp(96px, 10vw, 160px);
  overflow: hidden;
  background: var(--cream-100);
}

.second-shift::before {
  content: "";
  position: absolute;
  top: 0;
  right: 8%;
  width: 1px;
  height: 100%;
  background: var(--line);
}

.section-heading-split {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(300px, .65fr);
  gap: clamp(48px, 8vw, 120px);
  align-items: end;
}

.eyebrow-dark { color: var(--teal-600); }

.second-shift h2 {
  max-width: 810px;
  margin: 0;
  color: var(--navy-950);
  font-size: clamp(2.5rem, 5vw, 5rem);
  font-weight: 770;
  letter-spacing: -.06em;
  line-height: 1.02;
}

.second-shift h2 em { color: var(--navy-800); }

.section-intro {
  padding-bottom: 6px;
  color: var(--muted);
  font-size: 1.03rem;
}

.section-intro p { margin: 0; }
.section-intro p + p { margin-top: 18px; }

.evening-timeline {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  margin: clamp(64px, 8vw, 112px) 0 0;
  padding: 0;
  list-style: none;
}

.evening-timeline::before {
  content: "";
  position: absolute;
  top: 45px;
  right: 12.5%;
  left: 12.5%;
  height: 2px;
  background: var(--navy-900);
  opacity: .18;
}

.evening-timeline li {
  position: relative;
  min-width: 0;
  padding-right: 26px;
}

.evening-timeline li::before {
  content: "";
  position: absolute;
  top: 38px;
  left: 0;
  width: 14px;
  height: 14px;
  border: 3px solid var(--cream-100);
  border-radius: 50%;
  background: var(--navy-800);
  box-shadow: 0 0 0 2px var(--navy-800);
}

.evening-timeline time {
  display: block;
  margin-bottom: 47px;
  color: var(--navy-900);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.7rem, 2.8vw, 2.65rem);
  font-variant-numeric: tabular-nums;
  line-height: 1;
}

.evening-timeline time span {
  font-family: Inter, ui-sans-serif, sans-serif;
  font-size: .8rem;
  font-weight: 800;
  text-transform: uppercase;
}

.evening-timeline strong {
  display: block;
  color: var(--navy-950);
  font-size: 1rem;
  line-height: 1.35;
}

.evening-timeline p {
  max-width: 190px;
  margin: 8px 0 0;
  color: var(--muted);
  font-size: .85rem;
  line-height: 1.5;
}

.evening-timeline .is-late {
  margin-top: -18px;
  padding: 18px 22px 24px;
  background: var(--amber-500);
  box-shadow: 12px 14px 0 var(--navy-900);
  transform: rotate(1.5deg);
}

.evening-timeline .is-late::before { top: 56px; left: 22px; background: var(--navy-950); border-color: var(--amber-500); }
.evening-timeline .is-late time { margin-bottom: 47px; }
.evening-timeline .is-late p { color: rgba(11, 27, 49, .72); }

.outcomes {
  padding: clamp(88px, 10vw, 156px) 0;
  background: var(--white);
}

.outcomes-heading {
  max-width: 1040px;
  margin-bottom: clamp(52px, 7vw, 96px);
}

.outcomes h2,
.proof h2,
.process h2 {
  margin: 0;
  color: var(--navy-950);
  font-size: clamp(2.7rem, 5.7vw, 5.7rem);
  font-weight: 770;
  letter-spacing: -.065em;
  line-height: .98;
  text-wrap: balance;
}

.outcomes h2 em,
.process h2 em {
  color: var(--teal-600);
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 400;
  letter-spacing: -.045em;
}

.outcome-list { border-bottom: 1px solid var(--line); }

.outcome-row {
  display: grid;
  grid-template-columns: 58px 76px minmax(0, 1fr) minmax(210px, 280px);
  gap: clamp(20px, 3vw, 48px);
  align-items: center;
  min-height: 214px;
  padding: 38px 0;
  border-top: 1px solid var(--line);
}

.outcome-number {
  align-self: start;
  margin: 2px 0 0;
  color: var(--teal-600);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.2rem;
  font-variant-numeric: tabular-nums;
}

.outcome-icon {
  display: grid;
  width: 72px;
  height: 72px;
  place-items: center;
  border: 1px solid rgba(16, 33, 56, .18);
  border-radius: 50%;
  background: var(--cream-50);
  color: var(--navy-800);
  transition: background 200ms var(--ease), color 200ms var(--ease), transform 200ms var(--ease);
}

.outcome-row:hover .outcome-icon { background: var(--amber-500); color: var(--navy-950); transform: rotate(-5deg); }

.outcome-icon svg {
  width: 34px;
  height: 34px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.outcome-copy h3 {
  margin: 0;
  color: var(--navy-950);
  font-size: clamp(1.55rem, 2.6vw, 2.35rem);
  letter-spacing: -.045em;
  line-height: 1.08;
}

.outcome-copy p { max-width: 630px; margin: 14px 0 0; color: var(--muted); }

.outcome-meta {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 15px;
}

.outcome-meta > span {
  color: var(--teal-600);
  font-size: .7rem;
  font-weight: 850;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.outcome-meta a {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--navy-950);
  font-weight: 800;
  line-height: 1.35;
  text-decoration-color: var(--amber-500);
  text-decoration-thickness: 2px;
  text-underline-offset: 5px;
}

.outcome-meta b { font-size: 1.05rem; }

.library {
  position: relative;
  padding: clamp(88px, 9vw, 144px) 0;
  overflow: hidden;
  background: var(--navy-900);
  color: var(--white);
}

.library::before,
.library::after {
  content: "";
  position: absolute;
  width: 430px;
  height: 100px;
  border-radius: 999px;
  background: rgba(255, 255, 255, .035);
  transform: rotate(55deg);
}

.library::before { top: -40px; right: -80px; }
.library::after { bottom: -20px; left: -90px; }

.library-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(210px, .75fr) minmax(0, 1.5fr) minmax(240px, .75fr);
  gap: clamp(42px, 7vw, 100px);
  align-items: end;
}

.library-price { align-self: start; color: var(--amber-400); }
.library-price > span { display: inline-block; font-size: clamp(2.3rem, 4vw, 4rem); font-weight: 750; vertical-align: top; transform: translateY(18px); }
.library-price strong { font-family: Georgia, "Times New Roman", serif; font-size: clamp(7.5rem, 14vw, 13rem); font-weight: 400; letter-spacing: -.09em; line-height: .78; }
.library-price p { margin: 24px 0 0 12px; color: rgba(255, 255, 255, .68); font-size: .78rem; font-weight: 800; letter-spacing: .1em; line-height: 1.45; text-transform: uppercase; }

.library-copy h2 {
  max-width: 680px;
  margin: 0;
  font-size: clamp(2.45rem, 4.8vw, 4.85rem);
  letter-spacing: -.06em;
  line-height: 1;
}

.library-copy > p:not(.eyebrow) { max-width: 660px; margin: 28px 0 0; color: rgba(255, 255, 255, .76); font-size: 1.05rem; }
.library-copy ul { display: flex; flex-wrap: wrap; gap: 8px 22px; margin: 28px 0 0; padding: 0; list-style: none; color: rgba(255, 255, 255, .72); font-size: .82rem; font-weight: 700; }
.library-copy li::before { content: "✓"; margin-right: 8px; color: var(--amber-400); }

.library-action { padding-bottom: 4px; }
.library-action p { margin: 0 0 24px; color: rgba(255, 255, 255, .68); font-size: .9rem; }
.library-action .button { width: 100%; justify-content: space-between; }

.proof {
  padding: clamp(92px, 10vw, 160px) 0;
  background: var(--cream-50);
}

.proof-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.5fr) minmax(280px, .5fr);
  gap: clamp(48px, 9vw, 140px);
  align-items: end;
}

.proof-heading h2 { max-width: 900px; }
.proof-heading > p { margin: 0 0 10px; color: var(--muted); font-size: 1rem; }

.case-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(24px, 4vw, 58px);
  margin-top: clamp(64px, 8vw, 110px);
}

.case-card { background: var(--white); box-shadow: 0 18px 46px rgba(18, 42, 75, .08); }
.case-card-offset { margin-top: 76px; }
.case-image { display: block; overflow: hidden; background: var(--navy-900); aspect-ratio: 3 / 2; }
.case-image img { width: 100%; height: 100%; object-fit: cover; transition: transform 500ms var(--ease); }
.case-card:hover .case-image img { transform: scale(1.035); }
.case-body { padding: clamp(28px, 4vw, 48px); }
.case-type { margin: 0 0 12px; color: var(--teal-600); font-size: .69rem; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.case-body h3 { margin: 0; color: var(--navy-950); font-size: clamp(1.7rem, 3vw, 2.65rem); letter-spacing: -.045em; line-height: 1.08; }
.case-body > p:not(.case-type) { margin: 18px 0 24px; color: var(--muted); }
.case-body .text-link { color: var(--navy-950); }

.proof-link { display: flex; justify-content: center; margin-top: 70px; }
.proof-link a { display: inline-flex; min-height: 52px; align-items: center; gap: 12px; padding: 8px 22px; border-bottom: 2px solid var(--amber-500); color: var(--navy-950); font-weight: 850; text-decoration: none; }

.operator {
  position: relative;
  padding: clamp(84px, 9vw, 144px) 0;
  overflow: hidden;
  background: var(--navy-950);
  color: var(--white);
}

.operator::after {
  content: "";
  position: absolute;
  right: -7vw;
  bottom: -18vw;
  width: 42vw;
  height: 42vw;
  border: 1px solid rgba(255, 255, 255, .08);
  border-radius: 50%;
  box-shadow: 0 0 0 9vw rgba(255, 255, 255, .025), 0 0 0 18vw rgba(255, 255, 255, .018);
}

.operator-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(320px, .82fr) minmax(0, 1.18fr);
  gap: clamp(54px, 9vw, 132px);
  align-items: center;
}

.operator-portrait { position: relative; width: min(100%, 520px); }
.operator-portrait::before { content: ""; position: absolute; inset: 24px -24px -24px 24px; border: 1px solid rgba(238, 179, 62, .8); }
.operator-portrait img { position: relative; z-index: 1; width: 100%; aspect-ratio: 4 / 5; object-fit: cover; object-position: center 22%; filter: saturate(.82) contrast(1.02); }
.operator-badge { position: absolute; z-index: 2; right: -30px; bottom: 24px; display: flex; align-items: center; gap: 12px; padding: 18px 20px; background: var(--amber-500); color: var(--navy-950); box-shadow: var(--shadow); transform: rotate(-2deg); }
.operator-badge strong { font-family: Georgia, "Times New Roman", serif; font-size: 3rem; font-weight: 400; line-height: 1; }
.operator-badge span { font-size: .72rem; font-weight: 850; letter-spacing: .04em; line-height: 1.35; text-transform: uppercase; }

.operator-copy h2 {
  margin: 0;
  font-size: clamp(2.75rem, 5vw, 5.2rem);
  letter-spacing: -.065em;
  line-height: .98;
}

.operator-copy h2 em { color: var(--amber-400); font-family: Georgia, "Times New Roman", serif; font-weight: 400; letter-spacing: -.04em; }
.operator-copy > p:not(.eyebrow) { max-width: 700px; margin: 26px 0 0; color: rgba(255, 255, 255, .72); font-size: 1.03rem; }

.operator-principles { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; margin: 38px 0 32px; background: rgba(255, 255, 255, .13); border: 1px solid rgba(255, 255, 255, .13); }
.operator-principles div { padding: 22px; background: var(--navy-950); }
.operator-principles strong { display: block; margin-bottom: 8px; color: var(--white); font-size: .88rem; }
.operator-principles span { display: block; color: rgba(255, 255, 255, .58); font-size: .77rem; line-height: 1.5; }

.process {
  padding: clamp(92px, 10vw, 160px) 0;
  background: var(--white);
}

.process-heading { max-width: 960px; }
.process-list { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; margin: clamp(64px, 8vw, 108px) 0 0; padding: 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); list-style: none; }
.process-list li { display: grid; grid-template-columns: 54px 1fr; gap: 20px; min-height: 300px; padding: 38px clamp(22px, 3vw, 42px); border-right: 1px solid var(--line); }
.process-list li:first-child { padding-left: 0; }
.process-list li:last-child { padding-right: 0; border-right: 0; }
.process-list > li > span { color: var(--teal-600); font-family: Georgia, "Times New Roman", serif; font-size: 1.5rem; }
.process-list h3 { margin: 0; color: var(--navy-950); font-size: clamp(1.4rem, 2.3vw, 2rem); letter-spacing: -.04em; line-height: 1.15; }
.process-list p { margin: 16px 0 0; color: var(--muted); }

.closing-cta {
  position: relative;
  padding: clamp(80px, 9vw, 132px) 0;
  overflow: hidden;
  background: var(--navy-900);
  color: var(--white);
}

.closing-cta::after { content: "8:47"; position: absolute; right: -2vw; bottom: -7vw; color: rgba(255, 255, 255, .035); font-family: Georgia, "Times New Roman", serif; font-size: 26vw; line-height: .75; }
.closing-grid { position: relative; z-index: 2; display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(340px, .65fr); gap: clamp(50px, 10vw, 150px); align-items: end; }
.closing-cta h2 { max-width: 850px; margin: 0; font-size: clamp(3.2rem, 6.5vw, 6.5rem); letter-spacing: -.07em; line-height: .92; }
.closing-action p { margin: 0 0 28px; color: rgba(255, 255, 255, .75); font-size: 1.03rem; }
.closing-action .button { width: 100%; justify-content: space-between; }
.closing-note { display: block; margin-top: 16px; color: rgba(255, 255, 255, .54); font-size: .75rem; line-height: 1.5; }

.site-footer { padding: 74px 0 26px; background: #081525; color: rgba(255, 255, 255, .68); }
.footer-main { display: grid; grid-template-columns: minmax(220px, .9fr) minmax(360px, 1.2fr) minmax(240px, .6fr); gap: clamp(42px, 8vw, 110px); align-items: start; }
.footer-brand img { width: 162px; height: auto; }
.footer-brand p { max-width: 310px; margin: 22px 0 0; font-size: .9rem; }
.footer-nav { display: grid; grid-template-columns: repeat(2, 1fr); gap: 32px; }
.footer-nav h2 { margin: 0 0 16px; color: var(--white); font-size: .78rem; letter-spacing: .12em; text-transform: uppercase; }
.footer-nav a { display: block; width: fit-content; min-height: 34px; font-size: .85rem; text-decoration: none; }
.footer-nav a:hover, .site-footer a:hover { color: var(--amber-400); }
.site-footer address { font-size: .84rem; font-style: normal; line-height: 1.8; }
.site-footer address strong { color: var(--white); }
.site-footer address a { text-underline-offset: 4px; }
.footer-bottom { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-top: 64px; padding-top: 24px; border-top: 1px solid rgba(255, 255, 255, .11); font-size: .72rem; }
.footer-bottom p { margin: 0; }
.footer-bottom div { display: flex; flex-wrap: wrap; gap: 20px; }
.footer-bottom a { min-height: 32px; display: inline-flex; align-items: center; text-decoration: none; }

@media (max-width: 1080px) {
  .desktop-nav { display: none; }
  .header-inner { grid-template-columns: 1fr auto auto; }
  .time-card { right: 0; }
  .hero-copy { width: min(690px, 67%); }
  .outcome-row { grid-template-columns: 48px 68px minmax(0, 1fr) minmax(180px, 220px); gap: 24px; }
  .library-grid { grid-template-columns: minmax(170px, .65fr) minmax(0, 1.35fr); }
  .library-action { grid-column: 2; }
  .operator-principles { grid-template-columns: 1fr; }
  .operator-principles div { display: grid; grid-template-columns: 155px 1fr; gap: 14px; }
  .closing-grid { grid-template-columns: 1fr 380px; gap: 72px; }
}

@media (max-width: 960px) {
  .footer-main { grid-template-columns: minmax(200px, .7fr) minmax(380px, 1.3fr); gap: 54px; }
  .site-footer address { grid-column: 2; }
}

@media (max-width: 760px) {
  :root { --gutter: 20px; }

  .site-header { position: absolute; }
  .header-inner { min-height: 76px; grid-template-columns: 1fr auto; gap: 14px; }
  .brand img { width: 134px; }
  .header-cta { display: none; }

  .menu-toggle {
    display: grid;
    width: 48px;
    height: 48px;
    place-content: center;
    gap: 7px;
    padding: 0;
    border: 1px solid rgba(255, 255, 255, .45);
    border-radius: 50%;
    background: rgba(9, 25, 45, .3);
    color: var(--white);
    cursor: pointer;
  }

  .menu-toggle span { width: 20px; height: 2px; background: currentColor; transition: transform 180ms var(--ease); }
  .menu-toggle[aria-expanded="true"] span:first-child { transform: translateY(4.5px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:last-child { transform: translateY(-4.5px) rotate(-45deg); }

  .mobile-menu {
    position: fixed;
    z-index: 99;
    inset: 76px 0 0;
    display: flex;
    flex-direction: column;
    gap: 2px;
    padding: 22px var(--gutter) 36px;
    background: var(--navy-950);
  }

  .mobile-menu[hidden] { display: none; }
  .mobile-menu > a { min-height: 54px; display: flex; align-items: center; border-bottom: 1px solid rgba(255, 255, 255, .12); color: var(--white); font-size: 1.1rem; font-weight: 750; text-decoration: none; }
  .mobile-menu .mobile-menu-cta { width: 100%; justify-content: space-between; margin-top: 20px; padding-left: 22px; border: 1px solid var(--amber-500); }

  .hero { min-height: 790px; }
  .hero-media { background-position: 65% center; }
  .hero-shade {
    background:
      linear-gradient(0deg, rgba(6, 18, 35, .98) 0%, rgba(6, 18, 35, .93) 39%, rgba(7, 21, 39, .28) 74%, rgba(5, 17, 31, .3) 100%),
      linear-gradient(90deg, rgba(5, 17, 31, .42), rgba(5, 17, 31, .05));
  }

  .hero-inner { align-items: flex-end; padding-top: 208px; padding-bottom: 66px; }
  .hero-copy { width: 100%; }
  .eyebrow { margin-bottom: 16px; font-size: .68rem; }
  .hero h1 { max-width: 520px; font-size: clamp(3.1rem, 14vw, 4.5rem); line-height: .95; }
  .hero-summary { max-width: 540px; margin-top: 20px; font-size: 1rem; line-height: 1.55; }
  .hero-actions { align-items: stretch; flex-direction: column; gap: 12px; margin-top: 26px; }
  .button-primary { width: 100%; justify-content: space-between; }
  .text-link { width: fit-content; }
  .hero-trust { margin-top: 18px; font-size: .71rem; }
  .hero-trust b { display: inline; }
  .time-card { top: 104px; right: 18px; bottom: auto; width: 142px; padding: 15px 16px 13px; transform: rotate(2deg); }
  .time-card strong { font-size: 2.15rem; }
  .time-card p { margin-top: 6px; font-size: .76rem; }
  .hero-caption { display: none; }

  .section-heading-split { grid-template-columns: 1fr; gap: 34px; }
  .second-shift h2 { font-size: clamp(2.45rem, 12vw, 3.7rem); }
  .section-intro { font-size: 1rem; }

  .evening-timeline { grid-template-columns: 1fr; gap: 0; margin-top: 54px; padding-left: 22px; }
  .evening-timeline::before { top: 18px; right: auto; bottom: 32px; left: 28px; width: 2px; height: auto; }
  .evening-timeline li { display: grid; grid-template-columns: 112px 1fr; gap: 18px; padding: 0 0 34px 32px; }
  .evening-timeline li::before { top: 9px; left: 0; }
  .evening-timeline time { margin: 0; font-size: 1.75rem; }
  .evening-timeline .is-late { margin: 0 0 0 10px; padding: 18px 18px 20px 22px; box-shadow: 8px 9px 0 var(--navy-900); transform: rotate(.5deg); }
  .evening-timeline .is-late::before { top: 25px; left: -32px; border-color: var(--cream-100); }
  .evening-timeline .is-late time { margin: 0; }

  .outcomes h2,
  .proof h2,
  .process h2 { font-size: clamp(2.55rem, 12vw, 3.8rem); }
  .outcome-row { grid-template-columns: 44px 1fr; gap: 18px; min-height: 0; padding: 32px 0; }
  .outcome-number { grid-row: 1; }
  .outcome-icon { grid-column: 1; grid-row: 2; width: 44px; height: 44px; }
  .outcome-icon svg { width: 24px; height: 24px; }
  .outcome-copy { grid-column: 2; grid-row: 1 / span 2; }
  .outcome-meta { grid-column: 2; grid-row: 3; gap: 8px; }
  .outcome-meta a { font-size: .9rem; }

  .library-grid { grid-template-columns: 1fr; gap: 46px; }
  .library-price { display: flex; align-items: flex-end; flex-wrap: wrap; }
  .library-price > span { font-size: 2rem; transform: translateY(-38px); }
  .library-price strong { font-size: 8rem; }
  .library-price p { margin: 0 0 4px 20px; }
  .library-copy h2 { font-size: clamp(2.5rem, 12vw, 3.75rem); }
  .library-copy ul { display: grid; }
  .library-action { grid-column: auto; }
  .library-action .button { font-size: .84rem; }

  .proof-heading { grid-template-columns: 1fr; gap: 28px; }
  .case-grid { grid-template-columns: 1fr; gap: 28px; margin-top: 52px; }
  .case-card-offset { margin-top: 0; }
  .case-body { padding: 28px; }
  .proof-link { margin-top: 42px; }

  .operator-grid { grid-template-columns: 1fr; gap: 70px; }
  .operator-portrait { width: calc(100% - 20px); }
  .operator-badge { right: -18px; bottom: -20px; }
  .operator-copy h2 { font-size: clamp(2.65rem, 12vw, 3.8rem); }
  .operator-principles div { grid-template-columns: 1fr; gap: 0; }

  .process-list { grid-template-columns: 1fr; }
  .process-list li { grid-template-columns: 46px 1fr; min-height: 0; padding: 30px 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .process-list li:last-child { border-bottom: 0; }

  .closing-grid { grid-template-columns: 1fr; gap: 38px; }
  .closing-cta h2 { font-size: clamp(3.1rem, 14vw, 4.7rem); }
  .closing-action .button { font-size: .84rem; }

  .footer-main { grid-template-columns: 1fr; gap: 44px; }
  .site-footer address { grid-column: auto; }
  .footer-nav { gap: 24px; }
  .footer-bottom { align-items: flex-start; flex-direction: column; margin-top: 48px; }
}

@media (max-width: 390px) {
  .hero { min-height: 820px; }
  .hero h1 { font-size: 3.18rem; }
  .evening-timeline li { grid-template-columns: 100px 1fr; gap: 10px; }
  .footer-nav { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behaviour: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
}

/* Landing-page readability aligned with the main site. */
.desktop-nav a,
.header-cta,
.mobile-menu-cta,
.button {
  font-size: var(--type-copy);
}

.eyebrow,
.hero-caption,
.outcome-meta > span,
.library-price p,
.case-type {
  font-size: var(--type-label);
}

.hero-trust,
.evening-timeline p,
.outcome-meta a,
.library-copy ul,
.library-action p,
.operator-principles strong,
.operator-principles span,
.footer-brand p,
.footer-nav a,
.site-footer address {
  font-size: var(--type-copy);
  line-height: 1.6;
}

.closing-note,
.footer-nav h2,
.footer-bottom,
.operator-badge span,
.time-card p,
.evening-timeline time span {
  font-size: var(--type-supporting);
}
