/*
Theme Name: Daddow Family Group
Theme URI: https://daddow.com/
Author: Andrew Daddow
Description: Fractional CIO and GRC advisory website for Daddow Family Group.
Version: 1.0.0
Requires at least: 6.0
Requires PHP: 7.4
Text Domain: daddow-family-group
*/

:root {
  --ink: #0a1730;
  --ink-soft: #172742;
  --paper: #f5f7fa;
  --white: #ffffff;
  --mint: #68e0c1;
  --mint-deep: #21a98d;
  --blue: #2d67f5;
  --line: #d9e0ea;
  --muted: #5e6c81;
  --max: 1180px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font: 400 1rem/1.65 "DM Sans", sans-serif; }
a { color: inherit; }
.skip-link { position: fixed; left: 1rem; top: -5rem; z-index: 99; padding: .75rem 1rem; background: var(--mint); color: var(--ink); font-weight: 700; }
.skip-link:focus { top: 1rem; }
.site-header { position: sticky; top: 0; z-index: 20; display: flex; align-items: center; justify-content: space-between; max-width: calc(var(--max) + 4rem); margin: 0 auto; padding: 1.15rem 2rem; background: color-mix(in srgb, var(--paper) 92%, transparent); backdrop-filter: blur(16px); border-bottom: 1px solid rgba(10,23,48,.08); }
.brand { display: inline-flex; align-items: center; gap: .75rem; text-decoration: none; font-family: Manrope, sans-serif; }
.brand-mark { display: grid; place-items: center; width: 2.5rem; height: 2.5rem; border-radius: .65rem; background: var(--ink); color: var(--mint); font-size: 1.35rem; font-weight: 800; }
.brand strong, .brand small { display: block; line-height: 1.05; }
.brand strong { font-size: 1.05rem; }
.brand small { margin-top: .25rem; color: var(--muted); font: 600 .68rem/1 Manrope, sans-serif; letter-spacing: .14em; text-transform: uppercase; }
nav { display: flex; align-items: center; gap: 1.8rem; }
nav a { text-decoration: none; font-weight: 600; font-size: .92rem; }
nav a:hover { color: var(--blue); }
.nav-cta { padding: .65rem 1rem; border: 1px solid var(--ink); border-radius: 999px; }
.hero { display: grid; grid-template-columns: 1.12fr .88fr; gap: 5rem; align-items: center; max-width: var(--max); min-height: 720px; margin: 0 auto; padding: 5.5rem 2rem 6.5rem; }
.eyebrow { margin: 0 0 1.25rem; color: var(--mint-deep); font: 800 .76rem/1.2 Manrope, sans-serif; letter-spacing: .16em; text-transform: uppercase; }
h1, h2, h3 { margin-top: 0; font-family: Manrope, sans-serif; line-height: 1.08; letter-spacing: -.035em; }
h1 { margin-bottom: 1.5rem; font-size: clamp(3rem, 6.2vw, 5.4rem); }
h1 span { color: var(--blue); }
.hero-lead { max-width: 42rem; margin: 0 0 2rem; color: var(--ink-soft); font-size: 1.22rem; line-height: 1.65; }
.hero-actions { display: flex; flex-wrap: wrap; gap: .8rem; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 3.15rem; padding: .8rem 1.25rem; border-radius: .55rem; text-decoration: none; font-weight: 700; transition: transform .18s ease, box-shadow .18s ease, background .18s ease; }
.button:hover { transform: translateY(-2px); }
.button.primary { background: var(--ink); color: var(--white); box-shadow: 0 10px 28px rgba(10,23,48,.17); }
.button.primary:hover { background: var(--blue); }
.button.secondary { border: 1px solid var(--line); background: var(--white); }
.location { margin: 1.5rem 0 0; color: var(--muted); font-size: .9rem; }
.hero-system { position: relative; aspect-ratio: 1; max-width: 470px; width: 100%; justify-self: end; overflow: hidden; border-radius: 2rem; background: var(--ink); box-shadow: 0 30px 80px rgba(10,23,48,.2); }
.system-grid { position: absolute; inset: 0; opacity: .18; background-image: linear-gradient(rgba(255,255,255,.18) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.18) 1px, transparent 1px); background-size: 48px 48px; }
.orbit { position: absolute; left: 50%; top: 50%; border: 1px solid rgba(104,224,193,.42); border-radius: 50%; transform: translate(-50%,-50%); }
.orbit-one { width: 63%; height: 63%; }
.orbit-two { width: 92%; height: 92%; border-style: dashed; opacity: .55; }
.system-core { position: absolute; left: 50%; top: 50%; display: grid; place-items: center; width: 11rem; height: 11rem; padding: 1.3rem; border-radius: 50%; background: var(--mint); transform: translate(-50%,-50%); text-align: center; }
.system-core strong { font: 800 1.55rem/1.05 Manrope, sans-serif; letter-spacing: -.04em; }
.system-core span { font-size: .78rem; }
.system-node { position: absolute; padding: .52rem .75rem; border: 1px solid rgba(255,255,255,.15); border-radius: .45rem; background: rgba(255,255,255,.08); color: var(--white); font: 700 .78rem Manrope, sans-serif; backdrop-filter: blur(8px); }
.node-strategy { left: 10%; top: 18%; }.node-risk { right: 11%; top: 26%; }.node-governance { left: 8%; bottom: 20%; }.node-delivery { right: 12%; bottom: 15%; }
.trust-strip { display: flex; justify-content: center; gap: 0; background: var(--white); border-block: 1px solid var(--line); }
.trust-strip span { padding: 1.25rem 2.5rem; color: var(--ink-soft); font-weight: 700; text-align: center; }
.trust-strip span + span { border-left: 1px solid var(--line); }
.section { max-width: var(--max); margin: 0 auto; padding: 7rem 2rem; }
.section-heading { max-width: 760px; }
h2 { margin-bottom: 1.25rem; font-size: clamp(2.25rem, 4.4vw, 4rem); }
.section-intro { max-width: 720px; margin: 0 0 3.5rem auto; color: var(--muted); font-size: 1.15rem; }
.service-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1rem; }
.service-card { position: relative; min-height: 390px; padding: 2.2rem; overflow: hidden; border: 1px solid var(--line); border-radius: 1rem; background: var(--white); }
.service-card.featured { background: var(--ink); color: var(--white); }
.service-card.featured p, .service-card.featured li { color: #cbd5e6; }
.service-number { display: inline-block; margin-bottom: 4rem; color: var(--mint-deep); font: 800 .78rem Manrope, sans-serif; }
.featured .service-number { color: var(--mint); }
.service-card h3 { margin-bottom: 1rem; font-size: 1.55rem; }
.service-card p { max-width: 34rem; color: var(--muted); }
.service-card ul { margin: 1.5rem 0 0; padding: 1.25rem 0 0; border-top: 1px solid var(--line); list-style: none; }
.service-card li { margin: .45rem 0; color: var(--ink-soft); }
.service-card li::before { content: "—"; margin-right: .65rem; color: var(--mint-deep); }
.engagements { max-width: none; padding-inline: max(2rem, calc((100vw - var(--max))/2 + 2rem)); background: var(--ink); color: var(--white); }
.light .eyebrow { color: var(--mint); }
.engagement-list { margin-top: 3rem; border-top: 1px solid rgba(255,255,255,.18); }
.engagement-list article { display: grid; grid-template-columns: 3rem 1fr auto; gap: 1.2rem; align-items: center; padding: 1.7rem 0; border-bottom: 1px solid rgba(255,255,255,.18); }
.engagement-list article > span { color: var(--mint); font: 700 .8rem Manrope, sans-serif; }
.engagement-list h3 { margin: 0 0 .3rem; font-size: 1.25rem; }
.engagement-list p { margin: 0; color: #b8c4d6; }
.engagement-list b { padding: .45rem .7rem; border-radius: 999px; background: rgba(104,224,193,.12); color: var(--mint); font-size: .76rem; }
.sector-layout { display: grid; grid-template-columns: .7fr 1.3fr; gap: 5rem; align-items: start; margin-top: 3rem; }
.sector-layout > p { color: var(--muted); font-size: 1.15rem; }
.sector-tags { display: flex; flex-wrap: wrap; gap: .75rem; }
.sector-tags span, .frameworks span { padding: .75rem 1rem; border: 1px solid var(--line); border-radius: 999px; background: var(--white); font-weight: 600; }
.approach { display: grid; grid-template-columns: .9fr 1.1fr; gap: 6rem; align-items: start; border-top: 1px solid var(--line); }
.approach-copy > p:last-child { color: var(--muted); font-size: 1.08rem; }
.approach-steps { margin: 0; padding: 0; list-style: none; }
.approach-steps li { display: grid; grid-template-columns: 3rem 1fr; gap: 1.2rem; padding: 1.35rem 0; border-bottom: 1px solid var(--line); }
.approach-steps span { color: var(--mint-deep); font: 800 .78rem Manrope, sans-serif; }
.approach-steps strong { display: block; font: 700 1.15rem Manrope, sans-serif; }
.approach-steps p { margin: .25rem 0 0; color: var(--muted); }
.about { display: grid; grid-template-columns: 1.35fr .65fr; gap: 1rem; }
.about-panel, .about-quote { padding: 3.2rem; border-radius: 1rem; }
.about-panel { background: var(--white); border: 1px solid var(--line); }
.about-panel > p { color: var(--muted); }
.frameworks { display: flex; flex-wrap: wrap; gap: .55rem; margin-top: 2rem; }
.frameworks span { padding: .45rem .7rem; font-size: .76rem; }
.about-quote { display: flex; flex-direction: column; justify-content: space-between; background: var(--mint); }
.about-quote blockquote { margin: 0; font: 700 1.65rem/1.35 Manrope, sans-serif; letter-spacing: -.03em; }
.about-quote p { margin: 2rem 0 0; font-weight: 700; }
.contact { display: grid; grid-template-columns: 1fr 1fr; gap: 5rem; padding: 7rem max(2rem, calc((100vw - var(--max))/2 + 2rem)); background: var(--blue); color: var(--white); }
.contact .eyebrow { color: var(--mint); }
.contact-copy { display: flex; flex-direction: column; align-items: flex-start; }
.contact-copy > p { margin: 0 0 1.7rem; color: #e4ebff; font-size: 1.1rem; }
.contact .button.primary { background: var(--white); color: var(--ink); }
.contact small { margin-top: 1rem; color: #d4ddfa; }
footer { display: grid; grid-template-columns: 1fr 1.4fr 1fr; align-items: center; gap: 2rem; padding: 2.5rem max(2rem, calc((100vw - var(--max))/2 + 2rem)); background: #071126; color: #aebbd0; font-size: .88rem; }
.footer-brand { color: var(--white); }.footer-brand small { color: #aebbd0; } footer p:nth-child(2) { text-align: center; } footer p:last-child { text-align: right; }
@media (max-width: 900px) {
  nav a:not(.nav-cta) { display: none; }
  .hero { grid-template-columns: 1fr; gap: 3rem; min-height: auto; padding-top: 4rem; }
  .hero-system { max-width: 560px; justify-self: start; }
  .trust-strip { flex-wrap: wrap; }.trust-strip span { flex: 1 1 50%; }.trust-strip span + span { border-left: 0; }
  .sector-layout, .approach, .about, .contact { grid-template-columns: 1fr; gap: 2.5rem; }
  .section-intro { margin-left: 0; }
  footer { grid-template-columns: 1fr; } footer p:nth-child(2), footer p:last-child { text-align: left; }
}
@media (max-width: 620px) {
  .site-header { padding: 1rem; }.brand small { display: none; }.nav-cta { padding: .55rem .75rem; font-size: .78rem; }
  .hero, .section { padding: 4.5rem 1rem; } h1 { font-size: clamp(2.75rem, 14vw, 4rem); }
  .hero-actions .button { width: 100%; }.hero-system { border-radius: 1.2rem; }.system-core { width: 8.5rem; height: 8.5rem; }.system-core strong { font-size: 1.2rem; }
  .service-grid { grid-template-columns: 1fr; }.service-card { min-height: auto; padding: 1.5rem; }.service-number { margin-bottom: 2rem; }
  .engagements { padding-inline: 1rem; }.engagement-list article { grid-template-columns: 2rem 1fr; }.engagement-list b { grid-column: 2; justify-self: start; }
  .about-panel, .about-quote { padding: 1.7rem; }.contact { padding: 4.5rem 1rem; }
  footer { padding: 2.5rem 1rem; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } .button { transition: none; } }
