/* Making Headlines Hair Studio — production static stylesheet */
:root {
  --ink: #241a20;
  --muted: #705f68;
  --plum: #6a2348;
  --plum-strong: #5a1f40;
  --plum-dark: #3b1229;
  --rose: #c98aa7;
  --blush: #f1d9e3;
  --cream: #fff8f4;
  --paper: #fffdfb;
  --line: rgba(74, 35, 56, .13);
  --shadow: 0 24px 64px rgba(72, 30, 54, .12);
  --shadow-soft: 0 14px 36px rgba(72, 30, 54, .08);
  --radius: 28px;
  --radius-sm: 18px;
  --max: 1180px;
  --sans: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
  --serif: "Iowan Old Style", "Palatino Linotype", Palatino, Baskerville, Georgia, "Times New Roman", serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--sans); line-height: 1.62; -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility; }
body.nav-open { overflow: hidden; }
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }
button { color: inherit; }
::selection { background: var(--blush); color: var(--plum-dark); }
:focus-visible { outline: 3px solid rgba(106,35,72,.35); outline-offset: 3px; border-radius: 6px; }

.skip-link { position: fixed; left: 1rem; top: -5rem; z-index: 9999; background: var(--ink); color: #fff; padding: .8rem 1rem; border-radius: 10px; box-shadow: var(--shadow); }
.skip-link:focus { top: 1rem; }
.container { width: min(calc(100% - 2rem), var(--max)); margin-inline: auto; }
.eyebrow { display: inline-flex; align-items: center; gap: .55rem; margin: 0 0 1rem; color: var(--plum); font-size: .76rem; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.eyebrow::before { content: ''; width: 34px; height: 1px; background: currentColor; }
.eyebrow-light { color: #f2dce6; }
h1, h2, h3 { font-family: var(--serif); line-height: 1.04; margin: 0; font-weight: 700; }
h1 { font-size: clamp(3rem, 7.7vw, 6.5rem); letter-spacing: -.045em; }
h2 { font-size: clamp(2.25rem, 4.8vw, 4.1rem); letter-spacing: -.035em; }
h3 { font-size: clamp(1.45rem, 2vw, 2rem); }
p { margin: 0; }
.lead { margin-top: 1.35rem; color: var(--muted); font-size: clamp(1.04rem, 1.8vw, 1.22rem); max-width: 720px; }
.body-copy { margin-top: 1rem; color: var(--muted); max-width: 680px; }
.section { padding: clamp(4.5rem, 8vw, 8rem) 0; }
.section-tight { padding-top: 1rem; padding-bottom: clamp(4.5rem, 8vw, 8rem); }
.section-soft { background: var(--cream); }
.section-head { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(280px, .85fr); gap: 2.4rem; align-items: end; margin-bottom: 2.6rem; }
.section-head .lead { margin: 0; }

.topbar { background: var(--plum-dark); color: #f8eaf0; font-size: .79rem; }
.topbar-inner { min-height: 38px; display: flex; justify-content: space-between; align-items: center; gap: 1rem; }
.topbar a { font-weight: 800; }
.topbar a:hover { text-decoration: underline; text-underline-offset: 3px; }
.site-header { position: sticky; top: 0; z-index: 100; background: rgba(255,253,251,.94); border-bottom: 1px solid var(--line); backdrop-filter: blur(16px); }
.nav-wrap { position: relative; min-height: 92px; display: flex; align-items: center; justify-content: space-between; gap: 1.8rem; }
.brand { display: block; width: min(360px, 36vw); flex: 0 0 auto; }
.brand img { width: 100%; height: auto; }
.site-nav { display: flex; align-items: center; gap: 1.15rem; font-size: .88rem; font-weight: 700; }
.site-nav > a:not(.btn) { position: relative; padding: .6rem .08rem; color: #4a3942; }
.site-nav > a:not(.btn)::after { content: ''; position: absolute; left: 0; right: 100%; bottom: .26rem; height: 2px; background: var(--plum); transition: right .2s ease; }
.site-nav > a:not(.btn):hover::after, .site-nav > a[aria-current="page"]::after { right: 0; }
.site-nav > a[aria-current="page"] { color: var(--plum); }
.nav-toggle { display: none; width: 46px; height: 46px; align-items: center; justify-content: center; border: 1px solid var(--line); border-radius: 13px; background: #fff; cursor: pointer; }
.nav-toggle svg { width: 23px; height: 23px; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; }

.btn { display: inline-flex; min-height: 48px; align-items: center; justify-content: center; gap: .45rem; padding: .84rem 1.2rem; border: 1px solid transparent; border-radius: 999px; font-weight: 800; line-height: 1.1; transition: transform .18s ease, background .18s ease, border-color .18s ease, box-shadow .18s ease; }
.btn:hover { transform: translateY(-1px); }
.btn-primary { background: var(--plum); color: #fff; box-shadow: 0 10px 22px rgba(106,35,72,.18); }
.btn-primary:hover { background: var(--plum-strong); box-shadow: 0 12px 28px rgba(106,35,72,.22); }
.btn-outline { border-color: rgba(106,35,72,.3); color: var(--plum); background: rgba(255,255,255,.68); }
.btn-outline:hover { border-color: var(--plum); background: #fff; }
.btn-light { background: #fff; color: var(--plum-dark); }
.btn-light:hover { background: #fff5f8; }
.btn-sm { min-height: 40px; padding: .66rem .95rem; font-size: .84rem; }
.actions { display: flex; flex-wrap: wrap; gap: .75rem; margin-top: 1.65rem; }
.actions-center { justify-content: center; }

.hero { overflow: hidden; background: radial-gradient(circle at 88% 24%, #f2d9e4 0, transparent 32%), linear-gradient(145deg, #fffaf7, #fffdfb 56%, #f9eaf0); }
.hero-grid { display: grid; grid-template-columns: minmax(0, .98fr) minmax(400px, .82fr); gap: clamp(2rem, 5vw, 5.5rem); align-items: center; min-height: 690px; padding-top: clamp(3.5rem, 6vw, 5.4rem); padding-bottom: clamp(4rem, 7vw, 6.5rem); }
.hero-copy { position: relative; z-index: 2; }
.hero-copy h1 { max-width: 780px; }
.hero-copy h1 em { color: var(--plum); font-weight: 600; }
.hero-copy .lead { max-width: 650px; }
.hero-note { margin-top: 1.2rem; color: var(--muted); font-size: .88rem; }
.hero-visual { position: relative; min-height: 560px; }
.hero-card { position: absolute; inset: 0 2.5rem 0 0; overflow: hidden; border-radius: 220px 220px 34px 34px; box-shadow: var(--shadow); background: linear-gradient(150deg, #e9c8d6, #8f3d63 58%, #4a1734); }
.hero-card img { width: 100%; height: 100%; object-fit: cover; }
.hero-badge { position: absolute; right: 0; top: 52px; width: 122px; aspect-ratio: 1; border-radius: 50%; display: grid; place-items: center; text-align: center; background: var(--plum-dark); color: #fff; font-size: .7rem; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; line-height: 1.45; border: 6px solid var(--paper); box-shadow: var(--shadow-soft); }
.floating-card { position: absolute; left: 0; bottom: 26px; display: grid; gap: .12rem; max-width: 310px; padding: 1rem 1.15rem; background: rgba(255,255,255,.93); border: 1px solid rgba(255,255,255,.7); border-radius: 15px; box-shadow: var(--shadow-soft); backdrop-filter: blur(12px); }
.floating-card strong { color: var(--plum); }
.floating-card span { font-size: .78rem; color: var(--muted); }
.media-shell { position: relative; background: linear-gradient(140deg, #efd9e3, #b56587 58%, #56203d); overflow: hidden; }
.media-shell > img { position: relative; z-index: 2; }
.media-fallback { position: absolute; inset: 0; z-index: 1; display: grid; place-items: center; align-content: center; gap: .25rem; text-align: center; color: #fff; font-family: var(--serif); font-size: clamp(2rem, 4vw, 3.5rem); line-height: 1; }
.media-fallback small { font-family: var(--sans); font-size: .75rem; letter-spacing: .13em; text-transform: uppercase; font-weight: 800; }
.media-fallback-dark { background: linear-gradient(140deg, #25161e, #5a2a40); }
.quick-strip { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: #fff; }
.stats { display: grid; grid-template-columns: repeat(4, 1fr); }
.stat { padding: 1.35rem 1.1rem; border-right: 1px solid var(--line); text-align: center; }
.stat:last-child { border-right: 0; }
.stat strong { display: block; color: var(--plum); font-size: .85rem; letter-spacing: .04em; }
.stat span { display: block; margin-top: .24rem; color: var(--muted); font-size: .78rem; }

.cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
.card { padding: clamp(1.5rem, 3vw, 2.2rem); border: 1px solid var(--line); border-radius: var(--radius-sm); background: #fff; box-shadow: 0 1px 0 rgba(255,255,255,.7) inset; }
.card-number { display: inline-grid; place-items: center; width: 40px; height: 40px; border-radius: 50%; background: var(--blush); color: var(--plum); font-weight: 900; margin-bottom: 2.6rem; }
.card p { color: var(--muted); margin-top: .75rem; }
.card-link { display: inline-flex; align-items: center; gap: .45rem; margin-top: 1.15rem; color: var(--plum); font-weight: 800; }
.card-link:hover { text-decoration: underline; text-underline-offset: 3px; }

.feature { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(2rem, 5vw, 5rem); align-items: center; }
.feature-media { position: relative; min-height: 530px; border-radius: var(--radius); box-shadow: var(--shadow); }
.feature-media img { width: 100%; height: 100%; object-fit: cover; position: absolute; inset: 0; }
.feature-copy .lead { margin-bottom: 1.7rem; }
.tick-list { list-style: none; padding: 0; margin: 1.5rem 0 0; display: grid; gap: .85rem; }
.tick-list li { display: flex; align-items: flex-start; gap: .72rem; color: #4f4048; }
.tick-list li::before { content: '✓'; display: grid; place-items: center; flex: 0 0 24px; height: 24px; margin-top: .05rem; border-radius: 50%; background: var(--blush); color: var(--plum); font-size: .78rem; font-weight: 900; }
.editorial-quote { max-width: 920px; }
.editorial-quote blockquote { margin: 0; max-width: 900px; font-family: var(--serif); font-size: clamp(2.25rem, 5vw, 4.6rem); line-height: 1.06; letter-spacing: -.035em; }
.editorial-quote > p:last-child { max-width: 700px; margin-top: 1.3rem; color: var(--muted); font-size: 1.05rem; }
.cta-band { background: linear-gradient(115deg, var(--plum-dark), var(--plum)); color: white; border-radius: var(--radius); padding: clamp(2rem, 5vw, 4.2rem); display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 2rem; box-shadow: var(--shadow-soft); }
.cta-band-dark { background: linear-gradient(115deg, #20131a, #4f2338); }
.cta-band h2 { max-width: 790px; font-size: clamp(2rem, 4vw, 3.8rem); }
.cta-band p { margin-top: .75rem; color: #eedce5; }
.cta-band .eyebrow { margin-top: 0; margin-bottom: 1rem; }

.page-hero { padding: clamp(4.7rem, 8vw, 7.7rem) 0; background: radial-gradient(circle at 90% 15%, #f0d8e2 0, transparent 28%), linear-gradient(145deg, #fff8f4, #f8e9ef); border-bottom: 1px solid var(--line); }
.page-hero .lead { max-width: 780px; }
.page-hero h1 { max-width: 940px; font-size: clamp(3rem, 7vw, 6rem); }
.page-hero-dark { color: #fff; background: radial-gradient(circle at 88% 20%, rgba(209,138,169,.18), transparent 30%), linear-gradient(145deg, #1f141b, #4a2135); }
.page-hero-dark .eyebrow { color: #efbfd3; }
.page-hero-dark .lead { color: #ead8e1; }
.service-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1rem; }
.service-item { display: grid; grid-template-columns: auto 1fr; gap: 1.1rem; padding: 1.6rem; border: 1px solid var(--line); border-radius: var(--radius-sm); background: #fff; }
.service-icon { width: 48px; height: 48px; border-radius: 14px; background: var(--blush); color: var(--plum); display: grid; place-items: center; font-weight: 900; font-size: 1.22rem; }
.service-item p { color: var(--muted); margin-top: .45rem; }
.note { padding: 1.15rem 1.25rem; border-radius: 14px; background: var(--cream); border: 1px solid var(--line); color: var(--muted); font-size: .92rem; }
.note-spaced { margin-top: 1rem; }
.split-panel { display: grid; grid-template-columns: .95fr 1.05fr; min-height: 560px; border-radius: var(--radius); overflow: hidden; background: var(--plum-dark); color: #fff; box-shadow: var(--shadow-soft); }
.split-panel .panel-media { min-height: 420px; position: relative; }
.split-panel .panel-media img { width: 100%; height: 100%; object-fit: cover; position: absolute; inset: 0; }
.split-panel .panel-copy { padding: clamp(2rem, 5vw, 4.8rem); display: flex; flex-direction: column; justify-content: center; }
.split-panel .panel-copy p { color: #ecd8e2; margin-top: 1rem; }
.split-panel .panel-copy .eyebrow { color: #e8bbcf; margin-top: 0; }
.profile-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: clamp(2.5rem, 6vw, 5rem); align-items: center; }
.profile-art { min-height: 500px; border-radius: var(--radius); background: radial-gradient(circle at 28% 22%, rgba(255,255,255,.35), transparent 30%), linear-gradient(145deg, #e3bdce, #8b4164 58%, #42142d); box-shadow: var(--shadow); color: #fff; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; overflow: hidden; }
.profile-monogram { width: 170px; aspect-ratio: 1; border: 1px solid rgba(255,255,255,.52); border-radius: 50%; display: grid; place-items: center; font-family: var(--serif); font-size: 4.6rem; letter-spacing: -.06em; background: rgba(255,255,255,.08); backdrop-filter: blur(8px); }
.profile-art p { margin-top: 1rem; font-size: .74rem; letter-spacing: .16em; text-transform: uppercase; font-weight: 800; }
.community-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
.community-card { padding: 1.6rem; border-radius: var(--radius-sm); background: #fff; border: 1px solid var(--line); }
.community-card strong { color: var(--plum); }
.community-card p { color: var(--muted); margin-top: .55rem; }
.split-copy { display: grid; grid-template-columns: 1.05fr .95fr; gap: clamp(2rem, 6vw, 5rem); align-items: start; }
.split-copy > div:last-child { color: var(--muted); font-size: 1.05rem; padding-top: .45rem; }
.gallery-intro { display: grid; grid-template-columns: .8fr 1.4fr; gap: 1.3rem 3rem; align-items: start; margin-bottom: 2.6rem; }
.gallery-intro .eyebrow { grid-column: 1 / -1; margin-bottom: 0; }
.gallery-intro p:last-child { color: var(--muted); }
.gallery { columns: 3 260px; column-gap: 1rem; }
.gallery figure { break-inside: avoid; margin: 0 0 1rem; position: relative; overflow: hidden; border-radius: var(--radius-sm); background: #ead8e0; min-height: 260px; }
.gallery img { width: 100%; height: auto; min-height: 260px; object-fit: cover; transition: transform .4s ease; position: relative; z-index: 2; }
.gallery figure:hover img { transform: scale(1.018); }
.gallery figcaption { position: absolute; z-index: 4; left: .75rem; right: .75rem; bottom: .75rem; padding: .75rem .85rem; border-radius: 12px; background: rgba(36,26,32,.76); color: #fff; backdrop-filter: blur(12px); font-size: .82rem; }
.contact-grid { display: grid; grid-template-columns: .92fr 1.08fr; gap: 1.4rem; align-items: stretch; }
.contact-stack { display: grid; gap: 1rem; }
.contact-card { padding: 1.4rem 1.5rem; border: 1px solid var(--line); border-radius: var(--radius-sm); background: #fff; }
.contact-card small { display: block; color: var(--muted); margin-bottom: .3rem; font-size: .75rem; letter-spacing: .12em; text-transform: uppercase; font-weight: 800; }
.contact-card p { margin-top: .5rem; color: var(--muted); font-size: .91rem; }
.contact-main { color: var(--plum); font-weight: 800; font-size: 1.04rem; overflow-wrap: anywhere; }
.contact-email { font-size: .96rem; }
.contact-notice { background: var(--cream); }
.location-card { min-height: 100%; position: relative; overflow: hidden; border-radius: var(--radius); padding: clamp(2rem, 5vw, 4rem); background: radial-gradient(circle at 78% 18%, rgba(255,255,255,.3), transparent 30%), linear-gradient(145deg, #e7c6d4, #a35b7b 55%, #5a2341); color: #fff; box-shadow: var(--shadow); display: flex; flex-direction: column; justify-content: flex-end; }
.location-card .eyebrow { color: #fff1f6; }
.location-card > p:not(.eyebrow) { max-width: 560px; margin-top: 1rem; color: #f8e9ef; }
.location-mark { position: absolute; right: clamp(1.7rem, 6vw, 5rem); top: clamp(1.7rem, 6vw, 4.5rem); width: 150px; aspect-ratio: 1; border-radius: 50% 50% 50% 0; transform: rotate(-45deg); background: rgba(255,255,255,.18); border: 1px solid rgba(255,255,255,.38); backdrop-filter: blur(8px); }
.location-mark span { position: absolute; width: 46px; aspect-ratio: 1; border-radius: 50%; background: rgba(255,255,255,.92); left: 50%; top: 50%; transform: translate(-50%, -50%); }
.hours-note { margin-top: 2.6rem; display: grid; gap: .2rem; max-width: 500px; padding-top: 1.3rem; border-top: 1px solid rgba(255,255,255,.28); }
.hours-note span { color: #f8e9ef; font-size: .9rem; }
.not-found { min-height: 100vh; display: grid; place-items: center; padding: 3rem 1rem; background: radial-gradient(circle at 75% 20%, #efd5e0, transparent 30%), linear-gradient(145deg, #fff8f4, #f6e6ed); }
.not-found-card { width: min(850px, 100%); padding: clamp(2rem, 6vw, 5rem); border: 1px solid var(--line); border-radius: var(--radius); background: rgba(255,255,255,.9); text-align: center; box-shadow: var(--shadow); }
.brand-centered { width: min(430px, 88%); margin: 0 auto 3rem; }
.not-found .eyebrow { justify-content: center; }
.not-found .lead { margin-inline: auto; }
.not-found-contact { margin-top: 2rem; color: var(--muted); font-size: .9rem; }
.not-found-contact a { color: var(--plum); font-weight: 800; }
.site-footer { background: #22171e; color: #fff; padding: 4rem 0 1.5rem; margin-top: 5rem; }
.not-found + .site-footer { margin-top: 0; }
.footer-grid { display: grid; grid-template-columns: 1.3fr repeat(2, .7fr); gap: 2rem; }
.footer-logo { width: min(420px, 100%); filter: brightness(0) invert(1); opacity: .95; }
.footer-copy { color: #cdbdc5; margin-top: 1.1rem; max-width: 500px; }
.footer-title { color: #e5c3d3; font-size: .76rem; letter-spacing: .16em; text-transform: uppercase; font-weight: 800; margin-bottom: .85rem; }
.footer-links { display: grid; gap: .55rem; color: #e8dce2; }
.footer-links a:hover { color: #fff; text-decoration: underline; text-underline-offset: 3px; }
.footer-bottom { display: flex; justify-content: space-between; gap: 1rem; padding-top: 2rem; margin-top: 2rem; border-top: 1px solid rgba(255,255,255,.1); color: #a998a1; font-size: .82rem; }
.reveal { opacity: 0; transform: translateY(18px); transition: opacity .55s ease, transform .55s ease; }
.reveal.is-visible { opacity: 1; transform: none; }

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}
@media (max-width: 980px) {
  .nav-toggle { display: inline-flex; }
  .site-nav { position: absolute; top: calc(100% + .5rem); left: 0; right: 0; display: grid; gap: .2rem; padding: .85rem; border-radius: 18px; background: #fff; border: 1px solid var(--line); box-shadow: var(--shadow); opacity: 0; visibility: hidden; pointer-events: none; transform: translateY(-8px); transition: opacity .18s ease, transform .18s ease, visibility .18s ease; }
  .site-nav.is-open { opacity: 1; visibility: visible; pointer-events: auto; transform: none; }
  .site-nav > a:not(.btn) { padding: .82rem 1rem; border-radius: 12px; }
  .site-nav > a:not(.btn)::after { display: none; }
  .site-nav > a:not(.btn):hover { background: var(--cream); }
  .site-nav .btn { margin-top: .25rem; }
  .hero-grid { grid-template-columns: 1fr; min-height: auto; }
  .hero-visual { min-height: 530px; }
  .feature, .profile-grid, .contact-grid, .split-copy { grid-template-columns: 1fr; }
  .split-panel { grid-template-columns: 1fr; }
  .section-head { grid-template-columns: 1fr; align-items: start; }
  .cards, .community-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid > :first-child { grid-column: 1 / -1; }
  .gallery-intro { grid-template-columns: 1fr; }
  .gallery-intro .eyebrow { grid-column: auto; }
}
@media (max-width: 680px) {
  .container { width: min(calc(100% - 1.25rem), var(--max)); }
  .topbar-inner { justify-content: center; text-align: center; min-height: 42px; }
  .topbar-secondary { display: none; }
  .nav-wrap { min-height: 78px; }
  .brand { width: min(300px, 70vw); }
  .hero-grid { padding-top: 3rem; gap: 2.5rem; }
  .hero-visual { min-height: 430px; }
  .hero-card { inset: 0 1rem; border-radius: 160px 160px 28px 28px; }
  .hero-badge { width: 96px; top: 18px; right: .15rem; font-size: .61rem; border-width: 5px; }
  .floating-card { left: .2rem; bottom: 24px; max-width: 275px; }
  .stats { grid-template-columns: 1fr 1fr; }
  .stat:nth-child(2) { border-right: 0; }
  .stat:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .cards, .service-grid, .community-grid { grid-template-columns: 1fr; }
  .cta-band { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-grid > :first-child { grid-column: auto; }
  .footer-bottom { flex-direction: column; }
  .feature-media, .profile-art { min-height: 390px; }
  .service-item { grid-template-columns: 1fr; }
  .location-card { min-height: 540px; }
  .location-mark { width: 116px; }
}
