:root {
  --c3-ink: #111719;
  --c3-ink-soft: #253034;
  --c3-muted: #59666a;
  --c3-line: #dbe4e5;
  --c3-mist: #f3f7f7;
  --c3-teal: #00c9c0;
  --c3-teal-dark: #007f7a;
  --c3-white: #fff;
  --c3-shadow: 0 24px 70px rgba(17, 23, 25, .09);
  --c3-radius: 18px;
  --c3-container: 1240px;
  --c3-header: 86px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: calc(var(--c3-header) + 18px); }
body { margin: 0; background: var(--c3-white); color: var(--c3-ink); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; font-size: 17px; line-height: 1.65; -webkit-font-smoothing: antialiased; }
body.nav-open { overflow: hidden; }
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration-thickness: .08em; text-underline-offset: .2em; }
button, input, textarea { font: inherit; }
button { cursor: pointer; }
::selection { color: var(--c3-ink); background: rgba(0, 201, 192, .25); }

.container { width: min(calc(100% - 40px), var(--c3-container)); margin-inline: auto; }
.skip-link { position: fixed; left: 16px; top: -100px; z-index: 9999; padding: 12px 16px; background: var(--c3-ink); color: #fff; border-radius: 4px; }
.skip-link:focus { top: 16px; }

.site-header { position: sticky; top: 0; z-index: 1000; height: var(--c3-header); display: flex; align-items: center; background: rgba(255,255,255,.92); border-bottom: 1px solid rgba(17,23,25,.07); backdrop-filter: blur(16px); transition: box-shadow .28s ease, background-color .28s ease, border-color .28s ease; }
.site-header.is-scrolled { background: rgba(255,255,255,.97); border-bottom-color: rgba(17,23,25,.1); box-shadow: 0 12px 34px rgba(17,23,25,.08); }
.site-header__inner { display: flex; align-items: center; justify-content: space-between; gap: 32px; }
.brand { width: 190px; display: inline-flex; align-items: center; }
.brand img, .brand .custom-logo { width: 100%; height: auto; }
.site-nav__list { display: flex; align-items: center; gap: clamp(18px, 2.6vw, 38px); margin: 0; padding: 0; list-style: none; }
.site-nav a { position: relative; color: var(--c3-ink-soft); font-size: 15px; font-weight: 700; text-decoration: none; }
.site-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -8px; height: 2px; background: var(--c3-teal); transition: right .22s ease; }
.site-nav a:hover::after, .site-nav a:focus-visible::after { right: 0; }
.nav-toggle { display: none; border: 0; background: transparent; color: var(--c3-ink); }
.nav-toggle__label { position: absolute; width: 1px; height: 1px; clip: rect(0 0 0 0); overflow: hidden; }
.nav-toggle__icon { display: grid; gap: 6px; width: 30px; }
.nav-toggle__icon span { display: block; height: 2px; background: currentColor; transition: transform .2s ease; }

.hero { position: relative; overflow: hidden; min-height: 690px; display: grid; align-items: stretch; background: linear-gradient(130deg, #fff 0 52%, #edf8f7 52% 100%); }
.hero::before { content: ""; position: absolute; left: 0; top: 0; width: 58%; height: 100%; pointer-events: none; background-image: linear-gradient(rgba(0,201,192,.08) 1px, transparent 1px), linear-gradient(90deg, rgba(0,201,192,.08) 1px, transparent 1px); background-size: 60px 60px; mask-image: linear-gradient(to right, transparent, #000 70%); opacity: .28; }
.hero__grid { min-height: 690px; display: grid; grid-template-columns: minmax(0, 1fr) minmax(540px, .95fr); align-items: center; gap: 42px; }
.hero__content { position: relative; z-index: 2; padding: 88px 0 96px; max-width: 690px; }
.eyebrow { margin: 0 0 14px; color: var(--c3-teal-dark); font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace; font-size: 13px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.hero h1 { max-width: 700px; margin: 0; font-size: clamp(54px, 6vw, 90px); line-height: .98; letter-spacing: -.055em; }
.hero h1 span { color: var(--c3-teal); }
.hero__lede { max-width: 660px; margin: 30px 0 0; color: var(--c3-muted); font-size: clamp(18px, 1.8vw, 22px); line-height: 1.55; }
.button-row { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 34px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 16px; min-height: 52px; padding: 0 22px; border: 1px solid transparent; border-radius: 3px; font-size: 15px; font-weight: 800; text-decoration: none; transition: transform .2s ease, box-shadow .2s ease, background .2s ease, color .2s ease; }
.button:hover, .button:focus-visible { transform: translateY(-2px); }
.button--primary { background: var(--c3-teal-dark); color: #fff; box-shadow: 0 14px 32px rgba(0,127,122,.18); }
.button--primary:hover, .button--primary:focus-visible { background: #006d69; }
.button--secondary { border-color: #a8c8c6; color: var(--c3-teal-dark); background: rgba(255,255,255,.88); }
.button--secondary:hover, .button--secondary:focus-visible { border-color: var(--c3-teal-dark); box-shadow: 0 10px 28px rgba(17,23,25,.08); }
.hero__visual { position: absolute; inset: 0 0 0 51%; min-height: 690px; }
.hero__teal-plane { position: absolute; inset: 0 auto 0 -9%; width: 31%; background: linear-gradient(180deg, rgba(140,240,233,.88), rgba(0,201,192,.95)); clip-path: polygon(22% 0, 74% 0, 100% 100%, 50% 100%); z-index: 2; border-left: 5px solid #fff; border-right: 5px solid #fff; transform: translate3d(0, var(--hero-plane-shift, 0), 0); will-change: transform; }
.hero__photo-wrap { position: absolute; inset: 0; overflow: hidden; clip-path: polygon(18% 0, 100% 0, 100% 100%, 38% 100%); }
.hero__photo { width: 100%; height: 100%; object-fit: cover; object-position: 58% center; filter: saturate(.9) contrast(1.03); transform: translate3d(0, var(--hero-photo-shift, 0), 0) scale(1.035); transform-origin: center; will-change: transform; }
.hero__photo-wrap::after { content: ""; position: absolute; inset: 0; background: linear-gradient(100deg, rgba(17,23,25,.05), rgba(17,23,25,.04) 45%, rgba(0,127,122,.16)); }
.hero__network { position: absolute; inset: 0; width: 100%; height: 100%; color: rgba(255,255,255,.78); z-index: 2; mix-blend-mode: screen; transform: translate3d(0, var(--hero-network-shift, 0), 0); will-change: transform; }

.proof { position: relative; z-index: 5; background: var(--c3-ink); color: #fff; }
.proof__grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.proof__item { min-height: 104px; display: flex; flex-direction: column; justify-content: center; padding: 18px 36px; border-right: 1px solid rgba(255,255,255,.13); }
.proof__item:last-child { border-right: 0; }
.proof__value { color: var(--c3-teal); font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace; font-size: 13px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.proof__label { margin-top: 4px; font-size: 16px; font-weight: 700; }

.section { padding: 110px 0; }
.section--light { background: var(--c3-mist); }
.section--ink { background: var(--c3-ink); color: #fff; }
.section-heading { max-width: 780px; margin-bottom: 48px; }
.section-heading--center { margin-inline: auto; text-align: center; }
.section-heading h2, .about-section h2, .speaking-section h2, .contact-section h2 { margin: 0; font-size: clamp(38px, 4.6vw, 66px); line-height: 1.06; letter-spacing: -.045em; }
.section-heading p:last-child { margin: 18px 0 0; color: var(--c3-muted); font-size: 19px; }
.section--ink .eyebrow { color: var(--c3-teal); }

.service-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.service-card { position: relative; min-height: 300px; padding: 34px 28px 30px; background: #fff; border: 1px solid #dfe8e8; border-radius: var(--c3-radius); box-shadow: 0 10px 30px rgba(17,23,25,.03); transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease; }
.service-card::before { content: ""; display: block; width: 42px; height: 3px; margin-bottom: 32px; border-radius: 999px; background: var(--c3-teal); transition: width .3s ease; }
.service-card:hover { transform: translateY(-5px); border-color: rgba(0,201,192,.45); box-shadow: 0 22px 42px rgba(17,23,25,.08); }
.service-card:hover::before { width: 72px; }
.service-card h3 { margin: 0 0 14px; font-size: 23px; line-height: 1.15; letter-spacing: -.025em; }
.service-card p { margin: 0; color: var(--c3-muted); font-size: 15.5px; }

.work-section { background: #fff; }
.work-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px; }
.case-card { overflow: hidden; border: 1px solid var(--c3-line); border-radius: var(--c3-radius); background: #fff; box-shadow: 0 18px 46px rgba(17,23,25,.06); }
.case-card__visual { position: relative; min-height: 330px; padding: 38px; overflow: hidden; background: radial-gradient(circle at 90% 10%, rgba(0,201,192,.26), transparent 32%), #101718; color: #fff; }
.case-card__visual--light { background: radial-gradient(circle at 85% 0, rgba(0,201,192,.21), transparent 38%), #eaf5f4; color: var(--c3-ink); }
.case-card__overline { display: block; margin-bottom: 82px; color: var(--c3-teal); font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace; font-size: 12px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.case-card__visual--light .case-card__overline { color: var(--c3-teal-dark); }
.case-card__visual strong { position: relative; z-index: 2; display: block; max-width: 430px; font-size: clamp(28px, 3vw, 46px); line-height: .98; letter-spacing: -.035em; }
.case-card__visual svg { position: absolute; inset: auto -20px -28px 22%; width: 85%; height: auto; color: var(--c3-teal); opacity: .48; }
.case-card__visual svg path { fill: none; stroke: currentColor; stroke-width: 4; }
.case-card__visual svg circle { fill: currentColor; }
.case-card__content { padding: 34px 36px 38px; }
.case-card__content h3 { margin: 0 0 14px; font-size: 28px; letter-spacing: -.025em; }
.case-card__content p { margin: 0; color: var(--c3-muted); }
.tag-list { display: flex; flex-wrap: wrap; gap: 8px; margin: 26px 0 0; padding: 0; list-style: none; }
.tag-list li { padding: 7px 10px; border: 1px solid #cfe0df; border-radius: 999px; color: #34514f; font-size: 12px; font-weight: 700; }
.work-note { max-width: 760px; margin: 30px 0 0; color: var(--c3-muted); font-size: 14px; }

.speaking-grid { display: grid; grid-template-columns: .78fr 1.22fr; gap: clamp(48px, 8vw, 110px); align-items: center; }
.speaking-copy p:not(.eyebrow) { color: #b8c1c3; font-size: 18px; }
.speaking-types { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 30px; }
.speaking-types span { padding: 8px 12px; border: 1px solid rgba(0,201,192,.35); border-radius: 999px; color: #d6ffff; font-size: 13px; font-weight: 700; }
.speaking-editorial { display: grid; grid-template-columns: 1.2fr .8fr; grid-template-rows: auto auto; gap: 14px; }
.speaking-photo { position: relative; margin: 0; overflow: hidden; border-radius: 11px; background: #1d2729; }
.speaking-photo img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.72) contrast(1.08); transition: filter .3s ease, transform .5s ease; }
.speaking-photo:hover img { filter: saturate(.95) contrast(1.03); transform: scale(1.015); }
.speaking-photo--primary { grid-row: 1 / 3; min-height: 560px; }
.speaking-photo--secondary, .speaking-photo--detail { min-height: 273px; }

.about-section { background: linear-gradient(135deg, #edf8f7, #fff 58%); }
.about-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(50px, 8vw, 120px); align-items: start; }
.about-copy p { margin: 0 0 22px; color: var(--c3-muted); font-size: 19px; }
.text-link { display: inline-flex; align-items: center; gap: 10px; color: var(--c3-teal-dark); font-weight: 800; text-decoration: none; border-bottom: 1px solid rgba(0,127,122,.32); }

.credential-strip { padding: 42px 0; background: #fff; border-top: 1px solid var(--c3-line); border-bottom: 1px solid var(--c3-line); }
.credential-strip__inner { display: grid; grid-template-columns: 72px 1fr auto; align-items: center; gap: 28px; }
.credential-strip__logo { display: block; width: 64px; height: 64px; object-fit: contain; padding: 0; margin: 0; background: transparent !important; border: 0 !important; border-radius: 0 !important; box-shadow: none !important; clip-path: none !important; }
.credential-strip__logo::before, .credential-strip__logo::after { content: none !important; display: none !important; }
.credential-strip h2 { margin: 0; font-size: clamp(25px, 3vw, 40px); letter-spacing: -.03em; }
.credential-strip p:last-child { margin: 6px 0 0; color: var(--c3-muted); }

.contact-section { background: var(--c3-mist); }
.contact-grid { display: grid; grid-template-columns: .78fr 1.22fr; gap: clamp(48px, 8vw, 110px); align-items: start; }
.contact-copy p:not(.eyebrow) { color: var(--c3-muted); font-size: 18px; }
.contact-form-shell { padding: 34px; border: 1px solid #dbe5e5; border-radius: var(--c3-radius); background: #fff; box-shadow: var(--c3-shadow); }
.creat3d-form { display: grid; gap: 16px; }
.creat3d-form__row { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.creat3d-form label { display: grid; gap: 7px; color: var(--c3-ink-soft); font-size: 13px; font-weight: 800; }
.creat3d-form input, .creat3d-form textarea, .creat3d-form select { width: 100%; border: 1px solid #cdd9da; border-radius: 4px; padding: 12px 13px; color: var(--c3-ink); background: #fff; transition: border-color .2s ease, box-shadow .2s ease; }
.creat3d-form textarea { min-height: 155px; resize: vertical; }
.creat3d-form input:focus, .creat3d-form textarea:focus, .creat3d-form select:focus { outline: none; border-color: var(--c3-teal-dark); box-shadow: 0 0 0 4px rgba(0,201,192,.13); }
.creat3d-form__consent { display: flex !important; grid-template-columns: auto 1fr; align-items: flex-start; gap: 10px !important; color: var(--c3-muted) !important; font-weight: 500 !important; }
.creat3d-form__consent input { width: auto; margin-top: 5px; }
.creat3d-form__hp { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.creat3d-form .button { width: 100%; border: 0; }
.form-status, .form-notice { padding: 12px 14px; border-radius: 4px; font-size: 14px; }
.form-status--success { background: #e6f7f2; color: #155c4f; }
.form-status--error { background: #fff0f0; color: #8b2929; }

/* Scroll-triggered motion. The inline bootstrap in header.php prevents delayed-script optimizers from suppressing it. */
.c3-motion-enabled [data-reveal] {
  opacity: 0;
  filter: blur(6px);
  transform: translate3d(0, 62px, 0) scale(.985);
  transition:
    opacity .88s cubic-bezier(.16, 1, .3, 1),
    transform .88s cubic-bezier(.16, 1, .3, 1),
    filter .72s ease;
  transition-delay: var(--reveal-delay, 0ms);
  will-change: opacity, transform, filter;
}
.c3-motion-enabled [data-reveal="fade-left"] { transform: translate3d(76px, 0, 0) scale(.985); }
.c3-motion-enabled [data-reveal="fade-right"] { transform: translate3d(-76px, 0, 0) scale(.985); }
.c3-motion-enabled [data-reveal="scale"] { transform: translate3d(0, 24px, 0) scale(.9); }
.c3-motion-enabled [data-reveal].is-visible { opacity: 1; filter: blur(0); transform: translate3d(0, 0, 0) scale(1); }
.c3-motion-enabled .service-card[data-reveal].is-visible:hover { transform: translateY(-5px); }
.c3-motion-enabled .button[data-reveal].is-visible:hover,
.c3-motion-enabled .button[data-reveal].is-visible:focus-visible { transform: translateY(-2px); }

@keyframes c3-network-flow {
  to { stroke-dashoffset: -112; }
}
@keyframes c3-node-pulse {
  0%, 100% { opacity: .58; transform: scale(.82); }
  50% { opacity: 1; transform: scale(1.22); }
}
.c3-motion-enabled .hero__network path {
  stroke-dasharray: 12 16;
  animation: c3-network-flow 9s linear infinite;
}
.c3-motion-enabled .hero__network circle {
  transform-box: fill-box;
  transform-origin: center;
  animation: c3-node-pulse 3.4s ease-in-out infinite;
}
.c3-motion-enabled .hero__network circle:nth-of-type(3n + 2) { animation-delay: -.9s; }
.c3-motion-enabled .hero__network circle:nth-of-type(3n) { animation-delay: -1.8s; }

.site-footer { padding: 34px 0; background: #0b1011; color: #dbe1e2; }
.site-footer__grid { display: grid; grid-template-columns: 155px 1fr auto auto; gap: 26px; align-items: center; }
.site-footer__brand img { width: 155px; }
.site-footer__copy { margin: 0; color: #879396; font-size: 12px; }
.site-footer__links { display: flex; gap: 18px; margin: 0; padding: 0; list-style: none; }
.site-footer__links a { color: #dbe1e2; font-size: 12px; font-weight: 700; text-decoration: none; }
.site-footer__domain { color: var(--c3-teal); font-weight: 800; text-decoration: none; }

.content-main { min-height: 65vh; padding: 100px 0; }
.content-container { max-width: 860px; }
.entry__header { margin-bottom: 38px; }
.entry__header h1 { margin: 0; font-size: clamp(44px, 6vw, 72px); line-height: 1.03; letter-spacing: -.045em; }
.entry__meta { color: var(--c3-muted); }
.entry__content > * + * { margin-top: 1.25em; }
.entry__content h2 { margin-top: 1.8em; font-size: 34px; }
.entry__content h3 { margin-top: 1.6em; font-size: 25px; }
.entry__content a { color: var(--c3-teal-dark); }
.entry__image { margin: 0 0 42px; }
.post-list { display: grid; gap: 20px; }
.post-card { padding: 28px; border: 1px solid var(--c3-line); border-radius: var(--c3-radius); }
.post-card h2 { margin-top: 0; }

@media (max-width: 1080px) {
  .hero__grid { grid-template-columns: 1fr .82fr; }
  .service-grid { grid-template-columns: repeat(2, 1fr); }
  .site-footer__grid { grid-template-columns: 150px 1fr auto; }
  .site-footer__nav { display: none; }
}

@media (max-width: 840px) {
  :root { --c3-header: 72px; }
  .container { width: min(calc(100% - 28px), var(--c3-container)); }
  .brand { width: 155px; }
  .nav-toggle { display: block; z-index: 1002; }
  .site-nav { position: fixed; inset: var(--c3-header) 0 0; padding: 32px 22px; background: #fff; transform: translateX(100%); transition: transform .24s ease; }
  .site-nav.is-open { transform: translateX(0); }
  .site-nav__list { align-items: stretch; flex-direction: column; gap: 0; }
  .site-nav a { display: block; padding: 16px 4px; border-bottom: 1px solid var(--c3-line); font-size: 22px; }
  .nav-open .nav-toggle__icon span:first-child { transform: translateY(4px) rotate(45deg); }
  .nav-open .nav-toggle__icon span:last-child { transform: translateY(-4px) rotate(-45deg); }
  .hero { min-height: auto; background: #fff; }
  .hero__grid { min-height: auto; display: block; }
  .hero__content { padding: 72px 0 50px; }
  .hero__visual { position: relative; inset: auto; width: calc(100% + 28px); min-height: 460px; margin-left: -14px; }
  .hero__photo-wrap { clip-path: polygon(11% 0,100% 0,100% 100%,0 100%); }
  .hero__teal-plane { left: -9%; width: 26%; }
  .proof__grid { grid-template-columns: 1fr; }
  .proof__item { border-right: 0; border-bottom: 1px solid rgba(255,255,255,.13); padding-inline: 6px; }
  .proof__item:last-child { border-bottom: 0; }
  .section { padding: 78px 0; }
  .work-grid, .speaking-grid, .about-grid, .contact-grid { grid-template-columns: 1fr; }
  .speaking-copy { max-width: 720px; }
  .credential-strip__inner { grid-template-columns: 70px 1fr; }
  .credential-strip__inner .button { grid-column: 1 / -1; justify-self: start; }
}

@media (max-width: 620px) {
  body { font-size: 16px; }
  .hero h1 { font-size: clamp(48px, 16vw, 67px); }
  .hero__lede { font-size: 18px; }
  .button-row { align-items: stretch; flex-direction: column; }
  .button { width: 100%; }
  .hero__visual { min-height: 340px; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card { min-height: auto; }
  .work-grid { gap: 18px; }
  .case-card__visual { min-height: 270px; padding: 28px; }
  .case-card__overline { margin-bottom: 60px; }
  .case-card__content { padding: 28px; }
  .speaking-editorial { grid-template-columns: 1fr; grid-template-rows: auto; }
  .speaking-photo--primary { grid-row: auto; min-height: 380px; }
  .speaking-photo--secondary, .speaking-photo--detail { min-height: 260px; }
  .credential-strip__inner { grid-template-columns: 1fr; }
  .credential-strip__logo { width: 56px; height: 56px; }
  .contact-form-shell { padding: 22px; }
  .creat3d-form__row { grid-template-columns: 1fr; }
  .site-footer__grid { grid-template-columns: 1fr; text-align: left; }
  .site-footer__brand img { width: 145px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  [data-reveal] { opacity: 1 !important; filter: none !important; transform: none !important; }
  .hero__network path, .hero__network circle { animation: none !important; }
  .hero__photo, .hero__network, .hero__teal-plane { transform: none !important; }
}
