:root {
  --ink: #16342e;
  --ink-dark: #0e2722;
  --paper: #f6f3ec;
  --paper-deep: #ece7dc;
  --white: #fffdf8;
  --accent: #e6783d;
  --accent-contrast: #000000;
  --accent-light: #f5b38d;
  --sage: #b8cbbd;
  --muted: #687770;
  --line: rgba(22, 52, 46, 0.14);
  --shadow: 0 24px 70px rgba(23, 52, 46, 0.13);
  --radius: 24px;
  --container: 1160px;
}

* { box-sizing: border-box; }
[hidden] { display: none !important; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink-dark);
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}

body.menu-open { overflow: hidden; }

a { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
svg { width: 1.25em; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.8; }

.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.section { padding: 112px 0; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; left: 16px; top: -100px; z-index: 1000; padding: 10px 16px; background: var(--white); border-radius: 8px; }
.skip-link:focus { top: 12px; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(246, 243, 236, 0.9);
  border-bottom: 1px solid rgba(22, 52, 46, 0.08);
  backdrop-filter: blur(18px);
}

.header-inner { height: 84px; display: flex; align-items: center; justify-content: space-between; gap: 32px; }
.brand { display: inline-flex; min-width: 0; align-items: center; gap: 12px; color: var(--ink); text-decoration: none; }
.brand-mark { display: grid; place-items: center; width: 44px; height: 44px; flex: 0 0 auto; overflow: hidden; border-radius: 13px 13px 13px 4px; background: var(--ink); color: var(--white); font-family: "Manrope", sans-serif; font-size: 14px; font-weight: 800; letter-spacing: 0.03em; }
.brand-mark.has-logo { width: 48px; height: 48px; background: transparent; }
.brand-mark.has-logo.logo-wide { width: 96px; }
.brand-mark img { display: block; width: 100%; height: 100%; object-fit: contain; }
.brand-copy { display: flex; min-width: 0; flex-direction: column; line-height: 1.15; }
.brand-copy strong { max-width: 260px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-family: "Manrope", sans-serif; font-size: 15px; font-weight: 800; letter-spacing: -0.02em; }
.brand-copy small { max-width: 260px; overflow: hidden; margin-top: 5px; color: var(--muted); font-size: 11px; font-weight: 600; letter-spacing: 0.07em; text-overflow: ellipsis; text-transform: uppercase; white-space: nowrap; }
.site-nav { display: flex; align-items: center; gap: 34px; }
.site-nav > a { color: #3f534e; font-size: 14px; font-weight: 600; text-decoration: none; }
.site-nav > a:not(.button):hover { color: var(--accent); }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 54px; padding: 0 24px; border: 0; border-radius: 14px; background: var(--accent); box-shadow: 0 9px 24px rgba(185, 80, 32, 0.2); color: var(--accent-contrast); font: 700 15px/1 "DM Sans", sans-serif; text-decoration: none; transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease; }
.button:hover { transform: translateY(-2px); box-shadow: 0 13px 28px rgba(185, 80, 32, 0.26); background: #d96832; }
.button svg { width: 18px; }
.button-small { min-height: 44px; padding: 0 17px; border-radius: 12px; font-size: 13px; }
.header-call svg { width: 16px; }
.menu-toggle { display: none; padding: 8px; border: 0; background: transparent; }
.menu-toggle span:not(.sr-only) { display: block; width: 24px; height: 2px; margin: 5px; background: var(--ink); transition: transform 180ms ease, opacity 180ms ease; }

.hero { position: relative; min-height: 690px; overflow: hidden; background: var(--ink); color: var(--white); }
.hero::before { content: ""; position: absolute; inset: 0; opacity: .07; background-image: linear-gradient(rgba(255,255,255,.25) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.25) 1px, transparent 1px); background-size: 58px 58px; mask-image: linear-gradient(to right, black, transparent 78%); }
.hero-orb { position: absolute; border-radius: 50%; filter: blur(1px); }
.hero-orb-one { width: 420px; height: 420px; right: -90px; top: -170px; border: 90px solid rgba(184,203,189,.08); }
.hero-orb-two { width: 320px; height: 320px; left: 38%; bottom: -250px; background: rgba(230,120,61,.11); filter: blur(30px); }
.hero.has-background-image { background-image: linear-gradient(90deg, rgba(14,39,34,.94) 0%, rgba(14,39,34,.8) 60%, rgba(14,39,34,.58) 100%), var(--hero-image); background-position: center; background-size: cover; }
.hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0, 780px); gap: 90px; align-items: center; padding-top: 112px; padding-bottom: 120px; }
.eyebrow { display: inline-flex; align-items: center; gap: 9px; margin-bottom: 24px; color: #d5e2d9; font-size: 12px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.status-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--accent); box-shadow: 0 0 0 5px rgba(230,120,61,.13); }
h1, h2, h3 { margin: 0; font-family: "Manrope", sans-serif; line-height: 1.1; letter-spacing: -.045em; }
h1 { max-width: 720px; font-size: clamp(48px, 6vw, 76px); font-weight: 700; }
h1 em { color: var(--accent-light); font-style: normal; }
.hero-intro { max-width: 630px; margin: 27px 0 0; color: #c4d3cc; font-size: 18px; line-height: 1.65; }
.hero-actions { display: flex; align-items: center; gap: 26px; margin-top: 34px; }
.text-link { display: inline-flex; align-items: center; gap: 10px; color: var(--white); font-size: 14px; font-weight: 700; text-decoration: none; }
.text-link:hover { color: var(--accent-light); }
.text-link svg { width: 18px; }
.trust-list { display: flex; flex-wrap: wrap; gap: 16px 26px; margin: 38px 0 0; padding: 0; list-style: none; color: #aebfb8; font-size: 12px; font-weight: 600; letter-spacing: .04em; }
.trust-list li { display: flex; align-items: center; gap: 7px; }
.trust-list svg { width: 16px; color: var(--accent-light); }

.hours-card { position: relative; overflow: hidden; padding: 34px; border: 1px solid rgba(255,255,255,.11); border-radius: var(--radius); background: rgba(255,255,255,.08); box-shadow: 0 30px 70px rgba(0,0,0,.16); backdrop-filter: blur(12px); }
.card-accent { position: absolute; top: 0; left: 34px; width: 54px; height: 4px; background: var(--accent); border-radius: 0 0 5px 5px; }
.hours-heading { display: flex; justify-content: space-between; align-items: start; gap: 16px; padding-bottom: 25px; border-bottom: 1px solid rgba(255,255,255,.13); }
.section-kicker { display: block; margin-bottom: 12px; color: var(--accent); font-size: 11px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.hours-heading .section-kicker { color: #aebfb8; }
.hours-heading h2 { font-size: 23px; letter-spacing: -.03em; }
.open-badge { flex: 0 0 auto; padding: 5px 10px; border-radius: 99px; background: rgba(184,203,189,.14); color: #d3e4d7; font-size: 10px; font-weight: 700; text-transform: uppercase; }
.open-badge.is-open { background: rgba(97,190,123,.15); color: #a7e0b5; }
.hours-list { padding: 17px 0; border-bottom: 1px solid rgba(255,255,255,.13); }
.hours-row { display: flex; justify-content: space-between; gap: 18px; padding: 6px 0; color: #e4ece6; font-size: 13px; }
.hours-row span:last-child { color: #aebfb8; text-align: right; }
.hours-row.is-today { color: var(--accent-light); font-weight: 700; }
.location-block { display: flex; gap: 13px; align-items: flex-start; padding-top: 23px; }
.location-block svg { width: 20px; margin-top: 1px; color: var(--accent-light); }
.location-block div { display: flex; flex-direction: column; }
.location-block strong { color: #edf3ef; font-size: 13px; }
.location-block span { margin-top: 2px; color: #aebfb8; font-size: 12px; }
.card-link { display: inline-flex; gap: 6px; align-items: center; margin-top: 19px; color: var(--accent-light); font-size: 12px; font-weight: 700; text-decoration: none; }
.card-link svg { width: 14px; transition: transform 180ms ease; }
.card-link:hover svg { transform: translateX(3px); }

.hours-section { background: var(--ink-dark); color: var(--white); }
.hours-section-grid { display: grid; grid-template-columns: minmax(0, .9fr) minmax(360px, .75fr); gap: 90px; align-items: center; }
.hours-intro h2 { max-width: 520px; font-size: clamp(36px, 4.4vw, 53px); }
.hours-intro > p { max-width: 520px; margin: 22px 0 0; color: #aebfb8; font-size: 16px; }
.location-block-light { margin-top: 30px; padding-top: 25px; border-top: 1px solid rgba(255,255,255,.13); }
.location-block-light strong { color: var(--white); }
.location-block-light + .text-link { margin-top: 22px; color: var(--accent-light); }

.services { background: var(--paper); }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 60px; margin-bottom: 48px; }
.section-heading h2, .about-copy h2, .contact h2 { max-width: 680px; font-size: clamp(36px, 4.4vw, 53px); }
.section-heading > p { max-width: 400px; margin: 0 0 4px; color: var(--muted); font-size: 15px; }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.service-card { position: relative; min-height: 260px; overflow: hidden; padding: 30px; border: 1px solid var(--line); border-radius: 20px; background: rgba(255,253,248,.63); transition: transform 200ms ease, box-shadow 200ms ease, border-color 200ms ease; }
.service-card:hover { transform: translateY(-5px); border-color: transparent; box-shadow: var(--shadow); }
.service-number { position: absolute; top: 20px; right: 24px; color: rgba(22,52,46,.14); font-family: "Manrope", sans-serif; font-size: 13px; font-weight: 800; }
.service-icon { display: grid; place-items: center; width: 46px; height: 46px; margin-bottom: 38px; border-radius: 14px; background: #e4ebe3; color: var(--ink); }
.service-icon svg { width: 22px; }
.service-card h3 { font-size: 21px; letter-spacing: -.025em; }
.service-card p { margin: 12px 0 0; color: var(--muted); font-size: 14px; }

.about { background: var(--white); }
.about-grid { display: grid; grid-template-columns: .85fr 1fr; gap: 100px; align-items: center; }
.about-visual { position: relative; max-width: 500px; }
.pattern-card { position: relative; aspect-ratio: 1 / .91; overflow: hidden; border-radius: 30px 30px 30px 8px; background: var(--ink); box-shadow: var(--shadow); }
.pattern-card::before { content: ""; position: absolute; inset: 0; opacity: .12; background-image: radial-gradient(rgba(255,255,255,.8) 1px, transparent 1px); background-size: 20px 20px; }
.pattern-line { position: absolute; width: 140%; height: 100%; border: 2px solid rgba(184,203,189,.22); border-radius: 50%; transform: rotate(-18deg); }
.pattern-line-one { left: -72%; top: 28%; }
.pattern-line-two { left: -55%; top: 42%; }
.pattern-sun { position: absolute; right: 16%; top: 14%; width: 28%; aspect-ratio: 1; border-radius: 50%; background: var(--accent); box-shadow: 0 0 0 22px rgba(230,120,61,.1), 0 0 0 44px rgba(230,120,61,.05); }
.pattern-monogram { position: absolute; right: 9%; bottom: 2%; color: rgba(255,255,255,.1); font-family: "Manrope", sans-serif; font-size: clamp(80px, 14vw, 155px); font-weight: 800; letter-spacing: -.08em; }
.local-note { position: absolute; right: -32px; bottom: 34px; display: flex; align-items: center; gap: 12px; padding: 17px 21px; border: 1px solid rgba(22,52,46,.08); border-radius: 14px; background: var(--white); box-shadow: 0 16px 40px rgba(23,52,46,.13); color: var(--muted); font-size: 11px; line-height: 1.35; }
.local-note svg { width: 24px; color: var(--accent); }
.local-note strong { color: var(--ink); font-size: 12px; }
.about-lead { margin: 26px 0 0; color: var(--muted); font-size: 17px; }
.values-list { display: grid; gap: 15px; margin: 30px 0; }
.value-item { display: flex; gap: 13px; align-items: center; color: #3b514b; font-size: 14px; font-weight: 600; }
.value-check { display: grid; place-items: center; width: 23px; height: 23px; flex: 0 0 auto; border-radius: 50%; background: #e4eee6; color: var(--ink); }
.value-check svg { width: 13px; stroke-width: 2.5; }
.text-link-dark { color: var(--ink); }
.text-link-dark:hover { color: var(--accent); }

.pattern-card.has-background-image { background-image: linear-gradient(rgba(14,39,34,.18), rgba(14,39,34,.45)), var(--about-image); background-position: center; background-size: cover; }
.pattern-card.has-background-image::before, .pattern-card.has-background-image .pattern-line, .pattern-card.has-background-image .pattern-sun, .pattern-card.has-background-image .pattern-monogram { display: none; }

.gallery { background: var(--paper-deep); }
.gallery-grid { display: grid; grid-template-columns: repeat(12, 1fr); gap: 16px; }
.gallery-item { position: relative; grid-column: span 4; min-height: 300px; overflow: hidden; margin: 0; border-radius: 18px; background: var(--ink); cursor: zoom-in; }
.gallery-item:nth-child(5n + 1), .gallery-item:nth-child(5n + 5) { grid-column: span 7; }
.gallery-item:nth-child(5n + 2), .gallery-item:nth-child(5n + 4) { grid-column: span 5; }
.gallery-item button { width: 100%; height: 100%; padding: 0; border: 0; background: transparent; cursor: inherit; }
.gallery-item img { width: 100%; height: 100%; min-height: 300px; display: block; object-fit: cover; transition: transform 400ms ease, opacity 300ms ease; }
.gallery-item:hover img { transform: scale(1.035); opacity: .88; }
.gallery-item figcaption { position: absolute; right: 12px; bottom: 12px; left: 12px; padding: 10px 12px; border-radius: 10px; background: rgba(14,39,34,.8); color: white; font-size: 12px; text-align: left; backdrop-filter: blur(8px); pointer-events: none; }
.gallery-dialog { width: min(94vw, 1000px); max-height: 92vh; padding: 0; border: 0; border-radius: 18px; background: #091915; box-shadow: 0 30px 90px rgba(0,0,0,.4); color: white; }
.gallery-dialog::backdrop { background: rgba(8,20,17,.84); backdrop-filter: blur(6px); }
.gallery-dialog img { display: block; width: 100%; max-height: 78vh; object-fit: contain; }
.gallery-dialog p { margin: 0; padding: 13px 20px 17px; color: #d9e3de; font-size: 13px; }
.gallery-dialog > button { position: absolute; top: 12px; right: 12px; z-index: 1; display: grid; place-items: center; width: 38px; height: 38px; padding: 0; border: 1px solid rgba(255,255,255,.18); border-radius: 50%; background: rgba(0,0,0,.5); color: white; font-size: 25px; cursor: pointer; }

.social { background: var(--white); }
.social-shell { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; padding: 52px 58px; border: 1px solid var(--line); border-radius: 24px; background: var(--paper); }
.social-shell h2 { font-size: clamp(34px, 4vw, 48px); }
.social-shell p { max-width: 500px; margin: 16px 0 0; color: var(--muted); }
.social-links { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
.social-link { display: flex; align-items: center; gap: 11px; min-width: 0; padding: 14px; border: 1px solid var(--line); border-radius: 12px; background: var(--white); color: var(--ink); font-weight: 700; text-decoration: none; transition: transform 180ms ease, border-color 180ms ease; }
.social-link:hover { transform: translateY(-2px); border-color: var(--accent); }
.social-link span { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.social-link svg { width: 21px; flex: 0 0 auto; color: var(--accent); }

.contact { padding-top: 90px; padding-bottom: 90px; background: var(--paper); }
.contact-shell { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; padding: 58px 64px; border-radius: 28px 28px 28px 8px; background: var(--ink); color: var(--white); box-shadow: var(--shadow); }
.section-kicker-light { color: var(--accent-light); }
.contact h2 { font-size: clamp(38px, 4vw, 50px); }
.contact-copy p { max-width: 490px; margin: 20px 0 0; color: #b8c7c0; font-size: 15px; }
.contact-actions { display: grid; gap: 10px; }
.contact-button { display: grid; grid-template-columns: auto 1fr auto; gap: 14px; align-items: center; padding: 15px 17px; border: 1px solid rgba(255,255,255,.13); border-radius: 14px; background: rgba(255,255,255,.06); color: var(--white); text-decoration: none; transition: background 180ms ease, transform 180ms ease; }
.contact-button:hover { transform: translateX(3px); background: rgba(255,255,255,.1); }
.contact-icon { display: grid; place-items: center; width: 39px; height: 39px; border-radius: 10px; background: rgba(230,120,61,.16); color: var(--accent-light); }
.contact-icon svg { width: 19px; }
.contact-button > span:nth-child(2) { display: flex; min-width: 0; flex-direction: column; line-height: 1.3; }
.contact-button small { color: #9eb1a8; font-size: 10px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.contact-button strong { overflow: hidden; margin-top: 3px; font-size: 14px; text-overflow: ellipsis; white-space: nowrap; }
.contact-button .arrow { width: 16px; color: #83978e; }

.site-footer { padding: 34px 0 40px; background: var(--paper); border-top: 1px solid var(--line); }
.footer-inner { display: flex; justify-content: space-between; align-items: center; gap: 30px; }
.brand-footer .brand-mark { width: 38px; height: 38px; font-size: 12px; }
.brand-footer .brand-mark.has-logo { width: 42px; height: 42px; }
.brand-footer .brand-mark.has-logo.logo-wide { width: 84px; }
.footer-inner p { margin: 0; color: var(--muted); font-size: 11px; }
.mobile-contact-bar { display: none; }
.load-error { position: fixed; left: 50%; bottom: 20px; z-index: 300; width: min(90%, 650px); transform: translateX(-50%); padding: 14px 20px; border-radius: 10px; background: #9f2e2e; color: white; box-shadow: var(--shadow); font-size: 13px; text-align: center; }

.reveal { opacity: 0; transform: translateY(18px); transition: opacity 600ms ease, transform 600ms ease; }
.reveal.is-visible { opacity: 1; transform: translateY(0); }

/* Template 2: a lighter, editorial presentation. */
.template-cornerstone h1, .template-cornerstone h2, .template-cornerstone h3 { font-family: Georgia, "Times New Roman", serif; letter-spacing: -.035em; }
.template-cornerstone .brand-mark, .template-cornerstone .button, .template-cornerstone .service-card, .template-cornerstone .pattern-card, .template-cornerstone .contact-shell, .template-cornerstone .social-shell { border-radius: 2px; }
.template-cornerstone .hero { min-height: 620px; background: var(--white); color: var(--ink-dark); border-bottom: 1px solid var(--line); }
.template-cornerstone .hero::before { opacity: .05; background-image: linear-gradient(90deg, var(--ink) 1px, transparent 1px); background-size: 96px 100%; mask-image: none; }
.template-cornerstone .hero.has-background-image { background-image: linear-gradient(90deg, rgba(255,253,248,.97) 0%, rgba(255,253,248,.86) 58%, rgba(255,253,248,.28) 100%), var(--hero-image); }
.template-cornerstone .hero h1 { max-width: 850px; font-size: clamp(54px, 7vw, 88px); font-weight: 400; }
.template-cornerstone .hero h1 em { color: var(--accent); }
.template-cornerstone .hero-intro, .template-cornerstone .trust-list { color: var(--muted); }
.template-cornerstone .hero .text-link { color: var(--ink); }
.template-cornerstone .hero .eyebrow { color: var(--ink); }
.template-cornerstone .hours-section { background: var(--paper); color: var(--ink); border-bottom: 1px solid var(--line); }
.template-cornerstone .hours-intro > p { color: var(--muted); }
.template-cornerstone .location-block-light { border-color: var(--line); }
.template-cornerstone .location-block-light strong { color: var(--ink); }
.template-cornerstone .hours-card { border-color: var(--line); border-radius: 2px; background: var(--white); box-shadow: none; color: var(--ink); }
.template-cornerstone .hours-heading, .template-cornerstone .hours-list { border-color: var(--line); }
.template-cornerstone .hours-heading .section-kicker, .template-cornerstone .hours-row span:last-child { color: var(--muted); }
.template-cornerstone .hours-row { color: var(--ink); }
.template-cornerstone .open-badge { background: #e4eee6; color: var(--ink); }
.template-cornerstone .services { background: var(--white); }
.template-cornerstone .about { background: var(--paper); }
.template-cornerstone .gallery-item, .template-cornerstone .gallery-item figcaption { border-radius: 0; }

/* Template 3: a high-energy, block-based presentation. */
.template-studio h1, .template-studio h2, .template-studio h3 { letter-spacing: -.055em; }
.template-studio .site-header { background: var(--ink); border-color: rgba(255,255,255,.12); }
.template-studio .site-header .brand, .template-studio .site-header .site-nav > a, .template-studio .site-header .menu-toggle { color: var(--white); }
.template-studio .site-header .brand-mark { background: var(--accent); color: var(--accent-contrast); }
.template-studio .site-header .brand-mark.has-logo { background: transparent; }
.template-studio .site-header .brand-copy small { color: rgba(255,255,255,.62); }
.template-studio .site-header .menu-toggle span:not(.sr-only) { background: var(--white); }
.template-studio .hero { min-height: 650px; }
.template-studio .hero h1 { max-width: 960px; font-size: clamp(56px, 8vw, 100px); font-weight: 800; text-transform: uppercase; }
.template-studio .hero h1 em { color: var(--accent); }
.template-studio .button, .template-studio .brand-mark, .template-studio .hours-card, .template-studio .service-card, .template-studio .pattern-card, .template-studio .contact-shell, .template-studio .social-shell, .template-studio .gallery-item { border-radius: 0; }
.template-studio .hours-section { background: var(--accent); color: var(--accent-contrast); }
.template-studio .hours-intro .section-kicker, .template-studio .hours-intro > p { color: var(--accent-contrast); }
.template-studio .location-block-light { border-color: rgba(14,39,34,.2); }
.template-studio .location-block-light strong, .template-studio .location-block-light + .text-link { color: var(--accent-contrast); }
.template-studio .hours-heading .section-kicker, .template-studio .hours-row, .template-studio .hours-row span:last-child, .template-studio .hours-row.is-today { color: var(--accent-contrast); }
.template-studio .hours-heading, .template-studio .hours-list { border-color: rgba(14,39,34,.2); }
.template-studio .open-badge, .template-studio .open-badge.is-open { background: var(--ink-dark); color: var(--white); }
.template-studio .services { background: var(--white); }
.template-studio .service-card { border: 2px solid var(--ink); box-shadow: 8px 8px 0 var(--accent); }
.template-studio .service-card:hover { box-shadow: 12px 12px 0 var(--accent); }
.template-studio .about { background: var(--paper-deep); }
.template-studio .gallery { background: var(--ink); color: var(--white); }
.template-studio .gallery .section-heading > p { color: #b8c7c0; }
.template-studio .social-shell { border: 2px solid var(--ink); box-shadow: 10px 10px 0 var(--accent); }
.template-studio .contact-shell { background: var(--accent); color: var(--accent-contrast); }
.template-studio .contact-copy p, .template-studio .contact .section-kicker { color: var(--accent-contrast); }
.template-studio .contact-button { border-color: currentColor; background: rgba(255,255,255,.18); color: var(--accent-contrast); }
.template-studio .contact-button small, .template-studio .contact-button .arrow { color: var(--accent-contrast); }

/* Template 4: an airy, centered presentation with soft surfaces. */
.template-horizon .site-header { background: rgba(255,255,255,.9); }
.template-horizon .header-inner { height: 76px; }
.template-horizon .brand-mark, .template-horizon .button, .template-horizon .service-card, .template-horizon .hours-card, .template-horizon .social-shell, .template-horizon .contact-shell { border-radius: 999px; }
.template-horizon .service-card, .template-horizon .hours-card, .template-horizon .social-shell, .template-horizon .contact-shell { border-radius: 28px; }
.template-horizon .hero { min-height: 650px; background: var(--paper); color: var(--ink-dark); }
.template-horizon .hero::before { opacity: .09; background-image: radial-gradient(var(--ink) 1px, transparent 1px); background-size: 24px 24px; mask-image: radial-gradient(circle at center, black, transparent 68%); }
.template-horizon .hero.has-background-image { background-image: linear-gradient(rgba(255,255,255,.88), rgba(255,255,255,.9)), var(--hero-image); }
.template-horizon .hero-grid { width: min(calc(100% - 40px), 980px); grid-template-columns: 1fr; justify-items: center; padding-top: 100px; padding-bottom: 105px; text-align: center; }
.template-horizon .hero-copy { display: flex; width: 100%; min-width: 0; align-items: center; flex-direction: column; }
.template-horizon .hero h1 { max-width: 920px; font-size: clamp(50px, 7vw, 84px); }
.template-horizon .hero h1 em { color: var(--accent); }
.template-horizon .hero-intro { color: var(--muted); }
.template-horizon .hero .eyebrow, .template-horizon .hero .text-link { color: var(--ink); }
.template-horizon .hero-actions, .template-horizon .trust-list { justify-content: center; }
.template-horizon .trust-list { color: var(--muted); }
.template-horizon .hours-section { background: var(--paper-deep); color: var(--ink); }
.template-horizon .hours-intro { text-align: center; }
.template-horizon .hours-intro h2, .template-horizon .hours-intro > p { margin-inline: auto; }
.template-horizon .location-block-light { justify-content: center; border-color: var(--line); }
.template-horizon .location-block-light strong { color: var(--ink); }
.template-horizon .location-block-light + .text-link { color: var(--ink); }
.template-horizon .hours-section-grid { grid-template-columns: 1fr; max-width: 820px; gap: 45px; }
.template-horizon .hours-card { background: var(--ink); color: var(--white); }
.template-horizon .services, .template-horizon .about, .template-horizon .social { background: var(--white); }
.template-horizon .section-heading { align-items: center; flex-direction: column; gap: 18px; text-align: center; }
.template-horizon .section-heading > p { max-width: 630px; text-align: center; }
.template-horizon .service-card { min-height: 230px; padding: 28px; background: var(--paper); text-align: center; }
.template-horizon .service-icon { margin-inline: auto; margin-bottom: 25px; border-radius: 50%; }
.template-horizon .service-number { display: none; }
.template-horizon .about-visual { order: 2; }
.template-horizon .about-copy { order: 1; }
.template-horizon .pattern-card { border-radius: 50%; }
.template-horizon .gallery-item { border-radius: 28px; }
.template-horizon .social-shell { text-align: center; }
.template-horizon .contact-shell { background: var(--ink); }

/* Template 5: a restrained, premium editorial presentation. */
.template-atelier h1, .template-atelier h2, .template-atelier h3 { font-family: Georgia, "Times New Roman", serif; font-weight: 400; letter-spacing: -.03em; }
.template-atelier .site-header { background: var(--ink-dark); border-color: rgba(255,255,255,.12); }
.template-atelier .site-header .brand, .template-atelier .site-header .site-nav > a { color: var(--white); }
.template-atelier .site-header .brand-copy small { color: rgba(255,255,255,.58); }
.template-atelier .site-header .brand-mark { border: 1px solid rgba(255,255,255,.35); border-radius: 0; background: transparent; }
.template-atelier .site-header .brand-mark.has-logo { border: 0; }
.template-atelier .site-header .menu-toggle span:not(.sr-only) { background: var(--white); }
.template-atelier .button, .template-atelier .hours-card, .template-atelier .service-card, .template-atelier .pattern-card, .template-atelier .gallery-item, .template-atelier .gallery-item figcaption, .template-atelier .social-shell, .template-atelier .social-link, .template-atelier .contact-shell, .template-atelier .contact-button { border-radius: 0; }
.template-atelier .hero { min-height: 720px; background: var(--ink-dark); }
.template-atelier .hero::before { opacity: .12; background-image: linear-gradient(90deg, transparent 49.9%, rgba(255,255,255,.22) 50%, transparent 50.1%); background-size: 25% 100%; mask-image: none; }
.template-atelier .hero.has-background-image { background-image: linear-gradient(90deg, rgba(14,25,22,.96), rgba(14,25,22,.72)), var(--hero-image); }
.template-atelier .hero-copy { padding-left: 34px; border-left: 1px solid var(--accent); }
.template-atelier .hero h1 { max-width: 900px; font-size: clamp(58px, 7.5vw, 94px); }
.template-atelier .hero h1 em { color: var(--accent-light); font-style: italic; }
.template-atelier .hours-section { background: var(--white); color: var(--ink); }
.template-atelier .hours-intro > p { color: var(--muted); }
.template-atelier .location-block-light { border-color: var(--line); }
.template-atelier .location-block-light strong, .template-atelier .location-block-light + .text-link { color: var(--ink); }
.template-atelier .hours-card { border: 1px solid var(--line); background: var(--paper); box-shadow: none; color: var(--ink); }
.template-atelier .hours-heading, .template-atelier .hours-list { border-color: var(--line); }
.template-atelier .hours-heading .section-kicker, .template-atelier .hours-row span:last-child { color: var(--muted); }
.template-atelier .hours-row { color: var(--ink); }
.template-atelier .open-badge { background: var(--ink); color: var(--white); }
.template-atelier .services { background: var(--paper); }
.template-atelier .service-card { min-height: 230px; padding: 30px 0; border-width: 1px 0 0; background: transparent; }
.template-atelier .service-card:hover { transform: none; border-color: var(--accent); box-shadow: none; }
.template-atelier .service-icon { border: 1px solid var(--line); border-radius: 0; background: transparent; }
.template-atelier .about { background: var(--white); }
.template-atelier .pattern-card { box-shadow: none; }
.template-atelier .gallery { background: var(--ink-dark); color: var(--white); }
.template-atelier .gallery .section-heading > p { color: rgba(255,255,255,.62); }
.template-atelier .social-shell { padding-inline: 0; border-width: 1px 0; background: transparent; }
.template-atelier .contact-shell { border: 1px solid var(--line); background: var(--white); box-shadow: none; color: var(--ink); }
.template-atelier .contact-copy p { color: var(--muted); }
.template-atelier .contact-button { border-color: var(--line); background: var(--paper); color: var(--ink); }
.template-atelier .contact-button small, .template-atelier .contact-button .arrow { color: var(--muted); }

/* Template 6: a welcoming, rounded and card-forward presentation. */
.template-neighborhood { background: var(--white); }
.template-neighborhood .site-header { background: rgba(255,255,255,.94); }
.template-neighborhood .brand-mark, .template-neighborhood .button, .template-neighborhood .hours-card, .template-neighborhood .service-card, .template-neighborhood .pattern-card, .template-neighborhood .gallery-item, .template-neighborhood .social-shell, .template-neighborhood .social-link, .template-neighborhood .contact-shell, .template-neighborhood .contact-button { border-radius: 24px; }
.template-neighborhood .brand-mark { border-radius: 50%; }
.template-neighborhood .button { border-radius: 999px; }
.template-neighborhood .hero { min-height: auto; margin: 18px; border-radius: 38px; background: var(--paper-deep); color: var(--ink-dark); }
.template-neighborhood .hero::before { opacity: .16; background-image: radial-gradient(var(--accent) 2px, transparent 2px); background-size: 30px 30px; mask-image: linear-gradient(to left, black, transparent 70%); }
.template-neighborhood .hero.has-background-image { background-image: linear-gradient(90deg, rgba(255,255,255,.93), rgba(255,255,255,.62)), var(--hero-image); }
.template-neighborhood .hero-grid { padding-top: 90px; padding-bottom: 95px; }
.template-neighborhood .hero h1 { color: var(--ink-dark); font-size: clamp(50px, 6.7vw, 84px); }
.template-neighborhood .hero h1 em { color: var(--accent); }
.template-neighborhood .hero-intro, .template-neighborhood .trust-list { color: var(--muted); }
.template-neighborhood .hero .eyebrow, .template-neighborhood .hero .text-link { color: var(--ink); }
.template-neighborhood .hours-section { background: var(--white); color: var(--ink); }
.template-neighborhood .hours-intro > p { color: var(--muted); }
.template-neighborhood .location-block-light { border-color: var(--line); }
.template-neighborhood .location-block-light strong, .template-neighborhood .location-block-light + .text-link { color: var(--ink); }
.template-neighborhood .hours-card { border: 0; background: var(--ink); color: var(--white); transform: rotate(1deg); }
.template-neighborhood .services { background: var(--paper); }
.template-neighborhood .service-card { min-height: 250px; border: 0; background: var(--white); box-shadow: 0 12px 30px rgba(23,52,46,.07); }
.template-neighborhood .service-card:nth-child(3n + 2) { transform: translateY(18px); }
.template-neighborhood .service-card:nth-child(3n + 2):hover { transform: translateY(12px); }
.template-neighborhood .service-icon { border-radius: 50%; background: var(--paper-deep); }
.template-neighborhood .about { background: var(--white); }
.template-neighborhood .pattern-card { border-radius: 45% 55% 42% 58% / 50% 42% 58% 50%; }
.template-neighborhood .gallery { background: var(--paper-deep); }
.template-neighborhood .gallery-item { border: 6px solid var(--white); box-shadow: 0 12px 25px rgba(23,52,46,.08); }
.template-neighborhood .social-shell { border: 0; background: var(--paper); }
.template-neighborhood .contact { background: var(--white); }
.template-neighborhood .contact-shell { background: var(--accent); color: var(--accent-contrast); }
.template-neighborhood .contact-copy p, .template-neighborhood .contact .section-kicker { color: var(--accent-contrast); }
.template-neighborhood .contact-button { border-color: currentColor; background: rgba(255,255,255,.2); color: var(--accent-contrast); }
.template-neighborhood .contact-button small, .template-neighborhood .contact-button .arrow { color: var(--accent-contrast); }

.hero.has-background-image {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

@media (max-width: 900px) {
  .section { padding: 84px 0; }
  .header-inner { gap: 20px; }
  .brand-copy strong { max-width: 180px; }
  .site-nav { gap: 20px; }
  .hero-grid { grid-template-columns: 1fr; gap: 48px; padding-top: 78px; }
  .hero-copy { max-width: 720px; }
  .hours-card { max-width: 620px; }
  .hours-section-grid { grid-template-columns: 1fr; gap: 48px; }
  .service-grid { grid-template-columns: repeat(2, 1fr); }
  .about-grid { grid-template-columns: 1fr; gap: 64px; }
  .about-visual { width: min(80%, 520px); }
  .contact-shell { gap: 42px; padding: 50px 44px; }
  .social-shell { grid-template-columns: 1fr; gap: 36px; }
  .template-horizon .about-visual, .template-horizon .about-copy { order: initial; }
}

@media (max-width: 800px) {
  .brand-copy strong, .brand-copy small { max-width: 120px; }
  .site-nav { gap: 14px; }
  .site-nav > a { font-size: 13px; }
  .header-call { padding-inline: 12px; }
}

@media (max-width: 720px) {
  body { padding-bottom: 66px; }
  .container { width: min(calc(100% - 30px), var(--container)); }
  .header-inner { height: 70px; }
  .brand-copy strong { max-width: 190px; }
  .menu-toggle { display: block; z-index: 2; }
  .site-nav { position: fixed; inset: 70px 0 auto; display: grid; gap: 0; padding: 10px 20px 24px; border-bottom: 1px solid var(--line); background: var(--paper); box-shadow: 0 18px 30px rgba(22,52,46,.1); opacity: 0; visibility: hidden; transform: translateY(-10px); transition: opacity 180ms ease, transform 180ms ease, visibility 180ms ease; }
  .site-nav.is-open { opacity: 1; visibility: visible; transform: translateY(0); }
  .site-nav > a { padding: 14px 4px; border-bottom: 1px solid var(--line); font-size: 16px; }
  .site-nav .header-call { display: none; }
  .menu-toggle[aria-expanded="true"] span:nth-child(2) { transform: translateY(7px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:nth-child(3) { opacity: 0; }
  .menu-toggle[aria-expanded="true"] span:nth-child(4) { transform: translateY(-7px) rotate(-45deg); }
  .hero { min-height: auto; }
  .hero-grid { gap: 42px; padding-top: 60px; padding-bottom: 70px; }
  .hero-copy, .hours-intro, .about-copy, .contact-copy, .section-heading, .section-heading > div { min-width: 0; }
  h1 { font-size: clamp(43px, 13vw, 62px); }
  .hero h1, .hero-intro { width: 100%; max-width: 100%; overflow-wrap: anywhere; }
  .hero-intro { font-size: 16px; }
  .hero-actions { width: 100%; align-items: stretch; flex-direction: column; gap: 18px; }
  .hero-actions .button { width: 100%; max-width: 100%; }
  .hero-actions .text-link { justify-content: center; }
  .hours-card { padding: 28px 24px; }
  .section-heading { display: block; }
  .section-heading > p { margin-top: 20px; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 220px; }
  .gallery-grid { grid-template-columns: 1fr; }
  .gallery-item, .gallery-item:nth-child(n) { grid-column: auto; min-height: 250px; }
  .gallery-item img { min-height: 250px; }
  .about-visual { width: calc(100% - 14px); }
  .local-note { right: -14px; bottom: 20px; }
  .contact-shell { grid-template-columns: 1fr; padding: 38px 24px; border-radius: 22px 22px 22px 7px; }
  .social-shell { padding: 34px 22px; }
  .social-links { grid-template-columns: 1fr; }
  .template-studio .site-nav { background: var(--ink); }
  .template-atelier .site-nav { background: var(--ink-dark); }
  .template-horizon .site-nav, .template-neighborhood .site-nav { background: var(--white); }
  .template-neighborhood .hero { margin: 10px; border-radius: 26px; }
  .template-neighborhood .service-card:nth-child(n) { transform: none; }
  .template-atelier .hero-copy { padding-left: 20px; }
  .footer-inner { align-items: flex-start; flex-direction: column; }
  .mobile-contact-bar { position: fixed; right: 0; bottom: 0; left: 0; z-index: 150; display: grid; grid-template-columns: 1fr 1fr; height: 66px; padding: 8px; background: rgba(255,253,248,.96); border-top: 1px solid var(--line); box-shadow: 0 -8px 25px rgba(22,52,46,.1); backdrop-filter: blur(14px); }
  .mobile-contact-bar a { display: flex; align-items: center; justify-content: center; gap: 8px; border-radius: 10px; color: var(--ink); font-size: 14px; font-weight: 800; text-decoration: none; }
  .mobile-contact-bar a:first-child { background: var(--accent); color: var(--accent-contrast); }
  .mobile-contact-bar svg { width: 18px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
  .reveal { opacity: 1; transform: none; }
}
