:root {
  --ink: #111111;
  --night: #08090a;
  --paper: #fff9df;
  --white: #ffffff;
  --muted: #636b74;
  --line: #e6e1d2;
  --yellow: #ffd81e;
  --yellow-dark: #d9a900;
  --pink: #e6008d;
  --sea: #008aa6;
  --shadow: 0 18px 50px rgba(0, 0, 0, 0.16);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--white);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.5;
  overflow-x: hidden;
}

body::selection {
  color: var(--ink);
  background: var(--yellow);
}

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

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

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

.skip-link {
  position: absolute;
  left: 1rem;
  top: 1rem;
  z-index: 20;
  padding: 0.65rem 0.9rem;
  color: var(--ink);
  background: var(--yellow);
  border-radius: 6px;
  transform: translateY(-150%);
}

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  background: rgba(8, 9, 10, 0.94);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(16px);
}

.header-inner,
.section-inner,
.hero-inner,
.footer-inner,
.quick-info-inner,
.booking-strip-inner {
  width: min(1120px, calc(100% - 2rem));
  margin: 0 auto;
}

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

.brand,
.nav-links,
.header-call {
  display: flex;
  align-items: center;
}

.brand {
  gap: 0.75rem;
  min-width: 0;
}

.brand-mark {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  color: var(--ink);
  background: var(--yellow);
  border: 2px solid var(--ink);
  border-radius: 8px;
  font-weight: 900;
}

.brand strong,
.brand small {
  display: block;
  letter-spacing: 0;
}

.brand strong {
  color: var(--white);
  font-size: 1rem;
  line-height: 1.1;
}

.brand small {
  color: rgba(255, 255, 255, 0.66);
  font-size: 0.78rem;
}

.nav-links {
  gap: 1.2rem;
  color: rgba(255, 255, 255, 0.78);
  font-weight: 700;
  font-size: 0.92rem;
}

.nav-links a:hover,
.social-links a:hover,
.site-footer a:hover {
  color: var(--pink);
}

.header-call {
  min-height: 42px;
  padding: 0.65rem 0.9rem;
  color: var(--ink);
  background: var(--yellow);
  border-radius: 8px;
  font-weight: 950;
}

.hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  min-height: clamp(640px, calc(100svh - 126px), 820px);
  display: grid;
  align-items: start;
  color: var(--white);
  background: var(--night);
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -3;
  background:
    linear-gradient(180deg, rgba(8, 9, 10, 0.98) 0%, rgba(8, 9, 10, 0.9) 35%, rgba(8, 9, 10, 0.45) 72%, rgba(8, 9, 10, 0.88) 100%),
    radial-gradient(circle at 50% 36%, rgba(255, 216, 30, 0.22), rgba(255, 216, 30, 0) 28%),
    linear-gradient(90deg, rgba(255, 216, 30, 0.09), rgba(255, 255, 255, 0.04), rgba(255, 216, 30, 0.09));
}

.hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0 0;
  z-index: -2;
  height: 16px;
  background: var(--yellow);
}

.hero-picture {
  position: absolute;
  left: 50%;
  bottom: -5.2rem;
  z-index: -4;
  width: min(1040px, 84vw);
  pointer-events: none;
  transform: translateX(-36%);
}

.hero-picture img {
  width: 100%;
  height: auto;
  filter: drop-shadow(0 26px 44px rgba(0, 0, 0, 0.52));
}

.hero-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 4.5rem 0 20rem;
  text-align: center;
}

.hero .eyebrow,
.section .eyebrow {
  margin-bottom: 0.9rem;
}

.eyebrow {
  color: var(--yellow);
  font-size: 0.82rem;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.hero-booking {
  display: grid;
  gap: 0.15rem;
  margin-bottom: 1.15rem;
  text-align: center;
  text-transform: uppercase;
}

.hero-booking span {
  color: var(--yellow);
  font-size: 0.9rem;
  font-weight: 950;
}

.hero-booking a {
  color: var(--white);
  font-size: clamp(2rem, 6vw, 3.5rem);
  line-height: 0.95;
  font-weight: 950;
  text-shadow: 0 10px 24px rgba(0, 0, 0, 0.58);
}

.hero-booking small {
  color: rgba(255, 255, 255, 0.78);
  font-weight: 800;
}

.hero h1 {
  max-width: 760px;
  margin-bottom: 0.9rem;
  font-size: clamp(3.3rem, 8vw, 5.8rem);
  line-height: 0.9;
  letter-spacing: 0;
  text-shadow: 0 6px 28px rgba(0, 0, 0, 0.55);
}

.hero-copy {
  max-width: 640px;
  margin-bottom: 1.6rem;
  color: rgba(255, 255, 255, 0.88);
  font-size: 1.22rem;
}

.hero-actions,
.contact-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
}

.button {
  min-height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.85rem 1.05rem;
  border: 2px solid transparent;
  border-radius: 8px;
  font-weight: 950;
  line-height: 1.15;
  transition: transform 180ms ease, background-color 180ms ease, border-color 180ms ease;
}

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

.button-primary {
  color: var(--ink);
  background: var(--yellow);
  box-shadow: 0 10px 30px rgba(255, 216, 30, 0.28);
}

.button-secondary {
  color: var(--white);
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.3);
}

.hero-keywords {
  max-width: 620px;
  margin: 1.2rem 0 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.98rem;
}

.booking-strip {
  color: var(--ink);
  background: var(--yellow);
}

.booking-strip-inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 380px);
  gap: 2rem;
  align-items: center;
  padding: 3.25rem 0;
}

.booking-copy .eyebrow {
  color: var(--ink);
}

.booking-copy h2 {
  max-width: 620px;
  margin-bottom: 0.8rem;
  font-size: 2.4rem;
  line-height: 1.02;
}

.booking-copy p {
  max-width: 640px;
  margin-bottom: 0;
  color: rgba(17, 17, 17, 0.74);
  font-size: 1.05rem;
  font-weight: 650;
}

.booking-card {
  padding: 1.15rem;
  color: var(--white);
  background: var(--ink);
  border-radius: 8px;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.28);
}

.booking-card h2 {
  margin: -1.15rem -1.15rem 1rem;
  padding: 0.9rem 1.15rem;
  color: var(--ink);
  background: var(--white);
  border-radius: 8px 8px 0 0;
  font-size: 1.1rem;
  text-transform: uppercase;
}

.booking-card a {
  display: grid;
  gap: 0.1rem;
  padding: 0.9rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
}

.booking-card a:last-child {
  border-bottom: 0;
}

.booking-card span {
  color: var(--yellow);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.booking-card strong {
  font-size: 1.8rem;
  line-height: 1.05;
}

.quick-info {
  background: var(--night);
  border-bottom: 0;
}

.quick-info-inner {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.quick-info div {
  padding: 1.35rem 1rem;
  border-right: 1px solid rgba(255, 255, 255, 0.12);
}

.quick-info div:first-child {
  border-left: 1px solid rgba(255, 255, 255, 0.12);
}

.quick-info span,
.quick-info strong {
  display: block;
}

.quick-info span {
  color: var(--yellow);
  font-size: 0.78rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0;
}

.quick-info strong {
  margin-top: 0.2rem;
  color: var(--white);
  font-size: 1.05rem;
}

.bg-seo {
  background: var(--white);
}

.bg-seo-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(320px, 1.05fr);
  gap: 2rem;
  align-items: start;
}

.bg-seo .eyebrow {
  color: var(--yellow-dark);
}

.bg-seo-copy h2 {
  margin-bottom: 1rem;
  font-size: 2.45rem;
  line-height: 1.05;
}

.bg-seo-copy p {
  color: var(--muted);
  font-size: 1.05rem;
}

.bg-seo-copy a {
  color: var(--ink);
  font-weight: 950;
  text-decoration: underline;
  text-decoration-color: var(--yellow);
  text-decoration-thickness: 0.2rem;
  text-underline-offset: 0.15rem;
}

.bg-seo-list {
  display: grid;
  gap: 1rem;
}

.bg-seo-list article {
  padding: 1.2rem;
  color: var(--white);
  background: var(--ink);
  border: 1px solid rgba(255, 216, 30, 0.22);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.bg-seo-list article:nth-child(2) {
  color: var(--ink);
  background: var(--yellow);
}

.bg-seo-list h3 {
  margin-bottom: 0.45rem;
  font-size: 1.25rem;
}

.bg-seo-list p {
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.72);
}

.bg-seo-list article:nth-child(2) p {
  color: rgba(17, 17, 17, 0.74);
}

.section {
  padding: 5.5rem 0;
}

.section-heading {
  max-width: 760px;
  margin: 0 auto 2.4rem;
  text-align: center;
}

.section h2,
.faq h2 {
  margin-bottom: 1rem;
  font-size: 2.8rem;
  line-height: 1.04;
  letter-spacing: 0;
}

.section-heading p,
.area-copy p,
.contact-main p,
.faq p {
  color: var(--muted);
  font-size: 1.05rem;
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.2rem;
}

.service-card,
.faq article,
.contact-card {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  box-shadow: var(--shadow);
}

.service-card {
  position: relative;
  overflow: hidden;
  min-height: 410px;
  padding: 1.2rem 1.2rem 1.35rem;
  text-align: center;
}

.service-number {
  display: inline-flex;
  width: 44px;
  height: 44px;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.2rem;
  color: var(--ink);
  background: var(--yellow);
  border-radius: 8px;
  font-weight: 950;
}

.service-car {
  width: min(260px, 100%);
  height: 132px;
  margin: -0.8rem auto 1rem;
  object-fit: contain;
  filter: drop-shadow(0 16px 20px rgba(0, 0, 0, 0.2));
}

.service-card:nth-child(2) {
  background: var(--yellow);
}

.service-card:nth-child(2) .service-number {
  color: var(--white);
  background: var(--ink);
}

.service-card h3,
.faq h3 {
  margin-bottom: 0.65rem;
  font-size: 1.35rem;
  line-height: 1.18;
}

.service-card p {
  color: var(--muted);
}

.service-card:nth-child(2) p {
  color: rgba(17, 17, 17, 0.74);
}

.service-rate {
  width: fit-content;
  margin: 1rem auto 0;
  padding: 0.42rem 0.7rem;
  color: var(--ink) !important;
  background: var(--yellow);
  border-radius: 6px;
  font-size: 0.82rem;
  font-weight: 950;
  text-transform: uppercase;
}

.service-card:nth-child(2) .service-rate {
  color: var(--white) !important;
  background: var(--ink);
}

.area {
  color: var(--white);
  background:
    linear-gradient(180deg, rgba(8, 9, 10, 0.92), rgba(8, 9, 10, 0.98)),
    url("assets/images/IMG_6835.JPG") center / cover;
}

.area-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(280px, 1.05fr);
  gap: 2rem;
  align-items: center;
}

.area-copy p {
  color: rgba(255, 255, 255, 0.76);
}

.area-copy .bg-keywords {
  color: rgba(255, 255, 255, 0.64);
  font-size: 0.96rem;
}

.area-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.area-list span {
  padding: 0.7rem 0.85rem;
  color: var(--ink);
  background: var(--yellow);
  border: 1px solid rgba(255, 216, 30, 0.32);
  border-radius: 6px;
  font-weight: 900;
}

.contact {
  background: var(--yellow);
}

.contact-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 0.75fr);
  gap: 2rem;
  align-items: center;
}

.contact .eyebrow {
  color: var(--ink);
}

.contact .button-secondary {
  color: var(--ink);
  background: var(--white);
  border-color: rgba(17, 17, 17, 0.18);
}

.contact-card {
  overflow: hidden;
  border-color: rgba(17, 17, 17, 0.18);
}

.contact-card img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.contact-card address {
  display: grid;
  gap: 0.25rem;
  padding: 1.1rem;
  font-style: normal;
}

.contact-card address span {
  color: var(--muted);
}

.contact-card address a {
  width: fit-content;
  color: var(--ink);
  font-weight: 950;
}

.social-links {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid var(--line);
}

.social-links a {
  padding: 0.85rem 0.7rem;
  text-align: center;
  font-weight: 900;
  border-right: 1px solid var(--line);
}

.social-links a:last-child {
  border-right: 0;
}

.faq {
  padding: 3rem 0 5.5rem;
}

.faq-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}

.faq article {
  padding: 1.25rem;
  box-shadow: none;
}

.faq article:nth-child(2) {
  border-top: 5px solid var(--yellow);
}

.faq article:nth-child(3) {
  border-top: 5px solid var(--pink);
}

.site-footer {
  color: rgba(255, 255, 255, 0.72);
  background: var(--ink);
}

.footer-inner {
  min-height: 88px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding-bottom: 0;
}

.footer-inner p {
  margin: 0;
}

.footer-inner a {
  color: var(--white);
  font-weight: 900;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 0.45rem 1rem;
  text-align: right;
}

.footer-links span {
  color: rgba(255, 255, 255, 0.72);
}

@media (max-width: 920px) {
  .nav-links {
    display: none;
  }

  .hero-picture {
    left: 50%;
    right: auto;
    bottom: -4rem;
    width: 1000px;
    opacity: 0.86;
    transform: translateX(-34%);
  }

  .hero h1 {
    font-size: 4.7rem;
  }

  .hero-copy {
    font-size: 1.12rem;
  }

  .quick-info-inner,
  .booking-strip-inner,
  .service-grid,
  .faq-grid,
  .bg-seo-layout,
  .area-layout,
  .contact-layout {
    grid-template-columns: 1fr;
  }

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

  .quick-info div:nth-child(odd) {
    border-left: 1px solid var(--line);
  }

  .section h2,
  .faq h2 {
    font-size: 2.25rem;
  }
}

@media (max-width: 620px) {
  .header-inner,
  .section-inner,
  .hero-inner,
  .footer-inner,
  .quick-info-inner,
  .booking-strip-inner {
    width: min(calc(100vw - 1.1rem), 1120px);
  }

  .header-inner {
    min-height: 64px;
  }

  .brand-mark {
    width: 38px;
    height: 38px;
  }

  .brand small {
    display: none;
  }

  .header-call {
    min-height: 38px;
    padding: 0.55rem 0.8rem;
    font-size: 0;
    display: flex;
  }

  .header-call::after {
    content: "Call";
    font-size: 0.9rem;
  }

  .hero {
    min-height: clamp(720px, calc(100svh - 92px), 800px);
    align-items: start;
  }

  .hero::before {
    background:
      linear-gradient(180deg, rgba(8, 9, 10, 0.98) 0%, rgba(8, 9, 10, 0.82) 42%, rgba(8, 9, 10, 0.34) 100%),
      linear-gradient(0deg, rgba(8, 9, 10, 0.82) 0%, rgba(8, 9, 10, 0) 45%);
  }

  .hero-picture {
    left: 50%;
    right: auto;
    bottom: -1.7rem;
    width: min(820px, 190vw);
    opacity: 0.8;
    transform: translateX(-50%);
  }

  .hero-inner {
    width: 100vw;
    max-width: 100vw;
    align-items: center;
    padding: 2.15rem 0.85rem 11.75rem;
    text-align: center;
  }

  .hero-booking {
    width: 100%;
    max-width: 340px;
    margin-bottom: 0.9rem;
    text-align: center;
  }

  .hero-booking a {
    font-size: 2.1rem;
  }

  .hero h1 {
    width: 100%;
    max-width: 340px;
    font-size: 2.9rem;
    line-height: 0.95;
  }

  .hero-copy {
    width: 100%;
    max-width: 340px;
    font-size: 1.02rem;
  }

  .hero .eyebrow {
    max-width: 340px;
  }

  .hero-actions,
  .contact-actions {
    display: grid;
    grid-template-columns: 1fr;
    width: 100%;
    max-width: 340px;
  }

  .button {
    width: 100%;
    min-height: 48px;
  }

  .hero-keywords {
    width: 100%;
    max-width: 340px;
    font-size: 0.9rem;
  }

  .quick-info-inner {
    width: 100%;
    grid-template-columns: 1fr 1fr;
  }

  .quick-info div {
    padding: 1rem 0.75rem;
  }

  .quick-info div:first-child,
  .quick-info div:nth-child(odd) {
    border-left: 0;
  }

  .quick-info div:nth-child(2n) {
    border-right: 0;
  }

  .quick-info strong {
    font-size: 0.96rem;
  }

  .booking-strip-inner {
    gap: 1.5rem;
    padding: 2.5rem 0;
  }

  .booking-copy h2 {
    width: min(100%, 340px);
    font-size: 1.55rem;
    overflow-wrap: break-word;
  }

  .booking-copy p {
    width: min(100%, 340px);
    font-size: 0.98rem;
    overflow-wrap: break-word;
  }

  .booking-card strong {
    font-size: 1.45rem;
  }

  .section {
    padding: 4rem 0;
  }

  .section h2,
  .faq h2,
  .bg-seo-copy h2 {
    font-size: 1.9rem;
  }

  .bg-seo-layout {
    gap: 1.4rem;
  }

  .service-card {
    min-height: auto;
  }

  .service-car {
    height: 110px;
  }

  .area-list {
    gap: 0.55rem;
  }

  .area-list span {
    padding: 0.55rem 0.7rem;
    font-size: 0.9rem;
  }

  .contact-card img {
    aspect-ratio: 4 / 3;
  }

  .social-links {
    grid-template-columns: 1fr;
  }

  .social-links a {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .social-links a:last-child {
    border-bottom: 0;
  }

  .faq {
    padding-bottom: 4rem;
  }

  .footer-inner {
    min-height: 110px;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
  }

  .footer-links {
    justify-content: flex-start;
    text-align: left;
  }

}

@media (max-width: 380px) {
  .hero h1 {
    font-size: 2.75rem;
  }

  .hero-picture {
    width: 720px;
    transform: translateX(-34%);
  }
}
