html {
  scroll-behavior: smooth;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-size: 16px;
  color: #2e3138;
  background-color: #f5f1e6;
  font-family: Georgia, "Times New Roman", Times, serif;
  line-height: 1.65;
  overflow-x: hidden;
}

a {
  color: inherit;
}

button {
  font-family: inherit;
  cursor: pointer;
}

img,
svg {
  vertical-align: middle;
}

h1, h2, h3, h4 {
  font-family: Georgia, "Times New Roman", Times, serif;
}

.wrap {
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 32px;
}

.visually-hidden {
  position: absolute !important;
  clip: rect(1px, 1px, 1px, 1px);
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.eyebrow {
  display: inline-block;
  font-family: Georgia, "Times New Roman", Times, serif;
  letter-spacing: 0.16em;
  font-size: 0.78rem;
  font-weight: 700;
  color: #57a08f;
  text-transform: uppercase;
}

html.js .reveal {
  visibility: hidden;
}

html:not(.no-js):not(.js) .reveal,
.no-js .reveal {
  visibility: visible;
}

html.js .reveal.visible {
  visibility: visible;
  -webkit-animation: paneIn 0.6s ease both;
  animation: paneIn 0.6s ease both;
}

@-webkit-keyframes paneIn {
  from {
    opacity: 0;
    -webkit-transform: translateY(18px);
    transform: translateY(18px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes paneIn {
  from {
    opacity: 0;
    -webkit-transform: translateY(18px);
    transform: translateY(18px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

/* ============ LEAD-CAME NAV ============ */
.came-nav {
  position: sticky;
  top: 0;
  z-index: 40;
  background: #f5f1e6;
}

.came-nav .came-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  min-height: 78px;
  gap: 8px;
}

.brand-plate {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: #8e2f4c;
  color: #f5f1e6;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-weight: 700;
  font-size: 1.12rem;
  letter-spacing: 0.04em;
  padding: 13px 20px;
  clip-path: polygon(0 0, 100% 0, calc(100% - 14px) 100%, 0 100%);
  text-decoration: none;
}

.diamond-glyph {
  display: inline-block;
  width: 15px;
  height: 15px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  background: #c8912f;
  border: 2px solid #f5f1e6;
}

.nav-right {
  display: flex;
  align-items: stretch;
}

.primary-nav {
  display: flex;
  align-items: stretch;
}

.came-links {
  display: flex;
  align-items: stretch;
  margin: 0;
  padding: 0;
  list-style: none;
}

.came-links li {
  display: flex;
  align-items: stretch;
}

.came-links li + li {
  border-left: 2px solid #565b63;
}

.came-links a {
  display: flex;
  align-items: center;
  padding: 0 20px;
  text-decoration: none;
  color: #2e3138;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 0.95rem;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.came-links a:hover,
.came-links a[aria-current="page"] {
  background: #57a08f;
  color: #f5f1e6;
}

.came-nav .nav-cta {
  align-self: center;
  margin-left: 8px;
  background: #57a08f;
  color: #f5f1e6;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-weight: 700;
  font-size: 0.9rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 13px 18px;
  text-decoration: none;
  border: 2px solid #565b63;
}

.came-nav .nav-cta:hover {
  background: #8e2f4c;
}

.came-nav .nav-toggle {
  display: none;
  align-self: center;
  margin-left: 8px;
  background: #8e2f4c;
  color: #f5f1e6;
  border: 2px solid #565b63;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-weight: 700;
  padding: 12px 16px;
}

.came-nav .two-tone-rule {
  border-top: 2px solid #57a08f;
  border-bottom: 5px solid #565b63;
}

/* ============ NORTH-LIGHT WINDOW HERO ============ */
.northlight {
  background: #f5f1e6;
}

.window-wall {
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: 190px;
  gap: 0;
  background: #2e3138;
  padding: 10px;
  border-bottom: 8px solid #565b63;
}

.pane {
  position: relative;
  border: 5px solid #565b63;
  outline: 2px solid #2e3138;
  outline-offset: -6px;
  min-height: 180px;
}

.pane-cranberry {
  background: #8e2f4c;
}

.pane-patina {
  background: #57a08f;
}

.pane-ochre {
  background: #c8912f;
}

.pane-lead {
  background: #565b63;
}

.pane-ivory {
  background: #ede6d4;
}

.brand-pane {
  display: flex;
  align-items: center;
  justify-content: center;
}

.brand-pane .pane-glyph {
  width: 66px;
  height: 66px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  background: #f5f1e6;
  border: 5px solid #2e3138;
  box-shadow: 0 0 0 6px #8e2f4c;
}

.brand-pane .brand-pane-word {
  position: absolute;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-weight: 700;
  letter-spacing: 0.3em;
  color: #c8912f;
  font-size: 1rem;
}

.bench {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 40px;
  align-items: center;
  padding-top: 54px;
  padding-bottom: 26px;
}

.bench-h1 {
  font-size: 3.1rem;
  line-height: 1.04;
  margin: 12px 0 18px;
  color: #2e3138;
}

.bench .lead {
  font-size: 1.12rem;
  max-width: 62ch;
  color: #2e3138;
}

.btn-row {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 26px;
}

.btn {
  display: inline-block;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-weight: 700;
  font-size: 0.95rem;
  text-decoration: none;
  padding: 15px 24px;
  border-radius: 2px;
}

.btn-cranberry {
  background: #8e2f4c;
  color: #f5f1e6;
  border: 2px solid #8e2f4c;
  clip-path: polygon(0 0, calc(100% - 14px) 0, 100% 50%, calc(100% - 14px) 100%, 0 100%);
}

.btn-cranberry:hover {
  background: #6a2036;
  border-color: #6a2036;
}

.btn-lead {
  background: #565b63;
  color: #f5f1e6;
  border: 2px solid #565b63;
}

.btn-lead:hover {
  background: #2e3138;
}

.btn-outline {
  background: transparent;
  color: #2e3138;
  border: 2px solid #565b63;
}

.btn-outline:hover {
  background: #ede6d4;
}

.bench-tools {
  text-align: right;
  color: #565b63;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 2.4rem;
  letter-spacing: 0.3em;
}

.bench-stats {
  border-top: 3px solid #565b63;
  border-bottom: 3px solid #2e3138;
  margin-top: 34px;
  background: #ede6d4;
}

.bench-stats-inner {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.bench-stat {
  padding: 22px 12px;
  text-align: center;
}

.bench-stat + .bench-stat {
  border-left: 3px solid #565b63;
}

.stat-num {
  display: block;
  font-size: 2.3rem;
  line-height: 1;
  font-weight: 700;
  color: #8e2f4c;
}

.stat-name {
  font-size: 0.8rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #2e3138;
}

/* ============ PANEL BENCH ROWS ============ */
.body-band {
  background: #f5f1e6;
}

.body-section {
  padding: 66px 0;
}

.section-head {
  max-width: 720px;
  padding-bottom: 14px;
}

.section-head h2 {
  font-size: 2.1rem;
  color: #2e3138;
  margin: 8px 0 14px;
}

.section-head p {
  color: #2e3138;
}

.panel-row {
  border: 3px solid #565b63;
  border-radius: 3px;
  background: #ede6d4;
  display: grid;
  grid-template-columns: 100px 1fr 130px;
  gap: 24px;
  align-items: center;
  padding: 30px 26px;
  margin: 26px 0;
}

.panel-row.offset-right {
  margin-left: 46px;
}

.panel-row.offset-left {
  margin-right: 46px;
}

.panel-corner {
  width: 64px;
  height: 64px;
  border: 3px solid #2e3138;
  -webkit-transform: rotate(6deg);
  transform: rotate(6deg);
  margin: 0 auto;
}

.corner-cranberry {
  background: #8e2f4c;
}

.corner-patina {
  background: #57a08f;
}

.corner-ochre {
  background: #c8912f;
}

.panel-num {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  color: #f5f1e6;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-weight: 700;
  font-size: 1.2rem;
  border: 3px solid #2e3138;
  margin: 0 auto;
}

.num-cranberry {
  background: #8e2f4c;
}

.num-patina {
  background: #57a08f;
}

.num-ochre {
  background: #c8912f;
}

.panel-copy h3 {
  font-size: 1.45rem;
  margin: 0 0 6px;
  color: #2e3138;
}

.panel-copy p {
  font-size: 1rem;
  color: #2e3138;
  margin: 0;
}

.panel-meta {
  text-align: center;
}

.details-link {
  display: inline-block;
  color: #8e2f4c;
  font-weight: 700;
  text-decoration: none;
  border-bottom: 2px solid #57a08f;
}

.details-link:hover {
  color: #57a08f;
  border-color: #8e2f4c;
}

/* ============ STATEMENT ROW ============ */
.statement-band {
  background: #2e3138;
  margin: 74px 0;
  padding: 58px 0;
  color: #f5f1e6;
}

.statement-figure {
  font-size: 5.2rem;
  line-height: 1;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-weight: 700;
  color: #c8912f;
  display: block;
  margin-bottom: 8px;
}

.statement-band h2 {
  font-size: 2rem;
  margin: 0 0 12px;
  color: #f5f1e6;
}

.statement-band p {
  color: #ede6d4;
  max-width: 60ch;
}

/* ============ GLAZING FLOW ============ */
.glazing-band {
  background: #57a08f;
  padding: 68px 0;
}

.glazing-band .eyebrow,
.glazing-band h2 {
  color: #2e3138;
}

.glazing-intro {
  max-width: 620px;
  color: #2e3138;
}

.flow-panes {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 18px;
  margin-top: 40px;
}

.flow-pane {
  position: relative;
  text-align: center;
  background: #f5f1e6;
  border: 3px solid #2e3138;
  border-radius: 4px;
  padding: 26px 18px;
}

.flow-step {
  display: flex;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  color: #f5f1e6;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 1.4rem;
  font-weight: 700;
  margin: 0 auto 12px;
  align-items: center;
  justify-content: center;
  border: 3px solid #2e3138;
}

.step-cranberry {
  background: #8e2f4c;
}

.step-patina {
  background: #57a08f;
}

.step-ochre {
  background: #c8912f;
}

.step-lead {
  background: #565b63;
}

.flow-pane h3 {
  font-family: Georgia, "Times New Roman", Times, serif;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: #8e2f4c;
  margin: 0 0 8px;
}

.flow-pane p {
  font-size: 0.95rem;
  color: #2e3138;
}

/* ============ COMMISSION BAND ============ */
.commission-band {
  background: #8e2f4c;
  color: #f5f1e6;
  padding: 58px 0;
}

.commission-band .comm-inner {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 28px;
}

.comm-stamp {
  border: 3px double #f5f1e6;
  -webkit-transform: rotate(-4deg);
  transform: rotate(-4deg);
  padding: 16px 20px;
  color: #f5f1e6;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-size: 0.85rem;
  line-height: 1.4;
  text-align: center;
  white-space: nowrap;
}

.commission-band h2 {
  font-size: 1.7rem;
  color: #f5f1e6;
  margin: 0;
}

.commission-band p {
  color: #ede6d4;
  margin: 6px 0 0;
  max-width: 46ch;
}

.btn-solder {
  background: #ede6d4;
  color: #8e2f4c;
  border: 2px solid #f5f1e6;
}

.btn-solder:hover {
  background: #c8912f;
  color: #2e3138;
}

/* ============ SILL FOOTER ============ */
.page-footer {
  background: #565b63;
  color: #f5f1e6;
}

.sill-footer .footer-top {
  position: relative;
  z-index: 1;
  border-top: 3px solid #57a08f;
  padding: 30px 0 8px;
}

.footer-top-inner {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  align-items: center;
  justify-content: space-between;
}

.footer-motto {
  font-family: Georgia, "Times New Roman", Times, serif;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  font-weight: 700;
  color: #f5f1e6;
}

.tool-sil {
  font-size: 1.5rem;
  color: #ede6d4;
  letter-spacing: 0.5em;
}

.footer-cols {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 26px;
  padding: 30px 0;
}

.sill-footer .col {
  background: #2e3138;
  padding: 24px 26px;
}

.footer-cols + .col {
  border-left: 3px solid #565b63;
}

.sill-footer .col h3 {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 0.95rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #c8912f;
  margin: 0 0 12px;
}

.sill-footer .col ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.sill-footer .col li {
  margin: 0;
}

.sill-footer .col a {
  color: #ede6d4;
  text-decoration: none;
  line-height: 1.95;
  display: block;
}

.sill-footer .col a:hover {
  color: #c8912f;
}

.footer-base {
  background: #f5f1e6;
  color: #2e3138;
  position: relative;
  z-index: 1;
  border-top: 5px solid #57a08f;
  padding: 34px 0 26px;
}

.maker-plate {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 22px;
}

.maker-plate .co-name {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-weight: 700;
  font-size: 1.25rem;
  color: #8e2f4c;
  display: block;
  margin-bottom: 6px;
}

.maker-plate .addr-line,
.maker-plate .contact-line {
  display: block;
  font-size: 0.95rem;
  color: #2e3138;
}

.maker-plate .contact-line a {
  color: #2e3138;
  text-decoration: none;
}

.maker-plate .contact-line a:hover {
  color: #8e2f4c;
}

.footer-base .copyright {
  font-size: 0.85rem;
  color: #57a08f;
  margin: 24px 0 0;
  border-top: 2px solid #57a08f;
  padding-top: 14px;
  letter-spacing: 0.03em;
}

.home .footer-base .copyright {
  color: #57a08f;
}

/* ============ SUBPAGE HERO ============ */
.subhero {
  background: #565b63;
  color: #f5f1e6;
  padding: 70px 0 58px;
}

.subhero .eyebrow {
  color: #c8912f;
}

.subhero h1 {
  font-size: 2.9rem;
  color: #f5f1e6;
  margin: 10px 0 14px;
}

.subhero p {
  max-width: 60ch;
  color: #ede6d4;
}

.subhero .pane-strip {
  display: inline-block;
  width: 60px;
  height: 60px;
  -webkit-transform: rotate(6deg);
  transform: rotate(6deg);
  border: 3px solid #2e3138;
  float: right;
}

/* ============ CONTACT ============ */
.contact-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  gap: 48px;
  padding: 60px 0;
  align-items: start;
}

.f-form {
  background: #ede6d4;
  border: 3px solid #565b63;
  border-radius: 3px;
  padding: 30px;
}

.f-form h2 {
  color: #8e2f4c;
  margin-top: 0;
}

.field {
  margin-bottom: 18px;
}

.field label {
  display: block;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 0.9rem;
  font-weight: 700;
  margin-bottom: 6px;
  color: #2e3138;
}

.field input,
.field textarea,
.field select {
  width: 100%;
  border: 2px solid #565b63;
  background: #f5f1e6;
  color: #2e3138;
  font-family: inherit;
  font-size: 1rem;
  padding: 12px;
}

.field textarea {
  min-height: 150px;
  resize: vertical;
}

.form-note {
  font-size: 0.9rem;
  color: #565b63;
}

.form-ok {
  display: none;
  background: #57a08f;
  color: #f5f1e6;
  padding: 16px;
  border: 2px solid #2e3138;
  margin-bottom: 16px;
}

.form-ok.show {
  display: block;
}

.info-card {
  background: #f5f1e6;
  border: 3px solid #565b63;
  border-radius: 3px;
  padding: 24px;
  margin-bottom: 22px;
}

.info-card h3 {
  color: #8e2f4c;
  margin: 0 0 8px;
  font-size: 1.05rem;
}

.info-card p,
.info-card a,
.info-card li {
  color: #2e3138;
}

.info-card ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.notice-line {
  border-top: 2px solid #57a08f;
  padding-top: 10px;
  margin-top: 10px;
}

.hours-list {
  list-style: none;
  margin: 6px 0 0;
  padding: 0;
}

.hours-list li {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #57a08f;
  padding: 6px 0;
}

.faq-listing .faq-item {
  border-left: 6px solid #57a08f;
  background: #ede6d4;
  margin: 16px 0;
  padding: 18px 22px;
}

.faq-item h3 {
  color: #8e2f4c;
  margin: 0 0 6px;
}

.faq-item p {
  margin: 0;
  color: #2e3138;
}

/* ============ SERVICES ROWS ============ */
.service-block {
  display: grid;
  grid-template-columns: 90px 1fr;
  gap: 24px;
  border: 3px solid #565b63;
  border-radius: 3px;
  background: #ede6d4;
  padding: 28px 26px;
  margin: 22px 0;
}

.service-block .s-badge {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  border: 3px solid #2e3138;
  color: #f5f1e6;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-weight: 700;
  font-size: 1.3rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.service-block h3 {
  color: #8e2f4c;
  margin: 0 0 6px;
}

.service-block p {
  color: #2e3138;
  margin: 0 0 10px;
}

.service-block p + p {
  margin-top: 12px;
}

.process-steps {
  list-style: none;
  counter-reset: pl;
  padding: 0;
  margin: 30px 0;
}

.process-steps li {
  counter-increment: pl;
  border: 2px solid #565b63;
  border-left-width: 10px;
  border-left-color: #57a08f;
  background: #ede6d4;
  padding: 20px 24px;
  margin: 16px 0;
}

.process-steps li::before {
  content: "STAGE " counter(pl);
  color: #8e2f4c;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-weight: 700;
  letter-spacing: 0.08em;
  font-size: 0.85rem;
}

.process-steps h3 {
  margin-bottom: 4px;
}

.body-copy p,
.body-copy li {
  color: #2e3138;
}

.legal-prose {
  color: #2e3138;
}

.cta-band-inline {
  background: #8e2f4c;
  color: #f5f1e6;
  margin-top: 60px;
  padding: 44px 0;
}

.cta-band-inline .comm-inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.cta-band-inline h2 {
  color: #f5f1e6;
  margin: 0 0 6px;
}

.cta-band-inline p {
  color: #ede6d4;
  margin: 0;
  max-width: 44ch;
}

/* ============ UTIL ============ */
.typebody {
  color: #2e3138;
}

.text-center {
  text-align: center;
}

.rule {
  border: 0;
  border-top: 2px solid #565b63;
  margin: 30px 0;
}

@media (min-width: 901px) {
  .came-nav .nav-toggle {
    display: none;
  }
}

@media (max-width: 900px) {
  .bench {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .bench-tools {
    text-align: left;
  }

  .panel-row {
    grid-template-columns: 90px 1fr;
  }

  .panel-row.offset-right,
  .panel-row.offset-left {
    margin-left: 0;
    margin-right: 0;
  }

  .flow-panes {
    grid-template-columns: 1fr 1fr;
  }

  .footer-cols {
    grid-template-columns: 1fr;
  }

  .contact-grid {
    grid-template-columns: 1fr;
  }

  .service-block {
    grid-template-columns: 70px 1fr;
  }
}

@media (max-width: 720px) {
  .came-nav .primary-nav {
    flex-direction: column;
    width: 100%;
  }

  .came-nav .nav-toggle {
    display: inline-block;
  }

  .came-links {
    display: none;
    flex-direction: column;
    border-top: 2px solid #565b63;
  }

  .came-nav.open .came-links {
    display: flex;
  }

  .came-links li + li {
    border-left: 0;
  }

  .came-links li {
    border-bottom: 2px solid #565b63;
  }

  .came-links a {
    padding: 14px 16px;
  }

  .window-wall {
    grid-auto-rows: 120px;
  }

  .bench-h1 {
    font-size: 2.2rem;
  }

  .stat-num {
    font-size: 1.8rem;
  }

  .flow-panes {
    grid-template-columns: 1fr;
  }

  .footer-top-inner {
    flex-direction: column;
    align-items: flex-start;
  }
}
