/* G.C. Raymond Construction — shared stylesheet (clone of gcraymondconstruction.com)
   Owned by the orchestrator. Page subagents may only APPEND rules under a
   banner comment reading: page: <slug>. Do not edit the shared blocks above. */

:root {
  --ink: #1b1b1b;
  --ink-2: #262626;
  --topbar: #191919;
  --text: #34322f;
  --muted: #6f6f6f;
  --white: #ffffff;
  --panel: #ececeb;
  --field: #ffffff;
  --line: #e4e4e4;
  --card: #ffffff;
  --hero-overlay: rgba(22, 22, 22, 0.5);
  --band-overlay: rgba(20, 20, 20, 0.72);

  --serif: "Cinzel", "Cormorant Garamond", Georgia, "Times New Roman", serif;
  --sans: "Barlow", "Helvetica Neue", Helvetica, Arial, sans-serif;

  --wrap: 1200px;
  --gap: 24px;
  --radius: 14px;
  --shadow: 0 18px 40px rgba(0, 0, 0, 0.12);
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  font-family: var(--sans);
  color: var(--text);
  background: var(--white);
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

img { max-width: 100%; display: block; }

a { color: inherit; text-decoration: none; }

h1, h2, h3, h4, h5, h6 {
  font-family: var(--serif);
  font-weight: 600;
  color: var(--ink);
  margin: 0 0 .5em;
  line-height: 1.15;
  letter-spacing: .01em;
}

p { margin: 0 0 1em; }

.wrap { width: 100%; max-width: var(--wrap); margin: 0 auto; padding: 0 24px; }

.eyebrow {
  font-family: var(--sans);
  text-transform: uppercase;
  letter-spacing: .28em;
  font-size: 12px;
  font-weight: 600;
  color: var(--muted);
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 14px;
}
.eyebrow img { width: 20px; height: 20px; }

/* ---------- Buttons ---------- */
.btn {
  display: inline-block;
  font-family: var(--serif);
  font-size: 15px;
  letter-spacing: .06em;
  text-transform: uppercase;
  padding: 15px 34px;
  border-radius: 40px;
  border: 1px solid transparent;
  cursor: pointer;
  transition: transform .25s ease, background .25s ease, color .25s ease, box-shadow .25s ease;
}
.btn-dark { background: var(--ink); color: var(--white); }
.btn-dark:hover { background: #000; transform: translateY(-2px); box-shadow: 0 10px 22px rgba(0,0,0,.25); }
.btn-outline-light {
  background: rgba(255,255,255,.10);
  color: var(--white);
  border-color: rgba(255,255,255,.85);
  backdrop-filter: blur(2px);
}
.btn-outline-light:hover { background: rgba(255,255,255,.9); color: var(--ink); transform: translateY(-2px); }
.btn-outline-dark { background: transparent; color: var(--ink); border-color: var(--ink); }
.btn-outline-dark:hover { background: var(--ink); color: var(--white); transform: translateY(-2px); }

/* ---------- Top strip ---------- */
.topbar {
  background: var(--topbar);
  color: #e9e9e9;
  text-align: center;
  font-size: 13px;
  letter-spacing: .04em;
  padding: 9px 16px;
}

/* ---------- Header / nav ---------- */
.site-header {
  position: sticky;
  top: 0;
  z-index: 60;
  background: var(--white);
  border-bottom: 1px solid var(--line);
}
.site-header .wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  min-height: 92px;
}
.brand img { height: 60px; width: auto; }
.nav {
  display: flex;
  align-items: center;
  gap: 30px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.nav a {
  font-family: var(--serif);
  text-transform: uppercase;
  letter-spacing: .05em;
  font-size: 15px;
  color: #2c2c2c;
  transition: color .2s ease;
}
.nav a:hover, .nav a.active { color: #8a8a8a; }
.nav-cta { display: flex; align-items: center; gap: 24px; flex-wrap: wrap; justify-content: flex-end; }

/* ---------- Heroes ---------- */
.hero {
  position: relative;
  color: var(--white);
  text-align: center;
  overflow: hidden;
  background: #2a2a2a;
}
.hero__img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}
.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: var(--hero-overlay);
  z-index: 1;
}
.hero__inner {
  position: relative;
  z-index: 2;
  max-width: 760px;
  margin: 0 auto;
  padding: 120px 24px 150px;
}
.hero--home .hero__inner { padding: 150px 24px 170px; }
.hero .eyebrow { color: rgba(255,255,255,.9); justify-content: center; }
.hero h1 {
  color: var(--white);
  font-size: clamp(34px, 5vw, 58px);
  text-transform: uppercase;
  margin-bottom: 18px;
}
.hero p { color: rgba(255,255,255,.92); font-size: 15px; margin-bottom: 28px; }
.hero__wave { position: absolute; left: 0; right: 0; bottom: -1px; z-index: 2; width: 100%; display: block; }
.hero--page .hero__inner { padding: 70px 24px 90px; }
.hero--page h1 { font-size: clamp(34px, 5vw, 56px); margin: 0; }

/* ---------- Generic section ---------- */
.section { padding: 84px 0; }
.section--tight { padding: 64px 0; }
.section-head { text-align: center; max-width: 720px; margin: 0 auto 52px; }
.section-head .eyebrow { justify-content: center; }
.section-head h2 { font-size: clamp(28px, 3.4vw, 40px); }

/* ---------- Home: about intro ---------- */
.about-intro { padding: 84px 0; }
.about-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}
.about-media { position: relative; display: flex; gap: 0; padding-left: 46px; min-height: 480px; }
.exp-bar {
  position: absolute;
  left: 0;
  top: 18px;
  width: 46px;
  background: var(--ink);
  color: var(--white);
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  text-transform: uppercase;
  letter-spacing: .22em;
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  padding: 26px 0;
  height: 360px;
}
.exp-bar b { font-family: var(--serif); font-size: 40px; letter-spacing: 0; }
.about-media__stack { position: relative; width: 100%; }
.about-media__big { width: 100%; height: 420px; object-fit: cover; box-shadow: var(--shadow); }
.about-media__small {
  position: absolute;
  right: 22%;
  bottom: -46px;
  width: 260px;
  height: 172px;
  object-fit: cover;
  border: 6px solid var(--white);
  box-shadow: var(--shadow);
}
.about-copy h2 { font-size: clamp(26px, 3vw, 38px); text-transform: uppercase; }
.about-copy p { color: var(--text); }

/* ---------- Home: services ---------- */
.services {
  position: relative;
  padding: 90px 0;
  background: #f3f2f0;
  overflow: hidden;
}
.services__bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: .16;
  z-index: 0;
}
.services .wrap { position: relative; z-index: 1; }
.cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 26px;
  max-width: 1040px;
  margin: 0 auto;
}
.cards--row2 { grid-template-columns: repeat(2, 1fr); max-width: 700px; margin-top: 26px; }
.card {
  position: relative;
  background: var(--card);
  border-radius: 6px;
  box-shadow: 0 16px 34px rgba(0,0,0,.10);
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.card__img { width: 100%; height: 190px; object-fit: cover; }
.card__body { padding: 22px 24px 40px; }
.card__body h3 { font-size: 21px; text-transform: uppercase; letter-spacing: .04em; }
.card__body p { font-size: 14.5px; color: var(--muted); margin: 0; }
.card__plus {
  position: absolute;
  right: 0;
  bottom: 0;
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 56px 56px;
  border-color: transparent transparent var(--ink) transparent;
}
.card__plus::after {
  content: "+";
  position: absolute;
  right: 6px;
  bottom: -50px;
  color: var(--white);
  font-size: 22px;
  line-height: 1;
}

/* ---------- Home: getting started (dark) ---------- */
.dark-band { background: var(--ink); color: #eaeaea; padding: 78px 0; }
.dark-band h2 { color: var(--white); }
.dark-band .eyebrow { color: #b9b9b9; }
.started-grid { display: grid; grid-template-columns: 1fr 1.4fr; gap: 40px; align-items: start; }
.started-intro h2 { font-size: clamp(28px, 3.4vw, 40px); }
.steps { display: flex; flex-direction: column; gap: 18px; }
.step {
  background: var(--white);
  color: var(--ink);
  border-radius: 10px;
  padding: 18px 22px;
  display: flex;
  align-items: center;
  gap: 20px;
}
.step__num { position: relative; flex: 0 0 auto; text-align: center; }
.step__num img { width: 46px; height: 46px; margin: 0 auto 2px; }
.step__num span { font-size: 10px; letter-spacing: .12em; text-transform: uppercase; color: var(--muted); }
.step__txt h4 { font-family: var(--serif); font-size: 18px; margin: 0 0 3px; text-transform: uppercase; }
.step__txt p { margin: 0; font-size: 14px; color: var(--muted); }

/* ---------- Home: testimonials ---------- */
.testimonials { text-align: center; padding: 84px 0; }
.quote { max-width: 820px; margin: 0 auto; }
.quote p { font-size: 15px; color: #4a4a4a; font-style: italic; }
.quote cite { font-style: normal; font-weight: 600; color: var(--ink); letter-spacing: .02em; }
.quote-marks { font-family: var(--serif); font-size: 46px; color: #cfcfcf; line-height: 0; }

.tcarousel { position: relative; max-width: 1000px; margin: 0 auto; }
.tviewport { overflow: hidden; }
.ttrack { display: flex; align-items: stretch; transition: transform .7s cubic-bezier(.45, .05, .55, .95); }
/* padding-top leaves room for the .quote-marks glyph, which overflows its
   zero-height box and would otherwise be clipped by .tviewport. */
.tslide { flex: 0 0 100%; min-width: 100%; padding: 36px 52px 0; }
.tnav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  padding: 12px 8px;
  border: 0;
  background: none;
  color: #b4b4b4;
  font-family: var(--sans);
  font-size: 26px;
  line-height: 1;
  cursor: pointer;
  transition: color .2s ease;
}
.tnav:hover { color: var(--ink); }
.tnav--prev { left: 0; }
.tnav--next { right: 0; }
.tdots { margin-top: 26px; display: flex; justify-content: center; gap: 14px; }
.tdot {
  width: 9px;
  height: 9px;
  padding: 0;
  border: 1px solid #c4c4c4;
  border-radius: 50%;
  background: #c4c4c4;
  cursor: pointer;
  transition: background .2s ease, border-color .2s ease;
}
.tdot.is-active { background: transparent; border-color: var(--ink); }

/* ---------- Home: trust badges band ---------- */
.trust {
  position: relative;
  color: var(--white);
  padding: 74px 0;
  overflow: hidden;
  background: #222;
}
.trust__bg { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; z-index: 0; }
.trust::before { content: ""; position: absolute; inset: 0; background: var(--band-overlay); z-index: 1; }
.trust .wrap { position: relative; z-index: 2; }
.trust-row { display: flex; justify-content: center; gap: 26px; flex-wrap: wrap; }
.trust-item {
  display: flex;
  align-items: center;
  gap: 16px;
  background: rgba(20,20,20,.55);
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 8px;
  padding: 16px 30px;
  min-width: 280px;
}
.trust-item img { width: 42px; height: 42px; filter: brightness(0) invert(1); }
.trust-item h4 { font-family: var(--serif); color: var(--white); margin: 0; font-size: 17px; text-transform: uppercase; }
.trust-item p { margin: 0; font-size: 13px; color: #cfcfcf; }

/* ---------- Contact section / form ---------- */
.contact-sec { padding: 84px 0; }
.contact-grid { display: grid; grid-template-columns: 1fr 1.15fr; gap: 54px; align-items: start; }
.contact-info h2 { font-size: clamp(28px, 3.4vw, 42px); text-transform: uppercase; }
.contact-info > p { color: var(--text); margin-bottom: 26px; }
.cinfo-row { display: flex; align-items: flex-start; gap: 16px; margin-bottom: 20px; }
.cinfo-row .ic {
  flex: 0 0 auto;
  width: 44px; height: 44px;
  border-radius: 50%;
  background: var(--ink);
  color: var(--white);
  display: flex; align-items: center; justify-content: center;
  font-size: 18px;
}
.cinfo-row h5 { font-family: var(--serif); text-transform: uppercase; font-size: 15px; margin: 0 0 2px; letter-spacing: .05em; }
.cinfo-row p, .cinfo-row a { margin: 0; font-size: 15px; color: var(--text); }
.cinfo-row a:hover { color: var(--muted); }
.badges { display: flex; gap: 18px; margin-top: 26px; align-items: center; }
.badges img { height: 96px; width: auto; }

.form-panel { background: var(--panel); border-radius: var(--radius); padding: 40px 38px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.field { margin-bottom: 18px; }
.field label { display: block; font-size: 14px; color: #555; margin-bottom: 8px; }
.field input, .field textarea {
  width: 100%;
  border: 0;
  border-radius: 24px;
  background: var(--field);
  padding: 13px 18px;
  font-family: var(--sans);
  font-size: 15px;
  color: var(--text);
}
.field textarea { border-radius: 16px; min-height: 128px; resize: vertical; }
.field input:focus, .field textarea:focus { outline: 2px solid #bdbdbd; }
.hp { position: absolute; left: -9999px; top: auto; width: 1px; height: 1px; overflow: hidden; }
.form-panel .btn { margin-top: 8px; }

/* ---------- Gallery ---------- */
.gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
.gallery-grid a { display: block; overflow: hidden; border-radius: 4px; background: #ddd; }
.gallery-grid img {
  width: 100%;
  height: 260px;
  object-fit: cover;
  transition: transform .5s ease;
}
.gallery-grid a:hover img { transform: scale(1.06); }

/* ---------- Footer ---------- */
.site-footer { background: var(--ink); color: #cfcfcf; padding: 64px 0 0; }
.footer-grid {
  display: grid;
  grid-template-columns: 1.3fr 1fr 1fr 1fr;
  gap: 40px;
  padding-bottom: 48px;
}
.footer-brand img { width: 250px; max-width: 100%; margin-bottom: 18px; }
.footer-brand .follow { text-transform: uppercase; letter-spacing: .1em; font-size: 13px; margin: 10px 0 12px; color: #d8d8d8; }
.footer-brand .follow-ic {
  width: 40px; height: 40px;
  border: 1px solid rgba(255,255,255,.4);
  border-radius: 6px;
  display: inline-flex; align-items: center; justify-content: center;
  color: #ddd; font-size: 18px;
}
.footer-col h4 { font-family: var(--serif); color: var(--white); text-transform: uppercase; font-size: 21px; letter-spacing: .04em; margin-bottom: 18px; }
.footer-col ul { list-style: none; margin: 0; padding: 0; }
.footer-col li { margin-bottom: 10px; font-size: 14.5px; }
.footer-col a:hover { color: var(--white); }
.footer-col .lbl { color: #bdbdbd; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.12); text-align: center; padding: 20px 0; font-size: 13px; color: #a9a9a9; }

/* ---------- Motion (pure CSS, always ends visible) ---------- */
@keyframes fadeUp { from { opacity: 0; transform: translateY(22px); } to { opacity: 1; transform: translateY(0); } }
@keyframes fadeIn { from { opacity: 0; } to { opacity: 1; } }
@keyframes zoomIn { from { opacity: 0; transform: scale(1.04); } to { opacity: 1; transform: scale(1); } }

.anim-up { animation: fadeUp .8s ease both; }
.anim-in { animation: fadeIn 1s ease both; }
.anim-zoom { animation: zoomIn 1.1s ease both; }
.d1 { animation-delay: .12s; }
.d2 { animation-delay: .24s; }
.d3 { animation-delay: .36s; }
.d4 { animation-delay: .48s; }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after {
    animation-duration: .001ms !important;
    animation-delay: 0ms !important;
    transition-duration: .001ms !important;
  }
}

/* ---------- Responsive ---------- */
@media (max-width: 900px) {
  .site-header .wrap { flex-wrap: wrap; padding-top: 12px; padding-bottom: 12px; min-height: 0; gap: 12px; }
  .nav { gap: 18px; flex-wrap: wrap; }
  .nav a { font-size: 14px; }
  .about-grid, .started-grid, .contact-grid { grid-template-columns: 1fr; gap: 40px; }
  .cards { grid-template-columns: repeat(2, 1fr); }
  .cards--row2 { grid-template-columns: repeat(2, 1fr); max-width: none; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .gallery-grid { grid-template-columns: repeat(2, 1fr); }
  .about-media { min-height: 0; margin-bottom: 40px; }
}
@media (max-width: 560px) {
  .cards, .cards--row2, .form-row, .gallery-grid, .footer-grid { grid-template-columns: 1fr; }
  .trust-item { min-width: 0; width: 100%; }
  .hero__inner, .hero--home .hero__inner { padding: 90px 20px 100px; }
  .tslide { padding: 36px 30px 0; }
  .tnav { font-size: 20px; padding: 12px 4px; }
}
