/* ============ CTP Carpentry — Call The Pros ============ */
:root {
  --red: #d6242a;
  --red-dark: #b01d22;
  --ink: #17130f;
  --char: #221c16;
  --paper: #faf6f0;
  --cream: #f3ede3;
  --oak: #c68a4e;
  --oak-light: #e8d5bd;
  --line: #e4dccf;
  --muted: #6f6558;
  --white: #fffdf9;
  --radius: 10px;
  --shadow: 0 12px 32px rgba(23, 19, 15, 0.12);
  --font-head: "Oswald", "Arial Narrow", sans-serif;
  --font-body: "Inter", -apple-system, sans-serif;
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  font-family: var(--font-body);
  background: var(--paper);
  color: var(--ink);
  line-height: 1.65;
  font-size: 16.5px;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; }

.wrap { max-width: 1120px; margin: 0 auto; padding: 0 24px; }

h1, h2, h3, .btn, .eyebrow, .nav-links a, .stat b {
  font-family: var(--font-head);
  text-transform: uppercase;
  letter-spacing: 0.02em;
}
h1 { font-size: clamp(2.5rem, 6vw, 4.2rem); line-height: 1.02; font-weight: 700; }
h2 { font-size: clamp(1.8rem, 4vw, 2.6rem); line-height: 1.1; font-weight: 600; }
h3 { font-size: 1.25rem; font-weight: 600; letter-spacing: 0.04em; }
.lead { font-size: 1.13rem; color: var(--muted); max-width: 58ch; }

.eyebrow {
  display: inline-flex; align-items: center; gap: 10px;
  color: var(--red); font-weight: 600; font-size: 0.86rem;
  letter-spacing: 0.22em; margin-bottom: 14px;
}
.eyebrow::before { content: ""; width: 34px; height: 3px; background: var(--red); }

.accent { color: var(--red); }
.accent-oak { color: var(--oak); }

/* ---- zigzag saw-tooth divider ---- */
.saw {
  height: 13px;
  background:
    linear-gradient(-45deg, var(--char) 9px, transparent 0) 0 0 / 26px 13px repeat-x,
    linear-gradient(45deg, var(--char) 9px, transparent 0) 13px 0 / 26px 13px repeat-x;
}
.saw.flip { transform: scaleY(-1); }

/* ================= NAV ================= */
header {
  position: sticky; top: 0; z-index: 50;
  background: rgba(23, 19, 15, 0.97);
  color: var(--white);
  border-bottom: 3px solid var(--red);
}
.nav { display: flex; align-items: center; gap: 28px; padding: 14px 24px; max-width: 1180px; margin: 0 auto; }
.brand { display: flex; align-items: center; gap: 12px; text-decoration: none; margin-right: auto; }
.brand img { width: 46px; height: 46px; border-radius: 50%; border: 2px solid var(--white); }
.brand-name { font-family: var(--font-head); font-weight: 700; font-size: 1.22rem; text-transform: uppercase; letter-spacing: 0.06em; line-height: 1; }
.brand-name small { display: block; font-size: 0.62rem; letter-spacing: 0.34em; color: var(--oak); font-weight: 500; margin-top: 3px; }
.nav-links { display: flex; gap: 26px; list-style: none; }
.nav-links a { text-decoration: none; font-size: 0.92rem; font-weight: 500; letter-spacing: 0.1em; opacity: 0.85; padding: 6px 0; border-bottom: 2px solid transparent; }
.nav-links a:hover { opacity: 1; border-color: var(--oak); }
.nav-links a.active { opacity: 1; border-color: var(--red); }
.nav-cta { white-space: nowrap; }
#nav-toggle { display: none; background: none; border: 1.5px solid rgba(255,255,255,.4); color: var(--white); border-radius: 8px; font-size: 1.3rem; padding: 4px 12px; cursor: pointer; }

/* ================= BUTTONS ================= */
.btn {
  display: inline-block; text-decoration: none; font-weight: 600;
  font-size: 0.95rem; letter-spacing: 0.09em;
  padding: 14px 28px; border-radius: 8px;
  transition: transform 0.15s ease, background 0.15s ease;
}
.btn:hover { transform: translateY(-2px); }
.btn-red { background: var(--red); color: #fff; box-shadow: 0 6px 18px rgba(214, 36, 42, 0.35); }
.btn-red:hover { background: var(--red-dark); }
.btn-ghost { border: 2px solid var(--ink); color: var(--ink); }
.btn-ghost-light { border: 2px solid rgba(255,255,255,.7); color: var(--white); }

/* ================= HERO ================= */
.hero { background: var(--paper); overflow: hidden; }
.hero-grid { display: grid; grid-template-columns: 1.1fr 0.9fr; gap: 56px; align-items: center; padding-block: 72px 80px; }
.hero .tagline-script { color: var(--red); font-size: clamp(2.5rem, 6vw, 4.2rem); }
.hero p.lead { margin: 22px 0 30px; }
.hero-ctas { display: flex; gap: 14px; flex-wrap: wrap; }

.hero-photos { position: relative; padding: 10px 0 30px; }
.hero-photos .ph-main {
  width: 78%; margin-left: auto; border-radius: var(--radius);
  box-shadow: var(--shadow); border: 5px solid var(--white);
  transform: rotate(1.5deg);
}
.hero-photos .ph-small {
  position: absolute; left: 0; bottom: 0; width: 46%;
  border-radius: var(--radius); box-shadow: var(--shadow);
  border: 5px solid var(--white); transform: rotate(-2.5deg);
}
.hero-badge {
  position: absolute; top: -6px; left: 2%; z-index: 3;
  background: var(--char); color: var(--white);
  font-family: var(--font-head); text-transform: uppercase;
  font-size: 0.78rem; letter-spacing: 0.14em; text-align: center;
  padding: 12px 16px; border-radius: 8px; line-height: 1.5;
  border-bottom: 3px solid var(--red);
  transform: rotate(-3deg);
}
.hero-badge b { color: var(--oak); font-size: 0.95rem; }

.trust-strip { background: var(--char); color: var(--cream); }
.trust-strip .wrap { display: flex; flex-wrap: wrap; gap: 12px 40px; justify-content: center; padding: 16px 24px; font-size: 0.93rem; letter-spacing: 0.04em; }
.trust-strip span { display: flex; align-items: center; gap: 9px; }
.trust-strip svg { width: 16px; height: 16px; stroke: var(--oak); flex: none; }

/* ================= SECTIONS ================= */
section.pad { padding: 84px 0; }
.section-head { max-width: 640px; margin-bottom: 48px; }
.section-head.center { margin-inline: auto; text-align: center; }
.section-head.center .eyebrow { justify-content: center; }
.section-head p { margin-top: 14px; color: var(--muted); }

/* services grid */
.svc-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.svc-card {
  background: var(--white); border: 1px solid var(--line); border-radius: var(--radius);
  padding: 28px 26px; transition: transform 0.18s ease, box-shadow 0.18s ease;
}
.svc-card:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.svc-card .icon {
  width: 52px; height: 52px; border-radius: 10px; display: grid; place-items: center;
  background: var(--cream); margin-bottom: 18px;
}
.svc-card .icon svg { width: 26px; height: 26px; stroke: var(--red); }
.svc-card h3 { margin-bottom: 8px; }
.svc-card p { font-size: 0.95rem; color: var(--muted); }

/* before / after */
.ba { background: var(--char); color: var(--cream); }
.ba .section-head { color: var(--cream); }
.ba .section-head p { color: #b7ab99; }
.ba-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 26px; }
.ba-card { position: relative; border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow); }
.ba-card img { width: 100%; height: 460px; object-fit: cover; }
.ba-tag {
  position: absolute; top: 16px; left: 16px;
  font-family: var(--font-head); text-transform: uppercase; letter-spacing: 0.14em;
  font-size: 0.8rem; font-weight: 600; padding: 7px 16px; border-radius: 6px;
}
.ba-tag.before { background: rgba(23,19,15,0.82); color: #fff; }
.ba-tag.after { background: var(--red); color: #fff; }
.ba-strip { margin-top: 26px; border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow); }
.ba-strip img { width: 100%; }

/* why ctp */
.why-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 40px; }
.why-item .num {
  font-family: var(--font-head); font-weight: 700; font-size: 2.6rem;
  color: var(--oak); line-height: 1;
}
.why-item h3 { margin: 10px 0 8px; }
.why-item p { color: var(--muted); font-size: 0.97rem; }

/* gallery */
.gallery { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.g-item { position: relative; border-radius: var(--radius); overflow: hidden; box-shadow: 0 6px 20px rgba(23,19,15,.1); }
.g-item img { width: 100%; height: 340px; object-fit: cover; transition: transform .3s ease; }
.g-item:hover img { transform: scale(1.04); }
.g-cap {
  position: absolute; inset: auto 0 0 0; padding: 34px 16px 13px;
  background: linear-gradient(transparent, rgba(23,19,15,.88));
  color: #fff; font-family: var(--font-head); text-transform: uppercase;
  font-size: 0.82rem; letter-spacing: 0.12em;
}
.g-item.tall img { height: 100%; }

/* instagram band */
.ig-band { background: var(--cream); border-block: 1px solid var(--line); }
.ig-band .wrap { display: flex; align-items: center; justify-content: space-between; gap: 24px; padding-block: 40px; flex-wrap: wrap; }
.ig-band h2 { font-size: 1.6rem; }
.ig-band p { color: var(--muted); margin-top: 4px; }

/* google review band */
.review-band { background: var(--cream); border-block: 1px solid var(--line); }
.review-band .wrap { display: flex; align-items: center; justify-content: space-between; gap: 24px; padding-block: 40px; flex-wrap: wrap; }
.review-band h2 { font-size: 1.6rem; }
.review-band p { color: var(--muted); margin-top: 4px; }
.review-stars { color: var(--oak); letter-spacing: 6px; font-size: 1.05rem; display: block; margin-bottom: 6px; }

/* CTA banner */
.cta-banner { background: linear-gradient(120deg, var(--red) 0%, var(--red-dark) 100%); color: #fff; text-align: center; }
.cta-banner .wrap { padding: 72px 24px; }
.cta-banner h2 { font-size: clamp(2rem, 4.5vw, 3rem); margin-bottom: 12px; }
.cta-urgency { display: inline-block; background: rgba(23,19,15,.28); padding: 7px 16px; border-radius: 6px; font-family: var(--font-head); text-transform: uppercase; letter-spacing: .14em; font-size: .8rem; margin-bottom: 16px; }
.cta-banner p { opacity: 0.92; max-width: 52ch; margin: 0 auto 30px; }
.cta-banner .btn { background: var(--white); color: var(--ink); }
.cta-banner .cta-alt { margin-top: 18px; font-size: 0.95rem; opacity: 0.9; }
.cta-banner .cta-alt a { color: #fff; font-weight: 600; }

/* ================= PAGE HERO (inner pages) ================= */
.page-hero { background: var(--char); color: var(--white); position: relative; }
.page-hero .wrap { padding: 64px 24px 58px; }
.page-hero h1 { font-size: clamp(2.2rem, 5vw, 3.4rem); }
.page-hero p { color: #bdb2a1; margin-top: 12px; max-width: 60ch; font-size: 1.05rem; }

/* services page rows */
.svc-row { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: center; padding: 56px 0; border-bottom: 1px solid var(--line); }
.svc-row:last-of-type { border-bottom: none; }
.svc-row img { border-radius: var(--radius); box-shadow: var(--shadow); width: 100%; height: 380px; object-fit: cover; border: 5px solid var(--white); }
.svc-row.rev .svc-media { order: 2; }
.svc-row h2 { margin-bottom: 12px; }
.svc-row p { color: var(--muted); }
.svc-row ul { margin: 16px 0 0 2px; list-style: none; }
.svc-row li { padding-left: 26px; position: relative; margin-bottom: 8px; font-size: 0.98rem; }
.svc-row li::before { content: "✓"; position: absolute; left: 0; color: var(--red); font-weight: 700; }
.svc-media-icon {
  height: 380px; border-radius: var(--radius); background: var(--char);
  display: grid; place-items: center;
}
.svc-media-icon svg { width: 84px; height: 84px; stroke: var(--oak); opacity: .9; }

/* about */
.about-grid { display: grid; grid-template-columns: 1.05fr 0.95fr; gap: 56px; align-items: start; padding-block: 72px; }
.about-grid img { border-radius: var(--radius); box-shadow: var(--shadow); border: 5px solid var(--white); }
.about-copy p { margin-bottom: 18px; color: #443c31; }
.values { background: var(--char); color: var(--cream); }
.values .why-item p { color: #b7ab99; }
.values h2 { color: var(--white); }

/* contact */
.contact-grid { display: grid; grid-template-columns: 1fr 1.1fr; gap: 56px; padding-block: 72px; align-items: start; }
.c-card { display: flex; gap: 16px; align-items: flex-start; background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); padding: 22px; margin-bottom: 16px; text-decoration: none; transition: transform .15s ease, box-shadow .15s ease; }
.c-card:hover { transform: translateY(-2px); box-shadow: var(--shadow); }
.c-card .icon { width: 46px; height: 46px; flex: none; border-radius: 9px; background: var(--cream); display: grid; place-items: center; }
.c-card .icon svg { width: 22px; height: 22px; stroke: var(--red); }
.c-card b { font-family: var(--font-head); text-transform: uppercase; letter-spacing: .08em; font-size: .92rem; display: block; }
.c-card span { color: var(--muted); font-size: .95rem; }
form { background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); padding: 34px; box-shadow: 0 6px 24px rgba(23,19,15,.06); }
form h3 { margin-bottom: 18px; }
label { display: block; font-size: .85rem; font-weight: 600; margin: 16px 0 6px; letter-spacing: .03em; }
input, textarea, select {
  width: 100%; padding: 12px 14px; border: 1.5px solid var(--line); border-radius: 8px;
  font-family: var(--font-body); font-size: .98rem; background: var(--paper); color: var(--ink);
}
input:focus, textarea:focus, select:focus { outline: 2px solid var(--oak); border-color: var(--oak); }
form .btn { width: 100%; border: none; cursor: pointer; margin-top: 22px; font-family: var(--font-head); }
.form-note { font-size: .82rem; color: var(--muted); margin-top: 12px; text-align: center; }

/* footer */
footer { background: var(--ink); color: #cfc5b6; font-size: 0.94rem; }
.foot-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr; gap: 40px; padding: 56px 0 40px; }
.foot-grid h4 { font-family: var(--font-head); text-transform: uppercase; letter-spacing: .12em; color: var(--white); font-size: .95rem; margin-bottom: 14px; }
.foot-grid ul { list-style: none; }
.foot-grid li { margin-bottom: 9px; }
.foot-grid a { text-decoration: none; opacity: .85; }
.foot-grid a:hover { opacity: 1; color: var(--oak); }
.foot-brand { display: flex; align-items: center; gap: 12px; margin-bottom: 14px; }
.foot-brand img { width: 44px; height: 44px; border-radius: 50%; }
.foot-tag { font-style: italic; color: var(--oak); }
.foot-bottom { border-top: 1px solid rgba(255,255,255,.12); padding: 18px 0; display: flex; justify-content: space-between; gap: 12px; flex-wrap: wrap; font-size: .84rem; opacity: .75; }
.foot-bottom a { color: var(--oak); text-decoration: none; }

/* script font for tagline */
.script { font-family: Georgia, "Times New Roman", serif; font-style: italic; text-transform: none; letter-spacing: 0; }

/* ================= RESPONSIVE ================= */
@media (max-width: 940px) {
  .hero-grid, .svc-row, .about-grid, .contact-grid { grid-template-columns: 1fr; }
  .svc-row.rev .svc-media { order: 0; }
  .svc-grid, .why-grid, .gallery { grid-template-columns: 1fr 1fr; }
  .foot-grid { grid-template-columns: 1fr 1fr; }
  .hero-grid { padding-block: 48px 60px; gap: 40px; }
}
@media (max-width: 768px) {
  .nav-links {
    display: none; position: absolute; top: 100%; left: 0; right: 0;
    background: var(--char); flex-direction: column; gap: 0; padding: 10px 24px 18px;
    border-bottom: 3px solid var(--red);
  }
  .nav-links.open { display: flex; }
  .nav-links li { padding: 9px 0; }
  #nav-toggle { display: block; }
  .nav-cta { display: none; }
}
@media (max-width: 640px) {
  .svc-grid, .why-grid, .gallery, .ba-grid, .foot-grid { grid-template-columns: 1fr; }
  .ba-card img { height: 320px; }
  section.pad { padding: 60px 0; }
}
