:root {
  --bg: #f6f1ea;
  --bg-soft: #fdfaf5;
  --surface: rgba(255, 255, 255, 0.68);
  --surface-strong: rgba(255, 255, 255, 0.86);
  --line: rgba(20, 21, 24, 0.08);
  --ink: #141518;
  --muted: rgba(20, 21, 24, 0.68);
  --muted-soft: rgba(20, 21, 24, 0.48);
  --accent: #e82127;
  --shadow: 0 16px 42px rgba(20, 21, 24, 0.1);
  --radius-xl: 32px;
  --radius-lg: 24px;
  --radius-md: 16px;
  --container: min(1180px, calc(100vw - 32px));
  --font-heading: "Montserrat", "Helvetica Neue", "Arial", sans-serif;
  --font-body: "Source Sans 3", "Helvetica Neue", "Arial", sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-width: 320px;
  color: var(--ink);
  background:
    radial-gradient(circle at top right, rgba(232, 33, 39, 0.08), transparent 24%),
    linear-gradient(180deg, #fffdf9 0%, #f8f2ea 42%, #f0e7dc 100%);
  font-family: var(--font-body);
}

body.modal-open {
  overflow: hidden;
}

::selection {
  color: #fff;
  background: var(--accent);
}

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

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

button {
  font: inherit;
}

.section-shell {
  width: var(--container);
  margin: 0 auto;
}

.site-header {
  position: fixed;
  inset: 18px 0 auto;
  z-index: 80;
  width: var(--container);
  margin: 0 auto;
  padding: 14px 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.74);
  background: rgba(255, 252, 248, 0.72);
  backdrop-filter: blur(20px);
  box-shadow: 0 12px 30px rgba(20, 21, 24, 0.08);
  transition: background 180ms ease, transform 180ms ease;
}

.site-header.is-compact {
  transform: translateY(-4px);
  background: rgba(255, 252, 248, 0.9);
}

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

.brand-mark {
  width: 44px;
  height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
  background: rgba(20, 21, 24, 0.05);
  border: 1px solid rgba(20, 21, 24, 0.08);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5);
}

.brand-mark img {
  width: 28px;
  height: 28px;
}

.brand-copy {
  display: grid;
}

.brand-copy strong,
.footer-brand {
  font-family: var(--font-heading);
  font-size: 0.98rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.brand-copy span {
  color: var(--muted-soft);
  font-size: 0.88rem;
}

.site-nav {
  display: inline-flex;
  align-items: center;
  gap: 20px;
}

.site-nav a {
  color: var(--muted);
  font-size: 0.96rem;
}

.site-nav-button {
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--muted);
  font-size: 0.96rem;
  cursor: pointer;
}

.site-nav a:hover,
.site-nav a:focus-visible,
.site-nav-button:hover,
.site-nav-button:focus-visible {
  color: var(--ink);
}

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

.header-cta,
.button,
.floating-cta a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0 24px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-family: var(--font-heading);
  font-size: 0.92rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  cursor: pointer;
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease;
}

.header-cta,
.button-primary,
.floating-cta a {
  color: #fff;
  background: linear-gradient(180deg, #ef2c32 0%, #d91d24 100%);
  box-shadow: 0 12px 24px rgba(232, 33, 39, 0.18);
}

.button-secondary,
.footer-link {
  color: #141518;
  background: rgba(255, 252, 248, 0.7);
  border: 1px solid rgba(20, 21, 24, 0.08);
}

.header-cta:hover,
.button:hover,
.floating-cta a:hover,
.header-cta:focus-visible,
.button:focus-visible,
.floating-cta a:focus-visible {
  transform: translateY(-2px);
}

.hero {
  position: relative;
  min-height: 100svh;
  overflow: clip;
}

.hero-media,
.showcase-media {
  position: absolute;
  inset: 0;
}

.hero-media img,
.showcase-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at center, rgba(250, 246, 239, 0.74) 0%, rgba(250, 246, 239, 0.4) 48%, rgba(250, 246, 239, 0.18) 100%),
    linear-gradient(180deg, rgba(250, 246, 239, 0.14) 0%, rgba(250, 246, 239, 0.48) 100%);
}

.hero-grid {
  position: absolute;
  inset: 0;
  opacity: 0.04;
  background-image:
    linear-gradient(rgba(20, 21, 24, 0.14) 1px, transparent 1px),
    linear-gradient(90deg, rgba(20, 21, 24, 0.08) 1px, transparent 1px);
  background-size: 74px 74px;
  mask-image: radial-gradient(circle at center, #000 0%, #000 58%, transparent 100%);
}

.hero-content {
  position: relative;
  z-index: 2;
  min-height: 100svh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 130px 0 76px;
}

.hero-copy {
  width: min(960px, 100%);
  margin: 0 auto;
  text-align: center;
}

.eyebrow,
.intro-label,
.footer-heading,
.tool-label {
  margin: 0 0 16px;
  color: rgba(20, 21, 24, 0.54);
  font-family: var(--font-heading);
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

h1,
h2,
h3 {
  margin: 0;
  font-family: var(--font-heading);
}

h1 {
  max-width: 12ch;
  margin-inline: auto;
  font-size: clamp(3.1rem, 6.8vw, 5.7rem);
  font-weight: 800;
  line-height: 0.98;
  letter-spacing: -0.05em;
  text-transform: uppercase;
}

h2 {
  font-size: clamp(1.86rem, 3.6vw, 3.3rem);
  font-weight: 800;
  line-height: 1.02;
  letter-spacing: -0.04em;
}

h3 {
  font-size: clamp(1.08rem, 1.8vw, 1.34rem);
  font-weight: 800;
  letter-spacing: -0.03em;
}

.hero-lead,
.section-heading p,
.intro-card p,
.feature-list li,
.owner-card p,
.faq-panel p,
.legal-card p,
.site-footer p,
.step-card p {
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.65;
}

.hero-actions,
.owner-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 34px;
}

.hero-proof {
  margin-top: 28px;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
}

.hero-proof span,
.intro-meta div,
.step-card,
.intro-card,
.experience-panel,
.owner-card,
.faq-item,
.legal-card {
  border: 1px solid rgba(20, 21, 24, 0.07);
  background: rgba(255, 255, 255, 0.66);
  backdrop-filter: blur(14px);
}

.hero-proof span {
  min-height: 38px;
  display: inline-flex;
  align-items: center;
  padding: 0 14px;
  border-radius: 999px;
  color: var(--ink);
  font-size: 0.84rem;
  font-weight: 700;
}

.hero-note {
  max-width: 62ch;
  margin: 18px auto 0;
  color: var(--muted-soft);
  font-size: 0.94rem;
}

.hero-lead {
  max-width: 48ch;
  margin-inline: auto;
  font-size: 1.08rem;
}

.hero-actions {
  justify-content: center;
}

.intro-strip,
.steps-section,
.experience-section,
.tools-section,
.faq-section,
.legal-section {
  padding-top: 110px;
}

.guide-link-row {
  margin-top: 22px;
}

.guide-link-card {
  display: block;
  padding: 28px 30px;
  border-radius: var(--radius-lg);
  border: 1px solid rgba(20, 21, 24, 0.07);
  background:
    linear-gradient(135deg, rgba(20, 21, 24, 0.96) 0%, rgba(20, 21, 24, 0.84) 100%),
    linear-gradient(180deg, rgba(232, 33, 39, 0.12) 0%, transparent 100%);
  color: #fff;
  box-shadow: 0 20px 44px rgba(20, 21, 24, 0.16);
}

.guide-link-card strong {
  display: block;
  margin-bottom: 10px;
  font-family: var(--font-heading);
  font-size: clamp(1.28rem, 2.2vw, 1.78rem);
  font-weight: 800;
  letter-spacing: -0.03em;
}

.guide-link-card p {
  max-width: 62ch;
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 1rem;
  line-height: 1.65;
}

.guide-link-label,
.guide-link-cta {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 12px;
  border-radius: 999px;
  font-family: var(--font-heading);
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.guide-link-label {
  margin-bottom: 18px;
  color: rgba(255, 255, 255, 0.76);
  background: rgba(255, 255, 255, 0.1);
}

.guide-link-cta {
  margin-top: 18px;
  color: #fff;
  background: rgba(232, 33, 39, 0.82);
}

.intro-strip {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(320px, 0.9fr);
  gap: 18px;
}

.intro-card,
.intro-meta div,
.step-card,
.experience-panel,
.owner-card,
.faq-item,
.legal-card {
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow);
}

.intro-card {
  padding: 34px;
}

.intro-meta {
  display: grid;
  gap: 14px;
}

.intro-meta div {
  padding: 24px;
  border-radius: 20px;
}

.intro-meta strong {
  display: block;
  margin-bottom: 8px;
  font-family: var(--font-heading);
  font-size: 0.86rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.intro-meta span {
  color: var(--ink);
  font-size: 1rem;
  font-weight: 600;
}

.section-heading {
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}

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

.step-card {
  min-height: 206px;
  padding: 30px 28px;
}

.step-number {
  display: inline-block;
  margin-bottom: 16px;
  color: var(--accent);
  font-family: var(--font-heading);
  font-size: 1.28rem;
  font-weight: 900;
  letter-spacing: 0.08em;
}

.showcase-block {
  position: relative;
  margin-top: 96px;
  min-height: 620px;
  display: flex;
  align-items: center;
}

.showcase-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(20, 21, 24, 0.22) 0%, rgba(20, 21, 24, 0.42) 100%),
    radial-gradient(circle at center, rgba(20, 21, 24, 0.06) 0%, rgba(20, 21, 24, 0.22) 100%);
}

.showcase-stack {
  position: relative;
  z-index: 2;
  width: min(980px, calc(100vw - 48px));
  margin: 0 auto;
  padding: 28px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  border-radius: 30px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  background: rgba(250, 246, 239, 0.1);
  backdrop-filter: blur(10px);
}

.image-info-card {
  min-height: 148px;
  padding: 22px 22px 18px;
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(255, 251, 246, 0.8);
  backdrop-filter: blur(14px);
  box-shadow: 0 14px 28px rgba(20, 21, 24, 0.1);
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.image-info-card strong {
  display: block;
  margin-bottom: 6px;
  color: var(--ink);
  font-family: var(--font-heading);
  font-size: 0.98rem;
  font-weight: 800;
  letter-spacing: 0.04em;
}

.image-info-card p {
  margin: 0;
  color: var(--muted);
  font-size: 0.94rem;
  line-height: 1.5;
}

.experience-section {
  position: relative;
  padding-top: 96px;
}

.feature-list {
  margin: 22px 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 12px;
}

.feature-list li {
  position: relative;
  padding-left: 18px;
}

.feature-list li::before {
  content: "";
  position: absolute;
  top: 0.75em;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--accent);
}

.gallery-panel {
  position: relative;
  width: 100vw;
  min-height: 70svh;
  margin-left: calc(50% - 50vw);
  border-radius: 0;
  overflow: hidden;
  box-shadow: none;
}

.gallery-panel img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.gallery-panel::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(20, 21, 24, 0.18) 0%, rgba(20, 21, 24, 0.34) 100%),
    radial-gradient(circle at center, rgba(20, 21, 24, 0.04) 0%, rgba(20, 21, 24, 0.18) 100%);
}

.experience-layout {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 0.72fr) minmax(0, 0.96fr);
  align-items: end;
  gap: 24px;
  padding-top: 36px;
  padding-bottom: 36px;
}

.experience-spotlight {
  align-self: start;
  max-width: 340px;
  padding: 20px;
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  background: rgba(255, 251, 246, 0.78);
  backdrop-filter: blur(14px);
  box-shadow: 0 14px 28px rgba(20, 21, 24, 0.12);
}

.experience-spotlight strong {
  display: block;
  margin-bottom: 8px;
  color: var(--ink);
  font-family: var(--font-heading);
  font-size: 1rem;
  font-weight: 800;
  letter-spacing: 0.04em;
}

.experience-spotlight p {
  margin: 0;
  color: var(--muted);
  font-size: 0.98rem;
  line-height: 1.55;
}

.experience-panel,
.owner-card,
.legal-card,
.tool-card {
  padding: 36px;
}

.experience-panel-overlay {
  position: relative;
  margin-left: auto;
  max-width: 640px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  background: rgba(255, 251, 246, 0.78);
  backdrop-filter: blur(18px);
  box-shadow: 0 18px 40px rgba(20, 21, 24, 0.14);
}

.journey-section {
  padding-top: 96px;
  display: block;
}

.journey-card {
  position: relative;
  width: 100vw;
  min-height: 60svh;
  margin-left: calc(50% - 50vw);
  overflow: hidden;
  border-radius: 0;
  box-shadow: none;
  display: flex;
  align-items: center;
}

.journey-card + .journey-card {
  margin-top: 24px;
}

.journey-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.journey-scrim {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(20, 21, 24, 0.18) 0%, rgba(20, 21, 24, 0.38) 100%),
    radial-gradient(circle at center, rgba(20, 21, 24, 0.04) 0%, rgba(20, 21, 24, 0.16) 100%);
}

.journey-info-card {
  position: absolute;
  left: 28px;
  top: 50%;
  bottom: auto;
  transform: translateY(-50%);
  z-index: 2;
  max-width: 460px;
  padding: 24px;
  border-radius: 22px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  background: rgba(255, 251, 246, 0.8);
  backdrop-filter: blur(14px);
  box-shadow: 0 16px 34px rgba(20, 21, 24, 0.12);
}

.journey-info-card-right {
  left: auto;
  right: 56px;
}

.journey-info-card strong {
  display: block;
  margin-bottom: 8px;
  color: var(--ink);
  font-family: var(--font-heading);
  font-size: 0.98rem;
  font-weight: 800;
  letter-spacing: 0.04em;
}

.journey-info-card p {
  margin: 0;
  color: var(--muted);
  font-size: 0.94rem;
  line-height: 1.5;
}

.journey-info-card .button {
  margin-top: 16px;
}

.owner-name {
  margin: 18px 0 6px;
  font-size: clamp(1.6rem, 3vw, 2.5rem);
  font-weight: 900;
  letter-spacing: -0.05em;
}

.owner-role {
  margin-top: 0;
  color: #ff6a70;
  font-family: var(--font-heading);
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.contact-band {
  position: relative;
  margin-top: 96px;
  min-height: 680px;
  overflow: hidden;
}

.contact-band-media,
.contact-band-media img {
  position: absolute;
  inset: 0;
}

.contact-band-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.contact-band-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(20, 21, 24, 0.16) 0%, rgba(20, 21, 24, 0.34) 100%),
    radial-gradient(circle at center, rgba(20, 21, 24, 0.05) 0%, rgba(20, 21, 24, 0.18) 100%);
}

.contact-band-shell {
  position: relative;
  z-index: 2;
  min-height: 680px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.contact-card {
  max-width: 620px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  background: rgba(255, 251, 246, 0.8);
  backdrop-filter: blur(18px);
  box-shadow: 0 18px 40px rgba(20, 21, 24, 0.14);
}

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

.tool-card {
  border-radius: var(--radius-lg);
  border: 1px solid rgba(20, 21, 24, 0.07);
  background: rgba(255, 255, 255, 0.68);
  backdrop-filter: blur(14px);
  box-shadow: var(--shadow);
}

.tool-card p {
  color: var(--muted);
  font-size: 0.98rem;
  line-height: 1.6;
}

.tool-card .button {
  margin-top: 18px;
}

.faq-list {
  max-width: 920px;
  margin: 34px auto 0;
  display: grid;
  gap: 14px;
}

.faq-item {
  overflow: hidden;
}

.faq-trigger {
  width: 100%;
  padding: 24px 26px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  color: var(--ink);
  background: transparent;
  border: 0;
  text-align: left;
  cursor: pointer;
}

.faq-trigger span:first-child {
  font-family: var(--font-heading);
  font-size: 1.05rem;
  font-weight: 700;
  letter-spacing: -0.02em;
}

.faq-icon {
  width: 34px;
  height: 34px;
  display: inline-grid;
  place-items: center;
  border-radius: 50%;
  background: rgba(20, 21, 24, 0.06);
  transition: transform 180ms ease;
}

.faq-panel {
  max-height: 0;
  overflow: hidden;
  transition: max-height 220ms ease;
}

.faq-panel p {
  margin: 0;
  padding: 0 26px 24px;
}

.faq-item.is-open .faq-icon {
  transform: rotate(45deg);
}

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

.legal-grid strong {
  display: block;
  margin-bottom: 10px;
  color: var(--ink);
  font-family: var(--font-heading);
  font-size: 0.9rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.legal-footnote {
  margin: 24px 0 0;
  padding-top: 20px;
  border-top: 1px solid rgba(20, 21, 24, 0.08);
  color: var(--muted-soft);
}

.site-footer {
  padding: 110px 0 120px;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1fr 0.8fr 0.8fr 0.8fr;
  gap: 24px;
  padding-top: 30px;
  border-top: 1px solid rgba(20, 21, 24, 0.08);
}

.footer-grid a,
.footer-grid button {
  display: block;
  margin-top: 10px;
  color: var(--ink);
  font-weight: 700;
}

.footer-link {
  padding: 0;
  border: 0;
  min-height: auto;
  background: transparent;
  text-align: left;
  cursor: pointer;
}

.footer-meta {
  margin-top: 28px;
  padding-top: 18px;
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  border-top: 1px solid rgba(20, 21, 24, 0.08);
  color: var(--muted-soft);
}

.floating-cta {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 70;
  display: flex;
  align-items: center;
  gap: 18px;
  padding: 14px 14px 14px 18px;
  border-radius: 22px;
  border: 1px solid rgba(20, 21, 24, 0.08);
  background: rgba(255, 252, 248, 0.92);
  box-shadow: 0 22px 52px rgba(20, 21, 24, 0.16);
}

.floating-cta p,
.floating-cta span {
  margin: 0;
}

.floating-cta p {
  font-family: var(--font-heading);
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

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

.toast {
  position: fixed;
  left: 50%;
  bottom: 24px;
  z-index: 90;
  padding: 12px 18px;
  border-radius: 999px;
  color: #fff;
  background: rgba(232, 33, 39, 0.94);
  font-family: var(--font-heading);
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  transform: translate(-50%, 20px);
  opacity: 0;
  pointer-events: none;
  transition: transform 180ms ease, opacity 180ms ease;
}

.toast.is-visible {
  opacity: 1;
  transform: translate(-50%, 0);
}

.contact-modal[hidden] {
  display: none;
}

.contact-modal {
  position: fixed;
  inset: 0;
  z-index: 110;
  display: grid;
  place-items: center;
  padding: 20px;
}

.contact-modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(20, 21, 24, 0.52);
  backdrop-filter: blur(6px);
}

.contact-modal-panel {
  position: relative;
  z-index: 1;
  width: min(720px, 100%);
  max-height: min(92svh, 920px);
  overflow: auto;
  padding: 34px;
  border-radius: 28px;
  border: 1px solid rgba(20, 21, 24, 0.08);
  background: rgba(255, 252, 248, 0.96);
  box-shadow: 0 26px 64px rgba(20, 21, 24, 0.24);
}

.contact-modal-close {
  position: absolute;
  top: 14px;
  right: 14px;
  width: 42px;
  height: 42px;
  border: 0;
  border-radius: 50%;
  background: rgba(20, 21, 24, 0.06);
  color: var(--ink);
  font-size: 1.4rem;
  cursor: pointer;
}

.contact-modal-lead {
  max-width: 56ch;
  margin: 14px 0 0;
  color: var(--muted);
  line-height: 1.65;
}

.contact-form {
  margin-top: 28px;
}

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

.form-field {
  display: grid;
  gap: 8px;
}

.form-field span {
  font-family: var(--font-heading);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.form-field input,
.form-field select,
.form-field textarea {
  width: 100%;
  min-height: 52px;
  padding: 14px 16px;
  border: 1px solid rgba(20, 21, 24, 0.1);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.82);
  color: var(--ink);
  font: inherit;
}

.form-field textarea {
  min-height: 148px;
  resize: vertical;
}

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

.contact-form-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 22px;
}

.page-hero {
  padding-top: 138px;
}

.page-hero-shell {
  padding: 48px 0 16px;
}

.breadcrumb {
  margin: 0 0 18px;
  color: var(--muted-soft);
  font-size: 0.94rem;
}

.breadcrumb a {
  color: var(--ink);
  font-weight: 700;
}

.page-hero-card {
  padding: 42px;
  border-radius: 32px;
  border: 1px solid rgba(20, 21, 24, 0.08);
  background:
    radial-gradient(circle at top right, rgba(232, 33, 39, 0.08), transparent 28%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.88) 0%, rgba(255, 251, 246, 0.82) 100%);
  box-shadow: 0 24px 56px rgba(20, 21, 24, 0.12);
}

.page-hero-card h1 {
  max-width: 11ch;
  margin-inline: 0;
}

.page-hero-card .hero-lead {
  max-width: 56ch;
  margin-inline: 0;
}

.page-hero-actions {
  justify-content: flex-start;
}

.page-proof {
  margin-top: 24px;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.page-proof span {
  min-height: 38px;
  display: inline-flex;
  align-items: center;
  padding: 0 14px;
  border-radius: 999px;
  border: 1px solid rgba(20, 21, 24, 0.08);
  background: rgba(255, 255, 255, 0.72);
  font-size: 0.84rem;
  font-weight: 700;
}

.page-note {
  margin: 18px 0 0;
  color: var(--muted-soft);
}

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

.article-card {
  padding: 30px;
  border-radius: var(--radius-lg);
  border: 1px solid rgba(20, 21, 24, 0.07);
  background: rgba(255, 255, 255, 0.68);
  box-shadow: var(--shadow);
}

.article-card strong {
  display: block;
  margin-bottom: 10px;
  font-family: var(--font-heading);
  font-size: 0.9rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.article-card p {
  margin: 0;
  color: var(--muted);
  line-height: 1.65;
}

.article-strip {
  padding-top: 96px;
}

.article-strip-card {
  padding: 36px;
  border-radius: 28px;
  border: 1px solid rgba(20, 21, 24, 0.08);
  background: rgba(255, 255, 255, 0.76);
  box-shadow: var(--shadow);
}

.article-strip-card p {
  max-width: 64ch;
  color: var(--muted);
  line-height: 1.7;
}

.reveal {
  opacity: 0;
  transform: translateY(26px);
  transition: opacity 600ms ease, transform 600ms ease;
}

.reveal.reveal-delay-1 {
  transition-delay: 100ms;
}

.reveal.reveal-delay-2 {
  transition-delay: 180ms;
}

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

@media (max-width: 1120px) {
  .intro-strip,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .steps-grid,
  .article-grid,
  .legal-grid,
  .tools-grid {
    grid-template-columns: 1fr;
  }

  .showcase-block {
    min-height: auto;
  }

  .showcase-block {
    padding: 80px 0;
  }

  .showcase-stack {
    grid-template-columns: 1fr;
    padding: 24px;
  }

  .experience-layout {
    grid-template-columns: 1fr;
    gap: 18px;
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .experience-spotlight {
    max-width: 340px;
  }

  .experience-panel-overlay {
    max-width: none;
  }

  .contact-band-shell {
    padding: 80px 0;
  }
}

@media (max-width: 860px) {
  .site-header {
    top: 10px;
    width: min(100vw - 20px, 100%);
    flex-wrap: wrap;
    border-radius: 28px;
  }

  .site-nav {
    order: 3;
    width: 100%;
    justify-content: space-between;
    padding-top: 6px;
  }

  .hero-content {
    padding-top: 150px;
  }

  h1 {
    max-width: 100%;
  }

  .hero-copy {
    width: min(100%, 760px);
  }

  .hero-actions,
  .owner-actions,
  .contact-form-actions {
    flex-direction: column;
  }

  .button,
  .header-cta,
  .floating-cta a {
    width: 100%;
  }

  .page-hero-card h1 {
    max-width: 100%;
  }

  .journey-info-card {
    left: 18px;
    right: 18px;
    bottom: 18px;
    top: auto;
    transform: none;
    max-width: none;
  }

  .journey-info-card-right {
    left: 18px;
    right: 18px;
  }

  .experience-spotlight {
    max-width: none;
  }
}

@media (max-width: 640px) {
  .intro-strip,
  .steps-section,
  .experience-section,
  .journey-section,
  .tools-section,
  .faq-section,
  .legal-section {
    padding-top: 88px;
  }

  .hero-grid {
    display: none;
  }

  .hero-overlay {
    background:
      linear-gradient(180deg, rgba(250, 246, 239, 0.46) 0%, rgba(250, 246, 239, 0.78) 68%, rgba(250, 246, 239, 0.92) 100%);
  }

  .hero-proof,
  .page-proof,
  .footer-meta {
    flex-direction: column;
    align-items: center;
  }

  .showcase-stack {
    gap: 14px;
  }

  .image-info-card,
  .journey-info-card,
  .experience-spotlight,
  .experience-panel-overlay,
  .contact-card {
    padding: 18px;
  }

  .contact-modal-panel,
  .page-hero-card,
  .article-strip-card,
  .guide-link-card,
  .article-card {
    padding: 24px;
  }

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

  .experience-layout {
    gap: 14px;
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .contact-band {
    min-height: auto;
  }

  .contact-band-shell {
    min-height: auto;
    padding: 88px 0;
  }

  .floating-cta {
    left: 14px;
    right: 14px;
    bottom: 14px;
    justify-content: space-between;
  }
}

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

  *,
  *::before,
  *::after {
    animation: none !important;
    transition: none !important;
  }

  .reveal {
    opacity: 1;
    transform: none;
  }
}
