:root {
  --charcoal: #20262b;
  --charcoal-2: #2c343a;
  --steel: #466b80;
  --steel-dark: #345566;
  --steel-soft: #eaf0f3;
  --text: #263038;
  --muted: #66737d;
  --line: #d8e0e4;
  --surface: #ffffff;
  --surface-alt: #f4f6f7;
  --focus: #f4b942;
  --max: 1180px;
  --radius: 14px;
  --shadow: 0 18px 45px rgba(20, 34, 43, 0.10);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--text);
  background: var(--surface);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
img { display: block; width: 100%; height: auto; }
a { color: inherit; }
button, input, textarea { font: inherit; }
button { cursor: pointer; }

:focus-visible {
  outline: 3px solid var(--focus);
  outline-offset: 4px;
}

.skip-link {
  position: fixed;
  top: 0.75rem;
  left: 0.75rem;
  z-index: 999;
  transform: translateY(-200%);
  background: #fff;
  color: #111;
  padding: 0.7rem 1rem;
  border-radius: 8px;
  box-shadow: var(--shadow);
}
.skip-link:focus { transform: translateY(0); }

.container { width: min(calc(100% - 2rem), var(--max)); margin-inline: auto; }
.section { padding: clamp(4rem, 8vw, 7rem) 0; }
.section-muted { background: var(--surface-alt); }
.section-dark { background: var(--charcoal); color: #fff; }
.eyebrow {
  margin: 0 0 0.85rem;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--steel-dark);
}
.eyebrow-light { color: #aac2cf; }

h1, h2, h3 { line-height: 1.12; margin-top: 0; color: inherit; }
h1 { font-size: clamp(2.6rem, 7vw, 5.6rem); letter-spacing: -0.045em; max-width: 12ch; margin-bottom: 1.3rem; }
h2 { font-size: clamp(2rem, 4.3vw, 3.65rem); letter-spacing: -0.035em; margin-bottom: 1rem; }
h3 { font-size: 1.2rem; letter-spacing: -0.015em; }
p { margin-top: 0; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(255,255,255,0.96);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(12px);
}
.header-inner { min-height: 76px; display: flex; align-items: center; gap: 2rem; }
.brand { display: inline-flex; align-items: center; gap: 0.75rem; text-decoration: none; min-width: max-content; }
.brand-mark {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border-radius: 10px;
  background: var(--charcoal);
  color: white;
  font-weight: 900;
  letter-spacing: -0.04em;
}
.brand-copy { display: grid; line-height: 1.05; }
.brand-copy strong { font-size: 1rem; }
.brand-copy span { font-size: 0.75rem; color: var(--muted); margin-top: 0.2rem; }
.desktop-nav { display: flex; align-items: center; gap: 1.5rem; margin-left: auto; }
.desktop-nav a { text-decoration: none; font-size: 0.95rem; font-weight: 650; color: #47535c; }
.desktop-nav a:hover { color: var(--steel-dark); }
.header-actions { display: flex; align-items: center; gap: 1rem; }
.phone-link { font-weight: 800; text-decoration: none; white-space: nowrap; }

.button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-height: 48px;
  padding: 0.8rem 1.2rem;
  border: 2px solid transparent;
  border-radius: 9px;
  text-decoration: none;
  font-weight: 800;
  line-height: 1.2;
}
.button-primary { background: var(--steel); color: #fff; }
.button-primary:hover { background: var(--steel-dark); }
.button-secondary { background: #fff; border-color: #bac5cb; color: var(--charcoal); }
.button-secondary:hover { border-color: var(--steel); color: var(--steel-dark); }
.button-full { width: 100%; }

.hero {
  padding: clamp(3rem, 7vw, 6.5rem) 0 clamp(4rem, 8vw, 7rem);
  background: linear-gradient(180deg, #fbfcfd 0%, #eef3f5 100%);
  overflow: hidden;
}
.hero-grid { display: grid; grid-template-columns: minmax(0, 1.02fr) minmax(340px, 0.98fr); gap: clamp(2rem, 6vw, 5rem); align-items: center; }
.hero-lead { max-width: 63ch; font-size: clamp(1.05rem, 2vw, 1.25rem); color: #4e5c66; }
.hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 0.8rem; margin: 2rem 0 1.7rem; }
.text-link { font-weight: 800; color: var(--steel-dark); padding: 0.6rem 0.25rem; }
.hero-points { display: flex; flex-wrap: wrap; gap: 0.7rem 1.4rem; padding: 0; margin: 0; list-style: none; color: #4d5c66; font-size: 0.95rem; }
.hero-points li { position: relative; padding-left: 1.1rem; }
.hero-points li::before { content: ""; position: absolute; left: 0; top: 0.64em; width: 6px; height: 6px; border-radius: 50%; background: var(--steel); }
.hero-media { margin: 0; min-height: 520px; border-radius: 18px; overflow: hidden; box-shadow: var(--shadow); }
.hero-media img { height: 100%; min-height: 520px; object-fit: cover; }

.placeholder-frame { position: relative; background: #d7e0e5; }
.placeholder-frame figcaption {
  position: absolute;
  left: 0.8rem;
  bottom: 0.8rem;
  max-width: calc(100% - 1.6rem);
  background: rgba(31, 38, 43, 0.88);
  color: #fff;
  padding: 0.55rem 0.75rem;
  border-radius: 6px;
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.045em;
}

.section-heading { max-width: 760px; margin-bottom: 2.5rem; }
.split-heading { max-width: none; display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(260px, 0.7fr); gap: 2.5rem; align-items: end; }
.split-heading > p { color: var(--muted); margin-bottom: 0.6rem; }
.service-columns { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1rem; }
.service-panel { padding: clamp(1.6rem, 4vw, 2.5rem); border: 1px solid var(--line); border-radius: var(--radius); background: #fff; }
.service-number { display: inline-block; margin-bottom: 2.5rem; color: var(--steel); font-weight: 900; font-size: 0.85rem; }
.service-panel p { color: var(--muted); margin-bottom: 0; }

.card-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
.type-card { padding: 1.5rem; min-height: 180px; border-top: 3px solid var(--steel); background: #fff; box-shadow: 0 8px 25px rgba(33, 47, 55, 0.06); }
.type-card p { color: var(--muted); margin-bottom: 0; }

.gallery-grid { display: grid; grid-template-columns: repeat(3, 1fr); grid-auto-rows: 270px; gap: 1rem; }
.gallery-grid.gallery-grid-1 { grid-template-columns: minmax(0, 1fr); }
.gallery-grid-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.gallery-card { margin: 0; border-radius: var(--radius); overflow: hidden; min-width: 0; }
.gallery-card-large { grid-column: span 2; grid-row: span 2; }
.gallery-card img { width: 100%; height: 100%; object-fit: cover; }

.why-grid { display: grid; grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr); gap: clamp(2rem, 7vw, 6rem); }
.why-list { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1.2rem; }
.why-list article { padding: 1.3rem 0; border-top: 1px solid #4e5a61; }
.why-list p { color: #c2ccd1; margin-bottom: 0; }

.area-grid { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(260px, 0.7fr); gap: 3rem; align-items: center; }
.area-grid > div > p:last-child { color: var(--muted); max-width: 55ch; }
.area-list { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(2, 1fr); gap: 0.8rem; }
.area-list li { padding: 1rem 1.1rem; background: var(--steel-soft); border-left: 4px solid var(--steel); font-weight: 800; }

.contact-section { background: #eef3f5; }
.contact-grid { display: grid; grid-template-columns: minmax(0, 0.9fr) minmax(380px, 0.8fr); gap: clamp(2rem, 7vw, 6rem); align-items: start; }
.contact-copy > p:not(.eyebrow) { color: var(--muted); max-width: 55ch; }
.contact-actions { display: grid; gap: 0.75rem; margin-top: 2rem; }
.contact-action { display: flex; justify-content: space-between; gap: 1rem; padding: 1rem 0; border-top: 1px solid #cbd5da; text-decoration: none; }
.contact-action span { color: var(--muted); }
.contact-action strong { text-align: right; }
.quote-form { padding: clamp(1.4rem, 4vw, 2rem); background: #fff; border-radius: var(--radius); box-shadow: var(--shadow); }
.form-row { display: grid; gap: 0.45rem; margin-bottom: 1rem; }
.form-row label { font-weight: 800; font-size: 0.92rem; }
.optional { color: var(--muted); font-weight: 500; }
input, textarea { width: 100%; border: 1px solid #aebbc2; border-radius: 8px; background: #fff; color: var(--text); padding: 0.8rem 0.9rem; }
textarea { resize: vertical; min-height: 140px; }
input:focus, textarea:focus { border-color: var(--steel); outline: 3px solid rgba(70, 107, 128, 0.18); outline-offset: 1px; }
.form-note, .form-status { font-size: 0.84rem; color: var(--muted); margin: 0.8rem 0 0; }

.site-footer { background: #171c20; color: #d9e0e4; padding: 3.5rem 0 6rem; }
.footer-grid { display: grid; grid-template-columns: 1.2fr 0.8fr 0.8fr; gap: 2.5rem; }
.footer-brand { color: #fff; font-weight: 900; font-size: 1.25rem; margin-bottom: 0.8rem; }
.site-footer p { color: #9facb4; max-width: 52ch; }
.site-footer h2 { font-size: 0.85rem; text-transform: uppercase; letter-spacing: 0.1em; color: #9facb4; }
.site-footer ul { list-style: none; margin: 0; padding: 0; }
.site-footer li + li { margin-top: 0.5rem; }
.site-footer a { color: #fff; }
.footer-bottom { margin-top: 3rem; padding-top: 1.3rem; border-top: 1px solid #313b42; }
.footer-bottom p { margin-bottom: 0; font-size: 0.82rem; }
.mobile-action-bar { display: none; }

@media (max-width: 980px) {
  .desktop-nav { display: none; }
  .header-inner { gap: 1rem; }
  .header-actions { margin-left: auto; }
  .phone-link { display: none; }
  .hero-grid, .contact-grid { grid-template-columns: 1fr; }
  .hero-media { min-height: 420px; }
  .hero-media img { min-height: 420px; }
  .card-grid { grid-template-columns: repeat(2, 1fr); }
  .gallery-grid { grid-template-columns: repeat(2, 1fr); }
  .gallery-card-large { grid-column: span 2; }
  .why-grid, .area-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid > div:first-child { grid-column: 1 / -1; }
}

@media (max-width: 680px) {
  body { padding-bottom: 68px; }
  .container { width: min(calc(100% - 1.25rem), var(--max)); }
  .site-header { position: relative; }
  .header-inner { min-height: 68px; }
  .brand-mark { width: 40px; height: 40px; }
  .brand-copy strong { font-size: 0.95rem; }
  .header-actions .button { min-height: 44px; padding-inline: 0.9rem; font-size: 0.88rem; }
  .hero { padding-top: 2.4rem; }
  h1 { font-size: clamp(2.45rem, 13vw, 4rem); }
  h2 { font-size: clamp(2rem, 9vw, 3rem); }
  .hero-actions { align-items: stretch; }
  .hero-actions .button { width: 100%; }
  .text-link { width: 100%; text-align: center; }
  .hero-media, .hero-media img { min-height: 330px; }
  .split-heading { grid-template-columns: 1fr; gap: 0.7rem; }
  .service-columns, .card-grid, .why-list, .area-list, .footer-grid { grid-template-columns: 1fr; }
  .gallery-grid { grid-template-columns: 1fr; grid-auto-rows: 260px; }
  .gallery-card-large { grid-column: auto; grid-row: auto; }
  .footer-grid > div:first-child { grid-column: auto; }
  .contact-grid { gap: 2rem; }
  .contact-action { display: grid; gap: 0.2rem; }
  .contact-action strong { text-align: left; overflow-wrap: anywhere; }
  .site-footer { padding-bottom: 2rem; }
  .mobile-action-bar {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 80;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    background: #fff;
    border-top: 1px solid #cdd6da;
    box-shadow: 0 -8px 25px rgba(20, 34, 43, 0.12);
  }
  .mobile-action-bar a {
    display: grid;
    place-items: center;
    min-height: 64px;
    text-decoration: none;
    font-weight: 800;
    font-size: 0.83rem;
    color: var(--charcoal);
    border-right: 1px solid #e1e6e8;
  }
  .mobile-action-bar a:last-child { border-right: 0; }
  .mobile-action-bar .mobile-quote { background: var(--steel); color: #fff; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: 0.01ms !important; animation-iteration-count: 1 !important; transition-duration: 0.01ms !important; }
}
/* Prototype baseline retained above; fixes for variable content and supported channels. */
:root { --muted: #586570; }
html { scroll-padding-top: 100px; }
body { overflow-wrap: break-word; }
.brand { min-width: 0; }
.brand-mark { flex-shrink: 0; }
.brand-copy { min-width: 0; overflow-wrap: anywhere; }
.header-actions { flex-shrink: 0; }
.concept-frame { position: relative; background: #d7e0e5; }
.concept-frame figcaption { position: absolute; left: .8rem; bottom: .8rem; max-width: calc(100% - 1.6rem); background: rgba(31,38,43,.92); color: #fff; padding: .55rem .75rem; border-radius: 6px; font-size: .76rem; font-weight: 700; }
.hero-media { height: 520px; }
.hero-media img { width: 100%; height: 100%; min-height: 0; object-fit: cover; }
.type-card h3 { line-height: 1.35; }
input, textarea { min-width: 0; }
input:focus-visible, textarea:focus-visible { outline: 3px solid #345566; outline-offset: 2px; }
button:disabled { cursor: not-allowed; opacity: .65; }
.contact-action strong { overflow-wrap: anywhere; }
@media (max-width: 1100px) { .desktop-nav { display: none; } .header-actions { margin-left: auto; } }
@media (max-width: 980px) { .hero-media { height: 420px; } }
@media (max-width: 680px) {
  html { scroll-padding-top: 16px; scroll-padding-bottom: 88px; }
  body { padding-bottom: calc(72px + env(safe-area-inset-bottom, 0px)); }
  .header-inner { gap: .5rem; }
  .header-actions .button { max-width: 130px; text-align: center; }
  .hero-media { height: 330px; }
  .hero-media img { min-height: 0; }
  .mobile-action-bar { grid-template-columns: none; grid-auto-flow: column; grid-auto-columns: 1fr; padding-bottom: env(safe-area-inset-bottom, 0px); }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }


/* demo-nav-v2 */
.spinach-demo-nav{background:#102f29;color:#e9f0ed;border-bottom:1px solid rgba(215,237,110,.25);font:600 13px/1.2 system-ui,sans-serif}.spinach-demo-nav__inner{max-width:1280px;margin:auto;min-height:58px;padding:0 24px;display:flex;gap:22px;align-items:center}.spinach-demo-nav a{color:inherit;text-decoration:none}.spinach-demo-nav__brand{color:#d7ed6e!important;font-size:15px;font-weight:800;letter-spacing:-.02em}.spinach-demo-nav__brand em{font-family:Georgia,serif;font-weight:400}.spinach-demo-nav__trail{display:flex;gap:12px;color:#9db7b0}.spinach-demo-nav__trail a{text-decoration:underline;text-underline-offset:3px}.spinach-demo-nav__themes{margin-left:auto;display:flex;gap:12px;align-items:center;color:#9db7b0}.spinach-demo-nav__themes>div{display:flex;gap:5px;flex-wrap:wrap}.spinach-demo-nav__themes a{padding:7px 9px;border-radius:999px;color:#e9f0ed}.spinach-demo-nav__themes a:hover,.spinach-demo-nav__themes [aria-current="page"]{background:#d7ed6e;color:#102f29}@media(max-width:760px){.spinach-demo-nav__inner{padding:12px 16px;align-items:flex-start;flex-wrap:wrap}.spinach-demo-nav__themes{width:100%;margin-left:0;display:block}.spinach-demo-nav__themes>span{display:block;margin-bottom:7px}.public-demo-notice{padding:10px 16px!important;background:#edf1e8!important;color:#25453d!important;font-size:13px}.public-demo-notice strong{color:#25453d!important}}

.spinach-demo-nav{background:#102f29;padding:10px 16px}.spinach-demo-nav>div{max-width:1280px;margin:auto;display:flex;gap:16px;align-items:center;color:#c7d7d1;font:600 14px system-ui}.spinach-demo-nav a{color:#c7d7d1;text-decoration:none}.spinach-demo-nav .brand{color:#d7ed6e;font-weight:800}.spinach-demo-nav label{margin-left:auto}.spinach-demo-nav select{margin-left:7px;padding:7px;border-radius:4px;background:#173f36;color:#fff;border:1px solid #547269;font:inherit}@media(max-width:550px){.spinach-demo-nav>div{flex-wrap:wrap}.spinach-demo-nav label{width:100%;margin-left:0}.spinach-demo-nav select{width:calc(100% - 52px)}}

/* modern palette lock */
:root{--steel:#2b6685;--steel-dark:#1f4f6a;--steel-soft:#e8f1f5;--surface-alt:#f2f7f9;--focus:#f2b84b}


@media(max-width:550px){.spinach-demo-nav>div{justify-content:center;padding:2px 12px}.spinach-demo-nav .brand{width:100%;text-align:center;margin-bottom:4px}.spinach-demo-nav select{flex:0 1 calc(50% - 10px)!important;width:calc(50% - 10px)!important;max-width:230px;margin:0!important}}

