@font-face {
  font-family: "Bodoni Moda";
  src: url("assets/fonts/bodoni-moda-variable.woff2") format("woff2");
  font-style: normal;
  font-weight: 400 900;
  font-display: swap;
}

@font-face {
  font-family: "Manrope";
  src: url("assets/fonts/manrope-variable.woff2") format("woff2");
  font-style: normal;
  font-weight: 200 800;
  font-display: swap;
}

:root {
  --paper: #f8f3ec;
  --paper-soft: #fcfaf6;
  --white: #fffdf9;
  --ink: #25211e;
  --muted: #695e56;
  --bronze: #71583f;
  --bronze-soft: #ab8d68;
  --olive: #465247;
  --olive-soft: #dfe4dc;
  --line: rgba(91, 72, 56, 0.2);
  --dark-line: rgba(255, 253, 249, 0.2);
  --container: 1200px;
  --shadow-soft: 0 22px 70px rgba(37, 33, 30, 0.09);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: "Manrope", "Segoe UI", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.7;
  text-rendering: optimizeLegibility;
}

body::before {
  position: fixed;
  inset: 0;
  z-index: -1;
  content: "";
  pointer-events: none;
  background:
    radial-gradient(circle at 12% -6%, rgba(255, 255, 255, 0.86), transparent 28%),
    radial-gradient(circle at 92% 18%, rgba(223, 228, 220, 0.46), transparent 24%);
}

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

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
select,
textarea {
  font: inherit;
}

button {
  color: inherit;
}

h1,
h2,
h3,
.brand-name {
  font-family: "Bodoni Moda", "Times New Roman", serif;
}

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

h1 {
  max-width: 720px;
  margin-bottom: 25px;
  font-size: clamp(3rem, 6vw, 5.5rem);
  font-weight: 500;
  letter-spacing: -0.035em;
  line-height: 0.98;
}

h2 {
  margin-bottom: 20px;
  font-size: clamp(2.35rem, 4vw, 4.1rem);
  font-weight: 500;
  letter-spacing: -0.028em;
  line-height: 1.02;
}

h3 {
  margin-bottom: 12px;
  font-size: clamp(1.65rem, 2.3vw, 2.15rem);
  font-weight: 500;
  line-height: 1.08;
}

.container {
  width: min(calc(100% - 40px), var(--container));
  margin-inline: auto;
}

.skip-link {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 100;
  padding: 10px 16px;
  color: var(--white);
  background: var(--ink);
  border-radius: 999px;
  transform: translateY(-160%);
  transition: transform 180ms ease;
}

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

:focus-visible {
  outline: 3px solid #72563d;
  outline-offset: 4px;
}

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

.header {
  position: sticky;
  top: 0;
  z-index: 50;
  color: var(--white);
  background: rgba(70, 82, 71, 0.96);
  border-bottom: 1px solid var(--dark-line);
  backdrop-filter: blur(18px);
}

.header-inner {
  min-height: 78px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}

.brand {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 0;
  line-height: 1;
}

.brand-name {
  color: var(--white);
  font-size: 1.28rem;
  letter-spacing: 0.14em;
}

.brand-subline {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 6px;
  color: #d8c3a6;
  font-size: 0.55rem;
  font-weight: 600;
  letter-spacing: 0.22em;
}

.brand-subline::before,
.brand-subline::after {
  width: 24px;
  height: 1px;
  content: "";
  background: currentColor;
  opacity: 0.84;
}

.navigation {
  display: flex;
  align-items: center;
  gap: 26px;
}

.navigation a {
  color: rgba(255, 253, 249, 0.8);
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.navigation a:hover {
  color: var(--white);
}

.navigation .nav-cta {
  padding: 10px 18px;
  color: var(--olive);
  background: var(--white);
  border-radius: 999px;
}

.menu-toggle {
  display: none;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  padding: 0;
  background: transparent;
  border: 1px solid var(--dark-line);
  border-radius: 50%;
  cursor: pointer;
}

.menu-toggle span,
.menu-toggle::before,
.menu-toggle::after {
  display: block;
  width: 19px;
  height: 1px;
  content: "";
  background: var(--white);
  transition: transform 180ms ease, opacity 180ms ease;
}

.menu-toggle span {
  margin: 5px 0;
}

.hero {
  position: relative;
  padding: 54px 0 88px;
  background:
    linear-gradient(112deg, rgba(70, 82, 71, 0.12), rgba(223, 228, 220, 0.26) 34%, transparent 66%);
}

.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(460px, 1.12fr);
  align-items: center;
  gap: clamp(42px, 7vw, 92px);
}

.hero-copy h1 {
  max-width: 660px;
  font-size: clamp(2.75rem, 4.7vw, 4.55rem);
  line-height: 1.03;
}

.eyebrow {
  margin-bottom: 18px;
  color: var(--bronze);
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.lead {
  max-width: 650px;
  margin-bottom: 30px;
  padding-left: 19px;
  color: #4f4741;
  font-size: clamp(1.02rem, 1.35vw, 1.14rem);
  font-weight: 500;
  line-height: 1.68;
  border-left: 3px solid var(--olive);
}

.button-row {
  display: flex;
  flex-wrap: wrap;
  gap: 13px;
  margin: 30px 0 28px;
}

.button {
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  padding: 13px 22px;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.035em;
  border: 1px solid transparent;
  border-radius: 999px;
  cursor: pointer;
  transition: transform 180ms ease, background 180ms ease, border-color 180ms ease;
}

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

.button-primary {
  color: var(--white);
  background: var(--olive);
}

.button-primary:hover {
  background: #374239;
}

.button-secondary {
  color: var(--ink);
  background: transparent;
  border-color: var(--line);
}

.button-light {
  color: var(--ink);
  background: var(--white);
}

.region-line {
  display: flex;
  flex-wrap: wrap;
  gap: 7px 16px;
  color: var(--muted);
  font-size: 0.83rem;
}

.region-line span::before {
  margin-right: 16px;
  color: var(--bronze-soft);
  content: "•";
}

.region-line span:first-child::before {
  display: none;
}

.hero-visual {
  position: relative;
  padding: 0 0 42px 42px;
}

.hero-visual::before {
  position: absolute;
  top: 42px;
  right: -18px;
  bottom: 0;
  left: 0;
  z-index: -1;
  content: "";
  background: var(--olive-soft);
  border-radius: 18px;
}

.hero-visual img {
  width: 100%;
  height: clamp(560px, 65vw, 720px);
  object-fit: cover;
  object-position: center;
  border-radius: 18px;
  box-shadow: var(--shadow-soft);
}

.hero-note {
  position: absolute;
  right: -20px;
  bottom: 0;
  width: min(320px, 75%);
  padding: 22px 24px;
  color: var(--white);
  background: var(--olive);
  border-radius: 14px;
  box-shadow: var(--shadow-soft);
}

.hero-note .quote {
  display: block;
  margin-bottom: 6px;
  font-family: "Manrope", "Segoe UI", Arial, sans-serif;
  font-size: 1.18rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.3;
}

.hero-note small {
  color: rgba(255, 253, 249, 0.74);
}

.principles {
  background: rgba(223, 228, 220, 0.3);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.principle-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.principle {
  padding: 28px 34px;
  text-align: center;
}

.principle + .principle {
  border-left: 1px solid var(--line);
}

.principle strong {
  display: block;
  margin-bottom: 3px;
  font-family: "Manrope", "Segoe UI", Arial, sans-serif;
  font-size: 1.08rem;
  font-weight: 600;
}

.principle span {
  color: var(--muted);
  font-size: 0.87rem;
}

.section {
  padding: 112px 0;
}

.section-soft {
  background: rgba(255, 253, 249, 0.56);
}

.section-heading {
  display: grid;
  grid-template-columns: 0.36fr 1fr;
  gap: 40px;
  align-items: start;
  margin-bottom: 52px;
}

.section-heading > div:last-child {
  max-width: 770px;
}

.section-heading p {
  max-width: 680px;
  color: var(--muted);
  font-size: 1.02rem;
}

.studio-grid {
  display: grid;
  grid-template-columns: 1.18fr 0.82fr;
  gap: clamp(52px, 6vw, 84px);
  align-items: center;
}

.founder-feature {
  position: relative;
  margin: 0;
  padding: 28px 28px 0 0;
}

.founder-feature::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 32px;
  z-index: -1;
  content: "";
  border: 1px solid var(--bronze-soft);
  border-radius: 14px;
}

.founder-feature > img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 14px;
  box-shadow: 0 18px 42px rgba(37, 33, 30, 0.12);
}

.founder-feature figcaption {
  position: absolute;
  right: 44px;
  bottom: 16px;
  left: 16px;
  z-index: 2;
  display: block;
  padding: 14px 16px;
  color: var(--white);
  background: rgba(37, 33, 30, 0.72);
  border-radius: 9px;
  text-align: center;
  backdrop-filter: blur(10px);
}

.founder-feature figcaption strong {
  display: block;
  color: var(--white);
  font-family: "Manrope", "Segoe UI", Arial, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.3;
}

.founder-feature figcaption span {
  display: block;
  margin-top: 5px;
  color: rgba(255, 253, 249, 0.76);
  font-size: 0.72rem;
  font-weight: 500;
  letter-spacing: 0.03em;
  line-height: 1.4;
  text-align: center;
}

.founding-label {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 21px;
  padding: 8px 12px;
  color: var(--olive);
  background: var(--olive-soft);
  border-radius: 999px;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.03em;
}

.founding-label::before {
  width: 7px;
  height: 7px;
  content: "";
  background: var(--olive);
  border-radius: 50%;
}

.studio-copy > p {
  color: var(--muted);
}

.commitments {
  display: grid;
  gap: 0;
  margin-top: 30px;
  border-top: 1px solid var(--line);
}

.commitment {
  display: grid;
  grid-template-columns: 38px 1fr;
  gap: 16px;
  padding: 18px 0;
  border-bottom: 1px solid var(--line);
}

.commitment-number {
  color: var(--bronze);
  font-size: 0.75rem;
  font-weight: 700;
}

.commitment strong {
  display: block;
  margin-bottom: 3px;
}

.commitment span {
  color: var(--muted);
  font-size: 0.9rem;
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  border-top: 1px solid rgba(70, 82, 71, 0.34);
  border-left: 1px solid rgba(70, 82, 71, 0.34);
  box-shadow: 0 18px 50px rgba(37, 33, 30, 0.06);
}

.service {
  min-height: 390px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: clamp(28px, 4vw, 46px);
  color: var(--ink);
  background: var(--white);
  border-right: 1px solid rgba(70, 82, 71, 0.34);
  border-bottom: 1px solid rgba(70, 82, 71, 0.34);
  box-shadow: inset 0 4px 0 rgba(70, 82, 71, 0.78);
}

.service-topline {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 56px;
  color: var(--olive);
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.service p {
  max-width: 500px;
  color: #4f4741;
  font-weight: 400;
}

.service ul {
  padding: 0;
  margin: 22px 0 0;
  color: #49423c;
  font-weight: 500;
  list-style: none;
}

.service li {
  padding: 9px 0;
  border-top: 1px solid rgba(70, 82, 71, 0.2);
}

.service-price {
  align-self: flex-start;
  margin-top: 34px;
  padding: 9px 13px;
  color: var(--olive);
  background: var(--olive-soft);
  border-radius: 999px;
  font-weight: 700;
}

.service-link {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-top: 17px;
  padding-bottom: 4px;
  color: var(--olive);
  font-size: 0.83rem;
  font-weight: 800;
  border-bottom: 1px solid currentColor;
}

.service-link:hover,
.text-link:hover,
.reading-links a:hover {
  color: var(--bronze);
}

.process-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

.process-step {
  padding-top: 22px;
  border-top: 1px solid var(--bronze-soft);
}

.display-number {
  display: block;
  margin-bottom: 48px;
  color: var(--bronze-soft);
  font-size: 2.6rem;
  line-height: 1;
}

.process-step p {
  color: var(--muted);
  font-size: 0.92rem;
}

.inspiration-grid {
  display: grid;
  grid-template-columns: 1.25fr 0.75fr;
  grid-template-rows: 340px 340px;
  gap: 16px;
}

.inspiration-card {
  position: relative;
  overflow: hidden;
  border-radius: 14px;
}

.inspiration-card:first-child {
  grid-row: 1 / 3;
}

.inspiration-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 600ms ease;
}

.inspiration-card:hover img {
  transform: scale(1.025);
}

.image-caption {
  position: absolute;
  right: 14px;
  bottom: 14px;
  left: 14px;
  padding: 14px 16px;
  color: var(--white);
  background: rgba(37, 33, 30, 0.72);
  border-radius: 9px;
  backdrop-filter: blur(10px);
}

.image-caption strong {
  display: block;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.3;
}

.image-caption span {
  color: rgba(255, 253, 249, 0.75);
  font-size: 0.72rem;
  font-weight: 500;
  letter-spacing: 0.03em;
}

.regional-section {
  color: var(--white);
  background: var(--olive);
}

.regional-grid {
  display: grid;
  grid-template-columns: 1fr 0.9fr;
  gap: 74px;
  align-items: center;
}

.regional-section .eyebrow {
  color: #d8c3a6;
}

.regional-section p {
  color: rgba(255, 253, 249, 0.77);
}

.regional-list {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin: 26px 0 34px;
}

.regional-list span {
  padding: 8px 12px;
  border: 1px solid var(--dark-line);
  border-radius: 999px;
  font-size: 0.8rem;
}

.regional-image {
  position: relative;
}

.regional-image img {
  width: 100%;
  height: 520px;
  object-fit: cover;
  border-radius: 14px;
  filter: saturate(0.82);
}

.regional-image::after {
  position: absolute;
  inset: 15px;
  content: "";
  pointer-events: none;
  border: 1px solid rgba(255, 253, 249, 0.42);
  border-radius: 8px;
}

.contact-grid {
  display: grid;
  grid-template-columns: 0.78fr 1.22fr;
  gap: clamp(42px, 7vw, 90px);
  align-items: start;
}

.contact-copy {
  position: sticky;
  top: 120px;
}

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

.direct-contact {
  margin-top: 28px;
  padding-top: 23px;
  border-top: 1px solid var(--line);
}

.direct-contact span {
  display: block;
  color: var(--muted);
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.03em;
}

.direct-contact a {
  display: inline-block;
  margin-top: 4px;
  font-weight: 700;
}

.contact-form {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 17px;
  padding: clamp(27px, 4vw, 44px);
  background: rgba(255, 253, 249, 0.72);
  border: 1px solid var(--line);
  border-radius: 14px;
}

.field {
  display: flex;
  flex-direction: column;
  gap: 7px;
}

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

label {
  color: var(--muted);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.03em;
}

input,
select,
textarea {
  width: 100%;
  padding: 13px 14px;
  color: var(--ink);
  background: var(--white);
  border: 1px solid rgba(91, 72, 56, 0.28);
  border-radius: 7px;
  outline: 2px solid transparent;
}

input:focus-visible,
select:focus-visible,
textarea:focus-visible {
  border-color: var(--olive);
  box-shadow: 0 0 0 4px rgba(70, 82, 71, 0.14);
}

textarea {
  min-height: 145px;
  resize: vertical;
}

.consent {
  display: grid;
  grid-template-columns: 20px 1fr;
  gap: 10px;
  align-items: start;
}

.consent input {
  width: 18px;
  height: 18px;
  margin-top: 3px;
}

.consent label {
  font-size: 0.76rem;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.55;
  text-transform: none;
}

.consent a {
  text-decoration: underline;
  text-underline-offset: 3px;
}

.form-note {
  margin: 0;
  color: var(--muted);
  font-size: 0.78rem;
}

.form-note a {
  font-weight: 700;
  text-decoration: underline;
}

.form-status {
  margin: 0;
  padding: 13px 16px;
  color: var(--olive);
  background: var(--olive-soft);
  border-radius: 8px;
  font-size: 0.88rem;
}

.form-status[hidden] {
  display: none;
}

.form-status.is-error {
  color: #703e29;
  background: #f8e9e2;
}

.contact-form button:disabled {
  opacity: 0.65;
  cursor: wait;
}

.honeypot {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip-path: inset(50%);
  white-space: nowrap;
}

.editorial-section {
  background: #f2ede5;
}

.editorial-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
  gap: clamp(34px, 7vw, 100px);
  align-items: start;
}

.editorial-grid > div:first-child > p,
.prose p,
.faq-intro p {
  color: var(--muted);
}

.prose {
  max-width: 730px;
}

.prose p {
  font-size: 1.03rem;
  line-height: 1.8;
}

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

.prose a:not(.text-link) {
  color: var(--olive);
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.text-link,
.reading-links a,
.regional-more a {
  color: var(--olive);
  font-size: 0.91rem;
  font-weight: 800;
  text-decoration: underline;
  text-decoration-color: var(--bronze-soft);
  text-underline-offset: 5px;
}

.reading-links {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 24px;
  margin-top: 28px;
}

.regional-more {
  margin-top: 24px;
}

.regional-more a {
  color: var(--white);
}

.breadcrumb {
  display: flex;
  gap: 10px;
  padding-block: 25px 0;
  color: var(--muted);
  font-size: 0.77rem;
}

.breadcrumb a {
  text-decoration: underline;
  text-underline-offset: 3px;
}

.subpage-hero {
  padding: 55px 0 88px;
  background: linear-gradient(112deg, rgba(70, 82, 71, 0.12), rgba(223, 228, 220, 0.26) 34%, transparent 66%);
}

.subpage-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 0.92fr);
  gap: clamp(40px, 7vw, 94px);
  align-items: center;
}

.subpage-hero h1 {
  max-width: 780px;
  font-size: clamp(2.65rem, 4.9vw, 4.9rem);
  line-height: 1.05;
}

.subpage-hero .lead {
  max-width: 700px;
}

.subpage-photo {
  margin: 0;
  padding: 18px;
  border: 1px solid var(--bronze-soft);
  border-radius: 18px;
}

.subpage-photo img {
  width: 100%;
  height: min(610px, 48vw);
  min-height: 430px;
  object-fit: cover;
  border-radius: 12px;
}

.subpage-photo figcaption {
  padding: 10px 4px 0;
  color: var(--muted);
  font-size: 0.72rem;
}

.small-print {
  color: var(--muted);
  font-size: 0.78rem;
}

.feature-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  margin-top: 52px;
}

.feature-card {
  padding: 26px 24px 29px;
  background: var(--white);
  border: 1px solid var(--line);
  border-top: 3px solid var(--olive);
  border-radius: 9px;
}

.feature-card > span {
  display: block;
  margin-bottom: 32px;
  color: var(--bronze);
  font-size: 0.8rem;
  font-weight: 800;
}

.feature-card h3 {
  font-size: 1.7rem;
}

.feature-card p {
  margin-bottom: 0;
  color: var(--muted);
  font-size: 0.9rem;
}

.feature-card a {
  color: var(--olive);
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 3px;
}

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

.guide-card,
.guide-choice {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: clamp(25px, 3vw, 38px);
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 12px;
}

.guide-card-label {
  display: block;
  margin-bottom: 30px;
  color: var(--bronze);
  font-size: 0.71rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.guide-card h3,
.guide-choice h3 {
  margin-bottom: 15px;
}

.guide-card p,
.guide-choice p {
  color: var(--muted);
}

.guide-card .text-link,
.guide-choice .text-link {
  margin-top: auto;
  padding-top: 16px;
}

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

.guide-choice {
  border-top: 3px solid var(--olive);
}

.guide-choice p strong {
  color: var(--ink);
}

.guide-list {
  margin: 22px 0 28px;
  padding-left: 1.4rem;
  color: var(--muted);
}

.guide-list li {
  padding-left: 0.25rem;
  margin-bottom: 12px;
  line-height: 1.7;
}

.guide-list li::marker {
  color: var(--bronze);
}

.guide-list strong {
  color: var(--ink);
}

.prose h3 {
  margin: 34px 0 8px;
}

.prose h3:first-child {
  margin-top: 0;
}

.guide-note {
  margin-top: 28px;
  padding: 22px 25px;
  background: var(--olive-soft);
  border-left: 3px solid var(--olive);
  border-radius: 0 8px 8px 0;
}

.text-hero {
  padding-bottom: 76px;
}

.narrow {
  max-width: 850px;
}

.faq-layout {
  display: grid;
  grid-template-columns: minmax(220px, 0.65fr) minmax(0, 1.35fr);
  gap: clamp(30px, 6vw, 80px);
}

.faq-intro {
  align-self: start;
  position: sticky;
  top: 120px;
}

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

.faq-list details {
  padding: 21px 0;
  border-bottom: 1px solid var(--line);
}

.faq-list summary {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  cursor: pointer;
  font-size: 1.05rem;
  font-weight: 700;
  list-style: none;
}

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

.faq-list summary::after {
  flex: none;
  color: var(--bronze);
  content: "+";
  font-size: 1.3rem;
  line-height: 1;
}

.faq-list details[open] summary::after {
  content: "−";
}

.faq-list details > div {
  max-width: 680px;
  padding-top: 16px;
  color: var(--muted);
}

.faq-list details > div p:last-child {
  margin-bottom: 0;
}

.faq-list > .text-link {
  display: inline-block;
  margin-top: 24px;
}

.glossary-layout {
  display: grid;
  grid-template-columns: minmax(190px, 0.38fr) minmax(0, 1fr);
  gap: clamp(30px, 7vw, 100px);
}

.glossary-nav {
  display: flex;
  flex-direction: column;
  gap: 11px;
  align-self: start;
  position: sticky;
  top: 120px;
  padding: 22px;
  background: var(--olive-soft);
  border-radius: 10px;
  font-size: 0.82rem;
}

.glossary-nav strong {
  margin-bottom: 6px;
}

.glossary-nav a {
  text-decoration: underline;
  text-underline-offset: 3px;
}

.glossary-list {
  margin: 0;
}

.glossary-list > div {
  scroll-margin-top: 110px;
  padding: 28px 0;
  border-bottom: 1px solid var(--line);
}

.glossary-list > div:first-child {
  padding-top: 0;
}

.glossary-list dt {
  margin-bottom: 10px;
  font-family: "Bodoni Moda", "Times New Roman", serif;
  font-size: 2rem;
  line-height: 1.15;
}

.glossary-list dd {
  margin: 0;
  color: var(--muted);
}

.glossary-list dd a {
  color: var(--olive);
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.closing-cta {
  background: #e8e6de;
}

.closing-cta-inner {
  display: flex;
  justify-content: space-between;
  gap: 45px;
  align-items: center;
}

.closing-cta-inner > div {
  max-width: 720px;
}

.closing-cta-inner h2 {
  margin-bottom: 12px;
}

.closing-cta-inner p {
  color: var(--muted);
}

.footer {
  padding: 45px 0;
  color: rgba(255, 253, 249, 0.72);
  background: var(--ink);
}

.footer-grid {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 30px;
  align-items: end;
}

.footer .brand-name {
  color: var(--white);
}

.footer .brand {
  align-items: flex-start;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 18px;
  font-size: 0.82rem;
}

.copyright {
  margin-top: 22px;
  font-size: 0.75rem;
}

.legal-shell {
  min-height: calc(100vh - 155px);
  padding: 90px 0;
}

.legal-content {
  max-width: 820px;
}

.legal-content h1 {
  font-size: clamp(3rem, 6vw, 5rem);
}

.legal-content h2 {
  margin-top: 42px;
  font-size: 2rem;
}

.legal-content h3 {
  margin-top: 32px;
  font-size: 1.4rem;
}

.legal-content p,
.legal-content li {
  color: var(--muted);
}

@media (max-width: 1020px) {
  .navigation {
    position: absolute;
    top: calc(100% + 1px);
    right: 0;
    left: 0;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 15px 20px 22px;
    background: rgba(70, 82, 71, 0.98);
    border-bottom: 1px solid var(--dark-line);
  }

  .navigation.open {
    display: flex;
  }

  .navigation a {
    padding: 13px 0;
    border-bottom: 1px solid var(--dark-line);
  }

  .navigation .nav-cta {
    margin-top: 12px;
    padding: 13px 18px;
    text-align: center;
  }

  .menu-toggle {
    display: block;
  }

  .menu-toggle[aria-expanded="true"] span {
    opacity: 0;
  }

  .menu-toggle[aria-expanded="true"]::before {
    transform: translateY(6px) rotate(45deg);
  }

  .menu-toggle[aria-expanded="true"]::after {
    transform: translateY(-6px) rotate(-45deg);
  }

  .hero-grid,
  .studio-grid,
  .regional-grid,
  .contact-grid {
    grid-template-columns: 1fr;
  }

  .hero-grid {
    gap: 54px;
  }

  .hero-copy {
    max-width: 760px;
  }

  .hero-visual {
    max-width: 760px;
    margin-inline: auto;
  }

  .section-heading {
    grid-template-columns: 1fr;
    gap: 5px;
  }

  .founder-feature {
    width: min(100%, 760px);
    margin-inline: auto;
  }

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

  .contact-copy {
    position: static;
  }

  .subpage-hero-grid,
  .editorial-grid,
  .faq-layout,
  .glossary-layout {
    grid-template-columns: 1fr;
  }

  .subpage-photo {
    max-width: 750px;
  }

  .subpage-photo img {
    height: 520px;
  }

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

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

  .faq-intro,
  .glossary-nav {
    position: static;
  }
}

@media (max-width: 700px) {
  body {
    font-size: 15.5px;
  }

  .container {
    width: min(calc(100% - 28px), var(--container));
  }

  .header-inner {
    min-height: 70px;
  }

  .brand-name {
    font-size: 1.08rem;
  }

  .brand-subline {
    font-size: 0.5rem;
  }

  .brand-subline::before,
  .brand-subline::after {
    width: 18px;
  }

  .hero {
    padding: 40px 0 65px;
  }

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

  h1 {
    font-size: clamp(2.9rem, 14vw, 4.4rem);
  }

  .hero-copy h1 {
    font-size: clamp(2.45rem, 11.5vw, 3.65rem);
  }

  h2 {
    font-size: clamp(2.35rem, 12vw, 3.6rem);
  }

  .hero-visual {
    padding: 0 0 32px 18px;
  }

  .hero-visual img {
    height: 540px;
  }

  .hero-note {
    right: -2px;
    width: 84%;
  }

  .region-line {
    display: grid;
    gap: 3px;
  }

  .region-line span::before {
    display: none;
  }

  .principle-grid,
  .services-grid,
  .process-grid {
    grid-template-columns: 1fr;
  }

  .principle + .principle {
    border-top: 1px solid var(--line);
    border-left: 0;
  }

  .section {
    padding: 78px 0;
  }

  .subpage-hero {
    padding: 38px 0 70px;
  }

  .subpage-hero h1 {
    font-size: clamp(2.5rem, 11vw, 3.6rem);
  }

  .subpage-photo img {
    height: 420px;
    min-height: 0;
  }

  .feature-grid {
    grid-template-columns: 1fr;
    margin-top: 36px;
  }

  .guide-grid,
  .guide-choice-grid {
    grid-template-columns: 1fr;
  }

  .guide-choice-grid {
    margin-top: 36px;
  }

  .closing-cta-inner {
    flex-direction: column;
    align-items: flex-start;
  }

  .founder-feature {
    padding: 18px 18px 0 0;
  }

  .founder-feature::after {
    bottom: 0;
    left: 18px;
  }

  .founder-feature figcaption {
    right: 30px;
    bottom: 12px;
    left: 12px;
    padding: 12px 14px;
  }

  .founder-feature figcaption strong {
    font-size: clamp(1.02rem, 4.6vw, 1.24rem);
  }

  .founder-feature figcaption span {
    margin-top: 5px;
    font-size: 0.6rem;
    text-align: center;
  }

  .service {
    min-height: auto;
  }

  .service-topline {
    margin-bottom: 35px;
  }

  .process-step {
    padding-bottom: 20px;
  }

  .display-number {
    margin-bottom: 23px;
  }

  .inspiration-grid {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 520px 310px 310px;
  }

  .inspiration-card:first-child {
    grid-row: auto;
  }

  .regional-image img {
    height: 440px;
  }

  .contact-form {
    grid-template-columns: 1fr;
  }

  .field-full {
    grid-column: auto;
  }

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

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

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

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

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