:root {
  --paper: #faf8f3;
  --ink: #44313b;
  --plum: #49313d;
  --deep: #36242e;
  --rose: #eadbd4;
  --mist: #f0ebe4;
  --line: #d7cec8;
  --muted: #72666a;
  --white: #fff;
  --serif: "Cormorant Garamond", Georgia, serif;
  --sans: "Manrope", Arial, sans-serif;
  --radius: 5px;
}

* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 105px;
}
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
}
button,
input,
select {
  font: inherit;
}
button,
a,
input,
select,
summary {
  -webkit-tap-highlight-color: transparent;
}
button,
a {
  touch-action: manipulation;
}
button {
  cursor: pointer;
  color: inherit;
}
button:disabled {
  cursor: wait;
  opacity: 0.65;
}
a {
  color: inherit;
  text-underline-offset: 5px;
}
img {
  display: block;
  max-width: 100%;
  height: auto;
}
button {
  border: 0;
}
button:focus-visible,
a:focus-visible,
summary:focus-visible {
  outline: 3px solid #926147;
  outline-offset: 5px;
}
input:focus,
select:focus {
  outline: 2px solid var(--plum);
  outline-offset: 2px;
}
[hidden] {
  display: none !important;
}
h1,
h2,
h3,
p,
figure {
  margin: 0;
}
h1,
h2,
h3 {
  font-weight: 500;
}
h1,
h2 {
  font-family: var(--serif);
  letter-spacing: -0.045em;
  line-height: 1.02;
}
h1 {
  font-size: clamp(60px, 5.9vw, 90px);
}
h2 {
  font-size: clamp(44px, 4.2vw, 64px);
}
h3 {
  font-family: var(--serif);
  font-size: 34px;
  line-height: 1.12;
  letter-spacing: -0.025em;
}
em {
  font-weight: 400;
}
p + p {
  margin-top: 18px;
}
.wrap {
  width: min(1280px, calc(100% - 112px));
  margin-inline: auto;
}
.section {
  padding-block: 100px;
}
.eyebrow {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  line-height: 1.6;
  margin-bottom: 23px;
}
.small {
  font-size: 14px;
}
.microcopy {
  font-size: 12px;
  line-height: 1.6;
  color: var(--muted);
}
.skip {
  position: fixed;
  left: 20px;
  top: -100px;
  background: var(--plum);
  color: white;
  padding: 12px;
  z-index: 99;
}
.skip:focus {
  top: 10px;
}
.button {
  min-height: 52px;
  padding: 15px 24px;
  border-radius: var(--radius);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 27px;
  text-decoration: none;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.5;
  transition:
    background 0.2s,
    transform 0.2s;
}
.button span {
  font-size: 23px;
  line-height: 1;
}
.primary {
  background: var(--plum);
  color: #fff;
}
.primary:hover {
  background: var(--deep);
  transform: translateY(-2px);
}
.outline {
  background: transparent;
  border: 1px solid var(--line);
}
.full {
  width: 100%;
}
.underlink {
  background: none;
  border: 0;
  padding: 0 0 5px;
  display: inline-flex;
  gap: 16px;
  align-items: center;
  border-bottom: 1px solid currentColor;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
  line-height: 1.6;
}
.text-button {
  font-size: 12px;
  text-decoration: underline;
  text-underline-offset: 4px;
  padding: 0;
  background: none;
}
.phone {
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  white-space: nowrap;
}
.index {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.11em;
  font-weight: 700;
  color: var(--muted);
}
.header {
  height: 100px;
  border-bottom: 1px solid var(--line);
  background: var(--paper);
  position: relative;
  z-index: 20;
}
.header-inner {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-family: var(--serif);
  font-size: 24px;
  line-height: 0.93;
  text-decoration: none;
  letter-spacing: -0.025em;
}
.brand b {
  font-weight: 500;
}
.brand-monogram {
  width: 48px;
  height: 54px;
  border: 1px solid #a79599;
  border-radius: 50% 50% 2px 2px;
  display: grid;
  place-items: center;
  font-family: var(--serif);
  font-size: 38px;
  font-style: italic;
  line-height: 1;
  padding-bottom: 7px;
}
.desktop-nav {
  display: flex;
  gap: 26px;
}
.desktop-nav a {
  font-size: 12px;
  text-decoration: none;
}
.desktop-nav a:hover {
  text-decoration: underline;
}
.header-contact {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 2px;
}
.menu-toggle {
  display: none;
  background: none;
  padding: 12px;
}
.menu-toggle span {
  display: block;
  width: 24px;
  height: 1px;
  background: var(--ink);
  margin: 7px 0;
}
.mobile-nav {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  padding: 20px 24px;
  background: var(--paper);
  border-bottom: 1px solid var(--line);
  box-shadow: 0 8px 12px #36242e08;
}
.mobile-nav a {
  display: block;
  text-decoration: none;
  padding: 10px 0;
}
.hero {
  display: grid;
  grid-template-columns: 1fr 1.02fr;
  gap: 5%;
  padding-top: 42px;
  padding-bottom: 55px;
  align-items: center;
}
.hero-copy {
  padding: 17px 0;
}
.hero .eyebrow {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 10px;
  margin-bottom: 26px;
  letter-spacing: 0.1em;
}
.small-dot {
  height: 6px;
  width: 6px;
  border-radius: 50%;
  background: #94644f;
  flex-shrink: 0;
}
.hero-description {
  font-size: 14px;
  line-height: 1.85;
  max-width: 450px;
  margin-top: 25px;
  color: #65575d;
}
.hero-actions {
  display: flex;
  gap: 23px;
  align-items: center;
  margin-top: 30px;
  flex-wrap: wrap;
}
.hero-actions .button {
  padding: 17px 23px;
}
.hero-cta {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  box-shadow: 0 8px 24px rgb(84 47 65 / 18%);
  animation: hero-cta-pulse 3.2s ease-in-out infinite;
}
.hero-cta::before {
  content: "";
  position: absolute;
  inset: -80%;
  z-index: 0;
  pointer-events: none;
  background: linear-gradient(
    135deg,
    transparent 43%,
    rgb(255 255 255 / 10%) 47%,
    rgb(255 255 255 / 46%) 50%,
    rgb(255 255 255 / 12%) 53%,
    transparent 57%
  );
  transform: translate3d(-34%, -34%, 0);
  animation: hero-cta-shimmer 4.6s ease-in-out infinite;
}
.hero-cta > span {
  position: relative;
  z-index: 1;
}
.hero-cta .hero-cta-label {
  font-size: inherit;
  line-height: inherit;
}
.hero-cta:active {
  transform: translateY(0) scale(0.97);
}
@keyframes hero-cta-pulse {
  0%,
  100% {
    box-shadow:
      0 8px 24px rgb(84 47 65 / 18%),
      0 0 0 0 rgb(148 100 79 / 0%);
  }
  50% {
    box-shadow:
      0 12px 30px rgb(84 47 65 / 24%),
      0 0 0 8px rgb(148 100 79 / 11%);
  }
}
@keyframes hero-cta-shimmer {
  0%,
  26% {
    opacity: 0;
    transform: translate3d(-34%, -34%, 0);
  }
  34% {
    opacity: 1;
  }
  68% {
    opacity: 1;
    transform: translate3d(34%, 34%, 0);
  }
  76%,
  100% {
    opacity: 0;
    transform: translate3d(34%, 34%, 0);
  }
}
.hero-note {
  font-size: 11px;
  color: var(--muted);
  margin-top: 18px;
}
.hero-photo {
  position: relative;
  align-self: stretch;
  min-height: 605px;
  background: var(--rose);
  border-radius: 220px 220px 6px 6px;
  overflow: hidden;
}
.hero-photo > img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: 49% center;
  position: absolute;
  inset: 0;
}
.photo-message {
  position: absolute;
  left: 24px;
  bottom: 38px;
  right: 24px;
  background: #faf8f3ed;
  backdrop-filter: blur(10px);
  padding: 22px 24px;
  display: flex;
  gap: 22px;
  align-items: center;
  border-radius: 3px;
}
.photo-message p {
  font-family: var(--serif);
  font-size: 31px;
  line-height: 1.05;
  letter-spacing: -0.025em;
}
.tiny-rule {
  width: 33px;
  height: 1px;
  background: #956d75;
}
.hero-photo figcaption {
  position: absolute;
  bottom: 9px;
  left: 24px;
  color: #fff;
  font-size: 9px;
  text-shadow: 0 1px 4px #0009;
}
.fact-band {
  border-block: 1px solid var(--line);
  background: #f3eee7;
}
.facts {
  display: grid;
  grid-template-columns: 1fr 1fr 1.2fr;
  padding-block: 25px;
}
.facts > div {
  display: flex;
  align-items: center;
  gap: 24px;
  padding-left: 42px;
  border-left: 1px solid var(--line);
}
.facts > div:first-child {
  padding-left: 0;
  border: 0;
}
.facts strong {
  font-family: var(--serif);
  font-size: 53px;
  font-weight: 400;
  line-height: 1;
}
.facts .fact-word {
  font-size: 43px;
  font-style: italic;
}
.facts p {
  font-size: 13px;
  line-height: 1.7;
}
.facts p span {
  font-size: 11px;
  color: var(--muted);
}
.approach {
  display: grid;
  grid-template-columns: 0.9fr 1fr;
  gap: 10%;
  align-items: start;
}
.approach-content {
  padding-top: 14px;
}
.approach-content > p:not(.lead-copy) {
  color: var(--muted);
  font-size: 14px;
  line-height: 1.9;
}
.lead-copy {
  font-size: 20px;
  line-height: 1.65;
}
.approach-points {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 28px;
  font-size: 11px;
}
.approach-points span {
  display: flex;
  gap: 7px;
  align-items: center;
}
.approach-points span:before {
  content: "✓";
  font-size: 14px;
  color: #87575f;
}
.homes-section {
  background: var(--mist);
}
.section-top {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 50px;
  margin-bottom: 42px;
}
.section-top > p {
  font-size: 13px;
  color: var(--muted);
  line-height: 1.9;
  padding-bottom: 6px;
}
.branch-tabs {
  display: flex;
  border-bottom: 1px solid #cfc3bc;
  margin-bottom: 34px;
  gap: 30px;
}
.branch-tabs button {
  flex: 1;
  text-align: left;
  padding: 17px 0;
  color: var(--muted);
  border-bottom: 2px solid transparent;
  background: none;
  font-size: 13px;
  margin-bottom: -1px;
}
.branch-tabs button span {
  font-size: 11px;
  margin-right: 15px;
}
.branch-tabs button[aria-selected="true"] {
  color: var(--ink);
  border-color: var(--ink);
  font-weight: 700;
}
.branch-panel {
  display: grid;
  grid-template-columns: 1.08fr 1fr;
  gap: 54px;
  align-items: center;
}
.branch-image {
  display: block;
  position: relative;
  overflow: hidden;
  border-radius: 3px;
  background: #dfd6cd;
  text-align: left;
  padding: 0;
}
.branch-image img {
  height: 385px;
  width: 100%;
  object-fit: cover;
  transition: transform 0.4s;
}
.branch-image:hover img {
  transform: scale(1.03);
}
.branch-image > span {
  position: absolute;
  bottom: 18px;
  left: 18px;
  right: 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #fffef3ee;
  padding: 9px 14px;
  font-size: 11px;
}
.branch-image b {
  font-size: 22px;
  font-weight: 400;
}
.branch-info h3 {
  font-size: 44px;
  margin-bottom: 12px;
}
.branch-info .eyebrow {
  margin-bottom: 13px;
}
.branch-address {
  font-size: 15px;
}
.metro {
  font-size: 11px;
  margin-top: 12px;
  margin-bottom: 24px;
  color: var(--muted);
}
.metro span {
  font-weight: 700;
  margin-right: 7px;
  border: 1px solid #baa9a7;
  border-radius: 50%;
  padding: 1px 4px;
  font-size: 9px;
}
.branch-info > p:last-of-type {
  font-size: 13px;
  line-height: 1.8;
}
.branch-specs {
  display: flex;
  gap: 56px;
  margin: 23px 0;
}
.branch-specs dt {
  font-size: 10px;
  letter-spacing: 0.04em;
  color: var(--muted);
}
.branch-specs dd {
  font-size: 16px;
  margin: 3px 0 0;
}
.branch-actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 25px;
}
.gallery-strip {
  display: grid;
  grid-template-columns: 1.9fr repeat(5, 1fr);
  gap: 15px;
  margin-top: 38px;
  align-items: center;
}
.gallery-strip .eyebrow {
  font-size: 10px;
  margin-bottom: 10px;
}
.gallery-strip p {
  font-size: 11px;
  line-height: 1.7;
  color: var(--muted);
}
.gallery-strip button {
  padding: 0;
  border-radius: 3px;
  overflow: hidden;
  background: none;
}
.gallery-strip img {
  width: 100%;
  height: 102px;
  object-fit: cover;
  transition: opacity 0.2s;
}
.gallery-strip button:hover img {
  opacity: 0.8;
}
.care-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 80px;
}
.care-grid article {
  padding: 30px 0;
  border-top: 1px solid var(--line);
}
.care-grid h3 {
  margin: 17px 0 15px;
  font-size: 32px;
}
.care-grid p {
  font-size: 14px;
  color: var(--muted);
  line-height: 1.8;
}
.care-grid details {
  margin-top: 18px;
}
.care-grid summary {
  font-size: 12px;
  font-weight: 600;
}
.care-grid details p {
  font-size: 12px;
  margin-top: 14px;
}
summary {
  cursor: pointer;
  list-style: none;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  align-items: center;
}
summary:after {
  content: "+";
  font-weight: 400;
  font-size: 24px;
  line-height: 1;
}
details[open] > summary:after {
  content: "−";
}
summary::-webkit-details-marker {
  display: none;
}
.price-section {
  background: var(--plum);
  color: var(--paper);
  padding-block: 80px;
}
.price-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 11%;
  align-items: center;
}
.price-intro > .eyebrow {
  color: #dec6c2;
}
.price-intro > p:not(.eyebrow) {
  font-size: 13px;
  line-height: 1.9;
  margin-top: 26px;
  max-width: 385px;
  color: #e5d7d9;
}
.price-included {
  margin-top: 30px;
  border-top: 1px solid #79616b;
  padding-top: 28px;
}
.price-included h3 {
  font-family: var(--sans);
  font-size: 13px;
  letter-spacing: 0;
  font-weight: 700;
}
.price-included ul {
  list-style: none;
  padding: 0;
  display: grid;
  gap: 9px;
  font-size: 12px;
  color: #e5d7d9;
}
.price-included li:before {
  content: "✓";
  margin-right: 13px;
  color: #d7aa9c;
}
.price-intro > p.price-footnote {
  font-size: 11px;
  max-width: 390px;
}
.calculator {
  background: var(--paper);
  color: var(--ink);
  padding: 35px 38px;
  border-radius: 5px;
}
.calculator .eyebrow {
  margin-bottom: 12px;
}
.calculator h3 {
  font-size: 34px;
  margin-bottom: 25px;
}
label {
  display: block;
  font-size: 12px;
  font-weight: 600;
  margin: 17px 0 7px;
}
label span {
  font-weight: 400;
  color: var(--muted);
}
input,
select {
  width: 100%;
  min-height: 48px;
  border: 1px solid var(--line);
  border-radius: 3px;
  padding: 10px 12px;
  background: #fffefa;
  color: var(--ink);
  font-size: 14px;
}
input::placeholder {
  color: #968990;
}
select {
  padding-right: 22px;
  max-width: 100%;
}
.calc-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px;
}
.duration-presets {
  display: flex;
  gap: 10px;
  margin-top: 15px;
}
.duration-presets button {
  background: transparent;
  border: 1px solid var(--line);
  padding: 4px 14px;
  font-size: 11px;
  border-radius: 20px;
  min-height: 32px;
}
.duration-presets button[aria-pressed="true"] {
  border-color: var(--ink);
  background: var(--mist);
}
.estimate {
  border-top: 1px solid var(--line);
  margin-top: 28px;
  padding-top: 23px;
}
.estimate > p {
  font-size: 35px;
  line-height: 1.2;
  letter-spacing: -0.045em;
  font-weight: 500;
}
.estimate small {
  font-size: 13px;
  letter-spacing: 0;
}
.estimate > div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 12px;
  font-size: 12px;
  gap: 12px;
}
.estimate strong {
  font-size: 20px;
  white-space: nowrap;
  font-weight: 500;
}
.estimate b {
  font-weight: 400;
}
.calculator > .button {
  margin-top: 20px;
}
.calculator > .microcopy {
  margin-top: 14px;
  font-size: 10px;
}
.tariff-details {
  font-size: 11px;
  margin-top: 18px;
}
.tariff-details summary {
  font-size: 11px;
}
.tariff-details p {
  font-size: 11px;
  margin-top: 10px;
}
.table-scroll {
  overflow-x: auto;
}
table {
  border-collapse: collapse;
  width: 100%;
  font-size: 12px;
  margin: 20px 0;
}
caption {
  text-align: left;
  margin-bottom: 10px;
  font-weight: 600;
}
th,
td {
  border-bottom: 1px solid var(--line);
  padding: 10px 9px;
  text-align: left;
}
th {
  font-size: 11px;
}
.calc-error {
  font-size: 12px;
  color: #9c2929;
  margin-top: 10px;
}
.life-layout {
  display: grid;
  grid-template-columns: 1.15fr 1fr;
  gap: 65px;
  align-items: center;
}
.life-photo {
  position: relative;
}
.life-photo img {
  width: 100%;
  height: 480px;
  object-fit: cover;
  border-radius: 4px;
}
.life-photo figcaption {
  font-size: 9px;
  color: var(--muted);
  margin-top: 6px;
}
.day > .eyebrow {
  margin-bottom: 18px;
}
.day > div {
  display: flex;
  gap: 25px;
  border-top: 1px solid var(--line);
  padding: 17px 0;
}
.day time {
  font-size: 12px;
  color: #987563;
  flex: 0 0 48px;
  margin-top: 2px;
}
.day p {
  font-size: 14px;
  font-weight: 600;
  line-height: 1.5;
}
.day p span {
  display: block;
  font-size: 11px;
  color: var(--muted);
  font-weight: 400;
  margin-top: 4px;
}
.day .underlink {
  margin-top: 12px;
}
.food-note {
  margin-top: 40px;
  border-block: 1px solid var(--line);
  padding: 25px 0;
  display: grid;
  grid-template-columns: 1fr 1.45fr auto;
  gap: 40px;
  align-items: center;
}
.food-note > div {
  display: flex;
  gap: 20px;
  align-items: center;
}
.food-number {
  font-family: var(--serif);
  font-size: 50px;
  line-height: 1;
}
.food-note p {
  font-size: 12px;
  line-height: 1.85;
}
.food-note p span {
  font-size: 10px;
  color: var(--muted);
}
.food-note > p {
  color: var(--muted);
}
.quote-section {
  background: var(--rose);
  padding-block: 70px;
}
.quote-layout {
  display: grid;
  grid-template-columns: 0.55fr 1.45fr;
  gap: 90px;
}
.quote-context {
  font-size: 12px;
  line-height: 1.9;
}
.quote-context span {
  font-size: 10px;
  color: var(--muted);
}
blockquote {
  font-family: var(--serif);
  font-size: 43px;
  line-height: 1.17;
  letter-spacing: -0.02em;
  margin: 0 0 28px;
  font-style: italic;
}
.quote-author {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  align-items: center;
  font-size: 11px;
}
.quote-author b {
  font-size: 13px;
}
.quote-author .underlink {
  font-size: 11px;
}
.quote-layout .microcopy {
  margin-top: 20px;
  font-size: 10px;
}
.steps {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 28px;
}
.steps li {
  border-top: 1px solid var(--line);
  padding-top: 22px;
}
.steps li > span {
  font-family: var(--serif);
  font-size: 34px;
  color: #987563;
}
.steps h3 {
  font-size: 30px;
  margin-top: 13px;
}
.steps p {
  font-size: 12px;
  line-height: 1.9;
  color: var(--muted);
  margin-top: 17px;
}
.steps .underlink {
  font-size: 11px;
  margin-top: 16px;
}
.faq-section {
  background: var(--mist);
}
.faq-layout {
  display: grid;
  grid-template-columns: 0.75fr 1.25fr;
  gap: 80px;
}
.faq-layout > div:first-child > p:not(.eyebrow) {
  font-size: 12px;
  line-height: 1.9;
  color: var(--muted);
  margin: 28px 0 15px;
}
.faq-list details {
  border-top: 1px solid #cfc3bc;
  padding: 22px 0;
}
.faq-list details:last-child {
  border-bottom: 1px solid #cfc3bc;
}
.faq-list summary {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.6;
}
.faq-list p {
  font-size: 13px;
  color: var(--muted);
  margin-top: 17px;
  line-height: 1.85;
}
.contacts {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12%;
  align-items: start;
}
.contact-copy {
  padding-top: 18px;
}
.contact-copy > p:not(.eyebrow) {
  font-size: 14px;
  line-height: 1.85;
  color: var(--muted);
  max-width: 410px;
  margin-top: 25px;
}
.contact-phone {
  font-family: var(--serif);
  display: block;
  font-size: 39px;
  text-decoration: none;
  margin: 28px 0 7px;
  letter-spacing: -0.025em;
}
.email {
  font-size: 13px;
}
.contact-copy > p.small {
  font-size: 11px;
  margin-top: 24px;
}
.contact-form-card {
  border: 1px solid var(--line);
  border-radius: 5px;
  padding: 35px 38px;
}
.contact-form-card > .eyebrow {
  margin-bottom: 13px;
}
.contact-form-card > p:not(.eyebrow) {
  font-size: 12px;
  line-height: 1.8;
  color: var(--muted);
  margin-top: 14px;
}
.consent {
  display: flex;
  gap: 11px;
  align-items: flex-start;
  font-weight: 400;
  font-size: 10px;
  line-height: 1.65;
  margin: 20px 0;
}
.consent input {
  width: 17px;
  height: 17px;
  min-height: 17px;
  flex-shrink: 0;
  margin: 3px 0 0;
  accent-color: var(--plum);
}
.consent span {
  color: var(--muted);
}
.form-status {
  font-size: 13px;
  line-height: 1.7;
  margin-top: 12px;
  white-space: pre-line;
}
.form-status:empty {
  margin: 0;
}
.form-status.error {
  color: #9b2a2a;
}
.form-status.success {
  border: 1px solid #b3c4b2;
  color: #355a35;
  padding: 12px;
  background: #f3f7ee;
}
.lead-form > .microcopy {
  font-size: 10px;
  margin-top: 14px;
}
.field-help {
  display: block;
  font-size: 10px;
  color: var(--muted);
  margin-top: 5px;
}
.honey {
  position: absolute;
  left: -10000px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
footer {
  border-top: 1px solid var(--line);
  padding: 45px 0 30px;
}
.footer-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 35px;
}
.footer-top > p {
  font-family: var(--serif);
  font-style: italic;
  font-size: 24px;
  line-height: 1.2;
}
.footer-bottom {
  display: grid;
  grid-template-columns: 1.3fr 1fr 1.3fr;
  gap: 30px;
  border-top: 1px solid var(--line);
  padding-top: 25px;
  font-size: 11px;
  line-height: 1.9;
  color: var(--muted);
}
.footer-bottom > div {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 5px;
}
.footer-bottom .text-button {
  font-size: 11px;
}
.mobile-cta {
  display: none;
}
dialog {
  border: 0;
  background: var(--paper);
  color: var(--ink);
  width: min(520px, calc(100% - 28px));
  padding: 38px;
  border-radius: 8px;
  max-height: 90dvh;
  overflow-y: auto;
  box-shadow: 0 25px 120px #23111c55;
}
dialog::backdrop {
  background: #20151cb0;
  backdrop-filter: blur(4px);
}
dialog > h2 {
  font-size: 42px;
  padding-right: 15px;
}
dialog > .eyebrow {
  margin-bottom: 14px;
}
dialog > p:not(.eyebrow) {
  font-size: 13px;
  margin-top: 16px;
  color: var(--muted);
}
.dialog-close {
  position: absolute;
  right: 16px;
  top: 11px;
  background: none;
  font-size: 30px;
  font-family: var(--sans);
  padding: 0;
  width: 36px;
  height: 36px;
  line-height: 1;
}
.info-dialog {
  width: min(760px, calc(100% - 28px));
}
#info-content {
  margin-top: 25px;
  font-size: 14px;
}
#info-content h3 {
  margin: 25px 0 14px;
  font-size: 29px;
}
#info-content p {
  font-size: 13px;
}
#info-content li {
  margin-bottom: 10px;
}
.info-actions {
  margin-top: 25px;
}
.gallery-dialog {
  width: min(1000px, calc(100% - 24px));
  padding: 38px 20px 18px;
  background: var(--paper);
}
.gallery-dialog > img {
  max-height: 70dvh;
  margin: auto;
  object-fit: contain;
}
.gallery-controls {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 15px;
  margin-top: 15px;
}
.gallery-controls button {
  border: 1px solid var(--line);
  background: none;
  padding: 5px 16px;
  font-size: 24px;
}
.gallery-controls p {
  font-size: 12px;
  text-align: center;
}
.cookie-banner {
  position: fixed;
  bottom: 20px;
  left: 20px;
  right: 20px;
  z-index: 45;
  background: #fffdf8;
  box-shadow: 0 4px 32px #38273725;
  border: 1px solid var(--line);
  padding: 20px 26px;
  display: flex;
  justify-content: space-between;
  gap: 30px;
  align-items: center;
  border-radius: 5px;
}
.cookie-banner p {
  font-size: 13px;
}
.cookie-banner p span {
  display: block;
  font-size: 11px;
  color: var(--muted);
  margin-top: 3px;
}
.cookie-banner > div {
  display: flex;
  gap: 12px;
}
.cookie-banner .button {
  font-size: 12px;
  min-height: 42px;
  padding: 11px 18px;
}
.noscript {
  padding: 20px;
  background: var(--rose);
  text-align: center;
}
.legal {
  max-width: 850px;
  margin: 60px auto;
  padding: 0 24px;
}
.legal h1 {
  font-size: 52px;
  margin: 30px 0;
}
.legal h2 {
  font-size: 32px;
  margin: 30px 0 14px;
}
.legal p,
.legal li {
  font-size: 14px;
}
.legal .notice {
  background: var(--mist);
  border-left: 3px solid var(--plum);
  padding: 18px 22px;
  margin: 24px 0;
}
.menu-days {
  display: flex;
  gap: 7px;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
.menu-days button {
  padding: 8px 13px;
  border: 1px solid var(--line);
  background: none;
  border-radius: 3px;
  font-size: 12px;
}
.menu-days button[aria-pressed="true"] {
  background: var(--plum);
  color: white;
}
.menu-content dl {
  margin: 0;
}
.menu-content dl > div {
  display: grid;
  grid-template-columns: 135px 1fr;
  gap: 20px;
  border-bottom: 1px solid var(--line);
  padding: 12px 0;
}
.menu-content dt {
  font-size: 11px;
  color: var(--muted);
}
.menu-content dd {
  font-size: 13px;
  margin: 0;
}
@media (min-width: 1600px) {
  .hero {
    gap: 75px;
  }
  .hero-photo {
    min-height: 660px;
  }
}
@media (max-width: 1200px) {
  .wrap {
    width: calc(100% - 64px);
  }
  .desktop-nav {
    gap: 16px;
  }
  .desktop-nav a {
    font-size: 11px;
  }
  .hero {
    gap: 4%;
  }
  .hero-photo {
    min-height: 560px;
  }
  .hero h1 {
    font-size: 74px;
  }
  .hero-actions {
    gap: 18px;
  }
  .hero-actions .button {
    font-size: 11px;
    padding-inline: 18px;
    gap: 20px;
  }
  .hero .underlink {
    font-size: 11px;
  }
  .facts > div {
    padding-left: 23px;
    gap: 17px;
  }
  .facts p {
    font-size: 12px;
  }
  .facts p span {
    font-size: 10px;
  }
  .branch-panel {
    gap: 36px;
  }
  .branch-info h3 {
    font-size: 38px;
  }
  .branch-actions {
    gap: 20px;
  }
  .branch-actions .button {
    font-size: 11px;
  }
  .price-layout {
    gap: 7%;
  }
  .contacts {
    gap: 8%;
  }
  .food-note {
    gap: 25px;
  }
  .gallery-strip {
    grid-template-columns: 1.5fr repeat(5, 1fr);
  }
  .life-layout {
    gap: 40px;
  }
}
@media (max-width: 1000px) {
  .desktop-nav {
    display: none;
  }
  .menu-toggle {
    display: block;
  }
  .header-contact {
    margin-left: auto;
  }
  .header {
    height: 85px;
  }
  .hero {
    grid-template-columns: 1fr 1fr;
    gap: 30px;
  }
  .hero h1 {
    font-size: 64px;
  }
  .hero-photo {
    min-height: 550px;
    border-top-left-radius: 150px;
    border-top-right-radius: 150px;
  }
  .hero-description {
    font-size: 13px;
  }
  .hero .eyebrow {
    font-size: 9px;
    flex-wrap: wrap;
  }
  .hero-actions {
    align-items: flex-start;
    flex-direction: column;
    gap: 17px;
  }
  .hero-note {
    font-size: 10px;
  }
  .facts strong {
    font-size: 42px;
  }
  .facts .fact-word {
    font-size: 34px;
  }
  .facts > div {
    gap: 12px;
    padding-left: 16px;
  }
  .facts p span {
    display: none;
  }
  .section {
    padding-block: 75px;
  }
  .approach {
    gap: 8%;
  }
  .lead-copy {
    font-size: 17px;
  }
  .section-top > p {
    font-size: 12px;
  }
  .branch-tabs {
    gap: 16px;
  }
  .branch-tabs button {
    font-size: 12px;
  }
  .branch-tabs button span {
    display: none;
  }
  .branch-panel {
    gap: 28px;
  }
  .branch-image img {
    height: 350px;
  }
  .branch-info h3 {
    font-size: 34px;
  }
  .branch-address {
    font-size: 13px;
  }
  .branch-info > p:last-of-type {
    font-size: 12px;
  }
  .branch-specs {
    gap: 30px;
    margin: 18px 0;
  }
  .branch-actions {
    gap: 15px;
  }
  .branch-actions .button {
    padding: 13px 17px;
    gap: 16px;
  }
  .gallery-strip {
    grid-template-columns: repeat(5, 1fr);
  }
  .gallery-strip > div {
    grid-column: 1/-1;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .gallery-strip > div p br {
    display: none;
  }
  .gallery-strip > div p {
    max-width: 300px;
  }
  .gallery-strip .eyebrow {
    margin: 0;
  }
  .care-grid {
    gap: 0 40px;
  }
  .care-grid h3 {
    font-size: 28px;
  }
  .price-layout {
    gap: 40px;
  }
  .price-intro h2 {
    font-size: 50px;
  }
  .calculator {
    padding: 28px;
  }
  .calculator h3 {
    font-size: 29px;
  }
  .calculator select {
    font-size: 12px;
  }
  .calc-row {
    gap: 10px;
  }
  .duration-presets {
    gap: 6px;
  }
  .duration-presets button {
    padding: 3px 11px;
  }
  .life-layout {
    gap: 30px;
  }
  .life-photo img {
    height: 440px;
  }
  .day > div {
    gap: 10px;
    padding: 15px 0;
  }
  .day p {
    font-size: 12px;
  }
  .food-note {
    grid-template-columns: 1fr 1.6fr;
  }
  .food-note .underlink {
    grid-column: 2;
    justify-self: start;
  }
  .quote-layout {
    gap: 45px;
  }
  .steps {
    gap: 20px;
  }
  .steps h3 {
    font-size: 26px;
  }
  .faq-layout {
    gap: 45px;
  }
  .contacts {
    gap: 40px;
  }
  .contact-form-card {
    padding: 28px;
  }
  .contact-phone {
    font-size: 31px;
  }
  .footer-bottom {
    font-size: 11px;
    gap: 20px;
  }
}
@media (max-width: 700px) {
  html {
    scroll-padding-top: 25px;
  }
  .wrap {
    width: calc(100% - 40px);
  }
  .header {
    height: 76px;
  }
  .header-inner {
    gap: 12px;
  }
  .brand {
    font-size: 21px;
    gap: 9px;
  }
  .brand-monogram {
    width: 37px;
    height: 43px;
    font-size: 31px;
  }
  .header-contact .phone {
    font-size: 11px;
  }
  .header-contact .text-button {
    font-size: 9px;
  }
  .menu-toggle {
    padding: 6px;
  }
  .menu-toggle span {
    width: 20px;
  }
  .hero {
    grid-template-columns: 1fr;
    gap: 29px;
    padding-top: 27px;
    padding-bottom: 30px;
  }
  .hero-copy {
    padding: 0;
  }
  .hero .eyebrow {
    font-size: 9px;
    margin-bottom: 18px;
    letter-spacing: 0.08em;
  }
  .hero h1 {
    font-size: 66px;
    line-height: 0.99;
    letter-spacing: -0.045em;
  }
  .hero h1 br:nth-of-type(3) {
    display: none;
  }
  .hero-description {
    font-size: 13px;
    line-height: 1.8;
    margin-top: 23px;
    max-width: 100%;
  }
  .hero-actions {
    flex-direction: row;
    align-items: center;
    gap: 20px;
    margin-top: 24px;
  }
  .hero-actions .button {
    font-size: 11px;
    padding: 14px 15px;
    gap: 17px;
    min-height: 50px;
  }
  .hero .underlink {
    font-size: 10px;
    gap: 8px;
  }
  .hero-note {
    margin-top: 14px;
    font-size: 10px;
  }
  .hero-photo {
    min-height: 370px;
    max-height: 400px;
    aspect-ratio: 1.1;
    border-radius: 170px 170px 4px 4px;
  }
  .hero-photo > img {
    object-position: 50% 42%;
  }
  .photo-message {
    left: 15px;
    right: 15px;
    bottom: 30px;
    padding: 15px 20px;
    gap: 18px;
  }
  .photo-message p {
    font-size: 29px;
  }
  .hero-photo figcaption {
    left: 15px;
    font-size: 8px;
    bottom: 8px;
  }
  .facts {
    grid-template-columns: repeat(3, 1fr);
    padding-block: 21px;
    gap: 12px;
  }
  .facts > div {
    display: block;
    padding-left: 14px;
  }
  .facts > div:first-child {
    padding-left: 0;
  }
  .facts strong {
    font-size: 37px;
  }
  .facts .fact-word {
    font-size: 28px;
    line-height: 1.35;
  }
  .facts p {
    font-size: 9px;
    line-height: 1.7;
    margin-top: 8px;
  }
  .section {
    padding-block: 58px;
  }
  h2 {
    font-size: 46px;
  }
  h3 {
    font-size: 31px;
  }
  .eyebrow {
    font-size: 10px;
    margin-bottom: 18px;
  }
  .approach {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .approach-content {
    padding: 0;
  }
  .lead-copy {
    font-size: 17px;
  }
  .approach-content > p:not(.lead-copy) {
    font-size: 13px;
  }
  .approach-points {
    gap: 12px;
    margin-top: 23px;
    font-size: 10px;
  }
  .section-top {
    display: block;
    margin-bottom: 28px;
  }
  .section-top > p {
    margin-top: 24px;
    font-size: 12px;
  }
  .section-top > p br {
    display: none;
  }
  .section-top > .underlink {
    margin-top: 20px;
  }
  .branch-tabs {
    overflow-x: auto;
    gap: 22px;
    margin-bottom: 23px;
    scrollbar-width: thin;
  }
  .branch-tabs button {
    white-space: nowrap;
    flex: none;
    font-size: 11px;
    padding: 13px 0;
  }
  .branch-panel {
    grid-template-columns: 1fr;
    gap: 25px;
  }
  .branch-image img {
    height: 270px;
  }
  .branch-image > span {
    font-size: 10px;
    padding: 7px 12px;
    left: 12px;
    right: 12px;
    bottom: 12px;
  }
  .branch-info h3 {
    font-size: 37px;
  }
  .branch-info .eyebrow {
    margin-bottom: 10px;
  }
  .branch-address {
    font-size: 14px;
  }
  .metro {
    font-size: 11px;
    margin-bottom: 17px;
  }
  .branch-info > p:last-of-type {
    font-size: 13px;
  }
  .branch-specs {
    gap: 50px;
  }
  .branch-actions {
    gap: 25px;
  }
  .branch-actions .button {
    font-size: 11px;
    min-height: 49px;
  }
  .branch-actions .underlink {
    font-size: 11px;
  }
  .gallery-strip {
    gap: 8px;
    margin-top: 26px;
  }
  .gallery-strip > div {
    display: block;
  }
  .gallery-strip > div p {
    font-size: 10px;
    max-width: 100%;
    margin-bottom: 8px;
  }
  .gallery-strip .eyebrow {
    margin-bottom: 8px;
  }
  .gallery-strip img {
    height: 63px;
  }
  .care-grid {
    grid-template-columns: 1fr;
    gap: 0;
  }
  .care-grid article {
    padding: 25px 0;
  }
  .care-grid h3 {
    font-size: 30px;
    margin: 13px 0;
  }
  .care-grid p {
    font-size: 13px;
  }
  .care-grid summary {
    font-size: 11px;
  }
  .price-section {
    padding-block: 52px;
  }
  .price-layout {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .price-intro h2 {
    font-size: 48px;
  }
  .price-intro h2 br:last-of-type {
    display: none;
  }
  .price-intro > p:not(.eyebrow) {
    font-size: 13px;
    max-width: 100%;
  }
  .price-included {
    margin-top: 24px;
    padding-top: 23px;
  }
  .price-intro > p.price-footnote {
    font-size: 11px;
    max-width: 100%;
  }
  .calculator {
    padding: 26px 22px;
  }
  .calculator h3 {
    font-size: 31px;
  }
  .calculator label {
    font-size: 11px;
  }
  .calculator select {
    font-size: 13px;
  }
  .estimate > p {
    font-size: 38px;
  }
  .estimate > div {
    font-size: 11px;
  }
  .estimate strong {
    font-size: 21px;
  }
  .calculator > .button {
    font-size: 12px;
    gap: 22px;
  }
  .calculator > .microcopy {
    font-size: 10px;
    line-height: 1.8;
  }
  .life-layout {
    grid-template-columns: 1fr;
    gap: 28px;
  }
  .life-photo img {
    height: auto;
    aspect-ratio: 1.2;
    object-position: center;
  }
  .life-photo figcaption {
    font-size: 8px;
  }
  .day > div {
    gap: 22px;
    padding: 15px 0;
  }
  .day p {
    font-size: 13px;
  }
  .day time {
    font-size: 12px;
  }
  .day p span {
    font-size: 11px;
  }
  .food-note {
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 30px;
    padding: 22px 0;
  }
  .food-note > div {
    gap: 22px;
  }
  .food-note > p {
    font-size: 12px;
  }
  .food-note .underlink {
    grid-column: auto;
  }
  .quote-section {
    padding-block: 45px;
  }
  .quote-layout {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .quote-layout > div:first-child {
    display: flex;
    justify-content: space-between;
    gap: 15px;
  }
  .quote-layout .eyebrow {
    font-size: 9px;
  }
  .quote-context {
    font-size: 10px;
    line-height: 1.7;
    text-align: right;
  }
  .quote-context span {
    font-size: 9px;
  }
  blockquote {
    font-size: 34px;
  }
  .quote-author {
    font-size: 10px;
    gap: 15px;
  }
  .quote-author .underlink {
    font-size: 10px;
    max-width: 165px;
  }
  .quote-layout .microcopy {
    font-size: 10px;
  }
  .steps {
    grid-template-columns: 1fr 1fr;
    gap: 26px 22px;
  }
  .steps li {
    padding-top: 17px;
  }
  .steps li > span {
    font-size: 28px;
  }
  .steps h3 {
    font-size: 26px;
    line-height: 1.12;
  }
  .steps p {
    font-size: 11px;
    margin-top: 12px;
  }
  .steps .underlink {
    font-size: 10px;
    gap: 5px;
  }
  .faq-layout {
    grid-template-columns: 1fr;
    gap: 28px;
  }
  .faq-layout > div:first-child > p:not(.eyebrow) {
    margin-top: 20px;
  }
  .faq-list details {
    padding: 19px 0;
  }
  .faq-list summary {
    font-size: 13px;
  }
  .faq-list p {
    font-size: 12px;
  }
  .contacts {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .contact-copy {
    padding: 0;
  }
  .contact-copy > p:not(.eyebrow) {
    font-size: 13px;
    max-width: 100%;
  }
  .contact-phone {
    font-size: 36px;
    margin-top: 23px;
  }
  .contact-form-card {
    padding: 28px 23px;
  }
  .contact-form-card h3 {
    font-size: 32px;
  }
  .contact-form-card > p:not(.eyebrow) {
    font-size: 12px;
  }
  .lead-form label {
    font-size: 12px;
  }
  .lead-form label.consent {
    font-size: 10px;
  }
  .lead-form .button {
    font-size: 12px;
  }
  .footer-top {
    flex-wrap: wrap;
    gap: 26px;
    padding-bottom: 26px;
  }
  .footer-top > p {
    font-size: 22px;
  }
  .footer-top > .underlink {
    font-size: 10px;
  }
  .footer-bottom {
    grid-template-columns: 1fr;
    gap: 19px;
    font-size: 12px;
  }
  .footer-bottom .text-button {
    font-size: 12px;
  }
  footer {
    padding: 35px 0 100px;
  }
  .mobile-cta {
    display: flex;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: var(--paper);
    border-top: 1px solid var(--line);
    z-index: 30;
    padding: 9px 16px calc(9px + env(safe-area-inset-bottom));
    gap: 10px;
    box-shadow: 0 -3px 15px #38273706;
  }
  .mobile-cta > a,
  .mobile-cta > button {
    flex: 1;
    border: 1px solid var(--plum);
    min-height: 44px;
    font-size: 12px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    border-radius: 3px;
  }
  .mobile-cta > button {
    background: var(--plum);
    color: #fff;
    gap: 23px;
  }
  .mobile-cta > button span {
    font-size: 20px;
  }
  dialog {
    padding: 32px 25px;
    max-height: 88dvh;
  }
  dialog > h2 {
    font-size: 37px;
  }
  dialog .eyebrow {
    font-size: 9px;
  }
  .dialog-close {
    right: 8px;
    top: 7px;
  }
  .info-dialog {
    padding: 32px 22px;
  }
  .gallery-dialog {
    padding: 38px 12px 14px;
  }
  .gallery-controls p {
    font-size: 10px;
  }
  .cookie-banner {
    bottom: 78px;
    left: 12px;
    right: 12px;
    padding: 19px;
    display: block;
  }
  .cookie-banner > div {
    margin-top: 14px;
    gap: 8px;
  }
  .cookie-banner .button {
    font-size: 10px;
    padding: 10px 12px;
  }
  .cookie-banner p span {
    font-size: 10px;
  }
  .legal {
    margin: 35px auto;
  }
  .legal h1 {
    font-size: 40px;
  }
  .menu-content dl > div {
    grid-template-columns: 95px 1fr;
    gap: 12px;
  }
  .menu-content dd {
    font-size: 12px;
  }
  .legal .notice {
    padding: 15px;
    font-size: 12px;
  }
}
@media (max-width: 365px) {
  .wrap {
    width: calc(100% - 32px);
  }
  .brand {
    font-size: 19px;
  }
  .header-contact .phone {
    font-size: 10px;
  }
  .hero h1 {
    font-size: 59px;
  }
  .hero-actions {
    gap: 12px;
  }
  .hero-actions .button {
    font-size: 10px;
    padding: 14px 13px;
  }
  .hero .underlink {
    font-size: 9px;
  }
  .fact-word {
    font-size: 26px !important;
  }
  .contact-phone {
    font-size: 32px;
  }
  .calculator {
    padding: 22px 18px;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,
  *:before,
  *:after {
    transition: none !important;
    animation: none !important;
  }
}
.hero-copy,
.hero-photo,
.branch-info,
.price-intro,
.calculator,
.contact-copy,
.contact-form-card {
  min-width: 0;
}
.hero-description,
.approach-content > p:not(.lead-copy),
.care-grid p,
.contact-copy > p:not(.eyebrow) {
  font-size: 16px;
}
.desktop-nav a,
.button,
.underlink,
.branch-tabs button {
  font-size: 14px;
}
.section-top > p,
.branch-info > p:last-of-type,
.price-intro > p:not(.eyebrow),
.steps p,
.faq-list p,
.food-note > p {
  font-size: 14px;
}
.hero-note,
.facts p span,
.microcopy,
.field-help {
  font-size: 12px;
}
.facts p {
  font-size: 14px;
}
.care-grid summary,
.price-included ul,
.day p span {
  font-size: 13px;
}
@media (max-width: 1000px) {
  .hero-description,
  .approach-content > p:not(.lead-copy),
  .care-grid p,
  .contact-copy > p:not(.eyebrow) {
    font-size: 15px;
  }
  .hero-actions .button,
  .branch-actions .button {
    font-size: 12px;
  }
  .hero-actions .underlink {
    font-size: 12px;
  }
  .facts p {
    font-size: 11px;
  }
}
@media (max-width: 700px) {
  .hero h1 {
    font-size: clamp(46px, 14vw, 62px);
  }
  .hero h1 br:nth-of-type(3) {
    display: initial;
  }
  .hero-actions {
    gap: 14px;
  }
  .hero-actions .button {
    font-size: 12px;
    gap: 10px;
  }
  .hero-actions .underlink {
    font-size: 11px;
  }
  .hero-description {
    font-size: 15px;
  }
  .hero-note {
    font-size: 11px;
  }
  .facts p {
    font-size: 10px;
  }
  .button,
  .underlink,
  .branch-tabs button {
    font-size: 12px;
  }
  .section-top > p,
  .branch-info > p:last-of-type,
  .price-intro > p:not(.eyebrow),
  .steps p,
  .faq-list p,
  .food-note > p {
    font-size: 14px;
  }
  .branch-info > p:last-of-type {
    font-size: 14px;
  }
  .steps p {
    font-size: 12px;
  }
  .care-grid summary {
    font-size: 12px;
  }
  .contact-copy > p.small {
    font-size: 12px;
  }
  .consent,
  .lead-form label.consent {
    font-size: 12px;
  }
  .lead-form > .microcopy,
  .calculator > .microcopy {
    font-size: 12px;
  }
  .field-help {
    font-size: 11px;
  }
  .footer-bottom {
    font-size: 12px;
  }
  .care-grid details p {
    font-size: 13px;
  }
}
@media (max-width: 700px) {
  .hero-photo {
    min-height: 0;
    height: 370px;
    width: 100%;
    aspect-ratio: auto;
    max-height: none;
  }
  .hero-photo > img {
    object-position: 48% center;
  }
  .price-intro h2 br:last-of-type {
    display: initial;
  }
}
@media print {
  .header,
  footer,
  .mobile-cta,
  .cookie-banner,
  .print-hide {
    display: none !important;
  }
  body {
    background: #fff;
  }
  .legal {
    max-width: none;
    margin: 0;
  }
  a {
    text-decoration: none;
  }
  .legal h1 {
    font-size: 32px;
  }
  h2,
  h3 {
    break-after: avoid;
  }
  li {
    break-inside: avoid;
  }
}

/* Brand identity, situations, reviews and consent panel */
.brand {
  gap: 14px;
  letter-spacing: 0;
}
.brand-mark {
  width: 52px;
  height: 58px;
  flex: 0 0 auto;
}
.brand-type {
  display: grid;
  line-height: 0.9;
}
.brand-type small {
  font-family: var(--sans);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.22em;
  line-height: 1;
  text-transform: uppercase;
}
.brand-type strong {
  font-family: var(--serif);
  font-size: 27px;
  font-weight: 500;
  letter-spacing: -0.035em;
  line-height: 1;
}

.situations-section {
  padding-block: 110px;
  background: var(--mist);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.situations-heading {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 100px;
  align-items: end;
  margin-bottom: 68px;
}
.situations-heading h2,
.quote-layout h2 {
  font-size: clamp(48px, 5vw, 76px);
  line-height: 0.92;
}
.situations-heading > p {
  max-width: 560px;
  color: var(--muted);
}
.situations-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: 70px;
}
.situations-grid article {
  display: grid;
  grid-template-columns: 46px minmax(170px, 0.72fr) minmax(210px, 1fr);
  gap: 18px;
  align-items: baseline;
  padding: 25px 0;
  border-top: 1px solid #cfc4bd;
}
.situations-grid article > span {
  color: #a36a52;
  font-family: var(--serif);
  font-size: 23px;
}
.situations-grid h3 {
  font-family: var(--sans);
  font-size: 15px;
  font-weight: 700;
  line-height: 1.45;
}
.situations-grid p {
  color: var(--muted);
  font-size: 12px;
  line-height: 1.75;
}
.situations-action {
  display: flex;
  justify-content: space-between;
  gap: 35px;
  align-items: center;
  margin-top: 38px;
  padding: 28px 32px;
  background: var(--paper);
  border-left: 4px solid #c47458;
}
.situations-action p {
  display: grid;
  gap: 3px;
  font-size: 14px;
}
.situations-action p span {
  color: var(--muted);
  font-size: 12px;
}
.situations-action .button {
  flex: 0 0 auto;
}

.quote-layout h2 {
  margin-bottom: 28px;
  font-size: clamp(44px, 4vw, 58px);
}
.review-viewport {
  overflow: hidden;
}
.quote-layout > *,
.review-carousel,
.review-viewport,
.review-track {
  min-width: 0;
  max-width: 100%;
}
.review-track {
  display: flex;
  align-items: stretch;
  transition: transform 0.55s cubic-bezier(0.22, 1, 0.36, 1);
  will-change: transform;
}
.review-slide {
  display: flex;
  flex: 0 0 100%;
  flex-direction: column;
  justify-content: space-between;
  min-width: 0;
  padding-right: 3px;
}
.review-slide blockquote {
  font-size: clamp(26px, 2.6vw, 39px);
  line-height: 1.22;
}
.review-author {
  margin-top: 30px;
  font-size: 13px;
  font-weight: 700;
}
.review-author::before {
  content: "";
  display: inline-block;
  width: 34px;
  margin-right: 12px;
  border-top: 1px solid currentColor;
  vertical-align: middle;
}
.review-controls {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 25px;
  align-items: center;
  margin-top: 34px;
  padding-top: 18px;
  border-top: 1px solid #ccbcb4;
}
.review-controls > div:first-child {
  display: flex;
  gap: 8px;
}
.review-controls > div:first-child button {
  width: 44px;
  height: 44px;
  background: transparent;
  border: 1px solid #a99287;
  font-size: 22px;
  transition:
    background 0.2s,
    color 0.2s;
}
.review-controls > div:first-child button:hover {
  background: var(--plum);
  color: white;
}
.review-dots {
  display: flex;
  justify-content: center;
  gap: 8px;
}
.review-dots button {
  width: 26px;
  height: 8px;
  padding: 0;
  background: #c9b9b1;
  border-radius: 9px;
  transition:
    width 0.3s,
    background 0.3s;
}
.review-dots button[aria-current="true"] {
  width: 48px;
  background: var(--plum);
}
#review-status {
  min-width: 48px;
  font-family: var(--serif);
  font-size: 18px;
}

.cookie-banner {
  right: auto;
  width: min(720px, calc(100% - 40px));
  border-left: 4px solid #c47458;
}
.cookie-banner p > span a {
  font-weight: 700;
}
.requisites-list {
  margin: 35px 0;
  border-top: 1px solid var(--line);
}
.requisites-list > div {
  display: grid;
  grid-template-columns: minmax(160px, 0.7fr) 1.3fr;
  gap: 25px;
  padding: 15px 0;
  border-bottom: 1px solid var(--line);
}
.requisites-list dt {
  color: var(--muted);
  font-size: 13px;
}
.requisites-list dd {
  margin: 0;
  font-size: 14px;
}

@media (max-width: 1000px) {
  .situations-heading {
    gap: 45px;
  }
  .situations-grid {
    grid-template-columns: 1fr;
  }
  .quote-layout {
    gap: 48px;
  }
}
@media (max-width: 700px) {
  .brand {
    gap: 8px;
  }
  .brand-mark {
    width: 41px;
    height: 46px;
  }
  .brand-type small {
    font-size: 7px;
  }
  .brand-type strong {
    font-size: 21px;
  }
  .situations-section {
    padding-block: 75px;
  }
  .situations-heading {
    grid-template-columns: 1fr;
    gap: 25px;
    margin-bottom: 42px;
  }
  .situations-heading h2,
  .quote-layout h2 {
    font-size: 50px;
  }
  .situations-heading > p {
    font-size: 14px;
  }
  .situations-grid article {
    grid-template-columns: 34px 1fr;
    gap: 8px 12px;
    padding: 20px 0;
  }
  .situations-grid article > span {
    grid-row: 1 / 3;
    font-size: 19px;
  }
  .situations-grid h3 {
    font-size: 14px;
  }
  .situations-grid p {
    font-size: 12px;
  }
  .situations-action {
    display: grid;
    padding: 22px 20px;
  }
  .situations-action .button {
    width: 100%;
  }
  .quote-layout {
    grid-template-columns: 1fr;
    gap: 34px;
  }
  .review-slide blockquote {
    font-size: 27px;
  }
  .review-controls {
    grid-template-columns: auto 1fr;
    gap: 18px;
  }
  .review-dots {
    justify-content: flex-end;
  }
  #review-status {
    display: none;
  }
  .review-dots button {
    width: 15px;
  }
  .review-dots button[aria-current="true"] {
    width: 30px;
  }
  .cookie-banner {
    width: auto;
    right: 12px;
  }
  .requisites-list > div {
    grid-template-columns: 1fr;
    gap: 3px;
  }
}
