/* Brand: gotgutters.online — fascia / rain-channel skin */
:root {
  --maxw: 1080px;
  --got-hatch: color-mix(in srgb, var(--dna-ink) 6%, transparent);
  --got-ticket: color-mix(in srgb, var(--dna-accent) 12%, var(--dna-surface));
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--dna-ink, #2a1d18);
  background:
    repeating-linear-gradient(118deg, transparent 0 17px, var(--got-hatch) 17px 18px),
    var(--dna-bg, #f7f1ea);
  line-height: 1.55;
}
img { max-width: 100%; height: auto; display: block; }
a { color: var(--dna-accent, #c45c3a); text-decoration: none; }
a:hover { text-decoration: underline; }
h1, h2, h3, h4 {
  letter-spacing: -0.03em;
  line-height: 1.08;
  margin: 0 0 .42em;
}
p { margin: 0 0 1em; color: var(--dna-ink-soft, #6b574c); }
.wrap { max-width: var(--maxw); margin: 0 auto; padding: 0 26px; }
.eyebrow {
  display: inline-block;
  font-size: 12px;
  letter-spacing: .16em;
  text-transform: uppercase;
  font-weight: 800;
  color: var(--dna-accent, #c45c3a);
  margin-bottom: 10px;
}

.btn {
  display: inline-flex; align-items: center; justify-content: center;
  font-weight: 700; font-size: 14.5px; gap: 8px;
  padding: 12px 20px; border: 0; cursor: pointer;
  font-family: inherit; text-decoration: none;
  border-radius: var(--btn-radius, 4px);
}
.btn:hover { text-decoration: none; }
.btn-solid {
  background: var(--dna-accent, #c45c3a);
  color: var(--dna-accent-ink, #fff);
}
.btn-solid:hover { filter: brightness(1.05); }
.btn-ghost {
  background: transparent;
  color: var(--dna-ink, #2a1d18);
  border: 1.5px solid var(--dna-line, #e4d6cc);
}

/* ===== fascia strip + centered ridge header ===== */
.got16-fascia {
  background: var(--dna-ink, #2a1d18);
  color: #f4ebe4;
  font-size: 12px;
  letter-spacing: .08em;
  text-transform: uppercase;
  font-weight: 700;
}
.got16-fascia .wrap {
  display: flex; justify-content: space-between; gap: 16px;
  padding-top: 8px; padding-bottom: 8px; flex-wrap: wrap;
}
.got16-fascia a { color: inherit; }

.got16-ridge {
  background: color-mix(in srgb, var(--dna-surface) 92%, transparent);
  border-bottom: 1px solid var(--dna-line, #e4d6cc);
  position: sticky; top: 0; z-index: 40;
  backdrop-filter: blur(8px);
}
.got16-ridge-inner {
  max-width: var(--maxw); margin: 0 auto; padding: 16px 26px 18px;
  display: flex; flex-direction: column; align-items: center; gap: 12px;
}
.got16-brand {
  display: flex; align-items: center; gap: 12px; text-decoration: none; color: inherit;
}
.got16-brand:hover { text-decoration: none; }
.got16-gutter-mark {
  width: 38px; height: 38px; display: grid; place-items: center;
  background: var(--dna-accent, #c45c3a); color: var(--dna-accent-ink, #fff);
  border-radius: 3px 10px 3px 10px;
}
.got16-gutter-mark svg { width: 22px; height: 22px; }
.got16-brand b { display: block; font-size: 18px; letter-spacing: -.03em; }
.got16-brand small { display: block; color: var(--dna-ink-soft, #6b574c); font-size: 12px; font-weight: 600; letter-spacing: .04em; }
.got16-nav { display: flex; gap: 22px; align-items: center; }
.got16-nav a { font-weight: 700; font-size: 14px; color: var(--dna-ink, #2a1d18); }
.got16-nav a.active { color: var(--dna-accent, #c45c3a); }
.got16-ridge-cta { position: absolute; right: 26px; top: 22px; }
.got16-ridge { position: sticky; }
.got16-ridge-inner { position: relative; }
.got16-burger {
  display: none; position: absolute; left: 18px; top: 22px;
  width: 42px; height: 42px; border: 1px solid var(--dna-line, #e4d6cc);
  background: var(--dna-surface, #fff); cursor: pointer;
}
.got16-burger span {
  display: block; height: 2px; margin: 5px 10px; background: var(--dna-ink, #2a1d18);
}
.got16-sheet {
  display: none; flex-direction: column; gap: 12px; padding: 8px 26px 20px;
}
.got16-sheet.open { display: flex; }
.got16-sheet a { font-weight: 700; color: var(--dna-ink); }

/* ===== hero halfbleed (stamped) ===== */
.got16-hero { background: var(--dna-bg, #f7f1ea); }
.got16-hero .eyebrow { font-size: 13px; }
.got16-hero-halfbleed {
  background: linear-gradient(to right, var(--dna-bg, #f7f1ea) 50%, var(--dna-ink, #2a1d18) 50%);
}
.got16-hero-halfbleed .wrap.hero-inner {
  display: grid; grid-template-columns: 1fr 1fr; gap: 0; align-items: center;
  min-height: 520px; max-width: none; padding: 0;
}
.got16-hero-halfbleed .copy { padding: 78px 48px 78px max(26px, calc((100vw - var(--maxw)) / 2 + 26px)); }
.got16-hero-halfbleed h1 { font-size: 46px; line-height: 1.06; letter-spacing: -.03em; margin: 12px 0 16px; max-width: 16ch; }
.got16-hero-halfbleed .sub { max-width: 42ch; font-size: 17px; }
.got16-hero-halfbleed .cta { display: flex; gap: 12px; margin-top: 28px; flex-wrap: wrap; }
.got16-hero-halfbleed .right {
  align-self: stretch; position: relative; min-height: 520px;
  background: var(--dna-ink, #2a1d18); overflow: hidden;
}
.got16-hero-halfbleed .right img {
  width: 100%; height: 100%; object-fit: cover; position: absolute; inset: 0;
  filter: saturate(.92) contrast(1.05);
}
.got16-hero-halfbleed .vlabel {
  position: absolute; left: 36px; bottom: 36px; z-index: 2;
  color: rgba(255,255,255,.88); font-size: 12px; letter-spacing: .26em;
  text-transform: uppercase; font-weight: 800;
  background: rgba(42, 29, 24, .55); padding: 14px 16px; backdrop-filter: blur(4px);
}
.got16-hero-halfbleed .vlabel b {
  display: block; font-size: 22px; letter-spacing: -.01em; text-transform: none; color: #fff; margin-top: 6px;
}

/* ===== faq + stats ===== */
.got16-ask-list { display: grid; gap: 10px; margin-top: 24px; }
.got16-ask-item {
  background: var(--dna-surface, #fff);
  border: 1px solid var(--dna-line, #e4d6cc);
  padding: 4px 18px 4px;
}
.got16-ask-item summary {
  cursor: pointer; font-weight: 800; padding: 14px 0; list-style: none;
}
.got16-ask-item summary::-webkit-details-marker { display: none; }
.got16-ask-item p { margin: 0 0 16px; font-size: 15px; }
.got16-versus-grid article {
  background: var(--dna-surface); border: 1px solid var(--dna-line); padding: 22px 20px;
}
.got16-versus-grid .is-pick {
  background: var(--dna-ink, #2a1d18); color: #f4ebe4; border-color: var(--dna-ink);
}
.got16-versus-grid .is-pick p { color: rgba(244,235,228,.85); }
.got16-versus-grid span { font-size: 12px; letter-spacing: .12em; text-transform: uppercase; font-weight: 800; color: var(--dna-accent); }
.got16-versus-grid .is-pick span { color: color-mix(in srgb, var(--dna-accent) 70%, #fff); }
.got16-shot-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin-top: 26px; }
.got16-shot-grid figure { margin: 0; background: var(--dna-surface); border: 1px solid var(--dna-line); }
.got16-shot-grid img { width: 100%; height: 200px; object-fit: cover; }
.got16-shot-grid figcaption { padding: 12px 14px 14px; font-size: 13.5px; color: var(--dna-ink-soft); }
.got16-crew-card {
  display: grid; grid-template-columns: 280px 1fr; gap: 28px; align-items: center;
  margin-top: 26px; background: var(--dna-surface); border: 1px solid var(--dna-line);
}
.got16-crew-card img { width: 100%; height: 100%; object-fit: cover; min-height: 240px; }
.got16-crew-card div { padding: 28px 28px 28px 8px; }
.got16-crew-card h3 { font-size: 28px; }

/* ===== process steps ===== */
.got16-proc .head { margin-bottom: 28px; max-width: 640px; }
.got16-proc-steps .grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.got16-proc-steps .step-card {
  background: var(--dna-surface, #fff);
  border: 1px solid var(--dna-line, #e4d6cc);
  padding: 22px 18px;
}
.got16-proc-steps .n {
  width: 36px; height: 36px; display: grid; place-items: center;
  background: var(--dna-accent, #c45c3a); color: var(--dna-accent-ink, #fff);
  font-weight: 800; margin-bottom: 14px; font-size: 14px;
}
.got16-proc-steps h3 { font-size: 16.5px; }
.got16-proc-steps p { font-size: 14px; margin: 0; }

/* ===== casestudies ===== */
.got16-eaves { padding: var(--section-pad, 88px) 0; background: var(--dna-surface-2, #efe6dc); }
.got16-eaves .got16-eave-list { display: grid; gap: 12px; margin-top: 26px; }
.got16-eave-row {
  display: grid; grid-template-columns: 140px 1fr 90px; gap: 18px; align-items: center;
  background: var(--dna-surface, #fff); border: 1px solid var(--dna-line, #e4d6cc);
  padding: 16px 20px;
}
.got16-eave-row strong { color: var(--dna-ink); }
.got16-eave-row em { font-style: normal; font-size: 12px; letter-spacing: .1em; text-transform: uppercase; font-weight: 800; color: var(--dna-accent); }
.got16-eave-row p { margin: 0; font-size: 14.5px; }

/* ===== about splitimage ===== */
.got16-about-splitimage .grid {
  display: grid; grid-template-columns: .92fr 1.08fr; gap: 48px; align-items: center;
}
.got16-about-splitimage .frame {
  overflow: hidden; min-height: 360px; border: 1px solid var(--dna-line, #e4d6cc);
  background: var(--dna-surface-2);
}
.got16-about-splitimage .frame img { width: 100%; height: 100%; object-fit: cover; min-height: 360px; }
.got16-about-splitimage h2 { font-size: 34px; margin: 8px 0 14px; }
.got16-about-splitimage ul { list-style: none; padding: 0; margin: 18px 0 0; display: grid; gap: 10px; }
.got16-about-splitimage li { display: flex; gap: 10px; font-size: 15px; color: var(--dna-ink); }
.got16-about-splitimage li::before { content: ""; width: 8px; height: 18px; background: var(--dna-accent); flex-shrink: 0; margin-top: 2px; }

/* ===== services feature ===== */
.got16-svc .head { margin-bottom: 26px; max-width: 620px; }
.got16-svc-feature .grid {
  display: grid; grid-template-columns: 1.2fr .8fr; grid-auto-rows: minmax(90px, auto); gap: 12px;
}
.got16-svc-feature .lead {
  grid-column: 1; grid-row: 1 / span 3;
  background: linear-gradient(160deg, var(--dna-ink, #2a1d18), var(--dna-accent, #c45c3a));
  color: #fff; padding: 32px; min-height: 300px; display: flex; flex-direction: column; justify-content: flex-end;
}
.got16-svc-feature .lead p { color: rgba(255,255,255,.9); }
.got16-svc-feature .lead span { font-size: 12px; letter-spacing: .14em; text-transform: uppercase; font-weight: 800; opacity: .8; }
.got16-svc-feature .service-item:not(.lead) {
  background: var(--dna-surface, #fff); border: 1px solid var(--dna-line, #e4d6cc); padding: 18px 20px;
}
.got16-svc-feature .service-item:not(.lead) h3 { font-size: 16.5px; }
.got16-svc-feature .service-item:not(.lead) p { font-size: 14px; margin: 0; }
.dna-svc-tabs .got16-svc-feature .grid { display: block; }
.dna-svc-tabs .got16-svc-feature .lead { min-height: 220px; margin-bottom: 0; }

.got16-svc-page .got16-svc-stack { display: grid; gap: 14px; }
.got16-svc-page .service-card {
  display: grid; grid-template-columns: 56px 1fr; gap: 16px;
  background: var(--dna-surface); border: 1px solid var(--dna-line); padding: 20px;
}
.got16-svc-page .ic {
  width: 48px; height: 48px; display: grid; place-items: center;
  color: var(--dna-accent); border: 1px solid var(--dna-line); background: var(--dna-surface-2);
}

/* ===== trust tiles ===== */
.got16-trust-featuretiles .tiles { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.got16-trust-featuretiles .tile {
  background: var(--dna-surface-2, #efe6dc); border: 1px solid var(--dna-line); padding: 24px;
}
.got16-trust-featuretiles .ic {
  width: 42px; height: 42px; display: grid; place-items: center; color: var(--dna-accent);
  background: var(--dna-surface); border: 1px solid var(--dna-line); margin-bottom: 14px;
}
.got16-trust-featuretiles h3 { font-size: 18px; }
.got16-trust-featuretiles p { font-size: 14.5px; margin: 0; }

/* ===== cta split ===== */
.got16-cta-split { background: var(--dna-surface-2, #efe6dc); }
.got16-cta-split .row {
  display: grid; grid-template-columns: 1fr auto; gap: 28px; align-items: center;
  background: var(--dna-surface); border: 1px solid var(--dna-line); padding: 32px 36px;
}
.got16-cta-split h2 { font-size: 28px; max-width: 18ch; }
.got16-cta-split .acts { display: flex; gap: 10px; flex-wrap: wrap; }

/* ===== eave ticket booking ===== */
.got16-slip {
  display: grid; grid-template-columns: 210px 1fr; min-height: 340px;
  background: var(--dna-surface, #fff);
  border: 1px solid var(--dna-line, #e4d6cc);
  box-shadow: 12px 16px 0 color-mix(in srgb, var(--dna-ink) 8%, transparent);
}
.got16-slip-rail {
  background: var(--dna-ink, #2a1d18); color: #f4ebe4; padding: 22px 16px;
  display: flex; flex-direction: column; gap: 8px;
}
.got16-slip-rail .kicker {
  font-size: 11px; letter-spacing: .16em; text-transform: uppercase; font-weight: 800;
  color: color-mix(in srgb, var(--dna-accent) 70%, #fff); margin: 0 0 6px;
}
.got16-slip-rail h3 { font-size: 18px; color: #fff; margin: 0 0 10px; }
.got16-slip-rail button {
  text-align: left; background: transparent; color: #f4ebe4; border: 1px solid rgba(255,255,255,.18);
  padding: 9px 10px; cursor: pointer; font: inherit; font-weight: 700; font-size: 13.5px;
}
.got16-slip-rail button.is-on {
  background: var(--dna-accent, #c45c3a); border-color: var(--dna-accent); color: var(--dna-accent-ink, #fff);
}
.got16-slip-pad { padding: 28px 26px; }
.got16-slip-pad h2 { font-size: 26px; max-width: 16ch; }
.got16-slip label { display: block; font-size: 12px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; margin: 18px 0 8px; }
.got16-slip input[type="tel"] {
  width: 100%; font: inherit; font-size: 18px; padding: 12px 12px;
  border: 0; border-bottom: 2px solid var(--dna-ink, #2a1d18);
  background: var(--got-ticket); color: var(--dna-ink);
}
.got16-slip input:focus { outline: 2px solid var(--dna-accent); outline-offset: 2px; }
.got16-err { display: none; color: #9a2b1a; font-size: 13.5px; font-weight: 700; margin: 8px 0 0; }
.got16-err.show { display: block; }
.got16-acts { display: flex; gap: 10px; flex-wrap: wrap; margin-top: 22px; }
.got16-thanks {
  background: color-mix(in srgb, var(--dna-accent) 12%, var(--dna-surface));
  border-left: 5px solid var(--dna-accent); padding: 22px 20px;
}
.got16-thanks span { display: block; font-size: 11px; letter-spacing: .16em; text-transform: uppercase; font-weight: 800; color: var(--dna-accent); }
.got16-thanks b { display: block; font-size: 22px; margin: 8px 0 10px; color: var(--dna-ink); }

.got16-yardcard {
  background: var(--dna-surface); border: 1px solid var(--dna-line); padding: 22px;
}
.got16-yardcard h2 { font-size: 22px; }
.got16-yardcard p { margin: 0 0 12px; }

.got16-pagehead { padding: 54px 0 10px; }
.got16-pagehead h1 { font-size: 38px; max-width: 16ch; }
.got16-prose { max-width: 680px; }
.got16-prose h2 { font-size: 22px; margin-top: 1.4em; }

.got16-shot {
  margin-top: 28px; border: 1px solid var(--dna-line); overflow: hidden;
}
.got16-shot img { width: 100%; max-height: 420px; object-fit: cover; }

/* footer minimal */
.got16-sill {
  border-top: 1px solid var(--dna-line); padding: 28px 0 36px;
  background: var(--dna-bg);
}
.got16-sill-inner {
  display: flex; justify-content: space-between; gap: 18px; flex-wrap: wrap; align-items: flex-end;
}
.got16-sill .brand-name { margin: 0 0 6px; font-size: 16px; }
.got16-sill p { margin: 0; font-size: 13.5px; }
.got16-sill-links { display: flex; gap: 16px; flex-wrap: wrap; font-weight: 700; font-size: 13.5px; }

[data-reveal] { opacity: 0; transform: translateY(12px); transition: .45s ease; }
[data-reveal].in { opacity: 1; transform: none; }

@media (max-width: 900px) {
  .got16-hero-halfbleed { background: var(--dna-bg); }
  .got16-hero-halfbleed .wrap.hero-inner { grid-template-columns: 1fr; min-height: 0; }
  .got16-hero-halfbleed .copy { padding: 48px 26px 24px; }
  .got16-hero-halfbleed .right { min-height: 240px; }
  .got16-hero-halfbleed h1 { font-size: 34px; }
  .got16-versus-grid,
  .got16-shot-grid,
  .got16-crew-card,
  .got16-proc-steps .grid,
  .got16-trust-featuretiles .tiles { grid-template-columns: 1fr 1fr; }
  .got16-crew-card { grid-template-columns: 1fr; }
  .got16-crew-card div { padding: 20px 22px 24px; }
  .got16-svc-feature .grid,
  .got16-about-splitimage .grid,
  .got16-cta-split .row,
  .got16-slip,
  .got16-eave-row { grid-template-columns: 1fr; }
  .got16-svc-feature .lead { grid-row: auto; }
  .got16-ridge-cta { display: none; }
  .got16-burger { display: block; }
  .got16-nav { display: none; }
}

@media (max-width: 560px) {
  .got16-versus-grid,
  .got16-shot-grid,
  .got16-proc-steps .grid,
  .got16-trust-featuretiles .tiles { grid-template-columns: 1fr; }
}
