:root {
  --white: #ffffff;
  --ivory: #fbf8f2;
  --cream: #f5efe4;
  --cream-deep: #eee3d1;
  --gold: #c9a227;
  --gold-bright: #dfbf5a;
  --gold-deep: #9d7920;
  --ink: #242019;
  --ink-soft: #5f584d;
  --ink-muted: #82796b;
  --line: #e8dfd0;
  --shadow: 0 24px 70px rgba(76, 60, 31, 0.12);
  --radius-lg: 32px;
  --radius-md: 22px;
}

* {
  box-sizing: border-box;
}

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

body {
  margin: 0;
  background: var(--white);
  color: var(--ink);
  font-family: Arial, "Noto Sans Hebrew", sans-serif;
  text-rendering: optimizeLegibility;
}

body,
button,
input,
select {
  font-family: inherit;
}

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

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

button,
input,
select,
summary,
a {
  -webkit-tap-highlight-color: transparent;
}

:focus-visible {
  outline: 3px solid rgba(201, 162, 39, 0.5);
  outline-offset: 3px;
}

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

.section {
  padding: 112px 0;
}

.site-header {
  position: sticky;
  z-index: 50;
  top: 0;
  border-bottom: 1px solid rgba(232, 223, 208, 0.82);
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 8px 40px rgba(70, 54, 27, 0.05);
  backdrop-filter: blur(18px);
}

.header-inner {
  display: flex;
  min-height: 82px;
  align-items: center;
  gap: 30px;
}

.brand {
  display: flex;
  width: 210px;
  flex: 0 0 auto;
  align-items: center;
}

.brand img {
  width: 100%;
  height: 58px;
  object-fit: contain;
}

.desktop-nav {
  display: flex;
  margin-inline: auto;
  align-items: center;
  gap: 28px;
  color: var(--ink-soft);
  font-size: 0.93rem;
  font-weight: 700;
}

.desktop-nav a,
.header-cta {
  transition: color 180ms ease;
}

.desktop-nav a:hover,
.header-cta:hover {
  color: var(--gold-deep);
}

.header-cta {
  display: flex;
  min-height: 42px;
  align-items: center;
  justify-content: center;
  border: 1px solid #d9bf79;
  border-radius: 999px;
  padding: 0 18px;
  background: #fffdf8;
  color: var(--gold-deep);
  font-size: 0.86rem;
  font-weight: 900;
}

.contact-lines svg,
.button svg,
.floating-contact svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.menu-button {
  display: none;
  width: 44px;
  height: 44px;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: var(--white);
  color: var(--ink);
}

.menu-icon {
  width: 23px;
  height: 23px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-width: 1.8;
}

.mobile-nav {
  display: none;
}

.mobile-nav.open {
  display: grid;
}

.hero {
  position: relative;
  min-height: 720px;
  overflow: hidden;
  background: var(--ivory);
}

.hero-image,
.hero-wash {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.hero-image {
  object-fit: cover;
  object-position: center left;
}

.hero-wash {
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0) 34%, rgba(255, 255, 255, 0.62) 55%, #fff 74%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.2), transparent 38%);
}

.hero-content {
  position: relative;
  z-index: 2;
  display: flex;
  min-height: 720px;
  align-items: center;
  justify-content: flex-start;
  padding-block: 88px;
}

.hero-copy {
  width: min(620px, 56%);
}

.eyebrow {
  display: flex;
  margin: 0 0 20px;
  align-items: center;
  gap: 10px;
  color: var(--gold-deep);
  font-size: 0.82rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.eyebrow span {
  width: 34px;
  height: 1px;
  background: currentColor;
}

h1,
h2,
h3,
p {
  overflow-wrap: break-word;
}

.hero h1 {
  margin: 0;
  color: var(--ink);
  font-size: clamp(3.2rem, 5.1vw, 5.35rem);
  font-weight: 900;
  line-height: 0.98;
  letter-spacing: -0.055em;
}

.hero h1 em,
.section-heading h2 em {
  color: var(--gold-deep);
  font-family: Georgia, "Times New Roman", serif;
  font-style: italic;
  font-weight: 500;
  letter-spacing: -0.035em;
}

.hero-lead {
  max-width: 595px;
  margin: 28px 0 0;
  color: var(--ink-soft);
  font-size: 1.14rem;
  line-height: 1.8;
}

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

.button {
  display: inline-flex;
  min-height: 54px;
  align-items: center;
  justify-content: center;
  gap: 11px;
  border: 1px solid transparent;
  border-radius: 999px;
  padding: 0 25px;
  cursor: pointer;
  font-size: 0.96rem;
  font-weight: 900;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

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

.button svg {
  width: 18px;
  height: 18px;
}

.button-gold {
  background: linear-gradient(135deg, var(--gold-bright), var(--gold));
  box-shadow: 0 13px 30px rgba(157, 121, 32, 0.22);
  color: #241c09;
}

.button-gold:hover {
  box-shadow: 0 16px 34px rgba(157, 121, 32, 0.3);
}

.button-ghost,
.button-outline {
  border-color: var(--line);
  background: rgba(255, 255, 255, 0.82);
  color: var(--ink);
}

.button-ghost:hover,
.button-outline:hover {
  border-color: #d5bd7d;
  background: var(--white);
}

.hero-points {
  display: flex;
  margin: 27px 0 0;
  padding: 0;
  flex-wrap: wrap;
  gap: 12px 22px;
  list-style: none;
  color: var(--ink-soft);
  font-size: 0.84rem;
  font-weight: 700;
}

.hero-points li {
  display: flex;
  align-items: center;
  gap: 7px;
}

.hero-points svg,
.fit-card svg,
.clarity-list svg {
  width: 18px;
  height: 18px;
  flex: 0 0 auto;
  fill: none;
  stroke: var(--gold-deep);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2.2;
}

.trust-strip {
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: var(--white);
}

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

.trust-grid > div {
  display: flex;
  min-height: 118px;
  align-items: center;
  justify-content: center;
  gap: 14px;
  border-inline-end: 1px solid var(--line);
  padding: 24px;
}

.trust-grid > div:last-child {
  border-inline-end: 0;
}

.trust-grid strong {
  color: var(--gold-deep);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 2.3rem;
  font-weight: 500;
  white-space: nowrap;
}

.trust-grid span {
  max-width: 112px;
  color: var(--ink-soft);
  font-size: 0.84rem;
  font-weight: 700;
  line-height: 1.5;
}

.section-heading {
  margin-bottom: 55px;
}

.section-heading.centered {
  max-width: 770px;
  margin-inline: auto;
  text-align: center;
}

.section-heading.centered .eyebrow {
  justify-content: center;
}

.section-heading h2,
.lead-copy h2,
.faq-intro h2,
.clarity-copy h2 {
  margin: 0;
  color: var(--ink);
  font-size: clamp(2.35rem, 4.2vw, 4.15rem);
  font-weight: 900;
  line-height: 1.05;
  letter-spacing: -0.05em;
}

.section-heading > p:last-child,
.section-heading.centered > p:last-child,
.split-heading > p,
.faq-intro > p,
.clarity-copy > p,
.lead-copy > p {
  color: var(--ink-soft);
  font-size: 1.04rem;
  line-height: 1.78;
}

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

.fit-layout {
  display: grid;
  grid-template-columns: 1.08fr 0.92fr;
  align-items: stretch;
  gap: 24px;
}

.fit-visual {
  position: relative;
  min-height: 460px;
  margin: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background: var(--white);
  box-shadow: var(--shadow);
}

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

.fit-visual figcaption {
  position: absolute;
  right: 24px;
  bottom: 24px;
  left: 24px;
  display: grid;
  border: 1px solid rgba(255, 255, 255, 0.8);
  border-radius: 18px;
  padding: 18px 20px;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 12px 35px rgba(74, 58, 29, 0.12);
  backdrop-filter: blur(12px);
}

.fit-visual figcaption strong {
  margin-bottom: 4px;
  font-size: 1rem;
}

.fit-visual figcaption span {
  color: var(--ink-soft);
  font-size: 0.84rem;
  line-height: 1.55;
}

.fit-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
}

.fit-card {
  position: relative;
  display: flex;
  min-height: 220px;
  flex-direction: column;
  justify-content: flex-end;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  padding: 26px;
  background: var(--white);
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.fit-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 45px rgba(76, 60, 31, 0.09);
}

.fit-card::before {
  position: absolute;
  inset: -50px -40px auto auto;
  width: 135px;
  height: 135px;
  border: 1px solid rgba(201, 162, 39, 0.2);
  border-radius: 50%;
  content: "";
}

.fit-card strong {
  color: var(--gold-deep);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 2.45rem;
  font-weight: 500;
}

.fit-card span {
  margin-top: 8px;
  color: var(--ink-soft);
  font-size: 0.92rem;
  font-weight: 800;
  line-height: 1.5;
}

.fit-card svg {
  position: absolute;
  top: 24px;
  left: 24px;
}

.fit-note {
  margin: 24px 0 0;
  color: var(--ink-muted);
  font-size: 0.82rem;
  text-align: center;
}

.goals-section {
  background: var(--white);
}

.split-heading {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  align-items: end;
  gap: 80px;
}

.split-heading > p {
  margin: 0 0 6px;
}

.goal-stack {
  display: grid;
  gap: 28px;
}

.goal-card {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background: var(--ivory);
  box-shadow: 0 18px 55px rgba(76, 60, 31, 0.07);
  direction: ltr;
}

.goal-image-wrap,
.goal-copy {
  direction: rtl;
}

.goal-image-wrap {
  position: relative;
  min-height: 430px;
  overflow: hidden;
}

.goal-image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 700ms cubic-bezier(0.2, 0.8, 0.2, 1);
}

.goal-card:hover .goal-image-wrap img {
  transform: scale(1.025);
}

.goal-number {
  position: absolute;
  top: 24px;
  left: 24px;
  display: grid;
  width: 54px;
  height: 54px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.75);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.84);
  color: var(--gold-deep);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.05rem;
  backdrop-filter: blur(10px);
}

.goal-copy {
  display: flex;
  padding: 52px;
  flex-direction: column;
  justify-content: center;
}

.mini-label {
  margin: 0 0 15px;
  color: var(--gold-deep);
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.goal-copy h3,
.leisure-highlight h3,
.clarity-panel h3 {
  margin: 0;
  color: var(--ink);
  font-size: clamp(1.8rem, 3vw, 2.7rem);
  font-weight: 900;
  line-height: 1.12;
  letter-spacing: -0.04em;
}

.goal-copy > p:not(.mini-label),
.leisure-highlight > div > p:not(.mini-label) {
  margin: 20px 0 0;
  color: var(--ink-soft);
  line-height: 1.78;
}

.goal-copy > a {
  display: flex;
  width: fit-content;
  margin-top: 28px;
  align-items: center;
  gap: 8px;
  border-bottom: 1px solid var(--gold);
  padding-bottom: 6px;
  color: var(--ink);
  font-size: 0.9rem;
  font-weight: 900;
}

.goal-copy > a svg,
.leisure-highlight .button svg {
  width: 17px;
  height: 17px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.goal-card.reverse .goal-image-wrap {
  order: 2;
}

.goal-card.reverse .goal-copy {
  order: 1;
}

.leisure-highlight {
  display: grid;
  margin-top: 28px;
  grid-template-columns: 1.15fr 0.85fr;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background: var(--white);
  box-shadow: var(--shadow);
  direction: ltr;
}

.leisure-highlight img {
  width: 100%;
  height: 100%;
  min-height: 370px;
  object-fit: cover;
}

.leisure-highlight > div {
  display: flex;
  padding: 46px;
  flex-direction: column;
  justify-content: center;
  direction: rtl;
}

.leisure-highlight .button {
  width: fit-content;
  margin-top: 28px;
}

.process-section {
  position: relative;
  overflow: hidden;
  background: #2a251e;
  color: var(--white);
}

.process-section::before {
  position: absolute;
  top: -280px;
  right: -200px;
  width: 620px;
  height: 620px;
  border: 1px solid rgba(201, 162, 39, 0.16);
  border-radius: 50%;
  content: "";
}

.light-heading h2,
.light-heading > p:last-child {
  color: var(--white);
}

.light-heading > p:last-child {
  opacity: 0.7;
}

.process-grid {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}

.process-card {
  min-height: 290px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: var(--radius-md);
  padding: 27px;
  background: rgba(255, 255, 255, 0.055);
}

.process-number {
  display: block;
  margin-bottom: 64px;
  color: var(--gold-bright);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.35rem;
}

.process-card h3 {
  margin: 0;
  color: var(--white);
  font-size: 1.16rem;
}

.process-card p {
  margin: 13px 0 0;
  color: rgba(255, 255, 255, 0.65);
  font-size: 0.88rem;
  line-height: 1.7;
}

.speed-note {
  position: relative;
  display: grid;
  max-width: 860px;
  margin: 48px auto 0;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 22px;
  border: 1px solid rgba(223, 191, 90, 0.32);
  border-radius: 24px;
  padding: 22px 26px;
  background: rgba(201, 162, 39, 0.08);
}

.speed-icon {
  display: grid;
  width: 68px;
  height: 68px;
  place-items: center;
  border: 1px solid rgba(223, 191, 90, 0.55);
  border-radius: 50%;
  color: var(--gold-bright);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.6rem;
}

.speed-note strong {
  color: var(--white);
  font-size: 1rem;
}

.speed-note p {
  margin: 7px 0 0;
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.84rem;
  line-height: 1.65;
}

.clarity-section {
  background: var(--cream);
}

.clarity-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  align-items: center;
  gap: 80px;
}

.clarity-copy > p {
  margin: 23px 0 0;
}

.clarity-list {
  display: grid;
  margin: 32px 0 0;
  padding: 0;
  gap: 18px;
  list-style: none;
}

.clarity-list li {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: start;
  gap: 12px;
  color: var(--ink-soft);
  font-size: 0.91rem;
  line-height: 1.65;
}

.clarity-list svg {
  margin-top: 3px;
}

.clarity-list strong {
  color: var(--ink);
}

.clarity-panel {
  border: 1px solid rgba(201, 162, 39, 0.28);
  border-radius: var(--radius-lg);
  padding: 48px;
  background: var(--white);
  box-shadow: var(--shadow);
}

.clarity-panel ol {
  display: grid;
  margin: 32px 0 0;
  padding: 0;
  gap: 12px;
  list-style: none;
}

.clarity-panel li {
  display: flex;
  align-items: center;
  gap: 13px;
  border-top: 1px solid var(--line);
  padding-top: 13px;
  color: var(--ink-soft);
  font-size: 0.9rem;
  font-weight: 700;
}

.clarity-panel li span {
  display: grid;
  width: 32px;
  height: 32px;
  flex: 0 0 auto;
  place-items: center;
  border-radius: 50%;
  background: var(--cream);
  color: var(--gold-deep);
  font-family: Georgia, "Times New Roman", serif;
}

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

.faq-grid {
  display: grid;
  grid-template-columns: 0.72fr 1.28fr;
  align-items: start;
  gap: 80px;
}

.faq-intro {
  position: sticky;
  top: 122px;
}

.faq-intro > p {
  margin: 20px 0 0;
}

.faq-intro .button {
  margin-top: 28px;
}

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

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

.faq-list summary {
  display: flex;
  min-height: 78px;
  cursor: pointer;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  color: var(--ink);
  font-size: 1.02rem;
  font-weight: 900;
  list-style: none;
}

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

.faq-list summary span {
  color: var(--gold-deep);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.55rem;
  font-weight: 400;
  transition: transform 180ms ease;
}

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

.faq-list details p {
  max-width: 680px;
  margin: -3px 0 25px;
  color: var(--ink-soft);
  font-size: 0.93rem;
  line-height: 1.75;
}

.lead-section {
  position: relative;
  overflow: hidden;
  padding: 112px 0;
  background:
    radial-gradient(circle at 10% 0%, rgba(201, 162, 39, 0.17), transparent 30%),
    var(--ivory);
}

.lead-grid {
  display: grid;
  grid-template-columns: 0.88fr 1.12fr;
  align-items: center;
  gap: 82px;
}

.lead-copy > p {
  margin: 24px 0 0;
}

.contact-lines {
  display: grid;
  margin-top: 28px;
  gap: 10px;
}

.contact-lines a {
  display: flex;
  width: fit-content;
  align-items: center;
  gap: 8px;
  color: var(--ink);
  font-weight: 900;
}

.lead-form {
  display: grid;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  padding: 40px;
  gap: 20px;
  background: var(--white);
  box-shadow: var(--shadow);
}

.form-heading {
  display: grid;
  margin-bottom: 5px;
}

.form-heading span {
  color: var(--gold-deep);
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.form-heading strong {
  margin-top: 7px;
  color: var(--ink);
  font-size: 1.28rem;
}

.lead-form label {
  display: grid;
  gap: 8px;
  color: var(--ink);
  font-size: 0.82rem;
  font-weight: 800;
}

.lead-form input,
.lead-form select {
  width: 100%;
  height: 52px;
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 0 15px;
  background: #fdfcf9;
  color: var(--ink);
  font-size: 0.92rem;
  transition: border-color 180ms ease, box-shadow 180ms ease;
}

.lead-form .hp {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  opacity: 0;
  pointer-events: none;
}

.lead-form input:focus,
.lead-form select:focus {
  outline: none;
  border-color: var(--gold);
  box-shadow: 0 0 0 4px rgba(201, 162, 39, 0.11);
}

.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.lead-form .consent {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  color: var(--ink-soft);
  font-size: 0.76rem;
  font-weight: 500;
  line-height: 1.6;
}

.lead-form .consent input {
  width: 18px;
  height: 18px;
  flex: 0 0 auto;
  margin-top: 2px;
  accent-color: var(--gold-deep);
}

.lead-form .consent a {
  margin-inline: 3px;
  border-bottom: 1px solid var(--gold);
  color: var(--ink);
  font-weight: 800;
}

.form-submit {
  width: 100%;
  border: 0;
}

.form-submit:disabled {
  cursor: wait;
  opacity: 0.72;
  transform: none;
}

.form-status {
  margin: -7px 0 0;
  border-radius: 11px;
  padding: 10px 12px;
  background: #f7f1df;
  color: #72591b;
  font-size: 0.8rem;
  line-height: 1.5;
  text-align: center;
}

.form-status.success {
  border: 1px solid #d8c47f;
  background: #fbf7e8;
  color: #6d5415;
}

.form-status.error {
  border: 1px solid #efcaca;
  background: #fff4f4;
  color: #8b2f2f;
}

.form-disclaimer {
  margin: -3px 0 0;
  color: var(--ink-muted);
  font-size: 0.7rem;
  line-height: 1.5;
  text-align: center;
}

.site-footer {
  background: #242019;
  color: rgba(255, 255, 255, 0.78);
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.5fr 0.75fr 0.75fr;
  gap: 70px;
  padding-top: 70px;
  padding-bottom: 50px;
}

.footer-brand img {
  width: 230px;
  height: 68px;
  border-radius: 8px;
  object-fit: contain;
  filter: brightness(1.2);
}

.footer-brand p {
  max-width: 390px;
  margin: 18px 0 0;
  font-size: 0.88rem;
  line-height: 1.75;
}

.footer-grid > div:not(.footer-brand) {
  display: flex;
  flex-direction: column;
  gap: 12px;
  font-size: 0.85rem;
}

.footer-grid strong {
  margin-bottom: 5px;
  color: var(--gold-bright);
}

.footer-grid a:hover {
  color: var(--white);
}

.privacy-copy {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 24px;
  padding-bottom: 32px;
}

.privacy-copy p {
  max-width: 980px;
  margin: 0;
  color: rgba(255, 255, 255, 0.52);
  font-size: 0.72rem;
  line-height: 1.75;
}

.privacy-copy strong {
  color: rgba(255, 255, 255, 0.8);
}

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.footer-bottom .shell {
  display: flex;
  min-height: 64px;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  color: rgba(255, 255, 255, 0.42);
  font-size: 0.72rem;
}

.floating-contact {
  position: fixed;
  z-index: 45;
  right: 22px;
  bottom: 22px;
  display: flex;
  min-height: 52px;
  align-items: center;
  gap: 9px;
  border: 1px solid rgba(255, 255, 255, 0.48);
  border-radius: 999px;
  padding: 0 19px;
  background: linear-gradient(135deg, var(--gold-bright), var(--gold));
  box-shadow: 0 16px 42px rgba(112, 83, 19, 0.3);
  color: #221a08;
  font-size: 0.85rem;
  font-weight: 900;
}

@media (max-width: 1020px) {
  .desktop-nav,
  .header-cta {
    display: none;
  }

  .brand {
    margin-inline-end: auto;
  }

  .menu-button {
    display: inline-flex;
  }

  .mobile-nav.open {
    display: grid;
    border-top: 1px solid var(--line);
    padding: 16px 22px 22px;
    gap: 5px;
    background: var(--white);
  }

  .mobile-nav > a:not(.button) {
    border-bottom: 1px solid var(--line);
    padding: 13px 4px;
    color: var(--ink-soft);
    font-size: 0.92rem;
    font-weight: 800;
  }

  .mobile-nav .button {
    margin-top: 10px;
  }

  .hero,
  .hero-content {
    min-height: 660px;
  }

  .hero-copy {
    width: 62%;
  }

  .hero h1 {
    font-size: clamp(3rem, 7vw, 4.5rem);
  }

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

  .trust-grid > div:nth-child(2) {
    border-inline-end: 0;
  }

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

  .fit-layout,
  .split-heading,
  .clarity-grid,
  .faq-grid,
  .lead-grid {
    grid-template-columns: 1fr;
  }

  .split-heading,
  .clarity-grid,
  .faq-grid,
  .lead-grid {
    gap: 42px;
  }

  .fit-visual {
    min-height: 430px;
  }

  .goal-card,
  .leisure-highlight {
    grid-template-columns: 1fr 1fr;
  }

  .goal-copy,
  .leisure-highlight > div {
    padding: 34px;
  }

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

  .faq-intro {
    position: static;
  }
}

@media (max-width: 720px) {
  .shell {
    width: min(100% - 28px, 600px);
  }

  .section,
  .lead-section {
    padding: 78px 0;
  }

  .header-inner {
    min-height: 70px;
  }

  .brand {
    width: 165px;
  }

  .brand img {
    height: 48px;
  }

  .hero {
    min-height: auto;
    padding-top: 330px;
  }

  .hero-image {
    height: 350px;
    object-position: center left;
  }

  .hero-wash {
    height: 420px;
    background: linear-gradient(180deg, transparent 48%, rgba(255, 255, 255, 0.92) 78%, #fff 100%);
  }

  .hero-content {
    min-height: auto;
    padding-top: 18px;
    padding-bottom: 62px;
  }

  .hero-copy {
    width: 100%;
  }

  .hero h1 {
    font-size: clamp(2.75rem, 13.5vw, 4.05rem);
    line-height: 1;
  }

  .hero-lead {
    margin-top: 22px;
    font-size: 1rem;
  }

  .hero-actions {
    display: grid;
  }

  .hero-actions .button {
    width: 100%;
  }

  .hero-points {
    display: grid;
    gap: 9px;
  }

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

  .trust-grid > div {
    min-height: 106px;
    flex-direction: column;
    gap: 2px;
    padding: 15px;
    text-align: center;
  }

  .trust-grid strong {
    font-size: 1.9rem;
  }

  .trust-grid span {
    max-width: none;
    font-size: 0.73rem;
  }

  .section-heading {
    margin-bottom: 36px;
  }

  .section-heading h2,
  .lead-copy h2,
  .faq-intro h2,
  .clarity-copy h2 {
    font-size: clamp(2.15rem, 10.7vw, 3.2rem);
  }

  .section-heading.centered {
    text-align: right;
  }

  .section-heading.centered .eyebrow {
    justify-content: flex-start;
  }

  .fit-layout {
    gap: 16px;
  }

  .fit-visual {
    min-height: 300px;
  }

  .fit-visual figcaption {
    right: 14px;
    bottom: 14px;
    left: 14px;
  }

  .fit-grid {
    gap: 10px;
  }

  .fit-card {
    min-height: 178px;
    padding: 20px;
  }

  .fit-card strong {
    font-size: 1.9rem;
  }

  .fit-card span {
    font-size: 0.78rem;
  }

  .fit-card svg {
    top: 18px;
    left: 18px;
  }

  .split-heading {
    gap: 20px;
  }

  .goal-stack {
    gap: 18px;
  }

  .goal-card,
  .leisure-highlight {
    display: flex;
    flex-direction: column;
  }

  .goal-card.reverse .goal-image-wrap,
  .goal-card.reverse .goal-copy {
    order: initial;
  }

  .goal-image-wrap {
    min-height: 255px;
  }

  .goal-copy,
  .leisure-highlight > div {
    padding: 30px 24px 34px;
  }

  .goal-copy h3,
  .leisure-highlight h3,
  .clarity-panel h3 {
    font-size: 1.9rem;
  }

  .leisure-highlight img {
    min-height: 240px;
  }

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

  .process-card {
    min-height: auto;
  }

  .process-number {
    margin-bottom: 35px;
  }

  .speed-note {
    grid-template-columns: 1fr;
    text-align: right;
  }

  .speed-icon {
    width: 58px;
    height: 58px;
  }

  .clarity-panel,
  .lead-form {
    padding: 28px 22px;
  }

  .faq-list summary {
    min-height: 72px;
    font-size: 0.94rem;
  }

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

  .footer-grid {
    grid-template-columns: 1fr 1fr;
    gap: 40px 24px;
    padding-top: 54px;
  }

  .footer-brand {
    grid-column: 1 / -1;
  }

  .footer-bottom .shell {
    min-height: 78px;
    flex-direction: column;
    justify-content: center;
  }

  .floating-contact {
    right: 14px;
    bottom: 14px;
  }

  .floating-contact span {
    display: none;
  }

  .floating-contact {
    width: 54px;
    height: 54px;
    min-height: 54px;
    justify-content: center;
    padding: 0;
  }
}

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

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