:root {
  --deep: #083f4b;
  --deep-2: #0c5361;
  --aqua: #c9f5ef;
  --aqua-2: #eafaf7;
  --sun: #ffcd66;
  --paper: #fbfdfc;
  --white: #ffffff;
  --ink: #12333b;
  --muted: #60757a;
  --line: rgba(8, 63, 75, 0.14);
  --shadow: 0 18px 48px rgba(8, 63, 75, 0.12);
  --radius-sm: 15px;
  --radius-md: 24px;
  --radius-lg: 32px;
  --shell: min(1040px, calc(100% - 32px));
  --font: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

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

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: var(--font);
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}

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

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

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

:focus-visible {
  outline: 3px solid var(--sun);
  outline-offset: 3px;
}

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

.skip-link {
  position: fixed;
  top: 8px;
  left: 8px;
  z-index: 999;
  padding: 10px 14px;
  color: var(--white);
  background: var(--deep);
  border-radius: 10px;
  transform: translateY(-150%);
}

.skip-link:focus {
  transform: translateY(0);
}

.preview-banner {
  padding: 7px 16px;
  color: #302800;
  background: #ffe29a;
  font-size: 11px;
  font-weight: 750;
  text-align: center;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  border-bottom: 1px solid var(--line);
  background: rgba(251, 253, 252, 0.94);
  backdrop-filter: blur(16px);
}

.header-row {
  display: flex;
  min-height: 68px;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.brand {
  display: inline-flex;
  min-width: 0;
  align-items: center;
  gap: 10px;
}

.brand img {
  width: 40px;
  height: 40px;
  flex: 0 0 auto;
}

.brand span {
  display: grid;
  min-width: 0;
  line-height: 1.04;
}

.brand strong {
  overflow: hidden;
  color: var(--deep);
  font-size: 16px;
  font-weight: 900;
  letter-spacing: -0.025em;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.brand small {
  overflow: hidden;
  margin-top: 4px;
  color: var(--muted);
  font-size: 8px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap;
}

.header-action {
  display: inline-flex;
  min-height: 40px;
  padding: 0 14px;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  color: var(--white);
  background: var(--deep);
  border-radius: 999px;
  font-size: 10px;
  font-weight: 850;
}

.header-tools {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  gap: 8px;
}

.language-picker {
  position: relative;
}

.translate-button {
  display: inline-flex;
  min-height: 44px;
  padding: 0 13px;
  align-items: center;
  justify-content: center;
  gap: 7px;
  color: var(--deep);
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 999px;
  box-shadow: 0 8px 22px rgba(8, 63, 75, 0.08);
  cursor: pointer;
  font: inherit;
  font-size: 11px;
  font-weight: 850;
}

.translate-button svg {
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.translate-button-code {
  display: none;
  font-size: 9px;
  letter-spacing: 0.06em;
}

.language-menu {
  position: absolute;
  top: calc(100% + 10px);
  right: 0;
  z-index: 140;
  width: min(286px, calc(100vw - 24px));
  padding: 14px;
  color: var(--ink);
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 18px;
  box-shadow: 0 20px 55px rgba(8, 63, 75, 0.2);
}

.language-menu[hidden] {
  display: none;
}

.language-menu > strong,
.language-menu > small {
  display: block;
}

.language-menu > strong {
  font-size: 13px;
}

.language-menu > small {
  margin-top: 2px;
  color: var(--muted);
  font-size: 9px;
}

.language-options {
  display: grid;
  margin-top: 11px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 6px;
}

.language-options button {
  display: flex;
  min-height: 44px;
  padding: 0 10px;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  color: var(--ink);
  background: var(--aqua-2);
  border: 1px solid var(--line);
  border-radius: 11px;
  cursor: pointer;
  font: inherit;
  font-size: 11px;
  font-weight: 750;
  text-align: left;
}

.language-options button span {
  color: var(--muted);
  font-size: 8px;
  font-weight: 850;
}

.language-options button[aria-checked="true"] {
  color: var(--white);
  background: var(--deep);
  border-color: var(--deep);
}

.language-options button[aria-checked="true"] span {
  color: var(--aqua);
}

.hero {
  padding: 48px 0 32px;
  background:
    radial-gradient(circle at 96% 2%, rgba(201, 245, 239, 0.95), transparent 32%),
    var(--paper);
}

.hero-copy {
  display: grid;
  max-width: 700px;
  margin-bottom: 24px;
  gap: 7px;
}

.eyebrow {
  margin: 0;
  color: var(--deep-2);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

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

h1,
h2,
h3 {
  margin: 0;
  color: var(--deep);
  letter-spacing: -0.045em;
}

h1 {
  font-size: clamp(42px, 8vw, 74px);
  line-height: 0.96;
}

h1 span {
  color: var(--deep-2);
}

h2 {
  font-size: clamp(31px, 5vw, 48px);
  line-height: 1;
}

.hero-note {
  max-width: 500px;
  margin: 7px 0 0;
  color: var(--muted);
  font-size: 13px;
}

.photo-flow {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 20px minmax(0, 1fr) 20px minmax(0, 1fr);
  align-items: center;
}

.flow-card {
  position: relative;
  overflow: hidden;
  aspect-ratio: 0.86;
  margin: 0;
  background: var(--aqua-2);
  border-radius: var(--radius-md);
}

.flow-card::after {
  position: absolute;
  inset: 45% 0 0;
  background: linear-gradient(transparent, rgba(3, 35, 42, 0.85));
  content: "";
}

.flow-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.flow-card figcaption {
  position: absolute;
  right: 11px;
  bottom: 10px;
  left: 11px;
  z-index: 2;
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  color: var(--white);
}

.flow-card figcaption span {
  font-size: 8px;
  font-weight: 800;
  opacity: 0.72;
}

.flow-card figcaption strong {
  font-size: clamp(12px, 2vw, 18px);
  font-weight: 900;
}

.flow-arrow {
  position: relative;
  z-index: 3;
  display: grid;
  width: 30px;
  height: 30px;
  margin-inline: -5px;
  place-items: center;
  color: var(--deep);
  background: var(--sun);
  border: 3px solid var(--paper);
  border-radius: 50%;
  font-size: 14px;
  font-weight: 950;
}

.photo-disclosure {
  margin: 7px 2px 0;
  color: var(--muted);
  font-size: 8px;
  text-align: right;
}

.hero-actions {
  display: flex;
  margin-top: 18px;
  align-items: center;
  gap: 16px;
}

.hero-actions p {
  max-width: 280px;
  margin: 0;
  color: var(--muted);
  font-size: 10px;
}

.button {
  display: inline-flex;
  min-height: 50px;
  padding: 0 22px;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 900;
  transition: transform 150ms ease, filter 150ms ease;
}

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

.button--primary {
  color: var(--white);
  background: var(--deep);
  box-shadow: 0 12px 28px rgba(8, 63, 75, 0.2);
}

.button--light {
  color: var(--deep);
  background: var(--white);
}

.is-disabled {
  cursor: not-allowed;
  opacity: 0.66;
}

.schedule {
  padding: 14px 0 28px;
}

.schedule-card {
  display: grid;
  padding: clamp(22px, 4vw, 38px);
  color: var(--white);
  background: var(--deep);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow);
  grid-template-columns: 0.72fr 1.28fr;
  gap: 24px 44px;
}

.schedule-card .eyebrow {
  color: var(--aqua);
}

.schedule-card h2 {
  margin-top: 7px;
  color: var(--white);
}

.schedule-list {
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: var(--radius-sm);
}

.schedule-list > div {
  display: flex;
  min-height: 66px;
  padding: 11px 14px;
  align-items: center;
  gap: 13px;
}

.schedule-list > div + div {
  border-top: 1px solid rgba(255, 255, 255, 0.14);
}

.time-icon {
  display: grid;
  width: 35px;
  height: 35px;
  flex: 0 0 auto;
  place-items: center;
  color: var(--deep);
  background: var(--sun);
  border-radius: 50%;
  font-size: 11px;
  font-weight: 950;
}

.schedule-list p {
  display: grid;
  margin: 0;
}

.schedule-list small {
  color: rgba(255, 255, 255, 0.67);
  font-size: 9px;
  font-weight: 750;
}

.schedule-list strong {
  margin-top: 2px;
  font-size: 13px;
}

.schedule-note {
  grid-column: 2;
  margin: -12px 0 0;
  color: rgba(255, 255, 255, 0.66);
  font-size: 9px;
}

.section {
  padding: 68px 0;
}

.compact-grid {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  align-items: center;
  gap: 30px 70px;
}

.price {
  background: var(--aqua-2);
}

.price-card {
  padding: 22px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  box-shadow: var(--shadow);
}

.price-card [data-price-details] > strong {
  color: var(--deep);
  font-size: clamp(32px, 5vw, 48px);
  letter-spacing: -0.05em;
}

.price-card [data-price-details] > strong small {
  font-size: 14px;
}

.price-card [data-price-details] > p,
.price-fallback {
  margin: 0;
  color: var(--deep);
  font-size: 14px;
  font-weight: 850;
}

.minimum-charge {
  display: flex;
  margin-top: 18px;
  padding-top: 18px;
  align-items: center;
  gap: 13px;
  border-top: 1px solid var(--line);
}

.minimum-charge > span {
  display: grid;
  width: 54px;
  height: 54px;
  flex: 0 0 auto;
  place-items: center;
  color: var(--deep);
  background: var(--sun);
  border-radius: 50%;
  font-size: 13px;
  font-weight: 950;
}

.minimum-charge p {
  display: grid;
  margin: 0;
}

.minimum-charge strong {
  font-size: 12px;
}

.minimum-charge small {
  margin-top: 2px;
  color: var(--muted);
  font-size: 9px;
}

.process {
  background: var(--paper);
}

.process h2 {
  margin-top: 7px;
}

.steps {
  display: grid;
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.steps li {
  display: grid;
  min-height: 164px;
  padding: 20px;
  align-content: start;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
}

.steps li > span {
  display: grid;
  width: 31px;
  height: 31px;
  place-items: center;
  color: var(--deep);
  background: var(--aqua);
  border-radius: 50%;
  font-size: 10px;
  font-weight: 900;
}

.steps strong {
  margin-top: 22px;
  color: var(--deep);
  font-size: 16px;
}

.steps small {
  margin-top: 5px;
  color: var(--muted);
  font-size: 10px;
}

.limits {
  padding-top: 0;
}

.limits-card {
  display: grid;
  padding: clamp(24px, 5vw, 44px);
  color: var(--white);
  background: var(--deep-2);
  border-radius: var(--radius-lg);
  grid-template-columns: 1fr 1fr;
  gap: 30px 60px;
}

.limits-card .eyebrow {
  color: var(--aqua);
}

.limits-card h2 {
  margin-top: 7px;
  color: var(--white);
}

.limits-card p {
  max-width: 430px;
  margin: 14px 0 0;
  color: rgba(255, 255, 255, 0.75);
  font-size: 12px;
}

.limits-card > div:last-child > strong {
  color: var(--sun);
  font-size: 11px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.limits-card ul {
  display: grid;
  margin: 12px 0 0;
  padding: 0;
  list-style: none;
  gap: 8px;
}

.limits-card li {
  position: relative;
  padding-left: 17px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 11px;
}

.limits-card li::before {
  position: absolute;
  top: 0.7em;
  left: 0;
  width: 6px;
  height: 2px;
  background: var(--sun);
  content: "";
}

.service-area {
  padding-top: 0;
}

.area-card {
  display: grid;
  min-height: 265px;
  padding: clamp(28px, 5vw, 48px);
  align-content: center;
  justify-items: start;
  color: var(--white);
  background:
    radial-gradient(circle at 92% 18%, rgba(255, 205, 102, 0.4), transparent 27%),
    var(--deep);
  border-radius: var(--radius-lg);
}

.area-card .eyebrow {
  color: var(--aqua);
}

.area-card h2 {
  margin-top: 7px;
  color: var(--white);
}

.area-card p {
  margin: 12px 0 20px;
  color: rgba(255, 255, 255, 0.75);
  font-size: 12px;
}

.site-footer {
  padding: 32px 0 38px;
  border-top: 1px solid var(--line);
}

.footer-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  color: var(--muted);
  font-size: 9px;
}

.footer-row div {
  display: flex;
  gap: 14px;
}

.mobile-dock {
  display: none;
}

@media (max-width: 700px) {
  html {
    scroll-padding-top: 62px;
  }

  body {
    padding-bottom: calc(74px + env(safe-area-inset-bottom));
  }

  .preview-banner {
    font-size: 9px;
  }

  .header-row {
    min-height: 58px;
  }

  .brand img {
    width: 34px;
    height: 34px;
  }

  .brand strong {
    font-size: 14px;
  }

  .brand small {
    max-width: 170px;
    font-size: 7px;
  }

  .header-action {
    display: none;
  }

  .translate-button {
    width: 48px;
    padding: 0;
    gap: 3px;
  }

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

  .translate-button-code {
    display: inline;
  }

  .hero {
    padding: 28px 0 20px;
  }

  .hero-copy {
    margin-bottom: 16px;
  }

  h1 {
    font-size: clamp(38px, 11.5vw, 50px);
  }

  .hero-note {
    max-width: 340px;
    font-size: 10px;
  }

  .photo-flow {
    grid-template-columns: minmax(0, 1fr) 14px minmax(0, 1fr) 14px minmax(0, 1fr);
  }

  .flow-card {
    aspect-ratio: 0.75;
    border-radius: 13px;
  }

  .flow-card figcaption {
    right: 7px;
    bottom: 7px;
    left: 7px;
  }

  .flow-card figcaption span {
    display: none;
  }

  .flow-card figcaption strong {
    font-size: 10px;
  }

  .flow-arrow {
    width: 23px;
    height: 23px;
    margin-inline: -4px;
    border-width: 2px;
    font-size: 10px;
  }

  .photo-disclosure {
    font-size: 7px;
  }

  .hero-actions {
    display: grid;
    margin-top: 12px;
    gap: 6px;
  }

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

  .hero-actions p {
    max-width: none;
    font-size: 8px;
    text-align: center;
  }

  .schedule {
    padding: 6px 0 18px;
  }

  .schedule-card {
    padding: 20px;
    border-radius: 22px;
    grid-template-columns: 1fr;
    gap: 15px;
  }

  .schedule-heading {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 12px;
  }

  .schedule-heading .eyebrow {
    display: none;
  }

  .schedule-card h2 {
    max-width: 200px;
    margin: 0;
    font-size: 28px;
  }

  .schedule-note {
    grid-column: auto;
    margin: -5px 2px 0;
    font-size: 8px;
  }

  .schedule-list > div {
    min-height: 54px;
    padding: 8px 10px;
  }

  .time-icon {
    width: 31px;
    height: 31px;
  }

  .schedule-list small {
    font-size: 8px;
  }

  .schedule-list strong {
    font-size: 11px;
  }

  .section {
    padding: 48px 0;
  }

  .compact-grid,
  .limits-card {
    grid-template-columns: 1fr;
  }

  .compact-grid {
    gap: 20px;
  }

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

  .steps li {
    min-height: 0;
    grid-template-columns: 34px 1fr;
    align-items: center;
    gap: 0 11px;
  }

  .steps li > span {
    grid-row: 1 / 3;
  }

  .steps strong {
    margin-top: 0;
  }

  .steps small {
    margin-top: 1px;
  }

  .limits {
    padding-top: 0;
  }

  .limits-card {
    padding: 24px;
    gap: 24px;
  }

  .service-area {
    padding-top: 0;
  }

  .area-card {
    min-height: 230px;
    padding: 26px;
  }

  .site-footer {
    padding-bottom: 22px;
  }

  .mobile-dock {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 120;
    display: block;
    padding: 8px 12px calc(8px + env(safe-area-inset-bottom));
    background: rgba(251, 253, 252, 0.96);
    border-top: 1px solid var(--line);
    backdrop-filter: blur(16px);
    opacity: 0;
    pointer-events: none;
    transform: translateY(14px);
    transition: opacity 180ms ease, transform 180ms ease;
  }

  .mobile-dock.is-visible {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }

  .mobile-dock a {
    display: flex;
    min-height: 52px;
    padding: 6px 20px;
    align-items: center;
    justify-content: space-between;
    color: var(--white);
    background: var(--deep);
    border-radius: 999px;
  }

  .mobile-dock small {
    color: var(--aqua);
    font-size: 8px;
    font-weight: 750;
  }

  .mobile-dock strong {
    font-size: 12px;
  }
}

@media (max-width: 355px) {
  :root {
    --shell: min(1040px, calc(100% - 22px));
  }

  .brand small {
    max-width: 138px;
  }

  .flow-card figcaption strong {
    font-size: 9px;
  }
}

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

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