:root {
  --bg: #05070b;
  --bg-deep: #020304;
  --panel: #090d14;
  --panel-2: #0d121b;
  --line: rgba(20, 124, 255, 0.32);
  --line-soft: rgba(255, 255, 255, 0.09);
  --blue: #147cff;
  --blue-bright: #2488ff;
  --gold: #d4a73b;
  --text: #f7f8fb;
  --muted: #b9c0cc;
  --muted-2: #8f98a8;
  --danger: #ff6b6b;
  --shadow: 0 18px 54px rgba(0, 0, 0, 0.42);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--bg);
  color: var(--text);
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.6;
  padding-bottom: 72px;
}

body.modal-open {
  overflow: hidden;
}

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

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

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

.skip-link {
  position: absolute;
  left: 16px;
  top: -64px;
  z-index: 50;
  background: var(--blue);
  color: white;
  padding: 10px 14px;
  font-weight: 800;
}

.skip-link:focus {
  top: 16px;
}

.site-header {
  background: var(--bg-deep);
  border-bottom: 1px solid var(--line);
}

.nav-shell {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  padding: 20px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.logo {
  display: inline-flex;
  align-items: center;
  color: var(--text);
  font-size: 1.85rem;
  font-weight: 900;
  letter-spacing: 0.16em;
  line-height: 1;
  text-transform: uppercase;
}

.logo span {
  color: var(--blue);
}

.nav-links {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 16px;
  flex-wrap: wrap;
}

.nav-links a {
  color: var(--text);
  font-size: 0.84rem;
  font-weight: 900;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.nav-links a:hover,
.nav-links a:focus {
  color: var(--blue-bright);
}

.nav-cta {
  border: 1px solid var(--blue);
  padding: 9px 12px;
}

.hero {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  display: grid;
  gap: 22px;
  padding: 26px 0 28px;
}

.hero-home,
.hero-monthly {
  grid-template-columns: 1fr;
}

.hero-copy {
  position: relative;
  z-index: 2;
}

.eyebrow {
  margin: 0 0 10px;
  color: var(--blue-bright);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.24em;
  text-transform: uppercase;
}

h1,
h2,
h3 {
  overflow-wrap: normal;
  text-wrap: balance;
  word-break: normal;
}

p {
  overflow-wrap: break-word;
}

h1 {
  margin: 0 0 16px;
  max-width: 840px;
  color: var(--text);
  font-size: 2.4rem;
  line-height: 0.98;
  letter-spacing: 0;
  text-transform: uppercase;
}

h1 span,
h2 span {
  color: var(--blue);
}

.hero-text {
  margin: 0 0 20px;
  max-width: 760px;
  color: var(--text);
  font-size: 1rem;
}

.hero-actions,
.contact-actions,
.center-actions,
.split-actions,
.form-actions {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  padding: 12px 18px;
  border: 1px solid var(--blue);
  background: transparent;
  color: var(--text);
  cursor: pointer;
  font: inherit;
  font-weight: 900;
  letter-spacing: 0.03em;
  text-align: center;
  transition: transform 0.18s ease, border-color 0.18s ease, background 0.18s ease;
}

.button:hover,
.button:focus {
  transform: translateY(-1px);
  border-color: var(--blue-bright);
}

.button-primary {
  background: var(--blue);
  color: white;
  box-shadow: 0 0 24px rgba(20, 124, 255, 0.35);
}

.button-secondary {
  background: rgba(20, 124, 255, 0.08);
}

.button-ghost {
  border-color: var(--line-soft);
  color: var(--muted);
}

.hero-media {
  min-height: 210px;
  border: 1px solid var(--line);
  background:
    linear-gradient(90deg, rgba(5, 7, 11, 0.24), rgba(5, 7, 11, 0.1)),
    url("assets/noire-hero.png");
  background-position: center;
  background-size: cover;
  box-shadow: var(--shadow);
}

.proof-strip {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1px;
  border: 1px solid var(--line);
  background: var(--line);
}

.proof-strip div {
  min-height: 92px;
  padding: 18px 16px;
  background: var(--panel);
}

.proof-strip strong {
  display: block;
  color: var(--blue-bright);
  font-size: 1.35rem;
  line-height: 1.1;
}

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

.section {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  padding: 72px 0;
}

.section-tight {
  padding-top: 48px;
}

.section-heading {
  max-width: 790px;
  margin-bottom: 28px;
}

.section-heading h2,
.split-section h2,
.contact-band h2,
.booking-note h2,
.sidebar-card h2,
.photo-reminder h2,
.form-intro h2 {
  margin: 0 0 12px;
  color: var(--text);
  font-size: 2rem;
  line-height: 1.02;
  letter-spacing: 0;
  text-transform: uppercase;
}

.section-heading p,
.split-section p,
.contact-band p,
.booking-hero p,
.sidebar-card p,
.photo-reminder p,
.form-intro p,
.faq-grid p {
  color: var(--muted);
}

.steps-grid,
.package-grid,
.pricing-grid,
.addon-grid,
.faq-grid,
.recent-work-grid {
  display: grid;
  gap: 14px;
}

.steps-grid,
.pricing-grid,
.addon-grid,
.faq-grid,
.recent-work-grid {
  grid-template-columns: 1fr;
}

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

.step-card,
.package-card,
.price-card,
.addon-grid article,
.faq-grid article,
.sidebar-card,
.booking-note,
.photo-reminder {
  border: 1px solid var(--line);
  background: linear-gradient(180deg, var(--panel-2), #070a10);
  box-shadow: var(--shadow);
}

.step-card,
.price-card,
.addon-grid article,
.faq-grid article,
.sidebar-card,
.booking-note,
.photo-reminder {
  padding: 20px;
}

.step-card span {
  display: inline-block;
  margin-bottom: 14px;
  color: var(--blue-bright);
  font-weight: 900;
  letter-spacing: 0.18em;
}

.step-card h3,
.price-card h3,
.addon-grid h3,
.faq-grid h3,
.sidebar-card h2,
.booking-note h2,
.photo-reminder h2 {
  margin: 0 0 8px;
  color: var(--text);
  font-size: 1.02rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.step-card p,
.price-card p,
.addon-grid p,
.faq-grid p {
  margin: 0;
  color: var(--muted);
}

.favorite-gallery-section {
  padding-bottom: 36px;
}

.favorite-preview {
  display: grid;
  gap: 10px;
  max-width: 980px;
  color: inherit;
}

.favorite-main,
.favorite-stack img,
.favorite-more,
.gallery-card {
  border: 1px solid var(--line);
  background: linear-gradient(180deg, var(--panel-2), #070a10);
  box-shadow: var(--shadow);
  overflow: hidden;
}

.favorite-main {
  position: relative;
  height: 340px;
  margin: 0;
}

.favorite-main::after,
.favorite-more::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(2, 3, 4, 0), rgba(2, 3, 4, 0.78));
  pointer-events: none;
}

.favorite-main img,
.favorite-stack img,
.favorite-more img,
.gallery-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.favorite-main figcaption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  margin: 0;
  padding: 16px;
  color: var(--text);
  font-weight: 900;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.favorite-stack {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}

.favorite-stack img,
.favorite-more {
  aspect-ratio: 1 / 1;
}

.favorite-more {
  position: relative;
}

.favorite-more span {
  position: absolute;
  inset: 0;
  z-index: 1;
  display: grid;
  place-items: center;
  background: rgba(2, 3, 4, 0.48);
  color: white;
  font-size: 1.35rem;
  font-weight: 900;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.favorite-preview:hover .favorite-main,
.favorite-preview:focus .favorite-main,
.favorite-preview:hover .favorite-more,
.favorite-preview:focus .favorite-more {
  border-color: var(--blue-bright);
}

.gallery-actions {
  margin-top: 16px;
}

.gallery-viewer-section {
  padding-bottom: 24px;
}

.gallery-viewer {
  position: relative;
  max-width: 980px;
}

.gallery-featured {
  position: relative;
  height: min(72vh, 620px);
  min-height: 360px;
  margin: 0;
  border: 1px solid var(--line);
  background: var(--panel);
  box-shadow: var(--shadow);
  overflow: hidden;
}

.gallery-featured::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(2, 3, 4, 0), rgba(2, 3, 4, 0.74));
  pointer-events: none;
}

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

.gallery-featured figcaption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 16px;
  margin: 0;
  padding: 16px;
  color: var(--text);
  font-weight: 900;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.gallery-featured figcaption strong {
  color: var(--blue-bright);
  white-space: nowrap;
}

.gallery-arrow {
  position: absolute;
  top: 50%;
  z-index: 2;
  width: 48px;
  height: 58px;
  display: grid;
  place-items: center;
  transform: translateY(-50%);
  border: 1px solid var(--line);
  background: rgba(2, 3, 4, 0.78);
  color: white;
  cursor: pointer;
  font: inherit;
  font-size: 2rem;
  font-weight: 900;
  line-height: 1;
}

.gallery-arrow:hover,
.gallery-arrow:focus {
  border-color: var(--blue-bright);
  background: rgba(20, 124, 255, 0.78);
}

.gallery-arrow-left {
  left: 10px;
}

.gallery-arrow-right {
  right: 10px;
}

.gallery-grid-heading {
  margin-bottom: 18px;
}

.gallery-hero {
  align-items: stretch;
}

.gallery-count-panel {
  display: grid;
  align-content: center;
  padding: 24px;
  border: 1px solid var(--line);
  background:
    linear-gradient(180deg, rgba(20, 124, 255, 0.13), rgba(20, 124, 255, 0.04)),
    var(--panel);
  box-shadow: var(--shadow);
}

.gallery-count-panel strong {
  color: var(--blue-bright);
  font-size: 4rem;
  line-height: 0.92;
}

.gallery-count-panel span {
  margin-top: 8px;
  color: var(--text);
  font-weight: 900;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.gallery-count-panel p {
  margin: 12px 0 0;
  color: var(--muted);
}

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

.gallery-card {
  display: block;
  color: inherit;
}

.gallery-card figure {
  margin: 0;
}

.gallery-card img {
  aspect-ratio: 4 / 5;
  border-bottom: 1px solid var(--line-soft);
}

.gallery-card figcaption {
  margin: 0;
  padding: 14px 16px;
  color: var(--text);
  font-weight: 900;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.gallery-card:hover,
.gallery-card:focus,
.gallery-card.is-active {
  border-color: var(--blue-bright);
}

.gallery-modal {
  position: fixed;
  inset: 0;
  z-index: 80;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 72px 18px 28px;
  background: rgba(2, 3, 4, 0.94);
}

.gallery-modal.is-open {
  display: grid;
}

.gallery-modal-frame {
  width: min(1120px, 100%);
  max-height: calc(100vh - 116px);
  margin: 0;
  display: grid;
  gap: 12px;
  justify-items: center;
}

.gallery-modal-frame img {
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: calc(100vh - 178px);
  object-fit: contain;
  border: 1px solid var(--line);
  background: var(--bg-deep);
  box-shadow: var(--shadow);
}

.gallery-modal-frame figcaption {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin: 0;
  color: var(--text);
  font-weight: 900;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.gallery-modal-frame figcaption strong {
  color: var(--blue-bright);
  white-space: nowrap;
}

.gallery-modal-close,
.gallery-modal-arrow {
  border: 1px solid var(--line);
  background: rgba(2, 3, 4, 0.82);
  color: white;
  cursor: pointer;
  font: inherit;
  font-weight: 900;
  line-height: 1;
}

.gallery-modal-close:hover,
.gallery-modal-close:focus,
.gallery-modal-arrow:hover,
.gallery-modal-arrow:focus {
  border-color: var(--blue-bright);
  background: rgba(20, 124, 255, 0.82);
}

.gallery-modal-close {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  font-size: 1.65rem;
}

.gallery-modal-arrow {
  position: absolute;
  top: 50%;
  width: 52px;
  height: 64px;
  display: grid;
  place-items: center;
  transform: translateY(-50%);
  font-size: 2.25rem;
}

.gallery-modal-prev {
  left: 16px;
}

.gallery-modal-next {
  right: 16px;
}

.package-card {
  position: relative;
  padding: 22px;
}

.package-card.featured {
  border-color: var(--blue);
}

.package-card.premium {
  border-color: rgba(212, 167, 59, 0.68);
}

.badge {
  display: inline-flex;
  margin-bottom: 14px;
  padding: 6px 10px;
  background: var(--blue);
  color: white;
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.gold-badge {
  background: var(--gold);
  color: #090704;
}

.card-topline {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 8px;
}

.card-topline h3 {
  margin: 0;
  color: var(--text);
  font-size: 1.28rem;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.price {
  margin: 0;
  color: var(--blue-bright);
  font-size: 1.35rem;
  font-weight: 900;
  white-space: nowrap;
}

.premium .price {
  color: var(--gold);
}

.best-for {
  margin: 0 0 16px;
  color: var(--muted);
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

li {
  position: relative;
  margin: 9px 0;
  padding-left: 22px;
  color: var(--text);
}

li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.7em;
  width: 7px;
  height: 7px;
  background: var(--blue);
}

.premium li::before {
  background: var(--gold);
}

.inline-link {
  display: inline-flex;
  margin-top: 18px;
  color: var(--blue-bright);
  font-weight: 900;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.inline-link:hover,
.inline-link:focus {
  color: white;
}

.gold-link {
  color: var(--gold);
}

.muted-section {
  width: 100%;
  max-width: none;
  padding-left: max(16px, calc((100% - 1180px) / 2));
  padding-right: max(16px, calc((100% - 1180px) / 2));
  background: #070a10;
  border-top: 1px solid var(--line-soft);
  border-bottom: 1px solid var(--line-soft);
}

.price-card strong,
.addon-grid strong {
  color: var(--blue-bright);
}

.fine-print {
  margin: 18px 0 0;
  color: var(--muted-2);
  font-size: 0.94rem;
}

.split-section,
.contact-band {
  display: grid;
  gap: 22px;
  align-items: center;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.split-section p,
.contact-band p {
  max-width: 760px;
}

.winter-section {
  border-color: rgba(212, 167, 59, 0.4);
}

.winter-list {
  display: grid;
  gap: 10px;
}

.winter-list p {
  margin: 0;
  padding: 14px 16px;
  border: 1px solid rgba(212, 167, 59, 0.42);
  color: var(--text);
  font-weight: 800;
}

.contact-band {
  margin-bottom: 60px;
}

.site-footer {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  padding: 34px 0 96px;
  display: grid;
  gap: 22px;
  color: var(--muted);
}

.site-footer p {
  margin: 7px 0;
}

.site-footer a:hover,
.site-footer a:focus {
  color: var(--blue-bright);
}

.mobile-sticky-cta {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 20;
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: 1fr;
  border-top: 1px solid var(--line);
  background: rgba(2, 3, 4, 0.96);
  backdrop-filter: blur(10px);
}

.mobile-sticky-cta a {
  min-height: 58px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-weight: 900;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.mobile-sticky-cta a:first-child {
  background: var(--blue);
}

.booking-hero {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  display: grid;
  gap: 18px;
  padding: 34px 0 20px;
}

.booking-hero h1 {
  max-width: 720px;
}

.booking-note ul {
  margin-top: 12px;
}

.booking-layout {
  display: grid;
  gap: 20px;
}

.quote-form {
  padding: 18px;
  border: 1px solid var(--line);
  background: var(--panel);
  box-shadow: var(--shadow);
}

.form-intro {
  margin-bottom: 18px;
}

.form-intro h2 {
  font-size: 1.7rem;
}

.form-intro p {
  margin: 0;
}

.form-grid {
  display: grid;
  gap: 14px;
}

label {
  display: grid;
  gap: 7px;
  color: var(--text);
  font-weight: 900;
  letter-spacing: 0.03em;
}

.label-note {
  color: var(--muted-2);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

input,
select,
textarea {
  width: 100%;
  min-height: 46px;
  border: 1px solid var(--line-soft);
  background: #030507;
  color: var(--text);
  font: inherit;
  padding: 11px 12px;
  outline: none;
}

textarea {
  resize: vertical;
}

input:focus,
select:focus,
textarea:focus {
  border-color: var(--blue);
  box-shadow: 0 0 0 3px rgba(20, 124, 255, 0.22);
}

.addon-dropdown {
  margin: 18px 0 0;
  border: 1px solid var(--line-soft);
  background: #05080d;
}

.addon-dropdown summary {
  display: flex;
  min-height: 58px;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 16px;
  color: var(--text);
  cursor: pointer;
  font-weight: 900;
  letter-spacing: 0.08em;
  list-style: none;
  text-transform: uppercase;
}

.addon-dropdown summary::-webkit-details-marker {
  display: none;
}

.addon-dropdown summary::after {
  content: "+";
  display: inline-flex;
  min-width: 28px;
  min-height: 28px;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--line-soft);
  color: var(--blue-bright);
  font-size: 1.25rem;
  line-height: 1;
}

.addon-dropdown[open] summary {
  border-bottom: 1px solid var(--line-soft);
}

.addon-dropdown[open] summary::after {
  content: "-";
}

.addon-dropdown summary strong {
  margin-left: auto;
  color: var(--blue-bright);
  font-size: 0.83rem;
  letter-spacing: 0.05em;
  white-space: nowrap;
}

.addon-picker {
  display: grid;
  gap: 10px;
  padding: 16px;
}

.addon-picker legend {
  padding: 0 8px;
  color: var(--text);
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.check-option {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0;
  padding: 12px;
  border: 1px solid rgba(20, 124, 255, 0.2);
  background: #05080d;
  cursor: pointer;
}

.check-option input {
  width: 18px;
  min-height: 18px;
  accent-color: var(--blue);
  flex: 0 0 auto;
}

.check-option span {
  display: flex;
  width: 100%;
  justify-content: space-between;
  gap: 12px;
  color: var(--text);
  font-weight: 800;
}

.check-option strong {
  color: var(--blue-bright);
  white-space: nowrap;
}

.quote-preview {
  display: grid;
  gap: 12px;
  margin-top: 18px;
}

.quote-preview > div {
  padding: 18px;
  border: 1px solid var(--line);
  background:
    linear-gradient(180deg, rgba(20, 124, 255, 0.12), rgba(20, 124, 255, 0.04)),
    #05080d;
}

.quote-preview strong {
  display: block;
  color: var(--text);
  font-size: 1.55rem;
  line-height: 1.1;
}

.quote-preview span {
  display: block;
  margin-top: 7px;
  color: var(--muted);
}

.quote-form > label,
.photo-reminder,
.form-actions,
.copy-status {
  margin-top: 16px;
}

.copy-status {
  min-height: 24px;
  color: var(--blue-bright);
  font-weight: 800;
}

.booking-sidebar {
  display: grid;
  gap: 14px;
  align-content: start;
}

.sidebar-card p {
  margin: 8px 0;
}

@media (max-width: 620px) {
  .nav-shell {
    align-items: flex-start;
    flex-direction: column;
    padding: 18px 0;
  }

  .nav-links {
    justify-content: flex-start;
    gap: 13px;
  }

  .nav-links a {
    font-size: 0.78rem;
  }

  .hero-actions .button,
  .contact-actions .button,
  .split-actions .button,
  .form-actions .button,
  .center-actions .button {
    width: 100%;
  }

  .hero-media {
    min-height: 180px;
  }

  .favorite-main {
    height: 310px;
  }

  .favorite-main figcaption,
  .gallery-card figcaption {
    font-size: 0.72rem;
    padding: 11px 10px;
  }

  .gallery-featured {
    height: 430px;
    min-height: 0;
  }

  .gallery-featured figcaption {
    font-size: 0.86rem;
    padding: 14px;
  }

  .gallery-arrow {
    width: 42px;
    height: 52px;
  }

  .gallery-grid {
    gap: 10px;
  }

  .gallery-modal {
    padding: 64px 10px 22px;
  }

  .gallery-modal-frame {
    max-height: calc(100vh - 96px);
  }

  .gallery-modal-frame img {
    max-height: calc(100vh - 160px);
  }

  .gallery-modal-frame figcaption {
    align-items: flex-start;
    flex-direction: column;
    gap: 4px;
    font-size: 0.72rem;
  }

  .gallery-modal-close {
    top: 10px;
    right: 10px;
    width: 44px;
    height: 44px;
  }

  .gallery-modal-arrow {
    width: 40px;
    height: 50px;
    font-size: 1.8rem;
  }

  .gallery-modal-prev {
    left: 8px;
  }

  .gallery-modal-next {
    right: 8px;
  }

  .section {
    padding: 56px 0;
  }

  .card-topline {
    align-items: flex-start;
  }
}

@media (min-width: 700px) {
  body {
    padding-bottom: 0;
  }

  .logo {
    font-size: 2rem;
  }

  h1 {
    font-size: 3.45rem;
  }

  .hero-text {
    font-size: 1.08rem;
  }

  .section-heading h2,
  .split-section h2,
  .contact-band h2 {
    font-size: 2.7rem;
  }

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

  .steps-grid,
  .pricing-grid,
  .addon-grid,
  .faq-grid,
  .recent-work-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .favorite-preview {
    grid-template-columns: 1.28fr 0.72fr;
    align-items: stretch;
  }

  .favorite-main,
  .favorite-stack {
    height: 340px;
  }

  .favorite-stack {
    grid-template-columns: 1fr;
    grid-template-rows: repeat(3, 1fr);
  }

  .favorite-stack img,
  .favorite-more {
    aspect-ratio: auto;
  }

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

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

  .addon-picker {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }

  .check-option {
    margin: 0;
  }

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

  .site-footer {
    grid-template-columns: 1.1fr 1fr 1.2fr;
    padding-bottom: 34px;
  }

  .mobile-sticky-cta {
    display: none;
  }
}

@media (min-width: 920px) {
  .logo {
    font-size: 2.35rem;
  }

  h1 {
    font-size: 3.9rem;
  }

  .hero-text {
    font-size: 1.14rem;
  }

  .section-heading h2,
  .split-section h2,
  .contact-band h2 {
    font-size: 3.45rem;
  }

  .hero {
    grid-template-columns: 1fr 0.92fr;
    align-items: stretch;
    padding: 56px 0;
  }

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

  .hero-media {
    min-height: 430px;
  }

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

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

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

  .addon-grid,
  .faq-grid,
  .recent-work-grid {
    grid-template-columns: repeat(4, 1fr);
  }

  .favorite-main,
  .favorite-stack {
    height: 360px;
  }

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

  .gallery-card img {
    aspect-ratio: 1 / 1;
  }

  .split-section,
  .contact-band,
  .booking-hero,
  .booking-layout {
    grid-template-columns: 1.25fr 0.75fr;
  }

  .contact-actions,
  .split-actions {
    justify-content: flex-end;
  }
}
