:root {
  --moss-950: #152b24;
  --moss-900: #1d392f;
  --moss-800: #28483d;
  --moss-700: #345b4d;
  --moss-100: #dce6dd;
  --ivory: #f5f1e7;
  --paper: #fbfaf6;
  --sand: #cdbf9f;
  --sand-light: #e9e0cf;
  --charcoal: #20231f;
  --muted: #656a64;
  --line: rgba(32, 35, 31, 0.16);
  --serif: "Yu Mincho", "Hiragino Mincho ProN", "Noto Serif JP", serif;
  --sans: "Hiragino Sans", "Yu Gothic", "Noto Sans JP", system-ui, sans-serif;
}

* {
  box-sizing: border-box;
}

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

body {
  margin: 0;
  background: var(--paper);
  color: var(--charcoal);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.8;
  -webkit-font-smoothing: antialiased;
}

body::before {
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  content: "";
  opacity: 0.028;
  background-image: repeating-linear-gradient(0deg, transparent, transparent 3px, var(--charcoal) 4px);
}

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

img {
  display: block;
  width: 100%;
  height: auto;
}

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

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

.page-shell {
  width: min(1180px, calc(100% - 48px));
  margin-inline: auto;
}

.section-pad {
  padding-block: clamp(88px, 9vw, 144px);
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  border-bottom: 1px solid var(--line);
  background: color-mix(in srgb, var(--paper) 94%, transparent);
  backdrop-filter: blur(16px);
}

.header-inner {
  display: flex;
  width: min(1360px, calc(100% - 48px));
  height: 78px;
  margin-inline: auto;
  align-items: center;
  gap: 28px;
}

.brand {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  gap: 12px;
}

.brand-mark {
  display: grid;
  width: 36px;
  height: 36px;
  place-items: center;
  background: var(--moss-800);
  color: var(--ivory);
  font-family: Georgia, serif;
  font-size: 12px;
  letter-spacing: 0.08em;
}

.brand strong,
.brand small {
  display: block;
}

.brand strong {
  color: var(--moss-900);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.15;
}

.brand small {
  margin-top: 4px;
  color: var(--muted);
  font-size: 8px;
  font-weight: 700;
  letter-spacing: 0.16em;
  line-height: 1;
}

.desktop-nav {
  display: flex;
  margin-left: auto;
  align-items: center;
  gap: clamp(14px, 1.5vw, 25px);
}

.desktop-nav a {
  position: relative;
  color: #424740;
  font-size: 12px;
  font-weight: 700;
  white-space: nowrap;
}

.desktop-nav a::after {
  position: absolute;
  right: 0;
  bottom: -8px;
  left: 0;
  height: 1px;
  content: "";
  background: var(--moss-800);
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 180ms ease;
}

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

.header-cta {
  display: inline-flex;
  height: 44px;
  padding-inline: 20px;
  align-items: center;
  justify-content: center;
  background: var(--moss-800);
  color: white;
  font-size: 12px;
  font-weight: 700;
  white-space: nowrap;
  transition: background 180ms ease;
}

.header-cta:hover {
  background: var(--moss-950);
}

.mobile-nav,
.mobile-sticky-cta {
  display: none;
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 0.96fr) minmax(0, 1.04fr);
  min-height: calc(100svh - 78px);
  background: var(--ivory);
}

.hero-copy {
  display: flex;
  min-width: 0;
  padding: clamp(64px, 7vw, 112px) clamp(36px, 6.2vw, 104px) 150px;
  justify-content: center;
  flex-direction: column;
}

.eyebrow,
.section-kicker {
  margin: 0 0 22px;
  color: var(--moss-700);
  font-family: Arial, sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.17em;
  text-transform: uppercase;
}

.eyebrow {
  display: flex;
  align-items: center;
  gap: 12px;
  letter-spacing: 0.08em;
  text-transform: none;
}

.eyebrow::before {
  width: 32px;
  height: 1px;
  content: "";
  background: var(--moss-700);
}

.hero h1,
.section-heading-row h2,
.two-column-intro h2,
.weekend-copy h2,
.profile-copy h2,
.faq-layout h2,
.fit-section h2,
.contact-section h2,
.page-intro h1 {
  margin: 0;
  font-family: var(--serif);
  font-weight: 500;
  letter-spacing: -0.045em;
  line-height: 1.38;
}

.hero h1 {
  font-size: clamp(37px, 4.3vw, 66px);
}

.hero h1 em {
  color: var(--moss-700);
  font-style: normal;
}

.hero-lead {
  max-width: 620px;
  margin: 30px 0 0;
  color: #4c514b;
  font-size: 15px;
  line-height: 2;
}

.hero-strength {
  margin: 22px 0 0;
  padding-left: 18px;
  border-left: 3px solid var(--sand);
  color: var(--moss-900);
  font-size: 15px;
  font-weight: 700;
}

.hero-actions {
  display: flex;
  margin-top: 34px;
  align-items: center;
  gap: 25px;
}

.button {
  display: inline-flex;
  min-height: 56px;
  padding: 14px 23px;
  align-items: center;
  justify-content: center;
  gap: 24px;
  border: 1px solid transparent;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.4;
  transition: background 180ms ease, color 180ms ease, border-color 180ms ease, transform 180ms ease;
}

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

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

.button-primary:hover {
  background: var(--moss-950);
}

.button-ivory {
  background: var(--ivory);
  color: var(--moss-900);
}

.button-ivory:hover {
  background: white;
}

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  border-bottom: 1px solid currentColor;
  color: var(--moss-800);
  font-size: 13px;
  font-weight: 700;
}

.text-link span,
.button span,
.price-card a span {
  font-size: 17px;
}

.microcopy {
  margin: 14px 0 0;
  color: var(--muted);
  font-size: 10px;
}

.hero-visual {
  position: relative;
  min-height: 650px;
  overflow: hidden;
  background: #d9d4ca;
}

.hero-visual::after {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(90deg, rgba(20, 42, 35, 0.08), transparent 42%);
  pointer-events: none;
}

.hero-visual > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 58% center;
}

.hero-caption {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
  width: min(370px, 78%);
  padding: 25px 30px;
  background: var(--moss-900);
  color: white;
}

.hero-caption span {
  display: block;
  color: var(--sand-light);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.16em;
}

.hero-caption p {
  margin: 9px 0 0;
  font-family: var(--serif);
  font-size: 17px;
  line-height: 1.7;
}

.hero-facts {
  position: absolute;
  bottom: 0;
  left: 0;
  display: grid;
  width: 50%;
  min-height: 102px;
  margin: 0;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid var(--line);
  background: var(--paper);
}

.hero-facts div {
  display: flex;
  padding: 17px 18px;
  justify-content: center;
  flex-direction: column;
  border-right: 1px solid var(--line);
}

.hero-facts dt {
  color: var(--moss-700);
  font-size: 8px;
  font-weight: 800;
  letter-spacing: 0.12em;
}

.hero-facts dd {
  margin: 5px 0 0;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.4;
}

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

.two-column-intro,
.section-heading-row {
  display: grid;
  grid-template-columns: minmax(0, 1.14fr) minmax(280px, 0.86fr);
  align-items: end;
  gap: 80px;
}

.two-column-intro h2,
.section-heading-row h2,
.fit-section h2,
.faq-layout h2 {
  font-size: clamp(34px, 4.3vw, 58px);
}

.section-lead,
.section-heading-row > p,
.faq-layout > div > p:last-child {
  margin: 0 0 5px;
  color: var(--muted);
  font-size: 15px;
  line-height: 2;
}

.pain-grid {
  display: grid;
  margin-top: 66px;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.pain-grid > div {
  min-height: 150px;
  padding: 24px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.pain-grid span {
  color: var(--sand);
  font-family: Georgia, serif;
  font-size: 15px;
}

.pain-grid p {
  margin: 20px 0 0;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.7;
}

.reasons-section {
  background: var(--moss-950);
  color: white;
}

.section-kicker.light,
.section-heading-row.light > p {
  color: #b9c8bd;
}

.section-heading-row.light h2 {
  color: var(--ivory);
}

.reason-list {
  margin-top: 70px;
  border-top: 1px solid rgba(255, 255, 255, 0.22);
}

.reason-list article {
  display: grid;
  min-height: 156px;
  padding-block: 28px;
  grid-template-columns: 90px minmax(240px, 0.75fr) minmax(300px, 1.25fr);
  align-items: start;
  gap: 40px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.22);
}

.reason-list article > span {
  color: var(--sand);
  font-family: Georgia, serif;
  font-size: 23px;
}

.reason-list h3 {
  margin: 0;
  font-family: var(--serif);
  font-size: 24px;
  font-weight: 500;
}

.reason-list p {
  margin: 0;
  color: #cfd8d1;
  font-size: 14px;
}

.comparison-section {
  background: var(--ivory);
}

.table-scroll {
  margin-top: 60px;
  overflow-x: auto;
  border: 1px solid var(--line);
  background: var(--paper);
}

table {
  width: 100%;
  min-width: 780px;
  border-collapse: collapse;
  font-size: 13px;
}

th,
td {
  padding: 21px 18px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  text-align: left;
}

thead th {
  background: #e7e0d1;
  color: var(--moss-900);
  font-size: 12px;
}

tbody th {
  width: 16%;
  color: var(--moss-900);
}

.table-highlight {
  background: var(--moss-100);
}

tr:last-child th,
tr:last-child td {
  border-bottom: 0;
}

th:last-child,
td:last-child {
  border-right: 0;
}

.weekend-section,
.profile-teaser {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  background: var(--moss-800);
  color: white;
}

.weekend-image,
.profile-image {
  min-height: 720px;
  overflow: hidden;
}

.weekend-image img,
.profile-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.weekend-copy,
.profile-copy {
  display: flex;
  padding: clamp(68px, 8vw, 120px) clamp(36px, 7vw, 108px);
  justify-content: center;
  flex-direction: column;
}

.weekend-copy h2,
.profile-copy h2 {
  color: var(--ivory);
  font-size: clamp(34px, 4.2vw, 56px);
}

.weekend-copy > p:not(.section-kicker):not(.availability-note),
.profile-copy > p:not(.section-kicker) {
  margin: 26px 0 0;
  color: #dce5de;
  font-size: 14px;
}

.weekend-copy ul {
  margin: 30px 0 0;
  padding: 0;
  list-style: none;
}

.weekend-copy li {
  padding: 10px 0 10px 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.18);
  color: var(--ivory);
  font-size: 13px;
}

.weekend-copy li::before {
  margin-left: -22px;
  margin-right: 11px;
  color: var(--sand);
  content: "✓";
}

.availability-note {
  margin: 28px 0 0;
  padding: 18px 20px;
  border-left: 3px solid var(--sand);
  background: rgba(0, 0, 0, 0.15);
  color: var(--ivory);
  font-size: 12px;
}

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

.service-grid {
  display: grid;
  margin-top: 65px;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.service-grid article {
  min-height: 300px;
  padding: 32px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  transition: background 180ms ease;
}

.service-grid article:hover {
  background: var(--ivory);
}

.service-grid article > span {
  color: var(--sand);
  font-family: Georgia, serif;
  font-size: 18px;
}

.service-grid h3 {
  margin: 38px 0 0;
  color: var(--moss-900);
  font-family: var(--serif);
  font-size: 23px;
  font-weight: 500;
}

.service-grid p {
  margin: 17px 0 0;
  color: var(--muted);
  font-size: 13px;
}

.service-grid small {
  display: block;
  margin-top: 24px;
  color: var(--moss-700);
  font-size: 10px;
  font-weight: 700;
}

.pricing-section {
  background: var(--moss-950);
  color: white;
}

.pricing-grid {
  display: grid;
  margin-top: 64px;
  grid-template-columns: repeat(4, 1fr);
  align-items: stretch;
  gap: 1px;
  background: rgba(255, 255, 255, 0.2);
}

.price-card {
  position: relative;
  display: flex;
  min-height: 520px;
  padding: 30px;
  flex-direction: column;
  background: #1d342c;
}

.price-card.featured {
  background: var(--ivory);
  color: var(--charcoal);
}

.recommend {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  padding: 6px 12px;
  background: var(--sand);
  color: var(--moss-950);
  font-size: 9px;
  font-weight: 800;
}

.price-card h3 {
  margin: 15px 0 0;
  font-family: var(--serif);
  font-size: 22px;
  font-weight: 500;
}

.price {
  margin: 28px 0 0;
  color: var(--sand-light);
  font-family: Georgia, serif;
  font-size: 27px;
  line-height: 1.3;
}

.featured .price {
  color: var(--moss-800);
}

.price-lead {
  min-height: 51px;
  margin: 11px 0 0;
  color: #b8c5bc;
  font-size: 11px;
}

.featured .price-lead {
  color: var(--muted);
}

.price-card ul {
  margin: 29px 0 0;
  padding: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.17);
  list-style: none;
}

.featured ul {
  border-color: var(--line);
}

.price-card li {
  padding: 9px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.13);
  color: #d5ddd7;
  font-size: 11px;
}

.featured li {
  border-color: var(--line);
  color: #4a514a;
}

.price-card li::before {
  margin-right: 8px;
  color: var(--sand);
  content: "—";
}

.price-card a {
  display: flex;
  margin-top: auto;
  padding-top: 24px;
  justify-content: space-between;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  color: var(--sand-light);
  font-size: 12px;
  font-weight: 700;
}

.featured a {
  border-color: var(--line);
  color: var(--moss-800);
}

.pricing-note {
  display: grid;
  margin-top: 30px;
  grid-template-columns: 1fr 1fr;
  gap: 1px;
  background: rgba(255, 255, 255, 0.18);
}

.pricing-note > div {
  padding: 22px 25px;
  background: #1a3028;
}

.pricing-note strong {
  color: var(--sand-light);
  font-size: 11px;
}

.pricing-note p {
  margin: 5px 0 0;
  color: #b9c7bd;
  font-size: 11px;
}

.works-preview {
  background: var(--ivory);
}

.works-grid,
.gallery-grid {
  display: grid;
  margin-top: 62px;
  grid-template-columns: repeat(3, 1fr);
  gap: 42px 22px;
}

.work-card.wide {
  grid-column: span 2;
}

.work-image {
  aspect-ratio: 4 / 3;
  overflow: hidden;
  background: #d7d4cd;
}

.work-card.wide .work-image {
  aspect-ratio: 2 / 1;
}

.work-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 500ms cubic-bezier(.2,.75,.2,1);
}

.work-card:hover .work-image img,
.gallery-card:hover img {
  transform: scale(1.025);
}

.work-info {
  padding-top: 17px;
}

.work-info span,
.gallery-card span {
  color: var(--moss-700);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.1em;
}

.work-info h3,
.gallery-card h2 {
  margin: 7px 0 0;
  color: var(--moss-900);
  font-family: var(--serif);
  font-size: 21px;
  font-weight: 500;
}

.work-info p,
.gallery-card p {
  margin: 8px 0 0;
  color: var(--muted);
  font-size: 12px;
}

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

.process-list {
  display: grid;
  margin: 65px 0 0;
  padding: 0;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
  list-style: none;
  counter-reset: item;
}

.process-list li {
  min-height: 210px;
  padding: 28px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.process-list span {
  color: var(--sand);
  font-family: Georgia, serif;
}

.process-list h3 {
  margin: 32px 0 0;
  color: var(--moss-900);
  font-family: var(--serif);
  font-size: 21px;
  font-weight: 500;
}

.process-list p {
  margin: 8px 0 0;
  color: var(--muted);
  font-size: 12px;
}

.fit-section {
  background: #233d34;
  color: white;
}

.fit-section h2 {
  max-width: 880px;
  color: var(--ivory);
}

.fit-grid {
  display: grid;
  margin-top: 58px;
  grid-template-columns: 1fr 1fr;
  gap: 1px;
  background: rgba(255, 255, 255, 0.18);
}

.fit-grid article {
  padding: clamp(30px, 4vw, 50px);
  background: var(--moss-950);
}

.fit-grid article:last-child {
  background: #31483f;
}

.fit-label {
  margin: 0 0 24px;
  color: var(--sand-light);
  font-family: var(--serif);
  font-size: 21px;
}

.fit-label.muted {
  color: #c6d1c9;
}

.fit-grid ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.fit-grid li {
  padding: 10px 0 10px 22px;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  color: #d6ded8;
  font-size: 13px;
}

.fit-grid li::before {
  margin-left: -22px;
  margin-right: 11px;
  color: var(--sand);
  content: "✓";
}

.fit-grid article:last-child li::before {
  color: #9eb0a4;
  content: "—";
}

.profile-teaser {
  grid-template-columns: 0.95fr 1.05fr;
  background: var(--ivory);
  color: var(--charcoal);
}

.profile-copy h2 {
  color: var(--moss-950);
}

.profile-copy > p:not(.section-kicker) {
  color: var(--muted);
}

.profile-copy blockquote {
  margin: 34px 0;
  padding: 20px 0 20px 24px;
  border-left: 3px solid var(--sand);
  color: var(--moss-900);
  font-family: var(--serif);
  font-size: 19px;
  line-height: 1.8;
}

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

.faq-layout {
  display: grid;
  grid-template-columns: minmax(250px, 0.72fr) minmax(0, 1.28fr);
  align-items: start;
  gap: 90px;
}

.faq-layout > div:first-child {
  position: sticky;
  top: 120px;
}

.faq-layout > div:first-child > p:last-child {
  margin-top: 28px;
}

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

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

.faq-list summary {
  display: grid;
  min-height: 80px;
  padding: 22px 0;
  grid-template-columns: 38px 1fr 24px;
  align-items: center;
  gap: 10px;
  color: var(--moss-900);
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
  list-style: none;
}

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

.faq-list summary span,
.faq-list p span {
  color: var(--sand);
  font-family: Georgia, serif;
  font-size: 18px;
}

.faq-list summary b {
  font-size: 18px;
  font-weight: 400;
  transition: transform 180ms ease;
}

.faq-list details[open] summary b {
  transform: rotate(45deg);
}

.faq-list details > p {
  display: grid;
  margin: 0;
  padding: 0 0 26px;
  grid-template-columns: 38px 1fr;
  gap: 10px;
  color: var(--muted);
  font-size: 13px;
}

.contact-section {
  padding-block: clamp(86px, 10vw, 155px);
  background: var(--moss-800);
  color: white;
}

.contact-inner > h2 {
  max-width: 900px;
  color: var(--ivory);
  font-size: clamp(40px, 6.4vw, 82px);
  line-height: 1.25;
}

.contact-inner > p:not(.section-kicker) {
  max-width: 720px;
  margin: 30px 0 0;
  color: #d5dfd8;
  font-size: 15px;
}

.contact-grid {
  display: grid;
  margin-top: 56px;
  padding-top: 38px;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  border-top: 1px solid rgba(255, 255, 255, 0.23);
}

.contact-label {
  margin: 0 0 18px;
  color: var(--sand-light);
  font-family: var(--serif);
  font-size: 19px;
}

.contact-grid ul {
  margin: 0;
  padding-left: 20px;
  color: #dce4de;
  font-size: 13px;
}

.contact-action {
  text-align: right;
}

.contact-action > p {
  margin: 0 0 11px;
  color: var(--sand-light);
  font-size: 11px;
}

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

.contact-action small {
  display: block;
  margin-top: 13px;
  color: #bdc9c0;
  font-size: 10px;
}

.site-footer {
  background: #10231d;
  color: white;
}

.footer-main {
  display: grid;
  padding-block: 68px;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 70px;
}

.footer-brand {
  margin: 0;
  color: var(--ivory);
  font-family: Georgia, serif;
  font-size: 25px;
  letter-spacing: 0.08em;
}

.footer-copy {
  margin: 15px 0 0;
  color: var(--sand-light);
  font-family: var(--serif);
  font-size: 17px;
}

.footer-meta {
  margin: 26px 0 0;
  color: #aebcb2;
  font-size: 11px;
}

.footer-links {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}

.footer-links > div {
  display: flex;
  flex-direction: column;
  gap: 7px;
}

.footer-links p {
  margin: 0 0 8px;
  color: var(--sand);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.16em;
}

.footer-links a {
  color: #d5ddd7;
  font-size: 12px;
}

.footer-links a:hover {
  color: white;
}

.footer-bottom {
  display: flex;
  padding-block: 20px;
  justify-content: space-between;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  color: #829289;
  font-size: 9px;
  letter-spacing: 0.06em;
}

/* Sub pages */
.page-main {
  background: var(--paper);
}

.page-intro {
  padding-block: clamp(82px, 9vw, 130px) clamp(58px, 6vw, 90px);
  border-bottom: 1px solid var(--line);
}

.page-intro h1 {
  max-width: 900px;
  color: var(--moss-950);
  font-size: clamp(42px, 6vw, 76px);
}

.page-intro > p:last-child {
  max-width: 680px;
  margin: 27px 0 0;
  color: var(--muted);
}

.gallery-section,
.article-section,
.profile-page,
.privacy-page {
  padding-block: clamp(70px, 8vw, 120px);
}

.gallery-grid {
  margin-top: 0;
}

.gallery-card {
  overflow: hidden;
}

.gallery-card figure {
  margin: 0;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  background: #dedbd3;
}

.gallery-card.portrait figure {
  aspect-ratio: 3 / 4;
}

.gallery-card figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 500ms ease;
}

.gallery-card > div {
  padding-top: 15px;
}

.gallery-card h2 {
  font-size: 20px;
}

.gallery-note {
  margin-top: 65px;
  padding: 30px;
  border: 1px solid var(--line);
  background: var(--ivory);
}

.gallery-note h2,
.content-block h2,
.article-card h2 {
  margin: 0;
  color: var(--moss-900);
  font-family: var(--serif);
  font-size: 27px;
  font-weight: 500;
}

.gallery-note p,
.content-block p,
.article-card p,
.privacy-page p,
.privacy-page li {
  color: var(--muted);
  font-size: 13px;
}

.article-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.article-card {
  min-height: 310px;
  padding: 34px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.article-card > span {
  color: var(--sand);
  font-family: Georgia, serif;
  font-size: 12px;
}

.article-card h2 {
  margin-top: 30px;
}

.article-card small {
  display: block;
  margin-top: 26px;
  color: var(--moss-700);
  font-size: 10px;
  font-weight: 700;
}

.profile-page-grid {
  display: grid;
  grid-template-columns: minmax(280px, 0.75fr) minmax(0, 1.25fr);
  align-items: start;
  gap: clamp(45px, 8vw, 110px);
}

.profile-page-image {
  position: sticky;
  top: 110px;
}

.profile-page-image img {
  aspect-ratio: 4 / 5;
  object-fit: cover;
}

.profile-page-image p {
  margin: 12px 0 0;
  color: var(--muted);
  font-size: 10px;
}

.content-block + .content-block {
  margin-top: 58px;
  padding-top: 58px;
  border-top: 1px solid var(--line);
}

.content-block h2 {
  font-size: clamp(27px, 3vw, 40px);
}

.content-block p {
  margin-top: 22px;
  line-height: 2.1;
}

.capability-list {
  display: grid;
  margin: 28px 0 0;
  padding: 0;
  grid-template-columns: repeat(2, 1fr);
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
  list-style: none;
}

.capability-list li {
  padding: 12px 15px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  color: var(--moss-900);
  font-size: 12px;
}

.privacy-page {
  max-width: 850px;
}

.privacy-page section + section {
  margin-top: 44px;
  padding-top: 40px;
  border-top: 1px solid var(--line);
}

.privacy-page h2 {
  margin: 0;
  color: var(--moss-900);
  font-family: var(--serif);
  font-size: 25px;
  font-weight: 500;
}

.privacy-page ul {
  padding-left: 20px;
}

@media (max-width: 1120px) {
  .desktop-nav {
    display: none;
  }

  .header-cta {
    margin-left: auto;
  }

  .mobile-nav {
    position: relative;
    display: block;
  }

  .mobile-nav summary {
    display: grid;
    width: 44px;
    height: 44px;
    padding: 13px 11px;
    align-content: space-between;
    border: 1px solid var(--line);
    cursor: pointer;
    list-style: none;
  }

  .mobile-nav summary::-webkit-details-marker {
    display: none;
  }

  .mobile-nav summary span {
    display: block;
    height: 1px;
    background: var(--moss-900);
  }

  .mobile-nav nav {
    position: absolute;
    top: 52px;
    right: 0;
    display: flex;
    width: min(330px, calc(100vw - 32px));
    padding: 22px;
    flex-direction: column;
    gap: 13px;
    border: 1px solid var(--line);
    background: var(--paper);
    box-shadow: 0 18px 40px rgba(18, 35, 29, 0.14);
  }

  .mobile-nav nav > a:not(.button) {
    padding-block: 4px;
    border-bottom: 1px solid var(--line);
    font-size: 13px;
  }

  .hero-facts {
    width: 100%;
  }

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

  .price-card {
    min-height: 470px;
  }
}

@media (max-width: 820px) {
  .page-shell {
    width: min(100% - 32px, 680px);
  }

  .header-inner {
    width: calc(100% - 28px);
    height: 68px;
  }

  .header-cta {
    display: none;
  }

  .brand strong {
    font-size: 13px;
  }

  .hero {
    position: relative;
    display: flex;
    min-height: auto;
    flex-direction: column;
  }

  .hero-copy {
    padding: 58px 22px 48px;
  }

  .hero h1 {
    font-size: clamp(37px, 11vw, 58px);
    line-height: 1.32;
  }

  .hero-lead {
    font-size: 14px;
  }

  .hero-actions {
    align-items: flex-start;
    flex-direction: column;
  }

  .hero-visual {
    min-height: 62svh;
  }

  .hero-caption {
    width: calc(100% - 24px);
    padding: 19px 22px;
  }

  .hero-facts {
    position: static;
    min-height: auto;
    grid-template-columns: repeat(2, 1fr);
  }

  .hero-facts div {
    min-height: 80px;
    border-bottom: 1px solid var(--line);
  }

  .two-column-intro,
  .section-heading-row,
  .faq-layout,
  .footer-main,
  .profile-page-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .two-column-intro h2,
  .section-heading-row h2,
  .fit-section h2,
  .faq-layout h2 {
    font-size: clamp(34px, 10vw, 49px);
  }

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

  .reason-list article {
    grid-template-columns: 56px 1fr;
    gap: 14px 22px;
  }

  .reason-list article p {
    grid-column: 2;
  }

  .weekend-section,
  .profile-teaser {
    grid-template-columns: 1fr;
  }

  .weekend-image,
  .profile-image {
    min-height: 62svh;
  }

  .weekend-copy,
  .profile-copy {
    padding: 68px 24px;
  }

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

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

  .price-card {
    min-height: 450px;
  }

  .pricing-note,
  .fit-grid,
  .contact-grid {
    grid-template-columns: 1fr;
    gap: 1px;
  }

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

  .work-card.wide {
    grid-column: span 2;
  }

  .faq-layout > div:first-child,
  .profile-page-image {
    position: static;
  }

  .faq-list {
    margin-top: 18px;
  }

  .contact-grid {
    gap: 34px;
  }

  .contact-action {
    text-align: left;
  }

  .article-list {
    grid-template-columns: 1fr;
  }

  .footer-main {
    gap: 50px;
  }
}

@media (max-width: 560px) {
  body {
    padding-bottom: 62px;
  }

  .section-pad {
    padding-block: 78px;
  }

  .mobile-sticky-cta {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 60;
    display: flex;
    height: 62px;
    padding-inline: 22px;
    align-items: center;
    justify-content: space-between;
    background: var(--moss-800);
    color: white;
    font-size: 13px;
    font-weight: 700;
    box-shadow: 0 -8px 30px rgba(20, 42, 35, 0.15);
  }

  .hero h1 br:first-of-type {
    display: none;
  }

  .hero-visual {
    min-height: 500px;
  }

  .pain-grid,
  .service-grid,
  .process-list,
  .works-grid,
  .gallery-grid {
    grid-template-columns: 1fr;
  }

  .pain-grid > div {
    min-height: 125px;
  }

  .reason-list article {
    padding-block: 24px;
    grid-template-columns: 42px 1fr;
  }

  .reason-list h3 {
    font-size: 20px;
  }

  .weekend-image,
  .profile-image {
    min-height: 480px;
  }

  .service-grid article {
    min-height: 255px;
  }

  .work-card.wide {
    grid-column: auto;
  }

  .work-card.wide .work-image,
  .work-image {
    aspect-ratio: 4 / 3;
  }

  .fit-grid article {
    padding: 28px 22px;
  }

  .contact-inner > h2 {
    font-size: clamp(39px, 12vw, 55px);
  }

  .footer-links,
  .capability-list {
    grid-template-columns: 1fr 1fr;
  }

  .footer-bottom {
    align-items: flex-start;
    flex-direction: column;
    gap: 6px;
  }

  .gallery-card.portrait figure {
    aspect-ratio: 4 / 3;
  }
}

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

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

/* Compact, work-led homepage */
.home-v2 {
  overflow: hidden;
  background: var(--paper);
}

.home-section {
  padding-block: clamp(62px, 7vw, 96px);
}

.home-hero {
  display: grid;
  min-height: 650px;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  background: var(--ivory);
}

.home-hero-copy {
  display: flex;
  padding: clamp(58px, 6vw, 92px) clamp(34px, 6vw, 96px);
  justify-content: center;
  flex-direction: column;
}

.home-hero h1 {
  max-width: 720px;
  margin: 0;
  color: var(--moss-950);
  font-family: var(--serif);
  font-size: clamp(42px, 4.7vw, 74px);
  font-weight: 500;
  letter-spacing: -0.04em;
  line-height: 1.28;
}

.home-hero h1 span,
.home-hero h1 em {
  display: block;
}

.home-hero h1 em {
  color: var(--moss-700);
  font-style: normal;
}

.home-hero-lead {
  max-width: 610px;
  margin: 30px 0 0;
  color: #50564f;
  font-size: 16px;
  line-height: 2;
}

.home-hero-actions {
  display: flex;
  margin-top: 32px;
  align-items: center;
  gap: 24px;
}

.home-hero-copy .microcopy {
  margin-top: 14px;
}

.home-hero-media {
  position: relative;
  min-height: 650px;
  overflow: hidden;
  background: #d6d2c9;
}

.home-hero-media::after {
  position: absolute;
  inset: 0;
  pointer-events: none;
  content: "";
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.14);
}

.home-hero-media > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 48% 42%;
  filter: contrast(1.04);
}

.home-hero-tag {
  position: absolute;
  right: 0;
  bottom: 0;
  display: flex;
  min-width: min(430px, 80%);
  padding: 22px 28px;
  align-items: center;
  gap: 20px;
  background: rgba(21, 43, 36, 0.94);
  color: white;
}

.home-hero-tag span {
  color: var(--sand);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.18em;
}

.home-hero-tag strong {
  font-size: 13px;
}

.home-facts {
  display: grid;
  margin: 0;
  border-block: 1px solid var(--line);
  grid-template-columns: repeat(4, 1fr);
  background: var(--paper);
}

.home-facts div {
  display: flex;
  min-height: 88px;
  padding: 20px clamp(20px, 3vw, 46px);
  justify-content: center;
  flex-direction: column;
  border-right: 1px solid var(--line);
}

.home-facts div:last-child {
  border-right: 0;
}

.home-facts dt {
  color: var(--moss-700);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.18em;
}

.home-facts dd {
  margin: 4px 0 0;
  font-family: var(--serif);
  font-size: 16px;
}

.home-direct {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  padding-block: 0;
  background: #ece5d7;
}

.home-direct-image {
  min-height: 600px;
  overflow: hidden;
}

.home-direct-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 38%;
}

.home-direct-copy {
  display: flex;
  padding: clamp(58px, 7vw, 110px);
  justify-content: center;
  flex-direction: column;
}

.home-direct-copy h2,
.home-heading h2,
.home-profile-copy h2,
.home-faq h2,
.home-contact h2 {
  margin: 0;
  color: var(--moss-950);
  font-family: var(--serif);
  font-size: clamp(38px, 4.2vw, 61px);
  font-weight: 500;
  letter-spacing: -0.04em;
  line-height: 1.32;
}

.home-direct-copy > p:not(.section-kicker) {
  max-width: 550px;
  margin: 26px 0 0;
  color: #50564f;
}

.home-direct-copy ul {
  margin: 32px 0 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid var(--line);
}

.home-direct-copy li {
  display: grid;
  padding: 18px 0;
  grid-template-columns: 52px 1fr;
  border-bottom: 1px solid var(--line);
  font-weight: 700;
}

.home-direct-copy li b {
  color: var(--moss-700);
  font-size: 10px;
  letter-spacing: 0.14em;
}

.home-heading {
  display: grid;
  margin-bottom: 42px;
  align-items: end;
  grid-template-columns: minmax(0, 1.25fr) minmax(280px, 0.75fr);
  gap: 50px;
}

.home-heading > p,
.home-heading > a {
  max-width: 500px;
  margin: 0 0 6px;
  justify-self: end;
}

.home-heading.light h2,
.home-profile-copy h2,
.home-contact h2 {
  color: var(--ivory);
}

.home-heading.light > p {
  color: rgba(255, 255, 255, 0.72);
}

.home-video {
  background: var(--moss-950);
}

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

.home-video-card {
  display: grid;
  min-width: 0;
  grid-template-columns: minmax(0, 1.35fr) minmax(165px, 0.65fr);
  background: #f2eee5;
  transition: transform 180ms ease, background 180ms ease;
}

.home-video-card:hover {
  background: white;
  transform: translateY(-4px);
}

.home-video-card figure {
  position: relative;
  margin: 0;
  overflow: hidden;
  aspect-ratio: 16 / 9;
  background: #111;
}

.home-video-card figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 280ms ease;
}

.home-video-card:hover figure img {
  transform: scale(1.03);
}

.play-mark {
  position: absolute;
  top: 50%;
  left: 50%;
  display: grid;
  width: 52px;
  height: 52px;
  place-items: center;
  border-radius: 50%;
  background: rgba(245, 241, 231, 0.94);
  color: var(--moss-950);
  font-size: 15px;
  transform: translate(-50%, -50%);
}

.home-video-card > div {
  display: flex;
  padding: 24px 20px;
  justify-content: center;
  flex-direction: column;
}

.home-video-card > div > span,
.home-photo-grid article > span {
  color: var(--moss-700);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.14em;
}

.home-video-card h3,
.home-photo-grid h3 {
  margin: 7px 0 0;
  font-family: var(--serif);
  font-size: 19px;
  font-weight: 600;
  line-height: 1.45;
}

.home-video-card small {
  margin-top: 14px;
  color: var(--muted);
  font-size: 10px;
}

.home-services {
  background: var(--paper);
}

.home-service-grid {
  display: grid;
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
  grid-template-columns: repeat(4, 1fr);
}

.home-service-grid article {
  min-height: 255px;
  padding: 30px 26px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.home-service-grid article > span {
  color: var(--moss-700);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.15em;
}

.home-service-grid h3 {
  margin: 28px 0 13px;
  font-family: var(--serif);
  font-size: 23px;
  font-weight: 600;
}

.home-service-grid p {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
}

.home-pricing {
  background: var(--moss-900);
}

.home-price-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: rgba(255, 255, 255, 0.18);
}

.home-price-card {
  position: relative;
  min-height: 280px;
  padding: 34px;
  background: var(--moss-800);
  color: white;
}

.home-price-card.featured {
  background: var(--ivory);
  color: var(--moss-950);
}

.home-price-badge {
  position: absolute;
  top: 0;
  right: 0;
  padding: 6px 13px;
  background: var(--sand);
  color: var(--moss-950);
  font-size: 9px;
  font-weight: 800;
}

.home-price-card h3 {
  margin: 0;
  font-family: var(--serif);
  font-size: 22px;
  font-weight: 600;
}

.home-price-value {
  margin: 25px 0 3px;
  font-family: var(--serif);
  font-size: clamp(28px, 3vw, 40px);
}

.home-price-card > p:not(.home-price-value) {
  margin: 0;
  color: rgba(255, 255, 255, 0.65);
  font-size: 12px;
}

.home-price-card.featured > p:not(.home-price-value) {
  color: var(--muted);
}

.home-price-card a {
  position: absolute;
  right: 34px;
  bottom: 30px;
  left: 34px;
  display: flex;
  padding-top: 16px;
  justify-content: space-between;
  border-top: 1px solid rgba(255, 255, 255, 0.22);
  font-size: 12px;
  font-weight: 700;
}

.home-price-card.featured a {
  border-color: var(--line);
}

.home-price-note {
  margin: 18px 0 0;
  color: rgba(255, 255, 255, 0.62);
  font-size: 11px;
}

.home-photo-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.home-photo-grid figure {
  margin: 0 0 18px;
  overflow: hidden;
  aspect-ratio: 4 / 5;
  background: #ddd;
}

.home-photo-grid img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 280ms ease;
}

.home-photo-grid article:hover img {
  transform: scale(1.025);
}

.home-photo-grid article:nth-child(1) img {
  object-position: 48% center;
}

.home-process {
  border-top: 1px solid var(--line);
  background: #ece5d7;
}

.home-process ol {
  display: grid;
  margin: 0;
  padding: 0;
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
  grid-template-columns: repeat(4, 1fr);
  list-style: none;
}

.home-process li {
  min-height: 200px;
  padding: 26px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.home-process li > span {
  color: var(--moss-700);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.15em;
}

.home-process h3 {
  margin: 42px 0 10px;
  font-family: var(--serif);
  font-size: 22px;
}

.home-process li p {
  margin: 0;
  color: var(--muted);
  font-size: 12px;
}

.home-profile {
  display: grid;
  min-height: 520px;
  grid-template-columns: minmax(0, 1.08fr) minmax(0, 0.92fr);
  background: var(--moss-950);
}

.home-profile-image {
  overflow: hidden;
}

.home-profile-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 36%;
}

.home-profile-copy {
  display: flex;
  padding: clamp(56px, 7vw, 104px);
  justify-content: center;
  flex-direction: column;
  color: white;
}

.home-profile-copy > p:not(.section-kicker) {
  max-width: 500px;
  margin: 24px 0;
  color: rgba(255, 255, 255, 0.7);
}

.light-link {
  color: var(--ivory);
}

.home-faq-grid {
  display: grid;
  grid-template-columns: minmax(240px, 0.7fr) minmax(0, 1.3fr);
  gap: clamp(50px, 8vw, 110px);
}

.home-faq-grid > div:first-child > p:last-child {
  margin-top: 24px;
  color: var(--muted);
  font-size: 13px;
}

.home-contact {
  padding-block: clamp(68px, 8vw, 112px);
  background: var(--moss-900);
  color: white;
}

.home-contact .page-shell {
  display: grid;
  align-items: end;
  grid-template-columns: minmax(0, 1.15fr) minmax(320px, 0.85fr);
  column-gap: 70px;
}

.home-contact .section-kicker {
  grid-column: 1 / -1;
}

.home-contact > div > p:not(.section-kicker) {
  max-width: 560px;
  margin: 24px 0 0;
  color: rgba(255, 255, 255, 0.72);
}

.home-contact-action {
  display: flex;
  grid-column: 2;
  grid-row: 2 / span 2;
  justify-self: stretch;
  flex-direction: column;
  gap: 13px;
}

.home-contact-action .button {
  justify-content: space-between;
}

.home-contact-action small {
  color: rgba(255, 255, 255, 0.55);
  font-size: 10px;
}

.works-video-section {
  padding: 70px 0 30px;
}

.works-video-section + .gallery-section {
  padding-top: 70px;
}

.subpage-heading {
  display: flex;
  margin-bottom: 30px;
  align-items: flex-end;
  justify-content: space-between;
  border-bottom: 1px solid var(--line);
}

.subpage-heading h2 {
  margin: 0 0 20px;
  font-family: var(--serif);
  font-size: clamp(32px, 4vw, 52px);
  font-weight: 500;
}

.works-video-grid .home-video-card {
  border: 1px solid var(--line);
}

.profile-page-image img {
  aspect-ratio: 3 / 4;
  object-fit: cover;
  object-position: center 35%;
}

@media (max-width: 1050px) {
  .home-video-card {
    grid-template-columns: 1fr;
  }

  .home-video-card > div {
    min-height: 135px;
  }

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

@media (max-width: 820px) {
  .home-hero,
  .home-direct,
  .home-profile {
    grid-template-columns: 1fr;
  }

  .home-hero {
    min-height: 0;
  }

  .home-hero-copy {
    padding: 58px 30px 50px;
  }

  .home-hero-media {
    min-height: 620px;
  }

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

  .home-facts div:nth-child(2) {
    border-right: 0;
  }

  .home-facts div:nth-child(-n + 2) {
    border-bottom: 1px solid var(--line);
  }

  .home-direct-image {
    min-height: 560px;
  }

  .home-heading,
  .home-faq-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .home-heading > p,
  .home-heading > a {
    justify-self: start;
  }

  .home-price-grid {
    grid-template-columns: 1fr;
  }

  .home-price-card {
    min-height: 250px;
  }

  .home-profile-image {
    min-height: 570px;
  }

  .home-contact .page-shell {
    grid-template-columns: 1fr;
  }

  .home-contact-action {
    margin-top: 32px;
    grid-column: 1;
    grid-row: auto;
  }
}

@media (max-width: 560px) {
  .home-section {
    padding-block: 58px;
  }

  .home-hero-copy {
    padding: 48px 22px 40px;
  }

  .home-hero h1 {
    font-size: clamp(36px, 10vw, 48px);
    line-height: 1.38;
  }

  .home-hero h1 span,
  .home-hero h1 em {
    display: inline;
  }

  .home-hero h1 span::after {
    content: " ";
  }

  .home-hero-lead {
    margin-top: 22px;
    font-size: 14px;
    line-height: 1.9;
  }

  .home-hero-actions {
    margin-top: 26px;
    align-items: stretch;
    flex-direction: column;
    gap: 16px;
  }

  .home-hero-media {
    min-height: 520px;
  }

  .home-hero-tag {
    min-width: calc(100% - 20px);
    padding: 18px 20px;
  }

  .home-facts div {
    min-height: 78px;
    padding: 15px 20px;
  }

  .home-facts dd {
    font-size: 13px;
  }

  .home-direct-image {
    min-height: 430px;
  }

  .home-direct-copy,
  .home-profile-copy {
    padding: 54px 22px;
  }

  .home-direct-copy h2,
  .home-heading h2,
  .home-profile-copy h2,
  .home-faq h2,
  .home-contact h2 {
    font-size: clamp(34px, 10vw, 46px);
  }

  .home-video-grid,
  .home-service-grid,
  .home-photo-grid,
  .home-process ol {
    grid-template-columns: 1fr;
  }

  .home-video-grid {
    gap: 18px;
  }

  .home-video-card > div {
    min-height: 125px;
  }

  .home-service-grid article {
    min-height: 210px;
  }

  .home-photo-grid {
    gap: 34px;
  }

  .home-photo-grid figure {
    aspect-ratio: 4 / 3;
  }

  .home-process li {
    min-height: 170px;
  }

  .home-process h3 {
    margin-top: 28px;
  }

  .home-profile-image {
    min-height: 480px;
  }

  .works-video-section {
    padding-top: 54px;
  }

  .subpage-heading {
    display: block;
  }
}

/* Focused homepage: case → work → trust → process → contact */
.home-v3 {
  overflow: hidden;
  background: var(--paper);
}

.home-v3 h1,
.home-v3 h2,
.pricing-page h1,
.pricing-page h2,
.pricing-page h3 {
  text-wrap: balance;
}

.compact-heading {
  margin-bottom: 34px;
}

.home-cases {
  background: #eee7d9;
}

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

.case-card {
  min-width: 0;
  background: var(--paper);
  border: 1px solid rgba(32, 35, 31, 0.11);
}

.case-card figure {
  margin: 0;
  overflow: hidden;
  aspect-ratio: 4 / 3;
  background: #d9d5ca;
}

.case-card figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 260ms ease;
}

.case-card:first-child figure img {
  object-position: center 48%;
}

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

.case-card-body {
  padding: 25px 24px 22px;
}

.case-category {
  color: var(--moss-700);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.13em;
}

.case-card h3 {
  min-height: 3.1em;
  margin: 8px 0 10px;
  font-family: var(--serif);
  font-size: 21px;
  font-weight: 600;
  line-height: 1.5;
}

.case-card-body > p {
  min-height: 6.7em;
  margin: 0;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.85;
}

.case-card dl {
  margin: 22px 0 0;
  border-top: 1px solid var(--line);
}

.case-card dl div {
  display: grid;
  padding: 10px 0;
  grid-template-columns: 74px 1fr;
  border-bottom: 1px solid var(--line);
}

.case-card dt,
.case-card dd {
  margin: 0;
  font-size: 11px;
}

.case-card dt {
  color: var(--muted);
}

.case-card dd {
  text-align: right;
  font-weight: 700;
}

.case-card dl div:last-child dd {
  color: var(--moss-800);
  font-family: var(--serif);
  font-size: 20px;
}

.section-end-link {
  display: flex;
  margin-top: 28px;
  align-items: center;
  justify-content: flex-end;
  gap: 18px;
}

.section-end-link small {
  color: var(--muted);
  font-size: 10px;
}

.selected-works {
  background: var(--moss-950);
}

.selected-works-grid {
  display: grid;
  min-height: 610px;
  grid-template-columns: minmax(0, 1.32fr) minmax(300px, 0.68fr);
  grid-template-rows: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.selected-work-card {
  position: relative;
  min-height: 0;
  overflow: hidden;
  background: #18221e;
}

.selected-work-main {
  grid-row: 1 / span 2;
}

.selected-work-card::after {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(180deg, transparent 45%, rgba(12, 22, 18, 0.92));
}

.selected-work-card > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 320ms ease;
}

.selected-work-card:hover > img {
  transform: scale(1.025);
}

.selected-work-card > div {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  padding: 24px;
  color: white;
}

.selected-work-main > div {
  padding: 34px;
}

.selected-work-card > div > span {
  color: var(--sand-light);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.14em;
}

.selected-work-card h3 {
  margin: 6px 0 0;
  font-family: var(--serif);
  font-size: 20px;
  font-weight: 600;
}

.selected-work-main h3 {
  font-size: clamp(26px, 3vw, 38px);
}

.selected-work-card small {
  display: block;
  margin-top: 8px;
  color: rgba(255, 255, 255, 0.65);
  font-size: 10px;
}

.selected-play {
  position: absolute;
  top: 28px;
  right: 28px;
  z-index: 3;
  display: grid;
  width: 58px;
  height: 58px;
  place-items: center;
  border-radius: 50%;
  background: var(--ivory);
  color: var(--moss-950);
  font-size: 15px;
}

.reason-profile-link {
  align-self: flex-start;
  margin-top: 28px;
}

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

.home-process .process-three li {
  min-height: 225px;
}

/* Pricing and case-study page */
.pricing-page {
  background: var(--paper);
}

.pricing-case-section,
.pricing-options,
.pricing-faq {
  padding-block: clamp(64px, 7vw, 96px);
}

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

.pricing-case-card {
  display: grid;
  min-width: 0;
  grid-template-columns: minmax(180px, 0.78fr) minmax(0, 1.22fr);
  border: 1px solid var(--line);
  background: white;
}

.pricing-case-card figure {
  min-height: 410px;
  margin: 0;
  overflow: hidden;
  background: #d9d5ca;
}

.pricing-case-card figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.pricing-case-card > div {
  padding: 28px 25px;
}

.pricing-case-card h3 {
  margin: 8px 0 12px;
  font-size: 23px;
  font-weight: 600;
  line-height: 1.5;
}

.pricing-case-card > div > p {
  margin: 0;
  color: var(--muted);
  font-size: 12px;
}

.pricing-case-card dl {
  margin: 22px 0 0;
  border-top: 1px solid var(--line);
}

.pricing-case-card dl div {
  display: grid;
  padding: 10px 0;
  grid-template-columns: 78px 1fr;
  border-bottom: 1px solid var(--line);
}

.pricing-case-card dt,
.pricing-case-card dd {
  margin: 0;
  font-size: 11px;
}

.pricing-case-card dt {
  color: var(--muted);
}

.pricing-case-card dd {
  text-align: right;
  font-weight: 700;
}

.pricing-case-card .pricing-case-total {
  padding-top: 15px;
}

.pricing-case-card .pricing-case-total dd {
  color: var(--moss-800);
  font-family: var(--serif);
  font-size: 24px;
}

.pricing-caption {
  margin: 18px 0 0;
  color: var(--muted);
  font-size: 11px;
}

.pricing-plan-section {
  padding-block: clamp(64px, 7vw, 96px);
  background: var(--moss-950);
}

.light-heading {
  color: white;
  border-color: rgba(255, 255, 255, 0.2);
}

.light-heading h2 {
  color: var(--ivory);
}

.pricing-plan-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  background: rgba(255, 255, 255, 0.16);
}

.pricing-plan-card {
  position: relative;
  min-height: 425px;
  padding: 30px 25px;
  background: var(--moss-900);
  color: white;
}

.pricing-plan-card.featured {
  background: var(--ivory);
  color: var(--moss-950);
}

.pricing-plan-badge {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  padding: 6px 10px;
  background: var(--sand);
  color: var(--moss-950);
  text-align: center;
  font-size: 9px;
  font-weight: 800;
}

.pricing-plan-card > p {
  margin: 13px 0 5px;
  color: rgba(255, 255, 255, 0.64);
  font-size: 11px;
}

.pricing-plan-card.featured > p {
  margin-top: 22px;
  color: var(--muted);
}

.pricing-plan-card h3 {
  margin: 0;
  font-size: 22px;
  font-weight: 600;
}

.pricing-plan-card > strong {
  display: block;
  margin-top: 20px;
  font-family: var(--serif);
  font-size: 30px;
  font-weight: 500;
}

.pricing-plan-card ul {
  margin: 20px 0 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid rgba(255, 255, 255, 0.18);
}

.pricing-plan-card.featured ul {
  border-color: var(--line);
}

.pricing-plan-card li {
  padding: 8px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  font-size: 11px;
}

.pricing-plan-card.featured li {
  border-color: var(--line);
}

.pricing-plan-card a {
  position: absolute;
  right: 25px;
  bottom: 24px;
  left: 25px;
  display: flex;
  padding-top: 12px;
  justify-content: space-between;
  border-top: 1px solid rgba(255, 255, 255, 0.22);
  font-size: 11px;
  font-weight: 700;
}

.pricing-plan-card.featured a {
  border-color: var(--line);
}

.options-table {
  border-top: 1px solid var(--line);
}

.options-row {
  display: grid;
  padding: 18px 20px;
  align-items: center;
  grid-template-columns: minmax(0, 1fr) 160px 240px;
  border-bottom: 1px solid var(--line);
}

.options-row strong {
  font-family: var(--serif);
  font-size: 18px;
}

.options-row span {
  color: var(--muted);
  font-size: 12px;
}

.options-row b {
  color: var(--moss-800);
  text-align: right;
  font-size: 13px;
}

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

.pricing-cta {
  padding-block: clamp(64px, 7vw, 96px);
  background: var(--moss-900);
  color: white;
}

.pricing-cta .page-shell {
  display: grid;
  align-items: end;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 18px 60px;
}

.pricing-cta .section-kicker {
  grid-column: 1 / -1;
  margin-bottom: 0;
}

.pricing-cta h2 {
  margin: 0;
  color: var(--ivory);
  font-family: var(--serif);
  font-size: clamp(36px, 4.4vw, 58px);
  font-weight: 500;
}

.pricing-cta p:not(.section-kicker) {
  margin: 8px 0 0;
  color: rgba(255, 255, 255, 0.66);
}

.pricing-cta .button {
  grid-column: 2;
  grid-row: 2 / span 2;
}

@media (max-width: 1100px) {
  .pricing-plan-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .pricing-case-card {
    grid-template-columns: 1fr;
  }

  .pricing-case-card figure {
    min-height: 270px;
    aspect-ratio: 16 / 9;
  }
}

@media (max-width: 820px) {
  .case-grid,
  .pricing-case-grid {
    grid-template-columns: 1fr;
  }

  .case-card h3,
  .case-card-body > p {
    min-height: 0;
  }

  .selected-works-grid {
    min-height: 0;
    grid-template-columns: 1fr;
    grid-template-rows: none;
  }

  .selected-work-main {
    min-height: 520px;
    grid-row: auto;
  }

  .selected-work-card:not(.selected-work-main) {
    min-height: 300px;
  }

  .home-process .process-three {
    grid-template-columns: 1fr;
  }

  .pricing-cta .page-shell {
    grid-template-columns: 1fr;
  }

  .pricing-cta .button {
    margin-top: 16px;
    grid-column: 1;
    grid-row: auto;
  }
}

@media (max-width: 560px) {
  .section-end-link {
    align-items: stretch;
    flex-direction: column;
  }

  .selected-work-main {
    min-height: 420px;
  }

  .selected-work-card:not(.selected-work-main) {
    min-height: 250px;
  }

  .selected-work-main > div,
  .selected-work-card > div {
    padding: 21px;
  }

  .selected-play {
    top: 18px;
    right: 18px;
    width: 48px;
    height: 48px;
  }

  .pricing-plan-grid {
    grid-template-columns: 1fr;
  }

  .pricing-plan-card {
    min-height: 400px;
  }

  .options-row {
    padding: 15px 4px;
    grid-template-columns: 1fr auto;
    gap: 2px 16px;
  }

  .options-row span {
    grid-column: 1;
    grid-row: 2;
  }

  .options-row b {
    grid-column: 2;
    grid-row: 1 / span 2;
  }
}

/* July 2026 profile, portfolio and pricing update */
.page-intro h1 .title-line {
  display: block;
}

.home-hero h1.hero-headline > span,
.home-hero h1.hero-headline > em,
.process-heading > span {
  display: block;
}

.home-hero h1.hero-headline {
  font-size: clamp(38px, 4.1vw, 68px);
}

.home-hero h1.hero-headline > span,
.home-hero h1.hero-headline > em {
  white-space: nowrap;
}

.home-hero h1.hero-headline > span::after {
  content: none;
}

.selected-works-grid {
  min-height: 720px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-template-rows: minmax(370px, 1.15fr) minmax(235px, 0.85fr);
}

.selected-work-main {
  grid-column: 1 / -1;
  grid-row: 1;
}

.selected-work-main > img {
  object-position: center 48%;
}

.pricing-case-card:nth-child(2) figure img {
  object-position: 46% center;
}

.pricing-case-card:nth-child(4) figure img {
  object-position: 62% center;
}

.pricing-scale-note {
  display: grid;
  margin-top: 28px;
  padding: 24px 28px;
  grid-template-columns: minmax(170px, 0.42fr) minmax(0, 1fr);
  align-items: start;
  gap: 26px;
  border-left: 3px solid var(--moss-700);
  background: #e9ede5;
}

.pricing-scale-note span {
  color: var(--moss-800);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.pricing-scale-note p {
  margin: 0;
  color: #4f574f;
  font-size: 13px;
  line-height: 1.9;
}

.profile-v2 {
  background: var(--paper);
}

.profile-overview {
  display: grid;
  padding-block: clamp(70px, 8vw, 110px);
  grid-template-columns: minmax(0, 1.08fr) minmax(360px, 0.92fr);
  align-items: center;
  gap: clamp(44px, 7vw, 100px);
}

.profile-overview-image {
  position: relative;
  margin: 0;
}

.profile-overview-image img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.profile-overview-image figcaption {
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 12px 16px;
  background: var(--moss-950);
  color: rgba(255, 255, 255, 0.72);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.1em;
}

.profile-overview-copy h2 {
  margin: 14px 0 24px;
  color: var(--moss-950);
  font-family: var(--serif);
  font-size: clamp(34px, 4vw, 56px);
  font-weight: 500;
  line-height: 1.45;
}

.profile-overview-copy > p:not(.section-kicker) {
  margin: 0 0 14px;
  color: #565d56;
  font-size: 14px;
  line-height: 2;
}

.profile-stats {
  background: var(--moss-950);
}

.profile-stats .page-shell {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.profile-stats .page-shell > div {
  display: flex;
  min-height: 155px;
  padding: 30px 22px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border-right: 1px solid rgba(255, 255, 255, 0.14);
  text-align: center;
}

.profile-stats .page-shell > div:first-child {
  border-left: 1px solid rgba(255, 255, 255, 0.14);
}

.profile-stats strong {
  color: var(--ivory);
  font-family: var(--serif);
  font-size: clamp(28px, 3vw, 40px);
  font-weight: 500;
}

.profile-stats span {
  margin-top: 7px;
  color: rgba(255, 255, 255, 0.58);
  font-size: 10px;
}

.profile-production,
.profile-specialties,
.profile-practical {
  padding-block: clamp(70px, 8vw, 110px);
}

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

.profile-production-grid article {
  min-height: 260px;
  padding: 34px;
  border: 1px solid var(--line);
  background: white;
}

.profile-production-grid article > span,
.profile-service-grid article > span,
.profile-specialty-grid article > span {
  color: var(--moss-700);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.12em;
}

.profile-production-grid h3,
.profile-service-grid h3,
.profile-specialty-grid h3 {
  margin: 12px 0;
  font-family: var(--serif);
  font-size: 28px;
  font-weight: 500;
}

.profile-production-grid p,
.profile-specialty-grid p {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.9;
}

.profile-services {
  padding-block: clamp(70px, 8vw, 110px);
  background: var(--moss-950);
}

.profile-service-grid {
  gap: 1px;
  background: rgba(255, 255, 255, 0.15);
}

.profile-service-grid article {
  min-height: 390px;
  padding: 40px;
  background: var(--moss-900);
  color: white;
}

.profile-service-grid article > span {
  color: var(--sand-light);
}

.profile-service-grid h3 {
  color: var(--ivory);
  font-size: 34px;
}

.profile-service-grid ul {
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
}

.profile-service-grid li {
  padding: 11px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.13);
  color: rgba(255, 255, 255, 0.75);
  font-size: 13px;
}

.profile-specialty-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.profile-specialty-grid article {
  min-height: 250px;
  padding: 32px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

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

.profile-practical > div {
  padding: 34px;
  background: #e9ede5;
}

.profile-practical h2 {
  margin: 10px 0 14px;
  color: var(--moss-950);
  font-family: var(--serif);
  font-size: 28px;
  font-weight: 500;
}

.profile-practical > div > p:not(.section-kicker) {
  margin: 0;
  color: #555d55;
  font-size: 13px;
  line-height: 1.9;
}

.profile-contact {
  padding-block: clamp(72px, 8vw, 106px);
  background: var(--moss-800);
  text-align: center;
}

.profile-contact h2 {
  max-width: 820px;
  margin: 12px auto 14px;
  color: var(--ivory);
  font-family: var(--serif);
  font-size: clamp(34px, 4.4vw, 58px);
  font-weight: 500;
  line-height: 1.45;
}

.profile-contact p:not(.section-kicker) {
  margin: 0 0 28px;
  color: rgba(255, 255, 255, 0.68);
}

@media (max-width: 900px) {
  .profile-overview {
    grid-template-columns: 1fr;
  }

  .profile-overview-copy {
    max-width: 700px;
  }

  .profile-stats .page-shell {
    grid-template-columns: repeat(2, 1fr);
  }

  .profile-stats .page-shell > div:nth-child(3) {
    border-left: 1px solid rgba(255, 255, 255, 0.14);
  }

  .profile-stats .page-shell > div:nth-child(-n + 2) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.14);
  }
}

@media (max-width: 820px) {
  .selected-works-grid {
    min-height: 0;
    grid-template-columns: 1fr;
    grid-template-rows: none;
  }

  .selected-work-main {
    min-height: 460px;
    grid-column: auto;
    grid-row: auto;
  }

  .selected-work-card:not(.selected-work-main) {
    min-height: 290px;
  }

  .profile-production-grid,
  .profile-service-grid,
  .profile-specialty-grid,
  .profile-practical {
    grid-template-columns: 1fr;
  }

  .profile-specialty-grid {
    border-left: 0;
  }

  .pricing-scale-note {
    grid-template-columns: 1fr;
    gap: 10px;
  }
}

@media (max-width: 560px) {
  .home-hero h1.hero-headline {
    font-size: clamp(32px, 9vw, 44px);
  }

  .home-hero h1.hero-headline > span,
  .home-hero h1.hero-headline > em {
    display: block;
  }

  .selected-work-main {
    min-height: 330px;
  }

  .selected-work-card:not(.selected-work-main) {
    min-height: 230px;
  }

  .profile-stats .page-shell {
    grid-template-columns: 1fr;
  }

  .profile-stats .page-shell > div,
  .profile-stats .page-shell > div:first-child,
  .profile-stats .page-shell > div:nth-child(3) {
    min-height: 125px;
    border-right: 1px solid rgba(255, 255, 255, 0.14);
    border-bottom: 1px solid rgba(255, 255, 255, 0.14);
    border-left: 1px solid rgba(255, 255, 255, 0.14);
  }

  .profile-overview-copy h2 br {
    display: none;
  }

  .profile-production-grid article,
  .profile-service-grid article,
  .profile-specialty-grid article,
  .profile-practical > div {
    min-height: 0;
    padding: 26px 22px;
  }

  .pricing-scale-note {
    padding: 22px;
  }
}

/* Readability update */
body {
  font-size: 17px;
}

.page-intro > p:last-child,
.home-hero-lead,
.home-heading > p,
.home-direct-copy > p:not(.section-kicker),
.home-profile-copy > p:not(.section-kicker),
.home-contact > div > p:not(.section-kicker),
.gallery-card p,
.gallery-note p,
.article-card p,
.content-block p,
.privacy-page p,
.privacy-page li,
.case-card-body > p,
.pricing-case-card > div > p,
.pricing-scale-note p,
.profile-overview-copy > p:not(.section-kicker),
.profile-production-grid p,
.profile-specialty-grid p,
.profile-practical > div > p:not(.section-kicker) {
  font-size: 16px;
  line-height: 1.95;
}

.home-process li p,
.faq-list details > p,
.home-faq-grid > div:first-child > p:last-child {
  font-size: 15px;
  line-height: 1.9;
}

.faq-list summary {
  font-size: 16px;
}

.case-card dt,
.case-card dd,
.pricing-case-card dt,
.pricing-case-card dd {
  font-size: 13px;
}

.pricing-caption {
  font-size: 14px;
  line-height: 1.8;
}

.pricing-plan-card > p,
.pricing-plan-card li,
.pricing-plan-card a {
  font-size: 14px;
}

.options-row span,
.options-row b {
  font-size: 15px;
}

.profile-service-grid li {
  font-size: 15px;
}

.profile-stats span {
  font-size: 12px;
}

.profile-overview-image img {
  object-position: center 8%;
}

@media (max-width: 560px) {
  body {
    font-size: 16px;
  }

  .page-intro > p:last-child,
  .home-hero-lead,
  .home-heading > p,
  .home-direct-copy > p:not(.section-kicker),
  .home-contact > div > p:not(.section-kicker),
  .gallery-card p,
  .gallery-note p,
  .article-card p,
  .privacy-page p,
  .privacy-page li,
  .case-card-body > p,
  .pricing-case-card > div > p,
  .profile-overview-copy > p:not(.section-kicker),
  .profile-production-grid p,
  .profile-specialty-grid p,
  .profile-practical > div > p:not(.section-kicker) {
    font-size: 15px;
  }
}

/* Pricing card flow fix */
.pricing-plan-card {
  display: flex;
  min-height: 540px;
  flex-direction: column;
}

.pricing-plan-card ul {
  width: 100%;
  margin-bottom: 28px;
}

.pricing-plan-card a {
  position: static;
  right: auto;
  bottom: auto;
  left: auto;
  width: 100%;
  margin-top: auto;
}

@media (max-width: 560px) {
  .pricing-plan-card {
    min-height: 500px;
  }
}

/* Mobile layout refinements — v1.1.3 */
.gallery-card:first-child figure img {
  object-position: center bottom;
}

.home-contact h2 > span {
  display: block;
}

.wp-single {
  max-width: 940px;
  padding-block: clamp(64px, 8vw, 110px);
}

.wp-single-header {
  padding-bottom: 36px;
  border-bottom: 1px solid var(--line);
}

.wp-single-header h1 {
  max-width: 820px;
  margin: 12px 0 18px;
  color: var(--moss-950);
  font-family: var(--serif);
  font-size: clamp(38px, 5.6vw, 66px);
  font-weight: 500;
  line-height: 1.35;
  text-wrap: balance;
}

.wp-single-header > p:last-child {
  margin: 0;
  color: var(--moss-700);
  font-size: 13px;
}

.wp-entry-content {
  max-width: 760px;
  margin: 52px auto 0;
  color: #4f574f;
  font-size: 17px;
  line-height: 2;
}

.wp-entry-content h2 {
  margin: 52px 0 16px;
  padding-top: 30px;
  border-top: 1px solid var(--line);
  color: var(--moss-950);
  font-family: var(--serif);
  font-size: 30px;
  font-weight: 500;
  line-height: 1.55;
}

.wp-entry-content p {
  margin: 0 0 22px;
}

.wp-entry-content ul {
  margin: 22px 0 30px;
  padding: 24px 26px 24px 48px;
  background: #e9ede5;
}

.wp-entry-content li + li {
  margin-top: 8px;
}

@media (max-width: 820px) {
  .header-inner {
    gap: 12px;
  }

  .brand {
    min-width: 0;
  }

  .mobile-nav {
    margin-left: auto;
    flex: 0 0 auto;
  }

  .mobile-nav nav {
    position: fixed;
    top: 68px;
    right: 14px;
    left: 14px;
    width: auto;
    max-height: calc(100svh - 88px);
    overflow-x: hidden;
    overflow-y: auto;
    box-sizing: border-box;
  }

  .mobile-nav nav > a {
    min-width: 0;
    overflow-wrap: anywhere;
    white-space: normal;
  }
}

@media (max-width: 560px) {
  .page-intro {
    padding-block: 58px 48px;
  }

  .page-intro h1 {
    font-size: clamp(31px, 8.6vw, 38px);
    line-height: 1.4;
  }

  .page-intro h1 .title-line {
    white-space: nowrap;
  }

  .home-contact h2 {
    font-size: clamp(30px, 8.8vw, 38px);
    line-height: 1.55;
  }

  .pricing-case-card {
    width: 100%;
    max-width: 100%;
    overflow: hidden;
  }

  .pricing-case-card figure {
    width: 100%;
    min-width: 0;
    min-height: 0;
    aspect-ratio: 4 / 3;
    overflow: hidden;
  }

  .pricing-case-card figure img {
    width: 100%;
    max-width: 100%;
    height: 100%;
  }

  .pricing-case-card > div {
    min-width: 0;
    padding: 24px 20px;
  }

  .pricing-case-card dl div {
    grid-template-columns: 74px minmax(0, 1fr);
  }

  .pricing-case-card dd {
    min-width: 0;
    overflow-wrap: anywhere;
  }

  .wp-single {
    padding-block: 52px 76px;
  }

  .wp-single-header {
    padding-bottom: 28px;
  }

  .wp-single-header h1 {
    font-size: clamp(32px, 9vw, 40px);
    line-height: 1.45;
  }

  .wp-entry-content {
    margin-top: 36px;
    font-size: 16px;
    line-height: 1.95;
  }

  .wp-entry-content h2 {
    margin-top: 42px;
    padding-top: 24px;
    font-size: 25px;
  }

  .wp-entry-content ul {
    padding: 22px 20px 22px 40px;
  }
}
