/* Ember Peak — a warm, architectural single-page design system. */
:root {
  --color-ember: #f05a28;
  --color-ember-dark: #b53d1b;
  --color-charcoal: #252721;
  --color-cream: #f8f5ee;
  --color-warm-white: #fffcf6;
  --color-gold: #e9a23b;
  --color-fire-deep: #a93124;
  --color-muted: #66675f;
  --color-line: #dddcd2;
  --font-heading: 'Bricolage Grotesque', sans-serif;
  --font-body: 'DM Sans', sans-serif;
  --radius-sm: 6px;
  --radius-md: 12px;
  --radius-lg: 20px;
  --section-space: 104px;
  --ease-out: cubic-bezier(.23,1,.32,1);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 112px; }
body { margin: 0; background: var(--color-cream); color: var(--color-charcoal); font-family: var(--font-body); font-size: 15px; line-height: 1.7; -webkit-font-smoothing: antialiased; }
body, button, input, textarea { font-family: var(--font-body); }
a { color: inherit; text-decoration: none; }
button, input, textarea { font-size: inherit; }
button, a, summary { -webkit-tap-highlight-color: transparent; }
button, summary { cursor: pointer; }
button { color: inherit; }
button:disabled { cursor: wait; opacity: .7; }
img { display: block; max-width: 100%; }
svg { flex-shrink: 0; }
.icon { width: 22px; height: 22px; fill: none; stroke: currentColor; stroke-width: 1.65; stroke-linecap: round; stroke-linejoin: round; vertical-align: middle; }
.icon-library { position: absolute; width: 0; height: 0; overflow: hidden; }
.container { width: min(1280px, calc(100% - 112px)); margin-inline: auto; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-family: var(--font-heading); }
h1 { font-size: clamp(56px, 5.3vw, 78px); letter-spacing: -3.7px; line-height: 1.06; font-weight: 700; }
h2 { font-size: clamp(35px, 3.3vw, 48px); line-height: 1.12; font-weight: 600; letter-spacing: -1.8px; margin-bottom: 25px; }
h3 { line-height: 1.3; font-weight: 600; }
p { margin-bottom: 18px; }
p:last-child { margin-bottom: 0; }
address { font-style: normal; }
:focus-visible { outline: 3px solid var(--color-ember-dark); outline-offset: 5px; border-radius: 2px; }
::selection { background: #f4c1a9; color: #202124; }
[hidden] { display: none !important; }
.skip-link { position: fixed; left: 16px; top: -80px; z-index: 100; padding: 12px 20px; background: var(--color-charcoal); color: white; }
.skip-link:focus { top: 12px; }
.section { padding-block: var(--section-space); }
.eyebrow { font-size: 11px; line-height: 1.5; font-weight: 700; letter-spacing: 1.8px; color: var(--color-ember-dark); margin-bottom: 21px; display: flex; align-items: center; gap: 10px; }
.small-line { display: inline-block; width: 27px; height: 2px; background: currentColor; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 11px; min-height: 52px; padding: 13px 23px; font-size: 13px; font-weight: 650; border-radius: var(--radius-sm); border: 1px solid transparent; transition: background 180ms var(--ease-out), transform 180ms var(--ease-out), box-shadow 180ms var(--ease-out); line-height: 1.4; }
.button:active { transform: scale(.97); }
.button-primary { background: var(--color-ember-dark); color: #fff; }
.button-primary:hover { background: #aa3917; box-shadow: 0 5px 16px #a9312420; }
.button-outline { border-color: #bbbcb3; background: transparent; }
.button-outline:hover { background: #eee9df; }
.button .icon { width: 18px; height: 18px; }
.button-arrow { margin-left: 23px; }
.text-link { display: inline-flex; align-items: center; gap: 16px; font-weight: 650; font-size: 13px; line-height: 1.8; }
.text-link .icon { width: 18px; height: 18px; transition: transform 180ms var(--ease-out); }
.text-link:hover { color: var(--color-ember-dark); }
.text-link:hover .icon { transform: translateX(4px); }
.status-dot { display: inline-block; width: 6px; height: 6px; border-radius: 50%; background: #ef956c; flex-shrink: 0; }
.topbar { color: #eeeee6; background: var(--color-charcoal); font-size: 10px; letter-spacing: .2px; }
.topbar-inner { min-height: 33px; display: flex; justify-content: space-between; align-items: center; }
.topbar-inner>span { display: inline-flex; align-items: center; gap: 9px; }
.topbar .icon { width: 12px; height: 12px; }
.topbar-divider { color: #77786f; padding-inline: 7px; }
.site-header { position: sticky; top: 0; z-index: 40; background: rgba(248,245,238,.97); border-bottom: 1px solid #deddd47d; backdrop-filter: blur(14px); }
.header-inner { height: 91px; display: flex; justify-content: space-between; align-items: center; gap: 20px; }
.brand { display: block; flex-shrink: 0; width: 218px; }
.brand img { width: 218px; height: auto; }
.desktop-nav { display: flex; align-items: center; gap: 23px; }
.desktop-nav a { position: relative; font-size: 11px; font-weight: 550; white-space: nowrap; padding-block: 18px; }
.desktop-nav a:hover, .desktop-nav a.active { color: var(--color-ember-dark); }
.desktop-nav a.active:after { content: ''; position: absolute; width: 4px; height: 4px; border-radius: 50%; background: currentColor; bottom: 8px; left: calc(50% - 2px); }
.header-call { color: var(--color-charcoal); border: 1px solid #b8b8ad; min-height: 42px; font-size: 11px; padding: 11px 15px; white-space: nowrap; }
.header-call:hover { background: var(--color-charcoal); color: white; }
.header-call .icon { color: var(--color-ember-dark); width: 15px; height: 15px; }
.menu-toggle { display: none; border: 0; background: transparent; width: 44px; height: 44px; padding: 12px 9px; }
.menu-toggle span { display: block; width: 25px; height: 2px; background: currentColor; margin-block: 6px; transition: transform 180ms; }
.menu-toggle[aria-expanded=true] span:first-child { transform: translateY(4px) rotate(45deg); }
.menu-toggle[aria-expanded=true] span:last-child { transform: translateY(-4px) rotate(-45deg); }
.mobile-nav { display: none; }
.hero { padding: 46px 0 58px; overflow: hidden; }
.hero-grid { display: grid; grid-template-columns: 1.04fr 1fr; gap: 49px; align-items: center; }
.hero-copy { padding-block: 18px; }
.hero .eyebrow { font-size: 10px; letter-spacing: 1.6px; margin-bottom: 26px; }
.hero h1 { margin-bottom: 27px; }
.hero h1>span { color: var(--color-ember-dark); }
.hero-description { max-width: 456px; font-size: 14px; line-height: 1.9; color: var(--color-muted); margin-bottom: 29px; }
.hero-actions { display: flex; gap: 12px; }
.availability { display: flex; align-items: center; gap: 8px; font-size: 10px; color: var(--color-muted); margin-top: 14px; margin-bottom: 34px; }
.availability .status-dot { background: #587351; width: 5px; height: 5px; box-shadow: 0 0 0 3px #5873510f; }
.hero-explore { font-size: 11px; border-bottom: 1px solid #c7c6bb; padding-bottom: 6px; }
.hero-visual { position: relative; height: 596px; padding-bottom: 26px; }
.hero-image { width: 100%; height: 100%; object-fit: cover; object-position: center 59%; border-radius: 130px 8px 8px 8px; }
.image-corner-label { position: absolute; top: 20px; right: 18px; display: inline-flex; align-items: center; gap: 7px; border: 1px solid #ffffff6b; border-radius: 50px; background: #fffcf3eb; padding: 7px 13px; font-size: 9px; font-weight: 650; letter-spacing: 1px; }
.image-corner-label .icon { width: 13px; height: 13px; color: var(--color-ember-dark); }
.hero-photo-caption { position: absolute; bottom: 52px; left: -25px; right: 24px; background: var(--color-charcoal); color: var(--color-warm-white); border-radius: 6px; padding: 22px 24px; display: flex; gap: 17px; align-items: center; box-shadow: 0 8px 20px #00000014; }
.caption-icon { display: flex; align-items: center; justify-content: center; border: 1px solid #e6bd944d; border-radius: 50%; width: 44px; height: 44px; color: #f2a578; flex-shrink: 0; }
.caption-icon .icon { width: 25px; height: 25px; }
.hero-photo-caption strong { display: block; font-family: var(--font-heading); font-weight: 500; font-size: 17px; letter-spacing: -.2px; }
.hero-photo-caption span:not(.caption-icon) { display: block; color: #c7c8ba; font-size: 9px; margin-top: 4px; }
.hero-coordinate { position: absolute; bottom: 0; right: 0; font-size: 8px; letter-spacing: 1.6px; color: #65675c; }
.trust-strip { background: #efede4; border-top: 1px solid var(--color-line); border-bottom: 1px solid var(--color-line); }
.trust-grid { display: grid; grid-template-columns: repeat(4,1fr); padding-block: 27px; }
.trust-grid>div { display: flex; gap: 15px; align-items: center; padding-inline: 23px; border-right: 1px solid #d3d3c7; }
.trust-grid>div:first-child { padding-left: 0; }
.trust-grid>div:last-child { border-right: 0; padding-right: 0; }
.trust-grid .icon { color: #996347; width: 26px; height: 26px; }
.trust-grid strong { display: block; font-size: 11px; font-weight: 650; }
.trust-grid small { display: block; font-size: 10px; color: #626458; margin-top: 1px; }
.about-grid { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 94px; }
.about-visual { position: relative; padding-bottom: 26px; }
.about-visual>img { height: 473px; width: 100%; object-fit: cover; border-radius: var(--radius-sm); }
.about-note { position: absolute; bottom: 0; right: -24px; background: #efe9dd; border: 7px solid var(--color-cream); padding: 18px 30px; display: flex; align-items: center; gap: 16px; font-size: 12px; line-height: 1.65; }
.about-note .icon { width: 34px; height: 34px; color: var(--color-ember-dark); }
.about-subheading { font-size: 15px; margin-bottom: 16px; }
.about-copy p:not(.eyebrow) { font-size: 13px; color: var(--color-muted); line-height: 1.9; margin-bottom: 14px; }
.about-copy .text-link { margin-top: 12px; }
.services-section { background: #eeece4; border-block: 1px solid #e2e0d5; }
.section-heading { display: flex; justify-content: space-between; align-items: flex-end; gap: 50px; margin-bottom: 40px; }
.section-heading h2 { margin-bottom: 0; }
.section-heading>p { max-width: 310px; color: var(--color-muted); font-size: 13px; line-height: 1.9; margin-bottom: 4px; }
.service-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 15px; }
.service-card { background: var(--color-warm-white); padding: 25px 23px 20px; border: 1px solid #e2dfd4; border-radius: var(--radius-sm); display: flex; flex-direction: column; transition: transform 200ms var(--ease-out), border-color 200ms var(--ease-out), box-shadow 200ms var(--ease-out); }
.service-card:hover { transform: translateY(-5px); border-color: #c78766; box-shadow: 0 10px 20px #39332308; }
.card-top { display: flex; justify-content: space-between; align-items: center; margin-bottom: 25px; }
.service-icon { display: flex; align-items: center; justify-content: center; width: 44px; height: 44px; background: #f3e7dc; color: #af502d; border-radius: 6px; }
.service-icon .icon { width: 25px; height: 25px; }
.service-number { font-size: 10px; color: #6b6d60; font-weight: 550; }
.service-card h3 { font-size: 19px; letter-spacing: -.4px; margin-bottom: 12px; }
.service-card p { font-size: 12px; color: var(--color-muted); line-height: 1.85; margin-bottom: 25px; }
.card-link { display: flex; align-items: center; justify-content: space-between; padding-top: 15px; border-top: 1px solid #e7e4db; margin-top: auto; font-size: 10px; font-weight: 650; }
.card-link .icon { width: 17px; height: 17px; color: var(--color-ember-dark); }
.services-help { display: flex; justify-content: space-between; align-items: center; gap: 20px; font-size: 11px; color: var(--color-muted); margin-top: 28px; }
.services-help strong { color: var(--color-charcoal); font-weight: 550; }
.services-help .text-link { color: var(--color-ember-dark); font-size: 11px; }
.detail-grid { display: grid; grid-template-columns: .76fr 1.24fr; gap: 94px; align-items: start; }
.detail-intro>p:not(.eyebrow) { color: var(--color-muted); font-size: 13px; max-width: 335px; }
.detail-intro>img { width: 100%; height: 215px; object-fit: cover; margin: 28px 0 22px; border-radius: var(--radius-sm); }
.service-accordions { border-top: 1px solid var(--color-line); }
.service-detail { border-bottom: 1px solid var(--color-line); scroll-margin-top: 115px; }
summary { list-style: none; }
summary::-webkit-details-marker { display: none; }
.service-detail summary { display: flex; align-items: center; gap: 16px; min-height: 77px; padding-block: 18px; }
.detail-number { color: var(--color-ember-dark); font-size: 11px; font-weight: 600; align-self: center; }
.service-detail h3 { margin: 0; font-size: 18px; letter-spacing: -.35px; flex: 1; }
summary>.icon { width: 19px; height: 19px; color: #797c70; }
details[open]>summary>.icon { transform: rotate(45deg); color: var(--color-ember-dark); }
.detail-body { padding: 0 32px 23px; font-size: 13px; color: var(--color-muted); line-height: 1.85; }
.detail-body p { margin-bottom: 13px; }
.detail-body a { color: var(--color-ember-dark); text-decoration: underline; text-underline-offset: 3px; }
.why-section { background: var(--color-charcoal); color: var(--color-cream); position: relative; }
.why-section .eyebrow { color: #e69e75; }
.why-section .section-heading>p { color: #c1c3b6; }
.why-section h2 { font-size: clamp(31px, 2.75vw, 41px); }
.why-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 30px 55px; margin-top: 48px; }
.why-grid article { border-top: 1px solid #56574d; padding-top: 22px; }
.why-number { color: #e49d74; font-size: 10px; letter-spacing: 1px; }
.why-grid h3 { font-size: 20px; margin-top: 12px; margin-bottom: 12px; letter-spacing: -.3px; }
.why-grid p { color: #bfc2b5; font-size: 12px; line-height: 1.85; max-width: 315px; }
.safety-section { background: #f1e8db; }
.safety-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 100px; align-items: center; }
.safety-grid>div>p:not(.eyebrow):not(.safety-subtitle) { font-size: 13px; color: var(--color-muted); max-width: 375px; }
.safety-subtitle { font-size: 14px; font-weight: 650; margin-bottom: 15px; }
.safety-grid .text-link { color: var(--color-ember-dark); margin-top: 12px; }
.safety-checklist { border: 1px solid #d8cebd; border-radius: var(--radius-sm); background: #fbf8f1; padding: 32px; }
.safety-checklist ul { margin: 0 0 26px; padding: 0; list-style: none; display: grid; grid-template-columns: 1fr 1fr; gap: 20px 18px; }
.safety-checklist li { display: flex; gap: 10px; align-items: center; font-size: 12px; }
.safety-checklist li:before { content: '✓'; font-size: 11px; color: #a15430; border: 1px solid #d9c0a9; width: 17px; height: 17px; line-height: 15px; text-align: center; border-radius: 50%; flex-shrink: 0; }
.safety-checklist>p { border-top: 1px solid var(--color-line); padding-top: 21px; display: flex; align-items: flex-start; gap: 10px; font-size: 10px; line-height: 1.8; color: var(--color-muted); }
.safety-checklist>p .icon { width: 18px; height: 18px; color: #9e704d; }
.area-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 70px; align-items: center; }
.area-grid h2 { font-size: 40px; }
.area-grid>div>p:not(.eyebrow) { color: var(--color-muted); font-size: 13px; max-width: 395px; }
.area-grid .neighborhood-label { font-size: 9px !important; letter-spacing: 1.2px; font-weight: 700; margin-top: 25px; margin-bottom: 14px; }
.neighborhoods { display: flex; flex-wrap: wrap; gap: 7px; list-style: none; margin: 0 0 20px; padding: 0; max-width: 440px; }
.neighborhoods li { font-size: 10px; border: 1px solid #d7d7cb; border-radius: 4px; padding: 5px 10px; }
.area-note { font-size: 11px !important; }
.area-grid .text-link { margin-top: 5px; }
.map-card { border: 1px solid var(--color-line); border-radius: var(--radius-sm); overflow: hidden; background: #ecece3; }
.map-label { display: flex; align-items: center; gap: 8px; padding: 17px 21px; background: #eeece3; font-size: 9px; font-weight: 650; letter-spacing: 1px; }
.map-label .status-dot { background: #ac5b3a; }
.map-label>span:last-child { margin-left: auto; font-size: 10px; font-weight: 400; letter-spacing: 0; color: var(--color-muted); }
.map-container { height: 360px; position: relative; background: #e5e5da; }
.map-container iframe { width: 100%; height: 100%; border: 0; display: block; }
.map-zoom { position: absolute; bottom: 40px; right: 14px; display: flex; flex-direction: column; border: 1px solid #bdbeb3; border-radius: 5px; box-shadow: 0 2px 8px #0002; overflow: hidden; }
.map-zoom button { width: 38px; height: 38px; border: 0; background: #fffcf6; font-size: 24px; line-height: 1; font-weight: 400; }
.map-zoom button+button { border-top: 1px solid #d8d8ce; }
.map-zoom button:hover { background: #f1e8db; }
.map-zoom button:focus-visible { outline-offset: -4px; }
.visually-hidden { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip-path: inset(50%); white-space: nowrap; border: 0; }
.map-fallback { position: absolute; inset: 0; padding: 40px; background: #eae8df; font-size: 14px; }
.map-address { display: flex; gap: 13px; align-items: center; background: var(--color-warm-white); padding: 21px; }
.map-address>.icon { color: var(--color-ember-dark); width: 21px; height: 21px; }
.map-address strong { display: block; font-size: 11px; }
.map-address address { font-size: 10px; color: var(--color-muted); margin-top: 4px; }
.map-address a { margin-left: auto; border: 1px solid var(--color-line); border-radius: 50%; min-width: 36px; height: 36px; display: flex; align-items: center; justify-content: center; }
.map-address a:hover { background: #efe8dd; }
.map-address a .icon { width: 16px; height: 16px; }
.faq-section { border-top: 1px solid var(--color-line); background: #f1efe7; }
.faq-grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: 100px; }
.faq-intro>p:not(.eyebrow) { color: var(--color-muted); font-size: 13px; max-width: 300px; }
.faq-contact { border-top: 1px solid #d7d6ca; padding-top: 25px; margin-top: 36px; max-width: 305px; }
.faq-contact>.icon { color: #a86947; width: 24px; height: 24px; margin-bottom: 15px; }
.faq-contact h3 { font-size: 17px; margin-bottom: 7px; }
.faq-contact p { font-size: 12px; color: var(--color-muted); margin-bottom: 8px; }
.faq-contact .text-link { color: var(--color-ember-dark); }
.faq-list { border-top: 1px solid #d3d4c8; }
.faq-item { border-bottom: 1px solid #d3d4c8; scroll-margin-top: 116px; }
.faq-item summary { display: flex; align-items: center; justify-content: space-between; gap: 22px; min-height: 73px; padding-block: 22px; }
.faq-item summary h3 { margin: 0; font-size: 15px; letter-spacing: -.1px; }
.faq-answer { padding: 0 30px 24px 0; font-size: 12px; color: var(--color-muted); line-height: 1.9; }
.contact-section { background: var(--color-charcoal); color: var(--color-cream); }
.contact-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 100px; align-items: center; }
.contact-copy .eyebrow { color: #eaa077; }
.contact-copy h2 { font-size: clamp(42px, 4.4vw, 64px); letter-spacing: -2.4px; line-height: 1.08; }
.contact-copy h2 span { color: #eda477; }
.contact-copy>p:not(.eyebrow):not(.appointment-note) { color: #c2c4b7; font-size: 13px; max-width: 370px; }
.contact-phone { display: inline-flex; align-items: center; gap: 14px; font-family: var(--font-heading); font-size: 27px; margin-top: 13px; margin-bottom: 10px; }
.contact-phone .icon { color: #ecab80; }
.contact-phone:hover { color: #efb18c; }
.contact-hours { display: flex; align-items: center; gap: 8px; font-size: 10px; color: #c4c7b9; }
.contact-address { margin-top: 36px; padding-top: 28px; border-top: 1px solid #56574c; max-width: 370px; font-size: 12px; }
.contact-address strong { font-weight: 550; }
.contact-address address { color: #c4c7b9; margin-top: 6px; font-size: 11px; }
.appointment-note { color: #b5b9ab; font-size: 10px; margin-top: 15px; }
.form-card { background: var(--color-warm-white); color: var(--color-charcoal); border-radius: 10px; padding: 35px; }
.form-card>h3 { font-size: 25px; letter-spacing: -.6px; margin-bottom: 6px; }
.form-intro { font-size: 12px; color: var(--color-muted); margin-bottom: 24px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 15px; }
.field { margin-bottom: 17px; }
.field label { display: block; font-size: 11px; font-weight: 650; margin-bottom: 7px; }
.field label>span { color: var(--color-ember-dark); }
.field input, .field textarea { width: 100%; display: block; background: #fffdfa; border: 1px solid #d5d4c9; border-radius: 4px; padding: 12px; line-height: 1.5; font-size: 12px; color: var(--color-charcoal); transition: border-color 180ms; }
.field input { height: 44px; }
.field textarea { resize: vertical; min-height: 106px; }
.field input::placeholder, .field textarea::placeholder { color: #808176; opacity: 1; }
.field input:focus, .field textarea:focus { outline: 2px solid #c2462140; outline-offset: 2px; border-color: #b25b39; }
.field [aria-invalid=true] { border-color: #a93124; }
.field-error { display: block; font-size: 10px; color: #a93124; line-height: 1.5; margin-top: 4px; }
.field-error:empty { display: none; }
.consent-label { display: flex; align-items: flex-start; gap: 9px; cursor: pointer; }
.consent-label input { width: 15px; height: 15px; flex-shrink: 0; margin: 2px 0 0; accent-color: var(--color-ember-dark); }
.consent-label span { font-size: 9px; line-height: 1.75; color: #6a6b61; }
.submit-button { width: 100%; margin-top: 21px; justify-content: space-between; min-height: 48px; font-size: 12px; }
.form-availability { font-size: 10px; color: #65675b; text-align: center; margin: 14px 0 0; }
.form-availability a { text-decoration: underline; text-underline-offset: 2px; }
.form-status { margin-top: 17px; background: #f4e8d9; border: 1px solid #d7b08b; border-radius: 5px; color: #553b23; padding: 13px; font-size: 12px; line-height: 1.8; }
.form-status.success { background: #e6eee0; border-color: #a6ba95; color: #314c27; }
.site-footer { background: var(--color-cream); padding-top: 58px; padding-bottom: 28px; }
.footer-top { display: grid; grid-template-columns: 1.2fr 1fr 1fr; gap: 60px; padding-bottom: 42px; }
.footer-brand img { width: 239px; height: auto; margin-left: -7px; }
.footer-brand p { font-size: 11px; color: var(--color-muted); margin-top: 13px; }
.footer-nav>strong, .footer-contact>strong { font-size: 9px; letter-spacing: 1.3px; font-weight: 650; display: block; margin: 14px 0 18px; }
.footer-nav nav { display: grid; grid-template-columns: 1fr 1fr; gap: 8px 20px; font-size: 11px; }
.footer-nav a:hover { color: var(--color-ember-dark); }
.footer-contact>a { display: block; font-size: 20px; font-family: var(--font-heading); font-weight: 500; margin-bottom: 12px; }
.footer-contact address { max-width: 265px; font-size: 11px; color: var(--color-muted); }
.footer-contact>span { font-size: 10px; color: var(--color-muted); display: block; margin-top: 7px; }
.footer-bottom { border-top: 1px solid var(--color-line); padding: 20px 0; display: flex; justify-content: space-between; align-items: center; font-size: 9px; color: var(--color-muted); }
.footer-bottom p { margin: 0; }
.footer-bottom a { display: inline-flex; gap: 8px; align-items: center; }
.footer-bottom .icon { width: 13px; height: 13px; }
.footer-disclaimer { color: #717166; font-size: 8px; line-height: 1.85; border-top: 1px solid var(--color-line); padding-top: 20px; }
.mobile-call { display: none; }
@media (min-width: 1600px) { .hero-grid { gap: 75px; } .hero-visual { height: 650px; } }
@media (max-width: 1240px) {
  .container { width: calc(100% - 72px); }
  .desktop-nav { gap: 15px; }
  .desktop-nav a { font-size: 10px; }
  .brand, .brand img { width: 185px; }
  .header-inner { gap: 15px; }
  .header-call { font-size: 10px; padding-inline: 11px; }
  .hero-grid { gap: 35px; }
  .hero-visual { height: 550px; }
  h1 { font-size: 65px; letter-spacing: -3px; }
  .hero-description { font-size: 13px; }
  .about-grid, .detail-grid, .safety-grid, .faq-grid, .contact-grid { gap: 65px; }
  .service-card { padding-inline: 18px; }
  .service-card h3 { font-size: 17px; }
  .trust-grid>div { padding-inline: 16px; gap: 10px; }
  .trust-grid strong { font-size: 10px; }
  .trust-grid small { font-size: 9px; }
  .safety-checklist { padding: 25px; }
  .area-grid { gap: 45px; }
  .area-grid h2 { font-size: 35px; }
}
@media (max-width: 1024px) {
  :root { --section-space: 80px; }
  .container { width: calc(100% - 64px); }
  .header-inner { height: 80px; }
  .desktop-nav { display: none; }
  .header-call { margin-left: auto; min-height: 43px; font-size: 12px; padding-inline: 15px; }
  .menu-toggle { display: block; }
  .mobile-nav:not([hidden]) { display: grid; grid-template-columns: 1fr 1fr; padding: 18px 32px 25px; gap: 4px 18px; border-top: 1px solid var(--color-line); position: absolute; background: var(--color-cream); width: 100%; box-shadow: 0 18px 25px #26292112; }
  .mobile-nav a { padding: 9px 10px; font-size: 14px; border-radius: 4px; }
  .mobile-nav a:hover { background: #ece6da; }
  .mobile-nav a:last-child { color: var(--color-ember-dark); }
  .hero { padding-top: 35px; padding-bottom: 40px; }
  .hero-grid { gap: 32px; }
  h1 { font-size: 54px; letter-spacing: -2.8px; }
  .hero-visual { height: 530px; }
  .hero-image { border-top-left-radius: 100px; }
  .hero .eyebrow { font-size: 8px; letter-spacing: 1px; }
  .hero-description { font-size: 12px; }
  .hero-actions { gap: 9px; }
  .hero-actions .button { font-size: 11px; padding: 12px 15px; }
  .button-arrow { margin-left: 5px; }
  .hero-photo-caption { padding: 18px; gap: 12px; left: -15px; right: 15px; }
  .hero-photo-caption strong { font-size: 14px; }
  .hero-photo-caption span:not(.caption-icon) { font-size: 8px; }
  .caption-icon { width: 34px; height: 34px; }
  .trust-grid { grid-template-columns: 1fr 1fr; gap: 20px 0; }
  .trust-grid>div { padding-inline: 35px; }
  .trust-grid>div:nth-child(3) { padding-left: 0; }
  .trust-grid>div:nth-child(2) { border-right: 0; }
  .trust-grid strong { font-size: 12px; }
  .trust-grid small { font-size: 10px; }
  .about-grid { gap: 50px; }
  .about-visual>img { height: 440px; }
  .about-copy p:not(.eyebrow) { font-size: 12px; }
  .service-grid { grid-template-columns: repeat(2,1fr); gap: 18px; }
  .service-card { padding: 25px; }
  .service-card h3 { font-size: 21px; }
  .service-card h3 br { display: none; }
  .card-top { margin-bottom: 20px; }
  .service-card p { font-size: 13px; }
  .section-heading>p { max-width: 255px; }
  .detail-grid, .faq-grid { gap: 48px; grid-template-columns: .8fr 1.2fr; }
  .detail-intro>img { height: 195px; }
  .service-detail h3 { font-size: 16px; }
  .why-grid { gap: 30px; }
  .why-grid h3 { font-size: 17px; }
  .safety-grid { gap: 38px; grid-template-columns: .8fr 1.2fr; }
  .safety-checklist ul { grid-template-columns: 1fr; gap: 12px; }
  .safety-checklist { padding: 28px; }
  .area-grid { grid-template-columns: 1fr 1fr; gap: 35px; }
  .map-container { height: 410px; }
  .map-address { padding: 18px 15px; }
  .map-address address { font-size: 9px; }
  .contact-grid { gap: 40px; grid-template-columns: .8fr 1.2fr; }
  .form-card { padding: 25px; }
  .contact-copy .eyebrow { font-size: 9px; }
  .contact-phone { font-size: 23px; gap: 10px; }
  .footer-top { gap: 40px; grid-template-columns: 1.1fr 1fr 1.1fr; }
}
@media (max-width: 767px) {
  :root { --section-space: 66px; }
  html { scroll-padding-top: 87px; }
  .container { width: calc(100% - 40px); }
  .topbar-inner { min-height: 29px; justify-content: center; }
  .topbar-inner>span:first-child { display: none; }
  .topbar-inner>span { font-size: 9px; gap: 6px; }
  .header-inner { height: 73px; gap: 10px; }
  .brand, .brand img { width: 176px; }
  .header-call { min-height: 39px; padding: 9px 11px; gap: 6px; font-size: 10px; }
  .header-call span { font-size: 0; }
  .header-call span:after { content: 'Call Now'; font-size: 10px; }
  .header-call .icon { width: 14px; height: 14px; }
  .menu-toggle { width: 35px; height: 42px; padding-inline: 5px; }
  .mobile-nav:not([hidden]) { padding: 15px 20px 22px; }
  .mobile-nav a { font-size: 13px; }
  .hero { padding-top: 26px; padding-bottom: 28px; }
  .hero-grid { grid-template-columns: 1fr; gap: 35px; }
  .hero-copy { padding-block: 0; }
  .hero .eyebrow { font-size: 9px; letter-spacing: 1.1px; margin-bottom: 21px; }
  h1 { font-size: clamp(44px, 9.6vw, 68px); letter-spacing: -2.5px; line-height: 1.055; }
  .hero h1 { margin-bottom: 23px; }
  .hero-description { font-size: 13px; line-height: 1.8; max-width: 540px; margin-bottom: 24px; }
  .hero-actions { gap: 10px; }
  .hero-actions .button { font-size: 12px; min-height: 49px; padding: 12px 18px; }
  .hero-actions .button .icon { width: 16px; height: 16px; }
  .button-arrow { margin-left: 10px; }
  .availability { font-size: 10px; margin-top: 13px; margin-bottom: 22px; }
  .hero-explore { font-size: 11px; }
  .hero-visual { height: 450px; max-width: 600px; width: 100%; }
  .hero-image { border-radius: 90px 6px 6px 6px; object-position: center 58%; }
  .hero-photo-caption { left: -7px; right: 16px; bottom: 48px; padding: 17px 18px; gap: 13px; }
  .hero-photo-caption strong { font-size: 16px; }
  .hero-photo-caption span:not(.caption-icon) { font-size: 9px; }
  .caption-icon { width: 37px; height: 37px; }
  .hero-coordinate { font-size: 7px; }
  .image-corner-label { font-size: 8px; top: 18px; right: 14px; }
  .trust-grid { gap: 20px 18px; padding-block: 24px; }
  .trust-grid>div { padding: 0; border: 0; gap: 9px; align-items: flex-start; }
  .trust-grid>div .icon { width: 22px; height: 22px; margin-top: 3px; }
  .trust-grid strong { font-size: 10px; line-height: 1.5; }
  .trust-grid small { font-size: 8px; }
  h2 { font-size: 36px; letter-spacing: -1.5px; margin-bottom: 23px; }
  .eyebrow { font-size: 9px; margin-bottom: 17px; letter-spacing: 1.5px; }
  .about-grid, .detail-grid, .safety-grid, .area-grid, .faq-grid, .contact-grid { grid-template-columns: 1fr; gap: 35px; }
  .about-visual { order: 2; padding-bottom: 22px; }
  .about-visual>img { height: 320px; }
  .about-note { right: -5px; padding: 14px 22px; }
  .about-copy p:not(.eyebrow) { font-size: 13px; }
  .about-subheading { font-size: 14px; }
  .section-heading { flex-direction: column; align-items: flex-start; gap: 21px; margin-bottom: 30px; }
  .section-heading>p { max-width: 100%; font-size: 13px; }
  .service-grid { grid-template-columns: 1fr; gap: 14px; }
  .service-card { padding: 23px; }
  .service-icon { width: 36px; height: 36px; }
  .service-icon .icon { width: 22px; height: 22px; }
  .card-top { margin-bottom: 18px; }
  .service-card h3 { font-size: 21px; line-height: 1.25; margin-bottom: 12px; }
  .service-card h3 br { display: none; }
  .service-card p { font-size: 13px; line-height: 1.7; margin-bottom: 19px; }
  .card-link { font-size: 11px; gap: 8px; }
  .card-link .icon { width: 17px; height: 17px; }
  .services-help { display: block; font-size: 11px; line-height: 1.8; }
  .services-help>span { display: block; margin-bottom: 9px; }
  .detail-intro>img { height: 210px; max-width: 500px; }
  .detail-intro>p:not(.eyebrow) { max-width: 100%; }
  .service-detail summary { min-height: 72px; gap: 13px; }
  .service-detail h3 { font-size: 17px; }
  .detail-body { padding-left: 26px; padding-right: 12px; font-size: 12px; }
  .why-section h2 { font-size: 34px; }
  .why-section h2 br { display: none; }
  .why-grid { grid-template-columns: 1fr 1fr; gap: 26px 23px; margin-top: 30px; }
  .why-grid article { padding-top: 15px; }
  .why-grid h3 { font-size: 17px; margin-top: 10px; }
  .why-grid p { font-size: 11px; line-height: 1.8; }
  .safety-grid { gap: 28px; }
  .safety-checklist { padding: 25px 22px; }
  .safety-checklist ul { grid-template-columns: 1fr 1fr; gap: 15px 13px; }
  .safety-checklist li { font-size: 10px; align-items: flex-start; gap: 7px; }
  .safety-checklist li:before { margin-top: 2px; width: 14px; height: 14px; line-height: 12px; font-size: 9px; }
  .safety-checklist>p { font-size: 10px; }
  .area-grid h2 { font-size: 34px; }
  .area-grid>div>p:not(.eyebrow) { max-width: 100%; }
  .map-container { height: 330px; }
  .map-address strong { font-size: 10px; }
  .map-address address { font-size: 9px; }
  .map-address { gap: 9px; }
  .map-address>.icon { width: 17px; height: 17px; }
  .faq-contact { display: none; }
  .faq-intro>p:not(.eyebrow) { max-width: 100%; }
  .faq-grid { gap: 15px; }
  .faq-item summary { min-height: 71px; gap: 15px; }
  .faq-item summary h3 { font-size: 14px; }
  .faq-answer { padding-right: 14px; font-size: 12px; }
  .contact-grid { gap: 38px; }
  .contact-copy h2 { font-size: 48px; letter-spacing: -2px; }
  .contact-copy>p:not(.eyebrow):not(.appointment-note) { max-width: 100%; }
  .contact-address { margin-top: 25px; padding-top: 20px; max-width: 100%; }
  .contact-phone { font-size: 27px; }
  .contact-copy .eyebrow { font-size: 9px; }
  .form-card { padding: 25px 22px; }
  .form-card>h3 { font-size: 24px; }
  .form-row { grid-template-columns: 1fr; gap: 0; }
  .field input, .field textarea { font-size: 16px; }
  .field input::placeholder, .field textarea::placeholder { font-size: 12px; }
  .field label { font-size: 12px; }
  .consent-label span { font-size: 10px; }
  .field-error { font-size: 11px; }
  .site-footer { padding-top: 38px; padding-bottom: 96px; }
  .footer-top { grid-template-columns: 1fr 1fr; gap: 26px 24px; padding-bottom: 30px; }
  .footer-brand { grid-column: 1/-1; }
  .footer-brand img { width: 210px; }
  .footer-brand p { margin-top: 5px; }
  .footer-nav nav { grid-template-columns: 1fr; gap: 7px; }
  .footer-nav>strong, .footer-contact>strong { margin-top: 0; margin-bottom: 15px; }
  .footer-contact>a { font-size: 17px; }
  .footer-contact address { font-size: 10px; }
  .footer-contact>span { font-size: 9px; }
  .footer-bottom { gap: 15px; align-items: flex-start; font-size: 8px; }
  .footer-bottom a { white-space: nowrap; }
  .footer-disclaimer { font-size: 9px; }
  .mobile-call { position: fixed; bottom: max(18px, env(safe-area-inset-bottom)); right: 18px; z-index: 50; display: inline-flex; align-items: center; gap: 9px; background: var(--color-ember-dark); color: white; border: 1px solid #f9be9b; padding: 13px 20px; border-radius: 50px; box-shadow: 0 4px 18px #2021242b; font-size: 12px; font-weight: 650; }
  .mobile-call .icon { width: 17px; height: 17px; }
}
@media (max-width: 374px) {
  .brand, .brand img { width: 153px; }
  .header-inner { gap: 7px; }
  .hero-actions .button { padding-inline: 14px; font-size: 11px; }
  .hero-photo-caption strong { font-size: 14px; }
  .hero-photo-caption span:not(.caption-icon) { font-size: 8px; }
  .service-card { padding-inline: 21px; }
  .service-card h3 { font-size: 20px; }
  .card-link { font-size: 11px; }
  .safety-checklist { padding-inline: 16px; }
  .hero-visual { height: 390px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *:before, *:after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}
@media print {
  .site-header, .topbar, .mobile-call, .hero-actions, .map-card, #service-form { display: none; }
  body { color: black; background: white; }
  .section { padding-block: 30px; }
  .container { width: 100%; }
  details:not([open])>*:not(summary) { display: block !important; }
}
