:root {
  --bg: #f4efe4;
  --bg-soft: #fbf8f1;
  --surface: #fffdf8;
  --ink: #21313b;
  --muted: #5c6f79;
  --line: #d8e1e3;
  --accent: #2f6e8d;
  --accent-soft: #dcebf4;
  --link: #1f4f78;
  --link-hover: #163854;
  --shadow: 0 14px 36px rgba(33, 49, 59, 0.08);
  --radius: 28px;
  --body-leading: 1.6;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background:
    radial-gradient(circle at top, rgba(196, 220, 232, 0.8), transparent 28%),
    linear-gradient(180deg, #eef4f7 0%, var(--bg) 22%, #f7f2e8 100%);
  color: var(--ink);
  font-family: "Helvetica Neue", Arial, sans-serif;
  line-height: var(--body-leading);
}
a[href] {
  color: var(--link);
  text-decoration: underline;
  text-decoration-thickness: 1.5px;
  text-underline-offset: 0.12em;
}
a[href]:hover {
  color: var(--link-hover);
  text-decoration: underline;
}
.site-title-link,
.pill-link,
.button-link,
.topic-tile,
.book-cover-link,
.social-links a {
  text-decoration: none !important;
}
.site-title-link:hover,
.pill-link:hover,
.button-link:hover,
.topic-tile:hover,
.book-cover-link:hover,
.social-links a:hover {
  text-decoration: none !important;
}
img { max-width: 100%; height: auto; display: block; }
h1, h2, h3, h4, h5, h6 {
  color: var(--accent);
  font-family: Georgia, "Times New Roman", serif;
  line-height: 1.15;
}
.site-shell {
  width: min(1100px, calc(100% - 32px));
  margin: 0 auto;
  padding: 28px 0 72px;
}
.hero {
  background: rgba(255, 253, 248, 0.9);
  border: 1px solid rgba(47, 110, 141, 0.12);
  border-radius: 36px;
  box-shadow: var(--shadow);
  padding: 28px 24px 26px;
  text-align: center;
  backdrop-filter: blur(4px);
}
.hero-portrait {
  width: clamp(160px, 30vw, 320px);
  margin: 0 auto 22px;
  border-radius: 28px;
  box-shadow: 0 18px 40px rgba(33, 49, 59, 0.18);
}
.site-title {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.2rem, 6vw, 4.2rem);
  color: var(--accent);
  line-height: 1.05;
}
.site-title-link {
  color: inherit;
  text-decoration: none;
}
.site-title-link:hover {
  color: inherit;
  text-decoration: none;
}
.site-tagline {
  margin: 12px 0 0;
  font-size: clamp(1.1rem, 2.5vw, 1.5rem);
  color: var(--link);
  font-weight: 600;
}
.hero-copy {
  width: min(740px, 100%);
  margin: 20px auto 0;
  text-align: left;
  color: var(--ink);
  font-size: 1.05rem;
}
.hero-copy p { margin: 0 0 16px; }
.hero-books-copy {
  text-align: center;
}
.hero-books-copy p {
  margin-left: auto;
  margin-right: auto;
}
.hero-copy,
.card p,
.contact-line,
.letter-links,
.book-card p,
.sitewide-standard-footer {
  line-height: var(--body-leading);
}
.topic-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  margin-top: 20px;
}
.topic-tile {
  position: relative;
  display: block;
  width: clamp(88px, 18vw, 128px);
  aspect-ratio: 1 / 1;
  overflow: hidden;
  min-height: 0;
  border-radius: 18px;
  background: var(--surface);
  border: 1px solid rgba(47, 110, 141, 0.12);
  box-shadow: 0 10px 24px rgba(47, 110, 141, 0.08);
  transition: transform 0.15s ease, box-shadow 0.15s ease;
}
.topic-tile:hover {
  transform: translateY(-2px);
  text-decoration: none;
  box-shadow: 0 14px 28px rgba(47, 110, 141, 0.14);
}
.topic-tile::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(18, 38, 48, 0.02) 34%, rgba(18, 38, 48, 0.72) 100%);
}
.topic-tile img {
  width: 100%;
  height: 100%;
  min-height: 0;
  object-fit: cover;
}
.cars-tile img {
  object-position: center 22%;
}
.business-tile img {
  object-position: center 18%;
}
.yoga-tile img {
  object-position: center 22%;
}
.topic-tile span {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  padding: 9px 10px 10px;
  text-align: left;
  color: #fff;
  font-size: 0.84rem;
  font-weight: 700;
  line-height: 1.15;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.24);
}
.mini-links {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: flex-start;
  margin-top: 14px;
}
.hero-secondary {
  justify-content: center;
  margin-top: 10px;
}
.pill-link,
.button-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  padding: 6px 12px;
  border-radius: 999px;
  border: 1px solid rgba(47, 110, 141, 0.15);
  background: var(--surface);
  color: var(--accent);
  font-weight: 600;
  font-size: 0.82rem;
  box-shadow: 0 6px 16px rgba(47, 110, 141, 0.06);
  text-decoration: none;
}
.button-link.primary {
  background: var(--accent);
  color: #fff;
}
.grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 24px;
  margin-top: 24px;
}

.hero-contact {
  margin-top: 12px;
  font-size: 0.95rem;
  font-weight: 600;
}
.hero-contact a {
  color: var(--accent);
}
.search-single {
  margin-top: 24px;
}
.card {
  background: rgba(255, 253, 248, 0.92);
  border: 1px solid rgba(47, 110, 141, 0.12);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  padding: 22px 20px;
}
.card h2 {
  margin: 0 0 14px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.5rem, 3vw, 2rem);
  color: var(--accent);
}
.card p { margin: 0 0 14px; color: var(--muted); }
.card img {
  margin: 0 auto 16px;
}
.search-form { display: grid; gap: 12px; }
.search-form input[type="text"] {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 14px 16px;
  font-size: 1rem;
  color: var(--ink);
  background: #fff;
}
.search-form input[type="submit"] {
  width: 100%;
  border: 0;
  border-radius: 16px;
  padding: 14px 16px;
  font-size: 1rem;
  font-weight: 600;
  color: #fff;
  background: linear-gradient(135deg, var(--accent), #4c87a4);
  cursor: pointer;
}
.search-note { font-size: 0.95rem; color: var(--muted); }
.index-card { margin-top: 24px; }
.index-intro {
  margin-bottom: 18px;
  color: var(--muted);
}
.index-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}
.letter-group {
  background: rgba(220, 235, 244, 0.32);
  border: 1px solid rgba(47, 110, 141, 0.08);
  border-radius: 22px;
  padding: 14px 14px 12px;
}
.letter-group h2 {
  margin: 0 0 10px;
  font-size: 1.2rem;
  color: var(--accent);
}
.letter-links {
  font-size: 0.96rem;
  color: var(--ink);
}
.letter-links br { content: ""; display: block; margin-bottom: 3px; }
.photo-strip {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}
.photo-card {
  overflow: hidden;
  border-radius: 22px;
  background: #fff;
  border: 1px solid rgba(47, 110, 141, 0.1);
}
.photo-card img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; }
.photo-card p {
  margin: 0;
  padding: 12px 14px 14px;
  color: var(--muted);
  font-size: 0.95rem;
}
.footer {
  text-align: center;
  color: var(--muted);
  padding-top: 28px;
  font-size: 0.95rem;
}
.footer a { color: var(--accent); }
.sitewide-standard-footer {
  width: min(920px, calc(100% - 24px));
  margin: 28px auto 12px;
  padding-top: 18px;
  border-top: 1px solid rgba(47, 110, 141, 0.18);
  text-align: center;
  color: var(--muted) !important;
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: 0.95rem;
  line-height: 1.5;
  clear: both;
}
.sitewide-standard-footer p {
  margin: 0;
}
.sitewide-standard-footer a {
  color: var(--accent) !important;
  text-decoration: none !important;
}
.sitewide-standard-footer a:hover {
  color: var(--link-hover) !important;
  text-decoration: none !important;
}

.contact-hero {
  padding-top: 24px;
  padding-bottom: 24px;
}
.contact-layout {
  display: block;
  margin-top: 24px;
}
.contact-card p {
  margin: 0 0 14px;
  color: var(--muted);
  font-size: 1rem;
}
.contact-lines {
  display: grid;
  gap: 14px;
  margin-top: 8px;
}
.contact-line {
  color: var(--muted);
  font-size: 1rem;
}
.contact-line strong {
  color: var(--ink);
  display: inline-block;
  min-width: 72px;
  margin-right: 8px;
}
.contact-mini-links {
  margin-top: 22px;
}
.social-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 12px;
}
.social-links a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 8px 14px;
  border-radius: 999px;
  border: 1px solid rgba(47, 110, 141, 0.15);
  background: var(--surface);
  color: var(--accent);
  font-weight: 600;
  box-shadow: 0 6px 16px rgba(47, 110, 141, 0.06);
}
@media (max-width: 900px) {
  .contact-layout { grid-template-columns: 1fr; }
}
@media (max-width: 900px) {
  .grid,
  .index-grid,
  .photo-strip { grid-template-columns: 1fr; }
}
@media (max-width: 640px) {
  .site-shell { width: min(100% - 20px, 1100px); padding-top: 18px; }
  .hero { padding: 22px 16px 20px; border-radius: 28px; }
  .hero-copy { font-size: 1rem; }
  .card { padding: 18px 16px; border-radius: 24px; }
  .hero-portrait { width: clamp(112px, 28vw, 180px); }
  .topic-grid { gap: 8px; }
  .topic-tile { width: clamp(70px, 19vw, 92px); border-radius: 16px; }
  .topic-tile span { font-size: 0.72rem; padding: 7px 7px 8px; }
}
@media (max-width: 430px) {
  .hero-portrait { width: clamp(96px, 25vw, 132px); }
  .topic-grid { gap: 6px; }
  .topic-tile { width: clamp(60px, 17vw, 76px); border-radius: 14px; }
  .topic-tile span { font-size: 0.66rem; padding: 6px 6px 7px; }
}

.hero-books {
  padding-bottom: 30px;
}
.hero-cars-photo {
  width: min(760px, 100%);
  margin: 0 auto 20px;
  border-radius: 30px;
  box-shadow: 0 18px 40px rgba(33, 49, 59, 0.18);
}
.cars-overview {
  margin-top: 24px;
  text-align: center;
}
.rule-callout {
  margin: 0 0 14px;
  color: var(--accent);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.1rem, 2.1vw, 1.5rem);
  line-height: 1.4;
}
.cars-jump-links {
  justify-content: center;
  margin-top: 16px;
}
.car-stack {
  display: grid;
  gap: 24px;
  margin-top: 24px;
}
.car-story {
  display: grid;
  grid-template-columns: minmax(0, 320px) minmax(0, 1fr);
  gap: 24px;
  align-items: start;
}
.car-story.reverse {
  grid-template-columns: minmax(0, 1fr) minmax(0, 320px);
}
.car-story.reverse .car-media {
  order: 2;
}
.car-story.reverse .car-body {
  order: 1;
}
.wish-list-story .car-body {
  order: 1;
}
.wish-list-story .car-media {
  order: 2;
}
.car-media img {
  width: 100%;
  max-height: 320px;
  object-fit: cover;
  border-radius: 24px;
  box-shadow: 0 14px 30px rgba(33, 49, 59, 0.12);
}
.car-body h2 {
  margin: 0 0 10px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.5rem, 3vw, 2rem);
  color: var(--accent);
  line-height: 1.15;
}
.car-body p {
  margin: 0 0 14px;
  color: var(--muted);
}
.car-kicker {
  margin: 0 0 8px;
  color: var(--link);
  font-size: 0.9rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.car-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 8px;
}
.wish-list-gallery {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}
.wish-list-gallery figure {
  margin: 0;
}
.wish-list-gallery img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: 18px;
}
.wish-list-gallery figcaption {
  margin-top: 6px;
  color: var(--muted);
  font-size: 0.86rem;
  line-height: 1.25;
  text-align: center;
}
.hero-books-photo {
  display: block;
  width: min(180px, 42vw);
  max-width: 100%;
  height: auto;
  max-height: none;
  margin: 0 auto 12px;
  border-radius: 28px;
  box-shadow: 0 18px 40px rgba(33, 49, 59, 0.18);
}
.page-eyebrow {
  margin: 0 0 10px;
  color: var(--muted);
  font-size: 0.92rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.hero-copy-center {
  text-align: center;
}
.books-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: 20px;
}
.book-card {
  overflow: hidden;
  background: rgba(255, 253, 248, 0.94);
  border: 1px solid rgba(47, 110, 141, 0.12);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}
.book-cover-link {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 14px 14px 4px;
  text-decoration: none;
}
.book-card img {
  width: auto;
  max-width: 100%;
  max-height: 240px;
  height: auto;
  aspect-ratio: auto;
  object-fit: contain;
  margin: 0 auto;
}
.book-content {
  padding: 10px 14px 14px;
}
.book-title {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.1rem, 1.8vw, 1.4rem);
  color: var(--accent);
  line-height: 1.2;
}
.book-meta {
  margin: 6px 0 0;
  color: var(--link);
  font-weight: 600;
  font-size: 0.92rem;
  line-height: 1.35;
}
.legacy-story {
  width: min(1100px, calc(100% - 32px));
  margin: 0 auto;
  padding: 28px 0 72px;
}
.legacy-hero-image {
  width: min(760px, 100%);
  margin: 0 auto 18px;
  border-radius: 30px;
  box-shadow: 0 18px 40px rgba(33, 49, 59, 0.18);
}
.legacy-note {
  margin: 0 0 14px;
  color: var(--muted);
  font-size: 0.95rem;
  line-height: var(--body-leading);
}
.legacy-stack {
  display: grid;
  gap: 24px;
  margin-top: 24px;
}
.legacy-card {
  width: min(780px, 100%);
  margin: 0 auto;
  padding: 22px 20px;
  color: var(--ink);
  font-size: 1rem;
  line-height: var(--body-leading);
  text-align: left;
}
.legacy-card::after {
  content: "";
  display: block;
  clear: both;
}
.legacy-card p,
.legacy-card div,
.legacy-card td,
.legacy-card font,
.legacy-card b,
.legacy-card strong,
.legacy-card i,
.legacy-card em,
.legacy-card li {
  line-height: var(--body-leading);
  color: inherit;
}
.legacy-card p {
  margin: 0 0 16px;
}
.legacy-card p:last-child {
  margin-bottom: 0;
}
.legacy-center {
  display: block;
  text-align: center;
}
.legacy-center p {
  text-align: center;
}
.legacy-card img {
  margin: 0 auto 16px;
  border-radius: 24px;
  box-shadow: 0 14px 30px rgba(33, 49, 59, 0.12);
}
.legacy-card img[align="right"],
.legacy-card img[align=right] {
  float: right;
  width: min(280px, 42%);
  margin: 0 0 16px 20px;
}
.legacy-card hr {
  border: 0;
  height: 1px;
  background: rgba(47, 110, 141, 0.24);
  width: min(50%, 400px);
  margin: 12px auto 18px;
}
.legacy-card h1,
.legacy-card h2,
.legacy-card h3,
.legacy-card font[size="+2"],
.legacy-card font[size=+2],
.legacy-card font[size="+3"],
.legacy-card font[size=+3] {
  margin: 0 0 12px;
  color: var(--accent);
  font-family: Georgia, "Times New Roman", serif;
  line-height: 1.15;
}
.legacy-card h1,
.legacy-card font[size="+3"],
.legacy-card font[size=+3] {
  font-size: clamp(1.7rem, 4.4vw, 2.8rem);
}
.legacy-card h2,
.legacy-card h3,
.legacy-card font[size="+2"],
.legacy-card font[size=+2] {
  font-size: clamp(1.2rem, 2.8vw, 1.8rem);
}
.legacy-card font[size="-1"],
.legacy-card font[size=-1],
.legacy-card font[size="-2"],
.legacy-card font[size=-2] {
  color: var(--muted);
}
.legacy-card a img {
  text-decoration: none;
}
.yoga-hero {
  width: min(820px, 100%);
  margin: 0 auto;
}
.yoga-hero-image {
  width: min(320px, 62vw);
}
.yoga-intro {
  width: min(700px, 100%);
}
.yoga-verse {
  margin: 0 0 16px;
}
.yoga-stack {
  margin-top: 24px;
}
.yoga-card {
  width: min(760px, 100%);
}
.yoga-card p {
  color: var(--ink);
}
.yoga-name {
  margin: 0 0 12px;
  text-align: center;
}
.yoga-photo-note {
  margin: 0;
  text-align: center;
}
.ambient-audio {
  width: 1px;
  height: 1px;
  overflow: hidden;
}
@media (max-width: 1080px) {
  .books-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 900px) {
  .books-grid {
    grid-template-columns: 1fr;
  }
  .book-card img {
    max-height: 300px;
  }
  .car-story,
  .car-story.reverse {
    grid-template-columns: 1fr;
  }
  .car-story.reverse .car-media,
  .car-story.reverse .car-body {
    order: 0;
  }
  .wish-list-story .car-body {
    order: 1;
  }
  .wish-list-story .car-media {
    order: 2;
  }
  .car-media img {
    max-height: none;
  }
  .legacy-card img[align="right"],
  .legacy-card img[align=right] {
    float: none;
    width: min(100%, 380px);
    margin: 0 auto 16px;
  }
}

.book-title a {
  color: inherit;
  text-decoration: none;
}
.book-title a:hover {
  color: inherit;
  text-decoration: none;
}
