:root {
  --ink: #080808;
  --soft-ink: #101010;
  --paper: #f1eee6;
  --acid: #caff1a;
  --white: #fff;
  --muted: #989898;
  --line: rgba(255,255,255,.14);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 76px; }
body { margin: 0; background: var(--ink); color: var(--white); font-family: Inter, Arial, sans-serif; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }

.nav {
  position: fixed; z-index: 50; top: 0; left: 0; width: 100%; height: 76px;
  display: flex; align-items: center; justify-content: space-between;
  padding: 0 clamp(20px, 5vw, 72px); background: rgba(8,8,8,.88);
  border-bottom: 1px solid var(--line); backdrop-filter: blur(14px);
}
.brand { display: inline-flex; align-items: center; gap: 12px; }
.brand-mark { width: 38px; height: 34px; position: relative; display: grid; place-items: center; }
.brand-mark::before { content: ""; position: absolute; inset: 0; border: 1.5px solid var(--acid); transform: skew(-12deg); }
.brand-mark span { color: var(--acid); font: 800 22px/1 "Barlow Condensed", sans-serif; letter-spacing: -1px; z-index: 1; }
.brand-copy { display: flex; flex-direction: column; }
.brand-copy strong { font: 800 17px/1 "Barlow Condensed", sans-serif; letter-spacing: 1.5px; }
.brand-copy small { color: var(--muted); font-size: 8px; letter-spacing: 3px; margin-top: 4px; }
.nav-cta { color: var(--acid); font: 700 13px/1 "Barlow Condensed", sans-serif; letter-spacing: 1.6px; border-bottom: 1px solid var(--acid); padding: 9px 0; }

.hero { min-height: 760px; height: 100svh; display: grid; grid-template-columns: 58% 42%; padding-top: 76px; overflow: hidden; position: relative; }
.hero-noise { position: absolute; inset: 0; opacity: .1; pointer-events: none; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 120 120' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.25'/%3E%3C/svg%3E"); }
.hero-content { padding: clamp(55px, 10vh, 110px) clamp(24px, 6vw, 96px); display: flex; flex-direction: column; justify-content: center; z-index: 2; }
.eyebrow { font: 600 12px/1.2 Inter, sans-serif; letter-spacing: 2.2px; color: #bbb; display: flex; align-items: center; gap: 11px; }
.eyebrow span { width: 32px; height: 2px; background: var(--acid); display: inline-block; }
h1, h2 { font-family: "Barlow Condensed", Impact, sans-serif; font-weight: 800; letter-spacing: -2.5px; line-height: .88; margin: 24px 0; }
h1 { font-size: clamp(72px, 9vw, 140px); }
h2 { font-size: clamp(58px, 7.2vw, 104px); }
h1 em, h2 em { color: var(--acid); font-style: normal; }
.hero-text { color: #aaa; font-size: clamp(15px, 1.4vw, 18px); line-height: 1.7; max-width: 550px; margin: 5px 0 32px; }
.hero-actions { display: flex; align-items: center; gap: 28px; flex-wrap: wrap; }
.button { min-height: 54px; display: inline-flex; align-items: center; justify-content: center; gap: 22px; border: 0; cursor: pointer; padding: 0 26px; font: 700 15px/1 "Barlow Condensed", sans-serif; letter-spacing: 1.5px; }
.button-primary { background: var(--acid); color: var(--ink); }
.button-primary span { font-size: 20px; }
.text-link { color: #d4d4d4; font: 600 13px "Barlow Condensed", sans-serif; letter-spacing: 1.4px; border-bottom: 1px solid #555; padding: 10px 0; }
.quick-facts { display: flex; gap: clamp(30px, 5vw, 72px); margin-top: clamp(55px, 8vh, 90px); padding-top: 22px; border-top: 1px solid var(--line); max-width: 570px; }
.quick-facts div { display: flex; flex-direction: column; gap: 8px; }
.quick-facts span { color: #6f6f6f; font-size: 9px; letter-spacing: 2px; }
.quick-facts strong { font: 600 16px "Barlow Condensed", sans-serif; letter-spacing: 1px; }
.hero-art { position: relative; background: #151515; overflow: hidden; display: flex; align-items: center; justify-content: center; }
.hero-art::before { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 50% 40%, #323232 0, transparent 55%), repeating-linear-gradient(125deg, transparent 0 58px, rgba(255,255,255,.022) 59px 60px); }
.hero-art::after { content: ""; position: absolute; inset: 8%; border: 1px solid rgba(202,255,26,.14); transform: skew(-8deg); }
.hero-stamp { width: min(28vw, 330px); aspect-ratio: 1; border: 3px solid var(--acid); transform: skew(-9deg) rotate(-5deg); display: flex; flex-direction: column; align-items: center; justify-content: center; position: relative; z-index: 2; box-shadow: 14px 14px 0 rgba(202,255,26,.08); }
.hero-stamp span { font: 800 clamp(100px, 13vw, 200px)/.7 "Barlow Condensed", sans-serif; letter-spacing: -8px; color: var(--acid); }
.hero-stamp small { margin-top: 28px; font: 700 clamp(18px, 2vw, 28px)/.9 "Barlow Condensed", sans-serif; letter-spacing: 8px; text-align: center; }
.hero-art > p { position: absolute; bottom: 45px; z-index: 2; color: #6f6f6f; font: 600 10px Inter, sans-serif; letter-spacing: 4px; }
.blade { position: absolute; width: 60%; height: 2px; background: var(--acid); opacity: .4; }
.blade-one { transform: rotate(42deg); }
.blade-two { transform: rotate(-48deg); }

.services { background: var(--paper); color: var(--ink); padding: clamp(80px, 10vw, 150px) clamp(24px, 6vw, 96px); display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(50px, 9vw, 150px); }
.services .eyebrow { color: #555; }
.services h2 { margin-bottom: 28px; }
.section-heading > p:last-child { max-width: 420px; color: #64615b; line-height: 1.7; }
.service-list { display: flex; flex-direction: column; border-top: 1px solid #bbb7ae; }
.service-card { background: transparent; border: 0; border-bottom: 1px solid #bbb7ae; color: var(--ink); padding: 34px 8px; display: grid; grid-template-columns: 45px 1fr auto 34px; align-items: center; gap: 18px; text-align: left; cursor: pointer; transition: background .2s, padding .2s; }
.service-card:hover, .service-card.selected { background: var(--white); padding-left: 20px; padding-right: 20px; }
.service-card.selected { box-shadow: inset 5px 0 0 var(--acid); }
.service-number { color: #99958c; font: 600 11px Inter, sans-serif; }
.service-info { display: flex; flex-direction: column; gap: 8px; }
.service-info strong, .service-price { font: 700 28px/1 "Barlow Condensed", sans-serif; }
.service-info small { color: #77736c; font-size: 12px; }
.service-price { font-size: 25px; }
.service-check { width: 26px; height: 26px; border: 1px solid #b6b1a6; border-radius: 50%; display: grid; place-items: center; font-size: 13px; color: transparent; }
.service-card.selected .service-check { background: var(--acid); border-color: var(--ink); color: var(--ink); }
.price-note { grid-column: 2; color: #78746d; font-size: 11px; margin: -25px 0 0; }

.products { grid-column: 1 / -1; margin-top: clamp(50px, 8vw, 110px); padding-top: clamp(55px, 7vw, 90px); border-top: 1px solid #bbb7ae; display: grid; grid-template-columns: .72fr 1.28fr; gap: clamp(40px, 7vw, 100px); align-items: center; }
.product-copy h3 { font: 800 clamp(45px, 5.2vw, 76px)/.9 "Barlow Condensed", Impact, sans-serif; letter-spacing: -1.8px; margin: 22px 0; }
.product-copy h3 em { color: #567000; font-style: normal; }
.product-copy > p:not(.eyebrow) { color: #64615b; line-height: 1.7; max-width: 480px; }
.product-tags { display: flex; flex-wrap: wrap; gap: 8px; margin: 27px 0; }
.product-tags span { border: 1px solid #b8b3a9; padding: 8px 10px; color: #59564f; font: 600 9px Inter, sans-serif; letter-spacing: 1.3px; }
.product-button { width: 100%; max-width: 370px; background: var(--ink); color: var(--acid); justify-content: space-between; }
.product-copy > small { display: block; color: #7b776f; max-width: 370px; font-size: 10px; line-height: 1.5; margin-top: 12px; }
.product-gallery { min-width: 0; display: grid; grid-template-columns: 1.05fr 1fr 1fr; grid-template-rows: repeat(2, 250px); gap: 8px; }
.product-photo { position: relative; overflow: hidden; background: #171717; }
.product-photo-main { grid-row: 1 / 3; }
.product-photo img { width: 100%; height: 100%; object-fit: cover; display: block; filter: saturate(.82) contrast(1.04); transition: transform .35s ease, filter .35s ease; }
.product-photo::after { content: ""; position: absolute; inset: 0; background: linear-gradient(to top, rgba(0,0,0,.78), transparent 48%); }
.product-photo > span { position: absolute; z-index: 2; left: 14px; right: 12px; bottom: 13px; color: white; font: 700 12px "Barlow Condensed", sans-serif; letter-spacing: 1.5px; }
.product-photo:hover img { transform: scale(1.035); filter: saturate(1) contrast(1.04); }

.booking { background: var(--soft-ink); padding: clamp(80px, 10vw, 140px) clamp(24px, 6vw, 96px); display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(50px, 9vw, 150px); }
.booking-intro > p:not(.eyebrow) { color: #929292; max-width: 490px; line-height: 1.7; }
.contact-card { margin-top: 50px; border-top: 1px solid var(--line); }
.contact-row { min-height: 58px; border-bottom: 1px solid var(--line); display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.contact-row > span { color: #666; font-size: 9px; letter-spacing: 1.8px; }
.contact-row a, .contact-row strong { color: #ccc; font: 500 13px Inter, sans-serif; text-align: right; }
.contact-row strong b { color: var(--acid); font-weight: 500; line-height: 2.2; }
.schedule-row { padding: 13px 0; }
.booking-form { background: #171717; border: 1px solid var(--line); padding: clamp(22px, 4vw, 50px); align-self: center; }
.selected-service { min-height: 84px; border: 1px solid #343434; padding: 17px 16px; display: grid; grid-template-columns: 1fr auto; gap: 6px; align-items: center; margin-bottom: 28px; }
.selected-service span { grid-column: 1 / 2; color: #6f6f6f; font-size: 9px; letter-spacing: 1.8px; }
.selected-service strong { grid-column: 1 / 2; font: 600 18px "Barlow Condensed", sans-serif; letter-spacing: .5px; }
.selected-service button { grid-row: 1 / 3; grid-column: 2; background: transparent; border: 0; color: var(--acid); font: 600 11px Inter, sans-serif; letter-spacing: 1px; cursor: pointer; }
.booking-form > .field, .booking-form > .field-row { display: none; }
.booking-benefits { display: grid; border-top: 1px solid #303030; margin-bottom: 24px; }
.booking-benefits > div { min-height: 76px; display: flex; align-items: center; gap: 16px; border-bottom: 1px solid #303030; }
.booking-benefits > div > span { flex: 0 0 30px; width: 30px; height: 30px; display: grid; place-items: center; border: 1px solid #454545; border-radius: 50%; color: var(--acid); font: 600 11px Inter, sans-serif; }
.booking-benefits p { display: flex; flex-direction: column; gap: 5px; margin: 0; }
.booking-benefits strong { font: 600 17px "Barlow Condensed", sans-serif; letter-spacing: .5px; }
.booking-benefits small { color: #777; font-size: 11px; line-height: 1.4; }
.field { display: flex; flex-direction: column; gap: 9px; margin: 0 0 20px; flex: 1; }
.field > span, .field > label { color: #868686; font-size: 9px; letter-spacing: 1.8px; }
.field > span i { color: #525252; font-style: normal; margin-left: 5px; }
.field input, .field select, .field textarea { width: 100%; background: #0e0e0e; color: #eee; border: 1px solid #303030; border-radius: 0; padding: 15px 14px; outline: none; min-height: 50px; }
.field textarea { resize: vertical; }
.field input:focus, .field select:focus, .field textarea:focus { border-color: var(--acid); box-shadow: 0 0 0 1px var(--acid); }
.date-control { position: relative; }
.date-control input { padding-right: 58px; color-scheme: dark; cursor: pointer; }
.date-control input::-webkit-calendar-picker-indicator { opacity: 0; }
.calendar-button { position: absolute; z-index: 2; right: 1px; top: 1px; width: 50px; height: 48px; display: grid; place-items: center; padding: 0; border: 0; border-left: 1px solid #303030; background: #171717; cursor: pointer; }
.calendar-button svg { width: 21px; fill: var(--acid); }
.calendar-button:focus-visible { outline: 2px solid var(--acid); outline-offset: 2px; }
.field-help { color: #5f5f5f; font-size: 10px; margin-top: -2px; }
.field-row { display: flex; gap: 16px; }
.form-error { color: #ff8c83; min-height: 18px; font-size: 12px; margin: -5px 0 10px; }
.button-whatsapp { width: 100%; background: var(--acid); color: var(--ink); font-size: 17px; }
.button-whatsapp svg { width: 22px; fill: var(--ink); }
.button-calendar { width: 100%; background: var(--acid); color: var(--ink); font-size: 17px; }
.button-calendar svg { width: 21px; fill: var(--ink); }
.button-secondary { margin-top: 12px; background: transparent; color: #d9d9d9; border: 1px solid #3b3b3b; }
.button-secondary svg { fill: #d9d9d9; }
.privacy-note { color: #646464; text-align: center; font-size: 10px; line-height: 1.5; margin: 13px 0 0; }

footer { min-height: 110px; padding: 24px clamp(24px, 6vw, 96px); display: flex; align-items: center; justify-content: space-between; border-top: 1px solid var(--line); }
footer p { color: #5d5d5d; font-size: 11px; }
.mobile-cta { display: none; }

@media (max-width: 820px) {
  body { padding-bottom: 76px; }
  .nav { height: 66px; padding: 0 18px; }
  .brand-mark { width: 34px; height: 30px; }
  .brand-mark span { font-size: 20px; }
  .nav .brand-copy small { display: none; }
  .nav-cta { font-size: 11px; }
  .hero { height: auto; min-height: 100svh; grid-template-columns: 1fr; padding-top: 66px; }
  .hero-content { min-height: calc(100svh - 66px); padding: 74px 22px 46px; justify-content: flex-end; }
  h1 { font-size: clamp(65px, 20vw, 94px); letter-spacing: -2px; }
  .hero-text { font-size: 15px; }
  .quick-facts { margin-top: 50px; flex-wrap: wrap; row-gap: 22px; }
  .hero-art { display: none; }
  .services, .booking { grid-template-columns: 1fr; padding: 84px 20px; gap: 46px; }
  h2 { font-size: clamp(58px, 17vw, 82px); }
  .service-card { padding: 27px 4px; grid-template-columns: 30px 1fr auto 26px; gap: 10px; }
  .service-card:hover, .service-card.selected { padding-left: 12px; padding-right: 10px; }
  .service-info strong { font-size: 24px; }
  .service-info small { max-width: 145px; line-height: 1.3; }
  .service-price { font-size: 21px; }
  .price-note { grid-column: 1; margin-top: -20px; }
  .products { grid-template-columns: 1fr; margin-top: 48px; padding-top: 62px; gap: 38px; }
  .product-copy h3 { font-size: clamp(49px, 14vw, 68px); }
  .product-gallery { display: flex; gap: 10px; overflow-x: auto; scroll-snap-type: x mandatory; padding-bottom: 12px; margin-right: -20px; scrollbar-width: none; }
  .product-gallery::-webkit-scrollbar { display: none; }
  .product-photo, .product-photo-main { flex: 0 0 min(72vw, 300px); height: 370px; scroll-snap-align: start; }
  .product-photo > span { font-size: 13px; }
  .contact-card { margin-top: 38px; }
  .booking-form { padding: 22px 16px; }
  .field-row { gap: 10px; }
  footer { padding: 28px 20px; }
  .mobile-cta { position: fixed; z-index: 60; display: flex; bottom: 0; left: 0; right: 0; height: 76px; padding: 11px 14px; background: #080808; border-top: 1px solid #292929; align-items: center; justify-content: space-between; }
  .mobile-cta span { display: flex; flex-direction: column; gap: 4px; }
  .mobile-cta small { color: #666; font-size: 8px; letter-spacing: 1.5px; }
  .mobile-cta strong { font: 600 17px "Barlow Condensed", sans-serif; }
  .mobile-cta a { height: 48px; background: var(--acid); color: var(--ink); padding: 0 20px; display: grid; place-items: center; font: 700 13px "Barlow Condensed", sans-serif; letter-spacing: 1px; }
}

@media (max-width: 390px) {
  .quick-facts { gap: 24px; }
  .field-row { flex-direction: column; gap: 0; }
  .service-number { display: none; }
  .service-card { grid-template-columns: 1fr auto 26px; }
  .service-info small { max-width: 120px; }
}

@media (prefers-reduced-motion: no-preference) {
  .hero-content > *, .section-heading > *, .booking-intro > * { animation: rise .65s both; }
  .hero-content > *:nth-child(2) { animation-delay: .08s; }
  .hero-content > *:nth-child(3) { animation-delay: .14s; }
  .hero-content > *:nth-child(4) { animation-delay: .2s; }
  @keyframes rise { from { opacity: 0; transform: translateY(16px); } to { opacity: 1; transform: translateY(0); } }
}
