@font-face {
  font-family: 'Barlow Condensed';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('/fonts/barlow-condensed-700-latin.woff2') format('woff2');
}

@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 200 800;
  font-display: swap;
  src: url('/fonts/manrope-latin.woff2') format('woff2');
}

:root {
  --font-display: 'Barlow Condensed';
  --font-body: 'Manrope';
  --ink: #111111;
  --paper: #f3efe7;
  --acid: #c8ff2e;
  --muted: #66645e;
  --white-line: rgba(255, 255, 255, 0.2);
  --dark-line: rgba(17, 17, 17, 0.16);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
button { margin: 0; }
body {
  margin: 0;
  background: var(--ink);
  color: #fff;
  font-family: var(--font-body), Arial, sans-serif;
  text-rendering: optimizeLegibility;
}
body::selection { background: var(--acid); color: var(--ink); }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
a, button, summary { -webkit-tap-highlight-color: transparent; }
a:focus-visible, button:focus-visible {
  outline: 3px solid #779b00;
  outline-offset: 4px;
}

.site-header {
  position: relative;
  display: flex;
  min-height: 68px;
  align-items: center;
  justify-content: center;
  padding: 0 14px;
  border-bottom: 1px solid var(--dark-line);
  background: var(--paper);
  color: var(--ink);
}
.header-mark-link { position: absolute; left: 14px; display: grid; width: 40px; height: 40px; place-items: center; }
.header-mark { width: 38px; height: 38px; border-radius: 50%; object-fit: cover; }
.header-actions { position: absolute; right: 9px; display: flex; align-items: center; gap: 2px; }
.header-instagram, .header-message { display: grid; width: 38px; height: 42px; place-items: center; }
.header-instagram img { width: 25px; height: 25px; border-radius: 7px; object-fit: contain; }
.header-message { padding: 0; border: 0; background: transparent; color: var(--ink); cursor: pointer; }
.desktop-booking-trigger { display: none; }
.message-icon {
  position: relative;
  display: flex;
  width: 25px;
  height: 19px;
  align-items: center;
  justify-content: center;
  gap: 2px;
  border: 2px solid currentColor;
  border-radius: 6px;
}
.message-icon::after {
  position: absolute;
  right: 3px;
  bottom: -6px;
  width: 7px;
  height: 7px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  background: var(--paper);
  content: '';
  transform: skewY(-35deg);
}
.message-icon i { width: 3px; height: 3px; border-radius: 50%; background: currentColor; }
.brand-avatar {
  width: 44px;
  height: 44px;
  flex: 0 0 auto;
  border-radius: 50%;
  object-fit: cover;
}
.brand-name {
  max-width: calc(100% - 148px);
  overflow: hidden;
  font-family: var(--font-display), sans-serif;
  font-size: clamp(12px, 3.6vw, 16px);
  font-weight: 700;
  line-height: 1;
  letter-spacing: .01em;
  text-align: center;
  text-overflow: clip;
  text-transform: uppercase;
  white-space: nowrap;
}

.hero {
  display: grid;
  background: var(--paper);
  color: var(--ink);
}
.hero-copy { padding: 46px 18px 28px; }
.eyebrow, .kicker {
  margin: 0 0 13px;
  color: #526a00;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.hero .eyebrow {
  display: grid;
  width: 100%;
  max-width: 100%;
  justify-items: center;
  gap: 3px;
  margin: 0 auto 23px;
  padding: 11px 14px;
  border: 1px solid var(--ink);
  border-radius: 3px;
  background: var(--ink);
  color: #fff;
  font-size: clamp(11px, 3.4vw, 13px);
  line-height: 1.25;
  letter-spacing: .1em;
  text-align: center;
}
.hero .eyebrow span:last-child { color: var(--acid); font-size: .82em; }
.kicker-light { color: var(--acid); }
h1, h2, h3, p { overflow-wrap: break-word; }
h1, h2 {
  margin: 0;
  font-family: var(--font-display), Impact, sans-serif;
  font-weight: 700;
  letter-spacing: -.035em;
  text-transform: uppercase;
}
h1 {
  font-size: clamp(42px, 13.6vw, 74px);
  line-height: 1.03;
}
.hero h1 span {
  display: table;
  margin-top: .06em;
  padding: 0 .05em .02em;
  background: linear-gradient(transparent 25%, var(--acid) 25%, var(--acid) 88%, transparent 88%);
}
.hero-lede {
  max-width: 430px;
  margin: 18px 0 12px;
  color: #4e4d47;
  font-size: 15px;
  line-height: 1.55;
}
.button {
  display: flex;
  min-height: 58px;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width: 460px;
  padding: 0 18px;
  border: 0;
  border-radius: 3px;
  cursor: pointer;
  font-family: inherit;
  font-size: 15px;
  font-weight: 900;
  text-align: left;
}
.button span:last-child { font-size: 23px; font-weight: 400; }
.button-dark { background: var(--ink); color: #fff; }
.desktop-hero-cta { display: none; }
.booking-note { margin: 10px 0 0; color: #6a6963; font-size: 10px; line-height: 1.45; }
.hero-visual { margin: 0 12px 16px; overflow: hidden; border-radius: 12px; background: #d86731; }
.hero-visual img { width: 100%; aspect-ratio: 4 / 5; object-fit: cover; object-position: center; }

.rating-bar {
  display: flex;
  min-height: 74px;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 0 18px;
  background: var(--ink);
  font-size: 11px;
  font-weight: 800;
}
.rating-bar strong { font-family: var(--font-display); font-size: 22px; }
.stars { color: #d89d00; font-size: 11px; letter-spacing: .05em; }

.quick-work { padding: 34px 18px 38px; background: #171717; }
.quick-work-heading { display: flex; align-items: end; justify-content: space-between; gap: 14px; margin-bottom: 17px; }
.quick-work-heading .kicker { margin: 0 0 3px; }
.quick-work h2 {
  margin: 0;
  font-family: var(--font-display), sans-serif;
  font-size: 29px;
  font-weight: 700;
  letter-spacing: -.025em;
  line-height: 1;
  text-transform: uppercase;
}
.quick-work-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 6px; }
.quick-work-grid img { width: 100%; aspect-ratio: 3 / 4; border-radius: 4px; object-fit: cover; }
.quick-work-grid img:nth-child(1) { object-position: 13% 5%; }
.quick-work-grid img:nth-child(2) { object-position: 12% 8%; }
.quick-work-grid img:nth-child(3) { object-position: 6% center; }

.section { padding: 68px 18px; }
.section h2 {
  font-size: clamp(40px, 11.7vw, 66px);
  line-height: .96;
}
.services { background: var(--paper); color: var(--ink); }
.service-grid { display: grid; gap: 10px; margin-top: 34px; }
.service-grid article {
  padding: 22px 18px;
  border: 1px solid var(--dark-line);
  border-radius: 6px;
  background: rgba(255,255,255,.28);
}
.service-grid h3 { margin: 0 0 7px; font-size: 15px; font-weight: 900; }
.service-grid p { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.5; }

.steps { margin: 0 0 28px; padding: 0; list-style: none; border-top: 1px solid rgba(0,0,0,.25); }
.steps li {
  display: grid;
  grid-template-columns: 40px 1fr;
  gap: 8px;
  padding: 20px 0;
  border-bottom: 1px solid rgba(0,0,0,.25);
}
.steps li > span {
  display: grid;
  width: 26px;
  height: 26px;
  place-items: center;
  border: 1px solid currentColor;
  border-radius: 50%;
  font-size: 10px;
  font-weight: 900;
}
.steps strong { display: block; margin-bottom: 4px; font-size: 14px; }
.steps p { margin: 0; color: rgba(0,0,0,.65); font-size: 12px; line-height: 1.45; }

.work { background: var(--ink); }
.work h2 { margin-bottom: 30px; }
.work-more { padding-top: 10px; }
.work-grid { display: grid; gap: 10px; }
.work-grid img {
  width: 100%;
  height: auto;
  border-radius: 6px;
  object-fit: contain;
  background: #1c1c1c;
}
.text-link {
  display: flex;
  min-height: 54px;
  align-items: center;
  justify-content: space-between;
  margin-top: 18px;
  border-bottom: 1px solid var(--acid);
  color: var(--acid);
  font-size: 12px;
  font-weight: 900;
}
.instagram-cta {
  display: grid;
  min-height: 66px;
  grid-template-columns: 28px 1fr auto;
  align-items: center;
  gap: 12px;
  margin-top: 20px;
  padding: 0 18px;
  border-radius: 5px;
  background: var(--acid);
  color: var(--ink);
  font-size: 14px;
  font-weight: 900;
}
.instagram-cta img { width: 25px; height: 25px; object-fit: contain; }
.instagram-cta span:last-child { font-size: 20px; font-weight: 700; }

.reviews { background: var(--paper); color: var(--ink); }
.review-heading { display: flex; align-items: flex-start; justify-content: space-between; gap: 20px; }
.review-score { margin: 0; white-space: nowrap; }
.review-score strong { font-family: var(--font-display); font-size: 26px; }
.reviews h2 {
  max-width: 850px;
  margin-top: 25px;
  font-size: clamp(34px, 9.5vw, 59px);
  line-height: 1.04;
  text-transform: none;
}
.review-grid { display: grid; gap: 9px; margin-top: 27px; }
.review-grid article { padding: 18px; border: 1px solid var(--dark-line); border-radius: 6px; background: rgba(255,255,255,.32); }
.review-grid p { margin: 8px 0 13px; color: #292824; font-size: 13px; font-weight: 650; line-height: 1.48; }
.review-grid strong { color: var(--muted); font-size: 9px; letter-spacing: .08em; text-transform: uppercase; }
.dark-link { border-color: var(--ink); color: var(--ink); }

.final { background: var(--acid); color: var(--ink); }
.closing-how h2 { margin-bottom: 33px; }
.closing-divider { margin: 54px 0; border-top: 2px solid rgba(0,0,0,.32); }
.area-block > p:not(.kicker):not(.phone-line) { max-width: 520px; margin: 20px 0 24px; font-size: 14px; line-height: 1.55; }
.phone-line { margin: 14px 0 0; font-size: 11px; font-weight: 800; }
.phone-line a { border-bottom: 1px solid currentColor; }

.footer {
  display: grid;
  gap: 30px;
  padding: 42px 18px 106px;
  background: #080808;
}
.footer-brand { display: flex; align-items: center; gap: 12px; }
.footer-brand strong { display: block; font-size: 11px; text-transform: uppercase; }
.footer-brand p { margin: 4px 0 0; color: #989892; font-size: 9px; }
.footer-links { display: flex; gap: 20px; }
.footer-links a { color: #aaa; font-size: 10px; font-weight: 800; text-transform: uppercase; }

.mobile-booking-bar {
  position: fixed;
  z-index: 30;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 9px 10px max(9px, env(safe-area-inset-bottom));
  background: rgba(8,8,8,.94);
  backdrop-filter: blur(14px);
}
.mobile-booking-bar button {
  display: flex;
  min-height: 54px;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 0 18px;
  border: 0;
  border-radius: 3px;
  background: var(--acid);
  color: var(--ink);
  cursor: pointer;
  font-family: inherit;
  font-size: 14px;
  font-weight: 900;
}
.mobile-booking-bar button span:last-child { font-size: 22px; font-weight: 400; }

.booking-dialog {
  width: 100vw;
  max-width: none;
  height: 100dvh;
  max-height: none;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--ink);
}
.booking-dialog[open] { display: flex; align-items: flex-end; justify-content: center; }
.booking-dialog::backdrop { background: rgba(0, 0, 0, .72); backdrop-filter: blur(3px); }
.booking-dialog-card {
  position: relative;
  width: 100%;
  padding: 30px 18px max(26px, env(safe-area-inset-bottom));
  border-radius: 18px 18px 0 0;
  background: var(--paper);
  box-shadow: 0 -18px 60px rgba(0, 0, 0, .28);
}
.booking-dialog-card h2 { max-width: 430px; font-size: clamp(34px, 10vw, 48px); line-height: .98; }
.booking-dialog-copy { max-width: 390px; margin: 14px 0 22px; color: #55534d; font-size: 13px; line-height: 1.5; }
.booking-dialog-close {
  position: absolute;
  top: 15px;
  right: 15px;
  display: grid;
  width: 36px;
  height: 36px;
  place-items: center;
  padding: 0;
  border: 1px solid var(--dark-line);
  border-radius: 50%;
  background: transparent;
  color: var(--ink);
  cursor: pointer;
  font: 26px/1 Arial, sans-serif;
}
.booking-options { display: grid; gap: 10px; }
.booking-options a {
  display: grid;
  min-height: 72px;
  grid-template-columns: 42px 1fr auto;
  align-items: center;
  gap: 12px;
  padding: 10px 16px 10px 12px;
  border: 1px solid var(--dark-line);
  border-radius: 8px;
  background: #fff;
}
.booking-options a > span:nth-child(2) { display: grid; gap: 4px; }
.booking-options strong { font-size: 15px; }
.booking-options small { color: #69665f; font-size: 10px; }
.booking-options a > span:last-child { font-size: 22px; }
.booking-option-icon { display: grid; width: 40px; height: 40px; place-items: center; border-radius: 50%; font-weight: 900; }
.text-option-icon { background: var(--ink); color: #fff; font-size: 14px; letter-spacing: 1px; }
.whatsapp-option-icon { background: #25d366; color: #073816; font-size: 17px; }

@media (min-width: 720px) {
  .site-header { min-height: 76px; padding-inline: 36px; }
  .hero { grid-template-columns: 1fr 1fr; align-items: center; }
  .hero-copy { padding: 76px 36px; }
  .hero-visual { margin: 24px 36px 24px 0; }
  .hero-visual img { max-height: 720px; }
  .rating-bar { padding-inline: max(36px, calc((100vw - 1160px) / 2)); }
  .quick-work { padding: 54px max(36px, calc((100vw - 1160px) / 2)); }
  .quick-work h2 { font-size: 40px; }
  .quick-work-grid img { max-height: 260px; }
  .section { padding: 96px max(36px, calc((100vw - 1160px) / 2)); }
  .service-grid { grid-template-columns: repeat(3, 1fr); }
  .service-grid article { min-height: 150px; }
  .steps li { grid-template-columns: 54px 1fr; }
  .work-grid { grid-template-columns: 1.2fr .8fr; align-items: stretch; }
  .work-grid img { align-self: start; }
  .review-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .footer {
    grid-template-columns: 1fr auto;
    align-items: center;
    padding: 48px max(36px, calc((100vw - 1160px) / 2));
  }
  .mobile-booking-bar { display: none; }
  .booking-dialog[open] { align-items: center; padding: 24px; }
  .booking-dialog-card { max-width: 480px; padding: 36px; border-radius: 18px; }
}

@media (min-width: 900px) {
  .site-header { min-height: 88px; }
  .header-mark-link { left: max(40px, calc((100vw - 1280px) / 2)); width: 52px; height: 52px; }
  .header-mark { width: 50px; height: 50px; }
  .brand-name { max-width: 430px; font-size: 19px; letter-spacing: .025em; }
  .header-actions { right: max(40px, calc((100vw - 1280px) / 2)); gap: 12px; }
  .desktop-booking-trigger {
    display: none;
    min-height: 46px;
    min-width: 198px;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    padding: 0 16px;
    border: 0;
    border-radius: 3px;
    background: var(--ink);
    color: #fff;
    cursor: pointer;
    font-family: inherit;
    font-size: 12px;
    font-weight: 900;
  }
  .desktop-booking-trigger span:last-child { color: var(--acid); font-size: 19px; font-weight: 500; }

  .hero { min-height: 680px; grid-template-columns: minmax(0, 1.02fr) minmax(420px, .98fr); align-items: stretch; }
  .hero-copy {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 86px 56px 80px max(56px, calc((100vw - 1280px) / 2));
  }
  .hero .eyebrow { max-width: 520px; margin-bottom: 34px; padding-block: 13px; font-size: 13px; }
  .hero h1 { max-width: 700px; font-size: clamp(68px, 7.2vw, 106px); line-height: .94; }
  .hero-lede { max-width: 580px; margin-top: 28px; font-size: 18px; line-height: 1.6; }
  .booking-note { margin-top: 12px; font-size: 12px; }
  .desktop-hero-cta { display: flex; max-width: 280px; margin-top: 30px; }
  .hero-visual { margin: 32px max(56px, calc((100vw - 1280px) / 2)) 32px 0; border-radius: 8px; }
  .hero-visual img { height: 100%; min-height: 616px; aspect-ratio: auto; object-fit: cover; }

  .rating-bar { min-height: 92px; font-size: 14px; }
  .rating-bar strong { font-size: 31px; }
  .rating-bar .stars { font-size: 14px; }

  .quick-work {
    display: grid;
    grid-template-columns: minmax(190px, .55fr) minmax(0, 2fr);
    align-items: end;
    gap: 54px;
    padding-block: 72px;
  }
  .quick-work-heading { display: block; margin: 0; }
  .quick-work-heading .kicker { margin-bottom: 12px; }
  .quick-work h2 { max-width: 220px; font-size: 52px; line-height: .92; }
  .quick-work-grid { gap: 14px; }
  .quick-work-grid img { max-height: none; aspect-ratio: 3 / 4; border-radius: 6px; }

  .section { padding-block: 118px; }
  .section h2 { font-size: clamp(64px, 6.4vw, 92px); }
  .services > h2 { max-width: 820px; }
  .service-grid { gap: 18px; margin-top: 54px; }
  .service-grid article { min-height: 190px; padding: 30px; border-radius: 6px; }
  .service-grid h3 { font-size: 19px; }
  .service-grid p { max-width: 280px; font-size: 14px; }

  .work h2 { margin-bottom: 48px; }
  .work-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 22px; }
  .work-grid img { width: 100%; align-self: start; border-radius: 8px; }
  .work-more { padding-top: 52px; }
  .instagram-cta { max-width: 430px; margin: 30px 0 0 auto; }

  .reviews h2 { margin-top: 32px; font-size: clamp(58px, 5.8vw, 82px); }
  .review-score strong { font-size: 36px; }
  .review-grid { grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 14px; margin-top: 48px; }
  .review-grid article { min-height: 168px; grid-column: span 2; padding: 24px; }
  .review-grid article:nth-child(n + 4) { grid-column: span 3; }
  .review-grid p { font-size: 15px; }
  .text-link { max-width: 360px; margin-top: 30px; }

  .final { display: grid; grid-template-columns: minmax(0, 1fr) 2px minmax(0, 1fr); align-items: stretch; gap: 68px; }
  .closing-how h2, .area-block h2 { font-size: clamp(54px, 4.8vw, 72px); }
  .closing-divider { height: 100%; margin: 0; border-top: 0; border-left: 2px solid rgba(0,0,0,.32); }
  .steps { margin-top: 0; }
  .steps li { grid-template-columns: 54px 1fr; padding-block: 22px; }
  .steps strong { font-size: 15px; }
  .steps p { max-width: 400px; font-size: 13px; }
  .area-block { display: flex; flex-direction: column; }
  .area-block > p:not(.kicker):not(.phone-line) { margin-top: 28px; font-size: 16px; }
  .area-block .booking-trigger { margin-top: auto; }

  .footer { min-height: 126px; }
  .footer-brand strong { font-size: 13px; }
  .footer-brand p, .footer-links a { font-size: 11px; }
}

@media (min-width: 1100px) {
  .header-message { display: none; }
  .desktop-booking-trigger { display: flex; }
  .hero-copy { padding-left: max(64px, calc((100vw - 1280px) / 2)); }
  .hero-visual { margin-right: max(64px, calc((100vw - 1280px) / 2)); }
}

@media (hover: hover) {
  .button, .mobile-booking-bar button, .booking-options a { transition: transform .2s ease, background-color .2s ease, color .2s ease; }
  .button:hover, .mobile-booking-bar button:hover, .booking-options a:hover { transform: translateY(-2px); }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; }
}
