:root {
  --bg: #10161b;
  --paper: #fbfcfb;
  --paper-soft: #f3f7f7;
  --mist: #e7eff0;
  --ink: #11171c;
  --ink-2: #26323a;
  --muted: #66747c;
  --line: rgba(160, 177, 184, 0.34);
  --line-dark: rgba(255, 255, 255, 0.16);
  --noir: #0c1115;
  --graphite: #172128;
  --blue: #78a8b9;
  --blue-deep: #2e7188;
  --teal: #184858;
  --teal-2: #25677b;
  --gold: #c7a46c;
  --gold-2: #e0c990;
  --gold-soft: #f3ead7;
  --shadow: 0 20px 58px rgba(15, 28, 36, 0.12);
  --shadow-strong: 0 30px 90px rgba(10, 18, 24, 0.26);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background:
    radial-gradient(circle at 18% -8%, rgba(199, 164, 108, 0.08), transparent 30%),
    radial-gradient(circle at 92% 4%, rgba(120, 168, 185, 0.18), transparent 28%),
    linear-gradient(180deg, #dce9ec 0%, #edf5f6 42%, #e7eff0 100%);
  font-family: -apple-system, BlinkMacSystemFont, "Hiragino Sans", "Yu Gothic", "Noto Sans JP", sans-serif;
  letter-spacing: 0;
  -webkit-font-smoothing: antialiased;
  font-feature-settings: "palt";
}

body.modal-open {
  overflow: hidden;
}

.lp-shell {
  width: min(100%, 430px);
  min-height: 100vh;
  margin: 0 auto;
  overflow: clip;
  background: var(--paper);
  box-shadow: 0 30px 90px rgba(24, 72, 88, 0.18);
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 60;
  display: flex;
  min-height: 68px;
  align-items: center;
  justify-content: space-between;
  padding: 13px 18px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(10, 15, 19, 0.84);
  backdrop-filter: blur(20px);
}

.brand {
  color: #fff;
  text-decoration: none;
}

.brand span {
  display: block;
  font-size: 19px;
  line-height: 1;
  font-weight: 900;
  letter-spacing: 0.13em;
}

.brand small {
  display: block;
  margin-top: 6px;
  color: rgba(224, 201, 144, 0.86);
  font-size: 8px;
  font-weight: 900;
  letter-spacing: 0.14em;
}

.header-cta {
  min-height: 36px;
  padding: 0 15px;
  border: 1px solid rgba(224, 201, 144, 0.34);
  border-radius: 999px;
  background: linear-gradient(135deg, var(--teal), #0d2430);
  color: #fff;
  font: inherit;
  font-size: 12px;
  font-weight: 900;
  cursor: pointer;
  box-shadow: 0 12px 34px rgba(0, 0, 0, 0.28);
}

.hero {
  position: relative;
  min-height: 682px;
  overflow: hidden;
  background: var(--noir);
  color: #fff;
}

.hero::before,
.hero::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.hero::before {
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(180deg, rgba(8, 12, 15, 0.08) 0%, rgba(8, 12, 15, 0.15) 32%, rgba(8, 12, 15, 0.88) 73%, #0c1115 100%),
    radial-gradient(circle at 14% 78%, rgba(199, 164, 108, 0.12), transparent 31%),
    radial-gradient(circle at 86% 22%, rgba(120, 168, 185, 0.22), transparent 26%);
}

.hero::after {
  left: 24px;
  right: 24px;
  bottom: 24px;
  z-index: 1;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(224, 201, 144, 0.74), transparent);
  animation: lineGlow 3.8s ease-in-out infinite;
}

.hero-visual {
  position: absolute;
  inset: 0;
  overflow: hidden;
}

.hero-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 56% 0%;
  display: block;
  opacity: 0.86;
  transform: scale(1.02);
  animation: heroDrift 18s ease-in-out infinite alternate;
}

.hero-copy {
  position: relative;
  z-index: 2;
  display: flex;
  min-height: 614px;
  flex-direction: column;
  justify-content: flex-end;
  padding: 218px 23px 44px;
}

.hero-copy .eyebrow {
  color: rgba(224, 201, 144, 0.92);
}

.eyebrow {
  margin: 0 0 13px;
  color: var(--blue-deep);
  font-size: 11px;
  line-height: 1;
  font-weight: 900;
  letter-spacing: 0.16em;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  margin-bottom: 18px;
  color: #fff;
  font-size: 35px;
  line-height: 1.22;
  font-weight: 900;
  letter-spacing: 0;
  text-shadow: 0 18px 46px rgba(0, 0, 0, 0.38);
  text-wrap: balance;
  line-break: strict;
}

h2 {
  margin-bottom: 16px;
  color: var(--ink);
  font-size: 26px;
  line-height: 1.36;
  font-weight: 900;
  letter-spacing: 0;
  text-wrap: balance;
  line-break: strict;
}

.problem-title {
  font-size: 27px;
  line-height: 1.34;
  letter-spacing: 0;
}

h3 {
  margin-bottom: 8px;
  color: var(--ink);
  font-size: 18px;
  line-height: 1.45;
  font-weight: 900;
}

.hero-lead,
.section-lead {
  color: var(--muted);
  font-size: 14px;
  line-height: 1.85;
  font-weight: 700;
  line-break: strict;
  text-wrap: pretty;
}

.hero-lead {
  max-width: 35em;
  color: rgba(239, 246, 247, 0.86);
}

.hero-badges {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
  margin: 25px 0 0;
}

.hero-badges span {
  display: flex;
  min-height: 43px;
  align-items: center;
  gap: 10px;
  padding: 10px 14px;
  border: 1px solid rgba(255, 255, 255, 0.17);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.075);
  color: #f7fbfb;
  font-size: 13px;
  font-weight: 900;
  backdrop-filter: blur(14px);
}

.hero-badges span::before {
  content: "";
  width: 18px;
  height: 18px;
  flex: 0 0 auto;
  border-radius: 50%;
  background:
    radial-gradient(circle, #fff 0 27%, transparent 29%),
    linear-gradient(135deg, var(--teal-2), var(--gold));
  box-shadow: 0 0 22px rgba(120, 168, 185, 0.26);
}

.hero-actions,
.contact-actions {
  display: grid;
  gap: 12px;
  margin-top: 28px;
}

.button {
  position: relative;
  min-height: 58px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 999px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 0 20px;
  color: var(--ink);
  background: rgba(255, 255, 255, 0.90);
  font: inherit;
  font-size: 15px;
  font-weight: 900;
  text-decoration: none;
  cursor: pointer;
  transform: translateZ(0);
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
}

.button::before {
  content: "";
  position: absolute;
  inset: 0;
  transform: translateX(-125%) skewX(-20deg);
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.44), transparent);
  transition: transform 700ms ease;
}

.button::after {
  content: "";
  width: 8px;
  height: 8px;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
  transform: rotate(45deg);
}

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

.button:hover::before,
.button:focus-visible::before {
  transform: translateX(125%) skewX(-20deg);
}

.button-dark {
  border-color: rgba(224, 201, 144, 0.22);
  background: linear-gradient(135deg, var(--teal-2), var(--teal) 56%, #0d2430);
  color: #fff;
  box-shadow: 0 22px 54px rgba(4, 23, 31, 0.32);
}

.button-light {
  border-color: rgba(255, 255, 255, 0.22);
  background: rgba(255, 255, 255, 0.13);
  color: #fff;
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.22);
  backdrop-filter: blur(16px);
}

.section .button-light,
.contact-section .button-light {
  border-color: var(--line);
  background: #fff;
  color: var(--ink);
}

.button.full {
  width: 100%;
}

.quick-tabs {
  position: sticky;
  top: 68px;
  z-index: 55;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 5px;
  padding: 8px 10px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  border-bottom: 1px solid rgba(14, 22, 27, 0.12);
  background: rgba(15, 21, 25, 0.86);
  backdrop-filter: blur(18px);
}

.quick-tabs a {
  min-height: 34px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 999px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.055);
  color: rgba(255, 255, 255, 0.76);
  font-size: 10.5px;
  font-weight: 900;
  text-decoration: none;
  transition: background 220ms ease, color 220ms ease, border-color 220ms ease;
}

.quick-tabs a.is-current {
  border-color: rgba(224, 201, 144, 0.48);
  background: rgba(37, 103, 123, 0.48);
  color: #fff;
}

.section {
  position: relative;
  padding: 62px 23px;
  scroll-margin-top: 124px;
}

.section::before {
  content: "";
  position: absolute;
  top: 36px;
  left: 23px;
  width: 38px;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--gold), rgba(46, 113, 136, 0.18), transparent);
}

.problem-section,
.price-section,
.compare-section,
.flow-section {
  background:
    radial-gradient(circle at 92% 5%, rgba(120, 168, 185, 0.20), transparent 29%),
    linear-gradient(180deg, #f2f7f7, #fbfcfb);
}

.service-section,
.contact-section {
  background:
    radial-gradient(circle at 0% 0%, rgba(199, 164, 108, 0.06), transparent 34%),
    #fbfcfb;
}

.problem-grid,
.service-cards,
.flow-grid {
  display: grid;
  gap: 13px;
  margin-top: 24px;
}

.problem-grid article,
.service-cards article,
.video-card,
.table-card,
.note-box,
.flow-grid article,
.contact-card,
.price-lead-card {
  border: 1px solid rgba(160, 177, 184, 0.28);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: var(--shadow);
}

.problem-grid article {
  display: grid;
  grid-template-columns: 19px 1fr;
  gap: 11px;
  align-items: flex-start;
  width: fit-content;
  min-width: min(100%, 318px);
  max-width: 100%;
  padding: 16px 16px;
}

.problem-grid span {
  width: 19px;
  height: 19px;
  margin-top: 3px;
  border-radius: 50%;
  background:
    radial-gradient(circle, #fff 0 27%, transparent 29%),
    linear-gradient(135deg, var(--teal-2), var(--gold));
  box-shadow: 0 8px 18px rgba(72, 107, 119, 0.18);
}

.problem-grid p {
  margin: 0;
  color: var(--ink-2);
  font-size: 12.8px;
  line-height: 1.78;
  font-weight: 900;
  line-break: strict;
}

.service-cards {
  grid-template-columns: 1fr 1fr;
}

.service-cards article {
  min-height: 124px;
  padding: 17px 16px;
  overflow: hidden;
}

.service-cards article::before {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  margin-bottom: 14px;
  border: 1px solid rgba(199, 164, 108, 0.34);
  border-radius: 15px;
  background:
    linear-gradient(135deg, rgba(37, 103, 123, 0.14), rgba(199, 164, 108, 0.12)),
    #fff;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.9), 0 12px 28px rgba(15, 28, 36, 0.08);
}

.service-cards strong {
  display: block;
  color: var(--ink);
  font-size: 13px;
  line-height: 1.5;
  font-weight: 900;
}

.service-cards span {
  display: block;
  margin-top: 8px;
  color: var(--muted);
  font-size: 11px;
  line-height: 1.6;
  font-weight: 700;
}

.works-section {
  color: var(--ink);
  background:
    radial-gradient(circle at 92% 8%, rgba(120, 168, 185, 0.18), transparent 29%),
    linear-gradient(180deg, #f2f7f7, #fbfcfb 56%, #eef6f7);
}

.works-section::before {
  background: linear-gradient(90deg, var(--gold-2), transparent);
}

.works-section h2,
.works-section h3 {
  color: var(--ink);
}

.works-list {
  display: grid;
  gap: 17px;
}

.video-card {
  overflow: hidden;
  border-color: rgba(160, 177, 184, 0.28);
  background: rgba(255, 255, 255, 0.88);
  box-shadow: var(--shadow);
}

.works-list {
  margin-top: 24px;
}

.video-card.featured {
  border-color: rgba(120, 168, 185, 0.36);
  box-shadow: var(--shadow-strong);
}

.video-meta {
  padding: 15px 18px 13px;
  background:
    linear-gradient(135deg, rgba(24, 72, 88, 0.96), rgba(16, 45, 58, 0.96));
}

.video-meta span {
  display: block;
  margin-bottom: 7px;
  color: rgba(190, 224, 232, 0.96);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.video-meta h3 {
  margin: 0;
  color: #fff;
  font-size: 21px;
}

.video-embed {
  position: relative;
  display: block;
  width: 100%;
  overflow: hidden;
  aspect-ratio: 16 / 9;
  background: #080b0d;
}

.video-embed video {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
  background: #080b0d;
  object-fit: contain;
}

.video-card.short .video-meta {
  padding: 15px 18px 13px;
}

.video-card.short h3 {
  font-size: 21px;
}

.price-section {
  position: relative;
  overflow: hidden;
}

.price-section::after {
  content: "";
  position: absolute;
  inset: auto -40px 0 -40px;
  height: 380px;
  pointer-events: none;
  background:
    radial-gradient(circle at 4% 100%, rgba(199, 164, 108, 0.07), transparent 36%),
    radial-gradient(circle at 92% 6%, rgba(120, 168, 185, 0.14), transparent 34%);
}

.price-section > * {
  position: relative;
  z-index: 1;
}

.price-lead-card {
  margin-top: 20px;
  padding: 16px 18px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.94), rgba(235, 244, 246, 0.88));
}

.price-lead-card strong,
.price-lead-card span {
  display: block;
}

.price-lead-card strong {
  color: var(--ink);
  font-size: 15px;
  line-height: 1.5;
  font-weight: 900;
}

.price-lead-card span {
  margin-top: 8px;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.7;
  font-weight: 700;
}

.pricing-stack {
  display: grid;
  gap: 14px;
  margin-top: 24px;
}

.table-card {
  position: relative;
  overflow: hidden;
}

.table-card h3 {
  margin: 0;
  padding: 17px 16px 8px;
  font-size: 17px;
}

.table-caption {
  margin: -2px 16px 12px;
  color: var(--muted);
  font-size: 11px;
  line-height: 1.65;
  font-weight: 800;
}

table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: fixed;
}

.table-card thead {
  display: table-header-group;
}

.table-card tbody {
  display: table-row-group;
}

.table-card tr {
  display: table-row;
}

th,
td {
  border-top: 1px solid rgba(160, 177, 184, 0.24);
  padding: 11px 10px;
  vertical-align: middle;
  text-align: left;
  font-size: 11px;
  line-height: 1.48;
}

th {
  color: #f7fbfb;
  background: linear-gradient(135deg, #172128, #26343d);
  font-weight: 900;
}

th:first-child {
  border-top-left-radius: 14px;
}

th:last-child {
  border-top-right-radius: 14px;
}

td {
  color: var(--ink-2);
  background: rgba(255, 255, 255, 0.74);
  font-weight: 800;
}

tbody tr:nth-child(even) td {
  background: rgba(239, 247, 248, 0.72);
}

tbody tr:last-child td {
  border-bottom: 1px solid rgba(160, 177, 184, 0.24);
}

.price-table {
  margin: 0 12px 14px;
  width: calc(100% - 24px);
  overflow: hidden;
  border-radius: 14px;
  box-shadow: inset 0 0 0 1px rgba(160, 177, 184, 0.20);
}

.table-notes {
  display: grid;
  gap: 5px;
  margin: -3px 14px 15px;
  padding: 11px 12px;
  border: 1px solid rgba(160, 177, 184, 0.18);
  border-radius: 12px;
  background: rgba(239, 247, 248, 0.64);
}

.table-notes p {
  margin: 0;
  color: var(--muted);
  font-size: 10px;
  line-height: 1.55;
  font-weight: 750;
}

.editing-table th,
.editing-table td {
  padding-inline: 8px;
  font-size: 10.5px;
}

.editing-table th:nth-child(1),
.editing-table td:nth-child(1) {
  width: 23%;
}

.editing-table th:nth-child(2),
.editing-table td:nth-child(2) {
  width: 23%;
}

.editing-table th:nth-child(3),
.editing-table td:nth-child(3) {
  width: 35%;
}

.editing-table th:nth-child(4),
.editing-table td:nth-child(4) {
  width: 19%;
}

.shoot-table th,
.shoot-table td {
  padding: 12px 10px;
  font-size: 11px;
  line-height: 1.55;
}

.shoot-table th:nth-child(1),
.shoot-table td:nth-child(1) {
  width: 58%;
}

.shoot-table th:nth-child(2),
.shoot-table td:nth-child(2) {
  width: 42%;
}

.option-table th:nth-child(1),
.option-table td:nth-child(1) {
  width: 58%;
}

.amount {
  color: var(--teal-2);
  font-size: 13px;
  line-height: 1.25;
  font-weight: 900;
  white-space: nowrap;
}

.compare-section {
  overflow: hidden;
}

.compare-table-card {
  margin-top: 24px;
}

.compare-table {
  box-shadow:
    inset 0 0 0 1px rgba(160, 177, 184, 0.20),
    0 16px 44px rgba(24, 54, 67, 0.08);
}

.compare-table th,
.compare-table td {
  padding: 15px 9px;
  font-size: 11px;
  line-height: 1.48;
}

.compare-table th:nth-child(1),
.compare-table td:nth-child(1) {
  width: 30%;
}

.compare-table th:nth-child(2),
.compare-table td:nth-child(2) {
  width: 34%;
}

.compare-table th:nth-child(3),
.compare-table td:nth-child(3) {
  width: 36%;
}

.compare-table th:nth-child(2) {
  background: linear-gradient(135deg, var(--teal-2), var(--teal));
}

.compare-table td:nth-child(2) {
  background:
    linear-gradient(135deg, rgba(222, 244, 249, 0.92), rgba(238, 249, 250, 0.88));
  border-left: 2px solid rgba(37, 103, 123, 0.35);
  color: var(--teal-2);
  font-size: 13px;
  font-weight: 950;
}

.compare-table td:nth-child(3) {
  color: rgba(40, 53, 61, 0.74);
  font-weight: 850;
}

.note-box {
  display: grid;
  gap: 4px;
  margin-top: 16px;
  padding: 15px 16px;
  color: var(--muted);
  font-size: 11px;
  line-height: 1.62;
  font-weight: 700;
}

.note-box p {
  margin: 0;
}

.caption {
  margin-top: 14px;
  color: var(--muted);
  font-size: 10px;
  line-height: 1.7;
  font-weight: 700;
}

.flow-section {
  background:
    radial-gradient(circle at 86% 7%, rgba(120, 168, 185, 0.17), transparent 28%),
    linear-gradient(180deg, #f4f8f8, #fbfcfb);
}

.flow-grid {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
  padding-left: 0;
}

.flow-grid::before {
  content: "";
  position: absolute;
  left: 44px;
  top: 30px;
  bottom: 30px;
  width: 2px;
  border-radius: 999px;
  background: linear-gradient(180deg, rgba(37, 103, 123, 0.34), rgba(199, 164, 108, 0.18));
}

.flow-grid article {
  position: relative;
  display: grid;
  grid-template-columns: 64px 1fr;
  column-gap: 13px;
  align-items: center;
  min-height: 92px;
  padding: 14px 16px;
}

.flow-icon {
  grid-row: 1 / span 3;
  display: block;
  width: 56px;
  height: 56px;
  margin: 0;
  border: 1px solid rgba(160, 177, 184, 0.22);
  border-radius: 18px;
  background-color: #fff;
  background-image: url("./assets/flow-icons-v2.png");
  background-repeat: no-repeat;
  background-size: 400% 200%;
  box-shadow: 0 12px 24px rgba(34, 58, 70, 0.10);
  align-self: center;
  z-index: 1;
}

.icon-1 { background-position: 0% 0%; }
.icon-2 { background-position: 33.333% 0%; }
.icon-3 { background-position: 66.666% 0%; }
.icon-4 { background-position: 100% 0%; }
.icon-5 { background-position: 0% 100%; }
.icon-6 { background-position: 33.333% 100%; }
.icon-7 { background-position: 66.666% 100%; }
.icon-8 { background-position: 100% 100%; }

.flow-grid span {
  display: block;
  margin-bottom: 2px;
  color: var(--teal-2);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.08em;
}

.flow-grid strong {
  display: block;
  color: var(--ink);
  font-size: 14px;
  line-height: 1.45;
  font-weight: 900;
}

.flow-grid em {
  display: block;
  margin-top: 5px;
  color: var(--muted);
  font-size: 11px;
  line-height: 1.55;
  font-style: normal;
  font-weight: 700;
}

.contact-section {
  padding-bottom: 72px;
  background:
    radial-gradient(circle at 95% 5%, rgba(199, 164, 108, 0.08), transparent 28%),
    linear-gradient(180deg, #fbfcfb, #eaf2f3);
}

.contact-card {
  display: grid;
  grid-template-columns: 92px 1fr;
  gap: 16px;
  align-items: center;
  margin-top: 28px;
  padding: 20px;
}

.contact-card img {
  width: 92px;
  height: 112px;
  border-radius: 22px;
  object-fit: cover;
  box-shadow: 0 16px 36px rgba(18, 31, 40, 0.18);
}

.contact-card p {
  margin: 0;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.75;
  font-weight: 700;
}

.contact-name {
  margin-bottom: 8px !important;
  color: var(--ink) !important;
  font-size: 14px !important;
  font-weight: 900 !important;
}

.contact-info {
  display: grid;
  gap: 7px;
  margin: 0;
}

.contact-info div {
  display: grid;
  gap: 3px;
  padding-top: 7px;
  border-top: 1px solid rgba(160, 177, 184, 0.22);
}

.contact-info div:first-child {
  padding-top: 0;
  border-top: 0;
}

.contact-info dt,
.contact-info dd {
  margin: 0;
}

.contact-info dt {
  color: var(--teal-2);
  font-size: 10px;
  line-height: 1.45;
  font-weight: 900;
  letter-spacing: 0.06em;
}

.contact-info dd,
.contact-info a {
  color: var(--ink);
  font-size: 12px;
  line-height: 1.5;
  font-weight: 900;
  word-break: break-word;
}

.contact-info a {
  text-decoration: none;
}

.modal {
  position: fixed;
  inset: 0;
  z-index: 120;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 22px;
}

.modal.is-open {
  display: flex;
}

.modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(7, 11, 14, 0.66);
  backdrop-filter: blur(8px);
}

.modal__panel {
  position: relative;
  width: min(100%, 390px);
  max-height: min(86vh, 720px);
  overflow: auto;
  border: 1px solid rgba(224, 201, 144, 0.24);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.97);
  box-shadow: 0 30px 100px rgba(0, 0, 0, 0.38);
  padding: 26px 22px 22px;
}

.modal__close {
  position: absolute;
  top: 14px;
  right: 14px;
  width: 34px;
  height: 34px;
  border: 1px solid rgba(160, 177, 184, 0.52);
  border-radius: 50%;
  background: #fff;
  cursor: pointer;
}

.modal__close::before,
.modal__close::after {
  content: "";
  position: absolute;
  left: 10px;
  top: 15px;
  width: 13px;
  height: 2px;
  border-radius: 999px;
  background: #38464f;
}

.modal__close::before { transform: rotate(45deg); }
.modal__close::after { transform: rotate(-45deg); }

.modal h2 {
  margin: 0 42px 12px 0;
  font-size: 21px;
  line-height: 1.42;
  font-weight: 900;
}

.modal p {
  margin: 0 0 12px;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.85;
  font-weight: 600;
}

.modal__actions {
  display: grid;
  gap: 10px;
  margin-top: 18px;
}

.modal__actions a,
.modal__actions button {
  min-height: 48px;
  border: 1px solid var(--line);
  border-radius: 999px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  color: var(--ink);
  font: inherit;
  font-size: 13px;
  font-weight: 800;
  text-decoration: none;
  cursor: pointer;
}

.modal__actions .primary {
  border-color: transparent;
  background: linear-gradient(135deg, var(--graphite), #10161b);
  color: #fff;
}

.reveal {
  opacity: 0;
  transform: translateY(26px);
  transition:
    opacity 780ms ease,
    transform 780ms cubic-bezier(0.2, 0.8, 0.2, 1);
  transition-delay: var(--reveal-delay, 0ms);
}

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

.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;
}

@keyframes heroDrift {
  0% {
    transform: scale(1.02) translate3d(0, 0, 0);
  }
  100% {
    transform: scale(1.075) translate3d(-10px, -12px, 0);
  }
}

@keyframes lineGlow {
  0%, 100% {
    opacity: 0.28;
    transform: scaleX(0.66);
  }
  50% {
    opacity: 0.88;
    transform: scaleX(1);
  }
}

@media (max-width: 430px) {
  body {
    background: var(--noir);
  }

  .lp-shell {
    box-shadow: none;
  }
}

@media (min-width: 900px) {
  body {
    background:
      radial-gradient(circle at 10% 0%, rgba(199, 164, 108, 0.10), transparent 28%),
      radial-gradient(circle at 90% 4%, rgba(120, 168, 185, 0.18), transparent 30%),
      linear-gradient(180deg, #e5eff1 0%, #f5f8f8 40%, #eaf1f2 100%);
  }

  .lp-shell {
    width: 100%;
    max-width: none;
    margin: 0;
    overflow: visible;
    box-shadow: none;
  }

  .site-header {
    min-height: 78px;
    padding: 16px max(48px, calc((100vw - 1180px) / 2));
    background: rgba(10, 15, 19, 0.90);
  }

  .brand span {
    font-size: 24px;
  }

  .brand small {
    margin-top: 8px;
    font-size: 9px;
  }

  .header-cta {
    min-height: 44px;
    padding-inline: 24px;
    font-size: 14px;
  }

  .hero {
    min-height: 720px;
  }

  .hero::after {
    left: max(48px, calc((100vw - 1180px) / 2));
    right: max(48px, calc((100vw - 1180px) / 2));
    bottom: 36px;
  }

  .hero-visual img {
    object-position: 66% 45%;
  }

  .hero-copy {
    width: min(1180px, calc(100% - 96px));
    min-height: 720px;
    margin-inline: auto;
    padding: 148px 0 92px;
    justify-content: center;
  }

  .hero-copy .eyebrow {
    margin-bottom: 18px;
  }

  h1 {
    max-width: 720px;
    margin-bottom: 24px;
    font-size: clamp(54px, 5vw, 76px);
    line-height: 1.12;
  }

  h2 {
    max-width: 780px;
    margin-bottom: 22px;
    font-size: clamp(38px, 3.2vw, 52px);
    line-height: 1.22;
  }

  h3 {
    font-size: 22px;
  }

  .problem-title {
    font-size: clamp(40px, 3.4vw, 54px);
    line-height: 1.22;
  }

  .eyebrow {
    margin-bottom: 18px;
    font-size: 12px;
  }

  .hero-lead,
  .section-lead {
    max-width: 760px;
    font-size: 16px;
    line-height: 1.95;
  }

  .hero-lead {
    max-width: 720px;
    font-size: 17px;
  }

  .hero-badges {
    width: min(780px, 100%);
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
    margin-top: 34px;
  }

  .hero-badges span {
    min-height: 52px;
    justify-content: center;
    padding-inline: 16px;
    font-size: 13px;
    text-align: center;
  }

  .hero-actions {
    width: min(660px, 100%);
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
    margin-top: 30px;
  }

  .button {
    min-height: 58px;
    font-size: 16px;
  }

  .quick-tabs {
    top: 78px;
    display: flex;
    justify-content: center;
    gap: 10px;
    padding: 12px max(48px, calc((100vw - 1180px) / 2));
  }

  .quick-tabs a {
    width: 128px;
    min-height: 42px;
    font-size: 13px;
  }

  .section {
    padding: 96px max(48px, calc((100vw - 1180px) / 2));
    scroll-margin-top: 150px;
  }

  .section::before {
    top: 60px;
    left: max(48px, calc((100vw - 1180px) / 2));
    width: 58px;
  }

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

  .problem-grid article {
    width: auto;
    min-width: 0;
    padding: 22px 24px;
    grid-template-columns: 22px 1fr;
    border-radius: 24px;
  }

  .problem-grid span {
    width: 22px;
    height: 22px;
  }

  .problem-grid p {
    font-size: 15px;
    line-height: 1.8;
  }

  .service-section {
    display: grid;
    grid-template-columns: minmax(320px, 0.85fr) minmax(520px, 1.15fr);
    gap: 22px 56px;
    align-items: start;
  }

  .service-section > .eyebrow,
  .service-section > h2,
  .service-section > .section-lead {
    grid-column: 1;
  }

  .service-cards {
    grid-column: 2;
    grid-row: 1 / span 3;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
    margin-top: 0;
  }

  .service-cards article {
    min-height: 170px;
    padding: 24px;
    border-radius: 24px;
  }

  .service-cards article::before {
    width: 52px;
    height: 52px;
    border-radius: 18px;
  }

  .service-cards strong {
    font-size: 17px;
  }

  .service-cards span {
    font-size: 13px;
  }

  .works-list {
    grid-template-columns: 1fr;
    gap: 30px;
    width: min(980px, 100%);
    margin: 42px auto 0;
  }

  .video-card {
    position: relative;
    display: block;
    min-height: 0;
    border-radius: 28px;
    background: #071116;
    box-shadow: 0 26px 70px rgba(10, 31, 40, 0.22);
  }

  .video-card.featured {
    grid-column: auto;
  }

  .video-meta {
    position: absolute;
    top: 22px;
    left: 22px;
    z-index: 2;
    display: flex;
    min-height: auto;
    flex-direction: column;
    justify-content: center;
    width: min(360px, calc(100% - 44px));
    padding: 16px 20px 17px;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 18px;
    background:
      linear-gradient(135deg, rgba(10, 20, 26, 0.86), rgba(24, 72, 88, 0.72));
    box-shadow: 0 18px 42px rgba(0, 0, 0, 0.26);
    backdrop-filter: blur(16px);
  }

  .video-meta span {
    font-size: 11px;
  }

  .video-meta h3,
  .video-card.short h3 {
    font-size: 25px;
    line-height: 1.3;
  }

  .video-embed,
  .video-embed-short {
    height: auto;
    min-height: clamp(320px, 31vw, 420px);
    aspect-ratio: 16 / 9;
  }

  .video-embed::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none;
    background:
      linear-gradient(135deg, rgba(4, 13, 18, 0.60) 0%, rgba(4, 13, 18, 0.20) 33%, transparent 64%),
      linear-gradient(180deg, rgba(4, 13, 18, 0.16), transparent 38%);
  }

  .video-embed video {
    object-fit: contain;
  }

  .pricing-stack {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
    align-items: start;
    width: min(1180px, 100%);
    margin: 34px auto 0;
  }

  .pricing-stack .price-table-card:first-child {
    grid-column: 1 / -1;
    grid-row: auto;
  }

  .table-card,
  .note-box,
  .contact-card,
  .flow-grid article {
    border-radius: 26px;
  }

  .table-card h3 {
    padding: 24px 24px 12px;
    font-size: 26px;
  }

  .table-caption {
    margin: -2px 24px 16px;
    font-size: 13px;
    line-height: 1.75;
  }

  .price-table {
    margin: 0 20px 22px;
    width: calc(100% - 40px);
  }

  th,
  td,
  .editing-table th,
  .editing-table td,
  .shoot-table th,
  .shoot-table td,
  .compare-table th,
  .compare-table td {
    padding: 16px 14px;
    font-size: 14px;
    line-height: 1.55;
  }

  .editing-table th:nth-child(3),
  .editing-table td:nth-child(3) {
    width: 32%;
  }

  .editing-table th:nth-child(4),
  .editing-table td:nth-child(4) {
    width: 22%;
  }

  .amount,
  .compare-table td:nth-child(2) {
    font-size: 18px;
  }

  .table-notes {
    gap: 7px;
    margin: -4px 20px 22px;
    padding: 16px 18px;
    border-radius: 16px;
  }

  .table-notes p {
    font-size: 12px;
    line-height: 1.7;
  }

  .note-box {
    width: min(740px, 100%);
    margin: 24px auto 0;
    padding: 20px 22px;
    font-size: 13px;
    line-height: 1.75;
  }

  #price > .button.full {
    width: min(420px, 100%);
    margin: 22px auto 0;
  }

  .compare-section {
    display: grid;
    grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
    gap: 20px 54px;
    align-items: center;
  }

  .compare-section > .eyebrow,
  .compare-section > h2,
  .compare-section > .section-lead {
    grid-column: 1;
  }

  .compare-table-card {
    grid-column: 2;
    grid-row: 1 / span 3;
    margin-top: 0;
  }

  .compare-section h2 {
    max-width: 560px;
    font-size: clamp(34px, 3vw, 42px);
    line-height: 1.22;
  }

  .compare-table th,
  .compare-table td {
    padding: 20px 18px;
    font-size: 15px;
  }

  .compare-table td:nth-child(2) {
    font-size: 20px;
  }

  .flow-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
    margin-top: 34px;
  }

  .flow-grid::before {
    left: 7%;
    right: 7%;
    top: 50px;
    bottom: auto;
    width: auto;
    height: 2px;
    z-index: 0;
    background: linear-gradient(90deg, rgba(37, 103, 123, 0.32), rgba(199, 164, 108, 0.24));
  }

  .flow-grid::after {
    content: "";
    position: absolute;
    left: 7%;
    right: 7%;
    top: calc(50% + 58px);
    height: 2px;
    z-index: 0;
    border-radius: 999px;
    background: linear-gradient(90deg, rgba(37, 103, 123, 0.28), rgba(199, 164, 108, 0.20));
  }

  .flow-grid article {
    z-index: 1;
    min-height: 210px;
    grid-template-columns: 1fr;
    align-content: start;
    justify-items: start;
    padding: 22px;
  }

  .flow-icon {
    grid-row: auto;
    width: 64px;
    height: 64px;
    margin-bottom: 18px;
  }

  .flow-grid span {
    font-size: 12px;
  }

  .flow-grid strong {
    font-size: 17px;
  }

  .flow-grid em {
    font-size: 12px;
  }

  .contact-section {
    display: grid;
    grid-template-columns: minmax(320px, 0.85fr) minmax(540px, 1.15fr);
    gap: 18px 56px;
    align-items: start;
    padding-bottom: 110px;
  }

  .contact-section > .eyebrow,
  .contact-section > h2,
  .contact-section > .section-lead {
    grid-column: 1;
  }

  .contact-section h2 {
    max-width: none;
    font-size: clamp(34px, 2.7vw, 44px);
    white-space: nowrap;
  }

  .contact-card {
    grid-column: 2;
    grid-row: 1 / span 3;
    grid-template-columns: 122px 1fr;
    gap: 28px;
    margin-top: 0;
    padding: 30px;
  }

  .contact-card img {
    width: 122px;
    height: 148px;
  }

  .contact-name {
    font-size: 17px !important;
  }

  .contact-info {
    gap: 10px;
  }

  .contact-info dt {
    font-size: 11px;
  }

  .contact-info dd,
  .contact-info a {
    font-size: 15px;
  }

  .contact-actions {
    grid-column: 1 / -1;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
    margin-top: 20px;
  }
}

html.qa-screenshot .site-header,
html.qa-screenshot .quick-tabs {
  position: relative;
  top: auto;
}

html.qa-screenshot .reveal {
  opacity: 1;
  transform: none;
  transition: none;
}

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

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

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