/* BlueMoon: warm ivory, midnight navy, quiet brass. No framework required. */
:root {
  color-scheme: light;
  --ivory: #fbf8f2;
  --paper: #fffdf9;
  --sand: #f0e9df;
  --navy: #102e41;
  --ink: #182838;
  --brass: #8b683b;
  --muted: #52606a;
  --line: #dfd5c6;
  --serif: Georgia, "Times New Roman", serif;
  --sans: "Avenir Next", Avenir, "Segoe UI", sans-serif;
  --radius: 7px;
  --content: 1264px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 120px; }
body { margin: 0; background: var(--ivory); color: var(--ink); font-family: var(--sans); font-size: 1rem; line-height: 1.6; -webkit-font-smoothing: antialiased; }
body:has(dialog[open]) { overflow: hidden; }
button, input { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { cursor: pointer; }
a { color: inherit; text-underline-offset: .3em; }
a:hover { text-decoration-thickness: 2px; }
button:focus-visible, a:focus-visible, summary:focus-visible { outline: 3px solid #2678a1; outline-offset: 5px; }
img { display: block; max-width: 100%; height: auto; }
figure, p { margin: 0; }
h1, h2, h3 { font-family: var(--serif); font-weight: 400; line-height: 1.08; margin: 0; letter-spacing: -.045em; text-wrap: balance; }
h1 { font-size: clamp(3.6rem, 6.7vw, 6.35rem); }
h2 { font-size: clamp(2.3rem, 4vw, 3.7rem); }
h3 { font-size: clamp(1.7rem, 2.4vw, 2.2rem); }
[hidden] { display: none !important; }
.container { width: min(var(--content), calc(100% - 96px)); margin-inline: auto; }
.skip-link { position: absolute; left: 16px; top: -100px; z-index: 20; background: var(--navy); color: white; padding: 12px 20px; }
.skip-link:focus { top: 12px; }
.site-header { position: sticky; top: 0; z-index: 5; background: var(--ivory); border-bottom: 1px solid var(--line); }
.header-inner { min-height: 106px; display: flex; justify-content: space-between; align-items: center; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; flex-shrink: 0; }
.brand img { width: 51px; height: 56px; }
.brand-text { display: flex; flex-direction: column; }
.brand-name { font-family: var(--serif); font-size: 2.35rem; line-height: 1.1; letter-spacing: -.055em; color: #10243b; }
.brand-note { font-size: .75rem; letter-spacing: .115em; margin-top: 6px; text-transform: uppercase; }
.main-nav { display: flex; align-items: center; gap: 28px; margin-left: auto; }
.header-booking { flex-shrink: 0; }
.main-nav > a:not(.button) { font-size: .9375rem; text-decoration: none; padding-block: 12px; }
.main-nav > a:not(.button):hover, .main-nav > a[aria-current="page"] { color: var(--brass); }
.nav-toggle { display: none; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 12px; min-height: 52px; padding: 13px 25px; border: 1px solid var(--navy); border-radius: var(--radius); background: var(--navy); color: var(--paper); text-decoration: none; font-weight: 500; font-size: 1rem; line-height: 1.4; text-align: center; transition: background .18s, color .18s, border-color .18s; }
.button:hover { background: #214b61; border-color: #214b61; text-decoration: none; }
.button--small { min-height: 46px; padding: 11px 20px; font-size: .9375rem; }
.button--outline { color: var(--navy); background: transparent; border-color: var(--brass); }
.button--outline:hover { background: var(--navy); color: var(--paper); border-color: var(--navy); }
.button--light { color: var(--navy); background: var(--ivory); border-color: var(--ivory); }
.button--light:hover { background: #e8dcc9; border-color: #e8dcc9; color: var(--navy); }
.text-link { display: inline-flex; align-items: center; gap: 14px; min-height: 44px; font-size: 1rem; }
.text-link:has(.link-arrow) { text-decoration: none; }
.text-link-label { text-decoration: underline; text-underline-offset: .3em; text-decoration-thickness: 1px; }
.text-link:hover .text-link-label { text-decoration-thickness: 2px; }
.link-arrow { width: 1.2em; height: 1.2em; flex-shrink: 0; fill: none; stroke: currentColor; stroke-width: 1.5; stroke-linecap: round; stroke-linejoin: round; transition: transform .18s; }
.text-link:hover .link-arrow { transform: translateX(3px); }
.eyebrow { font-size: .8125rem; letter-spacing: .18em; text-transform: uppercase; color: var(--brass); font-weight: 600; margin-bottom: 18px; }
.hero { display: grid; grid-template-columns: .89fr 1.11fr; gap: 56px; padding-block: 40px 44px; align-items: center; }
.hero-copy { padding-block: 30px; }
.hero-copy h1 { margin-bottom: 25px; }
.hero-description { font-size: 1.1875rem; line-height: 1.65; max-width: 400px; }
.hero-actions { display: flex; flex-direction: column; align-items: flex-start; gap: 12px; margin-top: 31px; }
.hero-actions .button { min-width: 270px; }
.hero-portfolio { width: min(100%, 520px, calc((100svh - 225px) * .8)); min-width: 0; justify-self: center; }
.hero-photo-frame { overflow: hidden; border-radius: var(--radius); }
.hero-photo { width: 100%; height: auto; aspect-ratio: 4 / 5; object-fit: cover; object-position: 50% 45%; border-radius: var(--radius); background: var(--sand); }
.hero-portfolio figcaption { margin-top: 12px; color: var(--muted); font-size: .8125rem; letter-spacing: .04em; }
.promise-strip { display: flex; align-items: center; justify-content: center; gap: 24px; padding: 24px 24px; border-block: 1px solid var(--line); color: #745631; }
.promise-strip::before, .promise-strip::after { content: ""; width: 12vw; max-width: 175px; height: 1px; background: #d1bfa3; }
.promise-strip ul { list-style: none; margin: 0; padding: 0; display: flex; flex-wrap: wrap; justify-content: center; align-items: center; gap: 26px; font-family: var(--serif); font-size: 1.1875rem; }
.promise-strip li + li::before { content: "·"; margin-right: 26px; color: var(--brass); }
.salon-section { padding-block: 73px 67px; }
.section-heading { display: flex; justify-content: space-between; align-items: end; gap: 32px; margin-bottom: 31px; }
.section-heading .eyebrow { margin-bottom: 13px; }
.section-heading p:not(.eyebrow) { margin-top: 15px; font-size: 1.0625rem; }
.section-heading .text-link { flex-shrink: 0; margin-bottom: 1px; }
.hair-gallery { display: grid; gap: 30px 22px; }
.hair-gallery--preview { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.hair-gallery--full { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.hair-gallery figure { min-width: 0; }
.hair-gallery .image-button img, .hair-gallery .image-button:hover img { height: auto; aspect-ratio: 4 / 5; object-fit: cover; transform: none; }
.hair-gallery figcaption { margin-top: 12px; color: var(--muted); font-size: .9375rem; }
.salon-preview-copy { max-width: 670px; }
.gallery-preview-link { display: block; border-radius: var(--radius); overflow: hidden; background: var(--sand); }
.gallery-preview-link img { width: 100%; height: auto; aspect-ratio: 4 / 5; object-fit: cover; transition: opacity .18s; }
.gallery-preview-link:hover img { opacity: .9; }
.salon-intro { display: grid; grid-template-columns: 1.08fr .92fr; grid-template-areas: "intro portrait" "story portrait"; gap: 24px 70px; align-items: center; padding-block: 62px 70px; }
.stylist-heading { grid-area: intro; }
.stylist-story { grid-area: story; }
.stylist-copy h1 { font-size: clamp(3.6rem, 6vw, 5.8rem); margin-bottom: 24px; }
.stylist-copy p:not(.eyebrow) { max-width: 580px; }
.stylist-copy .stylist-lead { font-family: var(--serif); font-size: 1.6rem; line-height: 1.4; }
.stylist-copy p + p { margin-top: 18px; }
.stylist-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 16px 24px; margin-top: 30px; }
.stylist-portrait { grid-area: portrait; align-self: center; }
.stylist-portrait img { width: 100%; height: auto; border-radius: var(--radius); }
.stylist-portrait figcaption { margin-top: 12px; font-size: .8125rem; color: var(--muted); }
.services-section { padding-block: 58px; background: var(--sand); }
.service-list { list-style: none; margin: 0; padding: 0; }
.service-list li { display: grid; grid-template-columns: .8fr 1.2fr; gap: 40px; padding-block: 25px; border-top: 1px solid #d1bfa3; }
.service-list h3 { font-size: 1.9rem; }
.service-list p { max-width: 660px; }
.service-note { padding-top: 22px; border-top: 1px solid #d1bfa3; color: var(--muted); font-size: .9375rem; }
.image-button { display: block; width: 100%; padding: 0; border: 0; background: var(--sand); border-radius: var(--radius); overflow: hidden; position: relative; }
.image-button img { width: 100%; aspect-ratio: 1.02; object-fit: cover; transition: transform .45s ease; }
.image-button:hover img { transform: scale(1.025); }
.image-button::after { content: "+"; position: absolute; bottom: 14px; right: 14px; width: 34px; height: 34px; border-radius: 50%; background: rgba(251,248,242,.94); color: var(--navy); font-size: 1.4rem; line-height: 31px; opacity: 0; transition: opacity .18s; }
.image-button:hover::after, .image-button:focus-visible::after { opacity: 1; }
.image-note { font-size: .8125rem; line-height: 1.5; color: var(--muted); margin-top: 16px; }
.salon-contact { display: flex; justify-content: space-between; align-items: center; gap: 30px; margin-top: 30px; padding-top: 25px; border-top: 1px solid var(--line); }
.salon-contact p { max-width: 610px; }
.boutique-section { background: var(--sand); padding-block: 56px; }
.boutique-inner { display: grid; grid-template-columns: 1.12fr .86fr .86fr; gap: 26px; align-items: center; }
.boutique-copy { padding-right: 20px; }
.boutique-copy h2 { font-size: clamp(2.6rem, 4.2vw, 3.8rem); }
.boutique-copy p:not(.eyebrow) { margin-top: 20px; font-size: 1.0625rem; max-width: 380px; }
.boutique-copy .button { margin-top: 27px; }
.product-preview img { width: 100%; height: auto; border-radius: var(--radius); }
.product-preview figcaption { font-family: var(--serif); font-size: 1.125rem; text-align: center; margin-top: 14px; }
.visit-section { background: var(--navy); color: var(--ivory); padding-block: 61px; }
.visit-inner { display: flex; justify-content: space-between; gap: 70px; align-items: center; }
.visit-copy { flex: 1; }
.visit-copy h2 { margin-bottom: 18px; }
.visit-copy address { font-style: normal; font-size: 1.125rem; line-height: 1.65; }
.visit-copy .business-name { display: block; font-family: var(--serif); font-size: 1.6rem; margin-bottom: 1px; }
.visit-copy [data-address] { display: block; }
.visit-copy .contact-address { display: inline-block; padding-block: 4px; min-height: 44px; }
.visit-copy .contact-phone { display: flex; align-items: center; width: fit-content; min-height: 44px; margin-top: 2px; font-size: 1.125rem; }
.visit-copy .contact-address, .visit-copy .contact-phone { text-decoration-line: underline; text-decoration-thickness: 1px; text-underline-offset: .22em; text-decoration-color: rgba(251,248,242,.5); }
.visit-copy .contact-address:hover, .visit-copy .contact-phone:hover { text-decoration-color: currentColor; }
.visit-copy .contact-address:focus-visible, .visit-copy .contact-phone:focus-visible { outline-color: var(--ivory); }
.visit-copy .hours { margin-top: 15px; }
.visit-actions { display: flex; flex-direction: column; gap: 15px; width: 365px; max-width: 100%; }
.visit-secondary { display: flex; flex-wrap: wrap; gap: 14px; }
.visit-secondary .button { flex: 1; border-color: #d5c3a5; color: var(--ivory); }
.visit-secondary .button:hover { background: rgba(255,255,255,.1); }
.site-footer { padding-block: 30px; }
.footer-inner { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 24px; }
.footer-brand .brand-name { font-size: 1.8rem; }
.footer-brand img { width: 38px; height: 42px; }
.footer-links { display: flex; gap: 29px; align-items: center; flex-wrap: wrap; font-size: .9375rem; }
.footer-links a { min-height: 44px; display: inline-flex; align-items: center; }
.footer-note { margin-top: 18px; color: var(--muted); font-size: .8125rem; }
.booking-dialog { border: 1px solid var(--line); background: var(--ivory); color: var(--ink); padding: 42px; border-radius: 12px; width: min(520px, calc(100% - 32px)); max-height: calc(100dvh - 40px); overflow-y: auto; }
dialog::backdrop { background: rgba(6,22,35,.66); }
.dialog-close { position: absolute; right: 10px; top: 10px; background: transparent; color: inherit; border: 0; width: 44px; height: 44px; font-size: 1.75rem; line-height: 1; border-radius: 50%; }
.dialog-close:hover { background: var(--sand); }
.booking-dialog h2 { font-size: 2.65rem; margin-block: 12px 20px; }
.booking-dialog p { margin-block: 18px; }
.dialog-actions { display: flex; flex-direction: column; gap: 12px; margin-top: 24px; }
.dialog-footnote { font-size: .875rem; color: var(--muted); }
.lightbox { border: 0; border-radius: 10px; padding: 10px; background: var(--ivory); width: min(770px, calc(100% - 24px)); max-height: calc(100dvh - 24px); overflow-y: auto; }
.lightbox .dialog-close { background: var(--ivory); z-index: 1; }
.lightbox img { width: 100%; height: auto; max-height: 76dvh; object-fit: contain; border-radius: 4px; }
.lightbox figcaption { padding: 14px 10px 8px; text-align: center; }
.lightbox-nav { display: flex; justify-content: space-between; gap: 15px; padding: 8px 10px; }
.lightbox-nav button { border: 1px solid var(--line); background: transparent; color: var(--navy); border-radius: 5px; min-height: 44px; padding: 8px 16px; }
.atelier-intro { padding-block: 67px 51px; display: grid; grid-template-columns: 1.3fr .7fr; gap: 70px; align-items: end; }
.atelier-intro h1 { font-size: clamp(3.6rem, 6.2vw, 5.8rem); }
.atelier-intro .intro-description { padding-bottom: 6px; }
.atelier-intro .intro-description p { font-size: 1.1875rem; margin-bottom: 22px; }
.collection { display: grid; grid-template-columns: minmax(0, 1fr); gap: 60px; padding-bottom: 65px; }
/* Natural aspect ratios set each pair's column widths, keeping the full photos equally tall. */
.collection-group { --collection-gap: 32px; display: grid; align-content: start; align-items: start; gap: var(--collection-gap); min-width: 0; width: 100%; margin-inline: auto; }
.collection-group--bags { grid-template-columns: minmax(0, .75fr) minmax(0, 1.5fr); max-width: calc(420px * 2.25 + var(--collection-gap)); }
.collection-group--hats { grid-template-columns: repeat(2, minmax(0, 1fr)); max-width: calc(420px * 1.5 + var(--collection-gap)); }
.collection-group--details { grid-template-columns: minmax(0, 1.191470844fr) minmax(0, 1.119831224fr); max-width: calc(420px * 2.311302068 + var(--collection-gap)); }
.collection-card { min-width: 0; }
.collection .image-button img, .collection .image-button:hover img { height: auto; aspect-ratio: auto; transform: none; }
.collection-card h2 { font-size: 1.95rem; margin-top: 20px; }
.collection-card p { margin-top: 14px; max-width: 490px; }
.collection-card .text-link { margin-top: 15px; }
.atelier-note { grid-column: 1 / -1; padding: 24px 0 0; border-top: 1px solid var(--line); display: flex; justify-content: space-between; gap: 25px; }
.atelier-note p { max-width: 680px; }
.atelier-story { background: var(--sand); padding-block: 62px; }
.atelier-story-inner { display: grid; grid-template-columns: 1fr 1fr; gap: 75px; align-items: start; }
.atelier-story p:not(.eyebrow) { font-size: 1.125rem; }
.atelier-story .text-link { margin-top: 20px; }
.error-page { padding-block: 100px; min-height: 60vh; }
.error-page h1 { margin-bottom: 25px; }
.error-page .button { margin-top: 25px; }
@media (min-width: 1600px) { .hero { padding-block: 55px; } }
@media (max-width: 1100px) {
  .container { width: calc(100% - 64px); }
  .header-inner { gap: 18px; }
  .brand-name { font-size: 2rem; }
  .brand img { width: 42px; }
  .main-nav { gap: 19px; }
  .header-booking { padding-inline: 16px; }
  .hero { gap: 34px; }
  .salon-intro { column-gap: 38px; }
  .hero h1 { font-size: clamp(3.8rem, 7vw, 5.2rem); }
  .section-heading { flex-wrap: wrap; gap: 12px; }
  .boutique-inner { gap: 20px; grid-template-columns: 1.1fr .85fr .85fr; }
  .boutique-copy { padding-right: 0; }
  .boutique-copy h2 { font-size: 2.8rem; }
}
@media (max-width: 880px) {
  html { scroll-padding-top: 175px; }
  .container { width: calc(100% - 48px); }
  .header-inner { display: grid; grid-template-columns: 1fr auto; min-height: 91px; padding-block: 16px; gap: 0; }
  .header-inner > .brand { grid-column: 1; grid-row: 1; }
  .nav-toggle { grid-column: 2; grid-row: 1; }
  .header-booking { grid-column: 1 / -1; grid-row: 2; margin-top: 14px; }
  .brand-name { font-size: 2rem; }
  .brand-note { font-size: .75rem; letter-spacing: .07em; }
  .brand img { width: 40px; height: 44px; }
  .js .nav-toggle { display: flex; align-items: center; justify-content: center; flex-direction: column; gap: 5px; width: 46px; height: 46px; padding: 10px; background: transparent; border: 1px solid transparent; border-radius: 5px; }
  .nav-toggle span { display: block; width: 25px; height: 2px; background: var(--navy); }
  .main-nav { grid-column: 1 / -1; grid-row: 3; width: 100%; flex-wrap: wrap; justify-content: space-between; gap: 12px; padding-top: 18px; margin-left: 0; }
  .js .main-nav { display: none; }
  .js .main-nav.is-open { display: flex; }
  .hero { gap: 25px; }
  .hero h1 { font-size: 3.8rem; }
  .salon-intro { grid-template-columns: 1fr 1fr; column-gap: 28px; padding-block: 42px 48px; }
  .stylist-copy h1 { font-size: 3.8rem; }
  .stylist-copy .stylist-lead { font-size: 1.35rem; }
  .stylist-portrait { align-self: start; margin-top: 47px; }
  .hero-description { font-size: 1.0625rem; }
  .hero-actions .button { min-width: 0; width: 100%; }
  .promise-strip::before, .promise-strip::after { display: none; }
  .hair-gallery { gap: 24px 16px; }
  .boutique-inner { grid-template-columns: 1fr 1fr; gap: 24px; }
  .boutique-copy { grid-column: 1 / -1; max-width: 600px; }
  .boutique-copy h2 br { display: none; }
  .visit-inner { gap: 35px; }
  .visit-actions { width: 310px; }
  .atelier-intro { gap: 35px; }
  .atelier-intro h1 { font-size: 4rem; }
  .collection { gap: 48px; }
  .collection-group { --collection-gap: 24px; }
}
@media (max-width: 600px) {
  .container { width: calc(100% - 40px); }
  .header-inner { min-height: 84px; padding-block: 13px; }
  .brand { gap: 8px; }
  .brand-name { font-size: clamp(1.6rem, 6vw, 1.95rem); }
  .brand img { width: 32px; height: 39px; }
  .brand-note { font-size: .75rem; letter-spacing: 0; margin-top: 5px; }
  .main-nav { align-items: stretch; gap: 8px 20px; }
  .main-nav > a:not(.button) { padding: 12px 4px; }
  .hero { grid-template-columns: 1fr; gap: 27px; padding-block: 24px 29px; }
  .hero-copy { padding-block: 9px 0; }
  .hero-portfolio { width: 100%; }
  .salon-intro { grid-template-columns: 1fr; grid-template-areas: "intro" "portrait" "story"; gap: 30px; padding-block: 30px 42px; }
  .stylist-copy h1 { font-size: clamp(3.5rem, 13vw, 4.8rem); }
  .stylist-copy .stylist-lead { font-size: 1.45rem; }
  .stylist-actions { align-items: stretch; }
  .stylist-actions .button { width: 100%; }
  .stylist-actions .text-link { margin-inline: auto; }
  .stylist-portrait { margin-top: 0; }
  .services-section { padding-block: 42px; }
  .service-list li { grid-template-columns: 1fr; gap: 12px; padding-block: 22px; }
  .service-list h3 { font-size: 1.8rem; }
  .hero .eyebrow { margin-bottom: 14px; }
  .hero h1 { font-size: clamp(3.65rem, 13vw, 4.8rem); margin-bottom: 20px; }
  .hero-description { font-size: 1.125rem; max-width: 350px; }
  .hero-description br { display: none; }
  .hero-actions { gap: 11px; margin-top: 23px; align-items: stretch; }
  .hero-actions .text-link { align-self: center; }
  .promise-strip { padding: 18px 20px; }
  .promise-strip ul { font-size: .9375rem; gap: 7px 12px; }
  .promise-strip li + li::before { margin-right: 12px; }
  .salon-section { padding-block: 46px 40px; }
  .section-heading { margin-bottom: 23px; }
  .section-heading h2 { font-size: 2.65rem; }
  .section-heading p:not(.eyebrow) { font-size: 1rem; }
  .hair-gallery { gap: 24px; }
  .hair-gallery--full { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px 12px; }
  .hair-gallery--preview { gap: 10px; }
  .hair-gallery figcaption { margin-top: 9px; font-size: .8125rem; }
  .image-button::after { opacity: 1; width: 30px; height: 30px; line-height: 27px; font-size: 1.25rem; bottom: 9px; right: 9px; }
  .salon-contact { flex-direction: column; align-items: stretch; gap: 18px; margin-top: 22px; padding-top: 22px; }
  .boutique-section { padding-block: 42px; }
  .boutique-inner { gap: 25px 14px; }
  .boutique-copy h2 { font-size: 2.8rem; }
  .boutique-copy h2 br { display: initial; }
  .boutique-copy .button { width: 100%; margin-top: 23px; }
  .product-preview figcaption { font-family: var(--sans); font-size: .875rem; margin-top: 11px; }
  .visit-section { padding-block: 43px; }
  .visit-inner { flex-direction: column; align-items: stretch; gap: 27px; }
  .visit-copy h2 { font-size: 2.8rem; }
  .visit-actions { width: 100%; }
  .visit-secondary .button { padding-inline: 12px; }
  .site-footer { padding-block: 29px; }
  .footer-inner { flex-direction: column; align-items: flex-start; gap: 19px; }
  .footer-brand .brand-name { font-size: 1.75rem; }
  .footer-links { gap: 23px; }
  .booking-dialog { padding: 35px 24px 24px; }
  .booking-dialog h2 { font-size: 2.45rem; }
  .atelier-intro { padding-block: 36px; grid-template-columns: 1fr; gap: 23px; }
  .atelier-intro h1 { font-size: clamp(3.5rem, 12vw, 4.5rem); }
  .atelier-intro .intro-description p { font-size: 1.125rem; margin-bottom: 10px; }
  .collection { gap: 38px; padding-bottom: 40px; }
  .collection-group { grid-template-columns: minmax(0, 1fr); max-width: none; gap: 38px; }
  .collection-card h2 { font-size: 2.2rem; }
  .atelier-note { flex-direction: column; gap: 12px; }
  .atelier-story { padding-block: 42px; }
  .atelier-story-inner { grid-template-columns: 1fr; gap: 23px; }
  .atelier-story p:not(.eyebrow) { font-size: 1.0625rem; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; animation: none !important; }
}
@media print {
  .site-header { position: static; }
  body { padding: 0; }
  .container { width: 100%; }
  .hero, .salon-section, .boutique-section, .visit-section { break-inside: avoid; }
}
