.theme-v2 {
  --ink: #20352e;
  --ink-soft: #2a473d;
  --paper: #f4f1e9;
  --paper-bright: #fcfaf5;
  --accent: #b77858;
  --accent-deep: #8f5a43;
  --muted: #7d8982;
  --line-dark: rgba(245, 242, 233, .18);
  --line-light: rgba(32, 53, 46, .16);
  --display: "Newsreader", Georgia, serif;
  --body: "Manrope", Arial, sans-serif;
  --max: 1180px;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--body);
  font-size: 1rem;
  line-height: 1.72;
}

.theme-v2 .site-header {
  color: var(--ink);
  background: rgba(244, 241, 233, .9);
  border-bottom-color: rgba(32, 53, 46, .1);
  backdrop-filter: blur(16px);
}
.theme-v2 .site-header.scrolled {
  height: 70px;
  background: rgba(244, 241, 233, .96);
  border-color: rgba(32, 53, 46, .15);
}
.theme-v2 .brand-mark {
  width: 2.7rem;
  background: transparent;
  color: var(--ink);
  border: 1px solid var(--ink);
  border-radius: 50%;
  font: 600 .88rem/1 var(--body);
  transform: none;
}
.theme-v2 .brand-copy { font-size: .92rem; letter-spacing: -.01em; }
.theme-v2 .brand-copy small { color: #708078; font-weight: 500; letter-spacing: .13em; }
.theme-v2 .site-nav a { font-size: .78rem; font-weight: 600; letter-spacing: .04em; }
.theme-v2 .site-nav a:not(.nav-cta) { color: #43594f; }
.theme-v2 .site-nav a:not(.nav-cta):hover { color: var(--accent-deep); }
.theme-v2 .nav-cta {
  padding: .65rem 1.1rem;
  border: 1px solid var(--ink);
  border-radius: 999px;
  color: var(--ink);
}

.theme-v2 .section-dark,
.theme-v2 .section-light,
.theme-v2 .section-accent { color: var(--ink); }
.theme-v2 .section-dark { background: var(--paper); }
.theme-v2 .section-light { background: var(--paper-bright); }
.theme-v2 .section-accent { background: #d9dfd7; }

.theme-v2 h1,
.theme-v2 h2,
.theme-v2 h3 {
  font-family: var(--display);
  font-weight: 500;
  text-transform: none;
}
.theme-v2 h1 {
  max-width: 720px;
  margin-bottom: 2rem;
  font-size: clamp(3.7rem, 6.4vw, 6.3rem);
  line-height: .96;
  letter-spacing: -.048em;
}
.theme-v2 h1 em { color: var(--accent-deep); font-style: italic; font-weight: 400; }
.theme-v2 .eyebrow {
  color: #65766e;
  font-size: .68rem;
  font-weight: 700;
  letter-spacing: .18em;
}
.theme-v2 .eyebrow span { width: 2.4rem; height: 1px; background: var(--accent); }
.theme-v2 .eyebrow-dark { color: #65766e; }
.theme-v2 .eyebrow-dark span { background: var(--accent); }

.theme-v2 .hero {
  min-height: 100vh;
  padding-top: 8.5rem;
  padding-bottom: 3rem;
  background:
    radial-gradient(circle at 11% 32%, rgba(183, 120, 88, .09), transparent 28%),
    var(--paper);
}
.theme-v2 .hero-grid {
  min-height: calc(100vh - 16rem);
  grid-template-columns: 1.05fr .78fr;
  gap: clamp(3rem, 8vw, 8rem);
}
.theme-v2 .hero-intro { max-width: 620px; color: #52645b; font-size: clamp(1rem, 1.35vw, 1.18rem); }
.theme-v2 .hero-actions { align-items: center; margin-top: 2.8rem; }
.theme-v2 .button {
  min-height: 3.5rem;
  padding: .82rem 1.25rem;
  border-radius: 999px;
  font-size: .82rem;
  font-weight: 700;
  letter-spacing: .025em;
}
.theme-v2 .button-primary { background: var(--ink); color: #f8f5ed; }
.theme-v2 .button-primary:hover { background: #304b41; }
.theme-v2 .button-dark { background: #f6f3eb; color: var(--ink); }
.theme-v2 .button-outline-dark { border-color: var(--ink); color: var(--ink); }
.theme-v2 .button-outline-dark:hover { background: var(--ink); color: #fff; }
.theme-v2 .text-link { color: var(--ink); font-size: .83rem; font-weight: 600; }

.theme-v2 .hero-visual {
  min-height: 620px;
  border: 0;
  border-radius: 16rem 16rem 1rem 1rem;
  background: #d7dcd5;
  box-shadow: 0 32px 80px rgba(32, 53, 46, .13);
}
.theme-v2 .hero-photo {
  object-position: 50% center;
  filter: saturate(.42) sepia(.09) contrast(.94) brightness(1.04);
}
.theme-v2 .hero-photo-shade {
  background: linear-gradient(180deg, rgba(28, 49, 42, .04) 28%, rgba(28, 49, 42, .5) 100%);
}
.theme-v2 .visual-grid { display: none; }
.theme-v2 .visual-stat {
  top: auto;
  bottom: 1.25rem;
  gap: .4rem;
  padding: .48rem .65rem;
  border: 1px solid rgba(255, 255, 255, .28);
  border-radius: 999px;
  background: rgba(27, 49, 41, .54);
  backdrop-filter: blur(8px);
}
.theme-v2 .visual-stat strong { color: #fff; font: 500 .75rem/1 var(--body); }
.theme-v2 .visual-stat span { color: #fff; font-size: .56rem; letter-spacing: .08em; }
.theme-v2 .visual-stat-a { left: 1.2rem; }
.theme-v2 .visual-stat-b { left: 50%; right: auto; transform: translateX(-50%); }
.theme-v2 .visual-stat-c { right: 1.2rem; left: auto; }
.theme-v2 .hero-footer { color: #708078; font-size: .64rem; font-weight: 600; letter-spacing: .18em; }
.theme-v2 .hero-footer i { width: 2rem; height: 1px; border-radius: 0; background: #b7c1bb; }

.theme-v2 .services,
.theme-v2 .method,
.theme-v2 .about,
.theme-v2 .testimonials,
.theme-v2 .pricing,
.theme-v2 .studio,
.theme-v2 .cta-section { padding-top: clamp(6rem, 10vw, 9rem); padding-bottom: clamp(6rem, 10vw, 9rem); }
.theme-v2 .section-heading { grid-template-columns: .8fr 1.55fr 1fr; gap: 3.5rem; margin-bottom: 4.5rem; }
.theme-v2 .section-heading h2,
.theme-v2 .method h2,
.theme-v2 .cta-section h2 {
  font-size: clamp(3rem, 5vw, 4.8rem);
  line-height: .98;
  letter-spacing: -.04em;
}
.theme-v2 .section-heading > p:last-child { color: #63736b; }

.theme-v2 .services { background: #fbfaf6; }
.theme-v2 .service-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
  border: 0;
}
.theme-v2 .service-card {
  min-height: 310px;
  grid-template-columns: 2.4rem 1fr;
  grid-template-rows: auto 1fr auto;
  gap: 1.4rem 1.2rem;
  padding: clamp(1.6rem, 3vw, 2.5rem);
  border: 1px solid #dce0da;
  border-radius: .35rem;
  background: #f4f1e9;
}
.theme-v2 .service-index { color: var(--accent-deep); font: 600 .72rem/1 var(--body); letter-spacing: .12em; }
.theme-v2 .service-card h3 { margin-bottom: .8rem; font-size: clamp(1.9rem, 3vw, 2.7rem); font-weight: 500; }
.theme-v2 .service-card p { color: #596a62; font-size: .93rem; }
.theme-v2 .service-tag {
  grid-column: 2;
  justify-self: start;
  align-self: end;
  padding: .32rem .7rem;
  border-color: #cbd3cd;
  border-radius: 999px;
  color: #5a6c63;
  font-size: .61rem;
}

.theme-v2 .manifesto {
  padding-top: 4.5rem;
  padding-bottom: 7rem;
  background: #304d42;
  color: #f7f3ea;
}
.theme-v2 .manifesto-track {
  gap: 1.4rem;
  margin-bottom: 5rem;
  color: #c4d0c9;
  font: 600 .68rem/1 var(--body);
  letter-spacing: .2em;
}
.theme-v2 .manifesto-track i { width: 3rem; height: 1px; background: rgba(255, 255, 255, .3); transform: none; }
.theme-v2 blockquote {
  max-width: 940px;
  font-family: var(--display);
  font-size: clamp(2.4rem, 4.5vw, 4.3rem);
  font-weight: 400;
  line-height: 1.08;
  letter-spacing: -.035em;
}

.theme-v2 .method {
  grid-template-columns: .9fr 1.1fr;
  background: #e5e9e3;
  color: var(--ink);
}
.theme-v2 .method-intro { top: 9rem; }
.theme-v2 .method-intro > p:last-child { color: #5e6f67; }
.theme-v2 .method-steps { border-color: rgba(32, 53, 46, .18); }
.theme-v2 .method-steps li {
  grid-template-columns: 3.2rem 1fr;
  margin-bottom: .8rem;
  padding: 2rem;
  border: 1px solid rgba(32, 53, 46, .14);
  border-radius: .35rem;
  background: rgba(252, 250, 245, .72);
}
.theme-v2 .method-steps li > span { color: var(--accent-deep); font: 600 .7rem/1 var(--body); letter-spacing: .12em; }
.theme-v2 .method-steps h3 { font-size: clamp(1.9rem, 3vw, 2.55rem); }
.theme-v2 .method-steps p { color: #596a62; }

.theme-v2 .about {
  grid-template-columns: .72fr 1.28fr;
  background: #fbfaf6;
  border-color: #dce0da;
}
.theme-v2 .about-portrait {
  display: grid;
  justify-items: center;
  gap: 1.5rem;
}
.theme-v2 .about-photo-circle {
  width: min(100%, 390px);
  aspect-ratio: 1;
  overflow: hidden;
  border: 1px solid #d6dbd5;
  border-radius: 50%;
  background: #d9dfd7;
  box-shadow: 0 24px 60px rgba(32, 53, 46, .12);
}
.theme-v2 .about-photo-circle img {
  width: 100%;
  height: 100%;
  max-height: none;
  object-fit: cover;
  object-position: 50% 18%;
  border-radius: 0;
  filter: saturate(.5) sepia(.08) contrast(.96);
  transform: scale(2.05);
  transform-origin: 50% 18%;
}
.theme-v2 .about-portrait > p {
  position: static;
  margin: 0;
  padding: 0;
  background: transparent;
  color: var(--ink);
  border: 0;
  box-shadow: none;
  text-align: center;
}
.theme-v2 .about-portrait strong { font-family: var(--display); font-size: 1.35rem; font-weight: 500; text-transform: none; }
.theme-v2 .about-portrait span { color: #6a7a72; font-size: .65rem; }
.theme-v2 .about-copy h2 { font-size: clamp(2.7rem, 4.5vw, 4.4rem); line-height: 1; }
.theme-v2 .about-copy > p { color: #596a62; font-size: 1.02rem; }
.theme-v2 .about-copy .about-highlight { border-left-width: 1px; border-color: var(--accent); color: var(--ink); font-family: var(--display); font-size: 1.35rem; font-weight: 500; line-height: 1.35; }
.theme-v2 .credential-list { gap: .6rem; padding: 0; background: none; }
.theme-v2 .credential-list li { padding: 1.1rem; border: 1px solid #dce0da; border-radius: .25rem; background: #f5f2eb; }
.theme-v2 .credential-list strong { font-family: var(--body); font-size: .78rem; text-transform: uppercase; letter-spacing: .08em; }

.theme-v2 .testimonials { background: #eee8dd; }
.theme-v2 .testimonial-grid { gap: 1rem; padding: 0; background: none; }
.theme-v2 .testimonial-card {
  min-height: 350px;
  border: 1px solid rgba(32, 53, 46, .12);
  border-radius: .4rem;
  background: #faf8f2;
}
.theme-v2 .testimonial-card.featured { background: #304d42; color: #f8f5ee; }
.theme-v2 .testimonial-card blockquote { font-size: clamp(1.65rem, 2.3vw, 2.1rem); font-weight: 400; line-height: 1.25; }
.theme-v2 .testimonial-card figcaption strong { font-family: var(--body); font-size: .76rem; letter-spacing: .08em; }
.theme-v2 .testimonial-card figcaption span { color: #6a786f; }
.theme-v2 .testimonial-card.featured figcaption span { color: #b9c6bf; }

.theme-v2 .pricing { background: #f7f4ed; }
.theme-v2 .pricing .section-heading > p:last-child { color: #63736b; }
.theme-v2 .pricing-grid { gap: 1rem; }
.theme-v2 .price-card {
  min-height: 540px;
  border: 1px solid #d7ddd7;
  border-radius: .4rem;
  background: #fcfaf5;
  color: var(--ink);
}
.theme-v2 .price-card-accent { background: #304d42; color: #f8f5ee; }
.theme-v2 .price-kicker { color: #74837b; font-size: .64rem; }
.theme-v2 .price-card-accent .price-kicker { color: #bcc8c1; }
.theme-v2 .price-card h3 { min-height: 4rem; font-size: clamp(2rem, 3vw, 2.8rem); font-weight: 500; }
.theme-v2 .price strong { font: 500 clamp(3rem, 5vw, 4.4rem)/1 var(--display); }
.theme-v2 .price span { color: #718078; }
.theme-v2 .price-card-accent .price span { color: #c7d1cb; }
.theme-v2 .price-card li { border-color: rgba(32, 53, 46, .13); color: #596a62; }
.theme-v2 .price-card-accent li { border-color: rgba(255, 255, 255, .16); color: #dae1dc; }
.theme-v2 .price-card .text-link { color: var(--ink); }
.theme-v2 .price-card-accent .text-link { color: #fff; }

.theme-v2 .studio { background: #fbfaf6; }
.theme-v2 .studio-photo { min-height: 650px; border-radius: 13rem 13rem .35rem .35rem; }
.theme-v2 .studio-photo img { filter: saturate(.5) sepia(.08) contrast(.95); }
.theme-v2 .studio-photo::after {
  right: 1.5rem;
  bottom: 1.5rem;
  border-radius: 999px;
  background: #f4f1e9;
  color: var(--ink);
  font-size: .62rem;
}
.theme-v2 .studio-copy h2 { font-size: clamp(3rem, 5vw, 4.8rem); font-weight: 500; }
.theme-v2 .studio-copy > p { color: #596a62; }
.theme-v2 .studio-copy address { border-left-width: 1px; border-color: var(--accent); }
.theme-v2 .studio-copy address strong { font-family: var(--display); font-size: 1.45rem; font-weight: 500; text-transform: none; }

.theme-v2 .cta-section {
  grid-template-columns: 1.35fr auto;
  background: #b77858;
  color: #fffaf3;
}
.theme-v2 .cta-section .eyebrow { color: #f1dace; }
.theme-v2 .cta-section .eyebrow span { background: #fff3e9; }
.theme-v2 .cta-section h2 { font-size: clamp(3.4rem, 6vw, 5.8rem); }
.theme-v2 .cta-section .button { min-width: 260px; }
.theme-v2 .booking-note { color: #f2dbcf; }

.theme-v2 footer { background: #20352e; color: #aebbb4; }
.theme-v2 footer .brand-mark { border-color: #e8eee9; color: #f6f8f5; }
.theme-v2 footer .brand-copy { color: #fff; }

.theme-v2 :focus-visible { outline-color: var(--accent); }

@media (max-width: 900px) {
  .theme-v2 .site-nav { background: rgba(244, 241, 233, .98); border-color: rgba(32, 53, 46, .12); }
  .theme-v2 .menu-toggle { color: var(--ink); }
  .theme-v2 .hero { padding-top: 8.75rem; }
  .theme-v2 .hero-grid { grid-template-columns: 1fr; gap: 3.5rem; }
  .theme-v2 .hero-visual { min-height: 540px; border-radius: 10rem 10rem .7rem .7rem; }
  .theme-v2 .section-heading { grid-template-columns: 1fr; gap: 1.1rem; }
  .theme-v2 .service-list { grid-template-columns: 1fr; }
  .theme-v2 .service-card { min-height: 0; }
  .theme-v2 .method { grid-template-columns: 1fr; }
  .theme-v2 .method-intro { position: static; }
  .theme-v2 .about { grid-template-columns: 1fr; }
  .theme-v2 .studio-photo { border-radius: 9rem 9rem .35rem .35rem; }
  .theme-v2 .cta-section { grid-template-columns: 1fr; }
  .theme-v2 .booking-note { grid-column: auto; text-align: left; }
}

@media (max-width: 680px) {
  .theme-v2 h1 { font-size: clamp(3.25rem, 15vw, 4.7rem); }
  .theme-v2 .hero-actions { align-items: stretch; }
  .theme-v2 .hero-actions .button { width: 100%; }
  .theme-v2 .hero-visual { min-height: 450px; }
  .theme-v2 .visual-stat { bottom: .9rem; padding: .38rem .48rem; }
  .theme-v2 .visual-stat-a { left: .7rem; }
  .theme-v2 .visual-stat-c { right: .7rem; }
  .theme-v2 .visual-stat span { font-size: .49rem; }
  .theme-v2 .manifesto-track { gap: .75rem; }
  .theme-v2 .manifesto-track i { width: 1.5rem; }
  .theme-v2 blockquote { font-size: clamp(2.2rem, 10vw, 3.3rem); }
  .theme-v2 .method-steps li { padding: 1.4rem; }
  .theme-v2 .about-photo-circle { width: min(78vw, 310px); }
  .theme-v2 .studio-photo { min-height: 480px; }
}
