:root {
  --paper: #f3ead8;
  --paper-soft: #fff9ef;
  --white: #ffffff;
  --ink: #16323a;
  --text: #4f5b5d;
  --muted: #707a76;
  --berry: #007fa6;
  --berry-dark: #075f7a;
  --salon-blue: #007fa6;
  --salon-blue-soft: rgba(0, 127, 166, 0.16);
  --clay: #f4c84d;
  --clay-dark: #075f7a;
  --sage: #39b9a2;
  --gold: #f4c84d;
  --beach: #e6d7bd;
  --line: rgba(22, 50, 58, 0.14);
  --shadow: 0 18px 45px rgba(22, 50, 58, 0.12);
  --max: 1180px;
  --header-height: 108px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Raleway, "Avenir Next", "Segoe UI", Arial, sans-serif;
}

body.nav-open {
  overflow: hidden;
}

body::selection {
  color: var(--white);
  background: var(--berry);
}

a {
  color: inherit;
}

main section[id] {
  scroll-margin-top: calc(var(--header-height) + 24px);
}

img {
  display: block;
  max-width: 100%;
}

.scroll-progress {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  height: 3px;
  transform: scaleX(0);
  transform-origin: left;
  background: var(--berry);
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 50;
  min-height: var(--header-height);
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  grid-template-areas: "brand nav";
  align-items: center;
  gap: 28px;
  padding: 10px 30px 10px 18px;
  background: rgba(243, 234, 216, 0.86);
  border-bottom: 1px solid transparent;
  backdrop-filter: blur(16px);
  transition: background-color 220ms ease, border-color 220ms ease, min-height 220ms ease;
}

.site-header.is-scrolled {
  min-height: 72px;
  background: rgba(255, 249, 239, 0.96);
  border-color: var(--line);
}

.brand {
  grid-area: brand;
  display: block;
  width: clamp(300px, 24vw, 480px);
  min-width: 0;
  text-decoration: none;
}

.brand-logo {
  width: 100%;
  height: auto;
  max-height: 106px;
  object-fit: contain;
  object-position: left center;
  filter: drop-shadow(0 10px 20px rgba(22, 50, 58, 0.08));
}

.brand-mark,
h1,
h2,
h3,
blockquote,
.footer-title {
  font-family: "Iowan Old Style", Baskerville, "Palatino Linotype", Georgia, serif;
  font-weight: 500;
  letter-spacing: 0;
}

.brand-mark {
  color: var(--ink);
  font-size: 2.18rem;
  line-height: 1;
}

.brand-submark {
  color: var(--berry);
  font-size: 0.86rem;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1.2;
  text-transform: uppercase;
}

.site-nav {
  grid-area: nav;
  display: flex;
  justify-content: flex-end;
  gap: 18px;
  font-size: 0.88rem;
  font-weight: 800;
  line-height: 1.2;
}

.site-nav a {
  --nav-accent: var(--berry);
  position: relative;
  color: var(--nav-accent);
  text-decoration: none;
  white-space: nowrap;
  transition: color 180ms ease, transform 180ms ease;
}

.site-nav a:nth-child(2n) {
  --nav-accent: var(--clay-dark);
}

.site-nav a:nth-child(3n) {
  --nav-accent: var(--berry-dark);
}

.site-nav a::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -7px;
  left: 0;
  height: 2px;
  transform: scaleX(0);
  transform-origin: center;
  background: currentColor;
  transition: transform 180ms ease;
}

.site-nav a:hover,
.site-nav a:focus-visible,
.site-nav a.is-active {
  color: var(--nav-accent);
  transform: translateY(-1px);
}

.site-nav a:hover::after,
.site-nav a:focus-visible::after,
.site-nav a.is-active::after {
  transform: scaleX(1);
}

.hero {
  position: relative;
  min-height: 92svh;
  display: grid;
  align-items: center;
  overflow: hidden;
  padding: calc(var(--header-height) + 54px) max(28px, calc((100vw - var(--max)) / 2)) 70px;
  background: #292623;
}

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

.hero-media {
  left: 38%;
}

.hero-media img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 18%;
  transform: none;
  filter: saturate(0.94) contrast(0.98);
}

.hero-shade {
  background:
    linear-gradient(90deg, rgba(31, 29, 27, 0.98) 0%, rgba(31, 29, 27, 0.88) 39%, rgba(31, 29, 27, 0.2) 70%),
    linear-gradient(180deg, rgba(31, 29, 27, 0.3) 0%, rgba(31, 29, 27, 0.05) 36%, rgba(31, 29, 27, 0.32) 100%);
}

.hero-content {
  position: relative;
  z-index: 1;
  width: min(680px, 100%);
  color: var(--white);
}

.hero-identity {
  margin: 0 0 24px;
}

.hero-name {
  margin: 0 0 6px;
  color: var(--berry);
  font-family: "Iowan Old Style", Baskerville, "Palatino Linotype", Georgia, serif;
  font-size: clamp(2.1rem, 4vw, 3.3rem);
  font-weight: 500;
  line-height: 0.98;
}

.hero-title {
  max-width: 440px;
  margin: 0;
  color: var(--clay);
  font-size: 0.98rem;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1.28;
  text-transform: uppercase;
}

.eyebrow,
.section-label,
.service-kicker {
  margin: 0 0 14px;
  color: var(--berry);
  font-size: 0.84rem;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1.25;
  text-transform: uppercase;
}

.hero .eyebrow,
.hero .credential {
  color: rgba(255, 255, 255, 0.86);
}

.credential {
  margin: 0 0 22px;
  font-size: 0.95rem;
  font-weight: 800;
}

h1,
h2,
h3,
p,
blockquote {
  margin-top: 0;
}

h1,
h2,
h3,
blockquote,
.hero-name,
.hero-line {
  text-wrap: balance;
}

h1 {
  max-width: 720px;
  margin-bottom: 22px;
  color: var(--white);
  font-size: 4.35rem;
  line-height: 0.98;
}

h2 {
  max-width: 740px;
  color: var(--ink);
  font-size: 2.65rem;
  line-height: 1.08;
}

h3 {
  color: var(--ink);
  font-size: 1.42rem;
  line-height: 1.18;
}

.hero-line {
  max-width: 620px;
  margin-bottom: 18px;
  color: var(--paper-soft);
  font-size: 1.14rem;
  font-weight: 800;
  line-height: 1.42;
}

.hero-copy,
.story-copy p,
.chapter-heading p,
.editorial-copy p,
.service-card p,
.service-card li,
.proof-copy p,
.proof-card p:last-child,
.process-list p,
.faq-item p,
.contact-copy p,
.substack-section p,
.payment-note,
.site-footer p,
.form-note {
  color: var(--text);
  font-size: 1.12rem;
  line-height: 1.72;
  text-wrap: pretty;
}

.hero-copy {
  max-width: 610px;
  color: rgba(255, 255, 255, 0.9);
  font-weight: 700;
}

.hero-actions,
.contact-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  border: 1px solid transparent;
  border-radius: 8px;
  padding: 0 18px;
  font-size: 0.9rem;
  font-weight: 900;
  text-decoration: none;
  cursor: pointer;
  transition: transform 180ms ease, background-color 180ms ease, border-color 180ms ease, color 180ms ease;
}

.button:hover,
.button:focus-visible {
  transform: translateY(-2px);
}

.button-primary {
  color: var(--white);
  background: var(--clay);
  box-shadow: 0 16px 34px rgba(0, 127, 166, 0.2);
}

.button-primary:hover,
.button-primary:focus-visible {
  background: var(--clay-dark);
}

.button-light {
  color: var(--ink);
  background: rgba(255, 255, 255, 0.9);
}

.button-outline {
  color: var(--berry);
  border-color: rgba(0, 127, 166, 0.34);
  background: transparent;
}

.contact-section .button-outline {
  color: var(--white);
  border-color: rgba(255, 255, 255, 0.34);
  background: rgba(255, 255, 255, 0.08);
}

.contact-section .button-outline:hover,
.contact-section .button-outline:focus-visible {
  color: var(--ink);
  background: rgba(255, 255, 255, 0.9);
}

.scroll-cue {
  position: absolute;
  left: max(28px, calc((100vw - var(--max)) / 2));
  bottom: 34px;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.78rem;
  font-weight: 900;
  text-decoration: none;
  text-transform: uppercase;
}

.scroll-cue span {
  width: 34px;
  height: 1px;
  background: currentColor;
}

.story-band,
.about-you-section,
.split-section,
.work-section,
.services-section,
.testimonials-section,
.process-section,
.faq-section,
.substack-section {
  padding: 72px max(28px, calc((100vw - var(--max)) / 2));
}

.story-band,
.section-paper,
.faq-section {
  background: var(--paper-soft);
}

.story-band {
  display: grid;
  grid-template-columns: minmax(300px, 0.9fr) minmax(0, 1fr);
  gap: 52px;
  align-items: center;
  min-height: 460px;
}

.story-band .chapter-heading {
  margin-bottom: 0;
}

.story-band .wide-copy {
  max-width: 680px;
}

.section-cream,
.work-section,
.substack-section {
  background: var(--paper);
}

.about-you-section .editorial-copy {
  max-width: 900px;
  margin: 0 auto;
}

.chapter-heading {
  display: grid;
  gap: 10px;
  margin-bottom: 30px;
}

.chapter-heading.centered {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.chapter-heading.centered h2,
.chapter-heading.centered p {
  margin-left: auto;
  margin-right: auto;
}

.pop-quiz-heading span {
  display: block;
}

.wide-copy {
  max-width: 820px;
}

.image-text-section,
.contact-section {
  display: grid;
  grid-template-columns: minmax(320px, 0.8fr) minmax(0, 1fr);
  gap: 46px;
  align-items: center;
  padding: 72px max(28px, calc((100vw - var(--max)) / 2));
}

.editorial-image,
.contact-media {
  margin: 0;
  overflow: hidden;
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.editorial-image {
  aspect-ratio: 4 / 5;
}

.editorial-image img,
.contact-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: none;
}

.editorial-image img {
  object-position: 50% 0%;
}

#about-me .section-label {
  color: #000000;
}

.editorial-copy,
.split-copy,
.story-copy,
.contact-copy {
  max-width: 720px;
}

.statement-section {
  padding: 64px max(28px, calc((100vw - var(--max)) / 2));
  color: var(--white);
  background: var(--ink);
}

.statement-inner {
  position: relative;
  max-width: 760px;
  margin: 0 auto;
  padding-left: 34px;
  border-left: 3px solid var(--salon-blue-soft);
}

.statement-section .section-label {
  color: var(--clay);
}

blockquote {
  margin: 0;
  color: inherit;
  font-size: 2.55rem;
  line-height: 1.12;
}

.testimonials-section {
  background: var(--paper);
}

.featured-testimonial {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.72fr);
  gap: 24px;
  align-items: start;
  margin-bottom: 18px;
  padding: 28px;
  border: 1px solid rgba(0, 127, 166, 0.22);
  border-radius: 8px;
  background: var(--ink);
  box-shadow: var(--shadow);
}

.testimonial-kicker {
  margin: 0 0 14px;
  color: var(--gold);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.featured-testimonial blockquote,
.testimonial-card blockquote {
  margin: 0;
  font-size: 1.24rem;
  line-height: 1.38;
}

.featured-testimonial blockquote {
  max-width: 760px;
  color: var(--white);
  font-size: 1.72rem;
  line-height: 1.22;
}

.testimonial-author,
.testimonial-card p {
  margin: 18px 0 0;
  color: var(--gold);
  font-size: 0.95rem;
  font-weight: 900;
}

.testimonial-detail {
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.08);
}

.testimonial-detail summary {
  cursor: pointer;
  color: var(--white);
  font-weight: 900;
}

.testimonial-detail p {
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.94rem;
  line-height: 1.68;
}

.testimonial-detail p:first-of-type {
  margin-top: 16px;
}

.testimonial-detail p:last-child {
  margin-bottom: 0;
}

.testimonial-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.testimonial-card {
  min-height: 100%;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0 12px 26px rgba(31, 29, 27, 0.06);
}

.testimonial-card blockquote {
  color: var(--ink);
}

.testimonial-card p {
  color: var(--berry);
}

.testimonial-card p:not(:last-child) {
  color: var(--text);
  font-weight: 600;
  line-height: 1.64;
}

.proof-section {
  background: var(--paper-soft);
}

.proof-wrap {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 26px;
  align-items: start;
  max-width: var(--max);
  margin: 0 auto;
}

.proof-copy {
  max-width: 560px;
}

.proof-copy h2 {
  margin-bottom: 16px;
}

.proof-copy p {
  color: var(--text);
  font-size: 1rem;
  line-height: 1.66;
}

.proof-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 22px;
}

.proof-card-grid {
  display: grid;
  gap: 14px;
}

.proof-card {
  padding: 22px;
  border: 1px solid rgba(0, 127, 166, 0.16);
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0 12px 26px rgba(22, 50, 58, 0.07);
}

.proof-tag {
  margin: 0 0 10px;
  color: var(--clay-dark);
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: uppercase;
}

.proof-card h3 {
  margin: 0 0 10px;
  color: var(--ink);
  font-family: Raleway, "Avenir Next", "Segoe UI", Arial, sans-serif;
  font-size: 1.12rem;
  font-weight: 700;
  line-height: 1.28;
}

.proof-card p:last-child {
  margin: 0;
  color: var(--text);
  font-size: 0.95rem;
  line-height: 1.62;
}

.split-section {
  display: grid;
  grid-template-columns: minmax(280px, 0.75fr) minmax(0, 1.25fr);
  gap: 60px;
}

.snapshot-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  max-width: 900px;
  margin: 0 auto;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  box-shadow: var(--shadow);
}

.snapshot-form label {
  display: grid;
  gap: 8px;
}

.snapshot-form span {
  color: var(--ink);
  font-size: 0.82rem;
  font-weight: 900;
}

.snapshot-form input,
.snapshot-form select,
.snapshot-form textarea {
  width: 100%;
  min-height: 52px;
  border: 1px solid rgba(31, 29, 27, 0.18);
  border-radius: 8px;
  padding: 12px 14px;
  color: var(--ink);
  background: var(--paper-soft);
  font: inherit;
}

.snapshot-form textarea {
  resize: vertical;
}

.snapshot-form input:focus,
.snapshot-form select:focus,
.snapshot-form textarea:focus {
  outline: 2px solid rgba(0, 127, 166, 0.26);
  border-color: var(--berry);
}

.full-field {
  grid-column: 1 / -1;
}

.snapshot-form .button {
  align-self: end;
  width: auto;
  min-width: 260px;
}

.form-note {
  grid-column: span 2;
  align-self: center;
  margin: 0;
  font-size: 0.98rem;
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.service-card {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0 12px 26px rgba(31, 29, 27, 0.06);
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}

.service-card:hover {
  transform: translateY(-4px);
  border-color: rgba(0, 127, 166, 0.32);
  box-shadow: var(--shadow);
}

.feature-card {
  background: #fff7eb;
  border-color: rgba(0, 127, 166, 0.18);
}

.service-card h3 {
  min-height: 0;
}

.service-card ul {
  display: grid;
  gap: 10px;
  margin: 0 0 22px;
  padding-left: 18px;
}

.service-card li {
  font-size: 0.98rem;
  line-height: 1.6;
}

.service-list-label,
.service-price {
  margin: 0 0 12px;
  color: var(--ink);
  font-size: 1rem;
  font-weight: 900;
  line-height: 1.45;
}

.service-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin-top: auto;
  padding-top: 18px;
  border-top: 1px solid var(--line);
}

.service-footer strong {
  color: var(--berry-dark);
}

.service-footer a {
  color: var(--berry);
  font-weight: 900;
  text-decoration: none;
}

.service-footer .button {
  min-height: 40px;
  padding: 0 14px;
  font-size: 0.8rem;
}

.service-footer .button-primary {
  color: var(--white);
}

.payment-note {
  max-width: 760px;
  margin: 24px auto 0;
  color: var(--muted);
  text-align: center;
  font-size: 1rem;
}

.process-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.process-list article {
  padding-top: 24px;
  border-top: 2px solid var(--clay);
}

.process-list span {
  color: var(--berry);
  font-weight: 900;
}

.faq-list {
  display: grid;
  gap: 10px;
}

.faq-item {
  border-top: 1px solid var(--line);
  background: transparent;
}

.faq-item:last-child {
  border-bottom: 1px solid var(--line);
}

.faq-item summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  min-height: 58px;
  cursor: pointer;
  color: var(--ink);
  font-size: 1.04rem;
  font-weight: 900;
  list-style: none;
}

.faq-item summary::-webkit-details-marker {
  display: none;
}

.faq-item summary::after {
  content: "+";
  color: var(--clay);
  font-size: 1.5rem;
}

.faq-item[open] summary::after {
  content: "-";
}

.faq-item p {
  max-width: 820px;
  margin: 0 0 24px;
}

.faq-item ul {
  max-width: 820px;
  margin: 0 0 24px;
  padding-left: 22px;
}

.faq-item li {
  margin: 0 0 14px;
  color: var(--text);
  font-size: 1rem;
  line-height: 1.72;
}

.faq-item li p {
  margin-bottom: 12px;
}

.contact-section {
  grid-template-columns: minmax(380px, 0.92fr) minmax(0, 1fr);
  gap: 72px;
  padding-top: 112px;
  padding-bottom: 112px;
  background: var(--ink);
  color: var(--white);
}

.contact-media {
  justify-self: center;
  width: min(100%, 250px);
  aspect-ratio: 1467 / 2200;
  min-height: 0;
  background: #101516;
}

.contact-media img {
  object-fit: contain;
  object-position: 50% 50%;
}

.contact-copy h2,
.contact-copy p {
  color: var(--white);
}

.contact-copy .section-label {
  color: var(--clay);
}

.contact-copy {
  justify-self: center;
  text-align: center;
}

.contact-copy h2,
.contact-copy p {
  margin-right: auto;
  margin-left: auto;
}

.contact-section .contact-actions {
  justify-content: center;
}

.substack-section {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(360px, 0.9fr);
  gap: 32px;
  align-items: center;
}

.substack-section p {
  max-width: 760px;
}

.substack-copy .button {
  margin-top: 18px;
}

.substack-card-link {
  display: block;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  box-shadow: var(--shadow);
}

.substack-card-link img {
  width: 100%;
  height: auto;
  transition: transform 700ms ease;
}

.substack-card-link:hover img,
.substack-card-link:focus-visible img {
  transform: scale(1.025);
}

.site-footer {
  display: grid;
  grid-template-columns: minmax(220px, 1fr) auto auto;
  align-items: end;
  gap: 24px;
  padding: 34px max(28px, calc((100vw - var(--max)) / 2));
  color: var(--paper-soft);
  background: var(--berry-dark);
}

.site-footer p {
  margin: 0;
  color: inherit;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px;
  font-size: 0.82rem;
  font-weight: 900;
}

.footer-links a {
  color: inherit;
  text-decoration: none;
}

.footer-links a:hover,
.footer-links a:focus-visible {
  text-decoration: underline;
  text-underline-offset: 4px;
}

/* Reference-aligned editorial skin: airy page, beach-toned brand color, restrained image-backed moments. */
body {
  background: var(--white);
}

.site-header {
  background: rgba(255, 249, 239, 0.94);
  border-color: rgba(22, 50, 58, 0.08);
}

.site-header.is-scrolled {
  background: rgba(255, 249, 239, 0.97);
}

.brand-submark,
.section-label,
.service-kicker {
  color: var(--berry);
}

.hero {
  min-height: 100svh;
  padding-top: calc(var(--header-height) + 86px);
  background: #f3ead8;
}

.hero-media {
  top: var(--header-height);
  left: 48%;
}

.hero-media img {
  height: 100%;
  object-position: 50% 9%;
  filter: saturate(1.04) contrast(1.04);
  transform: none;
}

.hero-shade {
  background: linear-gradient(90deg, rgba(255, 249, 239, 1) 0%, rgba(255, 249, 239, 0.98) 41%, rgba(255, 249, 239, 0) 49%);
}

.hero-content {
  max-width: 590px;
  color: var(--ink);
}

.hero .eyebrow,
.hero .credential {
  color: var(--berry);
}

h1 {
  max-width: 590px;
  color: var(--berry);
  font-size: 5.15rem;
}

h2 {
  color: var(--berry);
}

.split-copy h2,
.chapter-heading h2,
.contact-copy h2,
.substack-section h2 {
  max-width: 820px;
}

.image-text-section .split-copy h2 {
  max-width: 760px;
  font-size: 3.05rem;
  line-height: 1.06;
}

.hero-line {
  max-width: 540px;
  color: var(--ink);
}

.hero-copy {
  max-width: 540px;
  color: var(--text);
  font-weight: 500;
}

.scroll-cue {
  color: rgba(22, 50, 58, 0.58);
}

.story-band,
.section-paper,
.testimonials-section,
.process-section,
.substack-section {
  background: var(--white);
}

.story-band {
  min-height: 520px;
}

.section-cream,
.work-section,
.faq-section {
  background: #f7efdf;
}

.image-text-section {
  background: var(--white);
}

.editorial-image,
.contact-media,
.substack-card-link {
  border-radius: 0;
  box-shadow: 0 20px 45px rgba(31, 29, 27, 0.1);
}

.statement-section {
  color: var(--berry);
  background:
    linear-gradient(90deg, rgba(255, 249, 239, 0.96), rgba(255, 249, 239, 0.82)),
    var(--paper-soft);
  border-bottom: 1px solid rgba(22, 50, 58, 0.08);
}

.statement-section .section-label {
  color: var(--salon-blue);
}

.statement-section blockquote {
  position: relative;
  color: var(--salon-blue);
  max-width: 690px;
  font-size: 2.15rem;
  line-height: 1.24;
}

.statement-section blockquote::before {
  content: "\201C";
  position: absolute;
  top: -24px;
  left: -56px;
  color: var(--salon-blue-soft);
  font-size: 5.8rem;
  line-height: 1;
}

.reference-page {
  padding: calc(var(--header-height) + 64px) max(28px, calc((100vw - var(--max)) / 2)) 84px;
  background: var(--white);
}

.reference-hero {
  display: grid;
  gap: 18px;
  max-width: 860px;
  margin-bottom: 60px;
}

.reference-hero h1 {
  max-width: 820px;
  margin-bottom: 0;
  color: var(--berry);
  font-size: 4.2rem;
  line-height: 0.98;
}

.reference-hero p {
  max-width: 760px;
  color: var(--text);
  font-size: 1.12rem;
  line-height: 1.72;
}

.reference-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 8px;
}

.success-tabs {
  display: inline-grid;
  grid-template-columns: repeat(2, minmax(150px, 1fr));
  gap: 6px;
  margin: 0 0 34px;
  padding: 5px;
  border: 1px solid rgba(0, 127, 166, 0.2);
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0 12px 30px rgba(22, 50, 58, 0.08);
}

.success-tabs a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  border-radius: 6px;
  padding: 0 18px;
  color: var(--ink);
  font-size: 0.84rem;
  font-weight: 900;
  text-decoration: none;
  transition: background-color 180ms ease, color 180ms ease, box-shadow 180ms ease;
}

.success-tabs a.is-active {
  color: var(--white);
  background: var(--berry);
  box-shadow: 0 8px 18px rgba(0, 127, 166, 0.22);
}

.reference-section {
  padding: 46px 0;
  border-top: 1px solid rgba(22, 50, 58, 0.1);
}

.reference-section h2 {
  max-width: 720px;
  margin-bottom: 22px;
  font-size: 2.55rem;
}

.ai-review-page .reference-section > h1 {
  max-width: 820px;
  margin-bottom: 28px;
  color: var(--berry);
  font-size: 4.2rem;
  line-height: 0.98;
}

.reference-section p,
.reference-section li {
  color: var(--text);
  font-size: 1rem;
  line-height: 1.68;
}

.reference-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.reference-card {
  padding: 24px;
  border: 1px solid rgba(22, 50, 58, 0.1);
  background: var(--paper-soft);
}

.reference-card h3 {
  margin-bottom: 12px;
  color: var(--berry);
  font-size: 1.35rem;
}

.reference-list,
.reference-link-list {
  display: grid;
  gap: 12px;
  margin: 0;
  padding-left: 20px;
}

.reference-link-list {
  padding-left: 0;
  list-style: none;
}

.reference-link-list a,
.reference-section a {
  color: var(--berry);
  font-weight: 900;
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
}

.reference-section .button,
.reference-section .button:visited {
  text-decoration: none;
}

.reference-section .button-primary,
.reference-section .button-primary:visited {
  color: #fff9ef;
}

.ai-review-page {
  background:
    linear-gradient(180deg, var(--paper-soft), var(--white) 360px),
    var(--white);
}

.ai-review-hero {
  max-width: 980px;
}

.ai-review-hero h1 {
  max-width: 900px;
}

.ai-review-disclosure .reference-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.ai-review-frame {
  display: grid;
  grid-template-columns: minmax(260px, 0.72fr) minmax(0, 1fr);
  gap: 36px;
  align-items: start;
}

.ai-review-question-list {
  display: grid;
  gap: 12px;
  margin: 0;
  padding-left: 24px;
}

.ai-review-question-list li::marker {
  color: var(--clay);
  font-weight: 900;
}

.ai-review-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin-top: 28px;
}

.ai-review-card {
  display: grid;
  gap: 18px;
  align-content: start;
  padding: 24px;
  border: 1px solid rgba(22, 50, 58, 0.12);
  background: var(--paper-soft);
  box-shadow: 0 18px 42px rgba(22, 50, 58, 0.08);
}

.ai-review-card-muted {
  background: rgba(230, 215, 189, 0.32);
  box-shadow: none;
}

.ai-review-card h3 {
  margin: 0;
  color: var(--berry);
  font-size: 1.48rem;
  line-height: 1.18;
}

.ai-review-meta,
.ai-review-reference {
  margin: 0;
  color: var(--muted);
  font-size: 0.84rem;
  font-weight: 900;
  line-height: 1.5;
}

.ai-review-reference {
  color: var(--clay-dark);
}

.ai-review-answer {
  display: grid;
  gap: 8px;
}

.ai-review-answer strong,
.ai-review-rating-row span {
  color: var(--ink);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.ai-review-answer p,
.ai-review-answer li,
.ai-review-card-muted p {
  margin: 0;
  color: var(--text);
  font-size: 0.96rem;
  line-height: 1.62;
}

.ai-review-answer ul {
  display: grid;
  gap: 8px;
  margin: 0;
  padding-left: 18px;
}

.ai-review-rating-stack {
  display: grid;
  gap: 8px;
  padding-top: 4px;
}

.ai-review-rating-row {
  display: grid;
  grid-template-columns: minmax(150px, 1fr) auto;
  gap: 12px;
  align-items: center;
  padding: 10px 12px;
  border: 1px solid rgba(0, 127, 166, 0.16);
  background: rgba(255, 255, 255, 0.62);
}

.ai-review-rating-row strong {
  color: var(--berry-dark);
  font-size: 0.9rem;
}

.ai-review-raw {
  border-top: 1px solid rgba(22, 50, 58, 0.12);
  padding-top: 14px;
}

.ai-review-raw summary {
  color: var(--berry);
  cursor: pointer;
  font-weight: 900;
}

.ai-review-raw pre {
  overflow: auto;
  max-height: 420px;
  margin: 14px 0 0;
  padding: 16px;
  border: 1px solid rgba(22, 50, 58, 0.12);
  background: var(--white);
  color: var(--text);
  font-size: 0.78rem;
  line-height: 1.5;
  white-space: pre-wrap;
}

.featured-testimonial {
  grid-template-columns: minmax(340px, 0.86fr) minmax(420px, 1.14fr);
  gap: 0;
  align-items: stretch;
  overflow: hidden;
  padding: 0;
  border: 1px solid rgba(0, 127, 166, 0.18);
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0 24px 54px rgba(22, 50, 58, 0.13);
}

.featured-testimonial > div:first-child {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  min-height: 420px;
  padding: 42px 38px;
  background:
    linear-gradient(135deg, rgba(7, 95, 122, 0.96), rgba(22, 50, 58, 0.98)),
    var(--ink);
}

.featured-testimonial .testimonial-kicker {
  color: var(--gold);
}

.featured-testimonial blockquote {
  color: var(--white);
  text-shadow: 0 2px 16px rgba(0, 0, 0, 0.18);
}

.featured-testimonial .testimonial-detail {
  padding: 38px;
  border: 0;
  border-radius: 0;
  background: var(--paper-soft);
  box-shadow: inset 6px 0 0 rgba(244, 200, 77, 0.72);
}

.featured-testimonial .testimonial-detail p {
  color: #263c43;
  font-weight: 600;
  line-height: 1.72;
}

.featured-testimonial .testimonial-detail p:first-of-type {
  margin-top: 0;
}

.featured-testimonial .testimonial-detail .testimonial-author {
  color: var(--berry-dark);
  font-weight: 900;
}

.testimonial-grid {
  align-items: stretch;
}

.testimonial-card,
.service-card,
.snapshot-form {
  border-radius: 0;
  border-color: rgba(22, 50, 58, 0.1);
  box-shadow: 0 14px 28px rgba(22, 50, 58, 0.07);
}

.split-section {
  background: var(--white);
}

.services-section {
  background:
    linear-gradient(90deg, rgba(247, 239, 223, 0.94), rgba(247, 239, 223, 0.88)),
    var(--paper-soft);
}

.services-section .chapter-heading {
  max-width: 790px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 26px;
  text-align: center;
}

.services-section .chapter-heading h2,
.services-section .chapter-heading p {
  margin-right: auto;
  margin-left: auto;
}

.feature-card {
  background: var(--white);
  border-top: 4px solid var(--clay);
}

.process-section {
  border-top: 1px solid rgba(22, 50, 58, 0.08);
  border-bottom: 1px solid rgba(22, 50, 58, 0.08);
}

.process-list article {
  border-top-color: var(--clay);
}

.contact-section {
  background:
    linear-gradient(90deg, rgba(255, 249, 239, 0.96), rgba(243, 234, 216, 0.72)),
    var(--paper-soft);
  color: var(--ink);
}

.contact-copy h2 {
  color: var(--berry);
}

.contact-copy p {
  color: var(--text);
}

.contact-copy .section-label {
  color: var(--berry);
}

.contact-copy {
  justify-self: center;
  text-align: center;
}

.contact-copy h2,
.contact-copy p {
  margin-right: auto;
  margin-left: auto;
}

.contact-section .contact-actions {
  justify-content: center;
}

.contact-section .button-outline {
  color: var(--berry);
  border-color: rgba(0, 127, 166, 0.34);
  background: transparent;
}

.contact-section .button-outline:hover,
.contact-section .button-outline:focus-visible {
  color: var(--white);
  background: var(--berry);
}

.substack-section {
  border-top: 1px solid rgba(22, 50, 58, 0.08);
}

.site-footer {
  color: var(--text);
  background: #f7efdf;
  border-top: 1px solid rgba(22, 50, 58, 0.08);
}

.footer-title {
  margin-bottom: 4px;
  font-size: 1.6rem;
}

[data-reveal] {
  opacity: 1;
  transform: none;
  transition: opacity 640ms ease, transform 640ms ease;
}

[data-reveal].is-visible {
  opacity: 1;
  transform: translateY(0);
}

@keyframes heroTextIn {
  from {
    opacity: 0;
    transform: translateY(18px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.hero-content > * {
  animation: heroTextIn 780ms cubic-bezier(0.2, 0.72, 0.2, 1) both;
}

.hero-content > :nth-child(2) {
  animation-delay: 80ms;
}

.hero-content > :nth-child(3) {
  animation-delay: 160ms;
}

.hero-content > :nth-child(4) {
  animation-delay: 240ms;
}

.hero-content > :nth-child(5) {
  animation-delay: 320ms;
}

.hero-content > :nth-child(6) {
  animation-delay: 400ms;
}

.hero-content > :nth-child(7) {
  animation-delay: 480ms;
}

.hero-media img {
  transform: none;
  transform-origin: center top;
  transition: filter 700ms ease;
}

.editorial-image,
.contact-media {
  position: relative;
  isolation: isolate;
}

.editorial-image::after,
.contact-media::after {
  display: none;
}

.editorial-image img,
.contact-media img {
  transform: none;
  transition: filter 900ms ease;
}

.editorial-image.is-visible img,
.contact-media.is-visible img {
  transform: none;
}

.testimonial-card,
.service-card,
.substack-card-link,
.button {
  will-change: transform;
}

.testimonial-card,
.service-card,
.substack-card-link {
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
}

.testimonial-card:hover,
.testimonial-card:focus-within,
.service-card:hover,
.service-card:focus-within,
.substack-card-link:hover,
.substack-card-link:focus-visible {
  transform: translateY(-5px);
  box-shadow: 0 22px 48px rgba(31, 29, 27, 0.13);
}

@media (max-width: 1120px) {
  .site-header {
    gap: 18px;
  }

  .site-nav {
    gap: 14px;
    font-size: 0.82rem;
  }

  .brand {
    width: clamp(240px, 22vw, 340px);
  }

  h1 {
    font-size: 4.7rem;
  }

  h2,
  blockquote {
    font-size: 3rem;
  }

  .statement-section blockquote {
    font-size: 2rem;
  }

  .service-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 860px) {
  :root {
    --header-height: 76px;
  }

  .site-header {
    position: sticky;
    grid-template-columns: 1fr;
    grid-template-areas:
      "brand"
      "nav";
    justify-items: center;
    gap: 14px;
    padding: 16px 18px;
  }

  .brand {
    justify-self: center;
    min-width: 0;
    width: min(250px, 66vw);
  }

  .site-nav {
    flex-wrap: wrap;
    justify-content: center;
    gap: 16px;
    padding-bottom: 4px;
  }

  main section[id] {
    scroll-margin-top: 168px;
  }

  .hero {
    min-height: 88svh;
    padding: 120px 22px 72px;
  }

  .hero-media img {
    object-position: 58% 18%;
  }

  .hero-media {
    left: 0;
  }

  .hero-shade {
    background:
      linear-gradient(90deg, rgba(31, 29, 27, 0.84), rgba(31, 29, 27, 0.44)),
      linear-gradient(180deg, rgba(31, 29, 27, 0.2), rgba(31, 29, 27, 0.48));
  }

  h1 {
    font-size: 3.8rem;
  }

  h2,
  blockquote {
    font-size: 2.45rem;
  }

  .image-text-section .split-copy h2 {
    font-size: 2.45rem;
  }

  .statement-section blockquote {
    font-size: 1.82rem;
    line-height: 1.3;
  }

  .statement-inner {
    padding-left: 30px;
  }

  .statement-section blockquote::before {
    top: -18px;
    left: -48px;
    font-size: 4.8rem;
  }

  .reference-page {
    padding: calc(var(--header-height) + 44px) 22px 68px;
  }

  .reference-hero h1 {
    font-size: 3.2rem;
  }

  .reference-grid {
    grid-template-columns: 1fr;
  }

  .success-tabs {
    display: grid;
    width: 100%;
  }

  .ai-review-disclosure .reference-grid,
  .ai-review-frame,
  .ai-review-grid {
    grid-template-columns: 1fr;
  }

  .story-band,
  .about-you-section,
  .split-section,
  .work-section,
  .services-section,
  .testimonials-section,
  .proof-section,
  .process-section,
  .faq-section,
  .substack-section,
  .image-text-section,
  .contact-section,
  .statement-section {
    padding: 68px 22px;
  }

  .image-text-section,
  .contact-section,
  .story-band,
  .split-section,
  .featured-testimonial,
  .substack-section {
    grid-template-columns: 1fr;
  }

  .story-band {
    gap: 24px;
    min-height: auto;
  }

  .snapshot-form,
  .testimonial-grid,
  .process-list {
    grid-template-columns: 1fr;
  }

  .contact-media {
    width: min(100%, 240px);
    aspect-ratio: 1467 / 2200;
    min-height: 0;
  }

  .featured-testimonial blockquote {
    font-size: 2rem;
  }

  .featured-testimonial > div:first-child {
    min-height: 0;
  }

  .form-note {
    grid-column: auto;
  }
}

@media (max-width: 620px) {
  .site-nav {
    font-size: 0.84rem;
  }

  .hero {
    min-height: 92svh;
  }

  .hero-media img {
    object-position: 58% 20%;
  }

  h1 {
    font-size: 3rem;
  }

  h2,
  blockquote {
    font-size: 2.08rem;
  }

  .image-text-section .split-copy h2 {
    font-size: 2.08rem;
  }

  .featured-testimonial {
    padding: 0;
  }

  .featured-testimonial > div:first-child,
  .featured-testimonial .testimonial-detail {
    padding: 26px;
  }

  .featured-testimonial blockquote,
  .testimonial-card blockquote {
    font-size: 1.35rem;
  }

  .hero-line {
    font-size: 1.08rem;
  }

  .hero-copy,
  .story-copy p,
  .chapter-heading p,
  .editorial-copy p,
  .service-card p,
  .service-card li,
  .process-list p,
  .faq-item p,
  .contact-copy p,
  .substack-section p {
    font-size: 1.05rem;
    line-height: 1.65;
  }

  .hero-actions,
  .contact-actions {
    display: grid;
  }

  .button {
    width: 100%;
  }

  .contact-section .button {
    width: min(100%, 240px);
  }

  .contact-section .contact-actions {
    justify-items: center;
  }

  .service-grid {
    grid-template-columns: 1fr;
  }

  .service-card h3 {
    min-height: 0;
  }

  .service-footer {
    align-items: flex-start;
    flex-direction: column;
  }

  .faq-item summary {
    min-height: 64px;
    font-size: 1rem;
  }

  .site-footer {
    grid-template-columns: 1fr;
    align-items: flex-start;
  }

  .footer-links {
    justify-content: flex-start;
  }

  .reference-hero h1 {
    font-size: 2.6rem;
  }

  .ai-review-page .reference-section > h1 {
    font-size: 2.6rem;
  }

  .reference-section h2 {
    font-size: 2.15rem;
  }

  .reference-actions {
    display: grid;
  }

  .ai-review-card {
    padding: 20px;
  }

  .ai-review-rating-row {
    grid-template-columns: 1fr;
    align-items: start;
  }
}

@media (max-width: 860px) {
  .site-header {
    gap: 10px;
    padding: 12px 18px;
  }

  .brand {
    width: min(235px, 62vw);
  }

  .site-nav {
    gap: 12px;
    font-size: 0.72rem;
    line-height: 1.1;
  }

  .hero {
    min-height: auto;
    padding: 70px 22px 360px;
    align-items: start;
    background: var(--paper);
  }

  .hero-media {
    top: auto;
    left: 0;
    height: 410px;
  }

  .hero-media img {
    object-position: 56% 8%;
    transform: none;
  }

  .hero-shade {
    background:
      linear-gradient(180deg, rgba(255, 249, 239, 1) 0%, rgba(255, 249, 239, 1) 54%, rgba(255, 249, 239, 0.2) 76%, rgba(255, 249, 239, 0) 100%);
  }

  .hero-content {
    width: 100%;
    max-width: 430px;
    margin: 0 auto;
    text-align: center;
  }

  .hero-identity {
    margin-bottom: 18px;
  }

  .hero-name {
    font-size: 2.45rem;
  }

  .hero-title {
    max-width: 300px;
    margin-right: auto;
    margin-left: auto;
  }

  .hero-line,
  .hero-copy {
    margin-right: auto;
    margin-left: auto;
  }

  .hero-actions {
    justify-content: center;
  }

  .hero-line,
  .hero-copy {
    color: var(--ink);
  }

  .statement-section blockquote {
    font-size: 1.7rem;
  }
}

@media (max-width: 620px) {
  h1 {
    color: var(--berry);
    max-width: 320px;
    font-size: 2.62rem;
    line-height: 0.96;
    margin-right: auto;
    margin-left: auto;
  }

  .hero {
    padding-bottom: 330px;
  }

  .hero-media {
    height: 330px;
  }

  .hero-line {
    max-width: 300px;
    font-size: 1.02rem;
  }

  .hero-copy {
    max-width: 320px;
    font-size: 1.03rem;
    line-height: 1.62;
  }

  .credential {
    max-width: 300px;
    margin-right: auto;
    margin-left: auto;
    line-height: 1.35;
  }
}

/* Site-wide readability and density pass. */
body {
  font-weight: 400;
}

.site-header {
  min-height: 104px;
  gap: 24px;
  padding: 8px 28px 8px 18px;
}

.site-header.is-scrolled {
  min-height: 90px;
}

.brand {
  width: clamp(300px, 24vw, 460px);
}

.brand-logo {
  max-height: 100px;
}

.site-nav {
  gap: 16px;
  font-size: 0.84rem;
  font-weight: 700;
}

h1 {
  max-width: 620px;
  margin-bottom: 18px;
  font-size: 4rem;
  line-height: 1;
}

h2 {
  max-width: 680px;
  font-size: 2.28rem;
  line-height: 1.12;
}

h3 {
  font-size: 1.25rem;
  line-height: 1.22;
}

.hero {
  min-height: 86svh;
  padding-top: calc(var(--header-height) + 42px);
  padding-bottom: 60px;
}

.hero-content {
  max-width: 540px;
}

.hero-name {
  font-size: clamp(1.9rem, 3vw, 2.6rem);
}

.hero-title,
.eyebrow,
.section-label,
.service-kicker,
.scroll-cue span,
.testimonial-kicker {
  font-weight: 700;
}

.hero-title,
.eyebrow,
.section-label,
.service-kicker {
  font-size: 0.76rem;
}

.credential {
  font-size: 0.88rem;
  font-weight: 600;
}

.hero-line {
  max-width: 500px;
  font-size: 1.05rem;
  font-weight: 500;
  line-height: 1.48;
}

.hero-copy,
.story-copy p,
.chapter-heading p,
.editorial-copy p,
.service-card p,
.service-card li,
.process-list p,
.faq-item p,
.contact-copy p,
.substack-section p,
.payment-note,
.site-footer p,
.form-note {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.66;
}

.button {
  min-height: 44px;
  padding: 0 16px;
  font-size: 0.84rem;
  font-weight: 700;
}

.story-band,
.about-you-section,
.split-section,
.work-section,
.services-section,
.testimonials-section,
.proof-section,
.process-section,
.faq-section,
.substack-section,
.image-text-section,
.contact-section,
.statement-section {
  padding-top: 60px;
  padding-bottom: 60px;
}

.story-band {
  gap: 42px;
  min-height: 420px;
}

.image-text-section,
.contact-section {
  gap: 38px;
}

.chapter-heading {
  gap: 8px;
  margin-bottom: 24px;
}

.statement-section blockquote {
  max-width: 640px;
  font-size: 1.72rem;
  line-height: 1.32;
}

.statement-section blockquote::before {
  top: -16px;
  left: -44px;
  font-size: 4.2rem;
}

.service-card,
.testimonial-card,
.proof-card,
.snapshot-form,
.reference-card,
.ai-review-card {
  padding: 20px;
  box-shadow: 0 10px 22px rgba(22, 50, 58, 0.06);
}

.service-card li,
.testimonial-card p:not(:last-child),
.featured-testimonial .testimonial-detail p {
  font-size: 0.94rem;
  font-weight: 400;
  line-height: 1.62;
}

.service-list-label,
.service-price,
.service-footer a,
.proof-tag,
.process-list span,
.faq-item summary,
.snapshot-form span,
.testimonial-author,
.testimonial-card p:last-child,
.success-tabs a,
.reference-link-list a,
.reference-section a,
.ai-review-meta,
.ai-review-answer strong,
.ai-review-rating-row span,
.ai-review-rating-row strong {
  font-weight: 700;
}

.snapshot-form span {
  font-size: 0.78rem;
}

.service-grid,
.testimonial-grid,
.proof-card-grid,
.process-list,
.ai-review-grid {
  gap: 16px;
}

.testimonial-card blockquote {
  font-size: 1.08rem;
  line-height: 1.42;
}

.featured-testimonial {
  grid-template-columns: minmax(320px, 0.78fr) minmax(420px, 1.22fr);
  box-shadow: 0 14px 30px rgba(22, 50, 58, 0.08);
}

.featured-testimonial > div:first-child {
  min-height: 0;
  padding: 30px;
}

.featured-testimonial blockquote {
  font-size: 1.45rem;
  line-height: 1.28;
}

.featured-testimonial .testimonial-detail {
  padding: 30px;
  box-shadow: inset 4px 0 0 rgba(244, 200, 77, 0.72);
}

.reference-page {
  padding-top: calc(var(--header-height) + 44px);
  padding-bottom: 64px;
}

.reference-hero {
  gap: 12px;
  max-width: 760px;
  margin-bottom: 42px;
}

.reference-hero h1 {
  max-width: 720px;
  font-size: 2.85rem;
  line-height: 1.08;
}

.reference-hero p,
.reference-section p,
.reference-section li {
  font-size: 0.96rem;
  line-height: 1.62;
}

.reference-section {
  padding: 32px 0;
}

.reference-section h2 {
  margin-bottom: 16px;
  font-size: 1.9rem;
  line-height: 1.16;
}

.success-tabs {
  margin-bottom: 26px;
  box-shadow: 0 8px 18px rgba(22, 50, 58, 0.06);
}

.success-tabs a {
  min-height: 40px;
  font-size: 0.8rem;
}

.ai-review-page .reference-section > h1 {
  max-width: 620px;
  margin-bottom: 20px;
  font-size: 2.35rem;
  line-height: 1.1;
}

.ai-review-card {
  gap: 14px;
}

.ai-review-card h3 {
  font-size: 1.1rem;
  line-height: 1.26;
}

.ai-review-answer p,
.ai-review-answer li,
.ai-review-card-muted p {
  font-size: 0.9rem;
  line-height: 1.56;
}

.ai-review-answer strong,
.ai-review-rating-row span {
  font-size: 0.72rem;
  letter-spacing: 0;
}

.ai-review-rating-row {
  padding: 8px 10px;
}

.footer-title {
  font-size: 1.32rem;
}

@media (max-width: 860px) {
  .site-header {
    padding: 10px 18px;
  }

  main section[id] {
    scroll-margin-top: 168px;
  }

  .brand {
    width: min(230px, 60vw);
  }

  .hero {
    min-height: auto;
    padding: 64px 22px 330px;
    align-items: start;
    background: var(--paper);
  }

  .hero-media {
    top: auto;
    left: 0;
    height: 380px;
  }

  .hero-content {
    width: 100%;
    max-width: 430px;
    margin: 0 auto;
    text-align: center;
  }

  h1 {
    font-size: 3rem;
  }

  h2,
  .image-text-section .split-copy h2 {
    font-size: 1.95rem;
  }

  .reference-hero h1,
  .ai-review-page .reference-section > h1 {
    font-size: 2.2rem;
  }

  .story-band,
  .about-you-section,
  .split-section,
  .work-section,
  .services-section,
  .testimonials-section,
  .proof-section,
  .process-section,
  .faq-section,
  .substack-section,
  .image-text-section,
  .contact-section,
  .statement-section {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .featured-testimonial {
    grid-template-columns: 1fr;
  }

  .proof-wrap {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 620px) {
  .hero {
    padding-bottom: 300px;
  }

  .hero-media {
    height: 300px;
  }

  h1 {
    font-size: 2.34rem;
  }

  h2,
  .reference-section h2,
  .image-text-section .split-copy h2 {
    font-size: 1.65rem;
  }

  .hero-line,
  .hero-copy {
    font-size: 0.98rem;
  }

  .reference-hero h1,
  .ai-review-page .reference-section > h1 {
    font-size: 1.92rem;
  }

  .service-card,
  .testimonial-card,
  .proof-card,
  .snapshot-form,
  .reference-card,
  .ai-review-card,
  .featured-testimonial > div:first-child,
  .featured-testimonial .testimonial-detail {
    padding: 18px;
  }

  .featured-testimonial blockquote {
    font-size: 1.18rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    transition-duration: 0.001ms !important;
    animation-duration: 0.001ms !important;
    scroll-behavior: auto !important;
  }

  [data-reveal] {
    opacity: 1;
    transform: none;
  }

  .hero-content > * {
    animation: none;
  }

  .hero-media img,
  .editorial-image img,
  .contact-media img {
    transform: none !important;
  }

  .editorial-image::after,
  .contact-media::after {
    display: none;
  }
}

/* Final Tanya review override. Keep this last so older responsive rules cannot shrink it back. */
.site-header {
  grid-template-columns: auto minmax(0, 1fr);
  grid-template-areas: "brand nav";
  justify-items: stretch;
  min-height: 128px;
  gap: 24px;
  padding: 10px 28px 12px 18px;
}

.site-header.is-scrolled {
  min-height: 112px;
}

.brand {
  width: clamp(380px, 27vw, 520px);
  justify-self: start;
}

.brand-logo {
  max-height: 120px;
  object-position: center;
}

.site-nav {
  justify-content: flex-end;
  gap: clamp(14px, 1.6vw, 24px);
  font-size: 0.86rem;
  font-weight: 500;
  line-height: 1.2;
}

.site-nav a,
.site-nav a:nth-child(2n),
.site-nav a:nth-child(3n),
.site-nav a:hover,
.site-nav a:focus-visible,
.site-nav a.is-active {
  --nav-accent: var(--berry-dark);
  color: var(--berry-dark);
  font-weight: 500;
  transform: none;
}

.site-nav a::after {
  bottom: -8px;
  height: 1px;
  background: var(--berry-dark);
  opacity: 0.55;
}

.hero-media {
  top: calc(var(--header-height) + 72px);
  right: max(28px, calc((100vw - var(--max)) / 2));
  bottom: 44px;
  left: 56%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero-media img {
  position: relative;
  inset: auto;
  width: min(100%, 470px);
  height: 100%;
  max-height: calc(92svh - var(--header-height) - 116px);
  object-fit: contain;
  object-position: center bottom;
}

.hero-shade {
  background: linear-gradient(90deg, rgba(255, 249, 239, 1) 0%, rgba(255, 249, 239, 0.98) 42%, rgba(255, 249, 239, 0.26) 56%, rgba(255, 249, 239, 0) 72%);
}

@media (max-width: 1120px) {
  .site-header {
    grid-template-columns: 1fr;
    grid-template-areas:
      "brand"
      "nav";
    justify-items: center;
    gap: 8px;
    padding: 10px 18px;
  }

  .brand {
    width: min(360px, 64vw);
    justify-self: center;
  }

  .site-nav {
    flex-wrap: wrap;
    justify-content: center;
  }

  .hero-content {
    max-width: min(470px, 52vw);
  }
}

@media (max-width: 860px) {
  .brand {
    width: min(310px, 78vw);
  }

  .hero {
    padding-bottom: 430px;
  }

  .hero-media {
    top: auto;
    right: 0;
    left: 0;
    height: 410px;
  }

  .hero-media img {
    width: min(100%, 275px);
    height: 100%;
    max-height: none;
  }
}

@media (max-width: 620px) {
  .brand {
    width: min(300px, 78vw);
  }

  .hero {
    padding-bottom: 400px;
  }

  .hero-media {
    height: 380px;
  }

  .hero-media img {
    width: min(100%, 255px);
  }
}

/* Start Here editorial feature: keep Tanya's photo vivid and connect it to the callout. */
.contact-section {
  position: relative;
  isolation: isolate;
  grid-template-columns: minmax(400px, 0.92fr) minmax(420px, 0.88fr);
  gap: 0;
  align-items: center;
  min-height: 780px;
  padding: 104px max(52px, calc((100vw - var(--max)) / 2));
  overflow: hidden;
  background: #f8efe0;
}

.contact-section::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  width: min(46vw, 680px);
  background: #073f52;
}

.contact-section::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 64px;
  bottom: 64px;
  left: min(41vw, 610px);
  width: 1px;
  background: rgba(0, 127, 166, 0.28);
}

.contact-media {
  justify-self: end;
  width: clamp(390px, 31vw, 520px);
  aspect-ratio: 1467 / 2200;
  border: 12px solid rgba(255, 249, 239, 0.96);
  border-radius: 0;
  background: #101516;
  box-shadow: 0 30px 70px rgba(22, 50, 58, 0.32);
}

.contact-media img {
  object-fit: cover;
  object-position: 50% 50%;
  filter: saturate(1.06) contrast(1.05);
}

.contact-copy {
  justify-self: start;
  max-width: 650px;
  margin-left: -44px;
  padding: 50px 58px 52px 62px;
  border-left: 6px solid var(--clay);
  background: rgba(255, 249, 239, 0.97);
  box-shadow: 0 26px 58px rgba(22, 50, 58, 0.13);
  text-align: left;
}

.contact-copy .section-label {
  color: var(--clay);
  letter-spacing: 0.12em;
}

.contact-copy h2 {
  max-width: 560px;
  color: var(--berry-dark);
  font-size: clamp(2.35rem, 4.1vw, 4rem);
  line-height: 0.98;
}

.contact-copy p {
  max-width: 560px;
  color: #344b52;
  font-size: 1.22rem;
}

.contact-copy h2,
.contact-copy p {
  margin-right: 0;
  margin-left: 0;
}

.contact-section .contact-actions {
  justify-content: flex-start;
}

@media (max-width: 1120px) {
  .contact-section {
    grid-template-columns: minmax(330px, 0.92fr) minmax(330px, 0.9fr);
    min-height: 650px;
    padding: 84px 28px;
  }

  .contact-section::before {
    width: 45vw;
  }

  .contact-section::after {
    left: 43vw;
  }

  .contact-media {
    width: min(42vw, 430px);
    border-width: 10px;
  }

  .contact-copy {
    margin-left: -32px;
    padding: 40px 42px 42px 46px;
  }
}

@media (max-width: 780px) {
  .contact-section {
    grid-template-columns: 1fr;
    gap: 0;
    min-height: 0;
    padding: 58px 22px 64px;
  }

  .contact-section::before {
    top: 0;
    bottom: auto;
    width: 100%;
    height: 42%;
  }

  .contact-section::after {
    display: none;
  }

  .contact-media {
    justify-self: center;
    width: min(86vw, 370px);
    border-width: 9px;
  }

  .contact-copy {
    justify-self: center;
    width: min(100%, 560px);
    margin: -34px 0 0;
    padding: 34px 28px 36px;
    text-align: center;
  }

  .contact-copy h2,
  .contact-copy p {
    margin-right: auto;
    margin-left: auto;
  }

  .contact-section .contact-actions {
    justify-content: center;
  }
}

@media (max-width: 620px) {
  .contact-copy h2 {
    font-size: 2.04rem;
    line-height: 1.04;
  }

  .contact-copy p {
    font-size: 1.02rem;
  }

  .contact-section .button {
    width: min(100%, 270px);
  }
}

/* About You chapter anchor: make the writer's uncertainty feel like the story moment. */
.about-you-section {
  position: relative;
  isolation: isolate;
  min-height: 112svh;
  padding: 116px max(36px, calc((100vw - var(--max)) / 2));
  overflow: hidden;
  background: linear-gradient(180deg, #007fa6 0%, #48b7c5 28%, #e6d7bd 62%, #fff9ef 100%);
}

.about-you-section::before {
  content: "";
  position: absolute;
  z-index: -2;
  inset: -8% 0;
  background:
    linear-gradient(140deg, rgba(255, 249, 239, 0.2) 0%, rgba(255, 249, 239, 0) 36%),
    linear-gradient(180deg, rgba(0, 127, 166, 0.92) 0%, rgba(72, 183, 197, 0.46) 28%, rgba(230, 215, 189, 0.82) 58%, rgba(255, 249, 239, 0.96) 100%);
}

.about-you-section::after {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 72px max(36px, calc((100vw - var(--max)) / 2));
  border: 1px solid rgba(255, 249, 239, 0.5);
  box-shadow: inset 0 0 0 1px rgba(0, 127, 166, 0.12);
  pointer-events: none;
}

.about-you-stage {
  position: relative;
  display: grid;
  grid-template-columns: minmax(310px, 0.76fr) minmax(0, 1.2fr);
  gap: clamp(42px, 5.2vw, 80px);
  align-items: start;
  max-width: var(--max);
  margin: 0 auto;
}

.about-you-anchor {
  position: sticky;
  top: calc(var(--header-height) + 30px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 500px;
  padding: 40px 34px 36px;
  background:
    linear-gradient(140deg, rgba(255, 255, 255, 0.36), rgba(255, 249, 239, 0.12)),
    rgba(7, 95, 122, 0.42);
  border: 1px solid rgba(255, 249, 239, 0.52);
  box-shadow: 0 30px 74px rgba(22, 50, 58, 0.24);
  color: var(--white);
  backdrop-filter: blur(20px) saturate(1.18);
}

.about-you-anchor::before {
  content: "";
  position: absolute;
  top: 28px;
  right: 28px;
  bottom: 28px;
  left: 28px;
  border: 1px solid rgba(248, 239, 224, 0.34);
  pointer-events: none;
}

.about-you-anchor .section-label {
  color: var(--gold);
}

.about-you-anchor h2 {
  max-width: 420px;
  color: var(--white);
  font-size: clamp(3.2rem, 5.3vw, 5.7rem);
  line-height: 0.9;
}

.about-you-note {
  position: relative;
  max-width: 300px;
  margin: 48px 0 0;
  padding-top: 22px;
  border-top: 2px solid var(--clay);
  color: rgba(255, 249, 239, 0.94);
  font-size: 1.12rem;
  line-height: 1.55;
}

.about-you-copy {
  display: grid;
  gap: 24px;
  max-width: none;
  margin: 74px 0 0;
}

.about-you-copy p {
  position: relative;
  margin: 0;
  padding: 24px 28px 24px 32px;
  border-left: 5px solid rgba(244, 200, 77, 0.82);
  background:
    linear-gradient(115deg, rgba(255, 255, 255, 0.6), rgba(255, 249, 239, 0.34)),
    rgba(255, 249, 239, 0.42);
  border-top: 1px solid rgba(255, 255, 255, 0.7);
  border-right: 1px solid rgba(255, 255, 255, 0.48);
  border-bottom: 1px solid rgba(7, 95, 122, 0.12);
  box-shadow: 0 18px 44px rgba(22, 50, 58, 0.11);
  color: #263c43;
  font-size: 1.1rem;
  line-height: 1.72;
  backdrop-filter: blur(18px) saturate(1.12);
}

.about-you-copy p::before {
  content: "";
  position: absolute;
  top: 20px;
  right: 24px;
  left: 34px;
  height: 1px;
  background: rgba(7, 95, 122, 0.16);
}

.about-you-copy p:nth-child(1) {
  max-width: 560px;
  transform: translateX(-26px);
  font-weight: 600;
}

.about-you-copy p:nth-child(2) {
  max-width: 620px;
  transform: translateX(34px);
}

.about-you-copy p:nth-child(3) {
  max-width: 700px;
  transform: translateX(-4px);
}

@supports (animation-timeline: view()) {
  .about-you-section::before {
    animation: aboutYouBackdrop both linear;
    animation-timeline: view();
    animation-range: entry 0% exit 100%;
  }

  @keyframes aboutYouBackdrop {
    from {
      transform: translateY(-28px);
    }

    to {
      transform: translateY(28px);
    }
  }
}

@media (max-width: 1120px) {
  .about-you-section {
    min-height: 0;
    padding: 84px 28px;
  }

  .about-you-section::before {
    background:
      linear-gradient(140deg, rgba(255, 249, 239, 0.2) 0%, rgba(255, 249, 239, 0) 36%),
      linear-gradient(180deg, rgba(0, 127, 166, 0.92) 0%, rgba(72, 183, 197, 0.46) 28%, rgba(230, 215, 189, 0.82) 58%, rgba(255, 249, 239, 0.96) 100%);
  }

  .about-you-stage {
    grid-template-columns: minmax(270px, 0.72fr) minmax(0, 1.18fr);
    gap: 44px;
  }

  .about-you-anchor {
    min-height: 470px;
    padding: 38px 32px 34px;
  }

  .about-you-copy {
    margin-top: 44px;
  }

  .about-you-copy p:nth-child(n) {
    transform: none;
  }
}

@media (max-width: 780px) {
  .about-you-section {
    padding: 62px 22px 68px;
  }

  .about-you-section::before {
    background:
      linear-gradient(160deg, rgba(255, 249, 239, 0.2) 0%, rgba(255, 249, 239, 0) 42%),
      linear-gradient(180deg, rgba(0, 127, 166, 0.94) 0%, rgba(72, 183, 197, 0.5) 30%, rgba(230, 215, 189, 0.82) 62%, rgba(255, 249, 239, 0.98) 100%);
  }

  .about-you-section::after {
    inset: 28px 18px;
  }

  .about-you-stage {
    grid-template-columns: 1fr;
    gap: 26px;
  }

  .about-you-anchor {
    position: relative;
    top: auto;
    min-height: 0;
    padding: 34px 30px;
  }

  .about-you-anchor h2 {
    font-size: 3.2rem;
  }

  .about-you-note {
    max-width: none;
    margin-top: 36px;
  }

  .about-you-copy {
    margin-top: 0;
  }

  .about-you-copy p {
    padding: 24px 24px 24px 28px;
    font-size: 1rem;
  }
}

@media (max-width: 620px) {
  .about-you-anchor h2 {
    font-size: 2.62rem;
  }

  .about-you-note {
    font-size: 1rem;
  }

  .about-you-copy p {
    line-height: 1.62;
  }
}

/* Cross-page readability polish for labels, tabs, and compact action text. */
.eyebrow,
.hero-title,
.section-label,
.service-kicker,
.proof-tag {
  font-size: 0.88rem;
  line-height: 1.32;
}

.success-tabs a {
  min-height: 44px;
  font-size: 0.9rem;
  line-height: 1.2;
}

.service-footer .button {
  min-height: 44px;
  font-size: 0.9rem;
  line-height: 1.2;
}

.service-footer a:not(.button),
.ai-review-meta,
.ai-review-reference {
  font-size: 0.9rem;
  line-height: 1.45;
}

@media (max-width: 620px) {
  .eyebrow,
  .hero-title,
  .section-label,
  .service-kicker,
  .proof-tag {
    font-size: 0.86rem;
  }

  .success-tabs a,
  .service-footer .button {
    font-size: 0.88rem;
  }
}

/* Special Sauce quote reveal: zooms in from the left and settles centered. */
.statement-section {
  position: relative;
  isolation: isolate;
  display: grid;
  place-items: center;
  min-height: 68svh;
  overflow: hidden;
  background:
    linear-gradient(180deg, #fff9ef 0%, #f3ead8 54%, #fff9ef 100%);
  border-bottom: 0;
}

.statement-section::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(230, 215, 189, 0.22), rgba(230, 215, 189, 0.3) 48%, rgba(255, 249, 239, 0)),
    linear-gradient(90deg, rgba(0, 127, 166, 0.08), rgba(0, 127, 166, 0) 52%);
}

.statement-inner {
  max-width: 780px;
  margin: 0 auto;
  padding: 42px 48px 46px;
  border: 1px solid rgba(255, 255, 255, 0.62);
  border-radius: 8px;
  background:
    linear-gradient(130deg, rgba(255, 255, 255, 0.54), rgba(255, 249, 239, 0.28)),
    rgba(255, 249, 239, 0.3);
  box-shadow: 0 24px 64px rgba(22, 50, 58, 0.12);
  opacity: 0;
  text-align: center;
  transform: translateX(-92px) scale(0.9);
  transform-origin: left center;
  backdrop-filter: blur(18px) saturate(1.12);
}

.statement-inner.is-visible {
  animation: specialSauceAnchorIn 920ms cubic-bezier(0.16, 0.92, 0.24, 1) forwards;
}

.statement-section .section-label {
  color: var(--clay);
}

.statement-section blockquote {
  max-width: 760px;
  margin: 0 auto;
  color: var(--berry-dark);
  font-size: clamp(2rem, 4vw, 3.38rem);
  line-height: 1.08;
  text-wrap: balance;
}

.statement-section blockquote::before {
  top: -32px;
  left: -32px;
  color: rgba(0, 127, 166, 0.18);
  font-size: 6rem;
}

@keyframes specialSauceAnchorIn {
  0% {
    opacity: 0;
    transform: translateX(-92px) scale(0.9);
  }

  62% {
    opacity: 1;
    transform: translateX(8px) scale(1.025);
  }

  100% {
    opacity: 1;
    transform: translateX(0) scale(1);
  }
}

@media (max-width: 780px) {
  .statement-section {
    min-height: 0;
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .statement-inner {
    padding: 34px 26px 38px;
    transform: translateX(-44px) scale(0.92);
  }

  .statement-section blockquote {
    font-size: 1.72rem;
    line-height: 1.18;
  }
}

@media (prefers-reduced-motion: reduce) {
  .statement-inner,
  .statement-inner.is-visible {
    opacity: 1;
    transform: none;
    animation: none;
  }
}

:root {
  --glass-surface: linear-gradient(128deg, rgba(255, 255, 255, 0.9), rgba(255, 249, 239, 0.76)), rgba(255, 249, 239, 0.78);
  --glass-surface-strong: linear-gradient(128deg, rgba(255, 255, 255, 0.94), rgba(255, 249, 239, 0.84)), rgba(255, 249, 239, 0.84);
  --glass-border: rgba(255, 255, 255, 0.46);
  --glass-text: #132d34;
  --glass-muted: #31484d;
  --glass-shadow: 0 24px 60px rgba(10, 38, 45, 0.16);
  --surface-parallax: 0;
}

/* Fixed salon surface: one long azure-to-sand field with glass cards scrolling above it. */
html {
  min-height: 100%;
  background: linear-gradient(180deg, #007fa6 0%, #48b7c5 30%, #e6d7bd 70%, #fff9ef 100%);
}

body {
  position: relative;
  min-height: 100%;
  isolation: isolate;
  background: transparent;
  overflow-x: clip;
}

body::before {
  content: "";
  position: fixed;
  z-index: -2;
  inset: -18vh 0;
  pointer-events: none;
  transform: translate3d(0, calc(var(--surface-parallax) * -28vh), 0);
  transform-origin: center;
  background:
    radial-gradient(circle at 16% 10%, rgba(255, 249, 239, 0.34), rgba(255, 249, 239, 0) 28%),
    radial-gradient(circle at 76% 52%, rgba(255, 249, 239, 0.16), rgba(255, 249, 239, 0) 34%),
    linear-gradient(180deg, #007fa6 0%, #2facbf 30%, #a9c8bd 52%, #e6d7bd 76%, #fff9ef 100%);
  transition: transform 120ms linear;
}

body::after {
  content: "";
  position: fixed;
  z-index: -1;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(255, 249, 239, 0.24), rgba(255, 249, 239, 0.04) 44%, rgba(255, 249, 239, 0.18)),
    radial-gradient(circle at 50% 0%, rgba(255, 249, 239, 0.18), rgba(255, 249, 239, 0) 46%);
}

main {
  background: transparent;
}

.site-nav {
  gap: clamp(12px, 1.35vw, 18px);
  font-size: clamp(0.78rem, 0.86vw, 0.88rem);
}

.site-nav a,
.site-nav a:nth-child(2n),
.site-nav a:nth-child(3n) {
  --nav-accent: var(--berry-dark);
}

.reference-page,
.ai-review-page {
  --reference-gap: clamp(20px, 2.6vw, 34px);
  background: transparent;
}

.story-band,
.about-you-section,
.statement-section,
.proof-section,
.image-text-section,
.split-section,
.work-section,
.services-section,
.testimonials-section,
.faq-section,
.contact-section,
.substack-section,
.section-paper,
.section-cream {
  background: transparent;
}

.about-you-section::before,
.about-you-section::after,
.statement-section::before,
.proof-section::before,
.contact-section::before {
  display: none;
}

.hero {
  width: min(calc(100% - 56px), var(--max));
  min-height: min(720px, calc(100svh - 196px));
  margin: 162px auto 70px;
  padding: clamp(38px, 5.2vw, 68px);
  border: 1px solid var(--glass-border);
  border-radius: 8px;
  background: var(--glass-surface);
  box-shadow: 0 30px 82px rgba(10, 38, 45, 0.18);
  -webkit-backdrop-filter: blur(20px) saturate(1.12);
  backdrop-filter: blur(20px) saturate(1.12);
}

.hero-shade {
  background: linear-gradient(90deg, rgba(255, 249, 239, 0.96), rgba(255, 249, 239, 0.72) 48%, rgba(255, 249, 239, 0.16) 74%);
}

.hero-media {
  top: 48px;
  right: 48px;
  bottom: 48px;
  left: 56%;
  align-items: center;
}

.hero-media img {
  width: min(100%, 430px);
  height: 100%;
  max-height: 100%;
}

.hero-content {
  position: relative;
  z-index: 1;
}

.hero-line,
.hero-copy,
.story-copy p,
.chapter-heading p,
.split-copy p,
.editorial-copy p {
  color: var(--glass-muted);
}

.hero-title {
  color: var(--berry-dark);
}

.button-primary {
  color: #fff9ef;
  background: linear-gradient(135deg, #007fa6, #075f7a);
  border-color: #075f7a;
  box-shadow: 0 18px 38px rgba(0, 127, 166, 0.22);
}

.button-primary:hover,
.button-primary:focus-visible {
  color: #fff9ef;
  background: linear-gradient(135deg, #006f90, #044b61);
  border-color: #044b61;
}

.button-outline {
  color: var(--berry-dark);
  border-color: rgba(7, 95, 122, 0.42);
  background: rgba(255, 255, 255, 0.72);
}

.button-outline:hover,
.button-outline:focus-visible {
  color: #fff9ef;
  background: var(--berry-dark);
  border-color: var(--berry-dark);
}

.story-band,
.image-text-section,
.work-section,
.services-section,
.faq-section,
.substack-section {
  width: min(calc(100% - 56px), var(--max));
  margin: 70px auto;
  border: 1px solid var(--glass-border);
  border-radius: 8px;
  background: var(--glass-surface);
  box-shadow: var(--glass-shadow);
  -webkit-backdrop-filter: blur(18px) saturate(1.1);
  backdrop-filter: blur(18px) saturate(1.1);
}

.about-you-section,
.statement-section,
.proof-section,
.contact-section {
  margin: 36px 0;
}

.about-you-section {
  min-height: auto;
  padding: 88px max(28px, calc((100vw - var(--max)) / 2));
  overflow: clip;
}

.about-you-stage {
  width: min(calc(100% - 56px), var(--max));
  grid-template-columns: minmax(300px, 0.72fr) minmax(0, 1.28fr);
  gap: clamp(28px, 4vw, 54px);
  align-items: stretch;
  overflow: clip;
}

.about-you-anchor {
  min-height: auto;
}

.about-you-copy {
  gap: clamp(18px, 2.2vw, 26px);
  margin: 0;
  align-content: stretch;
}

.about-you-copy p:nth-child(n) {
  max-width: none;
  transform: none;
}

.about-you-anchor,
.about-you-copy p,
.statement-inner,
.proof-copy,
.contact-copy,
.contact-media,
.editorial-image,
.service-card,
.testimonial-card,
.featured-testimonial,
.reference-card,
.ai-review-card,
.snapshot-form,
.substack-card-link,
.success-tabs,
.reference-hero,
.reference-list,
.reference-link-list,
.ai-review-question-list,
.ai-review-rating-row,
.ai-review-raw pre {
  border: 1px solid var(--glass-border);
  border-radius: 8px;
  background: var(--glass-surface-strong);
  box-shadow: var(--glass-shadow);
  color: var(--glass-text);
  -webkit-backdrop-filter: blur(18px) saturate(1.12);
  backdrop-filter: blur(18px) saturate(1.12);
}

.about-you-anchor h2,
.about-you-anchor .section-label,
.about-you-note {
  color: #fff9ef;
}

.about-you-anchor {
  background:
    linear-gradient(135deg, rgba(7, 95, 122, 0.74), rgba(0, 127, 166, 0.4)),
    rgba(7, 95, 122, 0.46);
}

.about-you-copy p {
  border: 1px solid var(--glass-border);
  border-left: 5px solid rgba(244, 200, 77, 0.82);
  opacity: 0;
  transform: translate3d(calc(100% + 48px), 0, 0);
  transition: none;
}

.about-you-copy.is-visible p {
  animation: aboutYouCardIn 720ms cubic-bezier(0.2, 0.78, 0.2, 1) forwards;
}

.about-you-copy.is-visible p:nth-child(2) {
  animation-delay: 140ms;
}

.about-you-copy.is-visible p:nth-child(3) {
  animation-delay: 280ms;
}

@keyframes aboutYouCardIn {
  from {
    opacity: 0;
    transform: translate3d(calc(100% + 48px), 0, 0);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

.about-you-copy p,
.proof-copy p,
.contact-copy p,
.service-card p,
.service-card li,
.testimonial-card p,
.reference-card p,
.reference-card li,
.ai-review-card p,
.ai-review-card li,
.reference-section p,
.reference-section li,
.ai-review-answer p,
.ai-review-answer li,
.ai-review-card-muted p {
  color: var(--glass-muted);
}

.reference-hero,
.reference-list,
.reference-link-list,
.ai-review-question-list {
  padding: clamp(24px, 3vw, 42px);
  border: 1px solid var(--glass-border);
  border-radius: 8px;
}

.reference-hero {
  width: 100%;
  max-width: var(--max);
  margin-right: auto;
  margin-bottom: var(--reference-gap);
  margin-left: auto;
}

.reference-hero h1,
.ai-review-page .reference-section > h1,
.reference-section h2,
.reference-card h3,
.ai-review-card h3 {
  color: var(--berry-dark);
}

.reference-section {
  padding: var(--reference-gap) 0;
  border-top: 0;
  border-bottom: 0;
}

.reference-section > h2,
.ai-review-page .reference-section > h1 {
  display: inline-block;
  width: fit-content;
  max-width: min(100%, 820px);
  padding: 10px 16px;
  border: 1px solid var(--glass-border);
  border-radius: 8px;
  background: var(--glass-surface-strong);
  box-shadow: 0 16px 36px rgba(10, 38, 45, 0.12);
  -webkit-backdrop-filter: blur(16px) saturate(1.08);
  backdrop-filter: blur(16px) saturate(1.08);
}

.ai-review-page .reference-section > h1 {
  display: block;
  width: 100%;
  max-width: none;
  margin-bottom: 0;
  text-align: center;
}

.reference-page .reference-grid,
.reference-page .testimonial-grid,
.reference-page .ai-review-grid {
  gap: var(--reference-gap);
}

.reference-list,
.reference-link-list,
.ai-review-question-list {
  padding-left: clamp(42px, 4vw, 56px);
}

.reference-link-list {
  padding-left: clamp(24px, 3vw, 42px);
}

.success-tabs {
  display: grid;
  width: fit-content;
  margin-right: auto;
  margin-bottom: var(--reference-gap);
  margin-left: auto;
  border: 1px solid var(--glass-border);
}

.success-tabs a:not(.is-active) {
  color: var(--glass-text);
}

.ai-review-rating-row {
  border: 1px solid rgba(255, 255, 255, 0.66);
  box-shadow: 0 10px 24px rgba(10, 38, 45, 0.08);
}

.ai-review-answer strong,
.ai-review-rating-row span {
  font-size: 0.82rem;
}

.proof-section {
  padding: 76px max(28px, calc((100vw - var(--max)) / 2));
}

.proof-wrap {
  grid-template-columns: 1fr;
  max-width: 820px;
  margin: 0 auto;
}

.proof-copy {
  max-width: none;
  padding: 48px 56px 52px;
  border-radius: 8px;
}

.proof-copy h2 {
  max-width: 700px;
  color: var(--berry-dark);
}

.proof-copy p {
  max-width: 700px;
}

.proof-actions {
  margin-top: 26px;
}

.services-section .chapter-heading {
  margin-bottom: 30px;
}

.right-place-proof {
  display: grid;
  gap: clamp(22px, 3vw, 34px);
  max-width: 940px;
  margin: 0 auto 38px;
  color: var(--glass-text);
}

.right-place-intro {
  max-width: 880px;
}

.right-place-intro .section-label {
  color: var(--berry-dark);
}

.right-place-intro h2 {
  margin: 0 0 16px;
  color: var(--berry-dark);
  font-size: clamp(2.35rem, 4.8vw, 4.5rem);
  line-height: 1;
}

.right-place-intro p {
  max-width: 820px;
  color: var(--glass-muted);
  font-size: clamp(1.02rem, 1.22vw, 1.16rem);
  line-height: 1.66;
}

.right-place-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(14px, 2vw, 22px);
}

.right-place-grid-single {
  grid-template-columns: minmax(0, 1fr);
}

.right-place-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: clamp(24px, 3vw, 34px);
}

.about-me-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: clamp(24px, 3vw, 34px);
}

.right-place-source {
  display: grid;
  gap: 12px;
  border: 1px solid rgba(0, 127, 166, 0.16);
  border-left: 5px solid rgba(244, 200, 77, 0.88);
  border-radius: 8px;
  padding: 20px 22px;
  background: rgba(255, 255, 255, 0.52);
  box-shadow: 0 16px 34px rgba(10, 38, 45, 0.08);
}

.right-place-source-single {
  max-width: 760px;
}

.right-place-source h3 {
  margin: 0;
  color: var(--berry-dark);
  font-size: 0.92rem;
  font-weight: 900;
  line-height: 1.25;
  text-transform: uppercase;
}

.right-place-source a {
  color: var(--berry-dark);
  font-size: 0.88rem;
  font-weight: 900;
  line-height: 1.25;
  text-decoration-color: rgba(0, 127, 166, 0.34);
  text-underline-offset: 4px;
  text-transform: uppercase;
}

.right-place-source p {
  margin: 0;
  color: var(--glass-muted);
  font-size: 0.95rem;
  line-height: 1.62;
}

.service-grid {
  align-items: start;
}

.service-card {
  min-height: auto;
}

.service-card ul {
  margin-bottom: 18px;
}

.service-footer {
  margin-top: 14px;
  border-top-color: rgba(255, 255, 255, 0.46);
}

.image-text-section {
  grid-template-columns: minmax(300px, 0.72fr) minmax(420px, 1fr);
  gap: clamp(34px, 5vw, 66px);
  align-items: start;
  padding: clamp(34px, 5vw, 62px);
}

.image-text-section .editorial-image {
  justify-self: center;
  align-self: start;
  width: min(100%, 420px);
  max-height: 640px;
  aspect-ratio: 4 / 5;
  background: rgba(255, 249, 239, 0.78);
  box-shadow: 0 22px 54px rgba(10, 38, 45, 0.14);
}

.image-text-section .editorial-image img {
  object-fit: cover;
  object-position: 50% 14%;
}

.image-text-section .split-copy {
  max-width: 620px;
  align-self: start;
}

.image-text-section .split-copy h2 {
  max-width: 600px;
  font-size: clamp(2.5rem, 4.2vw, 4rem);
  line-height: 1.02;
}

.image-text-section .split-copy p {
  max-width: 560px;
}

.statement-section {
  min-height: auto;
  margin-bottom: 20px;
  padding: 60px max(28px, calc((100vw - var(--max)) / 2)) 12px;
}

.statement-inner {
  width: min(calc(100% - 56px), 780px);
  border-color: rgba(255, 255, 255, 0.42);
  transition: none !important;
  transition-delay: 0s !important;
}

.statement-inner.is-visible {
  animation: specialSauceAnchorIn 780ms cubic-bezier(0.2, 0.78, 0.2, 1) forwards;
}

@keyframes specialSauceAnchorIn {
  from {
    opacity: 0;
    transform: translate3d(-84px, 0, 0) scale(0.96);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(1);
  }
}

.proof-section {
  margin-top: 8px;
  padding-top: 12px;
}

.pricing-page {
  --pricing-gap: clamp(20px, 2.6vw, 34px);
  padding-bottom: 88px;
}

.pricing-hero {
  width: 100%;
  max-width: var(--max);
  margin-bottom: 0;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.pricing-hero h1,
.pricing-hero p {
  margin-right: auto;
  margin-left: auto;
}

.pricing-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: var(--pricing-gap);
  width: 100%;
  margin: var(--pricing-gap) auto 0;
  max-width: var(--max);
}

.pricing-card,
.pricing-guidance {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 18px;
  overflow: hidden;
  border: 1px solid var(--glass-border);
  border-radius: 8px;
  padding: 0 28px 30px;
  background: var(--glass-surface-strong);
  box-shadow: var(--glass-shadow);
  color: var(--glass-text);
  -webkit-backdrop-filter: blur(18px) saturate(1.12);
  backdrop-filter: blur(18px) saturate(1.12);
}

.pricing-card-featured {
  background:
    linear-gradient(140deg, rgba(255, 255, 255, 0.96), rgba(255, 249, 239, 0.74)),
    linear-gradient(180deg, rgba(244, 200, 77, 0.16), rgba(0, 127, 166, 0.1));
  box-shadow: 0 32px 76px rgba(10, 38, 45, 0.18);
}

.package-tab {
  width: fit-content;
  max-width: calc(100% + 2px);
  margin: -1px 0 2px -29px;
  padding: 10px 18px 11px;
  border: 1px solid rgba(0, 127, 166, 0.24);
  border-radius: 8px 0 8px 0;
  color: #fff9ef;
  background: linear-gradient(135deg, #007fa6, #39b9a2);
  box-shadow: 0 16px 34px rgba(0, 127, 166, 0.18);
  font-size: 0.76rem;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
}

.pricing-card-featured .package-tab {
  background: linear-gradient(135deg, #075f7a, #007fa6);
  border-color: rgba(0, 127, 166, 0.28);
  box-shadow: 0 16px 34px rgba(0, 127, 166, 0.18);
}

.package-head {
  display: grid;
  gap: 8px;
}

.pricing-kicker {
  margin: 0;
  color: var(--berry-dark);
  font-size: 0.82rem;
  font-weight: 800;
  line-height: 1.3;
  text-transform: uppercase;
}

.pricing-card h2,
.pricing-guidance h2 {
  margin: 0;
  color: var(--berry-dark);
  font-size: clamp(2rem, 2.65vw, 2.9rem);
  line-height: 1.06;
}

.pricing-value {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 14px;
  align-items: baseline;
  justify-content: space-between;
  margin: auto 0 0;
  border: 1px solid rgba(0, 127, 166, 0.18);
  border-radius: 8px;
  padding: 13px 16px;
  color: var(--ink);
  background:
    linear-gradient(110deg, rgba(255, 255, 255, 0.84), rgba(255, 249, 239, 0.56)),
    rgba(255, 255, 255, 0.42);
  font-family: "Iowan Old Style", Baskerville, "Palatino Linotype", Georgia, serif;
  line-height: 1;
}

.pricing-value span {
  color: #12333b;
  font-size: clamp(1.95rem, 2.75vw, 3rem);
}

.pricing-value small {
  max-width: 220px;
  color: var(--berry-dark);
  font-family: "Montserrat", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 0.72rem;
  font-weight: 900;
  line-height: 1.35;
  text-align: right;
  text-transform: uppercase;
}

.pricing-note,
.pricing-card p:not(.pricing-kicker),
.pricing-card li,
.pricing-guidance p {
  color: var(--glass-muted);
  line-height: 1.58;
}

.package-lead {
  color: #183c45 !important;
  font-size: 1.06rem;
  font-weight: 800;
}

.package-specs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.package-specs li {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  border: 1px solid rgba(0, 127, 166, 0.16);
  border-radius: 999px;
  padding: 6px 11px;
  color: #254a52;
  background: rgba(255, 255, 255, 0.46);
  font-size: 0.76rem;
  font-weight: 900;
  line-height: 1.15;
  text-transform: uppercase;
}

.package-list-title {
  margin-bottom: -6px;
  color: var(--berry-dark) !important;
  font-size: 0.82rem;
  font-weight: 900;
  text-transform: uppercase;
}

.pricing-card ul {
  display: grid;
  gap: 10px;
  margin: 0;
  padding-left: 18px;
}

.pricing-card .package-specs {
  display: flex;
  padding-left: 0;
}

.pricing-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
  margin-top: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  padding-top: 18px;
}

.pricing-actions .button {
  white-space: normal;
  text-align: center;
}

.pricing-guidance {
  align-items: center;
  width: 100%;
  max-width: var(--max);
  margin: var(--pricing-gap) auto 0;
  padding: 30px;
  text-align: center;
}

.site-footer {
  background: rgba(255, 249, 239, 0.68);
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  box-shadow: 0 -18px 58px rgba(10, 38, 45, 0.1);
  -webkit-backdrop-filter: blur(16px) saturate(1.08);
  backdrop-filter: blur(16px) saturate(1.08);
}

@media (max-width: 860px) {
  .hero {
    width: min(calc(100% - 28px), 680px);
    min-height: auto;
    margin-top: 16px;
    padding: 34px 24px 370px;
  }

  .hero-media {
    top: auto;
    right: 24px;
    bottom: 30px;
    left: 24px;
    height: 320px;
  }

  .hero-media img {
    width: min(100%, 255px);
    height: 100%;
  }

  .story-band,
  .image-text-section,
  .work-section,
  .services-section,
  .faq-section,
  .substack-section {
    width: min(calc(100% - 28px), 680px);
    margin: 44px auto;
  }

  .proof-section {
    padding: 54px 14px;
  }

  .proof-copy {
    padding: 34px 28px 38px;
    text-align: center;
  }

  .proof-copy h2,
  .proof-copy p {
    margin-right: auto;
    margin-left: auto;
  }

  .proof-actions {
    justify-content: center;
  }

  .about-you-section,
  .statement-section {
    padding: 54px 14px;
  }

  .about-you-stage,
  .statement-inner {
    width: min(calc(100% - 28px), 680px);
  }

  .about-you-stage {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .about-you-copy p {
    transform: translate3d(calc(100% + 28px), 0, 0);
  }

  @keyframes aboutYouCardIn {
    from {
      opacity: 0;
      transform: translate3d(calc(100% + 28px), 0, 0);
    }

    to {
      opacity: 1;
      transform: translate3d(0, 0, 0);
    }
  }

  .image-text-section {
    grid-template-columns: 1fr;
    gap: 26px;
    padding: 28px;
  }

  .image-text-section .editorial-image {
    width: min(100%, 320px);
    max-height: none;
  }

  .image-text-section .split-copy {
    max-width: none;
    text-align: center;
  }

  .image-text-section .split-copy h2,
  .image-text-section .split-copy p {
    margin-right: auto;
    margin-left: auto;
  }

  .right-place-grid {
    grid-template-columns: 1fr;
  }

  .right-place-proof {
    max-width: none;
  }

  .right-place-intro {
    text-align: center;
  }

  .right-place-actions,
  .about-me-actions {
    justify-content: center;
  }

  .pricing-grid {
    grid-template-columns: 1fr;
    width: 100%;
    max-width: 680px;
  }

  .pricing-hero,
  .pricing-guidance {
    max-width: 680px;
  }

  .pricing-card,
  .pricing-guidance {
    padding: 0 22px 24px;
  }

  .pricing-guidance {
    padding: 24px;
  }

  .package-tab {
    margin-left: -23px;
  }

  .pricing-value {
    justify-content: flex-start;
  }

  .pricing-value small {
    max-width: none;
    text-align: left;
  }

  .pricing-actions {
    justify-content: center;
  }

  .reference-hero,
  .reference-list,
  .reference-link-list,
  .ai-review-question-list {
    padding: 26px 24px;
  }

  .reference-list,
  .ai-review-question-list {
    padding-left: 42px;
  }

  .reference-section > h2,
  .ai-review-page .reference-section > h1 {
    width: 100%;
    text-align: center;
  }
}

@media (prefers-reduced-motion: reduce) {
  .statement-inner,
  .statement-inner.is-visible,
  .about-you-copy p,
  .about-you-copy.is-visible p {
    opacity: 1;
    transform: none;
    animation: none;
  }
}

/* Typography polish: keep the hierarchy clear without the heavy, chunky sans-serif feel. */
.site-nav,
.button,
.scroll-cue,
.brand-submark,
.hero-title,
.eyebrow,
.section-label,
.service-kicker,
.pricing-kicker,
.package-tab,
.package-specs li,
.package-list-title,
.pricing-value small,
.right-place-source h3,
.right-place-source a,
.success-tabs a,
.reference-link-list a,
.reference-section a,
.ai-review-reference,
.service-footer a:not(.button) {
  font-weight: 600;
}

.credential,
.hero-line,
.hero-copy,
.package-lead {
  font-weight: 500;
}

.site-nav {
  font-weight: 600;
}

.hero-line,
.hero-copy {
  font-weight: 500;
}

.site-nav a,
.site-nav a:nth-child(2n),
.site-nav a:nth-child(3n),
.site-nav a:hover,
.site-nav a:focus-visible,
.site-nav a.is-active {
  --nav-accent: var(--berry-dark);
  color: var(--berry-dark);
}

.button {
  font-size: 0.88rem;
}

.section-label,
.eyebrow,
.service-kicker,
.pricing-kicker,
.package-list-title {
  color: var(--berry-dark);
}

.package-tab,
.package-specs li,
.pricing-value small {
  font-size: 0.74rem;
}

.success-tabs {
  gap: 14px;
  padding: 6px;
}

@media (max-width: 860px) {
  .hero {
    padding-bottom: 420px;
  }

  .hero-media {
    bottom: 34px;
    height: 360px;
  }

  .hero-media img {
    width: min(88vw, 310px);
    filter: saturate(1.08) contrast(1.08);
  }

  .hero-shade {
    background:
      linear-gradient(180deg, rgba(255, 249, 239, 0.98) 0%, rgba(255, 249, 239, 0.92) 42%, rgba(255, 249, 239, 0.1) 58%, rgba(255, 249, 239, 0) 68%);
  }
}

@media (max-width: 620px) {
  .hero {
    padding-bottom: 430px;
  }

  .hero-media {
    height: 370px;
  }
}

/* Tanya May feedback: tighter success page, single-font footer brand, hidden More About Me feature. */
.site-footer .footer-title {
  font-family: inherit;
  font-weight: 700;
}

.success-featured-section {
  padding-top: 0;
}

.success-featured-section .featured-testimonial {
  margin-bottom: 0;
}

.success-featured-section .featured-testimonial > div:first-child,
.success-featured-section .featured-testimonial .testimonial-detail {
  padding: clamp(22px, 2.5vw, 28px);
}

.success-featured-section .featured-testimonial blockquote {
  font-size: clamp(1.16rem, 1.7vw, 1.36rem);
}

.success-featured-section + .reference-section {
  padding-top: clamp(18px, 2.2vw, 28px);
}

.inline-success-stories {
  display: grid;
  gap: clamp(22px, 3vw, 36px);
  width: min(var(--max), calc(100% - clamp(32px, 6vw, 92px)));
  margin: 0 auto;
}

.inline-success-stories .reference-hero,
.inline-success-stories .reference-section {
  width: 100%;
  max-width: none;
  margin: 0;
}

.faq-page .reference-hero {
  margin-bottom: 0;
}

.faq-page .faq-section {
  width: 100%;
  max-width: var(--max);
  margin: var(--reference-gap) auto 0;
  padding: clamp(24px, 3vw, 42px);
}

.pricing-page .pricing-hero,
.pricing-page .pricing-grid,
.pricing-page .pricing-guidance {
  width: 100%;
  max-width: var(--max);
  margin-right: auto;
  margin-left: auto;
}

.pricing-page .pricing-grid,
.pricing-page .pricing-guidance {
  margin-top: var(--reference-gap);
}

.more-about-page {
  --more-about-gap: clamp(18px, 2.4vw, 30px);
}

.more-about-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(260px, 0.52fr);
  gap: var(--more-about-gap);
  align-items: stretch;
  max-width: var(--max);
  margin: 0 auto var(--more-about-gap);
}

.more-about-hero-copy,
.more-about-portrait,
.more-about-card,
.more-about-pullquote,
.more-about-ending {
  border: 1px solid var(--glass-border);
  border-radius: 8px;
  background: var(--glass-surface-strong);
  box-shadow: var(--glass-shadow);
  color: var(--glass-text);
  -webkit-backdrop-filter: blur(18px) saturate(1.12);
  backdrop-filter: blur(18px) saturate(1.12);
}

.more-about-hero-copy {
  display: grid;
  align-content: center;
  padding: clamp(30px, 4vw, 58px);
}

.more-about-hero-copy h1 {
  max-width: 720px;
  color: var(--berry-dark);
  font-size: clamp(2.45rem, 5vw, 4.7rem);
  line-height: 0.98;
}

.more-about-hero-copy p:not(.section-label),
.more-about-card p,
.more-about-pullquote p,
.more-about-ending p {
  color: var(--glass-muted);
  font-size: clamp(1rem, 1.08vw, 1.08rem);
  line-height: 1.72;
}

.more-about-portrait {
  min-height: 420px;
  margin: 0;
  overflow: hidden;
}

.more-about-portrait img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 12%;
}

.more-about-story {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: var(--more-about-gap);
  max-width: var(--max);
  margin: 0 auto;
}

.more-about-card,
.more-about-pullquote,
.more-about-ending {
  padding: clamp(24px, 3vw, 36px);
}

.more-about-card {
  border-left: 5px solid rgba(244, 200, 77, 0.86);
}

.more-about-card-accent {
  border-left-color: rgba(0, 127, 166, 0.58);
}

.more-about-card-wide,
.more-about-ending {
  grid-column: 1 / -1;
}

.more-about-kicker {
  margin-bottom: 14px;
  color: var(--berry-dark) !important;
  font-size: 0.78rem !important;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.25 !important;
  text-transform: uppercase;
}

.more-about-pullquote {
  display: grid;
  align-content: center;
  gap: 14px;
  border-left: 5px solid var(--clay);
  background:
    linear-gradient(135deg, rgba(7, 95, 122, 0.82), rgba(0, 127, 166, 0.48)),
    rgba(7, 95, 122, 0.44);
}

.more-about-pullquote p,
.more-about-pullquote strong {
  margin: 0;
  color: #fff9ef;
}

.more-about-pullquote strong {
  font-family: "Iowan Old Style", Baskerville, "Palatino Linotype", Georgia, serif;
  font-size: clamp(1.7rem, 3vw, 3rem);
  font-weight: 500;
  line-height: 1.08;
}

.more-about-ending {
  text-align: center;
}

.more-about-ending p {
  max-width: 830px;
  margin-right: auto;
  margin-left: auto;
  color: var(--glass-text);
  font-size: clamp(1.08rem, 1.3vw, 1.22rem);
}

.more-about-ending .reference-actions {
  justify-content: center;
}

@media (max-width: 860px) {
  .more-about-hero,
  .more-about-story {
    grid-template-columns: 1fr;
  }

  .more-about-portrait {
    min-height: 340px;
  }

  .more-about-card-wide,
  .more-about-ending {
    grid-column: auto;
  }
}

@media (max-width: 620px) {
  .success-featured-section .featured-testimonial > div:first-child,
  .success-featured-section .featured-testimonial .testimonial-detail {
    padding: 18px;
  }

  .more-about-hero-copy,
  .more-about-card,
  .more-about-pullquote,
  .more-about-ending {
    padding: 22px;
  }

  .more-about-portrait {
    min-height: 280px;
  }
}

/* More About Me revision: one elegant intro card, then continuous essay paragraphs. */
.reference-page.more-about-page {
  position: relative;
  isolation: isolate;
  overflow: clip;
  padding-top: calc(var(--header-height) + 54px);
  background:
    linear-gradient(180deg, rgba(7, 63, 82, 0.94) 0%, rgba(0, 127, 166, 0.78) 28%, rgba(230, 215, 189, 0.74) 66%, rgba(255, 249, 239, 0.92) 100%);
}

.reference-page.more-about-page::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(255, 249, 239, 0.2), rgba(255, 249, 239, 0.04) 46%, rgba(255, 249, 239, 0.16)),
    linear-gradient(180deg, rgba(7, 63, 82, 0.2), rgba(255, 249, 239, 0.18));
}

.more-about-hero {
  position: relative;
  overflow: hidden;
  padding: clamp(26px, 4vw, 56px);
  border: 1px solid rgba(255, 249, 239, 0.48);
  border-radius: 8px;
  background:
    linear-gradient(115deg, rgba(7, 63, 82, 0.98) 0%, rgba(0, 127, 166, 0.74) 38%, rgba(255, 249, 239, 0.68) 74%, rgba(255, 249, 239, 0.92) 100%),
    rgba(7, 63, 82, 0.82);
  box-shadow: 0 30px 78px rgba(10, 38, 45, 0.22);
  -webkit-backdrop-filter: blur(18px) saturate(1.12);
  backdrop-filter: blur(18px) saturate(1.12);
}

.more-about-hero-copy,
.more-about-portrait {
  border: 0;
  background: transparent;
  box-shadow: none;
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
}

.more-about-hero-copy {
  padding: 0;
}

.more-about-hero-copy .section-label {
  color: var(--clay);
}

.more-about-hero-copy h1 {
  color: #fff9ef;
}

.more-about-hero-copy p:not(.section-label) {
  color: rgba(255, 249, 239, 0.92);
}

.more-about-portrait {
  min-height: 430px;
  border: 1px solid rgba(255, 249, 239, 0.76);
  box-shadow: 0 20px 52px rgba(10, 38, 45, 0.16);
}

.more-about-essay {
  max-width: min(920px, 100%);
  margin: 0 auto;
}

.more-about-essay-panel {
  padding: clamp(34px, 5vw, 74px);
  border: 1px solid rgba(255, 249, 239, 0.46);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(255, 249, 239, 0.94), rgba(255, 249, 239, 0.82)),
    rgba(255, 249, 239, 0.82);
  box-shadow: 0 28px 76px rgba(10, 38, 45, 0.16);
  -webkit-backdrop-filter: blur(18px) saturate(1.08);
  backdrop-filter: blur(18px) saturate(1.08);
}

.more-about-essay-panel > p {
  max-width: 760px;
  margin: 0 auto clamp(24px, 3vw, 34px);
  color: #263f47;
  font-size: clamp(1.06rem, 1.26vw, 1.2rem);
  line-height: 1.82;
}

.more-about-essay-panel > p:first-child::first-letter {
  float: left;
  margin: 0.08em 0.1em 0 0;
  color: var(--berry-dark);
  font-family: "Iowan Old Style", Baskerville, "Palatino Linotype", Georgia, serif;
  font-size: 4.25rem;
  line-height: 0.82;
}

.more-about-essay-panel > p.more-about-final {
  max-width: 820px;
  margin-top: clamp(22px, 3vw, 40px);
  color: var(--berry-dark);
  font-family: "Iowan Old Style", Baskerville, "Palatino Linotype", Georgia, serif;
  font-size: clamp(1.42rem, 2.4vw, 2.16rem);
  line-height: 1.3;
  text-align: center;
}

.more-about-pullquote {
  max-width: 820px;
  margin: clamp(32px, 5vw, 58px) auto;
  padding: clamp(28px, 4vw, 48px);
  border: 1px solid rgba(255, 249, 239, 0.44);
  border-left: 6px solid var(--clay);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(7, 95, 122, 0.96), rgba(0, 127, 166, 0.68)),
    var(--berry-dark);
  box-shadow: 0 24px 58px rgba(10, 38, 45, 0.22);
}

.more-about-pullquote p {
  max-width: 650px;
  color: rgba(255, 249, 239, 0.9);
  font-size: clamp(1rem, 1.18vw, 1.12rem);
  line-height: 1.7;
}

.more-about-pullquote strong {
  display: block;
  margin-top: 12px;
}

.more-about-essay-panel .reference-actions {
  justify-content: center;
  margin-top: clamp(28px, 4vw, 46px);
}

@media (max-width: 860px) {
  .reference-page.more-about-page {
    padding-top: calc(var(--header-height) + 36px);
  }

  .more-about-hero {
    padding: 28px;
  }

  .more-about-portrait {
    min-height: 340px;
  }

  .more-about-essay-panel {
    padding: 30px 26px;
  }

  .more-about-essay-panel > p:first-child::first-letter {
    font-size: 3.3rem;
  }
}

@media (max-width: 620px) {
  .reference-page.more-about-page {
    padding-right: 14px;
    padding-left: 14px;
  }

  .more-about-hero {
    padding: 22px;
  }

  .more-about-portrait {
    min-height: 280px;
  }

  .more-about-essay-panel {
    padding: 24px 20px;
  }

  .more-about-essay-panel > p {
    line-height: 1.72;
  }

  .more-about-pullquote {
    padding: 24px 22px;
  }
}
