:root {
  --accent: #c81470;
  --accent-bright: #e52a96;
  --ink: #19161a;
  --ink-soft: #625c61;
  --paper: #fbf7f2;
  --surface: #ffffff;
  --mint: #e6efe2;
  --line: rgba(25, 22, 26, 0.16);
  --focus: #005fcc;
  --shell: min(1180px, calc(100% - 48px));
  --font-body: "Manrope", Arial, sans-serif;
  --font-display: "Unbounded", "Arial Black", sans-serif;
  color: var(--ink);
  background: var(--paper);
  font-family: var(--font-body);
  font-synthesis: none;
}

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

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

body {
  min-width: 320px;
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-size: 16px;
  line-height: 1.5;
  text-rendering: optimizeLegibility;
}

body.menu-lock {
  overflow: hidden;
}

img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

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

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

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

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

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

.skip-link {
  position: fixed;
  z-index: 1000;
  top: 12px;
  left: 12px;
  padding: 12px 16px;
  border-radius: 4px;
  background: var(--ink);
  color: #fff;
  font-weight: 800;
  transform: translateY(-160%);
  transition: transform 160ms ease;
}

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

.eyebrow {
  margin: 0 0 20px;
  color: #716a70;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.button {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  gap: 18px;
  padding: 14px 24px;
  border: 2px solid var(--ink);
  border-radius: 4px;
  background: var(--ink);
  color: #fff;
  font-size: 15px;
  font-weight: 800;
  transition: transform 160ms ease, box-shadow 160ms ease, background-color 160ms ease;
}

.button:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 24px rgba(25, 22, 26, 0.16);
}

.button-compact {
  min-height: 44px;
  padding: 10px 18px;
  font-size: 14px;
}

.button-light {
  border-color: var(--paper);
  background: var(--paper);
  color: var(--ink);
}

.phone-link,
.text-link {
  display: inline-block;
  padding-block: 6px;
  border-bottom: 1px solid currentColor;
  font-weight: 800;
}

.phone-link:hover,
.text-link:hover,
.arrow-link:hover {
  color: var(--accent);
}

.hero-actions {
  display: flex;
  align-items: center;
  gap: 24px;
}

/* Header */
.site-header {
  position: sticky;
  z-index: 100;
  top: 0;
  border-bottom: 1px solid rgba(25, 22, 26, 0.08);
  background: rgba(251, 247, 242, 0.92);
  backdrop-filter: blur(16px);
}

.header-inner {
  display: grid;
  min-height: 80px;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 32px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  justify-self: start;
}

.brand-mark {
  font-family: var(--font-display);
  font-size: 27px;
  font-weight: 700;
  letter-spacing: -0.09em;
  line-height: 1;
}

.brand-mark span {
  color: var(--accent-bright);
}

.brand-label {
  max-width: 56px;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.05em;
  line-height: 1.05;
  text-transform: uppercase;
}

.site-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 32px;
  font-size: 14px;
  font-weight: 700;
}

.site-nav a {
  padding-block: 12px;
}

.site-nav a:hover {
  color: var(--accent);
}

.header-cta {
  justify-self: end;
}

.menu-button {
  display: none;
}

/* Hero */
.hero {
  position: relative;
  display: grid;
  min-height: 680px;
  grid-template-columns: minmax(0, 1.04fr) minmax(360px, 0.96fr);
  align-items: center;
  gap: clamp(48px, 6vw, 80px);
  padding-block: 56px 72px;
}

.hero-copy h1 {
  margin: 0 0 28px;
  font-family: var(--font-display);
  font-size: clamp(50px, 6vw, 84px);
  font-weight: 600;
  letter-spacing: -0.06em;
  line-height: 0.98;
}

.hero-copy h1 em {
  color: var(--accent-bright);
  font-style: normal;
}

.lead {
  max-width: 590px;
  margin: 0 0 32px;
  color: #514b50;
  font-size: clamp(18px, 2vw, 20px);
  line-height: 1.6;
}

.rating-link {
  display: flex;
  max-width: max-content;
  align-items: center;
  gap: 10px;
  margin-top: 36px;
  color: var(--ink-soft);
  font-size: 13px;
}

.rating-link strong {
  color: var(--ink);
  font-size: 20px;
}

.stars {
  color: #b85f00;
  font-size: 17px;
  letter-spacing: 1px;
}

.rating-source {
  padding-left: 4px;
  color: var(--ink);
  font-weight: 700;
}

.hero-visual {
  position: relative;
}

.hero-photo {
  height: 570px;
  margin: 0;
  overflow: hidden;
  border-radius: 180px 180px 8px 8px;
  background: #d9d3cf;
}

.hero-photo img {
  object-position: center 28%;
}

.hero-photo figcaption {
  position: absolute;
  bottom: 20px;
  left: 20px;
  padding: 9px 13px;
  border: 1px solid rgba(25, 22, 26, 0.08);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.88);
  font-size: 11px;
  font-weight: 800;
  backdrop-filter: blur(10px);
}

.award {
  position: absolute;
  right: -28px;
  bottom: 70px;
  display: grid;
  width: 128px;
  height: 128px;
  place-content: center;
  border: 1px solid #99a84f;
  border-radius: 50%;
  background: #dfe7a4;
  color: var(--ink);
  text-align: center;
  transform: rotate(8deg);
}

.award span {
  font-family: var(--font-display);
  font-size: 13px;
  font-weight: 600;
  line-height: 1.05;
}

.award strong {
  margin-top: 6px;
  font-size: 21px;
}

/* Proof */
.proof-strip {
  background: var(--ink);
  color: #fff;
}

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

.proof-inner div {
  display: flex;
  min-height: 72px;
  align-items: center;
  gap: 12px;
  border-right: 1px solid rgba(255, 255, 255, 0.18);
  font-size: 14px;
}

.proof-inner div:last-child {
  border-right: 0;
  padding-left: 24px;
}

.proof-inner div:not(:first-child):not(:last-child) {
  padding-inline: 24px;
}

.proof-inner span {
  color: #c8c0c5;
  font-size: 11px;
}

/* Shared sections */
.section {
  padding-block: 120px;
}

.section-intro h2,
.reviews-copy h2,
.visit-copy h2,
.final-inner h2 {
  margin: 0 0 24px;
  font-family: var(--font-display);
  font-size: clamp(38px, 4.5vw, 58px);
  font-weight: 600;
  letter-spacing: -0.05em;
  line-height: 1.08;
}

.section-intro > p:last-child {
  max-width: 480px;
  margin: 0;
  color: var(--ink-soft);
  line-height: 1.7;
}

.compact-intro {
  max-width: 620px;
}

/* Services */
.services {
  display: grid;
  grid-template-columns: minmax(280px, 0.82fr) minmax(520px, 1.18fr);
  gap: clamp(64px, 8vw, 112px);
}

.service-list {
  border-top: 1px solid var(--line);
}

.service-item {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr) auto;
  align-items: center;
  gap: 20px;
  padding: 28px 0;
  border-bottom: 1px solid var(--line);
}

.service-number {
  color: #716a70;
  font-size: 12px;
}

.service-item h3 {
  margin: 0 0 5px;
  font-size: 19px;
}

.service-item p {
  margin: 0;
  color: var(--ink-soft);
  font-size: 14px;
}

.service-item > strong {
  font-size: 18px;
  white-space: nowrap;
}

.arrow-link {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  margin-top: 24px;
  padding-block: 8px;
  color: var(--accent);
  font-weight: 800;
}

/* Reviews */
.reviews {
  background: var(--mint);
}

.reviews-inner {
  display: grid;
  grid-template-columns: minmax(340px, 0.86fr) minmax(440px, 1.14fr);
  align-items: center;
  gap: clamp(64px, 8vw, 112px);
}

.result-photo {
  height: 610px;
  margin: 0;
  overflow: hidden;
  border-radius: 300px 300px 8px 8px;
  background: #d5ddd2;
}

.result-photo img {
  object-position: center top;
}

.reviews-lead {
  margin: 0 0 12px;
  color: #535d51;
  font-size: 18px;
  line-height: 1.65;
}

.review-themes {
  margin: 0 0 28px;
  padding: 0;
  list-style: none;
}

.review-themes li {
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 16px;
  padding: 20px 0;
  border-top: 1px solid rgba(25, 22, 26, 0.16);
}

.review-themes li > span {
  color: #6d786a;
  font-size: 12px;
}

.review-themes strong {
  font-size: 17px;
}

.review-themes p {
  margin: 5px 0 0;
  color: #596256;
  font-size: 14px;
  line-height: 1.6;
}

/* Booking */
.booking {
  display: grid;
  grid-template-columns: 0.68fr 1.32fr;
  gap: clamp(56px, 8vw, 112px);
}

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

.booking-steps li {
  min-height: 250px;
  padding: 24px;
  border: 1px solid var(--line);
  background: var(--surface);
}

.booking-steps li > span {
  display: grid;
  width: 36px;
  height: 36px;
  place-items: center;
  margin-bottom: 48px;
  border: 1px solid var(--ink);
  border-radius: 50%;
  font-size: 13px;
  font-weight: 800;
}

.booking-steps strong {
  display: block;
  margin-bottom: 10px;
  font-size: 17px;
}

.booking-steps p {
  margin: 0;
  color: var(--ink-soft);
  font-size: 14px;
  line-height: 1.6;
}

.booking-button {
  grid-column: 2;
  justify-self: start;
  margin-top: -56px;
}

/* Practical details */
.details {
  background: #f0e6ea;
}

.details-inner {
  display: grid;
  grid-template-columns: 0.68fr 1.32fr;
  gap: clamp(56px, 8vw, 112px);
}

.detail-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1px;
  background: rgba(25, 22, 26, 0.14);
  border: 1px solid rgba(25, 22, 26, 0.14);
}

.detail-grid article {
  min-height: 220px;
  padding: 28px;
  background: #f7eff2;
}

.detail-grid article > span {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  margin-bottom: 38px;
  border-radius: 50%;
  background: var(--ink);
  color: #fff;
  font-size: 18px;
}

.detail-grid h3 {
  margin: 0 0 9px;
  font-size: 18px;
}

.detail-grid p {
  margin: 0;
  color: var(--ink-soft);
  font-size: 14px;
  line-height: 1.65;
}

.detail-grid a {
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 4px;
}

/* FAQ */
.faq {
  display: grid;
  grid-template-columns: 0.68fr 1.32fr;
  gap: clamp(56px, 8vw, 112px);
}

.faq-list {
  border-top: 1px solid var(--line);
}

.faq-list details {
  border-bottom: 1px solid var(--line);
}

.faq-list summary {
  display: flex;
  min-height: 74px;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  cursor: pointer;
  font-size: 17px;
  font-weight: 800;
  list-style: none;
}

.faq-list summary::-webkit-details-marker {
  display: none;
}

.faq-list summary::after {
  content: "+";
  flex: 0 0 auto;
  color: var(--accent);
  font-size: 26px;
  font-weight: 500;
}

.faq-list details[open] summary::after {
  content: "−";
}

.faq-list details p {
  max-width: 680px;
  margin: -4px 0 24px;
  color: var(--ink-soft);
  line-height: 1.7;
}

.faq-list details a {
  color: var(--ink);
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 3px;
}

/* Visit */
.visit {
  display: grid;
  grid-template-columns: minmax(420px, 1fr) minmax(340px, 0.76fr);
  align-items: center;
  gap: clamp(64px, 8vw, 112px);
}

.visit-copy > p:not(.eyebrow) {
  max-width: 520px;
  margin: 0 0 32px;
  color: var(--ink-soft);
  line-height: 1.7;
}

.visit-copy,
.visit-copy h2 {
  min-width: 0;
}

.interior-photo {
  height: 540px;
  margin: 0;
  overflow: hidden;
  border-radius: 8px 180px 8px 8px;
  background: #d7d0d4;
}

/* Final call to action */
.final-cta {
  padding-block: 104px;
  background: var(--ink);
  color: #fff;
}

.final-inner {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: end;
  gap: 40px;
}

.final-inner .eyebrow {
  grid-column: 1 / -1;
  margin-bottom: -8px;
  color: #c6bec3;
}

.final-inner h2 {
  margin: 0;
}

/* Footer */
.site-footer {
  background: var(--ink);
  color: #d3ccd0;
}

.footer-inner {
  display: grid;
  min-height: 128px;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 32px;
  border-top: 1px solid rgba(255, 255, 255, 0.18);
  font-size: 12px;
}

.footer-brand {
  color: #fff;
}

.footer-inner address {
  display: grid;
  gap: 4px;
  font-style: normal;
  text-align: center;
}

.footer-inner address a {
  color: #fff;
  font-weight: 700;
}

.footer-map {
  justify-self: end;
  border-bottom: 1px solid currentColor;
}

.mobile-actions {
  display: none;
}

/* 404 */
.error-page {
  display: grid;
  min-height: 100vh;
  place-items: center;
  padding: 24px;
}

.error-page main {
  width: min(620px, 100%);
}

.error-page h1 {
  margin: 0 0 20px;
  font-family: var(--font-display);
  font-size: clamp(44px, 8vw, 72px);
  letter-spacing: -0.05em;
  line-height: 1;
}

.error-page main > p:not(.eyebrow) {
  margin: 0 0 28px;
  color: var(--ink-soft);
  font-size: 18px;
}

@media (max-width: 1024px) {
  :root {
    --shell: min(900px, calc(100% - 40px));
  }

  .site-nav {
    gap: 22px;
  }

  .hero {
    min-height: 620px;
    grid-template-columns: minmax(0, 1fr) minmax(320px, 0.78fr);
    gap: 40px;
  }

  .hero-photo {
    height: 510px;
  }

  .award {
    right: -8px;
    bottom: 48px;
    width: 112px;
    height: 112px;
  }

  .services,
  .reviews-inner,
  .booking,
  .details-inner,
  .faq,
  .visit {
    gap: 56px;
  }

  .services {
    grid-template-columns: 0.72fr 1.28fr;
  }

  .result-photo {
    height: 540px;
  }

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

  .booking-steps li {
    min-height: 0;
  }

  .booking-steps li > span {
    margin-bottom: 28px;
  }

  .booking-button {
    margin-top: 24px;
  }
}

@media (max-width: 900px) {
  :root {
    --shell: calc(100% - 32px);
  }

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

  body {
    padding-bottom: 64px;
  }

  .site-header {
    backdrop-filter: blur(12px);
  }

  .header-inner {
    position: relative;
    min-height: 72px;
    grid-template-columns: 1fr auto;
    gap: 16px;
  }

  .brand-mark {
    font-size: 25px;
  }

  .header-cta {
    display: none;
  }

  .menu-button {
    display: none;
    min-width: 72px;
    min-height: 44px;
    align-items: center;
    justify-content: flex-end;
    gap: 10px;
    padding: 0;
    border: 0;
    background: transparent;
    color: var(--ink);
    font: 800 13px var(--font-body);
    cursor: pointer;
  }

  .js .menu-button {
    display: flex;
  }

  .menu-icon {
    display: grid;
    width: 22px;
    gap: 5px;
  }

  .menu-icon i {
    display: block;
    width: 22px;
    height: 2px;
    background: currentColor;
    transition: transform 160ms ease;
  }

  .menu-open .menu-icon i:first-child {
    transform: translateY(3.5px) rotate(45deg);
  }

  .menu-open .menu-icon i:last-child {
    transform: translateY(-3.5px) rotate(-45deg);
  }

  .site-nav {
    grid-column: 1 / -1;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 8px 24px;
    padding-bottom: 16px;
  }

  .js .site-nav {
    position: fixed;
    z-index: -1;
    inset: 72px 0 auto;
    display: none;
    min-height: calc(100dvh - 72px);
    align-content: start;
    padding: 40px 24px 112px;
    background: var(--paper);
    border-top: 1px solid var(--line);
  }

  .js .menu-open .site-nav {
    display: grid;
  }

  .js .site-nav a {
    padding: 14px 0;
    border-bottom: 1px solid var(--line);
    font-family: var(--font-display);
    font-size: 24px;
    font-weight: 600;
  }

  .hero {
    min-height: 0;
    grid-template-columns: 1fr;
    gap: 40px;
    padding-block: 48px 64px;
  }

  .hero-copy h1 {
    font-size: clamp(42px, 12vw, 64px);
  }

  .rating-link {
    max-width: 100%;
    flex-wrap: wrap;
  }

  .rating-source {
    width: 100%;
    padding-left: 0;
  }

  .hero-visual {
    width: min(100%, 560px);
    margin-inline: auto;
  }

  .hero-photo {
    height: min(120vw, 560px);
  }

  .award {
    right: -4px;
    bottom: 48px;
  }

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

  .proof-inner div,
  .proof-inner div:not(:first-child):not(:last-child),
  .proof-inner div:last-child {
    min-height: 64px;
    padding: 12px 16px;
    border-right: 1px solid rgba(255, 255, 255, 0.18);
    border-bottom: 1px solid rgba(255, 255, 255, 0.18);
  }

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

  .proof-inner div:nth-child(n + 3) {
    border-bottom: 0;
  }

  .section {
    padding-block: 80px;
  }

  .services,
  .reviews-inner,
  .booking,
  .details-inner,
  .faq,
  .visit {
    grid-template-columns: 1fr;
    gap: 48px;
  }

  .service-item {
    grid-template-columns: 36px minmax(0, 1fr);
  }

  .service-item > strong {
    grid-column: 2;
  }

  .result-photo {
    width: min(100%, 560px);
    height: min(120vw, 580px);
    margin-inline: auto;
  }

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

  .booking-button {
    grid-column: auto;
    margin-top: 0;
  }

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

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

  .interior-photo {
    height: min(118vw, 540px);
  }

  .final-cta {
    padding-block: 80px;
  }

  .final-inner {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .final-inner .eyebrow {
    grid-column: auto;
    margin-bottom: -12px;
  }

  .final-inner .button {
    justify-self: start;
  }

  .footer-inner {
    min-height: 0;
    grid-template-columns: 1fr;
    gap: 24px;
    padding-block: 40px 48px;
  }

  .footer-inner address {
    text-align: left;
  }

  .footer-map {
    justify-self: start;
  }

  .mobile-actions {
    position: fixed;
    z-index: 200;
    right: 0;
    bottom: 0;
    left: 0;
    display: grid;
    min-height: 64px;
    grid-template-columns: 0.82fr 1.18fr;
    padding: 8px;
    border-top: 1px solid rgba(25, 22, 26, 0.18);
    background: rgba(251, 247, 242, 0.96);
    backdrop-filter: blur(12px);
  }

  .site-header.menu-open ~ .mobile-actions {
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
  }

  .mobile-actions a {
    display: grid;
    min-height: 48px;
    place-items: center;
    font-size: 14px;
    font-weight: 800;
  }

  .mobile-call {
    border: 1px solid var(--ink);
  }

  .mobile-book {
    background: var(--ink);
    color: #fff;
  }
}

@media (max-width: 480px) {
  :root {
    --shell: calc(100% - 28px);
  }

  .eyebrow {
    margin-bottom: 16px;
    font-size: 11px;
  }

  .hero-copy h1 {
    font-size: clamp(38px, 12.5vw, 52px);
  }

  .lead {
    font-size: 17px;
  }

  .hero-actions {
    align-items: stretch;
    flex-direction: column;
  }

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

  .phone-link {
    align-self: flex-start;
  }

  .rating-link {
    gap: 8px;
  }

  .hero-photo {
    border-radius: 140px 140px 8px 8px;
  }

  .award {
    width: 100px;
    height: 100px;
  }

  .award span {
    font-size: 11px;
  }

  .award strong {
    font-size: 18px;
  }

  .proof-inner {
    grid-template-columns: 1fr;
  }

  .proof-inner div,
  .proof-inner div:not(:first-child):not(:last-child),
  .proof-inner div:last-child,
  .proof-inner div:nth-child(2n),
  .proof-inner div:nth-child(n + 3) {
    min-height: 56px;
    padding: 10px 4px;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.18);
  }

  .proof-inner div:last-child {
    border-bottom: 0;
  }

  .section-intro h2,
  .reviews-copy h2,
  .visit-copy h2,
  .final-inner h2 {
    font-size: 34px;
  }

  .service-item {
    gap: 14px;
  }

  .service-item h3 {
    font-size: 17px;
  }

  .review-themes li {
    grid-template-columns: 36px 1fr;
  }

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

  .detail-grid article {
    min-height: 0;
  }

  .detail-grid article > span {
    margin-bottom: 24px;
  }

  .faq-list summary {
    min-height: 68px;
    font-size: 16px;
  }

  .final-inner .button {
    width: 100%;
  }
}

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

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}
