:root {
  --brand-red: #8d0b0b;
  --page-bg: #ffffff;
  --text: #8d0b0b;
  --white: #ffffff;
  --shell: min(88vw, 1240px);
  --ease-out: cubic-bezier(0.16, 1, 0.3, 1);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  background: var(--page-bg);
}

body {
  min-width: 320px;
  margin: 0;
  color: var(--text);
  background: var(--white);
  font-family: "Glacial Indifference", "Avenir Next", Avenir, Montserrat, sans-serif;
  letter-spacing: 0;
  overflow-x: hidden;
}

body::selection {
  color: var(--white);
  background: var(--brand-red);
}

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

a {
  color: inherit;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.hero {
  position: relative;
  min-height: 90vh;
  padding: clamp(18px, 4vh, 48px) 0 170px;
  background: transparent;
}

.hero__inner {
  position: relative;
  z-index: 20;
  width: var(--shell);
  min-height: calc(90vh - 170px);
  margin: 0 auto;
  display: grid;
  grid-template-rows: auto minmax(120px, 1fr);
  align-items: start;
}

.hero__logo {
  width: clamp(260px, 37vw, 540px);
  height: auto;
  justify-self: center;
  margin-top: clamp(-72px, -5vw, -24px);
}

.site-nav {
  align-self: center;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(18px, 6vw, 96px);
  width: 100%;
  margin-top: clamp(20px, 3vh, 42px);
}

.site-nav a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-height: 44px;
  text-decoration: none;
  font-size: clamp(1.08rem, 1.8vw, 1.95rem);
  line-height: 1.1;
  font-weight: 400;
  text-align: center;
  transition:
    transform 180ms var(--ease-out),
    opacity 180ms var(--ease-out);
}

.site-nav a:hover,
.site-nav a:focus-visible {
  opacity: 0.72;
  transform: translateY(-2px);
}

.site-nav a:focus-visible,
.reel-card:focus-visible {
  outline: 2px solid currentColor;
  outline-offset: 8px;
}

.scroll-circle {
  position: absolute;
  top: 100%;
  left: 50%;
  z-index: 10;
  width: 520px;
  height: 520px;
  border-radius: 50%;
  pointer-events: none;
  background: var(--brand-red);
  transform: translate(-50%, -50%) scale(var(--circle-scale, 0.18));
  transform-origin: center;
  will-change: transform;
}

.instagram {
  position: relative;
  z-index: 40;
  min-height: 100vh;
  padding: clamp(48px, 8vw, 96px) 0;
  color: var(--white);
  background: var(--brand-red);
}

.motion-ready .instagram {
  background: transparent;
}

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

.instagram h2,
.blank-section h2 {
  margin: 0;
  text-align: center;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.4rem, 7vw, 6rem);
  line-height: 0.95;
  font-weight: 900;
  letter-spacing: 0;
}

.instagram h2 {
  margin-bottom: clamp(32px, 6vw, 72px);
}

.reel-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(14px, 2.2vw, 28px);
  align-items: start;
}

.reel-card {
  position: relative;
  display: block;
  aspect-ratio: 328 / 640;
  min-height: 0;
  overflow: hidden;
  color: var(--white);
  background: #5f0707;
  border: 2px solid rgba(255, 255, 255, 0.55);
  border-radius: 8px;
  box-shadow: 0 22px 48px rgba(44, 0, 0, 0.3);
  text-decoration: none;
}

.reel-card::after {
  content: "";
  position: absolute;
  inset: 0;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: inherit;
  pointer-events: none;
}

.reel-card video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.reel-embeds {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: clamp(16px, 2.5vw, 28px);
}

.reel-embeds .instagram-media {
  flex: 0 1 540px;
  max-width: 540px;
}

.instagram__cta {
  margin: clamp(28px, 5vw, 48px) 0 0;
  text-align: center;
}

.blank-section {
  position: relative;
  z-index: 40;
  min-height: 70vh;
  padding: clamp(76px, 12vw, 150px) 0;
  color: var(--brand-red);
  background: var(--white);
  scroll-margin-top: 24px;
}

.blank-section + .blank-section {
  border-top: 1px solid rgba(141, 11, 11, 0.18);
}

.package-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(14px, 2vw, 24px);
  margin-top: clamp(34px, 6vw, 72px);
}

.package-card {
  display: grid;
  grid-template-rows: auto auto auto 1fr;
  gap: 14px;
  min-height: 360px;
  padding: clamp(18px, 2.4vw, 28px);
  color: var(--brand-red);
  background: var(--white);
  border: 1px solid rgba(141, 11, 11, 0.24);
  border-radius: 8px;
}

.package-card--featured {
  color: var(--white);
  background: var(--brand-red);
  border-color: var(--brand-red);
}

.package-card__eyebrow,
.package-card__price,
.section-note {
  margin: 0;
  font-size: 0.78rem;
  line-height: 1.2;
  font-weight: 700;
  text-transform: uppercase;
}

.package-card h3 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.7rem, 2.4vw, 2.6rem);
  line-height: 0.95;
}

.package-card__price {
  font-size: 0.95rem;
}

.package-card ul {
  display: grid;
  gap: 12px;
  align-content: start;
  padding: 0;
  margin: 0;
  list-style: none;
}

.package-card li,
.section-note {
  font-size: clamp(0.98rem, 1.3vw, 1.08rem);
  line-height: 1.45;
}

.package-card li::before {
  content: "";
  display: inline-block;
  width: 0.42em;
  height: 0.42em;
  margin-right: 0.6em;
  border-radius: 999px;
  vertical-align: 0.12em;
  background: currentColor;
}

.section-note {
  max-width: 780px;
  margin: clamp(22px, 4vw, 38px) auto 0;
  text-align: center;
  text-transform: none;
  font-weight: 400;
}

/* ------------------------------------------------------------------ */
/* How it works                                                       */
/* ------------------------------------------------------------------ */
.how {
  background: #f9f1f1;
}

.how__expect {
  max-width: 720px;
  margin: clamp(16px, 3vw, 26px) auto 0;
  text-align: center;
  font-size: clamp(0.95rem, 1.3vw, 1.08rem);
  line-height: 1.5;
  opacity: 0.85;
}

.process-list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(20px, 2.2vw, 32px);
  padding: 0;
  margin: clamp(32px, 5vw, 60px) 0 0;
  list-style: none;
}

.process-step {
  display: flex;
  flex-direction: column;
  padding: clamp(28px, 2.6vw, 40px) clamp(24px, 2.2vw, 32px);
  background: var(--white);
  border: 1px solid rgba(141, 11, 11, 0.1);
  border-radius: 16px;
  box-shadow: 0 16px 36px rgba(141, 11, 11, 0.05);
}

.process-step__num {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.1rem, 2.5vw, 2.6rem);
  font-weight: 700;
  line-height: 1;
  color: var(--brand-red);
}

.process-step h3 {
  margin: 16px 0 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.3rem, 1.7vw, 1.6rem);
  line-height: 1.15;
}

.process-step p {
  margin: 9px 0 0;
  font-size: clamp(0.95rem, 1.15vw, 1.04rem);
  line-height: 1.55;
}

.process-step a {
  font-weight: 600;
  text-underline-offset: 2px;
}

.how__cta {
  margin-top: clamp(30px, 5vw, 52px);
  text-align: center;
}

/* scroll reveal (opt-in via JS; reduced-motion safe) */
.process-list.js-anim .process-step {
  opacity: 0;
  transform: translateY(18px);
  transition:
    opacity 0.6s var(--ease-out),
    transform 0.6s var(--ease-out);
}

.process-list.js-anim .process-step.is-visible {
  opacity: 1;
  transform: none;
}

@media (max-width: 900px) {
  .how .process-list {
    grid-template-columns: 1fr;
    width: min(560px, 100%);
    margin-inline: auto;
  }
}

@media (prefers-reduced-motion: reduce) {
  .process-list.js-anim .process-step {
    opacity: 1;
    transform: none;
    transition: none;
  }
}

@media (max-width: 780px) {
  .hero {
    min-height: 88vh;
    padding-bottom: 150px;
  }

  .hero__inner {
    min-height: calc(88vh - 150px);
  }

  .hero__logo {
    width: min(82vw, 420px);
    margin-top: clamp(-44px, -6vw, -18px);
  }

  .site-nav {
    grid-template-columns: 1fr;
    gap: 10px;
    align-self: start;
    margin-top: 22px;
  }

  .site-nav a {
    font-size: clamp(1.05rem, 5vw, 1.45rem);
  }

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

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

  .package-card {
    min-height: 0;
  }

  .process-list {
    width: min(620px, 100%);
    margin-right: auto;
    margin-left: auto;
  }
}

@media (max-width: 480px) {
  :root {
    --shell: min(90vw, 1240px);
  }

  .hero {
    min-height: 86vh;
  }

  .reel-grid {
    grid-template-columns: 1fr;
    width: min(76vw, 260px);
    margin: 0 auto;
  }

  .instagram h2,
  .blank-section h2 {
    font-size: clamp(2.1rem, 14vw, 3.9rem);
  }

  .package-card h3,
  .process-list h3 {
    font-size: clamp(1.55rem, 8vw, 2.2rem);
  }
}

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

  *,
  *::before,
  *::after {
    transition-duration: 0.001ms !important;
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
  }

  .instagram {
    background: var(--brand-red);
  }
}

/* ------------------------------------------------------------------ */
/* Buttons                                                            */
/* ------------------------------------------------------------------ */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 28px;
  font: inherit;
  font-size: 1rem;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  border: 2px solid var(--brand-red);
  border-radius: 8px;
  transition:
    transform 180ms var(--ease-out),
    opacity 180ms var(--ease-out),
    background-color 180ms var(--ease-out),
    color 180ms var(--ease-out);
}

.btn--primary {
  color: var(--white);
  background: var(--brand-red);
}

.btn--ghost {
  color: var(--brand-red);
  background: transparent;
}

/* Ghost button on the red Instagram band */
.btn--on-red {
  color: var(--white);
  background: transparent;
  border-color: rgba(255, 255, 255, 0.7);
}

.btn--on-red:hover,
.btn--on-red:focus-visible {
  color: var(--brand-red);
  background: var(--white);
  border-color: var(--white);
}

.btn:hover,
.btn:focus-visible {
  transform: translateY(-2px);
  opacity: 0.92;
}

.btn:focus-visible {
  outline: 2px solid currentColor;
  outline-offset: 4px;
}

/* ------------------------------------------------------------------ */
/* Contact / quote form                                               */
/* ------------------------------------------------------------------ */
.hidden {
  display: none;
}

.contact__intro {
  max-width: 720px;
  margin: clamp(20px, 4vw, 32px) auto 0;
  text-align: center;
  font-size: clamp(1rem, 1.4vw, 1.15rem);
  line-height: 1.55;
}

.quote-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
  width: min(760px, 100%);
  margin: clamp(34px, 6vw, 56px) auto 0;
  text-align: left;
}

.quote-form__field {
  display: grid;
  gap: 8px;
  align-content: start;
}

.quote-form__field--full {
  grid-column: 1 / -1;
}

.quote-form label {
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.quote-form .req {
  color: var(--brand-red);
}

.quote-form input,
.quote-form select,
.quote-form textarea {
  width: 100%;
  padding: 12px 14px;
  font: inherit;
  font-size: 1rem;
  color: var(--brand-red);
  background: var(--white);
  border: 1px solid rgba(141, 11, 11, 0.24);
  border-radius: 8px;
}

.quote-form input::placeholder,
.quote-form textarea::placeholder {
  color: rgba(141, 11, 11, 0.5);
}

.quote-form textarea {
  min-height: 120px;
  resize: vertical;
}

.quote-form input:focus-visible,
.quote-form select:focus-visible,
.quote-form textarea:focus-visible {
  outline: 2px solid var(--brand-red);
  outline-offset: 2px;
  border-color: var(--brand-red);
}

.quote-form__actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 16px 24px;
  margin-top: 6px;
}

.quote-form__fallback {
  margin: 0;
  font-size: 0.95rem;
}

/* ------------------------------------------------------------------ */
/* Footer                                                             */
/* ------------------------------------------------------------------ */
.site-footer {
  position: relative;
  z-index: 40;
  padding: clamp(48px, 7vw, 84px) 0 clamp(22px, 3vw, 32px);
  color: var(--brand-red);
  background: var(--white);
  border-top: 1px solid rgba(141, 11, 11, 0.18);
}

.site-footer__inner {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1.3fr;
  gap: clamp(28px, 4vw, 56px);
  align-items: start;
}

.site-footer__logo {
  width: clamp(150px, 18vw, 200px);
  height: auto;
}

.site-footer__tagline {
  max-width: 34ch;
  margin: 14px 0 0;
  font-size: 1rem;
  line-height: 1.5;
}

.site-footer__col h3 {
  margin: 0 0 14px;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.site-footer__col ul {
  display: grid;
  gap: 10px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.site-footer__col a {
  text-decoration: none;
  transition: opacity 180ms var(--ease-out);
}

.site-footer__col a:hover,
.site-footer__col a:focus-visible {
  opacity: 0.7;
  text-decoration: underline;
}

.site-footer__area {
  max-width: 28ch;
  opacity: 0.78;
  line-height: 1.45;
}

.site-footer__bar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 12px 24px;
  margin-top: clamp(36px, 5vw, 56px);
  padding-top: 20px;
  border-top: 1px solid rgba(141, 11, 11, 0.14);
  font-size: 0.9rem;
}

.site-footer__bar p {
  margin: 0;
}

.site-footer__top {
  font-weight: 600;
  text-decoration: none;
  transition: opacity 180ms var(--ease-out);
}

.site-footer__top:hover,
.site-footer__top:focus-visible {
  opacity: 0.7;
}

/* ------------------------------------------------------------------ */
/* Thank-you page                                                     */
/* ------------------------------------------------------------------ */
.thanks {
  display: grid;
  place-items: center;
  min-height: 100vh;
  padding: clamp(40px, 8vw, 80px) 0;
  text-align: center;
  color: var(--brand-red);
  background: var(--white);
}

.thanks__inner {
  display: grid;
  justify-items: center;
  gap: 6px;
  width: min(88vw, 640px);
}

.thanks__logo {
  width: clamp(200px, 40vw, 300px);
  height: auto;
}

.thanks__title {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2rem, 5vw, 3.2rem);
  line-height: 1;
}

.thanks__text {
  max-width: 48ch;
  margin: 10px 0 24px;
  font-size: clamp(1rem, 1.5vw, 1.15rem);
  line-height: 1.6;
}

.thanks__actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px;
}

/* ------------------------------------------------------------------ */
/* Responsive: stack form + footer                                    */
/* ------------------------------------------------------------------ */
@media (max-width: 780px) {
  .quote-form {
    grid-template-columns: 1fr;
  }

  .site-footer__inner {
    grid-template-columns: 1fr;
    gap: 32px;
  }
}
