:root {
  --ink: #171717;
  --ink-soft: #232323;
  --ink-muted: #70706d;
  --copper: #c08457;
  --copper-light: #d6a47f;
  --cream: #ede6dd;
  --paper: #f6f2ed;
  --line: rgba(23, 23, 23, 0.14);
  --serif: "Playfair Display", Georgia, serif;
  --sans: "DM Sans", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--sans); font-size: 16px; line-height: 1.5; -webkit-font-smoothing: antialiased; }
body.menu-open { overflow-x: hidden; }
img { display: block; width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
.container { width: min(1160px, calc(100% - 64px)); margin-inline: auto; }
.skip-link { position: fixed; z-index: 30; top: 12px; left: 12px; padding: 9px 14px; color: white; background: var(--copper); transform: translateY(-150%); transition: transform .2s; }
.skip-link:focus { transform: translateY(0); }

.site-header { position: sticky; top: 0; z-index: 100; isolation: isolate; color: white; background: rgba(23, 23, 23, .94); border-bottom: 1px solid rgba(255,255,255,.1); box-shadow: 0 8px 24px rgba(0,0,0,.12); backdrop-filter: blur(14px); }
.header-inner { display: flex; align-items: center; justify-content: space-between; min-height: 92px; }
.brand { display: inline-flex; align-items: center; gap: 11px; }
.brand-mark { display: grid; width: 34px; height: 34px; place-items: center; color: var(--copper-light); }
.brand-mark svg { width: 100%; height: 100%; }
.brand-copy { display: grid; gap: 0; line-height: 1; }
.brand-copy strong { font-size: 20px; font-weight: 700; letter-spacing: .24em; }
.brand-copy small { margin-top: 6px; color: rgba(255,255,255,.65); font-size: 7px; letter-spacing: .16em; }
.site-nav { display: flex; align-items: center; gap: 30px; font-size: 13px; font-weight: 600; letter-spacing: .04em; }
.site-nav > a:not(.nav-cta) { color: rgba(255,255,255,.78); transition: color .2s; }
.site-nav > a:not(.nav-cta):hover { color: white; }
.nav-cta { display: inline-flex; align-items: center; gap: 14px; padding: 12px 17px; color: var(--ink); background: var(--copper-light); }
.nav-cta span, .button span { font-size: 17px; line-height: 0; }
.menu-toggle { display: none; border: 0; color: white; background: transparent; cursor: pointer; }

.hero { position: relative; min-height: min(790px, 100vh); display: flex; align-items: center; overflow: hidden; color: white; background: #262322; }
.hero-image { position: absolute; inset: 0; background: url("./assets/google/edessa-google-salon.jpg") center/cover; transform: scale(1.02); }
.hero-overlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(15,15,15,.86) 0%, rgba(15,15,15,.58) 45%, rgba(15,15,15,.25) 100%), linear-gradient(0deg, rgba(15,15,15,.42), transparent 55%); }
.hero-content { position: relative; z-index: 1; padding-top: 82px; }
.eyebrow { display: flex; align-items: center; gap: 11px; color: var(--copper); font-size: 10px; font-weight: 700; letter-spacing: .2em; text-transform: uppercase; }
.eyebrow.light { color: var(--copper-light); }
.eyebrow-line { display: inline-block; width: 28px; height: 1px; background: currentColor; }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { font-family: var(--serif); font-weight: 500; letter-spacing: -.05em; line-height: .98; }
h1 { max-width: 670px; margin: 26px 0 23px; font-size: clamp(4.5rem, 9vw, 8.5rem); }
h1 em, h2 em, h3 em { color: var(--copper-light); font-weight: 500; }
.hero-intro { max-width: 400px; color: rgba(255,255,255,.76); font-size: 16px; }
.hero-actions { display: flex; align-items: center; gap: 25px; margin-top: 34px; }
.button { display: inline-flex; align-items: center; justify-content: space-between; gap: 26px; min-height: 50px; padding: 14px 18px; border: 0; cursor: pointer; font-size: 12px; font-weight: 700; letter-spacing: .06em; }
.button-primary { color: var(--ink); background: var(--copper-light); }
.button-dark { color: white; background: var(--ink); }
.button:hover { filter: brightness(1.07); }
.text-link { display: inline-flex; align-items: center; gap: 12px; width: fit-content; padding-bottom: 5px; border-bottom: 1px solid currentColor; font-size: 12px; font-weight: 700; letter-spacing: .03em; }
.light-link { color: white; border-color: rgba(255,255,255,.45); }
.copper-link { color: var(--copper); }
.phone-icon-svg { width: 18px; height: 18px; flex: 0 0 auto; color: currentColor; }
.hero-meta { display: flex; align-items: center; gap: 42px; margin-top: 90px; }
.rating, .open-status { display: flex; align-items: center; gap: 10px; }
.rating strong { font-family: var(--serif); font-size: 30px; font-weight: 500; }
.stars { color: var(--copper-light); font-size: 11px; letter-spacing: 2px; white-space: nowrap; }
.rating small, .open-status small { display: block; color: rgba(255,255,255,.62); font-size: 10px; }
.open-status { padding-left: 24px; border-left: 1px solid rgba(255,255,255,.2); }
.open-status strong { display: block; color: white; font-size: 12px; }
.status-dot { width: 8px; height: 8px; border-radius: 50%; background: #87a86d; box-shadow: 0 0 0 5px rgba(135,168,109,.15); }
.scroll-cue { position: absolute; right: 34px; bottom: 40px; z-index: 1; display: flex; align-items: center; gap: 13px; color: rgba(255,255,255,.68); font-size: 9px; letter-spacing: .18em; text-transform: uppercase; writing-mode: vertical-rl; }
.scroll-line { width: 1px; height: 50px; background: rgba(255,255,255,.45); }

.section-pad { padding: 120px 0; }
.split-grid { display: grid; grid-template-columns: 1fr 1.4fr .6fr; gap: 40px; }
.section-kicker { display: flex; align-items: center; gap: 14px; color: var(--ink-muted); font-size: 10px; letter-spacing: .17em; text-transform: uppercase; writing-mode: vertical-rl; transform: rotate(180deg); }
.kicker-line { width: 1px; height: 60px; background: var(--copper); }
.intro-copy { max-width: 610px; }
.intro h2, .looks h2, .team h2, .location h2 { margin: 18px 0 28px; font-size: clamp(3.2rem, 6vw, 5.6rem); }
.intro h2 em, .looks h2 em, .team h2 em, .location h2 em { color: var(--copper); }
.lead { max-width: 540px; font-size: 18px; line-height: 1.6; }
.intro-copy > .lead { margin-bottom: 31px; }
.intro-stat { align-self: end; padding: 24px 0 2px 26px; border-left: 1px solid var(--copper); color: var(--ink-muted); font-size: 12px; }
.intro-stat strong { display: block; margin-bottom: 8px; color: var(--copper); font-family: var(--serif); font-size: 50px; font-weight: 500; line-height: .8; }

.dark-section { color: white; background: var(--ink); }
.section-heading { max-width: 620px; }
.centered-light { margin: 0 auto 70px; text-align: center; }
.centered-light .eyebrow { justify-content: center; }
.section-heading h2, .contact h2 { margin: 18px 0; font-size: clamp(3.4rem, 7vw, 6.4rem); }
.section-heading p { color: rgba(255,255,255,.6); }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid rgba(255,255,255,.17); border-bottom: 1px solid rgba(255,255,255,.17); }
.service-card { position: relative; min-height: 365px; padding: 34px 34px 30px; border-right: 1px solid rgba(255,255,255,.17); transition: background-color 0.4s cubic-bezier(0.16, 1, 0.3, 1), transform 0.4s cubic-bezier(0.16, 1, 0.3, 1); }
.service-card:last-child { border-right: 0; }
.service-card:hover { background-color: rgba(255, 255, 255, 0.03); transform: translateY(-4px); }
.service-featured { background: linear-gradient(140deg, rgba(192,132,87,.22), transparent 65%); }
.service-featured:hover { background: linear-gradient(140deg, rgba(192,132,87,.28), rgba(255, 255, 255, 0.03) 65%); }
.service-number { color: var(--copper-light); font-size: 10px; letter-spacing: .12em; }
.service-icon { margin: 32px 0 14px; color: var(--copper-light); font-family: var(--serif); font-size: 34px; }
.service-card h3 { min-height: 70px; margin: 0 0 15px; font-family: var(--serif); font-size: 31px; font-weight: 500; line-height: 1.1; letter-spacing: -.04em; }
.service-card p { max-width: 270px; color: rgba(255,255,255,.59); font-size: 13px; }
.card-link { position: absolute; bottom: 29px; display: flex; gap: 12px; color: var(--copper-light); font-size: 11px; font-weight: 700; letter-spacing: .04em; }
.price-list-wrap { display: grid; grid-template-columns: .9fr 1.1fr; gap: 100px; padding-top: 94px; }
.price-list-intro h3 { margin: 16px 0 16px; font-family: var(--serif); font-size: 46px; font-weight: 500; line-height: 1; letter-spacing: -.04em; }
.price-list-intro p { max-width: 280px; color: rgba(255,255,255,.59); font-size: 13px; }
.price-list { border-top: 1px solid rgba(255,255,255,.28); }
.price-row { display: flex; justify-content: space-between; gap: 20px; padding: 19px 0; border-bottom: 1px solid rgba(255,255,255,.15); font-size: 14px; }
.price-row strong { color: var(--copper-light); font-weight: 500; white-space: nowrap; }

.looks-heading { display: flex; align-items: end; justify-content: space-between; gap: 30px; margin-bottom: 70px; }
.looks-heading p { max-width: 230px; margin-bottom: 29px; color: var(--ink-muted); font-size: 13px; }
.image-note { display: block; margin-top: 12px; color: #97938e; font-size: 9px; line-height: 1.4; }
.copper-text { color: var(--copper); }
.gallery-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); grid-auto-rows: 300px; gap: 16px; }
.gallery-item { position: relative; min-height: 0; margin: 0; overflow: hidden; background: #d1c4b6; }
.gallery-item img { height: 100%; object-fit: cover; transition: transform .6s ease; }
.gallery-item:hover img { transform: scale(1.05); }
.gallery-item::after { position: absolute; inset: 0; content: ""; background: linear-gradient(0deg, rgba(16,16,16,.65), transparent 53%); pointer-events: none; }
.gallery-wide, .gallery-tall { grid-column: span 1; grid-row: span 1; }
.gallery-item figcaption { position: absolute; z-index: 1; right: 20px; bottom: 17px; left: 20px; display: flex; align-items: end; justify-content: space-between; color: white; }
.gallery-item figcaption span { color: var(--copper-light); font-size: 9px; letter-spacing: .13em; text-transform: uppercase; }
.gallery-item figcaption strong { font-family: var(--serif); font-size: 19px; font-weight: 500; }

.warm-section { background: var(--cream); }
.team-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 105px; align-items: center; }
.team-portrait { position: relative; max-width: 480px; }
.team-portrait img { aspect-ratio: 4 / 5; object-fit: cover; filter: saturate(.7); }
.portrait-note { position: absolute; right: -40px; bottom: 37px; display: grid; width: 105px; height: 105px; place-content: center; text-align: center; color: var(--ink); background: var(--copper-light); font-family: var(--serif); font-size: 15px; line-height: 1.05; transform: rotate(-8deg); }
.portrait-note small { margin-top: 8px; font-family: var(--sans); font-size: 7px; letter-spacing: .15em; text-transform: uppercase; }
.team-copy > p:not(.lead) { max-width: 480px; color: var(--ink-muted); font-size: 15px; }
.team-copy .button { margin-top: 22px; }

.review-band { background: var(--copper); }
.review-inner { position: relative; display: grid; grid-template-columns: 1fr 4fr 1fr; align-items: center; gap: 40px; }
.quote-mark { color: rgba(255,255,255,.35); font-family: var(--serif); font-size: 130px; line-height: .7; }
.review-copy { color: var(--ink); }
.stars.large { margin-bottom: 15px; color: var(--ink); font-size: 14px; }
blockquote { max-width: 720px; margin: 0 0 13px; font-family: var(--serif); font-size: clamp(1.7rem, 3vw, 2.75rem); line-height: 1.15; letter-spacing: -.035em; }
.review-author { font-size: 10px; font-weight: 700; letter-spacing: .05em; text-transform: uppercase; }
.round-arrow { justify-self: end; display: grid; width: 57px; height: 57px; place-items: center; border: 1px solid rgba(23,23,23,.5); border-radius: 50%; font-size: 22px; transition: background .2s, color .2s; }
.round-arrow:hover { color: var(--copper); background: var(--ink); }

.contact { overflow: hidden; }
.contact-grid { display: grid; grid-template-columns: 1fr .95fr; gap: 105px; align-items: center; }
.contact h2 { max-width: 580px; }
.contact h2 em { color: var(--copper-light); }
.contact-intro > p { max-width: 380px; color: rgba(255,255,255,.6); }
.contact-phone { display: flex; align-items: center; gap: 13px; width: fit-content; margin: 35px 0; }
.phone-circle { display: grid; width: 40px; height: 40px; place-items: center; border: 1px solid var(--copper); border-radius: 50%; color: var(--copper-light); }
.phone-circle svg { width: 18px; height: 18px; }
.contact-phone small, .contact-phone strong { display: block; }
.contact-phone small { color: var(--copper-light); font-size: 10px; text-transform: uppercase; letter-spacing: .11em; }
.contact-phone strong { font-size: 18px; font-weight: 500; }
.contact-address { display: grid; gap: 6px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.16); color: rgba(255,255,255,.65); font-size: 13px; }
.contact-address strong { color: white; font-size: 14px; }
.appointment-card { padding: 38px; color: var(--ink); background: var(--cream); }
.appointment-head { display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.appointment-badge { padding: 6px 8px; border: 1px solid rgba(192,132,87,.35); color: #9a6038; background: rgba(192,132,87,.14); font-size: 9px; font-weight: 700; letter-spacing: .05em; text-transform: uppercase; }
.appointment-card h3 { margin: 24px 0 25px; font-family: var(--serif); font-size: 43px; font-weight: 500; line-height: .98; letter-spacing: -.04em; }
.appointment-card h3 em { color: var(--copper); }
form { display: grid; gap: 17px; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
label { display: grid; gap: 7px; }
label > span { color: var(--ink-muted); font-size: 10px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
input, select, textarea { width: 100%; padding: 10px 0; border: 0; border-bottom: 1px solid rgba(23,23,23,.28); border-radius: 0; outline: 0; color: var(--ink); background: transparent; font-size: 14px; }
input:focus, select:focus, textarea:focus { border-color: var(--copper); }
textarea { resize: vertical; }
.full-width { width: 100%; margin-top: 4px; }
.form-note { margin: -5px 0 0; color: var(--ink-muted); font-size: 10px; }

.location-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 105px; align-items: center; }
.map-wrap { min-height: 480px; background: #d7cfc7; }
.map-wrap iframe { display: block; width: 100%; min-height: 480px; border: 0; filter: grayscale(1) contrast(.9); }
.location-copy > p { max-width: 350px; color: var(--ink-muted); }
.hours { margin: 38px 0 25px; padding-top: 20px; border-top: 1px solid var(--line); max-width: 390px; }
.hours-title { margin-bottom: 7px; color: var(--copper); font-size: 10px; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; }
.hours-row { display: flex; justify-content: space-between; gap: 20px; padding: 8px 0; border-bottom: 1px solid rgba(23,23,23,.08); font-size: 13px; }
.hours-row strong { font-weight: 600; }
.hours-row.closed { color: var(--ink-muted); }

.site-footer { color: white; background: #101010; }
.footer-top { display: grid; grid-template-columns: 1fr 1fr 1fr; align-items: center; min-height: 220px; }
.footer-tagline { justify-self: center; font-family: var(--serif); font-size: 26px; line-height: .95; text-align: center; }
.footer-tagline em { color: var(--copper-light); }
.footer-top-link { justify-self: end; display: flex; gap: 12px; color: var(--copper-light); font-size: 11px; }
.footer-bottom { display: flex; justify-content: space-between; gap: 30px; padding: 21px 0; border-top: 1px solid rgba(255,255,255,.15); color: rgba(255,255,255,.45); font-size: 10px; }
.footer-links { display: flex; gap: 24px; }
.footer-links a:hover { color: white; }
.legal-drawer { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; padding: 38px 0 55px; color: rgba(255,255,255,.46); font-size: 11px; }
.legal-drawer h3 { margin: 0 0 10px; color: var(--copper-light); font-size: 11px; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; }
.legal-drawer p { margin-bottom: 0; }
.legal-drawer a { color: white; }
.cookie-banner { position: fixed; z-index: 20; right: 22px; bottom: 22px; display: flex; align-items: center; gap: 26px; max-width: 520px; padding: 17px 18px; border: 1px solid rgba(255,255,255,.12); color: white; background: rgba(25,25,25,.96); box-shadow: 0 12px 40px rgba(0,0,0,.2); }
.cookie-banner strong { font-size: 12px; }
.cookie-banner p { margin: 5px 0 0; color: rgba(255,255,255,.6); font-size: 10px; line-height: 1.4; }
.cookie-close { flex: 0 0 auto; padding: 10px 12px; border: 0; color: var(--ink); background: var(--copper-light); cursor: pointer; font-size: 10px; font-weight: 700; }

@media (max-width: 900px) {
  .container { width: min(100% - 40px, 680px); }
  .site-nav { gap: 18px; }
  .hero { min-height: 720px; }
  .hero-meta { margin-top: 66px; }
  .split-grid, .contact-grid, .location-grid { grid-template-columns: 1fr; gap: 45px; }
  .section-kicker { writing-mode: initial; transform: none; }
  .kicker-line { width: 42px; height: 1px; }
  .intro-stat { width: fit-content; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 300px; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.17); }
  .service-card:last-child { border-bottom: 0; }
  .price-list-wrap { grid-template-columns: 1fr; gap: 40px; padding-top: 70px; }
  .price-list-intro p { max-width: 460px; }
  .team-grid { gap: 60px; }
  .team-portrait { margin: auto; }
  .gallery-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); grid-auto-rows: 260px; }
  .location-copy { order: -1; }
  .map-wrap, .map-wrap iframe { min-height: 350px; }
  .contact-grid { gap: 60px; }
}

@media (max-width: 650px) {
  .container { width: calc(100% - 36px); }
  .site-header { position: sticky; }
  .header-inner { min-height: 78px; }
  .brand-copy strong { font-size: 18px; }
  .menu-toggle { display: flex; flex-direction: column; gap: 6px; width: 35px; padding: 8px 0; }
  .menu-toggle span { display: block; width: 28px; height: 1px; margin-left: auto; background: currentColor; transition: transform .2s; }
  .menu-open .menu-toggle span:first-child { transform: translateY(3.5px) rotate(45deg); }
  .menu-open .menu-toggle span:last-child { transform: translateY(-3.5px) rotate(-45deg); }
  .site-nav { position: absolute; z-index: 110; top: 100%; right: 0; left: 0; display: flex; flex-direction: column; align-items: stretch; gap: 0; max-height: calc(100dvh - 78px); overflow-y: auto; overscroll-behavior: contain; padding: 22px 18px 32px; background: var(--ink); box-shadow: 0 18px 30px rgba(0,0,0,.24); opacity: 0; visibility: hidden; pointer-events: none; transform: translateY(-10px); transition: opacity .2s ease, visibility .2s ease, transform .2s ease; }
  .menu-open .site-nav { opacity: 1; visibility: visible; pointer-events: auto; transform: translateY(0); }
  .site-nav > a:not(.nav-cta) { padding: 17px 0; border-bottom: 1px solid rgba(255,255,255,.12); font-family: var(--serif); font-size: 27px; font-weight: 500; }
  .nav-cta { justify-content: space-between; margin-top: 30px; padding: 16px; }
  .hero { min-height: 750px; align-items: flex-end; }
  .hero-image { background-position: 60% center; }
  .hero-overlay { background: linear-gradient(0deg, rgba(15,15,15,.92) 5%, rgba(15,15,15,.35) 75%, rgba(15,15,15,.4)); }
  .hero-content { width: 100%; padding-bottom: 46px; }
  h1 { margin: 18px 0; font-size: clamp(4rem, 19vw, 6rem); }
  .hero-intro { font-size: 14px; }
  .hero-actions { align-items: stretch; flex-direction: column; gap: 16px; margin-top: 27px; }
  .button-primary { justify-content: space-between; width: 100%; }
  .hero-meta { align-items: flex-start; gap: 18px; margin-top: 50px; }
  .rating { flex-wrap: wrap; gap: 4px 8px; }
  .rating strong { font-size: 27px; }
  .rating small { flex-basis: 100%; }
  .open-status { padding-left: 14px; }
  .scroll-cue { display: none; }
  .section-pad { padding: 78px 0; }
  .intro h2, .looks h2, .team h2, .location h2 { font-size: clamp(3.2rem, 16vw, 4.8rem); }
  .lead { font-size: 16px; }
  .centered-light { margin-bottom: 48px; text-align: left; }
  .centered-light .eyebrow { justify-content: flex-start; }
  .section-heading h2, .contact h2 { font-size: clamp(3.3rem, 16vw, 5rem); }
  .service-card { padding: 30px 0; }
  .service-icon { margin-top: 24px; }
  .price-row { align-items: baseline; font-size: 13px; }
  .looks-heading { display: block; margin-bottom: 45px; }
  .looks-heading p { max-width: 340px; margin: 0; }
  .gallery-grid { grid-template-columns: 1fr 1fr; grid-auto-rows: 200px; gap: 10px; }
  .gallery-wide, .gallery-tall { grid-column: span 1; grid-row: span 1; }
  .gallery-item figcaption { right: 12px; bottom: 11px; left: 12px; }
  .gallery-item figcaption strong { font-size: 15px; }
  .gallery-item figcaption span { font-size: 7px; }
  .team-grid, .contact-grid, .location-grid { gap: 44px; }
  .team-portrait { width: calc(100% - 22px); margin-left: 0; }
  .portrait-note { right: -20px; bottom: 24px; width: 86px; height: 86px; font-size: 12px; }
  .review-inner { grid-template-columns: 1fr; gap: 9px; }
  .quote-mark { position: absolute; top: 10px; left: -3px; font-size: 90px; }
  .review-copy { position: relative; z-index: 1; padding: 20px 0 5px; }
  .round-arrow { position: absolute; right: 0; bottom: 0; width: 44px; height: 44px; }
  .appointment-card { padding: 25px 20px; }
  .appointment-head { align-items: start; flex-direction: column; gap: 10px; }
  .appointment-card h3 { font-size: 39px; }
  .field-row { grid-template-columns: 1fr; gap: 17px; }
  .map-wrap, .map-wrap iframe { min-height: 270px; }
  .footer-top { grid-template-columns: 1fr 1fr; gap: 35px; min-height: 220px; }
  .footer-tagline { justify-self: end; font-size: 21px; text-align: right; }
  .footer-top-link { grid-column: span 2; justify-self: start; }
  .footer-bottom { align-items: start; flex-direction: column; gap: 17px; }
  .footer-links { flex-wrap: wrap; gap: 10px 17px; }
  .legal-drawer { grid-template-columns: 1fr; gap: 32px; }
  .cookie-banner { right: 10px; bottom: 10px; left: 10px; align-items: end; gap: 13px; padding: 14px; }
  .cookie-close { padding: 9px 10px; }
}
