:root {
  --bg: #080604;
  --bg-deep: #130b08;
  --ink: #fff8e6;
  --muted: #d8c7a1;
  --gold: #d8a84e;
  --gold-bright: #ffd879;
  --blood: #6f1218;
  --wine: #26070d;
  --green: #12372b;
  --violet: #2b163d;
  --line: rgba(255, 216, 121, 0.24);
  --panel: rgba(13, 8, 5, 0.82);
  --shadow: 0 24px 80px rgba(0, 0, 0, 0.46);
  --font-display: "Cormorant Garamond", Georgia, serif;
  --font-body: Inter, Arial, sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  min-width: 320px;
  margin: 0;
  color: var(--ink);
  background:
    radial-gradient(circle at 12% 8%, rgba(111, 18, 24, 0.4), transparent 21rem),
    radial-gradient(circle at 88% 18%, rgba(18, 55, 43, 0.28), transparent 20rem),
    linear-gradient(145deg, #070504 0%, #150909 48%, #080604 100%);
  font-family: var(--font-body);
  line-height: 1.55;
  overflow-x: hidden;
}

body.modal-open {
  overflow: hidden;
}

body::before {
  position: fixed;
  inset: 0;
  z-index: -4;
  pointer-events: none;
  content: "";
  background-image:
    linear-gradient(rgba(255, 216, 121, 0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 216, 121, 0.035) 1px, transparent 1px);
  background-size: 58px 58px;
  mask-image: radial-gradient(circle at center, #000 10%, transparent 78%);
}

a,
button {
  color: inherit;
  font: inherit;
}

a {
  text-decoration: none;
}

button {
  border: 0;
  cursor: pointer;
}

.ritual-bg {
  --mx: 0;
  --my: 0;
  --sy: 0;
  position: fixed;
  inset: 0;
  z-index: -3;
  overflow: hidden;
  pointer-events: none;
}

.ritual-bg::before {
  position: absolute;
  inset: -12%;
  content: "";
  opacity: 0.46;
  background:
    radial-gradient(circle at 18% 30%, rgba(255, 216, 121, 0.12), transparent 16rem),
    radial-gradient(circle at 78% 68%, rgba(111, 18, 24, 0.18), transparent 18rem),
    linear-gradient(120deg, transparent 0 36%, rgba(255, 216, 121, 0.05) 48%, transparent 60%);
  transform: translate(calc(var(--mx) * 10px), calc(var(--my) * 8px));
  animation: fogDrift 18s ease-in-out infinite alternate;
}

.halo,
.stained,
.candle-flame {
  position: absolute;
  display: block;
}

.halo {
  width: 22rem;
  height: 22rem;
  border: 1px solid rgba(255, 216, 121, 0.18);
  border-radius: 50%;
  transform: translate(calc(var(--mx) * 18px), calc(var(--my) * 16px));
  box-shadow:
    inset 0 0 70px rgba(216, 168, 78, 0.08),
    0 0 80px rgba(216, 168, 78, 0.08);
  animation: slowSpin 28s linear infinite;
}

.halo::before,
.halo::after {
  position: absolute;
  inset: 14%;
  content: "";
  border: 1px solid rgba(255, 216, 121, 0.13);
  border-radius: 50%;
}

.halo::after {
  inset: 35%;
  border-radius: 14px;
  transform: rotate(45deg);
}

.halo-left {
  top: 4rem;
  left: -12rem;
}

.halo-right {
  right: -14rem;
  bottom: 8rem;
  animation-direction: reverse;
}

.stained {
  width: 13rem;
  height: 18rem;
  opacity: 0.22;
  clip-path: polygon(50% 0, 92% 22%, 82% 100%, 18% 100%, 8% 22%);
  background:
    linear-gradient(90deg, transparent 48%, rgba(255, 216, 121, 0.28) 49% 51%, transparent 52%),
    conic-gradient(from 90deg, var(--blood), var(--gold), var(--green), var(--violet), var(--blood));
  transform: translate(calc(var(--mx) * -20px), calc(var(--my) * -14px));
}

.stained-one {
  top: 10rem;
  right: -2rem;
}

.stained-two {
  left: -3rem;
  bottom: 24rem;
  transform: scale(0.72) rotate(-12deg);
}

.candle-flame {
  width: 0.56rem;
  height: 1.8rem;
  border-radius: 55% 55% 45% 45%;
  background: linear-gradient(#fff6ba, #f7b84f 44%, rgba(134, 31, 14, 0.08));
  filter: drop-shadow(0 0 18px rgba(255, 196, 79, 0.9));
  transform-origin: 50% 100%;
  animation: flame 1.9s ease-in-out infinite;
}

.flame-one {
  left: 8%;
  top: 24%;
}

.flame-two {
  right: 10%;
  top: 56%;
  animation-delay: 0.4s;
}

.flame-three {
  left: 24%;
  bottom: 10%;
  animation-delay: 0.8s;
}

.section-shell {
  width: min(100% - 28px, 1180px);
  margin: 0 auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.8rem;
  width: min(100% - 28px, 1180px);
  margin: 0 auto;
  padding: 12px 0;
  backdrop-filter: blur(18px);
}

.brand {
  display: inline-flex;
  align-items: center;
  min-width: 0;
  gap: 0.55rem;
  color: var(--gold-bright);
  font-family: var(--font-display);
  font-size: clamp(1.18rem, 5vw, 1.55rem);
  font-weight: 700;
}

.brand span:last-child {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.brand-mark {
  flex: 0 0 1.9rem;
  width: 1.9rem;
  height: 1.9rem;
  border: 1px solid var(--line);
  border-radius: 50%;
  background:
    linear-gradient(90deg, transparent 44%, var(--gold-bright) 45% 55%, transparent 56%),
    linear-gradient(transparent 30%, var(--gold-bright) 31% 42%, transparent 43%),
    radial-gradient(circle, rgba(255, 216, 121, 0.26), transparent 68%);
  box-shadow: 0 0 28px rgba(255, 216, 121, 0.2);
}

.top-nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0.35rem;
}

.top-nav a,
.nav-contact {
  padding: 0.48rem 0.56rem;
  color: var(--muted);
  background: transparent;
  font-size: 0.82rem;
  transition: color 180ms ease, background 180ms ease;
}

.top-nav a:hover,
.nav-contact:hover {
  color: var(--ink);
}

.hero {
  --portrait-space: 0px;
  position: relative;
  display: grid;
  gap: 0.82rem;
  min-height: auto;
  padding: 0.2rem 0 3.4rem;
}

.hero-copy {
  position: relative;
  z-index: 2;
  padding-right: var(--portrait-space);
}

.hero-portrait {
  position: relative;
  z-index: 1;
  top: auto;
  right: auto;
  width: min(70vw, 276px);
  margin: 0 auto;
}

.hero-photo-block {
  position: relative;
  z-index: 1;
  display: block;
}

.eyebrow {
  margin: 0 0 0.72rem;
  color: var(--gold-bright);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.offer-pill {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  margin-bottom: 0.8rem;
  padding: 0.2rem 0 0.2rem 0.72rem;
  border-left: 2px solid var(--gold-bright);
  color: var(--gold-bright);
  background: transparent;
  box-shadow: none;
  font-size: 0.88rem;
  font-weight: 800;
}

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

h1,
h2,
h3 {
  font-family: var(--font-display);
  line-height: 1;
}

h1 {
  max-width: 720px;
  margin-bottom: 0.86rem;
  font-size: clamp(2.42rem, 11vw, 4rem);
  font-weight: 700;
  text-wrap: balance;
}

h1 span {
  display: block;
}

h1 span:first-child {
  color: var(--gold-bright);
  text-shadow: 0 0 36px rgba(216, 168, 78, 0.28);
}

h2 {
  margin-bottom: 0.85rem;
  font-size: clamp(2.12rem, 9vw, 3.7rem);
}

h3 {
  margin-bottom: 0.55rem;
  font-size: clamp(1.42rem, 6vw, 2rem);
}

.section-heading p,
.trust-copy p,
.contact-sheet p,
.final-inner p {
  max-width: 680px;
  color: var(--muted);
  font-size: 0.96rem;
}

.cta-row {
  display: grid;
  gap: 0.58rem;
  width: calc(100% + var(--portrait-space));
  max-width: 390px;
  margin-top: 1rem;
}

.mobile-contact-bar {
  display: none;
}

.primary-cta,
.ghost-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0.82rem 1rem;
  border: 1px solid rgba(255, 216, 121, 0.34);
  text-align: center;
  font-size: 0.96rem;
  font-weight: 800;
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.primary-cta {
  color: #150b07;
  background: linear-gradient(135deg, var(--gold-bright), var(--gold));
  box-shadow: 0 14px 38px rgba(216, 168, 78, 0.22);
}

.ghost-cta {
  color: var(--gold-bright);
  border-color: transparent;
  background: transparent;
  text-decoration: underline;
  text-underline-offset: 0.32rem;
}

.primary-cta:hover,
.ghost-cta:hover {
  border-color: rgba(255, 216, 121, 0.68);
  transform: translateY(-2px);
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.36), 0 0 24px rgba(216, 168, 78, 0.16);
}

.portrait-frame {
  position: relative;
  display: grid;
  place-items: center;
  aspect-ratio: 0.72;
  overflow: hidden;
  border: 1px solid rgba(255, 216, 121, 0.32);
  background:
    radial-gradient(circle at 50% 16%, rgba(255, 216, 121, 0.18), transparent 42%),
    rgba(9, 6, 4, 0.78);
  box-shadow: var(--shadow), inset 0 0 80px rgba(255, 216, 121, 0.07);
  clip-path: polygon(50% 0, 100% 14%, 100% 100%, 0 100%, 0 14%);
}

.portrait-frame::before {
  position: absolute;
  inset: 10px;
  z-index: 2;
  content: "";
  border: 1px solid rgba(255, 216, 121, 0.34);
  clip-path: polygon(50% 0, 100% 14%, 100% 100%, 0 100%, 0 14%);
  pointer-events: none;
}

.portrait-rings {
  position: absolute;
  inset: 18%;
  z-index: 1;
  border: 1px solid rgba(255, 216, 121, 0.2);
  border-radius: 50%;
  animation: slowSpin 20s linear infinite reverse;
}

.portrait-rings::before,
.portrait-rings::after {
  position: absolute;
  inset: 18%;
  content: "";
  border: 1px solid rgba(255, 216, 121, 0.16);
  border-radius: 50%;
}

.portrait-rings::after {
  inset: 39%;
  border-radius: 10px;
  transform: rotate(45deg);
}

.portrait-image {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 28%;
  filter: saturate(0.95) contrast(1.04);
}

.portrait-overlay {
  position: absolute;
  right: 9px;
  bottom: 9px;
  left: 9px;
  z-index: 4;
  display: grid;
  gap: 0.12rem;
  padding: 0.68rem 0.78rem;
  color: var(--ink);
  background: linear-gradient(90deg, rgba(8, 6, 4, 0.82), rgba(8, 6, 4, 0.44));
  border-top: 1px solid rgba(255, 216, 121, 0.2);
}

.portrait-overlay strong {
  color: var(--gold-bright);
  font-family: var(--font-display);
  font-size: 1.3rem;
  line-height: 1;
}

.portrait-overlay span {
  color: var(--muted);
  font-size: 0.76rem;
}

.portrait-caption {
  display: none;
}

.intro-strip {
  display: grid;
  gap: 0.7rem;
  margin-top: -1.6rem;
  padding-bottom: 4.4rem;
}

.intro-strip article {
  padding: 0.95rem;
  border: 1px solid rgba(255, 216, 121, 0.16);
  background: rgba(9, 6, 4, 0.62);
}

.intro-strip strong,
.intro-strip span {
  display: block;
}

.intro-strip strong {
  color: var(--gold-bright);
  font-family: var(--font-display);
  font-size: 1.52rem;
  line-height: 1;
}

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

.situations,
.reviews,
.know-section {
  position: relative;
  padding: 3.8rem 0;
}

.situations::before,
.reviews::before,
.know-section::before {
  position: absolute;
  top: -2.2rem;
  right: 0;
  left: 0;
  height: 4.4rem;
  content: "";
  background:
    radial-gradient(ellipse at 50% 50%, rgba(255, 216, 121, 0.12), transparent 62%),
    linear-gradient(180deg, transparent, rgba(8, 6, 4, 0.18), transparent);
  pointer-events: none;
}

.section-heading {
  margin-bottom: 1.45rem;
}

.situation-grid,
.review-grid,
.know-grid,
.process-steps {
  display: grid;
  gap: 0.85rem;
}

.situation-card,
.review-card,
.know-grid details,
.process-steps article {
  position: relative;
  overflow: hidden;
  padding: 1rem;
  border: 1px solid rgba(255, 216, 121, 0.17);
  background:
    linear-gradient(180deg, rgba(255, 216, 121, 0.08), rgba(255, 216, 121, 0.015)),
    var(--panel);
  box-shadow: 0 18px 52px rgba(0, 0, 0, 0.22);
}

.situation-card::after,
.know-grid details::after {
  position: absolute;
  right: -3.8rem;
  bottom: -4.8rem;
  width: 10rem;
  height: 10rem;
  content: "";
  border: 1px solid rgba(255, 216, 121, 0.1);
  border-radius: 50%;
}

.situation-card span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.28rem;
  height: 2.28rem;
  margin-bottom: 0.9rem;
  border: 1px solid rgba(255, 216, 121, 0.34);
  color: var(--gold-bright);
  font-size: 0.76rem;
  font-weight: 800;
}

.situation-card p,
.review-card p,
.know-grid p,
.process-steps p {
  margin-bottom: 0;
  color: var(--muted);
}

.process-band,
.trust-band {
  position: relative;
  overflow: hidden;
  padding: 4rem 0;
  background:
    linear-gradient(90deg, rgba(111, 18, 24, 0.34), rgba(18, 55, 43, 0.26)),
    rgba(10, 6, 4, 0.86);
}

.process-band::before,
.trust-band::before {
  position: absolute;
  inset: 0;
  content: "";
  background:
    linear-gradient(90deg, transparent 49%, rgba(255, 216, 121, 0.12) 50%, transparent 51%),
    radial-gradient(circle at 50% 0, rgba(255, 216, 121, 0.16), transparent 30rem);
  pointer-events: none;
}

.process-band::after,
.trust-band::after,
.story-band::after,
.final-cta::after {
  position: absolute;
  right: 0;
  bottom: -1px;
  left: 0;
  height: 5.2rem;
  content: "";
  background:
    radial-gradient(ellipse at 50% 100%, rgba(255, 216, 121, 0.14), transparent 58%),
    linear-gradient(180deg, transparent, rgba(8, 6, 4, 0.82));
  pointer-events: none;
}

.process-layout,
.trust-layout {
  position: relative;
  z-index: 1;
}

.process-steps article strong {
  display: block;
  margin-bottom: 0.35rem;
  color: var(--gold-bright);
  font-family: var(--font-display);
  font-size: 1.55rem;
  line-height: 1;
}

.review-card {
  min-height: 190px;
}

.review-card::before {
  display: block;
  margin-bottom: 0.8rem;
  color: var(--gold-bright);
  content: "“";
  font-family: var(--font-display);
  font-size: 3.8rem;
  line-height: 0.55;
}

.review-card strong {
  display: block;
  margin-top: 1rem;
  color: var(--gold-bright);
}

.review-more {
  padding: 0.12rem 0;
  color: var(--gold-bright);
  background: transparent;
  border: none;
  cursor: pointer;
  font-size: 0.92rem;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 0.28rem;
}

.know-grid details {
  cursor: pointer;
}

.know-grid summary {
  list-style: none;
  color: var(--gold-bright);
  font-family: var(--font-display);
  font-size: clamp(1.32rem, 5vw, 1.75rem);
  line-height: 1.08;
}

.know-grid summary::-webkit-details-marker {
  display: none;
}

.know-grid summary::after {
  float: right;
  color: var(--muted);
  content: "+";
  font-family: var(--font-body);
  font-size: 1.2rem;
}

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

.know-grid .faq-inner {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 340ms cubic-bezier(0.4, 0, 0.2, 1);
}

.know-grid details.faq-open .faq-inner {
  grid-template-rows: 1fr;
}

.know-grid .faq-inner p {
  overflow: hidden;
  margin: 0;
}

.know-grid details.faq-open .faq-inner p {
  margin-top: 0.75rem;
}

.know-grid details p {
  margin-top: 0.75rem;
}

.trust-layout {
  display: grid;
  gap: 1.2rem;
}

.trust-list {
  display: grid;
  gap: 0.85rem;
}

.trust-list div {
  padding: 1rem;
  border-left: 2px solid var(--gold);
  background: rgba(8, 6, 4, 0.48);
}

.trust-list strong,
.trust-list span {
  display: block;
}

.trust-list strong {
  margin-bottom: 0.25rem;
  color: var(--gold-bright);
  font-family: var(--font-display);
  font-size: 1.45rem;
}

.trust-list span {
  color: var(--muted);
}

.story-band {
  position: relative;
  overflow: hidden;
  padding: 4rem 0;
  background:
    radial-gradient(circle at 18% 20%, rgba(255, 216, 121, 0.16), transparent 14rem),
    linear-gradient(135deg, rgba(18, 55, 43, 0.22), rgba(38, 7, 13, 0.28)),
    rgba(8, 6, 4, 0.92);
}

.story-band::before {
  position: absolute;
  inset: 0;
  content: "";
  background:
    linear-gradient(90deg, transparent 49%, rgba(255, 216, 121, 0.1) 50%, transparent 51%),
    radial-gradient(circle at 82% 12%, rgba(111, 18, 24, 0.3), transparent 18rem);
  pointer-events: none;
}

.story-layout {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 1.25rem;
}

.story-photo {
  position: relative;
}

.story-photo-frame {
  position: relative;
  min-height: 390px;
  overflow: hidden;
  border: 1px solid rgba(255, 216, 121, 0.34);
  background:
    linear-gradient(90deg, transparent 49%, rgba(255, 216, 121, 0.34) 50%, transparent 51%),
    linear-gradient(180deg, rgba(255, 216, 121, 0.34), transparent 26%),
    conic-gradient(from 130deg at 50% 18%, rgba(111, 18, 24, 0.76), rgba(216, 168, 78, 0.62), rgba(18, 55, 43, 0.74), rgba(43, 22, 61, 0.7), rgba(111, 18, 24, 0.76)),
    #0a0604;
  box-shadow: 0 26px 80px rgba(0, 0, 0, 0.36), inset 0 0 70px rgba(255, 216, 121, 0.08);
  clip-path: polygon(50% 0, 100% 16%, 100% 100%, 0 100%, 0 16%);
}

.story-photo-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 46%;
  filter: saturate(0.9) contrast(1.05) brightness(0.88);
}

.story-photo-frame.is-photo-loaded {
  background: #0a0604;
}

.story-photo-frame.is-photo-loaded::before {
  z-index: 2;
}

.story-photo-frame::before {
  position: absolute;
  inset: 10px;
  content: "";
  border: 1px solid rgba(255, 216, 121, 0.32);
  clip-path: polygon(50% 0, 100% 16%, 100% 100%, 0 100%, 0 16%);
}

.story-photo-frame::after {
  position: absolute;
  z-index: 3;
  right: 10%;
  bottom: 0;
  width: 1rem;
  height: 5.4rem;
  content: "";
  border-radius: 999px 999px 0 0;
  background:
    radial-gradient(ellipse at 50% 12%, #fff3b0 0 14%, #f0a83d 15% 28%, transparent 29%),
    linear-gradient(rgba(255, 216, 121, 0.42), rgba(255, 216, 121, 0.08));
  filter: drop-shadow(0 0 22px rgba(255, 216, 121, 0.74));
}

.story-copy {
  align-self: center;
}

.story-copy p:not(.eyebrow) {
  max-width: 650px;
  color: var(--muted);
}

.story-signs {
  display: flex;
  flex-wrap: wrap;
  gap: 0.56rem;
  margin-top: 1.1rem;
}

.story-signs span {
  padding: 0.48rem 0.68rem;
  border: 1px solid rgba(255, 216, 121, 0.18);
  color: var(--gold-bright);
  background: rgba(8, 6, 4, 0.45);
  font-size: 0.84rem;
  font-weight: 800;
}

.final-cta {
  position: relative;
  overflow: hidden;
  padding: 3.5rem 0 7rem;
  text-align: center;
}

.final-inner {
  position: relative;
  z-index: 1;
  display: grid;
  justify-items: center;
}

.final-inner p {
  margin-inline: auto;
}

.site-footer {
  display: grid;
  gap: 0.45rem;
  width: min(100% - 28px, 1180px);
  margin: 0 auto;
  padding: 1.2rem 0 5.6rem;
  border-top: 1px solid rgba(255, 216, 121, 0.16);
  color: rgba(216, 199, 161, 0.74);
  font-size: 0.84rem;
}

.contact-modal {
  position: fixed;
  inset: 0;
  z-index: 40;
  display: grid;
  align-items: end;
  visibility: hidden;
  opacity: 0;
  transition: opacity 220ms ease, visibility 220ms ease;
}

.contact-modal.is-open {
  visibility: visible;
  opacity: 1;
}

.contact-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.68);
  backdrop-filter: blur(8px);
}

.contact-sheet {
  position: relative;
  width: 100%;
  max-height: min(78svh, 680px);
  overflow: auto;
  padding: 1.15rem 1rem calc(1rem + env(safe-area-inset-bottom));
  border: 1px solid rgba(255, 216, 121, 0.26);
  border-bottom: 0;
  background:
    radial-gradient(circle at 76% 8%, rgba(255, 216, 121, 0.14), transparent 14rem),
    linear-gradient(135deg, rgba(111, 18, 24, 0.24), rgba(18, 55, 43, 0.18)),
    #100907;
  box-shadow: 0 -24px 80px rgba(0, 0, 0, 0.56);
  transform: translateY(24px);
  transition: transform 220ms ease;
}

.contact-modal.is-open .contact-sheet {
  transform: translateY(0);
}

.modal-close {
  position: absolute;
  top: 0.72rem;
  right: 0.72rem;
  display: grid;
  place-items: center;
  width: 2.45rem;
  height: 2.45rem;
  border: 1px solid rgba(255, 216, 121, 0.2);
  color: var(--gold-bright);
  background: rgba(8, 6, 4, 0.68);
  font-size: 1.6rem;
  line-height: 1;
}

.contact-sheet h2 {
  padding-right: 2.6rem;
  font-size: clamp(2rem, 8vw, 3.3rem);
}

.contact-list {
  display: grid;
  gap: 0.62rem;
  margin-top: 1.2rem;
}

.contact-choice {
  display: flex;
  align-items: center;
  gap: 0.72rem;
  min-height: 58px;
  padding: 0.72rem;
  border: 1px solid rgba(255, 216, 121, 0.2);
  background: rgba(8, 6, 4, 0.56);
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.contact-choice:hover {
  border-color: rgba(255, 216, 121, 0.58);
  transform: translateY(-2px);
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.3);
}

.contact-icon {
  --icon-size: 1.42rem;
  display: grid;
  place-items: center;
  flex: 0 0 2.25rem;
  width: 2.25rem;
  height: 2.25rem;
  border: 1px solid rgba(255, 216, 121, 0.34);
  border-radius: 8px;
  overflow: hidden;
  color: var(--gold-bright);
  font-size: 1.08rem;
  font-weight: 800;
  text-transform: uppercase;
  background:
    linear-gradient(135deg, rgba(255, 216, 121, 0.08), rgba(255, 216, 121, 0.02)),
    rgba(8, 6, 4, 0.68);
  box-shadow: inset 0 0 0 1px rgba(255, 248, 230, 0.035);
}

.contact-icon img {
  display: block;
  width: var(--icon-size);
  height: var(--icon-size);
  object-fit: contain;
  transform: none;
}

.contact-icon svg {
  display: block;
  width: var(--icon-size);
  height: var(--icon-size);
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.7;
}

.contact-icon-direct {
  color: var(--gold-bright);
  background:
    linear-gradient(135deg, rgba(255, 216, 121, 0.08), rgba(255, 216, 121, 0.02)),
    rgba(8, 6, 4, 0.68);
}

.contact-text {
  display: grid;
  min-width: 0;
}

.contact-text strong,
.contact-text small {
  overflow-wrap: anywhere;
}

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

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

[data-reveal] {
  opacity: 0;
  filter: blur(7px);
  transform: translateY(26px) scale(0.988);
  transition: opacity 760ms ease, filter 760ms ease, transform 760ms ease;
}

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

@keyframes slowSpin {
  to {
    rotate: 360deg;
  }
}

@keyframes flame {
  0%,
  100% {
    transform: skewX(-4deg) scaleY(1);
    opacity: 0.78;
  }

  45% {
    transform: skewX(6deg) scaleY(1.12);
    opacity: 1;
  }
}

@keyframes fogDrift {
  0% {
    transform: translate(calc(var(--mx) * 10px), calc(var(--my) * 8px)) scale(1);
  }

  100% {
    transform: translate(calc(var(--mx) * -8px), calc(var(--my) * -7px)) scale(1.04);
  }
}

@keyframes ctaBouncePop {
  0% { transform: translateY(0) scale(1); }
  30% { transform: translateY(-4px) scale(1.03); }
  55% { transform: translateY(0) scale(0.98); }
  75% { transform: translateY(-2px) scale(1.015); }
  100% { transform: translateY(0) scale(1); }
}

@keyframes portraitBreath {
  0%,
  100% {
    filter: drop-shadow(0 0 0 rgba(255, 216, 121, 0));
  }

  50% {
    filter: drop-shadow(0 0 18px rgba(255, 216, 121, 0.14));
  }
}

@keyframes ctaWarmth {
  0%,
  100% {
    box-shadow: 0 14px 38px rgba(216, 168, 78, 0.2);
  }

  50% {
    box-shadow: 0 18px 48px rgba(216, 168, 78, 0.34), 0 0 24px rgba(255, 216, 121, 0.18);
  }
}

@keyframes buttonSheen {
  0%,
  52% {
    transform: translateX(-130%) skewX(-18deg);
    opacity: 0;
  }

  62% {
    opacity: 0.68;
  }

  82%,
  100% {
    transform: translateX(130%) skewX(-18deg);
    opacity: 0;
  }
}

@media (max-width: 380px) {
  h1 {
    font-size: 2.22rem;
  }
}

@media (max-width: 520px) {
  .top-nav a {
    display: none;
  }
}

@media (max-width: 699px) {
  .site-footer {
    padding-bottom: calc(6.6rem + env(safe-area-inset-bottom));
  }

  .hero {
    gap: 0.6rem;
    padding-top: 1.05rem;
    padding-bottom: 2.2rem;
  }

  .hero .eyebrow {
    display: none;
  }

  .hero-photo-block {
    margin-top: 0.08rem;
  }

  .hero-portrait {
    width: min(calc(100vw - 28px), 430px);
    margin-inline: auto;
    animation: portraitBreath 5.6s ease-in-out infinite;
  }

  .portrait-frame {
    height: min(112vw, 440px);
    min-height: 0;
    aspect-ratio: auto;
    clip-path: none;
    border-color: rgba(255, 216, 121, 0.42);
    box-shadow:
      0 24px 66px rgba(0, 0, 0, 0.36),
      inset 0 0 58px rgba(255, 216, 121, 0.08);
  }

  .portrait-frame::before {
    inset: 8px;
    clip-path: none;
    border-color: rgba(255, 216, 121, 0.38);
  }

  .portrait-frame::after {
    position: absolute;
    top: 14px;
    right: 18px;
    left: 18px;
    z-index: 3;
    height: 18px;
    content: "";
    border-top: 1px solid rgba(255, 216, 121, 0.44);
    border-right: 1px solid rgba(255, 216, 121, 0.22);
    border-left: 1px solid rgba(255, 216, 121, 0.22);
    pointer-events: none;
  }

  .portrait-image {
    position: relative;
    top: auto;
    bottom: auto;
    left: auto;
    width: 100%;
    height: 100%;
    min-height: 0;
    object-fit: cover;
    object-position: center 38%;
    transform: none;
  }

  .portrait-overlay {
    right: 16px;
    bottom: 14px;
    left: 16px;
    padding: 0.56rem 0.68rem;
    text-align: center;
    background: linear-gradient(90deg, rgba(8, 6, 4, 0.76), rgba(8, 6, 4, 0.46));
  }

  .portrait-overlay strong {
    font-size: 1.16rem;
  }

  .portrait-overlay span {
    font-size: 0.7rem;
  }

  .offer-pill {
    min-height: 24px;
    margin-bottom: 0.42rem;
    padding-left: 0.6rem;
    font-size: 0.8rem;
  }

  h1 {
    margin-bottom: 0.46rem;
    font-size: clamp(2.05rem, 8.8vw, 2.75rem);
  }

  h1 span:last-child {
    display: none;
  }

  .cta-row {
    width: 100%;
    max-width: none;
    margin-top: 0.58rem;
  }

  .mobile-contact-bar {
    position: fixed;
    right: 14px;
    bottom: calc(14px + env(safe-area-inset-bottom));
    left: 14px;
    z-index: 35;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 58px;
    padding: 0.82rem 1rem;
    border: 1px solid rgba(255, 216, 121, 0.54);
    border-radius: 999px;
    color: #150b07;
    background: linear-gradient(135deg, var(--gold-bright), var(--gold));
    box-shadow:
      0 18px 54px rgba(0, 0, 0, 0.44),
      0 0 30px rgba(255, 216, 121, 0.24);
    opacity: 0;
    pointer-events: none;
    transform: translateY(130%);
    transition: opacity 220ms ease, transform 360ms cubic-bezier(0.22, 1, 0.36, 1);
    font-weight: 800;
    text-align: center;
  }

  .mobile-contact-bar.is-visible {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }

  .mobile-contact-bar.is-bouncing {
    animation: ctaBouncePop 0.56s cubic-bezier(0.22, 1, 0.36, 1) forwards;
  }

  .primary-cta {
    position: relative;
    overflow: hidden;
    min-height: 54px;
    border-radius: 999px;
    animation: ctaWarmth 3.8s ease-in-out infinite;
  }

  .primary-cta::after {
    position: absolute;
    top: -20%;
    bottom: -20%;
    left: 0;
    width: 36%;
    content: "";
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.4), transparent);
    pointer-events: none;
    animation: buttonSheen 5.4s ease-in-out infinite;
  }

  .ghost-cta {
    min-height: 36px;
    padding: 0.25rem 0;
    border: 0;
    font-size: 0.9rem;
  }

  .ghost-cta-scroll {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--gold-bright);
    background: transparent;
    font-weight: 800;
    font-size: 0.9rem;
    text-decoration: underline;
    text-underline-offset: 0.32rem;
    letter-spacing: 0.01em;
  }

  .intro-strip {
    display: flex;
    align-items: stretch;
    gap: 0;
    margin-top: 0;
    padding: 0;
    border-top: 1px solid rgba(255, 216, 121, 0.2);
    border-bottom: 1px solid rgba(255, 216, 121, 0.14);
    background: linear-gradient(90deg, rgba(255, 216, 121, 0.12), rgba(111, 18, 24, 0.14), rgba(18, 55, 43, 0.12));
  }

  .intro-strip article {
    flex: 1 1 0;
    min-width: 0;
    min-height: 82px;
    padding: 0.78rem 0.46rem;
    border: 0;
    border-right: 1px solid rgba(255, 216, 121, 0.14);
    background: transparent;
    text-align: center;
  }

  .intro-strip article:last-child {
    border-right: 0;
  }

  .intro-strip strong {
    font-size: 1.08rem;
  }

  .intro-strip span {
    font-size: 0.72rem;
    line-height: 1.25;
  }

  .situations,
  .reviews,
  .know-section {
    padding: 3rem 0;
  }

  /* Scroll parallax на мобиле */
  .halo {
    transform: translate(calc(var(--mx) * 18px), calc(var(--my) * 16px + var(--sy) * -60px));
  }

  .stained {
    transform: translate(calc(var(--mx) * -20px), calc(var(--my) * -14px + var(--sy) * -40px));
  }

  /* Staggered reveal — каскад появления */
  .situation-grid .situation-card:nth-child(2) { transition-delay: 90ms; }
  .situation-grid .situation-card:nth-child(3) { transition-delay: 180ms; }
  .situation-grid .situation-card:nth-child(4) { transition-delay: 270ms; }
  .situation-grid .situation-card:nth-child(5) { transition-delay: 350ms; }
  .situation-grid .situation-card:nth-child(6) { transition-delay: 420ms; }

  .process-steps article:nth-child(2) { transition-delay: 110ms; }
  .process-steps article:nth-child(3) { transition-delay: 220ms; }

  .intro-strip article:nth-child(2) { transition-delay: 85ms; }
  .intro-strip article:nth-child(3) { transition-delay: 170ms; }

  /* Situations — горизонтальный carousel */
  .situations {
    padding-right: 0;
    padding-left: 0;
  }

  .situations .section-heading {
    width: min(100% - 28px, 1180px);
    margin-right: auto;
    margin-left: auto;
  }

  .situation-grid {
    display: flex;
    gap: 0.72rem;
    overflow-x: auto;
    overflow-y: hidden;
    padding: 0.25rem 14px 1rem;
    scroll-padding-left: 14px;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
  }

  .situation-grid::-webkit-scrollbar {
    display: none;
  }

  .situation-card {
    flex: 0 0 min(74vw, 280px);
    display: flex;
    flex-direction: column;
    padding: 1rem;
    border: 1px solid rgba(255, 216, 121, 0.17);
    background:
      linear-gradient(180deg, rgba(255, 216, 121, 0.08), rgba(255, 216, 121, 0.015)),
      var(--panel);
    box-shadow: 0 12px 36px rgba(0, 0, 0, 0.26);
    scroll-snap-align: start;
    transition: transform 180ms ease, border-color 180ms ease;
  }

  .situation-card:active {
    border-color: rgba(255, 216, 121, 0.38);
    transform: translateY(-2px);
  }

  .situation-card::after {
    display: none;
  }

  .situation-card span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.1rem;
    height: 2.1rem;
    margin-bottom: 0.75rem;
    border: 1px solid rgba(255, 216, 121, 0.34);
    color: var(--gold-bright);
    font-size: 0.72rem;
    font-weight: 800;
    line-height: 1;
  }

  .situation-card h3 {
    margin: 0 0 0.45rem;
    font-size: 1.42rem;
  }

  .situation-card p {
    margin: 0;
    font-size: 0.94rem;
  }

  .process-band {
    padding: 3.4rem 0;
    background:
      radial-gradient(circle at 8% 16%, rgba(255, 216, 121, 0.12), transparent 12rem),
      linear-gradient(180deg, rgba(18, 55, 43, 0.25), rgba(111, 18, 24, 0.2)),
      rgba(8, 6, 4, 0.92);
  }

  .process-band::before {
    background: radial-gradient(circle at 80% 0, rgba(255, 216, 121, 0.16), transparent 18rem);
  }

  .process-steps {
    position: relative;
    gap: 0.62rem;
    margin-top: 1.2rem;
    padding-left: 0;
    counter-reset: step;
  }

  .process-steps::before {
    display: none;
  }

  .process-steps article {
    display: block;
    padding: 1rem 1rem 1.12rem;
    border-width: 0 0 1px;
    border-color: rgba(255, 216, 121, 0.16);
    background:
      linear-gradient(90deg, rgba(255, 216, 121, 0.09), rgba(255, 216, 121, 0.02) 62%),
      rgba(8, 6, 4, 0.18);
    box-shadow: none;
    transition: transform 180ms ease, border-color 180ms ease, background 180ms ease;
  }

  .process-steps article::before {
    position: static;
    display: inline-block;
    margin-bottom: 0.5rem;
    padding: 0.12rem 0.42rem;
    border-left: 2px solid rgba(255, 216, 121, 0.72);
    color: var(--gold-bright);
    background: rgba(255, 216, 121, 0.08);
    content: counter(step, decimal-leading-zero);
    counter-increment: step;
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    line-height: 1;
  }

  .process-steps article strong {
    display: block;
    margin-bottom: 0;
    font-size: 1.48rem;
    line-height: 1.05;
  }

  .process-steps article p {
    max-width: 25rem;
    margin-top: 0.18rem;
    font-size: 0.94rem;
    line-height: 1.45;
  }

  .process-steps article:active {
    border-color: rgba(255, 216, 121, 0.32);
    background: linear-gradient(90deg, rgba(255, 216, 121, 0.13), rgba(255, 216, 121, 0.02) 70%);
    transform: translateX(3px);
  }

  .reviews {
    width: 100%;
    padding-right: 0;
    padding-left: 0;
  }

  .reviews .section-heading {
    width: min(100% - 28px, 1180px);
    margin-right: auto;
    margin-left: auto;
  }

  .review-grid {
    display: flex;
    gap: 0.82rem;
    overflow-x: auto;
    overflow-y: hidden;
    padding: 0 14px 1rem;
    scroll-padding-left: 14px;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
  }

  .review-grid::-webkit-scrollbar {
    display: none;
  }

  .review-card {
    flex: 0 0 min(82vw, 330px);
    min-height: 0;
    height: 248px;
    padding: 1.1rem;
    display: flex;
    flex-direction: column;
    scroll-snap-align: start;
    transition: transform 180ms ease, border-color 180ms ease;
  }

  .review-card:active {
    border-color: rgba(255, 216, 121, 0.32);
    transform: translateY(-2px);
  }

  .review-card::before {
    margin-bottom: 0.48rem;
    font-size: 3rem;
  }

  .review-text {
    display: block;
    overflow: hidden;
    margin-bottom: 0.9rem;
    font-size: 0.94rem;
  }

  .review-card.is-collapsed:not(.is-expanded) .review-text {
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
  }

  .review-card.is-expanded {
    height: auto;
    min-height: 248px;
  }

  .review-card strong {
    margin-top: auto;
    padding-top: 0.82rem;
    border-top: 1px solid rgba(255, 216, 121, 0.14);
  }

  .review-more {
    align-self: flex-start;
    margin-top: 0.34rem;
    margin-bottom: 0.82rem;
    padding: 0.12rem 0;
    color: var(--gold-bright);
    background: transparent;
    font-size: 0.86rem;
    font-weight: 800;
    text-decoration: underline;
    text-underline-offset: 0.28rem;
  }

  .review-card.is-expanded strong {
    margin-top: 0;
  }

  .trust-band {
    padding: 3.2rem 0;
    background:
      radial-gradient(circle at 50% 32%, rgba(255, 216, 121, 0.17), transparent 11rem),
      linear-gradient(180deg, rgba(111, 18, 24, 0.28), rgba(8, 6, 4, 0.94));
  }

  .trust-layout {
    gap: 1.4rem;
  }

  .trust-list {
    position: relative;
    gap: 0;
    padding: 4.6rem 1rem 1rem;
    border: 1px solid rgba(255, 216, 121, 0.22);
    background: rgba(8, 6, 4, 0.5);
    text-align: center;
  }

  .trust-list::before {
    position: absolute;
    top: 1rem;
    left: 50%;
    display: grid;
    place-items: center;
    width: 2.85rem;
    height: 2.85rem;
    border: 1px solid rgba(255, 216, 121, 0.42);
    border-radius: 8px;
    color: var(--gold-bright);
    content: "✦";
    font-size: 1.35rem;
    transform: translateX(-50%);
    box-shadow: 0 0 32px rgba(255, 216, 121, 0.14);
  }

  .trust-list div {
    padding: 0.85rem 0;
    border: 0;
    border-top: 1px solid rgba(255, 216, 121, 0.12);
    background: transparent;
  }

  .trust-list div:first-child {
    border-top: 0;
  }

  .story-band {
    padding: 3.1rem 0;
  }

  .story-layout {
    gap: 1.2rem;
  }

  .story-photo-frame {
    min-height: min(108vw, 420px);
    clip-path: none;
  }

  .story-photo-frame::before {
    inset: 8px;
    clip-path: none;
  }

  .story-copy h2 {
    margin-bottom: 0.72rem;
  }

  .story-copy p:not(.eyebrow) {
    font-size: 0.94rem;
  }

  .story-signs {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0;
    border-top: 1px solid rgba(255, 216, 121, 0.16);
    border-bottom: 1px solid rgba(255, 216, 121, 0.12);
  }

  .story-signs span {
    display: grid;
    align-items: center;
    min-height: 58px;
    padding: 0.58rem 0.42rem;
    border: 0;
    border-right: 1px solid rgba(255, 216, 121, 0.14);
    background: rgba(8, 6, 4, 0.28);
    text-align: center;
    font-size: 0.72rem;
    line-height: 1.18;
  }

  .story-signs span:last-child {
    border-right: 0;
  }

  .know-grid {
    gap: 0.56rem;
  }

  .know-grid details {
    padding: 0.95rem 0;
    border-width: 0 0 1px;
    background: transparent;
    box-shadow: none;
    font-size: 0.94rem;
  }

  .know-grid details::after {
    display: none;
  }

  .know-grid summary {
    font-size: 1.38rem;
  }

  .final-cta {
    position: relative;
    overflow: hidden;
    padding: 4rem 0 5.5rem;
    background:
      radial-gradient(circle at 80% 15%, rgba(255, 216, 121, 0.18), transparent 10rem),
      linear-gradient(180deg, rgba(38, 7, 13, 0.2), rgba(8, 6, 4, 0.96));
  }

  .final-cta::before {
    position: absolute;
    right: -3rem;
    bottom: -5rem;
    width: 13rem;
    height: 13rem;
    content: "";
    border: 1px solid rgba(255, 216, 121, 0.12);
    border-radius: 8px;
  }

  .contact-sheet {
    max-height: min(70svh, 560px);
    padding: 0.92rem 0.86rem calc(0.9rem + env(safe-area-inset-bottom));
    overflow: auto;
  }

  .contact-sheet .eyebrow {
    margin-bottom: 0.34rem;
  }

  .contact-sheet h2 {
    margin-bottom: 0.34rem;
    padding-right: 2.5rem;
    font-size: clamp(1.82rem, 8vw, 2.42rem);
  }

  .contact-sheet p:not(.eyebrow) {
    margin-bottom: 0;
    font-size: 0.84rem;
  }

  .modal-close {
    top: 0.68rem;
    right: 0.68rem;
    width: 2.15rem;
    height: 2.15rem;
    font-size: 1.34rem;
  }

  .contact-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.54rem;
    margin-top: 0.86rem;
  }

  .contact-choice {
    display: grid;
    grid-template-columns: 2.2rem 1fr;
    gap: 0.5rem;
    align-items: center;
    min-height: 76px;
    padding: 0.62rem;
    border-color: rgba(255, 216, 121, 0.18);
    background:
      linear-gradient(135deg, rgba(255, 216, 121, 0.08), rgba(255, 216, 121, 0.02)),
      rgba(8, 6, 4, 0.58);
  }

  .contact-choice:active {
    border-color: rgba(255, 216, 121, 0.48);
    transform: scale(0.985);
  }

  .contact-choice:last-child:nth-child(odd) {
    grid-column: 1 / -1;
  }

  .contact-icon {
    --icon-size: 1.34rem;
    flex-basis: 2.15rem;
    width: 2.15rem;
    height: 2.15rem;
    border-radius: 8px;
  }

  .contact-text {
    gap: 0.08rem;
  }

  .contact-text strong {
    font-size: 0.86rem;
    line-height: 1.1;
  }

  .contact-text small {
    font-size: 0.68rem;
    line-height: 1.18;
  }
}

@media (min-width: 700px) {
  .section-shell,
  .site-header,
  .site-footer {
    width: min(100% - 48px, 1180px);
  }

  .top-nav {
    gap: 0.5rem;
    padding: 0.3rem;
    border: 1px solid rgba(255, 216, 121, 0.12);
    border-radius: 999px;
    background: rgba(8, 6, 4, 0.54);
  }

  .top-nav a,
  .nav-contact {
    padding: 0.55rem 0.86rem;
    border-radius: 999px;
    font-size: 0.88rem;
  }

  .nav-contact:hover,
  .top-nav a:hover {
    background: rgba(255, 216, 121, 0.11);
  }

  .hero {
    --portrait-space: 0px;
    grid-template-columns: minmax(0, 1fr) minmax(320px, 0.72fr);
    align-items: center;
    gap: clamp(1.8rem, 4vw, 4rem);
    min-height: calc(100vh - 74px);
    padding: 2.5rem 0 5rem;
  }

  .hero-copy {
    grid-column: 1;
    grid-row: 1;
    padding-right: 0;
  }

  .hero-photo-block {
    grid-column: 2;
    grid-row: 1 / span 2;
    display: block;
  }

  .portrait-overlay {
    display: none;
  }

  .hero-portrait {
    order: initial;
    position: relative;
    top: auto;
    right: auto;
    width: min(100%, 430px);
    margin-left: 0;
    justify-self: center;
  }

  .portrait-frame {
    aspect-ratio: 0.72;
  }

  .portrait-image {
    position: relative;
    top: auto;
    bottom: auto;
    left: auto;
    width: 100%;
    height: 100%;
    transform: none;
    object-fit: cover;
    object-position: center 28%;
  }

  .portrait-caption {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.6rem;
    margin-top: 1rem;
  }

  .portrait-caption span {
    padding: 0.45rem 0.75rem;
    border: 1px solid rgba(255, 216, 121, 0.16);
    color: var(--muted);
    background: rgba(8, 6, 4, 0.56);
  }

  .cta-row {
    grid-column: 1;
    grid-row: 2;
    grid-template-columns: max-content max-content;
    width: auto;
    max-width: none;
  }

  .primary-cta {
    border-radius: 0;
  }

  .ghost-cta {
    min-height: 50px;
    padding: 0.82rem 1rem;
    border: 1px solid rgba(255, 216, 121, 0.34);
    text-decoration: none;
  }

  .intro-strip {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-top: -2rem;
  }

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

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

  .trust-layout,
  .process-layout {
    display: grid;
    grid-template-columns: minmax(0, 0.9fr) minmax(320px, 0.72fr);
    gap: 3rem;
    align-items: start;
  }

  .story-layout {
    grid-template-columns: minmax(300px, 0.68fr) minmax(0, 1fr);
    gap: clamp(2rem, 4vw, 4rem);
    align-items: center;
  }

  .story-photo-frame {
    min-height: 520px;
  }

  .site-footer {
    grid-template-columns: 1fr auto;
    padding-bottom: 2rem;
  }

  .contact-modal {
    place-items: center;
    padding: 24px;
  }

  .contact-sheet {
    width: min(620px, 100%);
    max-height: min(86vh, 720px);
    padding: 1.7rem;
    border-bottom: 1px solid rgba(255, 216, 121, 0.26);
    transform: translateY(12px) scale(0.98);
  }

  .contact-modal.is-open .contact-sheet {
    transform: translateY(0) scale(1);
  }
}

@media (min-width: 1000px) {
  .situation-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

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

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

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}
