:root {
  --charcoal: #2C343C;
  --deep: #182830;
  --gold: #A88C50;
  --ivory: #F0EFEA;
  --white: #FFFFFF;
  --border: rgba(44,52,60,.14);
  --shadow: 0 20px 55px rgba(24,40,48,.10);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: "Noto Serif", Georgia, serif;
  color: var(--charcoal);
  background: var(--white);
  line-height: 1.65;
}
a { color: inherit; }
img { max-width: 100%; display: block; }
.container { width: min(1160px, calc(100% - 40px)); margin: 0 auto; }
.site-header {
  position: sticky; top: 0; z-index: 20;
  background: rgba(255,255,255,.96);
  border-bottom: 1px solid var(--border);
  backdrop-filter: blur(12px);
}
.nav-wrap { min-height: 96px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand img { width: 142px; height: auto; }
.site-nav { display: flex; align-items: center; gap: 28px; }
.site-nav a { text-decoration: none; font-size: .94rem; font-weight: 600; }
.site-nav a:not(.nav-cta):hover { color: var(--gold); }
.nav-cta { background: var(--deep); color: var(--white); padding: 12px 18px; border-radius: 3px; }
.nav-toggle { display: none; background: none; border: 0; font-size: 1.6rem; color: var(--deep); }
.hero {
  background:
    radial-gradient(circle at 85% 18%, rgba(168,140,80,.14), transparent 26%),
    linear-gradient(145deg, var(--ivory) 0%, #fff 65%);
  padding: 100px 0 92px;
  border-bottom: 1px solid var(--border);
}
.hero-grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: 70px; align-items: center; }
.eyebrow { color: var(--gold); font-weight: 700; letter-spacing: .13em; text-transform: uppercase; font-size: .76rem; margin: 0 0 16px; }
.eyebrow.light { color: #d7c499; }
h1,h2,h3,p { margin-top: 0; }
h1 { font-size: clamp(2.8rem, 5vw, 5rem); line-height: 1.06; letter-spacing: -.025em; color: var(--deep); margin-bottom: 24px; }
h2 { font-size: clamp(2rem, 3vw, 3.2rem); line-height: 1.15; color: var(--deep); margin-bottom: 22px; }
h3 { font-size: 1.35rem; line-height: 1.3; color: var(--deep); margin-bottom: 12px; }
.lead { font-size: 1.14rem; max-width: 650px; color: #53616a; margin-bottom: 30px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-bottom: 34px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 50px; padding: 0 22px; text-decoration: none; font-weight: 700; border-radius: 3px; transition: .2s ease; }
.button.primary { background: var(--gold); color: var(--white); }
.button.primary:hover { transform: translateY(-1px); background: #947943; }
.button.secondary { border: 1px solid var(--charcoal); background: transparent; color: var(--charcoal); }
.button.secondary:hover { background: var(--charcoal); color: var(--white); }
.button.ivory { background: var(--ivory); color: var(--deep); white-space: nowrap; }
.trust-row { display: flex; flex-wrap: wrap; gap: 12px 22px; font-size: .87rem; color: #66727a; }
.trust-row span::before { content: "•"; color: var(--gold); margin-right: 9px; }
.hero-card { background: var(--deep); color: var(--white); padding: 46px; box-shadow: var(--shadow); border-top: 5px solid var(--gold); }
.hero-card h2 { color: var(--white); font-size: 2rem; }
.card-kicker { color: #d7c499; font-size: .78rem; letter-spacing: .12em; text-transform: uppercase; font-weight: 700; }
.hero-card ul { list-style: none; padding: 0; margin: 28px 0 0; border-top: 1px solid rgba(255,255,255,.16); }
.hero-card li { padding: 14px 0; border-bottom: 1px solid rgba(255,255,255,.16); }
.hero-card li::before { content: "—"; color: var(--gold); margin-right: 10px; }
.section { padding: 96px 0; }
.section-heading { max-width: 760px; margin-bottom: 48px; }
.section-heading > p:last-child { color: #637078; }
.service-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 22px; }
.service-card { border: 1px solid var(--border); padding: 34px; background: var(--white); box-shadow: 0 10px 30px rgba(24,40,48,.04); }
.service-card p { color: #66727a; }
.service-card ul { margin: 20px 0 0; padding-left: 20px; }
.service-card li { margin: 6px 0; }
.why { background: var(--deep); color: var(--white); }
.why h2 { color: var(--white); }
.split { display: grid; grid-template-columns: .75fr 1.25fr; gap: 80px; }
.why-copy > p { color: #d7dde0; font-size: 1.08rem; }
.why-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 28px; margin-top: 36px; }
.why-grid div { border-top: 1px solid rgba(255,255,255,.2); padding-top: 16px; }
.why-grid strong { display: block; color: #d7c499; margin-bottom: 7px; }
.why-grid span { color: #d7dde0; font-size: .94rem; }
.about { background: var(--ivory); }
.about-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 70px; align-items: start; }
.about-panel { border-left: 4px solid var(--gold); padding-left: 30px; }
.about-copy { font-size: 1.05rem; color: #56636b; }
.quote-section { padding: 0 0 96px; background: var(--ivory); }
.quote-box { background: var(--charcoal); color: var(--white); padding: 48px 52px; display: flex; align-items: center; justify-content: space-between; gap: 35px; }
.quote-box h2 { color: var(--white); max-width: 720px; margin-bottom: 12px; }
.quote-box p:not(.eyebrow) { color: #d7dde0; margin-bottom: 0; }
.site-footer { background: #111d22; color: #cbd1d4; padding: 54px 0 24px; }
.footer-grid { display: flex; justify-content: space-between; gap: 40px; }
.footer-brand img { width: 155px; background: white; padding: 8px; margin-bottom: 16px; }
.footer-brand p { font-style: italic; }
.footer-contact { display: flex; flex-direction: column; align-items: flex-end; gap: 5px; text-align: right; }
.footer-contact strong { color: var(--white); }
.footer-contact a { color: #d7c499; text-decoration: none; }
.copyright { border-top: 1px solid rgba(255,255,255,.12); margin-top: 36px; padding-top: 20px; font-size: .78rem; }
@media (max-width: 820px) {
  .nav-wrap { min-height: 82px; }
  .brand img { width: 118px; }
  .nav-toggle { display: block; }
  .site-nav { position: absolute; top: 82px; left: 0; right: 0; background: white; border-bottom: 1px solid var(--border); padding: 24px; display: none; flex-direction: column; align-items: stretch; gap: 18px; }
  .site-nav.open { display: flex; }
  .site-nav .nav-cta { text-align: center; }
  .hero { padding: 68px 0; }
  .hero-grid, .split, .about-grid { grid-template-columns: 1fr; gap: 44px; }
  .service-grid { grid-template-columns: 1fr; }
  .section { padding: 70px 0; }
  .hero-card { padding: 34px; }
  .why-grid { grid-template-columns: 1fr; gap: 20px; }
  .quote-box { padding: 38px 28px; flex-direction: column; align-items: flex-start; }
  .footer-grid { flex-direction: column; }
  .footer-contact { align-items: flex-start; text-align: left; }
}
@media (max-width: 520px) {
  .container { width: min(100% - 28px, 1160px); }
  h1 { font-size: 2.55rem; }
  .hero-actions .button { width: 100%; }
  .trust-row { flex-direction: column; gap: 6px; }
  .service-card { padding: 26px; }
}

.quote-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  align-items: center;
}

.button.outline-ivory {
  background: transparent;
  color: var(--ivory);
  border: 1px solid rgba(240, 239, 234, 0.65);
}

.button.outline-ivory:hover {
  background: rgba(240, 239, 234, 0.08);
}

/* Quote request form */
.quote-section {
  padding: 96px 0;
  background: var(--deep);
}
.quote-shell {
  display: grid;
  grid-template-columns: .78fr 1.22fr;
  gap: 64px;
  align-items: start;
}
.quote-intro {
  color: var(--white);
  position: sticky;
  top: 130px;
}
.quote-intro h2 { color: var(--white); }
.quote-intro > p:not(.eyebrow) { color: #d7dde0; font-size: 1.05rem; }
.quote-contact {
  margin-top: 34px;
  padding-top: 24px;
  border-top: 1px solid rgba(255,255,255,.18);
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.quote-contact span { color: #d7dde0; font-size: .9rem; }
.quote-contact a { color: #e3cf9f; text-decoration: none; font-weight: 700; }
.quote-form {
  background: var(--white);
  padding: 40px;
  box-shadow: var(--shadow);
  border-top: 5px solid var(--gold);
}
.form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}
.quote-form label { display: flex; flex-direction: column; gap: 7px; }
.quote-form label.full { grid-column: 1 / -1; }
.quote-form label > span { font-size: .82rem; font-weight: 700; color: var(--deep); }
.quote-form input,
.quote-form select,
.quote-form textarea {
  width: 100%;
  border: 1px solid rgba(44,52,60,.24);
  border-radius: 3px;
  background: #fff;
  color: var(--charcoal);
  font: inherit;
  font-size: .95rem;
  padding: 12px 13px;
  outline: none;
}
.quote-form input,
.quote-form select { min-height: 48px; }
.quote-form textarea { resize: vertical; min-height: 140px; }
.quote-form input:focus,
.quote-form select:focus,
.quote-form textarea:focus {
  border-color: var(--gold);
  box-shadow: 0 0 0 3px rgba(168,140,80,.13);
}
.quote-form ::placeholder { color: #8b9499; }
.submit-button {
  border: 0;
  cursor: pointer;
  font-family: inherit;
  margin-top: 24px;
}
.form-note { font-size: .76rem; color: #707b81; margin: 12px 0 0; }
.honey { display: none !important; }

@media (max-width: 820px) {
  .quote-section { padding: 70px 0; }
  .quote-shell { grid-template-columns: 1fr; gap: 36px; }
  .quote-intro { position: static; }
  .quote-form { padding: 32px 28px; }
}
@media (max-width: 560px) {
  .form-grid { grid-template-columns: 1fr; }
  .quote-form label.full { grid-column: auto; }
  .quote-form { padding: 28px 20px; }
  .submit-button { width: 100%; }
}

/* Thank-you page */
.thank-you-page {
  min-height: 100vh;
  display: grid;
  place-items: center;
  padding: 40px 20px;
  background: linear-gradient(145deg, var(--ivory), #fff 65%);
}
.thank-you-card {
  width: min(660px, 100%);
  padding: 54px;
  text-align: center;
  background: var(--white);
  border-top: 5px solid var(--gold);
  box-shadow: var(--shadow);
}
.thank-you-card img { width: 170px; margin: 0 auto 34px; }
.thank-you-card h1 { font-size: clamp(2.6rem, 8vw, 4.3rem); margin-bottom: 18px; }
.thank-you-card > p:not(.eyebrow) { color: #5d6970; font-size: 1.08rem; }
.thank-you-actions { display: flex; justify-content: center; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
@media (max-width: 520px) {
  .thank-you-card { padding: 38px 24px; }
  .thank-you-actions .button { width: 100%; }
}

/* Professional standards */
.standards { background: var(--ivory); }
.standards .section-heading { margin-bottom: 36px; }
.standards-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.standard-item { background: var(--white); border: 1px solid var(--border); border-left: 4px solid var(--gold); padding: 24px 26px; }
.standard-item strong { display: block; color: var(--deep); margin-bottom: 6px; }
.standard-item span { color: #637078; font-size: .94rem; }
@media (max-width: 820px) { .standards-grid { grid-template-columns: 1fr; } }

/* Combined Why CourKeep + professional standards */
.why-heading { max-width: 820px; }
.why-heading h2 { color: var(--white); }
.why-heading > p:last-child { color: #d7dde0; }
.why .why-standards { margin: 34px 0 42px; }
.why .standard-item { background: rgba(255,255,255,.055); border-color: rgba(255,255,255,.18); border-left-color: var(--gold); }
.why .standard-item strong { color: #d7c499; }
.why .standard-item span { color: #d7dde0; }
.combined-why-copy { max-width: 980px; margin: 0 auto; }
.combined-why-copy > p { max-width: 780px; }
