/* David Draney And Associates — rebuilt static site
   Palette pulled from the original logo + Divi theme settings */
:root {
  --orange: #fcb040;
  --orange-dark: #e8961a;
  --blue: #3c82c0;
  --blue-dark: #326fa5;
  --navy: #0d2a47;
  --yellow: #ffcc00;
  --ink: #111111;
  --ink-soft: #3a3a3a;
  --paper: #f6f1ea;
  --white: #ffffff;
  --shadow: 0 10px 30px rgba(13, 42, 71, .12);
  --radius: 14px;
  --max: 1140px;
  --sans: "Open Sans", "Segoe UI", Arial, Helvetica, sans-serif;
  --serif: Georgia, Palatino, "Times New Roman", serif;
  --script: "Marck Script", cursive;
  --heavy: "Arial Black", "Open Sans", Arial, sans-serif;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  margin: 0;
  font-family: var(--sans);
  font-size: 17px;
  line-height: 1.65;
  color: var(--ink);
  background: linear-gradient(rgba(246,241,234,.55), rgba(246,241,234,.55)), var(--paper) url("../assets/texture.jpg") center top / 100% auto repeat-y;
}
img { max-width: 100%; height: auto; display: block; }
a { color: var(--blue-dark); }
a:hover { color: var(--orange-dark); }
h1, h2, h3, h4 { line-height: 1.2; margin: 0 0 .6em; color: var(--ink); }
h2 { font-family: var(--heavy); font-weight: 900; font-size: clamp(1.5rem, 1.1rem + 1.6vw, 2.15rem); }
h3 { font-size: 1.25rem; font-weight: 700; }
p { margin: 0 0 1em; }
.container { width: 100%; max-width: var(--max); margin: 0 auto; padding: 0 20px; }
.section { padding: clamp(56px, 8vw, 96px) 0; }
.section-alt { background: rgba(255,255,255,.72); }
.section-blue { background: linear-gradient(135deg, var(--navy), var(--blue-dark)); color: var(--white); }
.section-blue h2, .section-blue h3, .section-blue p { color: var(--white); }
.eyebrow { display: inline-block; font-size: .8rem; letter-spacing: .18em; text-transform: uppercase; font-weight: 700; color: var(--orange-dark); margin-bottom: .6em; }
.lead { font-size: 1.15rem; }
.center { text-align: center; }
.skip-link { position: absolute; left: -999px; top: 0; background: var(--navy); color: #fff; padding: 8px 12px; z-index: 1000; }
.skip-link:focus { left: 8px; top: 8px; }

/* Buttons */
.btn {
  display: inline-block; padding: 14px 30px; border-radius: 999px; font-weight: 700; text-decoration: none;
  border: 2px solid transparent; cursor: pointer; font-family: var(--sans); font-size: 1rem;
  transition: transform .15s ease, box-shadow .15s ease, background .15s ease, color .15s ease;
}
.btn:hover { transform: translateY(-2px); box-shadow: var(--shadow); }
.btn-orange { background: var(--orange); color: var(--ink); }
.btn-orange:hover { background: var(--orange-dark); color: var(--ink); }
.btn-outline { background: transparent; color: var(--white); border-color: rgba(255,255,255,.85); }
.btn-outline:hover { background: rgba(255,255,255,.12); color: var(--white); }
.btn-blue { background: var(--blue); color: var(--white); }
.btn-blue:hover { background: var(--blue-dark); color: var(--white); }

/* Header */
.site-header {
  position: sticky; top: 0; z-index: 100;
  background: rgba(255,255,255,.96); backdrop-filter: blur(8px);
  border-bottom: 1px solid rgba(13,42,71,.08);
}
.site-header .container { display: flex; align-items: center; justify-content: space-between; gap: 20px; min-height: 84px; }
.brand img { height: 62px; width: auto; }
.nav ul { list-style: none; margin: 0; padding: 0; display: flex; gap: 6px; align-items: center; }
.nav a { display: block; padding: 10px 14px; color: var(--ink); text-decoration: none; font-weight: 600; font-size: 1rem; border-radius: 8px; }
.nav a:hover, .nav a[aria-current="page"] { color: var(--blue-dark); background: rgba(60,130,192,.08); }
.nav a.nav-cta { background: var(--orange); color: var(--ink); margin-left: 8px; }
.nav a.nav-cta:hover { background: var(--orange-dark); }
.nav-toggle { display: none; background: none; border: 0; padding: 8px; cursor: pointer; }
.nav-toggle span { display: block; width: 26px; height: 3px; background: var(--navy); margin: 5px 0; border-radius: 2px; transition: transform .2s, opacity .2s; }
.nav-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(8px) rotate(45deg); }
.nav-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.nav-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-8px) rotate(-45deg); }

/* Hero */
.hero {
  position: relative; overflow: hidden; color: var(--white);
  min-height: min(92vh, 820px); display: flex; align-items: center;
  background: var(--navy) url("../assets/hero-poster.jpg") center/cover no-repeat;
}
.hero-video { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; z-index: 0; }
.hero::after {
  content: ""; position: absolute; inset: 0; z-index: 1;
  background: linear-gradient(180deg, rgba(13,42,71,.55) 0%, rgba(13,42,71,.35) 45%, rgba(13,42,71,.75) 100%);
}
.hero .container { position: relative; z-index: 2; text-align: center; padding-top: 80px; padding-bottom: 80px; }
.hero-line { font-family: var(--serif); font-size: clamp(1.25rem, 1rem + 1.3vw, 1.75rem); margin: 0 0 .35em; text-shadow: 0 2px 12px rgba(0,0,0,.45); }
.hero-line.muted { opacity: .92; margin-top: 1.2em; }
.hero-script { font-family: var(--script); color: var(--yellow); font-size: clamp(2.6rem, 1.6rem + 4.5vw, 5rem); line-height: 1.05; margin: .1em 0 .25em; text-shadow: 0 3px 14px rgba(0,0,0,.5); }
.hero-since { font-family: var(--script); color: var(--yellow); font-size: clamp(1.9rem, 1.2rem + 3vw, 3.4rem); margin-bottom: .5em; text-shadow: 0 3px 14px rgba(0,0,0,.5); }
.hero-actions { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; margin-top: 30px; }
.hero-trust { margin-top: 44px; font-size: .9rem; letter-spacing: .06em; text-transform: uppercase; opacity: .85; }
.hero-trust strong { color: var(--yellow); }

/* Stats */
.stat-grid { display: grid; grid-template-columns: 1fr 1.6fr; gap: 40px; align-items: center; }
.stat-card {
  background: var(--white); border-radius: var(--radius); box-shadow: var(--shadow); padding: 34px 30px; text-align: center;
  border-top: 6px solid var(--orange);
}
.stat-card img { width: 150px; margin: 0 auto 14px; }
.stat-big { font-family: var(--heavy); font-size: clamp(3rem, 2rem + 4vw, 4.6rem); line-height: 1; color: var(--blue-dark); }
.stat-big small { display: block; font-family: var(--sans); font-size: 1rem; font-weight: 600; color: var(--ink-soft); letter-spacing: .08em; text-transform: uppercase; margin-top: 8px; }
.stat-card p { margin: 18px 0 0; font-weight: 600; }
.stat-copy p { font-size: 1.08rem; }

/* Checklist */
.checklist { list-style: none; padding: 0; margin: 28px 0 0; display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px 24px; }
.checklist li {
  background: var(--white); border-radius: 10px; padding: 16px 18px 16px 54px; position: relative; box-shadow: 0 4px 16px rgba(13,42,71,.06);
  font-size: 1.05rem; font-style: italic;
}
.checklist li::before {
  content: ""; position: absolute; left: 16px; top: 16px; width: 26px; height: 26px; border-radius: 50%; background: var(--orange);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23111' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 12l5 5L20 7'/%3E%3C/svg%3E");
  background-size: 16px; background-position: center; background-repeat: no-repeat;
}
.callout { margin-top: 34px; background: var(--navy); color: var(--white); border-radius: var(--radius); padding: 28px 32px; font-size: 1.15rem; }
.callout strong { color: var(--yellow); }
.callout p:last-child { margin: 0; }

/* Serve section */
.serve-grid { display: grid; grid-template-columns: 1.2fr .8fr; gap: 40px; align-items: center; }
.pull-quote {
  font-family: var(--script); font-size: clamp(2.4rem, 1.6rem + 3vw, 3.6rem); color: var(--orange); line-height: 1.1; text-align: center;
  padding: 30px; border: 3px dashed rgba(252,176,64,.5); border-radius: var(--radius);
}

/* Testimonials */
.testimonials { position: relative; }
.t-track { display: grid; }
.t-slide {
  grid-area: 1 / 1; opacity: 0; visibility: hidden; transform: translateX(30px); pointer-events: none;
  transition: opacity .6s ease, transform .6s ease, visibility 0s .6s;
}
.t-slide.is-active { opacity: 1; visibility: visible; transform: none; pointer-events: auto; transition: opacity .6s ease, transform .6s ease; }
.t-slide .t-card { height: 100%; }
.t-card {
  background: var(--white); border-radius: var(--radius); box-shadow: var(--shadow); padding: 40px 44px;
  display: grid; grid-template-columns: 170px 1fr; gap: 34px; align-items: start;
}
.t-card.no-photo { grid-template-columns: 1fr; }
.t-photo { width: 170px; }
.t-photo img { width: 100%; border-radius: 12px; }
.t-photo img.round { border-radius: 50%; aspect-ratio: 1; object-fit: cover; }
.t-quote { font-size: 1.08rem; margin: 0 0 18px; }
.t-quote::before { content: "\201C"; font-family: var(--serif); font-size: 3.6rem; line-height: 0; color: var(--orange); vertical-align: -1.35rem; margin-right: 6px; }
.t-quote ol { margin: 10px 0 0 20px; padding: 0; }
.t-who { font-weight: 700; color: var(--navy); }
.t-role { color: var(--ink-soft); font-size: .95rem; margin: 0; }
.t-nav { display: flex; align-items: center; justify-content: center; gap: 16px; margin-top: 26px; }
.t-dots { display: flex; gap: 8px; }
.t-dots button { width: 12px; height: 12px; border-radius: 50%; border: 0; background: rgba(13,42,71,.25); cursor: pointer; padding: 0; }
.t-dots button[aria-selected="true"] { background: var(--orange); transform: scale(1.2); }
.t-arrow { background: var(--white); border: 1px solid rgba(13,42,71,.15); width: 42px; height: 42px; border-radius: 50%; cursor: pointer; font-size: 1.2rem; color: var(--navy); }
.t-arrow:hover { background: var(--orange); border-color: var(--orange); }

/* About / Would you like */
.about-grid { display: grid; grid-template-columns: 300px 1fr; gap: 48px; align-items: start; }
.about-photo { position: sticky; top: 110px; }
.about-photo img { width: 100%; border-radius: 50%; background: #fff; box-shadow: var(--shadow); }
.about-photo figcaption { text-align: center; margin-top: 14px; font-weight: 700; }
.about-photo figcaption span { display: block; font-weight: 400; font-size: .92rem; color: var(--ink-soft); }
.wish-list { list-style: none; padding: 0; margin: 0 0 28px; }
.wish-list li { padding: 8px 0 8px 30px; position: relative; font-size: 1.1rem; }
.wish-list li::before { content: "→"; position: absolute; left: 0; color: var(--orange-dark); font-weight: 700; }
.names { background: var(--white); border-left: 5px solid var(--blue); padding: 16px 20px; border-radius: 0 10px 10px 0; }

/* Problem / Solution cards */
.cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; margin-top: 30px; }
.card { background: var(--white); border-radius: var(--radius); padding: 28px 26px; box-shadow: var(--shadow); }
.card .num { display: inline-flex; width: 44px; height: 44px; border-radius: 50%; align-items: center; justify-content: center; font-weight: 900; font-family: var(--heavy); background: var(--orange); color: var(--ink); margin-bottom: 14px; }
.card.sol .num { background: var(--blue); color: var(--white); }
.card h3 { margin-bottom: .4em; }
.card p { margin: 0; color: var(--ink-soft); }
.section-blue .card { background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.18); box-shadow: none; }
.section-blue .card p { color: rgba(255,255,255,.88); }
.section-blue .card h3 { color: var(--yellow); }

/* Contact */
.contact { position: relative; overflow: hidden; color: var(--white); background: var(--navy) url("../assets/hero-poster.jpg") center/cover no-repeat; }
.contact .bg-video { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; z-index: 0; }
.contact::after { content: ""; position: absolute; inset: 0; background: rgba(13,42,71,.72); z-index: 1; }
.contact .container { position: relative; z-index: 2; }
.contact-grid { display: grid; grid-template-columns: 1fr 1.3fr; gap: 50px; align-items: center; }
.contact-intro img { width: 240px; border-radius: 50%; background: #fff; margin: 0 auto 18px; box-shadow: 0 10px 40px rgba(0,0,0,.4); }
.contact-intro h2 { color: var(--white); text-align: center; }
.contact-intro .sig { text-align: center; font-size: 1.15rem; font-weight: 700; }
.contact-intro p { color: rgba(255,255,255,.9); text-align: center; }
.form-card { background: rgba(255,255,255,.97); color: var(--ink); border-radius: var(--radius); padding: 34px; box-shadow: 0 20px 60px rgba(0,0,0,.35); }
.form-card h2 { color: var(--ink); font-family: var(--sans); font-weight: 800; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.field { margin-bottom: 14px; }
.field label { display: block; font-weight: 600; font-size: .9rem; margin-bottom: 6px; }
.field input, .field textarea {
  width: 100%; padding: 12px 14px; border: 1px solid #cfd6de; border-radius: 8px; font: inherit; background: #fff; color: var(--ink);
}
.field input:focus, .field textarea:focus { outline: 2px solid var(--blue); border-color: var(--blue); }
.field textarea { min-height: 130px; resize: vertical; }
.captcha { display: flex; align-items: center; gap: 10px; font-weight: 600; }
.captcha input { width: 80px; }
.hp { position: absolute; left: -9999px; }
.form-status { margin-top: 12px; font-weight: 600; min-height: 1.5em; }
.form-status.ok { color: #1c7c3c; }
.form-status.err { color: #b3261e; }

/* Footer */
.site-footer { background: var(--white); border-top: 1px solid rgba(13,42,71,.08); padding: 34px 0; text-align: center; font-size: .95rem; }
.site-footer nav a { margin: 0 12px; color: var(--ink); font-weight: 600; }
.site-footer .credit { margin: 14px 0 0; color: var(--ink-soft); }
.site-footer .credit a { color: var(--blue-dark); }

/* Inner pages */
.page-hero { background: linear-gradient(135deg, var(--navy), var(--blue-dark)); color: var(--white); padding: 60px 0; }
.page-hero h1 { color: var(--white); font-family: var(--heavy); font-size: clamp(2rem, 1.4rem + 2.4vw, 3rem); margin: 0; }
.page-hero p { color: rgba(255,255,255,.9); margin: 10px 0 0; max-width: 700px; }
.legal-layout { display: grid; grid-template-columns: 260px 1fr; gap: 44px; align-items: start; }
.legal-toc { position: sticky; top: 104px; background: var(--white); border-radius: var(--radius); padding: 22px; box-shadow: var(--shadow); }
.legal-toc h2 { font-size: 1rem; font-family: var(--sans); letter-spacing: .1em; text-transform: uppercase; }
.legal-toc ol { padding-left: 20px; margin: 0; }
.legal-toc li { margin: 6px 0; }
.legal-body { background: var(--white); border-radius: var(--radius); padding: 40px 44px; box-shadow: var(--shadow); }
.legal-body h2 { font-family: var(--sans); font-weight: 800; font-size: 1.5rem; margin-top: 1.8em; padding-top: 1em; border-top: 1px solid rgba(13,42,71,.1); scroll-margin-top: 110px; }
.legal-body h2:first-of-type { margin-top: 0; border-top: 0; padding-top: 0; }
.legal-body ol:first-of-type { display: none; }
.legal-body p { font-size: .98rem; }

/* Events */
.event-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; margin-top: 10px; }
.ticket { background: var(--white); border-radius: var(--radius); box-shadow: var(--shadow); overflow: hidden; display: flex; flex-direction: column; }
.ticket-head { background: linear-gradient(135deg, var(--blue-dark), var(--blue)); color: #fff; padding: 26px 28px; position: relative; }
.ticket-head::after { content: ""; position: absolute; left: 0; right: 0; bottom: -8px; height: 16px; background: radial-gradient(circle, transparent 6px, var(--white) 7px) 0 0/24px 16px repeat-x; }
.ticket-head .tag { font-size: .78rem; letter-spacing: .16em; text-transform: uppercase; opacity: .85; }
.ticket-head h3 { color: #fff; font-size: 1.45rem; margin: 6px 0 0; }
.ticket-body { padding: 30px 28px 28px; flex: 1; display: flex; flex-direction: column; }
.ticket-time { list-style: none; padding: 0; margin: 0 0 18px; }
.ticket-time li { padding: 8px 0 8px 30px; position: relative; font-weight: 600; }
.ticket-time li::before { content: "🕒"; position: absolute; left: 0; }
.ticket-price { font-family: var(--heavy); font-size: 2.2rem; color: var(--orange-dark); margin: auto 0 16px; }
.ticket-price small { font-family: var(--sans); font-size: .95rem; color: var(--ink-soft); font-weight: 400; margin-left: 6px; }
.event-intro { max-width: 760px; margin: 0 auto 40px; text-align: center; font-size: 1.08rem; }

/* Responsive */
@media (max-width: 980px) {
  .stat-grid, .serve-grid, .about-grid, .contact-grid, .legal-layout { grid-template-columns: 1fr; }
  .about-photo { position: static; max-width: 260px; margin: 0 auto; }
  .legal-toc { position: static; }
  .cards { grid-template-columns: 1fr; }
  .nav-toggle { display: block; }
  .nav { position: absolute; left: 0; right: 0; top: 100%; background: #fff; border-bottom: 1px solid rgba(13,42,71,.1); display: none; padding: 10px 20px 16px; box-shadow: var(--shadow); }
  .nav.open { display: block; }
  .nav ul { flex-direction: column; align-items: stretch; gap: 2px; }
  .nav a.nav-cta { margin: 8px 0 0; text-align: center; }
}
@media (max-width: 680px) {
  body { font-size: 16px; }
  .checklist, .form-row, .event-grid { grid-template-columns: 1fr; }
  .t-card { grid-template-columns: 1fr; padding: 28px 22px; }
  .t-photo { width: 120px; margin: 0 auto; }
  .legal-body { padding: 26px 20px; }
  .brand img { height: 46px; }
  .hero { min-height: 78vh; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .hero-video, .contact .bg-video { display: none; }
  .t-slide { transition: none; }
}
