/* Sara Aguilar Makeup - shared brand system.
   Original artwork is kept intact. All layout and colour tokens live here. */
:root {
  --paper: #fbf7f2;
  --ink: #281f22;
  --wine: #64323e;
  --rose: #95594f;
  --cream: #f0e5dd;
  --muted: #6c5d5e;
  --line: rgba(100, 50, 62, .18);
  --font-display: 'Noto Serif Display', Georgia, 'Times New Roman', serif;
  --font-body: 'DM Sans', Arial, sans-serif;
  --page-gutter: clamp(24px, 6vw, 112px);
}
html { scroll-padding-top: 126px; }
body { font-family: var(--font-body); background: var(--paper); color: var(--ink); -webkit-font-smoothing: antialiased; }
::selection { background: var(--wine); color: var(--paper); }
img { max-width: 100%; }
button, input, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { text-underline-offset: .24em; }
a:focus-visible, button:focus-visible, summary:focus-visible { outline: 2px solid var(--rose); outline-offset: 6px; }
.sr-only { position: absolute; width: 1px; height: 1px; margin: -1px; padding: 0; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip { position: fixed; top: 12px; left: -9999px; z-index: 100; }
.skip:focus { left: 16px; padding: 12px 20px; background: var(--paper); color: var(--ink); border: 1px solid var(--wine); }
h1, h2, h3, .hero h1, .section-head h2, .about h2, .areas h2, .contact h2,
.service-grid h3, .facts strong, blockquote p, .phone, .lead-intro h2,
.proof-strip strong, .portfolio h2, .portfolio-cta p, .faq h2, .faq summary,
.benefits strong, .footer-tagline { font-family: var(--font-display); font-weight: 400; }
h1, h2, h3 { text-wrap: balance; }
/* The full, supplied lockup remains legible on both desktop and mobile. */
.site-header {
  position: sticky; top: 0; z-index: 30; display: flex; align-items: center;
  justify-content: space-between; gap: 28px; height: 108px;
  padding: 9px var(--page-gutter); background: rgba(251,247,242,.98);
  border-bottom: 1px solid var(--line);
}
.site-header .brand { display: inline-flex; flex: 0 0 auto; width: 178px; text-decoration: none; }
.brand img { display: block; width: 100%; height: auto; }
.site-nav { display: flex; align-items: center; gap: clamp(18px,2.3vw,34px); }
.site-nav a { font-size: 12px; text-decoration: none; white-space: nowrap; padding: 12px 0; transition: color .18s ease; }
.site-nav a:hover, .site-nav a[aria-current='page'] { color: var(--rose); }
.site-nav .nav-cta { display: inline-flex; gap: 20px; align-items: center; background: var(--wine); color: #fff; padding: 13px 19px; border: 1px solid var(--wine); border-radius: 3px; }
.site-nav .nav-cta:hover { background: var(--ink); color: #fff; border-color: var(--ink); }
.site-header .menu { display: none; align-items: center; gap: 10px; min-height: 44px; cursor: pointer; border: 1px solid var(--line); border-radius: 3px; padding: 9px 12px; color: var(--ink); font-size: 12px; background: transparent; }
.menu-icon { display: grid; gap: 5px; width: 19px; }
.menu-icon i { height: 1px; background: currentColor; display: block; transition: transform .2s; }
.menu[aria-expanded='true'] .menu-icon i:first-child { transform: translateY(3px) rotate(45deg); }
.menu[aria-expanded='true'] .menu-icon i:last-child { transform: translateY(-3px) rotate(-45deg); }
/* Editorial home hero: text and image have their own space at every width. */
.page-home .hero { display: grid; grid-template-columns: 1.2fr .8fr; align-items: center; gap: 5vw; min-height: 0; padding: 56px var(--page-gutter) 66px; max-width: 1680px; margin: auto; overflow: visible; }
.hero-copy { position: relative; min-width: 0; padding: 18px 0; }
.hero .eyebrow { display: flex; align-items: center; gap: 14px; font-size: 10px; letter-spacing: .16em; color: var(--rose); line-height: 1.7; }
.hero .eyebrow::before { content: ''; flex: 0 0 30px; height: 1px; background: currentColor; }
.page-home .hero h1 { font-family: var(--font-display); font-size: clamp(70px,7.7vw,125px); font-weight: 400; line-height: 1.03; letter-spacing: -.055em; margin: 27px 0 26px; }
.hero h1 em { font-family: inherit; font-weight: 400; color: var(--wine); }
.hero-copy > p { max-width: 530px; font-size: clamp(16px,1.25vw,19px); line-height: 1.8; color: var(--muted); }
.hero-copy > p strong { font-weight: 500; color: var(--ink); }
.hero .actions { gap: 10px 20px; margin-top: 26px; }
.primary, .secondary, .cta, .ghost { min-height: 48px; font-family: var(--font-body); font-size: 12px; line-height: 1.5; align-items: center; }
.primary, .cta { background: var(--wine); border: 1px solid var(--wine); border-radius: 3px; color: #fff; transition: background .2s ease, transform .2s ease; }
.primary:hover, .cta:hover { background: var(--ink); border-color: var(--ink); transform: translateY(-2px); }
.secondary, .ghost { padding: 13px 3px; }
.hero .primary { padding: 15px 18px; gap: 24px; }
.hero .secondary { font-size: 11px; }
.hero .trust { display: flex; flex-wrap: wrap; gap: 10px 20px; padding: 26px 0 0; margin-top: 22px; border-top: 1px solid var(--line); font-size: 9px; letter-spacing: .045em; color: var(--muted); }
.hero .trust li::before { content: '\2726'; margin-right: 6px; color: var(--rose); }
.page-home .hero-photo { position: relative; inset: auto; width: 100%; height: auto; aspect-ratio: 4 / 5; max-height: 650px; border-radius: 260px 260px 8px 8px; margin: 0; opacity: 1; overflow: hidden; box-shadow: none; background: var(--wine); }
.hero-photo img { display: block; width: 100%; height: 100%; object-fit: cover; object-position: center 30%; filter: none; }
.hero-photo::after { background: linear-gradient(0deg,rgba(28,20,23,.7),transparent 32%); pointer-events: none; }
.hero-signature { position: absolute; bottom: 27px; left: 26px; right: 20px; z-index: 2; display: flex; align-items: center; gap: 18px; color: #fff; }
.hero-signature img { width: 48px; height: 52px; object-fit: contain; flex: 0 0 auto; }
.hero-signature span { font-family: var(--font-display); font-size: clamp(19px,1.7vw,26px); font-style: italic; line-height: 1.25; }
/* Enquiry and trust blocks. */
.lead-box { margin: 0 var(--page-gutter); grid-template-columns: .85fr 1.15fr; box-shadow: 0 12px 48px rgba(64,32,36,.05); border: 1px solid var(--line); border-radius: 5px; overflow: hidden; }
.lead-intro { position: relative; padding: 38px; background: var(--wine); overflow: hidden; }
.lead-intro::after { content: ''; position: absolute; width: 185px; height: 195px; right: -48px; bottom: -62px; background: url('/assets/brand/symbol-light.webp') center/contain no-repeat; opacity: .075; pointer-events: none; }
.lead-intro > span { font-size: 9px; letter-spacing: .17em; }
.lead-intro h2 { font-size: clamp(33px,3.5vw,49px); line-height: 1.13; margin: 16px 0; }
.lead-intro p { font-size: 13px; max-width: 310px; }
#lead-form { padding: 30px 34px; gap: 14px 26px; min-width: 0; }
#lead-form label { font-size: 11px; min-width: 0; }
#lead-form input, #lead-form select { min-height: 42px; min-width: 0; border-radius: 0; font-size: 13px; }
#lead-form select { padding-right: 25px; background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='m4 6 4 4 4-4' fill='none' stroke='%2364323e' stroke-width='1.5'/%3E%3C/svg%3E") right 5px center/16px no-repeat; }
#lead-form button { font-family: var(--font-body); font-size: 12px; background: var(--wine); align-items: center; gap: 14px; border-radius: 3px; transition: background .2s; }
#lead-form button:hover { background: var(--ink); }
#lead-form small { font-size: 10px; line-height: 1.55; color: var(--muted); }
.proof-strip { padding: 42px var(--page-gutter) 0; gap: 16px; }
.proof-strip div { padding: 0 18px; }
.proof-strip strong { font-size: 21px; }
.proof-strip span { color: var(--muted); }
/* Existing photographs and copy, with a more consistent card rhythm. */
.section { padding: 100px var(--page-gutter); }
.section-head { gap: 28px; margin-bottom: 46px; grid-template-columns: .8fr 2fr 1.1fr; }
.section-head > span, .about-copy > span, .areas > div > span { color: var(--rose); font-size: 10px; letter-spacing: .16em; }
.section-head h2, .about h2, .areas h2, .contact h2 { font-size: clamp(39px,4.25vw,68px); line-height: 1.13; }
.section-head p { color: var(--muted); font-size: 13px; line-height: 1.8; }
.service-grid { grid-template-columns: repeat(4,minmax(0,1fr)); border: none; gap: 18px; }
.service-grid article { min-height: 0; padding: 0 22px 24px; border: 1px solid var(--line); border-radius: 5px; overflow: hidden; background: #fff; transition: box-shadow .25s; }
.service-grid article:hover { box-shadow: 0 14px 34px rgba(64,32,36,.08); }
.service-grid article > img { width: calc(100% + 44px); max-width: none; height: 235px; margin: 0 -22px 23px; object-fit: cover; }
.service-grid article > span { font-size: 10px; }
.service-grid h3 { font-size: clamp(24px,2.25vw,33px); line-height: 1.16; margin: 12px 0; letter-spacing: -.025em; }
.service-grid p { font-size: 12px; line-height: 1.8; margin: 0 0 23px; color: var(--muted); }
.service-grid a { display: block; font-size: 11px; line-height: 1.8; }
.service-grid a + a { margin-top: 9px; }
.service-grid .featured { background: var(--wine); color: #fff; border-color: var(--wine); }
.service-grid .featured > span, .service-grid .featured p { color: #f3dcd6; }
.service-grid .service-card-contact { position: relative; justify-content: center; padding: 32px 25px; background: var(--cream); }
.service-card-contact > img.brand-card-symbol { width: 89px; height: 94px; object-fit: contain; margin: 0 0 36px; }
.service-card-contact > span { font-size: 9px; letter-spacing: .12em; }
.service-card-contact h3 { font-size: 37px; }
.service-card-contact p { margin-bottom: 26px; }
.service-card-contact a { margin-top: 0; }
.portfolio { padding: 100px var(--page-gutter); background: var(--ink); }
.portfolio-head { grid-template-columns: .8fr 3.1fr; gap: 28px; margin-bottom: 42px; }
.portfolio-head > span { color: #d9b7af; font-size: 10px; letter-spacing: .16em; }
.portfolio-head > div { grid-template-columns: 2fr 1.1fr; gap: 35px; }
.portfolio h2 { font-size: clamp(39px,4.25vw,68px); line-height: 1.13; }
.portfolio-head p { color: #d9ced0; font-size: 13px; line-height: 1.8; }
.portfolio-grid { grid-auto-rows: 255px; gap: 14px; }
.portfolio-grid figure { border-radius: 4px; }
.portfolio-grid figcaption { font-size: 11px; padding: 40px 20px 17px; }
.portfolio-cta p { font-size: 25px; }
.portfolio-cta .primary { border-color: #fff; }
.portfolio-cta .primary:hover { background: var(--cream); border-color: var(--cream); }
.about { background: var(--cream); min-height: 0; }
.about .portrait { min-height: 600px; height: 100%; }
.about .portrait img { filter: none; }
.about-copy { padding: 80px 6vw; }
.about-copy h2 { margin: 20px 0 28px; }
.about-copy .lead { font-size: 19px; }
.about-copy p:not(.lead) { color: var(--muted); font-size: 14px; line-height: 1.85; }
.about-signature { display: block; width: 184px; height: auto; margin-top: 34px; }
.facts { margin-top: 30px; padding-top: 22px; }
.facts strong { font-size: 37px; }
.facts small { font-size: 11px; }
.reviews .section-head { grid-template-columns: .8fr 3.1fr; }
.review-grid { background: transparent; gap: 20px; }
blockquote { border: 1px solid var(--line); border-radius: 4px; padding: 30px; min-height: 290px; background: var(--paper); }
blockquote div { color: var(--rose); font-size: 11px; }
blockquote p { font-size: 22px; line-height: 1.5; }
blockquote cite { font-size: 11px; color: var(--muted); }
.areas { padding: 90px var(--page-gutter); background: var(--wine); gap: 8vw; }
.areas > div > span { color: #ebc9c0; }
.areas h2 { margin-top: 22px; }
.areas p { font-size: 14px; line-height: 1.9; color: #f4e4e1; }
.places span { font-size: 12px; padding: 12px 20px; }
.faq { padding: 90px var(--page-gutter); }
.faq h2, .faq-head h2 { font-size: clamp(38px,4.2vw,62px); line-height: 1.12; }
.faq-head > span { color: var(--rose); font-size: 10px; }
.faq-head > p { font-size: 14px; color: var(--muted); }
.faq summary { font-size: 22px; line-height: 1.4; gap: 24px; min-height: 32px; }
.faq summary::-webkit-details-marker { display: none; }
.faq details p { font-size: 14px; line-height: 1.85; }
.faq details[open] { padding-bottom: 26px; }
.contact { position: relative; overflow: hidden; padding: 94px var(--page-gutter); background: var(--wine); }
.contact::before { content: ''; position: absolute; width: 430px; height: 460px; left: -180px; top: 18px; background: url('/assets/brand/symbol-light.webp') center/contain no-repeat; opacity: .06; pointer-events: none; transform: rotate(-12deg); }
.contact > * { position: relative; }
.contact > span { font-size: 10px; }
.contact h2 { font-size: clamp(53px,6.8vw,102px); margin: 19px 0 24px; }
.contact p { font-size: 14px; color: #f4e4e1; line-height: 1.9; }
.contact .actions { gap: 14px 28px; }
.primary.light, .quote .cta { border-color: #fff; }
.primary.light:hover, .quote .cta:hover { background: var(--cream); color: var(--ink); border-color: var(--cream); }
.contact .phone { font-family: var(--font-body); font-size: 16px; letter-spacing: .06em; margin-top: 25px; }
/* Shared branded footer. */
.site-footer { display: grid; grid-template-columns: 1.5fr 1fr 1fr; gap: 42px 70px; padding: 66px var(--page-gutter) 28px; background: var(--ink); color: var(--paper); align-items: start; }
.site-footer .footer-intro { display: block; }
.site-footer .brand { display: inline-flex; width: 210px; text-decoration: none; }
.site-footer .footer-tagline { font-size: 20px; line-height: 1.45; max-width: 280px; color: var(--paper); margin: 23px 0 0; }
.site-footer .footer-nav, .site-footer .footer-contact { display: flex; flex-direction: column; align-items: flex-start; gap: 9px; padding-top: 12px; }
.site-footer .footer-label { text-transform: uppercase; font-size: 9px; letter-spacing: .2em; color: #d9b7af; margin: 0 0 12px; font-weight: 500; }
.site-footer a { color: var(--paper); font-size: 12px; text-decoration: none; line-height: 1.8; }
.site-footer a:hover { color: #ecc0b4; }
.site-footer .footer-contact p { margin: 6px 0 0; font-size: 11px; color: #cbbfc2; max-width: 280px; line-height: 1.8; }
.site-footer .footer-bottom { grid-column: 1/-1; display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center; border-top: 1px solid rgba(251,247,242,.15); padding-top: 23px; gap: 12px 30px; margin-top: 10px; }
.footer-bottom small, .footer-bottom a { color: #cbbfc2; font-size: 10px; }
.floating-wa, .float { position: fixed; display: inline-flex; gap: 9px; align-items: center; right: 22px; bottom: calc(18px + env(safe-area-inset-bottom,0px)); background: var(--wine); color: #fff; padding: 13px 18px; font-size: 12px; line-height: 1.4; border: 1px solid rgba(255,255,255,.4); box-shadow: 0 7px 24px rgba(40,31,34,.22); z-index: 20; border-radius: 28px; }
.floating-wa:hover, .float:hover { background: var(--ink); }
.floating-wa svg, .float svg { width: 18px; height: 18px; }
/* All service pages now share the same logo, typography and navigation. */
.crumb { padding: 21px var(--page-gutter); color: var(--muted); font-size: 11px; }
.service-hero { display: grid; grid-template-columns: 1.1fr .9fr; gap: 6vw; padding: 18px var(--page-gutter) 70px; min-height: 0; max-width: 1680px; margin: auto; align-items: center; }
.service-hero > div { padding: 28px 0; min-width: 0; }
.kicker { color: var(--rose); font-size: 10px; letter-spacing: .15em; line-height: 1.8; display: block; }
.page-inner h1 { font-size: clamp(48px,5.5vw,85px); line-height: 1.06; letter-spacing: -.045em; margin: 23px 0; }
.service-hero p { font-size: 16px; line-height: 1.85; color: var(--muted); }
.service-hero p strong { color: var(--ink); }
.service-hero figure { position: relative; margin: 0; min-height: 0; height: auto; aspect-ratio: 4/5; border-radius: 240px 240px 6px 6px; overflow: hidden; background: var(--cream); }
.service-hero figure > img { display: block; width: 100%; height: 100%; object-fit: cover; object-position: center 30%; }
.service-hero .image-mark { position: absolute; right: 20px; bottom: 20px; width: 65px; height: 69px; padding: 9px; background: var(--wine); border-radius: 50%; }
.service-hero .image-mark img { display: block; width: 100%; height: 100%; object-fit: contain; }
.page-inner .cta, .page-inner .ghost { display: inline-flex; justify-content: center; padding: 14px 17px; font-size: 12px; }
.page-inner .ghost { border-radius: 0; border-bottom: 1px solid var(--ink); padding-left: 2px; padding-right: 2px; }
.benefits { padding: 0 var(--page-gutter) 20px; gap: 12px; }
.benefits div { padding: 15px 20px; }
.benefits strong { font-size: 23px; font-weight: 400; }
.benefits span { font-size: 11px; color: var(--muted); }
.content { padding: 85px var(--page-gutter); gap: 8vw; }
.content h2, .related h2 { font-size: clamp(36px,4.3vw,65px); line-height: 1.14; letter-spacing: -.025em; }
.content h3 { font-size: 25px; line-height: 1.3; margin-top: 30px; }
.content p, .content li { font-size: 15px; line-height: 1.85; }
.content p { color: var(--muted); }
.content p strong { color: var(--ink); }
.quote { position: relative; overflow: hidden; padding: 64px var(--page-gutter); }
.quote::before { content: ''; position: absolute; right: 17%; top: -40px; width: 300px; height: 325px; background: url('/assets/brand/symbol-light.webp') center/contain no-repeat; opacity: .07; pointer-events: none; }
.quote > * { position: relative; }
.quote h2 { font-size: clamp(33px,4.3vw,62px); line-height: 1.2; max-width: 760px; }
.quote .cta { flex: 0 0 auto; }
.page-inner .faq summary { display: flex; justify-content: space-between; list-style: none; }
.page-inner .faq summary::after { content: '+'; font-family: var(--font-body); }
.page-inner .faq details[open] summary::after { content: '\2212'; }
.related { padding: 75px var(--page-gutter); }
.related h2 { margin-bottom: 30px; }
.related a { font-size: 13px; }
/* Secondary pages are branded too; legal draft copy is not presented as final. */
.page-legal main { max-width: 1000px; margin: auto; min-height: 45vh; }
.page-legal h1 { font-size: clamp(36px,5vw,62px); line-height: 1.1; }
.page-legal p { max-width: 730px; }
.page-error .error-content { text-align: center; max-width: 760px; margin: auto; padding: 75px 24px 90px; }
.error-symbol { display: block; width: 86px; height: auto; margin: 0 auto 27px; }
.error-code { color: var(--rose); font-size: 11px; letter-spacing: .15em; }
.error-content h1 { font-size: clamp(39px,5.5vw,70px); line-height: 1.1; margin: 20px 0 26px; }
.error-content p { color: var(--muted); font-size: 15px; }
.error-content .actions { justify-content: center; }
/* Mid-size screens */
@media (min-width:1681px) {
  .page-home .hero, .service-hero { padding-left: 80px; padding-right: 80px; }
}
@media (max-width:1199px) {
  .service-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .service-grid article > img { height: 300px; }
  .service-grid h3 { font-size: 32px; }
  .service-grid p { font-size: 14px; }
  .service-grid a { font-size: 12px; }
  .service-card-contact h3 { font-size: 45px; }
  .site-nav { gap: 19px; }
  .site-nav a { font-size: 11px; }
  .hero .trust { gap: 10px 15px; }
}
@media (max-width:1000px) {
  .site-header { height: 94px; }
  .site-header .brand { width: 154px; }
  .site-header .menu { display: inline-flex; }
  .site-nav { display: none; position: absolute; left: 0; right: 0; top: 100%; padding: 15px var(--page-gutter) 25px; flex-direction: column; align-items: stretch; gap: 0; background: var(--paper); border-bottom: 1px solid var(--line); box-shadow: 0 18px 25px rgba(40,31,34,.05); max-height: calc(100dvh - 94px); overflow-y: auto; }
  .site-nav.open { display: flex; }
  .site-nav a { font-size: 14px; padding: 13px 2px; border-bottom: 1px solid var(--line); }
  .site-nav .nav-cta { justify-content: space-between; padding: 14px 18px; margin-top: 16px; }
  .page-home .hero { gap: 4vw; padding-top: 34px; padding-bottom: 46px; }
  .page-home .hero h1 { font-size: clamp(59px,7.3vw,82px); }
  .hero .eyebrow { font-size: 9px; letter-spacing: .09em; }
  .hero-copy > p { font-size: 15px; }
  .hero .trust { flex-direction: column; }
  .hero .actions { align-items: flex-start; flex-direction: column; }
  .hero-photo .hero-signature { gap: 12px; left: 17px; bottom: 20px; }
  .hero-signature img { width: 37px; height: 41px; }
  .hero-signature span { font-size: 19px; }
  .lead-box { grid-template-columns: 1fr 1.4fr; }
  .lead-intro { padding: 31px 26px; }
  #lead-form { padding: 28px 24px; }
  .section-head, .portfolio-head { grid-template-columns: 1fr; }
  .section-head p { max-width: 440px; }
  .section-head h2 { max-width: 670px; }
  .portfolio-head > div { grid-template-columns: 1.5fr 1fr; }
  .reviews .section-head { grid-template-columns: 1fr; }
  .review-grid { grid-template-columns: 1fr; }
  blockquote { min-height: 0; }
  .proof-strip { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 25px; }
  .about { grid-template-columns: 1fr 1fr; }
  .about-copy { padding: 50px 5vw; }
  .about h2 { font-size: 40px; }
  .about .portrait { min-height: 0; }
  .facts { gap: 14px; }
  .service-hero { gap: 4vw; }
  .page-inner h1 { font-size: clamp(43px,5.6vw,66px); }
  .service-hero > div { padding: 15px 0; }
  .site-footer { gap: 35px; grid-template-columns: 1.3fr 1fr 1fr; }
}
@media (max-width:760px) {
  html { scroll-padding-top: 98px; }
  .site-header { height: 84px; padding-top: 6px; padding-bottom: 6px; }
  .site-header .brand { width: 142px; }
  .site-nav { max-height: calc(100dvh - 84px); }
  .page-home .hero { grid-template-columns: 1fr; gap: 22px; padding-top: 22px; padding-bottom: 36px; }
  .hero-copy { padding-top: 8px; }
  .hero .eyebrow { font-size: 9px; letter-spacing: .10em; }
  .page-home .hero h1 { font-size: clamp(61px,12vw,89px); line-height: 1.02; margin: 25px 0 23px; }
  .hero-copy > p { font-size: 16px; max-width: 560px; }
  .hero .actions { flex-direction: row; align-items: center; gap: 12px 22px; }
  .hero .trust { flex-direction: row; gap: 10px 18px; margin-top: 19px; padding-top: 20px; font-size: 9px; }
  .page-home .hero-photo { max-height: 560px; max-width: 510px; width: 100%; margin: 0 auto; aspect-ratio: 1/1; border-radius: 240px 240px 7px 7px; }
  .hero-photo img { object-position: center 27%; }
  .hero-photo .hero-signature { left: 25px; bottom: 25px; }
  .hero-signature img { width: 44px; height: 47px; }
  .hero-signature span { font-size: 23px; }
  .lead-box { grid-template-columns: 1fr; margin: 0 var(--page-gutter); }
  .lead-intro { padding: 30px; }
  .lead-intro h2 { font-size: 37px; }
  .lead-intro p { max-width: 420px; }
  #lead-form { padding: 26px 30px; grid-template-columns: repeat(2,minmax(0,1fr)); }
  #lead-form button, #lead-form small { grid-column: 1/-1; }
  .proof-strip { padding-top: 32px; padding-bottom: 0; }
  .proof-strip div { padding-left: 13px; }
  .proof-strip strong { font-size: 20px; }
  .proof-strip span { font-size: 10px; }
  .section, .portfolio, .areas, .faq, .related { padding: 66px var(--page-gutter); }
  .section-head { gap: 20px; margin-bottom: 32px; }
  .section-head h2, .portfolio h2, .areas h2 { font-size: clamp(36px,7.5vw,52px); }
  .service-grid { gap: 15px; }
  .service-grid article { padding-left: 20px; padding-right: 20px; }
  .service-grid article > img { height: 250px; width: calc(100% + 40px); margin-left: -20px; margin-right: -20px; }
  .service-grid h3 { font-size: 29px; }
  .service-grid p { font-size: 13px; }
  .service-card-contact > img.brand-card-symbol { width: 80px; height: 85px; margin: 12px 0 26px; }
  .service-card-contact h3 { font-size: 34px; }
  .portfolio-head, .portfolio-head > div { grid-template-columns: 1fr; gap: 22px; }
  .portfolio-head p { max-width: 490px; margin: 0; }
  .portfolio-grid { grid-template-columns: repeat(2,minmax(0,1fr)); grid-auto-rows: 270px; gap: 12px; }
  .portfolio-grid .wide { grid-column: span 2; grid-row: span 1; }
  .portfolio-grid figure:nth-child(2) { grid-row: span 1; }
  .portfolio-cta { flex-direction: column; align-items: flex-start; gap: 10px; }
  .portfolio-cta p { font-size: 23px; }
  .about { grid-template-columns: 1fr; }
  .about .portrait { height: 490px; }
  .about .portrait img { object-position: center 25%; }
  .about-copy { padding: 55px var(--page-gutter); }
  .about h2 { font-size: 45px; }
  .areas { grid-template-columns: 1fr; gap: 23px; }
  .areas h2 { max-width: 560px; }
  .places span { font-size: 11px; padding: 9px 15px; }
  .faq { grid-template-columns: 1fr; gap: 28px; }
  .faq h2 { font-size: 41px; }
  .faq summary { font-size: 22px; }
  .contact { padding: 67px var(--page-gutter); }
  .contact h2 { font-size: clamp(48px,9vw,72px); }
  .contact .actions { flex-direction: row; }
  .site-footer { grid-template-columns: 1fr 1fr; gap: 30px; padding: 50px var(--page-gutter) 85px; }
  .site-footer .footer-intro { grid-column: 1/-1; }
  .site-footer .brand { width: 183px; }
  .site-footer .footer-tagline { max-width: 330px; font-size: 20px; margin-top: 18px; }
  .site-footer .footer-bottom { margin-top: 2px; align-items: flex-start; flex-direction: column; }
  .floating-wa, .float { right: 14px; padding: 12px 16px; font-size: 11px; }
  .crumb { padding-top: 19px; padding-bottom: 11px; }
  .service-hero { grid-template-columns: 1fr; gap: 30px; padding-top: 5px; padding-bottom: 40px; }
  .service-hero > div { padding: 17px 0 0; }
  .page-inner h1 { font-size: clamp(45px,8.7vw,68px); line-height: 1.07; }
  .service-hero figure { order: 0; aspect-ratio: 1/1; max-height: 550px; max-width: 510px; width: 100%; margin: auto; }
  .service-hero .actions { flex-direction: row; align-items: center; gap: 15px; }
  .service-hero p { font-size: 16px; }
  .benefits { grid-template-columns: repeat(2,minmax(0,1fr)); padding-bottom: 0; gap: 23px 12px; }
  .benefits div { padding: 2px 12px; }
  .benefits strong { font-size: 22px; }
  .content { grid-template-columns: 1fr; padding: 65px var(--page-gutter); gap: 27px; }
  .content h2, .related h2 { font-size: 40px; }
  .quote { padding: 54px var(--page-gutter); gap: 25px; }
  .quote h2 { font-size: 39px; }
  .related-links { grid-template-columns: 1fr; }
}
@media (max-width:480px) {
  .page-home .hero h1 { font-size: clamp(54px,13.6vw,67px); }
  .hero .eyebrow::before { flex-basis: 17px; }
  .hero .eyebrow { gap: 9px; font-size: 8px; letter-spacing: .1em; }
  .hero .actions { flex-direction: column; align-items: stretch; }
  .hero .primary { justify-content: space-between; }
  .hero .secondary { align-self: flex-start; }
  .hero .trust { font-size: 8px; gap: 8px 10px; }
  .hero .trust li::before { margin-right: 4px; }
  .page-home .hero-photo { aspect-ratio: 4/4.3; }
  .hero-signature span { font-size: 21px; }
  .hero-photo .hero-signature { left: 19px; bottom: 20px; }
  .lead-intro { padding: 27px 23px; }
  .lead-intro h2 { font-size: 34px; }
  #lead-form { padding: 24px 23px; grid-template-columns: 1fr; gap: 18px; }
  #lead-form input, #lead-form select { font-size: 16px; }
  #lead-form button { font-size: 12px; text-align: left; padding: 16px; }
  .proof-strip strong { font-size: 19px; }
  .service-grid { grid-template-columns: 1fr; gap: 24px; }
  .service-grid article > img { height: 310px; }
  .service-grid h3 { font-size: 33px; }
  .service-grid p { font-size: 14px; }
  .service-grid a { font-size: 12px; }
  .service-card-contact > img.brand-card-symbol { width: 78px; height: 84px; margin: 12px 0 23px; }
  .service-card-contact h3 { font-size: 41px; }
  .service-grid .service-card-contact { padding: 30px; }
  .portfolio-grid { grid-template-columns: 1fr; grid-auto-rows: 365px; }
  .portfolio-grid .wide { grid-column: auto; }
  .portfolio-cta .primary { width: 100%; justify-content: space-between; font-size: 11px; }
  .about .portrait { height: 430px; }
  .about h2 { font-size: 41px; }
  blockquote { padding: 28px; }
  blockquote p { font-size: 22px; }
  .faq h2, .content h2, .related h2 { font-size: 37px; }
  .contact .actions { flex-direction: column; align-items: center; }
  .contact .primary { justify-content: center; }
  .contact .secondary { text-align: center; font-size: 10px; }
  .contact h2 { font-size: 48px; }
  .site-footer { grid-template-columns: 1fr; gap: 28px; }
  .site-footer .footer-nav, .site-footer .footer-contact { padding-top: 0; }
  .site-footer .footer-contact p { max-width: 290px; }
  .service-hero .actions { align-items: stretch; flex-direction: column; }
  .service-hero .ghost { align-self: flex-start; }
  .page-inner h1 { font-size: clamp(40px,10.6vw,52px); overflow-wrap: break-word; }
  .benefits strong { font-size: 20px; }
  .benefits span { font-size: 10px; }
  .quote h2 { font-size: 34px; }
  .page-error .error-content { padding-top: 50px; }
}
/* Progressive enhancement: navigation stays available without JavaScript. */
@media (max-width:1000px) {
  .no-js .site-header { height: auto; min-height: 94px; flex-wrap: wrap; position: relative; padding-bottom: 14px; }
  .no-js .site-nav { position: static; display: flex; width: 100%; max-height: none; padding: 0; box-shadow: none; border: 0; }
  .no-js .site-header .menu { display: none; }
}
@media (prefers-reduced-motion:reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: 0s !important; animation: none !important; }
  .primary:hover, .cta:hover { transform: none; }
  .portfolio-grid figure:hover img { transform: none; }
}

.no-js #lead-form { display: none; }
.lead-noscript { padding: 30px; font-size: 15px; align-self: center; }
@media (max-width:380px) {
  .benefits { grid-template-columns: 1fr; gap: 16px; }
  .benefits div { padding: 7px 15px; }
  .benefits strong { font-size: 22px; }
  .benefits span { font-size: 12px; }
}
/* Reserve space so the floating contact button never covers footer links. */
.site-footer { padding-bottom: 88px; }
