/* Ideal Saloon Studio 3.8.0. Existing font families are intentionally unchanged. */
:root { --mobile-gold: #dba64a; --mobile-ink: #252525; --mobile-border: #e6e2dc; }
[hidden] { display: none !important; }
main, section, article, aside, fieldset, footer > div, .hero-copy, .story-copy,
.service-card > div, .portfolio-detail-copy, .service-detail-copy, .service-detail-visual,
.booking-card, .booking-aside, .field, .booking-summary strong { min-width: 0; min-inline-size: 0; }
.site-footer { grid-template-columns: minmax(0,1.15fr) minmax(0,.8fr) minmax(0,1.3fr) minmax(0,.8fr); }
.site-footer p, .site-footer a, .contact-mini a, .contact-mini p,
.booking-summary strong, .break-text { overflow-wrap: anywhere; word-break: normal; }
.contact-phone { display: inline-block; max-width: 100%; white-space: nowrap; letter-spacing: 0 !important; }
.contact-email { letter-spacing: 0 !important; }
.field input, .field select { width: 100%; max-width: 100%; min-width: 0; box-sizing: border-box; }
.booking-summary > div { grid-template-columns: minmax(0,.8fr) minmax(0,1.2fr); }
.booking-steps { grid-template-columns: repeat(4,minmax(0,1fr)); }
.booking-steps span { white-space: normal; overflow-wrap: normal; }
.brand-wordmark, .mobile-action-bar { display: none; }
.hero-subtitle { font-size: 13px; letter-spacing: .24em; color: #96713b; margin: 7px 0 16px; }
.hero-reassurance { display: flex; flex-wrap: wrap; gap: 14px; margin: 26px 0 0; font-size: 11px; color: #6b6965; }
.hero-reassurance span { display: flex; align-items: flex-start; gap: 4px; }
.hero-reassurance svg { width: 16px; height: 16px; flex: 0 0 16px; fill: none; stroke: #8b744e; stroke-width: 1.6; }
.hero .hero-whatsapp { margin: 0; }
.story-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 24px; }
.story-actions .button { font-size: 12px; }
.mobile-introduction { background: #fff; border-bottom: 1px solid #efede9; }
.service-grid .service-card .service-arrow { position: static; display: block; margin-top: 16px; }
.service-grid .service-card h3 { overflow-wrap: normal; }
.service-grid .service-card { min-width: 0; }
.gallery-thumbs button:focus-visible, .gallery-nav:focus-visible, .gallery-close:focus-visible { outline: 3px solid #e4b558; outline-offset: 3px; }
.portfolio-gallery-top { flex-wrap: wrap; }
.portfolio-overlay h2, .portfolio-detail-panel h2, .portfolio-procedure h3,
.page-heading h1, .booking-aside h2, .appointment h2 { overflow-wrap: break-word; }
.portfolio-detail-panel h2 { font-size: clamp(25px,3vw,38px); }
.service-detail-visual img { max-width: 100%; }
.site-header .menu-toggle svg { pointer-events: none; }
.admin-bar .site-header { top: 32px; }
body.modal-open { overflow: hidden; }

/* The navigation is a tap menu on smaller tablets as well as phones. */
@media (max-width:1024px) {
  .site-header { height: 72px; padding: 0 22px; gap: 12px; position: sticky; top: 0; background: #fff; }
  .site-header .brand-logo { display: flex; align-items: center; flex: 0 1 auto; min-width: 0; gap: 10px; }
  .site-header .brand-logo img { width: 48px; height: 48px; flex: 0 0 48px; }
  .site-header .brand-wordmark { display: block; color: #a27836; font-size: 21px; line-height: 1.15; letter-spacing: .13em; }
  .site-header .brand-wordmark small { display: block; font-size: 8px; margin: 5px 0 0; letter-spacing: .18em; color: #867349; text-align: left; }
  .site-header .nav-book { display: none !important; }
  .site-header .menu-toggle { display: flex; align-items: center; justify-content: center; flex: 0 0 44px; width: 44px; height: 44px; min-height: 44px; min-width: 44px; padding: 0; border: 1px solid #ece8e2; border-radius: 5px; background: #fff; color: #363432; font-size: 16px; }
  .site-header .menu-toggle::after { display: none; }
  .site-header nav { display: none !important; position: absolute; top: 72px; left: 12px; right: 12px; flex-direction: column; gap: 2px; padding: 8px; background: #fff; border: 1px solid var(--mobile-border); border-radius: 7px; box-shadow: 0 10px 30px #251c1714; max-height: calc(100dvh - 160px); overflow-y: auto; }
  .site-header nav.open { display: flex !important; }
  .site-header nav a { display: flex; align-items: center; min-height: 48px; padding: 10px 14px; border: 0; border-radius: 4px; font-size: 15px; }
  .site-header nav a[aria-current], .site-header nav a:hover { background: #f9f5ed; color: #7d5b25; }
}

@media (max-width:782px) { .admin-bar .site-header { top: 46px; } }
@media (max-width:600px) { .admin-bar .site-header { top: 0; } }

@media (max-width:760px) {
  html { scroll-padding-top: 90px; }
  body { background: #fff; font-size: 15px; line-height: 1.65; width: 100%; padding-bottom: calc(66px + env(safe-area-inset-bottom,0px)); overflow-x: visible; }
  body:has(#booking-form) { padding-bottom: calc(66px + env(safe-area-inset-bottom,0px)); }
  body.keyboard-open .mobile-action-bar, body.modal-open .mobile-action-bar { visibility: hidden; pointer-events: none; }
  .topline { display: none; }
  .site-header { height: 70px; padding: 0 18px; }
  .site-header nav { top: 70px; }
  .site-header .brand-logo img { width: 45px; height: 45px; flex-basis: 45px; }
  .site-header .brand-wordmark { font-size: 20px; }

  /* Mobile-first hero: reference-style text plus a clear bridal image. */
  .hero {
    display: flex; flex-direction: column; justify-content: center; align-items: stretch;
    gap: 0; min-height: auto; padding: 44px 22px 38px;
    text-align: center; isolation: isolate;
    background:
      linear-gradient(119deg,transparent 0 26%,#dadbd717 26.5%,transparent 27.5% 59%,#c6c9c619 60%,transparent 62%),
      linear-gradient(42deg,transparent 23%,#cbcfc919 24%,transparent 25% 70%,#deddd526 71%,transparent 74%),
      radial-gradient(ellipse at 22% 15%,#fff 0,transparent 65%),
      linear-gradient(155deg,#f9f9f6 0%,#fdfdfc 45%,#f3f4f0 100%);
  }
  .hero-copy { width: 100%; max-width: 430px; margin: 0 auto; padding: 0; }
  .hero-copy .eyebrow { font-size: 10px; font-weight: 400; line-height: 1.6; letter-spacing: .18em; margin: 0 0 22px; color: #9a7a42; }
  .hero-copy h1 { font-size: clamp(40px,12vw,55px); font-weight: 400; line-height: 1.18; letter-spacing: .15em; color: #c68d32; margin: 0 0 7px; padding-left: .15em; }
  .hero-subtitle { font-size: 11px; letter-spacing: .25em; color: #a28556; margin: 0 0 24px; }
  .hero-copy .intro { max-width: 330px; margin: 0 auto; font-size: 14px; line-height: 1.85; color: #686a6b; }
  .hero .actions { display: grid; grid-template-columns: minmax(0,1fr); gap: 12px; width: 100%; max-width: 292px; margin: 30px auto 0; }
  .hero .actions .button { display: flex; align-items: center; justify-content: center; gap: 10px; width: 100%; margin: 0; min-height: 49px; padding: 14px 12px; border-radius: 5px; font-size: 11px; font-weight: 500; line-height: 1.35; letter-spacing: .13em; text-transform: uppercase; }
  .hero .hero-book { background: var(--mobile-gold); border-color: var(--mobile-gold); color: #262017; box-shadow: 0 3px 9px #9b732720; }
  .hero .hero-book:hover { background: #cb963c; }
  .hero .hero-whatsapp { background: #ffffffb3; color: #8b6326; border: 1px solid #d7b26b; box-shadow: none; }
  .hero .hero-whatsapp:hover { background: #f8f1e5; }
  .hero-reassurance { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 9px; max-width: 344px; margin: 20px auto 0; font-size: 10px; line-height: 1.45; text-align: left; color: #73736e; }
  .hero-reassurance span { gap: 3px; min-width: 0; }
  .hero-reassurance svg { width: 13px; height: 13px; flex-basis: 13px; }
  .hero-note, .vertical-note { display: none; }
  .hero-art { display: block; width: min(100%,360px); max-width: 360px; margin: 30px auto 0; filter: none; }
  .hero-art .photo { position: relative; width: 100%; aspect-ratio: 4/5; max-height: none; overflow: hidden; border-radius: 7px; background: #eee6da; box-shadow: 0 12px 28px rgba(56,43,29,.10); }
  .hero-art .photo.single-photo img { position: absolute !important; inset: 0 !important; width: 100% !important; height: 100% !important; max-width: 100% !important; object-fit: cover !important; object-position: center 18% !important; }
  .hero-art .image-label { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-top: 0; padding: 14px 15px; border-radius: 0 0 7px 7px; background: #1a1917; color: #f2dfae; font-size: 10px; letter-spacing: .13em; }
  .hero-art .image-label a { display: grid; place-items: center; width: 34px; height: 34px; border: 1px solid #a8894f; border-radius: 50%; color: #f2dfae; }

  .section { padding: 45px 20px; }
  h2 { font-size: clamp(27px,7.5vw,34px); line-height: 1.23; }
  .mobile-introduction { display: block; text-align: center; padding: 50px 24px 48px; }
  .mobile-introduction .eyebrow { margin-bottom: 14px; font-size: 10px; letter-spacing: .16em; }
  .mobile-introduction h2 { font-size: clamp(26px,7.8vw,32px); line-height: 1.25; letter-spacing: .01em; color: #34373a; }
  .mobile-introduction .story-copy { max-width: 410px; margin: 21px auto 0; }
  .mobile-introduction .story-copy p { font-size: 14px; line-height: 1.85; color: #62686f; }
  .mobile-introduction .story-copy p + p { margin-top: 13px; }
  .story-actions { display: flex; flex-direction: column; align-items: center; gap: 12px; margin-top: 26px; }
  .story-actions .button { justify-content: center; gap: 9px; min-width: 180px; max-width: 100%; min-height: 44px; padding: 11px 20px; background: #fff; border: 1px solid #d9dce0; border-radius: 4px; color: #525964; font-size: 10px; text-transform: uppercase; letter-spacing: .07em; }
  .service-ribbon { display: flex; flex-wrap: wrap; white-space: normal; justify-content: center; gap: 8px 14px; padding: 16px 20px; overflow: visible; font-size: 10px; letter-spacing: .12em; background: #faf9f6; }
  .service-ribbon i { display: none; }
  .section-heading { margin-bottom: 24px; }
  .section-heading .eyebrow { margin-bottom: 12px; font-size: 10px; letter-spacing: .13em; }
  .section-heading > p { font-size: 14px; line-height: 1.7; }
  .section-heading .text-link { margin-top: 14px; font-size: 13px; }
  .service-grid { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 10px; }
  .service-grid .service-card { position: relative; padding: 17px 13px; border-radius: 8px; background: #fdfbf8; min-height: 0; }
  .service-grid .service-card .eyebrow { position: static; font-size: 11px; letter-spacing: .05em; margin-bottom: 13px; }
  .service-grid .service-card h3 { font-size: 22px; line-height: 1.22; margin-bottom: 9px; }
  .service-grid .service-card p { font-size: 12px; min-height: 0; line-height: 1.6; }
  .service-grid .service-card .service-arrow { display: block; position: static; font-size: 10px; letter-spacing: .02em; margin-top: 15px; line-height: 1.6; }
  .portfolio-preview .look-grid { grid-template-columns: minmax(0,1fr); gap: 25px; }
  .portfolio-preview .look:last-child { grid-column: auto; width: 100%; margin: 0; }
  .look .photo { aspect-ratio: 4/5; max-height: 480px; border-radius: 8px; }
  .look-caption strong { font-size: 23px; }
  .look-caption small { font-size: 12px; }
  .look-caption { gap: 8px; min-width: 0; }
  .look-caption > span { min-width: 0; }

  .page-heading { padding: 35px 20px 30px; text-align: center; }
  .page-heading h1 { font-size: clamp(30px,8.5vw,38px); line-height: 1.2; letter-spacing: normal; }
  .page-heading .eyebrow { font-size: 10px; letter-spacing: .1em; margin-bottom: 14px; }
  .page-heading p:last-child { max-width: 420px; margin: 16px auto 0; font-size: 14px; line-height: 1.7; }
  .service-card-grid { grid-template-columns: minmax(0,1fr) !important; gap: 14px; }
  .service-card-grid .service-card { grid-template-columns: minmax(0,92px) minmax(0,1fr); padding: 0; border-radius: 9px; }
  .service-card-grid .service-card img { width: 100%; min-height: 195px; height: 100%; }
  .service-card-grid .service-card > div { padding: 17px 13px; }
  .service-card-grid .service-card h2 { font-size: 23px; line-height: 1.25; overflow-wrap: normal; }
  .service-card-grid .service-card strong { font-size: 13px; line-height: 1.55; letter-spacing: 0; }
  .service-card-grid .service-card p { font-size: 12px; }
  .service-card-grid .service-card span { font-size: 10px; letter-spacing: .025em; line-height: 1.6; }
  .service-detail-page { display: flex; flex-direction: column; align-items: stretch; gap: 28px; }
  .service-detail-copy h2, .detail-price { font-size: 28px; }
  .service-detail-copy ol { padding-left: 21px; }
  .service-detail-copy li { overflow-wrap: break-word; }
  .service-detail-visual { width: 100%; }
  .service-detail-visual img { height: auto; max-height: 460px; aspect-ratio: 3/4; }
  .black-gold-note { padding: 21px 18px; }
  .black-gold-note .contact-phone { font-size: 15px; }
  .detail-actions .button { justify-content: center; gap: 10px; font-size: 13px; white-space: normal; text-align: center; }
  .portfolio-overlay h2 { font-size: clamp(25px,7.7vw,32px); line-height: 1.2; }
  .portfolio-category-card { max-height: 520px; border-radius: 9px; }
  .portfolio-gallery-top { gap: 8px 12px; font-size: 10px; letter-spacing: .06em; }
  .portfolio-gallery-top a { display: inline-flex; align-items: center; min-height: 44px; }
  .portfolio-detail-panel h2 { font-size: 28px; line-height: 1.32; }
  .portfolio-detail-panel p { font-size: 14px; }
  .portfolio-procedure h3 { font-size: 25px; line-height: 1.2; margin-bottom: 16px; }
  .portfolio-procedure ol { font-size: 14px; }
  .portfolio-procedure .button { font-size: 13px; line-height: 1.5; letter-spacing: 0; padding: 14px 12px; }
  .portfolio-photo-grid { grid-template-columns: repeat(2,minmax(0,1fr)) !important; }
  .portfolio-photo-grid > button { min-width: 0; }
  .gallery-modal { height: 100dvh; }
  .gallery-thumbs { max-width: calc(100vw - 20px); }
  .gallery-thumbs button { min-width: 44px; }
  dialog[open] { padding: 0; width: calc(100vw - 24px); max-width: 460px; max-height: calc(100dvh - 30px); overflow: auto; border: 0; }
  .gallery-info { min-width: 0; padding: 22px 20px; }
  .gallery-info .button { white-space: normal; font-size: 12px; gap: 10px; }
  .gallery-info h2 { font-size: 27px; }

  /* No unbreakable email, price or default fieldset width can force a page wider. */
  .booking-shell { padding: 24px 16px 38px; }
  .booking-card { padding: 20px 15px !important; border-radius: 10px; }
  .booking-step { padding: 0; min-width: 0; min-inline-size: 0; margin: 0; }
  .booking-step legend { max-width: 100%; font-size: 26px; line-height: 1.25; padding: 0; }
  .booking-steps { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 8px; white-space: normal; overflow: visible; margin-bottom: 26px; padding-bottom: 0; }
  .booking-steps span { min-width: 0; font-size: 10px; line-height: 1.5; padding: 9px 6px; white-space: normal; letter-spacing: .02em; }
  .step-note { font-size: 12px; line-height: 1.7; overflow-wrap: break-word; }
  .service-options { grid-template-columns: minmax(0,1fr) !important; }
  .service-options label { min-width: 0; }
  .service-options label > span { min-height: 67px; padding: 13px 13px; }
  .service-options strong { font-size: 14px; line-height: 1.4; }
  .service-options small { font-size: 12px; line-height: 1.5; }
  .field { width: 100%; }
  .field input, .field select { min-width: 0 !important; max-width: 100%; width: 100%; min-height: 50px; font-size: 16px; line-height: 1.4; padding: 12px; border-radius: 5px; }
  .field input[type=date] { -webkit-appearance: none; appearance: none; }
  .field input[type=date]::-webkit-date-and-time-value { text-align: left; }
  .form-actions .button { justify-content: center; gap: 12px; min-height: 49px; font-size: 13px; }
  .booking-summary > div { display: grid; grid-template-columns: minmax(0,1fr); gap: 4px; padding-block: 12px; }
  .booking-summary span { font-size: 11px; }
  .booking-summary strong { max-width: 100%; font-size: 14px; text-align: left; overflow-wrap: anywhere; }
  .booking-consent { gap: 9px; align-items: flex-start; font-size: 13px; }
  .booking-consent input { flex: 0 0 18px; width: 18px; height: 18px; margin: 3px 0 0; }
  .booking-success h2 { font-size: 28px; }
  #whatsapp-confirm { width: 100%; justify-content: center; text-align: center; gap: 8px; font-size: 12px; line-height: 1.5; padding-inline: 10px; }
  .booking-aside h2 { font-size: 28px; }
  .contact-mini a, .contact-mini p { font-size: 14px; line-height: 1.75; max-width: 100%; }
  .contact-mini .contact-phone { display: inline-block; white-space: nowrap; font-size: 15px; }
  .location-map { object-fit: cover; }

  .appointment { padding: 35px 22px; }
  .appointment h2 { font-size: 30px; line-height: 1.25; }
  .appointment .button { justify-content: center; gap: 12px; font-size: 13px; }
  .site-footer { display: grid; grid-template-columns: minmax(0,1fr); padding: 38px 23px 28px; gap: 26px; text-align: left; }
  .site-footer > div { width: 100%; max-width: 100%; }
  .site-footer h3 { font-size: 20px; margin-bottom: 12px; }
  .site-footer .brand-logo img { width: 72px; height: 72px; }
  .site-footer p { font-size: 14px; }
  .site-footer a:not(.brand) { display: block; width: fit-content; max-width: 100%; padding: 6px 0; margin: 0; font-size: 14px; line-height: 1.65; }
  .site-footer .contact-phone { font-size: 16px !important; white-space: nowrap; }
  .site-footer .contact-email { font-size: 14px; overflow-wrap: anywhere; }
  .footer-bottom { display: grid; gap: 8px; padding-top: 21px; font-size: 11px; letter-spacing: .03em; line-height: 1.6; }
  .footer-bottom span { overflow-wrap: break-word; }

  .mobile-booking-bar { display: none !important; }
  .mobile-action-bar { display: grid; position: fixed; z-index: 950; inset: auto 0 0; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 0; padding: 0 0 env(safe-area-inset-bottom,0px); background: #fff; border-top: 1px solid #e2e4e6; box-shadow: 0 -2px 9px #00000006; }
  .mobile-action-bar .mobile-action { display: flex; flex-direction: column; justify-content: center; align-items: center; gap: 5px; min-width: 0; height: 65px; padding: 9px 4px; border: 0; border-right: 1px solid #e6e7e8; color: #4b5057; background: #fff; line-height: 1.25; font-size: 11px; font-weight: 400; letter-spacing: 0; text-align: center; white-space: nowrap; }
  .mobile-action-bar .mobile-action:hover { background: #f9f8f4; }
  .mobile-action-bar .mobile-action-book { background: var(--mobile-gold); color: #27231c; border-right: 0; }
  .mobile-action-bar .mobile-action-book:hover { background: #ca973d; }
  .mobile-action-bar svg { width: 21px; height: 21px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
}

@media (max-width:350px) {
  .site-header { padding-inline: 14px; }
  .site-header .brand-wordmark { font-size: 18px; }
  .hero { padding: 32px 19px; }
  .hero-reassurance { font-size: 9px; gap: 6px; }
  .section { padding-inline: 16px; }
  .mobile-introduction { padding-inline: 22px; }
  .service-card-grid .service-card { grid-template-columns: minmax(0,82px) minmax(0,1fr); }
  .service-card-grid .service-card h2 { font-size: 21px; }
  .service-card-grid .service-card > div { padding-inline: 11px; }
}
@media (prefers-reduced-motion:reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .001ms !important; animation-duration: .001ms !important; }
}

.map-preview {display:block;overflow:hidden;border-radius:8px;}
.map-preview .location-map {width:100%;height:auto;aspect-ratio:885/198;object-fit:contain;border:0;}
