:root {
    --ink: #111820;
    --ink-soft: #55606b;
    --night: #101923;
    --night-light: #1b2936;
    --paper: #f4f0e9;
    --white: #fff;
    --accent: #c7774f;
    --accent-dark: #9d4e31;
    --accent-pale: #f0d4c6;
    --green: #177c55;
    --line: rgba(17,24,32,.16);
    --shadow: 0 24px 70px rgba(15,24,33,.17);
    --display: Arial, Helvetica, sans-serif;
    --serif: Georgia, 'Times New Roman', serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 8.5rem; }
body { margin: 0; color: var(--ink); background: var(--paper); font: 1rem/1.7 var(--display); }
img { display: block; max-width: 100%; }
a { color: inherit; }
button, input, select, textarea { font: inherit; }
.shell { width: min(1180px, calc(100% - 3rem)); margin-inline: auto; }
.section { padding: clamp(5rem, 9vw, 8rem) 0; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; z-index: 2000; left: 1rem; top: -5rem; padding: .75rem 1rem; color: #fff; background: var(--night); }
.skip-link:focus { top: 1rem; }

.sticky-shell { position: sticky; top: 0; z-index: 1000; }
.contact-ribbon { color: #fff; background: var(--night); }
.contact-ribbon__inner { min-height: 2.75rem; display: flex; align-items: center; justify-content: space-between; gap: 1rem; }
.contact-ribbon__message { color: rgba(255,255,255,.7); font-size: .82rem; }
.contact-ribbon__actions { display: flex; align-self: stretch; }
.direct-link { display: inline-flex; align-items: center; gap: .45rem; padding: .45rem 1rem; text-decoration: none; font-size: .84rem; font-weight: 800; }
.direct-link:hover, .direct-link:focus-visible { background: rgba(255,255,255,.1); }
.direct-link--whatsapp { background: var(--green); }

.site-header { border-bottom: 1px solid var(--line); background: rgba(244,240,233,.97); backdrop-filter: blur(14px); }
.header-inner { min-height: 5.2rem; display: flex; align-items: center; justify-content: space-between; gap: 2rem; }
.brand { display: flex; flex-direction: column; text-decoration: none; line-height: 1; }
.brand img { width: auto; max-width: 210px; max-height: 52px; object-fit: contain; }
.brand strong { font-size: 1.5rem; font-weight: 950; letter-spacing: -.055em; text-transform: uppercase; }
.brand span { margin-top: .42rem; color: var(--accent-dark); font-size: .66rem; font-weight: 900; letter-spacing: .2em; text-transform: uppercase; }
.main-nav { display: flex; align-items: center; gap: 1.65rem; }
.main-nav a { text-decoration: none; font-size: .82rem; font-weight: 850; }
.main-nav a:hover, .main-nav a:focus-visible { color: var(--accent-dark); }
.nav-appointment { padding: .75rem 1rem; color: #fff !important; background: var(--accent-dark); }
.menu-toggle { display: none; width: 2.9rem; height: 2.9rem; padding: .65rem; border: 1px solid var(--line); background: transparent; }
.menu-toggle > span:not(.sr-only) { display: block; height: 2px; margin: 5px 0; background: var(--ink); }
.demo-notice { padding: .48rem 1rem; color: #fff; background: var(--accent-dark); text-align: center; font-size: .76rem; font-weight: 800; }

.eyebrow { margin: 0 0 1rem; color: var(--accent-pale); font-size: .7rem; font-weight: 900; letter-spacing: .22em; text-transform: uppercase; }
.eyebrow--dark { color: var(--accent-dark); }
h1, h2, h3, p { overflow-wrap: anywhere; }
h1, h2 { margin: 0; font-weight: 900; letter-spacing: -.06em; }
h1 { max-width: 760px; font-size: clamp(2.9rem, 4.5vw, 4.6rem); line-height: .98; }
h2 { font-size: clamp(2.25rem, 3.6vw, 3.65rem); line-height: 1.04; }
.button { display: inline-flex; min-height: 3.35rem; align-items: center; justify-content: center; padding: .8rem 1.25rem; border: 1px solid transparent; text-decoration: none; font-size: .78rem; font-weight: 900; letter-spacing: .055em; text-transform: uppercase; cursor: pointer; }
.button--accent { color: #fff; background: var(--accent-dark); }
.button--accent:hover, .button--accent:focus-visible { background: var(--accent); }
.button--dark { width: 100%; color: #fff; background: var(--night); }
.button--dark:hover, .button--dark:focus-visible { background: var(--accent-dark); }
.button:disabled { opacity: .6; cursor: wait; }
.text-link { display: inline-flex; align-items: center; gap: .5rem; color: var(--accent-dark); text-decoration: none; font-weight: 900; }
.text-link--light { margin-top: 2rem; color: #fff; }

.hero { background: var(--night); }
.hero__layout { min-height: min(720px, calc(100vh - 8rem)); display: grid; grid-template-columns: 1fr 1fr; }
.hero__copy { min-width: 0; display: flex; flex-direction: column; justify-content: space-between; padding-top: clamp(3.5rem, 6vw, 5.5rem); padding-right: clamp(2rem, 5vw, 5rem); padding-bottom: 0; padding-left: max(2rem, calc((100vw - 1180px) / 2)); color: #fff; background: var(--night); }
.hero__copy-inner { width: 100%; max-width: 720px; padding-right: clamp(.5rem, 2vw, 2rem); }
.hero__intro { max-width: 590px; margin: 1.6rem 0 2rem; color: rgba(255,255,255,.7); font-size: clamp(1.05rem, 1.5vw, 1.25rem); }
.hero__actions { display: flex; align-items: stretch; gap: 1.4rem; flex-wrap: wrap; }
.phone-link { display: flex; flex-direction: column; justify-content: center; padding-left: 1.2rem; border-left: 1px solid rgba(255,255,255,.24); text-decoration: none; }
.phone-link span { color: rgba(255,255,255,.58); font-size: .7rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.phone-link strong { margin-top: .12rem; font-size: 1.02rem; }
.hero__facts { display: grid; grid-template-columns: 1fr 1.45fr; gap: 1rem; margin-top: 3rem; padding: 1.2rem 1.2rem 1.2rem 0; border-top: 1px solid rgba(255,255,255,.16); }
.hero__facts p { display: flex; flex-direction: column; margin: 0; }
.hero__facts span { color: var(--accent-pale); font-size: .67rem; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.hero__facts strong { margin-top: .25rem; color: rgba(255,255,255,.78); font-size: .81rem; }
.hero__gallery { position: relative; display: grid; grid-template-columns: 1fr 1fr; grid-template-rows: 1fr 37%; gap: .75rem; padding: .75rem; background: var(--paper); }
.hero__photo { margin: 0; overflow: hidden; background: #d9d6d0; }
.hero__photo img { width: 100%; height: 100%; object-fit: cover; }
.hero__photo--main { grid-row: 1 / 3; }
.hero__photo--main img { object-position: 54% center; }
.hero__photo--detail { grid-column: 2; grid-row: 1; }
.hero__booking-card { grid-column: 2; grid-row: 2; display: flex; flex-direction: column; justify-content: flex-end; padding: 1.35rem; color: var(--ink); background: var(--accent-pale); text-decoration: none; }
.hero__booking-card span { font-size: .68rem; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.hero__booking-card strong { margin: .5rem 0; font-size: clamp(1.2rem, 1.55vw, 1.6rem); line-height: 1.08; letter-spacing: -.035em; }
.hero__booking-card small { color: #633a2b; font-weight: 800; line-height: 1.4; }

.introduction { background: var(--paper); }
.salon-layout { display: grid; grid-template-columns: 1.2fr .8fr; gap: clamp(3rem, 8vw, 8rem); align-items: start; }
.salon-title { display: grid; grid-template-columns: 90px 1fr; gap: 1.3rem; }
.salon-title > span { color: var(--accent); font-size: .72rem; font-weight: 900; letter-spacing: .18em; }
.reading-copy { padding-top: 2.2rem; }
.reading-copy p { margin: 0 0 1.25rem; color: var(--ink-soft); font-size: 1.08rem; }
.reading-copy .text-link { margin-top: .7rem; }

.portfolio { color: #fff; background: var(--night-light); }
.section-heading { max-width: 780px; margin-bottom: clamp(2.7rem, 5vw, 4.5rem); }
.section-heading > p:not(.eyebrow) { max-width: 650px; margin: 1.2rem 0 0; color: var(--ink-soft); }
.portfolio-heading { display: grid; grid-template-columns: 1.12fr .88fr; max-width: none; gap: 3rem; align-items: end; }
.portfolio-heading .eyebrow { grid-column: 1 / -1; }
.portfolio-heading > p:last-child { margin: 0; color: rgba(255,255,255,.63); }
.portfolio-grid { display: grid; grid-template-columns: 1.2fr .8fr .8fr; height: 520px; gap: .75rem; }
.portfolio-card { position: relative; min-width: 0; margin: 0; overflow: hidden; background: #ddd; }
.portfolio-card--2 { margin-top: 4rem; }
.portfolio-card--3 { margin-bottom: 4rem; }
.portfolio-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .55s ease; }
.portfolio-card:hover img { transform: scale(1.025); }
.portfolio-card figcaption { position: absolute; left: 0; bottom: 0; padding: .65rem .8rem; color: var(--ink); background: var(--paper); font-size: .69rem; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.portfolio-note { margin: 1rem 0 0; color: rgba(255,255,255,.52); font-size: .82rem; }

.services { background: #fff; }
.services-layout { display: grid; grid-template-columns: .72fr 1.28fr; gap: clamp(3rem, 8vw, 8rem); }
.section-heading--light .eyebrow { color: var(--accent-dark); }
.section-heading--light > p:not(.eyebrow) { color: var(--ink-soft); }
.service-grid { border-top: 2px solid var(--ink); }
.service-card { display: grid; grid-template-columns: 56px minmax(0,1fr) minmax(130px,.42fr); gap: 1rem 1.4rem; align-items: start; padding: 1.8rem 0; border-bottom: 1px solid var(--line); }
.service-card > span { color: var(--accent-dark); font-size: .72rem; font-weight: 900; letter-spacing: .14em; }
.service-card h3 { margin: 0 0 .4rem; font-size: 1.45rem; line-height: 1.15; letter-spacing: -.035em; }
.service-card p { margin: 0; color: var(--ink-soft); font-size: .91rem; }
.service-card strong { color: var(--accent-dark); font-size: .72rem; line-height: 1.45; letter-spacing: .08em; text-transform: uppercase; }
.service-card--featured { margin-inline: -1.2rem; padding-inline: 1.2rem; background: var(--paper); }

.process { background: var(--paper); }
.process-layout { display: grid; grid-template-columns: .72fr 1.28fr; gap: clamp(3rem, 8vw, 8rem); }
.process-list { display: grid; grid-template-columns: 1fr 1fr; margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.process-list li { min-height: 220px; padding: 1.55rem; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.process-list > li > span { color: var(--accent-dark); font-size: .7rem; font-weight: 900; letter-spacing: .15em; }
.process-list h3 { margin: 2.1rem 0 .4rem; font-size: 1.25rem; line-height: 1.18; letter-spacing: -.03em; }
.process-list p { margin: 0; color: var(--ink-soft); font-size: .88rem; }

.booking { position: relative; overflow: hidden; color: #fff; background: var(--accent-dark); }
.booking::after { content: '02'; position: absolute; right: -1rem; bottom: -5rem; color: rgba(255,255,255,.07); font-size: min(32vw, 28rem); font-weight: 950; line-height: .8; pointer-events: none; }
.booking-grid { position: relative; z-index: 1; display: grid; grid-template-columns: .82fr 1.18fr; gap: clamp(3rem, 8vw, 7rem); align-items: start; }
.booking-copy { position: relative; }
.booking-number { display: block; margin-bottom: 2.5rem; color: rgba(255,255,255,.16); font-size: clamp(4rem, 9vw, 8rem); font-weight: 950; letter-spacing: -.09em; line-height: .7; }
.booking-copy h2 { margin-bottom: 1.4rem; }
.booking-copy > p:not(.eyebrow) { max-width: 550px; color: rgba(255,255,255,.82); }
.booking-direct { display: grid; grid-template-columns: 1fr 1fr; gap: .7rem; margin: 2rem 0; }
.booking-direct a { display: flex; flex-direction: column; padding: 1rem; border: 1px solid rgba(255,255,255,.34); text-decoration: none; }
.booking-direct a:hover, .booking-direct a:focus-visible { background: rgba(255,255,255,.1); }
.booking-direct span { font-size: .68rem; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; opacity: .72; }
.booking-direct strong { margin-top: .2rem; font-size: 1.05rem; }
.practical-info { margin: 2rem 0 0; }
.practical-info div { display: grid; grid-template-columns: 95px 1fr; gap: 1rem; padding: .75rem 0; border-top: 1px solid rgba(255,255,255,.2); }
.practical-info dt { font-weight: 900; }
.practical-info dd { margin: 0; opacity: .78; }
.booking-form { padding: clamp(1.5rem, 4vw, 2.7rem); color: var(--ink); background: #fff; box-shadow: var(--shadow); }
.booking-form h3 { margin: 0; font-size: 2rem; line-height: 1.05; letter-spacing: -.05em; }
.form-intro { margin: .65rem 0 1.6rem; color: var(--ink-soft); }
.form-note { margin: .8rem 0 0; color: var(--ink-soft); font-size: .76rem; line-height: 1.45; }
.booking-form > label:not(.checkbox), .form-row label { display: grid; gap: .35rem; margin-bottom: 1rem; font-size: .85rem; font-weight: 850; }
.booking-form label > span { color: #a01f3f; }
.booking-form label small { color: #736a64; font-weight: 400; }
.booking-form input, .booking-form select, .booking-form textarea { width: 100%; min-height: 3rem; padding: .68rem .75rem; border: 1px solid #c7c3bd; border-radius: 0; color: var(--ink); background: #fff; }
.booking-form textarea { resize: vertical; }
.booking-form input:focus, .booking-form select:focus, .booking-form textarea:focus { outline: 2px solid var(--accent-pale); outline-offset: 1px; border-color: var(--accent-dark); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: .8rem; }
.checkbox { display: grid; grid-template-columns: 1.15rem 1fr; gap: .55rem; margin: 1rem 0 1.2rem; align-items: start; font-size: .78rem; line-height: 1.5; }
.checkbox input { min-height: 0; margin-top: .2rem; }
.trap { position: absolute; left: -10000px; width: 1px; height: 1px; overflow: hidden; }
.form-status { min-height: 1.6rem; margin: .85rem 0 0; font-size: .84rem; font-weight: 800; }
.form-status.is-success { color: #14623f; }
.form-status.is-error { color: #9d1737; }

.faq { background: #fff; }
.faq-grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: clamp(3rem, 8vw, 8rem); }
.faq-list { border-top: 2px solid var(--ink); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { padding: 1.25rem 2rem 1.25rem 0; cursor: pointer; font-weight: 900; }
.faq-list p { margin: -.4rem 2rem 1.3rem 0; color: var(--ink-soft); }

.site-footer { padding: 3.5rem 0 6rem; color: #fff; background: var(--night); }
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr; gap: 2rem; }
.footer-grid > div { display: flex; flex-direction: column; align-items: flex-start; gap: .45rem; }
.footer-grid strong { font-size: 1.35rem; font-weight: 950; letter-spacing: -.045em; text-transform: uppercase; }
.footer-grid span, .footer-grid a { color: rgba(255,255,255,.7); font-size: .84rem; }
.footer-bottom { margin-top: 2rem; padding-top: 1rem; border-top: 1px solid rgba(255,255,255,.15); color: rgba(255,255,255,.48); font-size: .75rem; }
.mobile-contact { display: none; }

.legal-body { background: #fff; }
.legal-page { width: min(820px, calc(100% - 2.5rem)); margin: 0 auto; padding: 4rem 0; }
.legal-page h1 { margin: .5rem 0 2rem; font-size: clamp(2.8rem, 7vw, 4.8rem); line-height: .95; letter-spacing: -.055em; }
.legal-page h2 { margin: 2rem 0 .6rem; font-size: 1.5rem; }
.legal-page p { color: var(--ink-soft); }
.legal-warning { margin: 1.5rem 0 2.5rem; padding: 1rem; border-left: 4px solid var(--accent); background: var(--paper); }

@media (max-width: 980px) {
    .hero__layout { grid-template-columns: 52% 48%; }
    .hero__gallery { grid-template-columns: 1fr; grid-template-rows: 1fr 180px; }
    .hero__photo--main { grid-row: 1; }
    .hero__photo--detail { display: none; }
    .hero__booking-card { grid-column: 1; grid-row: 2; }
    .services-layout, .process-layout { grid-template-columns: 1fr; }
}

@media (max-width: 820px) {
    html { scroll-padding-top: 8rem; }
    body { padding-bottom: 4.2rem; }
    .shell { width: min(100% - 1.5rem, 720px); }
    .contact-ribbon__message { display: none; }
    .contact-ribbon__actions { width: 100%; justify-content: center; }
    .direct-link { flex: 1; justify-content: center; padding-inline: .5rem; }
    .header-inner { min-height: 4.5rem; }
    .brand img { max-width: 175px; max-height: 45px; }
    .menu-toggle { display: block; }
    .main-nav { position: absolute; left: 0; right: 0; top: 100%; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: .5rem .75rem 1rem; border-bottom: 1px solid var(--line); background: var(--paper); box-shadow: 0 16px 30px rgba(0,0,0,.13); }
    .main-nav.is-open { display: flex; }
    .main-nav a { padding: .85rem; }
    .nav-appointment { text-align: center; }
    .hero__layout { display: flex; flex-direction: column; min-height: 0; }
    .hero__copy { order: 1; padding: 3.7rem .75rem 0; }
    .hero__gallery { order: 2; height: 63vh; min-height: 500px; grid-template-rows: 1fr auto; padding: .6rem; }
    .hero__booking-card { min-height: 145px; }
    .hero__facts { margin-inline: -.75rem; padding: 1.2rem .75rem; }
    .salon-layout, .portfolio-heading, .faq-grid, .booking-grid { grid-template-columns: 1fr; }
    .salon-title { grid-template-columns: 52px 1fr; }
    .reading-copy { padding-top: 0; }
    .portfolio-grid { grid-template-columns: 1.15fr .85fr; height: auto; }
    .portfolio-card { min-height: 280px; }
    .portfolio-card--1 { grid-row: span 2; }
    .portfolio-card--2 { margin-top: 0; }
    .portfolio-card--3 { margin-bottom: 0; }
    .booking-number { margin-bottom: 1.8rem; }
    .mobile-contact { position: fixed; z-index: 1200; left: 0; right: 0; bottom: 0; display: grid; grid-template-columns: repeat(3,1fr); min-height: 4.2rem; color: #fff; background: var(--night); box-shadow: 0 -8px 24px rgba(0,0,0,.22); }
    .mobile-contact a { display: flex; flex-direction: column; align-items: center; justify-content: center; gap: .05rem; text-decoration: none; font-size: .7rem; font-weight: 900; }
    .mobile-contact a:nth-child(2) { background: var(--green); }
    .mobile-contact a:last-child { background: var(--accent-dark); }
}

@media (max-width: 560px) {
    .section { padding: 4.5rem 0; }
    h1 { font-size: clamp(2.65rem, 12vw, 3.8rem); }
    h2 { font-size: clamp(2.2rem, 10vw, 3.15rem); }
    .hero__actions { align-items: flex-start; flex-direction: column; }
    .phone-link { min-height: 3.2rem; }
    .hero__facts { grid-template-columns: 1fr; }
    .portfolio-grid { grid-template-columns: 1fr; }
    .portfolio-card--1 { grid-row: auto; }
    .portfolio-card { min-height: 330px; }
    .service-card { grid-template-columns: 42px 1fr; }
    .service-card strong { grid-column: 2; }
    .service-card--featured { margin-inline: -.75rem; padding-inline: .75rem; }
    .process-list { grid-template-columns: 1fr; }
    .process-list li { min-height: 0; }
    .form-row, .booking-direct { grid-template-columns: 1fr; }
    .practical-info div { grid-template-columns: 1fr; gap: .1rem; }
    .footer-grid { grid-template-columns: 1fr; }
}

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