﻿:root {
  color-scheme: dark;
  --bg: #F4EFE8;
  --surface: #FFFFFF;
  --surface-strong: #8B7F74;
  --text: #3E372F;
  --muted: #6D6459;
  --accent: #A8B5A2;
  --accent-strong: #8F9F8C;
  --accent-soft: rgba(168, 181, 162, 0.16);
  --border: #D9CFC6;
  --shadow: 0 24px 80px rgba(62, 55, 47, 0.08);
  --radius: 32px;
  --radius-sm: 18px;
  --max-width: 1160px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-height: 100vh;
  background: var(--bg);
  color: var(--text);
  line-height: 1.7;
}

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

button,
a {
  font: inherit;
}

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

.container {
  width: min(100%, var(--max-width));
  margin: 0 auto;
  padding: 0 1.5rem;
}

.section-gap {
  padding: clamp(4rem, 6vw, 7rem) 0;
  background: var(--bg);
}

.about-page {
  background: linear-gradient(rgba(62, 55, 47, 0.62), rgba(62, 55, 47, 0.62)),
    url("Wedding%20Site%20Photos/laughing-cropped.jpeg") center top / cover no-repeat;
}

.about-page .section-heading,
.about-page .content-card {
  position: relative;
  z-index: 1;
}

.about-page .section-heading {
  color: #fff;
}

.about-page .eyebrow {
  color: #fff;
}

.about-card {
  max-width: 52rem;
  border-color: var(--accent-strong);
  background: rgba(168, 181, 162, 0.5);
  color: #fff;
  text-shadow: 0 2px 6px rgba(0, 0, 0, 0.62);
  box-shadow: 0 18px 36px rgba(62, 55, 47, 0.3);
}

.about-card p {
  color: rgba(255, 255, 255, 0.88);
}

.section-alt {
  background: var(--surface);
}

.section-green {
  background: var(--accent);
}

.section-green .section-heading,
.section-green .eyebrow {
  color: #fff;
}

.who-we-are .section-heading,
.who-we-are .eyebrow,
.who-we-are h2 {
  color: var(--accent-strong);
}

#hero {
  background: var(--bg);
}

#gallery {
  background: rgba(168, 181, 162, 0.14);
  padding: clamp(2.75rem, 4vw, 4.5rem) 0;
}

#gallery .section-heading {
  gap: 0;
  margin-bottom: 1.25rem;
}

#gallery h2 {
  color: var(--accent-strong);
}

#how-it-works {
  position: relative;
  isolation: isolate;
  padding: clamp(2.75rem, 4vw, 4.5rem) 0;
  background: var(--accent);
}

#how-it-works .section-heading {
  gap: 0;
  margin-bottom: 1.25rem;
  color: #fff;
}

#how-it-works .eyebrow {
  color: #fff;
}

.how-it-works-layout {
  display: grid;
  gap: 1.5rem;
  align-items: center;
}

.how-it-works-photo {
  overflow: hidden;
  border-radius: var(--radius);
  border: 1px solid rgba(255, 255, 255, 0.28);
  box-shadow: 0 18px 36px rgba(62, 55, 47, 0.24);
  background: rgba(255, 255, 255, 0.12);
}

.how-it-works-photo img {
  width: 100%;
  height: 100%;
  min-height: 20rem;
  object-fit: cover;
}

.how-it-works-copy {
  display: grid;
  gap: 1rem;
  max-width: none;
}

.how-it-works-copy h3 {
  font-size: clamp(1.5rem, 2vw, 2rem);
}

.how-it-works-copy .eyebrow {
  color: var(--accent);
  margin-bottom: 0;
}

.how-it-works-copy p:last-child {
  margin-bottom: 0;
}

.bio-card {
  position: relative;
  padding: 2rem;
  border-radius: var(--radius);
  border: 1px solid rgba(255, 255, 255, 0.28);
  box-shadow: 0 18px 36px rgba(62, 55, 47, 0.24);
  overflow: hidden;
  min-height: 24rem;
}

.bio-card-brittney,
.bio-card-brandon {
  position: relative;
  color: #fff;
  align-content: end;
}

.bio-card-brittney {
  background: linear-gradient(rgba(62, 55, 47, 0.48), rgba(62, 55, 47, 0.48)),
    url("Wedding%20Site%20Photos/anchor2.jpeg") center / cover no-repeat;
}

.bio-card-brandon {
  background: linear-gradient(rgba(62, 55, 47, 0.48), rgba(62, 55, 47, 0.48)),
    url("Wedding%20Site%20Photos/send-out.jpeg") center / cover no-repeat;
}

.bio-card-brittney .eyebrow,
.bio-card-brandon .eyebrow {
  color: #fff;
}

.bio-card-brittney h3,
.bio-card-brittney p,
.bio-card-brandon h3,
.bio-card-brandon p {
  position: relative;
  z-index: 1;
}

.bio-card-brittney p,
.bio-card-brandon p {
  color: rgba(255, 255, 255, 0.9);
}

.bio-card-brittney::before,
.bio-card-brandon::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(62, 55, 47, 0.72), rgba(62, 55, 47, 0.18));
}

.bio-card-brittney > *,
.bio-card-brandon > * {
  position: relative;
  z-index: 1;
}

.bio-grid {
  display: grid;
  gap: 1.5rem;
}

#benefits {
  background: linear-gradient(rgba(62, 55, 47, 0.62), rgba(62, 55, 47, 0.62)),
    url("Wedding%20Site%20Photos/kiss-cropped.jpeg") center top / cover no-repeat;
}

#benefits .section-heading {
  color: #fff;
}

#reviews {
  background: linear-gradient(rgba(62, 55, 47, 0.62), rgba(62, 55, 47, 0.62)),
    url("Wedding%20Site%20Photos/closed.jpeg") center / cover no-repeat;
}

#reviews .section-heading {
  color: #fff;
}

#problem,
#offer {
  background: var(--surface);
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  background: rgba(244, 239, 232, 0.96);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid rgba(62, 55, 47, 0.08);
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 5rem;
}

.header-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  color: #fff;
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-size: 0.95rem;
}

.brand img {
  width: auto;
  height: 3.1rem;
  object-fit: contain;
  transform: scale(1.72);
  transform-origin: left center;
}

.nav-links {
  display: none;
  gap: 1.25rem;
  align-items: center;
  flex-wrap: nowrap;
  justify-content: flex-end;
}

.nav-links a {
  color: var(--accent-strong);
  transition: color 0.2s ease;
  white-space: nowrap;
}

.menu-toggle {
  display: none;
  border: none;
  background: transparent;
  padding: 0.6rem;
  cursor: pointer;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  min-width: 32px;
  min-height: 32px;
}

.menu-toggle span {
  width: 24px;
  height: 2px;
  border-radius: 1px;
  background: var(--accent-strong);
  transition: transform 0.2s ease, opacity 0.2s ease;
}

.nav-links a:hover {
  color: var(--accent-strong);
}

.hero-grid,
.cards-grid,
.steps-grid,
.offer-grid,
.testimonials-grid {
  display: grid;
  gap: 2rem;
}

.hero-grid {
  align-items: center;
}

.hero-copy {
  max-width: 33rem;
}

.eyebrow {
  margin: 0 0 1rem;
  color: var(--accent);
  font-size: 0.95rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-style: italic;
  text-shadow: 0 2px 6px rgba(62, 55, 47, 0.22);
}

h1,
h2,
h3 {
  margin: 0;
  font-weight: 700;
  letter-spacing: -0.03em;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-shadow: 0 2px 6px rgba(62, 55, 47, 0.22);
}

h1 {
  font-size: clamp(2.5rem, 4vw, 4rem);
  line-height: 1.02;
}

h2 {
  font-size: clamp(2rem, 3vw, 2.8rem);
}

h3 {
  font-size: 1.25rem;
}

.hero-text,
.content-card p,
.card p,
.step-card p,
.offer-card p,
.testimonial p,
.final-card p {
  color: var(--muted);
}

.hero-actions {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  margin-top: 2rem;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  font-weight: 600;
  padding: 1rem 1.6rem;
  transition: transform 0.2s ease, background 0.2s ease, color 0.2s ease;
}

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

.button-primary {
  background: var(--accent-strong);
  color: #fff;
}

.button-secondary {
  border: 1px solid rgba(62, 55, 47, 0.12);
  color: var(--text);
  background: transparent;
}

#hero {
  position: relative;
  background-image: url("Wedding%20Site%20Photos/anchor2.jpeg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: #fff;
}

.hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(62, 55, 47, 0.62);
  mix-blend-mode: normal;
}

.hero-overlay {
  position: absolute;
  inset: 0;
}

.hero-grid {
  position: relative;
  z-index: 1;
}

.hero-copy {
  max-width: 33rem;
}

#hero .hero-text {
  color: rgba(255, 255, 255, 0.9);
}

#hero .button-secondary {
  border-color: rgba(255, 255, 255, 0.8);
  color: #fff;
}

.hero-text,
.content-card p,
.card p,
.step-card p,
.offer-card p,
.testimonial p,
.final-card p {
  color: var(--muted);
}

.photo-grid {
  overflow-x: hidden;
  padding: 0.25rem 0 1rem;
  touch-action: pan-y;
}

.photo-track {
  display: flex;
  gap: 1rem;
  width: max-content;
  will-change: transform;
}

.photo-card {
  position: relative;
  flex: 0 0 clamp(250px, 36vw, 360px);
  aspect-ratio: 4 / 5;
  border-radius: var(--radius);
  overflow: hidden;
  background: #fff;
  border: 1px solid var(--border);
  box-shadow: var(--shadow);
}

.photo-card::after {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(62, 55, 47, 0.38);
  pointer-events: none;
}

.photo-card img,
.photo-card video {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.content-card,
.card,
.step-card,
.offer-card,
.final-card,
.testimonial {
  background: #fff;
  border-radius: var(--radius);
  border: 1px solid var(--border);
  box-shadow: var(--shadow);
  padding: 2rem;
}

.content-card {
  max-width: 52rem;
  margin: 0 auto;
}

.section-heading {
  display: grid;
  gap: 1rem;
  margin-bottom: 2rem;
}

.section-description {
  margin: 0;
  max-width: 42rem;
  color: var(--muted);
}

#how-it-works .section-description {
  color: rgba(255, 255, 255, 0.88);
}

.cards-grid {
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}

.pricing-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}

.reviews-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}

.pricing-card,
.review-card {
  display: grid;
  align-content: start;
  border-color: var(--accent-strong);
  background: rgba(168, 181, 162, 0.5);
  color: #fff;
  text-shadow: 0 2px 6px rgba(0, 0, 0, 0.62);
  box-shadow: 0 18px 36px rgba(62, 55, 47, 0.3);
}

.pricing-card p,
.review-card p {
  margin: 0;
  color: rgba(255, 255, 255, 0.88);
}

.pricing-card h3 {
  font-size: 1.5rem;
}

.pricing-card {
  grid-template-rows: auto auto 1fr auto;
}

.pricing-card .button {
  align-self: end;
  margin-top: 0.75rem;
  box-shadow: 0 8px 18px rgba(62, 55, 47, 0.28);
  text-shadow: none;
}

.pricing-lessons {
  color: #fff !important;
  font-size: 1.25rem;
  font-weight: 700;
}

.pricing-price {
  font-weight: 400;
}

.review-card {
  gap: 1.25rem;
}

.review-quote {
  font-size: 1.05rem;
}

.review-name {
  align-self: end;
  color: #fff !important;
  font-weight: 700;
}

#faq {
  background: linear-gradient(rgba(62, 55, 47, 0.62), rgba(62, 55, 47, 0.62)),
    url("Wedding%20Site%20Photos/anchor-cropped.jpeg") center top / cover no-repeat;
}

#faq .section-heading {
  color: #fff;
}

#faq .eyebrow {
  color: #fff;
}

#faq .section-description {
  color: rgba(255, 255, 255, 0.88);
}

.faq-accordion {
  display: grid;
  gap: 1rem;
  max-width: 52rem;
}

.faq-item {
  padding: 0;
  overflow: hidden;
  border-color: var(--accent-strong);
  background: rgba(168, 181, 162, 0.5);
  color: #fff;
  text-shadow: 0 2px 6px rgba(0, 0, 0, 0.62);
  box-shadow: 0 18px 36px rgba(62, 55, 47, 0.3);
}

.faq-item summary {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.35rem 1.5rem;
  cursor: pointer;
  list-style: none;
  color: #fff;
  font-size: 1.08rem;
  font-weight: 700;
}

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

.faq-item summary::after {
  content: "+";
  flex: 0 0 auto;
  width: 2rem;
  height: 2rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.18);
  color: #fff;
  font-size: 1.2rem;
  line-height: 1;
  transition: transform 0.2s ease, background 0.2s ease;
}

.faq-item[open] summary {
  background: rgba(255, 255, 255, 0.12);
}

.faq-item[open] summary::after {
  content: "-";
  background: rgba(255, 255, 255, 0.18);
}

.faq-item p {
  margin: 0;
  padding: 0 1.5rem 1.5rem;
  color: rgba(255, 255, 255, 0.88);
}

.card h3 {
  margin-bottom: 0.75rem;
}

.steps-grid,
.offer-grid,
.testimonials-grid {
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
}

.step-card {
  padding: 2rem;
}

#how-it-works .step-card {
  min-height: 22rem;
  color: #fff;
  border-color: #000;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  box-shadow: 0 18px 36px rgba(62, 55, 47, 0.24);
}

#how-it-works .step-card:nth-child(1) {
  background-image: linear-gradient(rgba(62, 55, 47, 0.62), rgba(62, 55, 47, 0.62)),
    url("Wedding%20Site%20Photos/anchor.jpeg");
}

#how-it-works .step-card:nth-child(2) {
  background-image: linear-gradient(rgba(62, 55, 47, 0.62), rgba(62, 55, 47, 0.62)),
    url("Wedding%20Site%20Photos/dip.jpeg");
}

#how-it-works .step-card:nth-child(3) {
  background-image: linear-gradient(rgba(62, 55, 47, 0.62), rgba(62, 55, 47, 0.62)),
    url("Wedding%20Site%20Photos/laughing-cropped.jpeg");
}

#how-it-works .step-card:nth-child(4) {
  background-image: linear-gradient(rgba(62, 55, 47, 0.62), rgba(62, 55, 47, 0.62)),
    url("Wedding%20Site%20Photos/send-out.jpeg");
}

#how-it-works .step-card p {
  color: rgba(255, 255, 255, 0.88);
}

#how-it-works .step-number {
  background: rgba(255, 255, 255, 0.18);
  color: #fff;
}

.step-number {
  display: inline-flex;
  width: 2.4rem;
  height: 2.4rem;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--accent-soft);
  color: var(--accent);
  font-weight: 700;
  margin-bottom: 1.25rem;
}

.offer-card {
  display: grid;
  gap: 1rem;
}

.offer-price {
  margin-top: 1rem;
  color: var(--text);
  font-weight: 600;
}

.testimonial {
  display: grid;
  gap: 1.25rem;
}

.testimonial p {
  font-size: 1rem;
}

.testimonial footer {
  color: var(--text);
  font-weight: 700;
}

.final-cta {
  background: linear-gradient(135deg, rgba(168, 181, 162, 0.95), rgba(139, 143, 124, 0.95));
}

.final-card {
  text-align: center;
  color: #fff;
  border: none;
  background: transparent;
  border-radius: 0;
  box-shadow: none;
  padding: 0 1.5rem;
}

.final-card h2 {
  color: #fff;
}

.final-card p {
  color: rgba(255, 255, 255, 0.75);
}

.final-card .button {
  box-shadow: 0 8px 18px rgba(62, 55, 47, 0.28);
}

.contact-page {
  min-height: calc(100vh - 10rem);
  background: linear-gradient(rgba(62, 55, 47, 0.62), rgba(62, 55, 47, 0.62)),
    url("Wedding%20Site%20Photos/closed.jpeg") center / cover no-repeat;
}

.contact-grid {
  display: grid;
  gap: 2rem;
  align-items: start;
}

.contact-copy {
  max-width: 34rem;
  color: #fff;
}

.contact-copy p:not(.eyebrow) {
  color: rgba(255, 255, 255, 0.88);
}

.contact-back-link {
  display: inline-block;
  margin-top: 1rem;
  color: #fff;
  font-weight: 600;
}

.contact-form {
  display: grid;
  gap: 1.25rem;
  padding: 2.25rem;
  border: 1px solid rgba(255, 255, 255, 0.56);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.96);
  box-shadow: var(--shadow);
}

.form-row {
  display: grid;
  gap: 1.25rem;
}

.form-field {
  display: grid;
  gap: 0.5rem;
}

.address-fields {
  display: grid;
  gap: 1.25rem;
  padding: 1.1rem;
  border-radius: var(--radius-sm);
  background: var(--accent-soft);
}

.address-fields[hidden] {
  display: none;
}

.form-field label {
  color: var(--text);
  font-size: 0.84rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.form-field input,
.form-field select,
.form-field textarea {
  width: 100%;
  border: 1px solid var(--border);
  background: rgba(244, 239, 232, 0.42);
  color: var(--text);
  font: inherit;
  transition: border-color 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
}

.form-field input {
  min-height: 3.25rem;
  border-radius: 999px;
  padding: 0.75rem 1.1rem;
}

.form-field select {
  min-height: 3.25rem;
  border-radius: 999px;
  padding: 0.75rem 1.1rem;
}

.form-field textarea {
  min-height: 8rem;
  border-radius: 22px;
  padding: 0.9rem 1.1rem;
  resize: vertical;
}

.form-field input:focus,
.form-field select:focus,
.form-field textarea:focus {
  border-color: var(--accent-strong);
  background: #fff;
  box-shadow: 0 0 0 4px var(--accent-soft);
  outline: none;
}

.form-field input[readonly],
.form-field select[readonly],
.form-field textarea[readonly] {
  background: rgba(244, 239, 232, 0.58);
  cursor: default;
}

.contact-submit {
  border: none;
  cursor: pointer;
  justify-self: start;
  margin-top: 0.25rem;
}

.login-options {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  flex-wrap: wrap;
}

.login-status {
  margin: 0;
  padding: 0.85rem 1rem;
  border-radius: var(--radius-sm);
  background: rgba(168, 181, 162, 0.14);
  color: var(--text);
  border: 1px solid rgba(143, 159, 140, 0.32);
  font-weight: 600;
}

.dashboard-page {
  background: linear-gradient(rgba(62, 55, 47, 0.22), rgba(62, 55, 47, 0.22)),
    var(--bg);
}

.dashboard-shell {
  display: grid;
  gap: 1.5rem;
}

.dashboard-summary {
  display: flex;
  gap: 1rem;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.dashboard-stat {
  display: grid;
  gap: 0.35rem;
  padding: 1.25rem 1.4rem;
  border-radius: var(--radius);
  border: 1px solid var(--border);
  background: rgba(255, 255, 255, 0.88);
  box-shadow: var(--shadow);
}

.dashboard-stat-label {
  color: var(--muted);
  font-size: 0.84rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.dashboard-stat strong {
  font-size: 2rem;
  line-height: 1;
}

.dashboard-table-wrap {
  overflow-x: auto;
  border-radius: var(--radius);
  border: 1px solid var(--border);
  box-shadow: var(--shadow);
  background: rgba(255, 255, 255, 0.94);
}

.dashboard-table {
  width: 100%;
  border-collapse: collapse;
  min-width: 760px;
}

.dashboard-table th,
.dashboard-table td {
  padding: 1rem 1.1rem;
  text-align: left;
  border-bottom: 1px solid rgba(62, 55, 47, 0.08);
}

.dashboard-table th {
  color: var(--muted);
  font-size: 0.82rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  background: rgba(168, 181, 162, 0.12);
}

.dashboard-row-link {
  color: var(--accent-strong);
  font-weight: 700;
  text-decoration: underline;
  text-decoration-color: rgba(143, 159, 140, 0.45);
  text-underline-offset: 0.15em;
}

.dashboard-table tbody tr:last-child td {
  border-bottom: none;
}

.dashboard-logout {
  width: auto;
}

.login-remember {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  color: var(--text);
  font-size: 0.95rem;
  font-weight: 600;
  text-transform: none;
  letter-spacing: 0;
}

.login-remember input {
  width: 1rem;
  height: 1rem;
  margin: 0;
  accent-color: var(--accent-strong);
}

.login-forgot {
  margin-top: 0;
}

.confirmation-page {
  display: grid;
  min-height: calc(100vh - 10rem);
  align-items: center;
  background: linear-gradient(rgba(62, 55, 47, 0.62), rgba(62, 55, 47, 0.62)),
    url("Wedding%20Site%20Photos/kiss-cropped.jpeg") center / cover no-repeat;
}

.confirmation-card {
  max-width: 44rem;
  margin: 0 auto;
  padding: clamp(2rem, 5vw, 3.5rem);
  border: 1px solid rgba(255, 255, 255, 0.55);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.94);
  box-shadow: var(--shadow);
  text-align: center;
}

.confirmation-card p:not(.eyebrow) {
  margin: 1rem auto 1.75rem;
  color: var(--muted);
}

.confirmation-actions {
  display: grid;
  justify-items: center;
  gap: 0.9rem;
}

.confirmation-actions .contact-back-link {
  margin-top: 0;
  color: var(--text);
  font-size: 0.92rem;
}

@media (min-width: 900px) {
  .hero-grid {
    grid-template-columns: 1.05fr 0.95fr;
  }

  .hero-copy {
    padding-right: 2rem;
  }

  .hero-text {
    max-width: 38rem;
  }

  .contact-grid {
    grid-template-columns: 0.9fr 1.1fr;
    gap: 4rem;
  }

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

  .how-it-works-layout {
    grid-template-columns: 0.95fr 1.05fr;
    gap: 2rem;
  }

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

@media (max-width: 680px) {
  .container {
    padding: 0 1.2rem;
  }

  .site-header {
    box-shadow: 0 8px 24px rgba(62, 55, 47, 0.04);
  }

  .header-inner {
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    min-height: auto;
    padding: 0.65rem 1.2rem;
  }

  .header-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    min-height: 44px;
  }

  .brand {
    max-width: calc(100% - 4rem);
    font-size: 0.78rem;
    letter-spacing: 0.08em;
    line-height: 1.25;
  }

  .brand img {
    width: auto;
    height: 2.65rem;
    transform: scale(1.54);
  }

  .nav-links {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
    justify-content: flex-start;
    max-height: 0;
    overflow: hidden;
    visibility: hidden;
    opacity: 0;
    padding: 0;
    transition: max-height 0.25s ease, opacity 0.2s ease, padding 0.25s ease, margin 0.25s ease;
  }

  .site-header.open .nav-links {
    max-height: 16rem;
    visibility: visible;
    opacity: 1;
    margin-top: 0.65rem;
    padding-top: 0.35rem;
    border-top: 1px solid rgba(143, 159, 140, 0.28);
  }

  .nav-links a {
    width: 100%;
    text-align: left;
    padding: 0.8rem 0;
    font-size: 0.95rem;
    font-weight: 600;
  }

  .nav-links a + a {
    border-top: 1px solid rgba(143, 159, 140, 0.28);
  }

  .nav-links a:hover {
    color: var(--accent-strong);
  }

  .menu-toggle {
    display: inline-flex;
    align-self: center;
    width: 44px;
    min-width: 44px;
    height: 44px;
    min-height: 44px;
    padding: 0;
    margin: 0;
    align-items: center;
    border: 1px solid rgba(143, 159, 140, 0.45);
    border-radius: 50%;
    background: rgba(168, 181, 162, 0.12);
  }

  .menu-toggle span {
    width: 18px;
  }

  .site-header.open .menu-toggle span:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
  }

  .site-header.open .menu-toggle span:nth-child(2) {
    opacity: 0;
  }

  .site-header.open .menu-toggle span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
  }

  .hero-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .contact-form {
    padding: 1.4rem;
  }

  .login-options {
    align-items: flex-start;
    flex-direction: column;
  }

  .photo-grid {
    width: calc(100% + 2.4rem);
    margin-inline: -1.2rem;
    padding-inline: 1.2rem;
  }

  .steps-grid {
    display: flex;
    gap: 1rem;
    overflow-x: auto;
    width: calc(100% + 2.4rem);
    margin-inline: -1.2rem;
    padding: 0 1.2rem 0.75rem;
    scroll-snap-type: x mandatory;
    scroll-padding-inline: 1.2rem;
    scrollbar-width: thin;
    scrollbar-color: var(--accent-strong) transparent;
    -webkit-overflow-scrolling: touch;
  }

  .reviews-grid {
    display: flex;
    gap: 1rem;
    overflow-x: auto;
    width: calc(100% + 2.4rem);
    margin-inline: -1.2rem;
    padding: 0 1.2rem 0.75rem;
    scroll-snap-type: x mandatory;
    scroll-padding-inline: 1.2rem;
    scrollbar-width: thin;
    scrollbar-color: var(--accent-strong) transparent;
    -webkit-overflow-scrolling: touch;
  }

  .step-card {
    flex: 0 0 min(84vw, 320px);
    scroll-snap-align: start;
  }

  .review-card {
    flex: 0 0 min(84vw, 320px);
    scroll-snap-align: start;
  }

  .steps-grid::-webkit-scrollbar {
    height: 6px;
  }

  .reviews-grid::-webkit-scrollbar {
    height: 6px;
  }

  .steps-grid::-webkit-scrollbar-thumb {
    border-radius: 999px;
    background: var(--accent-strong);
  }

  .reviews-grid::-webkit-scrollbar-thumb {
    border-radius: 999px;
    background: var(--accent-strong);
  }

  .steps-grid::-webkit-scrollbar-track {
    background: transparent;
  }

  .reviews-grid::-webkit-scrollbar-track {
    background: transparent;
  }

  .button {
    width: 100%;
  }

  .hero-visual {
    min-height: 320px;
  }

  .visual-frame {
    width: 100%;
  }
}

@media (min-width: 681px) {
  .nav-links {
    display: flex;
  }

  .menu-toggle {
    display: none;
  }
}

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

  h2 {
    font-size: 2rem;
  }

  .content-card,
  .step-card,
  .offer-card,
  .testimonial {
    padding: 1.6rem;
  }
}

