:root {
  --warm-cream: #f5efe7;
  --warm-cream-soft: #fbf8f3;
  --warm-sand: #d8c8b8;
  --warm-clay: #b6533f;
  --warm-clay-dark: #8f3e2f;
  --warm-espresso: #2d211c;
  --warm-ink: #201b17;
  --warm-muted: #665c53;
  --warm-line: rgba(32, 27, 23, 0.15);
  --warm-serif: "Iowan Old Style", "Palatino Linotype", Georgia, "Times New Roman", serif;
}

.page-home-shell {
  background: var(--warm-cream-soft);
}

.page-home-shell .site-header {
  border-bottom-color: rgba(32, 27, 23, 0.12);
}

.page-home-shell .site-header.is-sticky {
  background: rgba(251, 248, 243, 0.9);
  box-shadow: 0 12px 42px rgba(45, 33, 28, 0.1);
}

.page-home-shell .button-small {
  border-radius: 999px;
}

.warm-icon-sprite {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
}

.warm-icon {
  display: block;
  width: 24px;
  height: 24px;
  flex: 0 0 auto;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.45;
}

.warm-home {
  overflow: clip;
  background: var(--warm-cream-soft);
  color: var(--warm-ink);
}

.warm-home h1,
.warm-home h2,
.warm-home h3 {
  font-family: var(--warm-serif);
  font-weight: 400;
  letter-spacing: -0.045em;
}

.warm-home h2 {
  font-size: clamp(42px, 5vw, 72px);
  line-height: 0.98;
}

.warm-home h3 {
  font-size: clamp(26px, 2.8vw, 38px);
}

.warm-section {
  padding: 138px 0;
}

.warm-kicker {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0 0 24px;
  color: var(--warm-clay-dark);
  font-size: 10px;
  font-weight: 750;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.warm-kicker > span {
  width: 36px;
  height: 1px;
  background: currentColor;
}

.warm-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(270px, 0.55fr);
  align-items: end;
  gap: 80px;
  margin-bottom: 66px;
}

.warm-heading h2 {
  max-width: 850px;
}

.warm-heading > p {
  max-width: 420px;
  margin: 0 0 4px;
  color: var(--warm-muted);
  font-size: 14px;
  line-height: 1.75;
}

.warm-heading-light,
.warm-heading-light h2 {
  color: #fffaf3;
}

.warm-heading-light .warm-kicker {
  color: #e6a493;
}

.warm-heading-light > p {
  color: rgba(255, 250, 243, 0.62);
}

.warm-icon-box {
  display: grid;
  width: 52px;
  height: 52px;
  flex: 0 0 auto;
  place-items: center;
  border: 1px solid currentColor;
  border-radius: 50%;
}

.warm-icon-box .warm-icon {
  width: 22px;
  height: 22px;
}

.warm-button {
  display: inline-flex;
  min-height: 58px;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  padding: 0 16px 0 26px;
  border: 1px solid var(--warm-clay);
  border-radius: 999px;
  background: var(--warm-clay);
  color: #fffdf9;
  font-size: 11px;
  font-weight: 750;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  transition: border-color 240ms ease, background 240ms ease, transform 240ms ease;
}

.warm-button .warm-icon {
  width: 36px;
  height: 36px;
  padding: 9px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.13);
  transition: transform 240ms ease;
}

.warm-button:hover,
.warm-button:focus-visible {
  border-color: var(--warm-clay-dark);
  background: var(--warm-clay-dark);
  transform: translateY(-2px);
}

.warm-button:hover .warm-icon,
.warm-button:focus-visible .warm-icon {
  transform: translateX(3px);
}

.warm-button-dark {
  border-color: var(--warm-espresso);
  background: var(--warm-espresso);
}

.warm-button-dark:hover,
.warm-button-dark:focus-visible {
  border-color: #17110f;
  background: #17110f;
}

.warm-text-link {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  padding-bottom: 6px;
  border-bottom: 1px solid currentColor;
  font-size: 11px;
  font-weight: 750;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.warm-text-link > span {
  color: var(--warm-clay);
  font-size: 18px;
  transition: transform 220ms ease;
}

.warm-text-link:hover > span,
.warm-text-link:focus-visible > span {
  transform: translate(3px, -3px);
}

.warm-text-link-light {
  color: #fffaf3;
}

.warm-text-link-light > span {
  color: #e6a493;
}

[data-reveal] {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 720ms cubic-bezier(0.2, 0.7, 0.2, 1), transform 720ms cubic-bezier(0.2, 0.7, 0.2, 1);
  transition-delay: var(--reveal-delay, 0ms);
}

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

[data-parallax] {
  --warm-parallax-y: 0px;
  transform: translate3d(0, var(--warm-parallax-y), 0);
  will-change: transform;
}

.warm-hero {
  position: relative;
  min-height: 920px;
  overflow: hidden;
  padding: 144px 0 92px;
  background:
    radial-gradient(circle at 22% 32%, rgba(182, 83, 63, 0.11), transparent 30%),
    linear-gradient(90deg, #f6efe6 0 57%, #e8dbce 57% 100%);
}

.warm-hero::before {
  position: absolute;
  inset: 0;
  background-image: repeating-linear-gradient(105deg, transparent 0 78px, rgba(45, 33, 28, 0.025) 79px, transparent 80px);
  content: "";
  pointer-events: none;
}

.warm-hero-orbit {
  position: absolute;
  border: 1px solid rgba(45, 33, 28, 0.13);
  border-radius: 50%;
  pointer-events: none;
}

.warm-hero-orbit-one {
  top: -330px;
  right: -230px;
  width: 780px;
  height: 780px;
}

.warm-hero-orbit-two {
  right: 28%;
  bottom: -260px;
  width: 520px;
  height: 520px;
  border-color: rgba(182, 83, 63, 0.2);
}

.warm-hero-grid {
  position: relative;
  z-index: 2;
  display: grid;
  min-height: 690px;
  grid-template-columns: minmax(0, 0.98fr) minmax(430px, 1.02fr);
  align-items: center;
  gap: clamp(62px, 7vw, 118px);
}

.warm-hero-copy {
  position: relative;
  z-index: 4;
  padding-top: 18px;
}

.warm-hero h1 {
  max-width: 710px;
  margin: 0 0 30px;
  font-size: clamp(58px, 6vw, 88px);
  line-height: 0.91;
}

.warm-hero h1 em {
  display: block;
  margin-top: 9px;
  color: var(--warm-clay);
  font-weight: 400;
}

.warm-hero-lead {
  max-width: 590px;
  margin: 0 0 36px;
  color: var(--warm-muted);
  font-size: 17px;
  line-height: 1.75;
}

.warm-hero-actions {
  display: flex;
  align-items: center;
  gap: 30px;
}

.warm-hero-facts {
  display: grid;
  max-width: 640px;
  grid-template-columns: repeat(3, 1fr);
  margin: 62px 0 0;
  padding: 24px 0 0;
  border-top: 1px solid var(--warm-line);
}

.warm-hero-facts > div {
  position: relative;
  min-width: 0;
  padding: 0 20px;
}

.warm-hero-facts > div:first-child {
  padding-left: 0;
}

.warm-hero-facts > div + div {
  border-left: 1px solid var(--warm-line);
}

.warm-hero-facts .warm-icon {
  width: 18px;
  height: 18px;
  margin-bottom: 16px;
  color: var(--warm-clay);
}

.warm-hero-facts dt {
  overflow-wrap: anywhere;
  font-family: var(--warm-serif);
  font-size: clamp(22px, 2.3vw, 31px);
  line-height: 1;
}

.warm-hero-facts dd {
  margin: 8px 0 0;
  color: var(--warm-muted);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.warm-hero-visual {
  position: relative;
  height: 690px;
}

.warm-hero-frame {
  position: absolute;
  top: 0;
  right: 0;
  width: 83%;
  height: 630px;
}

.warm-hero-frame::before {
  position: absolute;
  z-index: -1;
  top: -22px;
  right: -22px;
  width: 72%;
  height: 76%;
  border: 1px solid rgba(45, 33, 28, 0.28);
  content: "";
}

.warm-hero-frame picture,
.warm-hero-frame img {
  width: 100%;
  height: 100%;
}

.warm-hero-frame img {
  object-fit: cover;
  box-shadow: 0 35px 90px rgba(45, 33, 28, 0.2);
}

.warm-hero-session {
  position: absolute;
  z-index: 4;
  bottom: 22px;
  left: -5%;
  width: 34%;
  min-width: 180px;
  padding: 8px 8px 0;
  background: var(--warm-cream-soft);
  box-shadow: 0 20px 55px rgba(45, 33, 28, 0.22);
}

.warm-hero-session picture,
.warm-hero-session img {
  width: 100%;
  height: 260px;
}

.warm-hero-session img {
  object-fit: cover;
  object-position: center 38%;
  filter: saturate(0.8) contrast(1.05);
}

.warm-hero-session > span {
  display: block;
  padding: 12px 4px 11px;
  color: var(--warm-muted);
  font-size: 8px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.warm-hero-address {
  position: absolute;
  z-index: 5;
  right: -18px;
  bottom: 18px;
  display: flex;
  min-width: 275px;
  align-items: center;
  gap: 14px;
  padding: 17px 20px;
  background: rgba(255, 253, 249, 0.94);
  box-shadow: 0 18px 46px rgba(45, 33, 28, 0.18);
  backdrop-filter: blur(12px);
}

.warm-hero-address .warm-icon-box {
  width: 42px;
  height: 42px;
  color: var(--warm-clay);
}

.warm-hero-address p {
  display: flex;
  flex-direction: column;
  margin: 0;
  line-height: 1.35;
}

.warm-hero-address strong {
  font-family: var(--warm-serif);
  font-size: 15px;
  font-weight: 500;
}

.warm-hero-address p > span {
  margin-top: 3px;
  color: var(--warm-muted);
  font-size: 10px;
}

.warm-hero-line {
  position: absolute;
  z-index: 3;
  bottom: -38px;
  left: -30px;
  width: 62%;
  overflow: visible;
  fill: none;
  stroke: rgba(182, 83, 63, 0.5);
  stroke-width: 1;
}

.warm-scroll-cue {
  position: absolute;
  z-index: 5;
  bottom: 30px;
  left: clamp(24px, 4vw, 72px);
  display: flex;
  align-items: center;
  gap: 12px;
  color: var(--warm-muted);
  font-size: 8px;
  font-weight: 750;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  transform: rotate(-90deg) translateY(100%);
  transform-origin: left bottom;
}

.warm-scroll-cue > span {
  position: relative;
  width: 42px;
  height: 1px;
  overflow: hidden;
  background: var(--warm-line);
}

.warm-scroll-cue > span::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  background: var(--warm-clay);
  content: "";
  animation: warm-scroll-line 1.8s ease-in-out infinite;
}

@keyframes warm-scroll-line {
  0%, 100% { transform: translateX(-120%); }
  50% { transform: translateX(220%); }
}

.warm-trust {
  position: relative;
  z-index: 3;
  background: var(--warm-espresso);
  color: #fffaf3;
}

.warm-trust-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.warm-trust article {
  display: grid;
  min-height: 178px;
  grid-template-columns: 52px 1fr;
  align-items: center;
  gap: 18px;
  padding: 28px 24px;
}

.warm-trust article + article {
  border-left: 1px solid rgba(255, 255, 255, 0.14);
}

.warm-trust .warm-icon-box {
  color: #e6a493;
}

.warm-trust strong {
  display: block;
  margin-bottom: 6px;
  font-family: var(--warm-serif);
  font-size: 17px;
  font-weight: 500;
  line-height: 1.25;
}

.warm-trust p {
  margin: 0;
  color: rgba(255, 250, 243, 0.58);
  font-size: 11px;
  line-height: 1.55;
}

.warm-zones {
  position: relative;
  background: var(--warm-cream-soft);
}

.warm-zones::after {
  position: absolute;
  right: -120px;
  bottom: -220px;
  width: 460px;
  height: 460px;
  border: 1px solid rgba(182, 83, 63, 0.18);
  border-radius: 50%;
  content: "";
  pointer-events: none;
}

.warm-zone-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  border-top: 1px solid var(--warm-ink);
  border-bottom: 1px solid var(--warm-line);
}

.warm-zone-grid > a {
  position: relative;
  display: flex;
  min-height: 225px;
  flex-direction: column;
  padding: 25px 20px 22px;
  transition: background 260ms ease, color 260ms ease;
}

.warm-zone-grid > a + a {
  border-left: 1px solid var(--warm-line);
}

.warm-zone-icon {
  display: grid;
  width: 64px;
  height: 64px;
  margin-bottom: 48px;
  place-items: center;
  border: 1px solid var(--warm-clay);
  border-radius: 50%;
  color: var(--warm-clay);
  transition: border-color 260ms ease, color 260ms ease, transform 260ms ease;
}

.warm-zone-icon .warm-icon {
  width: 30px;
  height: 30px;
}

.warm-zone-grid strong {
  margin-top: auto;
  font-family: var(--warm-serif);
  font-size: 17px;
  font-weight: 500;
  line-height: 1.25;
}

.warm-zone-arrow {
  position: absolute;
  right: 18px;
  bottom: 20px;
  color: var(--warm-clay);
  font-size: 18px;
  transition: transform 260ms ease;
}

.warm-zone-grid > a:hover,
.warm-zone-grid > a:focus-visible {
  background: var(--warm-clay);
  color: #fffaf3;
}

.warm-zone-grid > a:hover .warm-zone-icon,
.warm-zone-grid > a:focus-visible .warm-zone-icon {
  border-color: rgba(255, 255, 255, 0.55);
  color: #fffaf3;
  transform: translateY(-5px) rotate(-4deg);
}

.warm-zone-grid > a:hover .warm-zone-arrow,
.warm-zone-grid > a:focus-visible .warm-zone-arrow {
  color: #fffaf3;
  transform: translate(3px, -3px);
}

.warm-services {
  position: relative;
  overflow: hidden;
  background: #241b17;
  color: #fffaf3;
}

.warm-services::before {
  position: absolute;
  top: -250px;
  left: -180px;
  width: 600px;
  height: 600px;
  border: 1px solid rgba(230, 164, 147, 0.12);
  border-radius: 50%;
  content: "";
}

.warm-service-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 16px;
}

.warm-service-card {
  position: relative;
  display: flex;
  min-height: 390px;
  flex-direction: column;
  grid-column: span 4;
  padding: 28px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  overflow: hidden;
  transition: border-color 260ms ease, background 260ms ease, transform 260ms ease;
}

.warm-service-card:nth-child(1) {
  grid-column: span 6;
}

.warm-service-card:nth-child(2),
.warm-service-card:nth-child(3) {
  grid-column: span 3;
}

.warm-service-card::after {
  position: absolute;
  right: -60px;
  bottom: -80px;
  width: 190px;
  height: 190px;
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: 50%;
  content: "";
  transition: transform 420ms ease;
}

.warm-service-card:hover,
.warm-service-card:focus-within {
  border-color: rgba(230, 164, 147, 0.75);
  background: rgba(255, 255, 255, 0.035);
  transform: translateY(-5px);
}

.warm-service-card:hover::after,
.warm-service-card:focus-within::after {
  transform: scale(1.2);
}

.warm-service-card-featured {
  background: #34251f;
}

.warm-service-card-clay {
  border-color: var(--warm-clay);
  background: var(--warm-clay);
}

.warm-service-card-clay:hover,
.warm-service-card-clay:focus-within {
  background: var(--warm-clay-dark);
}

.warm-service-card-top {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 42px;
}

.warm-service-number {
  color: #e6a493;
  font-family: var(--warm-serif);
  font-size: 17px;
}

.warm-service-icon {
  display: grid;
  width: 68px;
  height: 68px;
  place-items: center;
  border: 1px solid rgba(230, 164, 147, 0.66);
  border-radius: 50%;
  color: #e6a493;
  transition: transform 280ms ease;
}

.warm-service-icon .warm-icon {
  width: 31px;
  height: 31px;
}

.warm-service-card:hover .warm-service-icon {
  transform: rotate(7deg) scale(1.05);
}

.warm-service-card-clay .warm-service-number,
.warm-service-card-clay .warm-service-icon {
  color: #fffaf3;
}

.warm-service-card-clay .warm-service-icon {
  border-color: rgba(255, 255, 255, 0.55);
}

.warm-service-copy {
  position: relative;
  z-index: 1;
}

.warm-service-copy h3 {
  margin: 0 0 14px;
  line-height: 1.02;
}

.warm-service-copy p {
  max-width: 480px;
  margin: 0;
  color: rgba(255, 250, 243, 0.6);
  font-size: 13px;
  line-height: 1.7;
}

.warm-service-card-clay .warm-service-copy p {
  color: rgba(255, 255, 255, 0.78);
}

.warm-service-meta {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 18px;
  margin-top: auto;
  padding: 24px 0 18px;
  color: rgba(255, 250, 243, 0.52);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.warm-service-meta strong {
  color: #fffaf3;
  font-size: 11px;
}

.warm-service-card > a {
  position: relative;
  z-index: 1;
  display: flex;
  min-height: 46px;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid rgba(255, 255, 255, 0.25);
  font-size: 9px;
  font-weight: 750;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.warm-service-card > a .warm-icon {
  width: 20px;
  height: 20px;
  transition: transform 220ms ease;
}

.warm-service-card > a:hover .warm-icon,
.warm-service-card > a:focus-visible .warm-icon {
  transform: translateX(4px);
}

.warm-ritual {
  position: relative;
  padding: 150px 0;
  background: var(--warm-cream);
}

.warm-ritual-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(390px, 0.88fr);
  align-items: center;
  gap: clamp(64px, 8vw, 128px);
}

.warm-ritual-media {
  position: relative;
  min-width: 0;
  padding: 24px 0 0 24px;
}

.warm-ritual-media::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 65%;
  height: 70%;
  border: 1px solid var(--warm-clay);
  content: "";
}

.warm-ritual-media > div {
  height: 560px;
  overflow: hidden;
}

.warm-ritual-media picture,
.warm-ritual-media img {
  width: 100%;
  height: 100%;
}

.warm-ritual-media img {
  object-fit: cover;
  box-shadow: 0 30px 80px rgba(45, 33, 28, 0.18);
}

.warm-ritual-media > p {
  position: absolute;
  right: -28px;
  bottom: 28px;
  display: flex;
  min-width: 250px;
  align-items: center;
  gap: 18px;
  margin: 0;
  padding: 17px 22px;
  background: var(--warm-cream-soft);
  box-shadow: 0 18px 45px rgba(45, 33, 28, 0.14);
  color: var(--warm-muted);
  font-size: 9px;
  font-weight: 750;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.warm-ritual-media > p span {
  color: var(--warm-clay);
  font-family: var(--warm-serif);
  font-size: 22px;
  font-weight: 400;
}

.warm-ritual-copy h2 {
  margin: 0 0 30px;
}

.warm-ritual-lead {
  margin: 0 0 38px;
  color: var(--warm-muted);
  font-size: 16px;
  line-height: 1.75;
}

.warm-step-list {
  margin: 0 0 38px;
  padding: 0;
  border-top: 1px solid var(--warm-line);
  list-style: none;
}

.warm-step-list li {
  display: grid;
  grid-template-columns: 52px 1fr;
  align-items: center;
  gap: 18px;
  padding: 18px 0;
  border-bottom: 1px solid var(--warm-line);
}

.warm-step-list .warm-icon-box {
  color: var(--warm-clay);
}

.warm-step-list strong {
  display: block;
  margin-bottom: 3px;
  font-family: var(--warm-serif);
  font-size: 18px;
  font-weight: 500;
}

.warm-step-list p {
  margin: 0;
  color: var(--warm-muted);
  font-size: 12px;
  line-height: 1.5;
}

.warm-prices {
  position: relative;
  overflow: hidden;
  padding: 140px 0;
  background: var(--warm-espresso);
  color: #fffaf3;
}

.warm-prices-glow {
  position: absolute;
  top: -220px;
  right: -180px;
  width: 620px;
  height: 620px;
  border: 1px solid rgba(230, 164, 147, 0.12);
  border-radius: 50%;
  box-shadow: 0 0 120px rgba(182, 83, 63, 0.08) inset;
}

.warm-prices-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  align-items: start;
  gap: 48px 72px;
}

.warm-prices-copy {
  grid-column: 7 / 13;
  grid-row: 1;
}

.warm-prices-copy .warm-kicker {
  color: #e6a493;
}

.warm-prices-copy h2 {
  max-width: 650px;
  margin: 0 0 28px;
}

.warm-prices-copy > p:not(.warm-kicker) {
  max-width: 620px;
  margin: 0 0 32px;
  color: rgba(255, 250, 243, 0.61);
  font-size: 14px;
  line-height: 1.75;
}

.warm-price-list {
  grid-column: 7 / 13;
  grid-row: 2;
  border-top: 1px solid rgba(255, 255, 255, 0.23);
}

.warm-price-list article {
  display: grid;
  min-height: 118px;
  grid-template-columns: 50px minmax(0, 1fr) auto 42px;
  align-items: center;
  gap: 20px;
  padding: 16px 18px 16px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
  transition: background 220ms ease, padding 220ms ease;
}

.warm-price-list article:hover,
.warm-price-list article:focus-within {
  padding-left: 18px;
  background: rgba(255, 255, 255, 0.04);
}

.warm-price-list article.is-main {
  margin-inline: -18px;
  padding-inline: 18px;
  background: var(--warm-clay);
}

.warm-price-icon {
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  border: 1px solid rgba(230, 164, 147, 0.55);
  border-radius: 50%;
  color: #e6a493;
}

.warm-price-list article.is-main .warm-price-icon {
  border-color: rgba(255, 255, 255, 0.55);
  color: #fffaf3;
}

.warm-price-icon .warm-icon {
  width: 19px;
  height: 19px;
}

.warm-price-list article > div p {
  margin: 0 0 3px;
  color: rgba(255, 250, 243, 0.55);
  font-size: 8px;
  font-weight: 750;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.warm-price-list article > div strong {
  font-family: var(--warm-serif);
  font-size: 20px;
  font-weight: 500;
}

.warm-price-value {
  margin: 0;
  font-family: var(--warm-serif);
  font-size: clamp(30px, 3vw, 42px);
  line-height: 1;
}

.warm-price-value span {
  font-size: 18px;
}

.warm-price-list article > a {
  display: grid;
  width: 40px;
  height: 40px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 50%;
  transition: background 220ms ease, color 220ms ease;
}

.warm-price-list article > a:hover,
.warm-price-list article > a:focus-visible {
  background: #fffaf3;
  color: var(--warm-espresso);
}

.warm-price-list article > a .warm-icon {
  width: 18px;
  height: 18px;
}

.warm-prices-image {
  position: relative;
  min-width: 0;
  height: 740px;
  grid-column: 1 / 6;
  grid-row: 1 / 3;
  margin: 0;
  padding: 18px 0 0 18px;
}

.warm-prices-image::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 70%;
  height: 78%;
  border: 1px solid rgba(230, 164, 147, 0.6);
  content: "";
}

.warm-prices-image > div {
  height: 100%;
  overflow: hidden;
}

.warm-prices-image picture,
.warm-prices-image img {
  width: 100%;
  height: 100%;
}

.warm-prices-image img {
  object-fit: cover;
  filter: saturate(0.86) contrast(1.04);
}

.warm-prices-image figcaption {
  position: absolute;
  right: -34px;
  bottom: 30px;
  display: flex;
  align-items: center;
  gap: 13px;
  padding: 16px 20px;
  background: var(--warm-clay);
  color: #fffaf3;
  font-size: 8px;
  font-weight: 750;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.warm-prices-image figcaption .warm-icon {
  width: 20px;
  height: 20px;
}

.warm-about {
  background: var(--warm-cream-soft);
}

.warm-about-grid {
  display: grid;
  grid-template-columns: minmax(390px, 0.86fr) minmax(0, 1.14fr);
  align-items: center;
  gap: clamp(70px, 9vw, 140px);
}

.warm-about-media {
  position: relative;
  min-width: 0;
  height: 710px;
  padding: 0 24px 24px 0;
}

.warm-about-media::after {
  position: absolute;
  z-index: 0;
  right: 0;
  bottom: 0;
  width: 66%;
  height: 74%;
  border: 1px solid var(--warm-clay);
  content: "";
}

.warm-about-media > div:first-child {
  position: relative;
  z-index: 1;
  height: 100%;
  overflow: hidden;
}

.warm-about-media picture,
.warm-about-media img {
  width: 100%;
  height: 100%;
}

.warm-about-media img {
  object-fit: cover;
  object-position: center 46%;
  filter: saturate(0.78) contrast(1.04);
}

.warm-about-stamp {
  position: absolute;
  z-index: 3;
  right: -38px;
  bottom: 56px;
  display: grid;
  width: 142px;
  height: 142px;
  place-items: center;
  border-radius: 50%;
  background: var(--warm-clay);
  box-shadow: 0 20px 50px rgba(45, 33, 28, 0.2);
  color: #fffaf3;
  text-align: center;
}

.warm-about-stamp .warm-icon {
  width: 34px;
  height: 34px;
  margin-bottom: -16px;
}

.warm-about-stamp span {
  font-family: var(--warm-serif);
  font-size: 16px;
  line-height: 1.05;
}

.warm-about-copy h2 {
  max-width: 720px;
  margin: 0 0 30px;
}

.warm-about-lead {
  max-width: 650px;
  margin: 0 0 38px;
  color: var(--warm-muted);
  font-size: 16px;
  line-height: 1.75;
}

.warm-about-facts {
  margin-bottom: 38px;
  border-top: 1px solid var(--warm-line);
}

.warm-about-facts article {
  display: grid;
  grid-template-columns: 52px 1fr;
  align-items: center;
  gap: 18px;
  padding: 18px 0;
  border-bottom: 1px solid var(--warm-line);
}

.warm-about-facts .warm-icon-box {
  color: var(--warm-clay);
}

.warm-about-facts strong {
  display: block;
  margin-bottom: 3px;
  font-family: var(--warm-serif);
  font-size: 18px;
  font-weight: 500;
}

.warm-about-facts p {
  margin: 0;
  color: var(--warm-muted);
  font-size: 12px;
}

.warm-about-actions {
  display: flex;
  align-items: center;
  gap: 30px;
}

.page-home-shell .booking {
  padding: 138px 0;
  background: linear-gradient(100deg, #211915 0 55%, #8f3e2f 55% 100%);
}

.page-home-shell .booking::before {
  top: -260px;
  left: -180px;
  width: 620px;
  height: 620px;
  border-color: rgba(255, 255, 255, 0.08);
}

.page-home-shell .booking::after {
  position: absolute;
  inset: 0 45% 0 0;
  background:
    linear-gradient(90deg, rgba(33, 25, 21, 0.86), rgba(33, 25, 21, 0.72)),
    url("../images/warm-hands/ritual-tools-v1-1024.webp") center / cover no-repeat;
  content: "";
  opacity: 0.48;
  pointer-events: none;
}

.page-home-shell .booking-grid {
  z-index: 2;
}

.page-home-shell .booking-copy h2 {
  font-family: var(--warm-serif);
  font-size: clamp(44px, 5vw, 68px);
  font-weight: 400;
  letter-spacing: -0.045em;
  line-height: 0.98;
}

.page-home-shell .booking-form {
  padding: 48px;
  background: var(--warm-cream-soft);
  box-shadow: 0 30px 85px rgba(24, 17, 14, 0.3);
}

.page-home-shell .booking-form::before {
  height: 4px;
}

.page-home-shell .button-submit {
  min-height: 56px;
  border-radius: 999px;
}

.page-home-shell .site-footer {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

@media (max-width: 1160px) {
  .warm-hero-grid {
    grid-template-columns: minmax(0, 1fr) minmax(390px, 0.9fr);
    gap: 60px;
  }

  .warm-hero h1 {
    font-size: clamp(54px, 6vw, 76px);
  }

  .warm-hero-frame {
    width: 88%;
  }

  .warm-hero-session {
    left: -2%;
  }

  .warm-trust article {
    grid-template-columns: 46px 1fr;
    padding-inline: 18px;
  }

  .warm-trust .warm-icon-box {
    width: 46px;
    height: 46px;
  }

  .warm-zone-grid {
    grid-template-columns: repeat(4, 1fr);
  }

  .warm-zone-grid > a:nth-child(5) {
    border-left: 0;
  }

  .warm-zone-grid > a:nth-child(n + 5) {
    border-top: 1px solid var(--warm-line);
  }

  .warm-service-card:nth-child(1),
  .warm-service-card:nth-child(2),
  .warm-service-card:nth-child(3) {
    grid-column: span 4;
  }
}

@media (max-width: 920px) {
  .warm-section {
    padding: 108px 0;
  }

  .warm-heading {
    grid-template-columns: 1fr;
    gap: 24px;
    margin-bottom: 52px;
  }

  .warm-hero {
    min-height: auto;
    padding-bottom: 112px;
    background:
      radial-gradient(circle at 20% 20%, rgba(182, 83, 63, 0.1), transparent 28%),
      linear-gradient(180deg, #f6efe6 0 52%, #e8dbce 52% 100%);
  }

  .warm-hero-grid {
    grid-template-columns: 1fr;
    gap: 72px;
  }

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

  .warm-hero-visual {
    width: min(100%, 690px);
    height: 710px;
    margin-inline: auto;
  }

  .warm-hero-frame {
    width: 86%;
    height: 650px;
  }

  .warm-hero-session {
    left: 0;
  }

  .warm-hero-address {
    right: 0;
  }

  .warm-scroll-cue {
    display: none;
  }

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

  .warm-trust article:nth-child(3) {
    border-top: 1px solid rgba(255, 255, 255, 0.14);
    border-left: 0;
  }

  .warm-trust article:nth-child(4) {
    border-top: 1px solid rgba(255, 255, 255, 0.14);
  }

  .warm-service-card,
  .warm-service-card:nth-child(1),
  .warm-service-card:nth-child(2),
  .warm-service-card:nth-child(3) {
    grid-column: span 6;
  }

  .warm-ritual-grid,
  .warm-about-grid {
    grid-template-columns: 1fr;
  }

  .warm-ritual-media {
    width: min(100%, 760px);
  }

  .warm-ritual-copy {
    max-width: 720px;
  }

  .warm-prices-grid {
    grid-template-columns: 1fr;
    gap: 54px;
  }

  .warm-prices-copy,
  .warm-price-list,
  .warm-prices-image {
    grid-column: 1;
    grid-row: auto;
  }

  .warm-prices-image {
    width: min(100%, 760px);
    height: 540px;
    order: 2;
  }

  .warm-price-list {
    order: 3;
  }

  .warm-about-media {
    width: min(100%, 660px);
  }

  .warm-about-copy {
    max-width: 760px;
  }

  .page-home-shell .booking::after {
    inset: 0;
    opacity: 0.18;
  }
}

@media (max-width: 680px) {
  .warm-home h2 {
    font-size: clamp(38px, 12vw, 52px);
  }

  .warm-section,
  .warm-ritual,
  .warm-prices,
  .page-home-shell .booking {
    padding: 88px 0;
  }

  .warm-kicker {
    margin-bottom: 18px;
  }

  .warm-hero {
    padding: 116px 0 86px;
  }

  .warm-hero h1 {
    font-size: clamp(48px, 14.4vw, 65px);
    line-height: 0.92;
  }

  .warm-hero-lead {
    font-size: 15px;
  }

  .warm-hero-actions,
  .warm-about-actions {
    align-items: flex-start;
    flex-direction: column;
    gap: 24px;
  }

  .warm-button {
    width: 100%;
  }

  .warm-hero-facts {
    gap: 0;
    margin-top: 48px;
  }

  .warm-hero-facts > div {
    padding-inline: 12px;
  }

  .warm-hero-facts dt {
    font-size: 20px;
  }

  .warm-hero-facts dd {
    font-size: 7px;
    letter-spacing: 0.08em;
  }

  .warm-hero-visual {
    height: 585px;
  }

  .warm-hero-frame {
    width: 88%;
    height: 530px;
  }

  .warm-hero-frame::before {
    top: -14px;
    right: -14px;
  }

  .warm-hero-session {
    width: 38%;
    min-width: 138px;
    padding: 6px 6px 0;
  }

  .warm-hero-session picture,
  .warm-hero-session img {
    height: 190px;
  }

  .warm-hero-session > span {
    padding-block: 9px;
    font-size: 6px;
  }

  .warm-hero-address {
    right: -4px;
    bottom: 4px;
    min-width: 0;
    width: 66%;
    padding: 12px;
  }

  .warm-hero-address .warm-icon-box {
    width: 36px;
    height: 36px;
  }

  .warm-hero-address strong {
    font-size: 13px;
  }

  .warm-hero-address p > span {
    font-size: 8px;
  }

  .warm-trust-grid {
    grid-template-columns: 1fr;
  }

  .warm-trust article {
    min-height: 135px;
  }

  .warm-trust article + article,
  .warm-trust article:nth-child(3) {
    border-top: 1px solid rgba(255, 255, 255, 0.14);
    border-left: 0;
  }

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

  .warm-zone-grid > a {
    min-height: 190px;
  }

  .warm-zone-grid > a:nth-child(odd) {
    border-left: 0;
  }

  .warm-zone-grid > a:nth-child(n + 3) {
    border-top: 1px solid var(--warm-line);
  }

  .warm-zone-icon {
    width: 56px;
    height: 56px;
    margin-bottom: 30px;
  }

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

  .warm-service-card,
  .warm-service-card:nth-child(1),
  .warm-service-card:nth-child(2),
  .warm-service-card:nth-child(3) {
    min-height: 360px;
    grid-column: 1;
  }

  .warm-ritual-media {
    padding: 14px 0 0 14px;
  }

  .warm-ritual-media > div {
    height: 390px;
  }

  .warm-ritual-media > p {
    right: -4px;
    bottom: 14px;
    min-width: 210px;
  }

  .warm-price-list article {
    min-height: 110px;
    grid-template-columns: 42px minmax(0, 1fr) auto;
    gap: 13px;
    padding-right: 0;
  }

  .warm-price-list article > a {
    display: none;
  }

  .warm-price-list article.is-main {
    margin-inline: -12px;
    padding-inline: 12px;
  }

  .warm-price-icon {
    width: 38px;
    height: 38px;
  }

  .warm-price-list article > div strong {
    font-size: 17px;
  }

  .warm-price-value {
    font-size: 28px;
  }

  .warm-prices-image {
    height: 390px;
    padding: 12px 0 0 12px;
  }

  .warm-prices-image figcaption {
    right: -4px;
    bottom: 18px;
  }

  .warm-about-media {
    height: 570px;
    padding: 0 14px 14px 0;
  }

  .warm-about-stamp {
    right: -6px;
    bottom: 36px;
    width: 118px;
    height: 118px;
  }

  .page-home-shell .booking-form {
    padding: 32px 24px;
  }
}

@media (prefers-reduced-motion: reduce) {
  [data-reveal] {
    opacity: 1;
    transform: none;
  }

  [data-parallax] {
    transform: none !important;
  }

  .warm-scroll-cue > span::after {
    animation: none;
  }
}
