/* Kybrix Technologies design system */
:root { --ink: #14211d; --muted: #66716d; --paper: #f5f4ef; --white: #fffefa; --mint: #c9e9d5; --lime: #dcff61; --line: #d9ded8; --dark: #15221d; --serif: Georgia, 'Times New Roman', serif; --display: 'Space Grotesk', sans-serif; --body: 'DM Sans', sans-serif; }
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font: 16px/1.55 var(--body); }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
.site-shell { overflow: hidden; }
.container { width: min(1160px, calc(100% - 64px)); margin: 0 auto; }
.site-header { width: min(1160px, calc(100% - 64px)); margin: 0 auto; min-height: 90px; display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.brand { display: inline-flex; align-items: center; gap: 11px; font-family: var(--display); letter-spacing: -.03em; }
.brand-mark { display: grid; place-items: center; width: 36px; height: 36px; background: var(--ink); color: var(--lime); font: 700 21px var(--display); }
.brand strong, .brand small { display: block; line-height: 1; }.brand strong { font-size: 17px; }.brand small { margin-top: 4px; color: var(--muted); font-size: 10px; letter-spacing: .08em; text-transform: uppercase; }
.main-nav { display: flex; align-items: center; gap: 31px; font-size: 13px; font-weight: 600; }.main-nav > a { color: #59635e; transition: color .2s ease; }.main-nav > a:hover, .main-nav > a.active { color: var(--ink); }.main-nav .active:not(.nav-cta) { position: relative; }.main-nav .active:not(.nav-cta)::after { content: ''; position: absolute; width: 5px; height: 5px; background: var(--lime); border-radius: 50%; left: 50%; bottom: -12px; transform: translateX(-50%); }.nav-cta { display: inline-flex; align-items: center; gap: 7px; padding: 11px 16px; background: var(--ink); color: var(--white) !important; }.nav-cta svg { width: 15px; }.menu-toggle { display: none; border: 0; padding: 8px; color: var(--ink); background: transparent; }
.eyebrow { display: flex; align-items: center; gap: 9px; color: #62716b; font-size: 11px; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }.eyebrow span { display: inline-block; width: 22px; height: 2px; background: var(--lime); }
h1, h2, h3, p { margin-top: 0; }h1, h2, h3 { font-family: var(--display); letter-spacing: -.065em; }h1 { margin-bottom: 25px; font-size: clamp(54px, 7vw, 96px); line-height: .95; }h1 em, h2 em { font-family: var(--serif); font-weight: 400; letter-spacing: -.06em; }h2 { font-size: clamp(36px, 4vw, 58px); line-height: 1; }h3 { font-size: 27px; line-height: 1.05; }
.hero { min-height: 640px; display: grid; grid-template-columns: 1fr .92fr; align-items: center; gap: clamp(40px, 8vw, 110px); padding-top: 48px; padding-bottom: 95px; }.hero-text { width: min(440px, 100%); color: var(--muted); font-size: 17px; }.hero-actions { display: flex; align-items: center; gap: 25px; margin: 33px 0 72px; }.button { border: 0; display: inline-flex; align-items: center; gap: 12px; padding: 15px 20px; font: 600 13px var(--body); cursor: pointer; }.button-dark { color: var(--white); background: var(--ink); }.button svg { width: 16px; }.text-link { display: inline-flex; align-items: center; gap: 8px; color: var(--ink); font-size: 13px; font-weight: 700; border-bottom: 1px solid var(--ink); padding-bottom: 4px; }.text-link svg { width: 15px; }.hero-stats { display: flex; gap: 32px; }.hero-stats div { display: flex; flex-direction: column; border-left: 1px solid var(--line); padding-left: 14px; }.hero-stats strong { font: 700 19px var(--display); }.hero-stats span { margin-top: 4px; color: var(--muted); font-size: 11px; }.hero-visual { position: relative; }.hero-visual::before { content: ''; position: absolute; left: -30px; bottom: -29px; z-index: -1; width: 155px; height: 155px; background: var(--mint); }.hero-visual img { width: 100%; height: 455px; object-fit: cover; filter: saturate(.8); }.visual-caption { position: absolute; top: 18px; left: 20px; z-index: 1; color: var(--white); font-size: 11px; }.status-dot { display: inline-block; width: 7px; height: 7px; margin-right: 5px; background: var(--lime); border-radius: 50%; }.visual-badge { position: absolute; right: -25px; bottom: 25px; display: flex; align-items: center; gap: 13px; padding: 17px 20px; background: var(--lime); font-size: 11px; line-height: 1.25; }.visual-badge svg { width: 25px; }.visual-badge strong { font-size: 17px; font-family: var(--display); }
.trust-strip { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }.trust-inner { min-height: 65px; display: flex; align-items: center; justify-content: space-between; color: var(--muted); font-size: 12px; }.trust-inner span:first-child { color: var(--ink); font-weight: 700; text-transform: uppercase; letter-spacing: .12em; }.section-space { padding-top: 125px; padding-bottom: 125px; }.intro { display: grid; grid-template-columns: 1.1fr .8fr; gap: 100px; }.intro h2 { max-width: 580px; margin-bottom: 0; }.intro-detail { align-self: end; color: var(--muted); }.intro-detail p { margin-bottom: 27px; font-size: 17px; }.feature-grid { display: grid; grid-template-columns: 1.06fr .94fr; padding-bottom: 130px; }.feature-card { position: relative; min-height: 390px; display: flex; flex-direction: column; justify-content: space-between; padding: 35px; }.feature-card h3 { max-width: 355px; margin-bottom: 17px; }.feature-card p:not(.card-kicker) { max-width: 350px; color: var(--muted); font-size: 15px; }.feature-main { background: var(--mint); }.feature-education { color: var(--white); background: var(--dark); }.feature-education p:not(.card-kicker) { color: #b9c6be; }.feature-card > svg { position: absolute; right: 32px; top: 35px; width: 24px; }.feature-number { color: #6a8173; font: 700 12px var(--display); }.card-kicker { margin-bottom: 25px; color: #6b7f74; font-size: 10px; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }.feature-education .card-kicker { color: var(--lime); }
.site-footer { padding: 70px 0 24px; color: var(--white); background: var(--dark); }.footer-top { display: grid; grid-template-columns: 1fr 1fr 1fr; align-items: start; gap: 35px; padding-bottom: 75px; }.footer-top .brand-mark { color: var(--dark); background: var(--lime); }.footer-top p { max-width: 220px; margin: 0; color: #b2c1b8; font-size: 14px; }.footer-mail { justify-self: end; color: var(--lime); font: 600 14px var(--display); }.footer-mail svg { width: 14px; vertical-align: middle; }.footer-bottom { display: flex; align-items: center; gap: 30px; border-top: 1px solid #32443b; padding-top: 20px; color: #8ea096; font-size: 11px; }.social-links { display: flex; gap: 17px; margin-left: auto; }.social-links a { color: var(--white); }.social-links svg { width: 17px; }
.page-hero { display: grid; grid-template-columns: 1.1fr .7fr; align-items: end; gap: 100px; min-height: 490px; padding-top: 70px; padding-bottom: 95px; }.page-hero-note { padding-bottom: 6px; }.page-hero-note p { margin-bottom: 28px; color: var(--muted); font-size: 17px; }
.program-showcase { position: relative; width: min(1240px, calc(100% - 72px)); margin: 0 auto 22px; }
.program-showcase img { display: block; width: 100%; height: 460px; object-fit: cover; filter: saturate(.8); }
.program-showcase img.illustration-image { object-fit: contain; padding: 28px; background: var(--white); filter: none; }
.showcase-card { position: absolute; left: 32px; bottom: 30px; display: grid; gap: 6px; padding: 16px 20px; background: rgba(23, 35, 31, .82); color: var(--white); backdrop-filter: blur(8px); }
.showcase-card span { font-size: 10px; letter-spacing: .12em; text-transform: uppercase; color: var(--lime); }
.showcase-card strong { font-family: var(--display); font-size: 26px; line-height: 1.1; letter-spacing: -.05em; }
.programs-list { padding-top: 0; }.program-row { display: grid; grid-template-columns: 70px 1fr 130px; gap: 30px; min-height: 220px; border-top: 1px solid var(--line); padding: 32px 0; }.program-index, .program-side strong { color: #7c8a82; font: 700 13px var(--display); }
.program-content { display: flex; flex-direction: column; }
.program-visual { width: 100%; margin: 0 0 18px; }
.program-visual img { display: block; width: 100%; height: 220px; object-fit: cover; }
.program-visual { height: 220px; overflow: hidden; background: var(--white); }
.program-visual img.illustration-image { height: 100%; object-fit: contain; padding: 14px; }
.service-card-visual { height: 170px; margin: -32px -32px 24px; overflow: hidden; background: var(--white); }
.service-card-visual img { display: block; width: 100%; height: 100%; object-fit: cover; }
.service-card-visual img.illustration-image { object-fit: contain; padding: 10px; }
.service-card-image > img.illustration-image { opacity: 1; object-fit: contain; padding: 18px; background: var(--white); }
.service-hero-image img.illustration-image { object-fit: contain; padding: 20px; background: var(--white); }
.hero-visual img.illustration-image { object-fit: contain; padding: 24px; background: var(--white); filter: none; }
.about-hero-bottom img.illustration-image { object-fit: contain; padding: 20px; background: var(--white); }
.service-card-image:has(> img.illustration-image) { color: var(--ink); background: var(--white); }
.service-card-image:has(> img.illustration-image) .service-overlay > span,
.service-card-image:has(> img.illustration-image) .service-overlay .text-link { color: var(--coral); border-color: var(--coral); }
.service-card-image:has(> img.illustration-image) .service-overlay p { color: var(--muted); }
.program-content h2 { margin: 0 0 12px; font-size: 34px; }.program-content > p:not(.card-kicker) { max-width: 560px; color: var(--muted); margin-bottom: 20px; }.tag-list { display: flex; flex-wrap: wrap; gap: 7px; }.tag-list span { padding: 5px 9px; border: 1px solid var(--line); color: #66716d; font-size: 11px; }.program-side { position: relative; display: flex; flex-direction: column; align-items: flex-end; }.program-side strong { color: var(--ink); font-size: 34px; }.program-side span { color: var(--muted); font-size: 11px; }.program-side svg { position: absolute; right: 0; bottom: 5px; width: 20px; }.band-quote { background: var(--mint); padding: 100px 0; }.band-quote p { max-width: 800px; margin-bottom: 20px; font: 400 clamp(30px, 4vw, 52px)/1.05 var(--serif); letter-spacing: -.05em; }.band-quote span { color: #5c7465; font-size: 12px; text-transform: uppercase; letter-spacing: .1em; }
.service-hero { display: grid; grid-template-columns: .9fr 1fr; gap: clamp(60px, 9vw, 130px); align-items: center; min-height: 575px; padding-top: 50px; padding-bottom: 90px; }.service-hero-image { position: relative; }.service-hero-image img { width: 100%; height: 400px; object-fit: cover; }.image-label { position: absolute; left: 0; bottom: 0; padding: 14px 18px; color: var(--white); background: var(--dark); font-size: 11px; }.service-hero-copy p:not(.eyebrow) { max-width: 380px; color: var(--muted); font-size: 18px; }.services-grid { display: grid; grid-template-columns: 1fr 1fr; padding-top: 0; }.service-card { min-height: 335px; display: flex; flex-direction: column; padding: 32px; background: var(--mint); }.service-card-dark { color: var(--white); background: var(--dark); }.service-card h2 { margin: 33px 0 12px; font-size: 32px; }.service-card p { max-width: 340px; color: #597165; font-size: 14px; }.service-card-dark p { color: #b9c6be; }.service-card .text-link { width: fit-content; margin-top: auto; }.service-card-dark .text-link { color: var(--lime); border-color: var(--lime); }.service-card-top { display: flex; justify-content: space-between; color: #668074; font: 700 12px var(--display); }.service-card-dark .service-card-top { color: var(--lime); }.service-card-top svg { width: 25px; }.service-card-image { position: relative; padding: 0; color: var(--white); overflow: hidden; background: var(--dark); }.service-card-image img { width: 100%; height: 100%; min-height: 335px; object-fit: cover; opacity: .48; }.service-overlay { position: absolute; inset: 0; display: flex; flex-direction: column; padding: 32px; }.service-overlay > span { color: var(--lime); font: 700 12px var(--display); }.service-overlay h2 { margin-top: 33px; margin-bottom: 12px; }.service-overlay p { color: #e0e5e0; }.service-overlay .text-link { margin-top: auto; color: var(--lime); border-color: var(--lime); }.process-section, .values-section { padding: 100px 0; color: var(--white); background: var(--dark); }.process-inner, .values-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 90px; }.process-inner h2, .values-grid h2 { margin-bottom: 0; }.process-inner .eyebrow, .values-grid .eyebrow { color: #b2c1b8; }.process-steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; }.process-steps div { border-top: 1px solid #3b5044; padding-top: 16px; }.process-steps span, .value-list span { color: var(--lime); font: 700 12px var(--display); }.process-steps h3 { margin: 35px 0 10px; font-size: 22px; }.process-steps p { color: #b2c1b8; font-size: 13px; }
.about-hero { padding-top: 80px; }.about-hero > h1 { margin: 45px 0 65px; }.about-hero-bottom { display: grid; grid-template-columns: .7fr 1fr; gap: 110px; align-items: end; }.about-hero-bottom p { margin: 0; color: var(--muted); font-size: 19px; }.about-hero-bottom img { width: 100%; height: 300px; object-fit: cover; }.about-story { display: grid; grid-template-columns: 1fr 1fr; gap: 110px; }.about-statement h2 { max-width: 460px; }.about-copy { padding-top: 40px; color: var(--muted); font-size: 17px; }.about-copy p + p { margin-top: 25px; }.value-list { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; }.value-list div { border-top: 1px solid #3b5044; padding-top: 16px; }.value-list h3 { margin: 45px 0 10px; font-size: 24px; }.value-list p { color: #b2c1b8; font-size: 13px; }
.contact-layout { min-height: 670px; display: grid; grid-template-columns: .9fr 1fr; align-items: center; gap: 130px; padding-top: 70px; padding-bottom: 110px; }.contact-intro > p:not(.eyebrow) { max-width: 450px; color: var(--muted); font-size: 17px; }.contact-details { display: grid; gap: 14px; margin: 38px 0; }.contact-details a { display: flex; align-items: center; gap: 12px; font: 600 15px var(--display); }.contact-details span { display: grid; place-items: center; width: 34px; height: 34px; background: var(--lime); }.contact-details svg { width: 16px; }.contact-social { display: flex; align-items: center; gap: 18px; color: var(--muted); font-size: 12px; }.contact-social a { display: flex; align-items: center; gap: 5px; color: var(--ink); font-weight: 600; }.contact-social svg { width: 15px; }.contact-form { padding: 35px; background: var(--white); }.contact-form label { display: block; margin-bottom: 22px; color: #6c7972; font-size: 11px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; }.contact-form input, .contact-form select, .contact-form textarea { width: 100%; display: block; margin-top: 8px; border: 0; border-bottom: 1px solid var(--line); padding: 10px 0; outline: none; color: var(--ink); background: transparent; font: 16px var(--body); resize: vertical; }.contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus { border-color: var(--ink); }.contact-form .button { margin-top: 6px; }
.google-form-wrap { width: 100%; max-width: 640px; margin: 0 auto; background: var(--white); border: 1px solid var(--line); box-shadow: 18px 18px 0 #e9d7c9; }
.google-form-wrap iframe { display: block; width: 100%; min-height: 1106px; border: 0; }
.reveal { opacity: 0; transform: translateY(18px); transition: opacity .7s ease, transform .7s ease; }.reveal.is-visible { opacity: 1; transform: translateY(0); }
@media (max-width: 800px) { .container, .site-header { width: min(100% - 40px, 600px); }.site-header { min-height: 76px; }.menu-toggle { display: block; }.main-nav { position: absolute; top: 76px; left: 20px; right: 20px; z-index: 5; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 15px; background: var(--white); box-shadow: 0 15px 30px rgba(20,33,29,.12); }.main-nav.open { display: flex; }.main-nav > a { padding: 13px; }.main-nav .active:not(.nav-cta)::after { display: none; }.hero, .page-hero, .service-hero, .intro, .about-hero-bottom, .about-story, .contact-layout, .process-inner, .values-grid { grid-template-columns: 1fr; gap: 45px; }.hero { padding-top: 55px; padding-bottom: 80px; }.hero-actions { margin-bottom: 45px; }.hero-visual img { height: 350px; }.visual-badge { right: -8px; }.trust-inner { flex-wrap: wrap; gap: 8px 20px; padding: 20px 0; }.trust-inner span:first-child { width: 100%; }.section-space { padding-top: 80px; padding-bottom: 80px; }.feature-grid, .services-grid { grid-template-columns: 1fr; }.feature-card { min-height: 320px; }.footer-top { grid-template-columns: 1fr; gap: 25px; padding-bottom: 45px; }.footer-mail { justify-self: start; }.footer-bottom { flex-wrap: wrap; }.social-links { margin-left: 0; }.page-hero { min-height: auto; padding-top: 65px; padding-bottom: 65px; }.program-row { grid-template-columns: 35px 1fr; gap: 12px; }.program-side { grid-column: 2; flex-direction: row; align-items: center; gap: 6px; margin-top: -15px; }.program-side strong { font-size: 22px; }.program-side svg { position: static; margin-left: auto; }.service-hero { padding-top: 45px; }.service-hero-image img { height: 300px; }.process-steps, .value-list { grid-template-columns: 1fr; gap: 25px; }.process-steps h3, .value-list h3 { margin-top: 22px; }.about-hero > h1 { margin: 35px 0 45px; }.about-hero-bottom img { height: 240px; }.about-copy { padding-top: 0; }.contact-layout { padding-top: 55px; }.contact-form { padding: 25px; } }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; }.reveal { opacity: 1; transform: none; transition: none; } }

/* Shared logo and social treatments */
.brand-logo { width: 142px; height: 50px; object-fit: contain; object-position: left center; }
.site-footer .brand { display: block; }
.site-footer .brand-mark { width: 142px; height: 50px; background: transparent url('logo.svg') left center / contain no-repeat; color: transparent; font-size: 0; }
.site-footer .brand > span:last-child { display: none; }
.social-glyph { display: inline-grid; place-items: center; width: 19px; height: 19px; border: 1px solid currentColor; border-radius: 5px; font: 700 9px/1 var(--display); letter-spacing: -.04em; }
.contact-social .social-glyph { width: 15px; height: 15px; border-radius: 4px; font-size: 7px; }
.brand-name { display: block; line-height: 1; }.brand-name strong, .brand-name small { display: block; }.brand-name strong { font: 700 17px var(--display); letter-spacing: -.03em; }.brand-name small { margin-top: 5px; color: var(--muted); font: 700 9px var(--body); letter-spacing: .16em; text-transform: uppercase; }
.social-icon { width: 20px; height: 20px; display: block; color: currentColor; }
.contact-social .social-icon { width: 16px; height: 16px; }
.brand-logo { width: 72px; height: 72px; flex: 0 0 72px; aspect-ratio: 1 / 1; object-fit: contain; object-position: center; }
.site-footer .brand-mark { width: 72px; height: 72px; background-image: url('logo-mark.svg'); background-position: center; background-size: contain; background-repeat: no-repeat; }
.site-footer .brand { display: inline-flex; align-items: center; gap: 12px; }.site-footer .brand-mark { width: 270px; height: 104px; border: 0; background-position: center; background-size: contain; background-repeat: no-repeat; }.site-footer .brand > span:last-child { display: none; }
.header .brand-name, header .brand-name { display: none; }
.footer-bottom { position: relative; }.footer-bottom .social-links { position: absolute; right: 0; top: -86px; }

/* Refined visual system */
:root { --ink: #17231f; --muted: #68736f; --paper: #f7f4ee; --white: #fffdf9; --mint: #e5e8df; --lime: #f1c45c; --line: #dcded7; --dark: #17231f; --coral: #e87458; --display: 'Space Grotesk', sans-serif; --body: 'DM Sans', sans-serif; }
body { background: var(--paper); }
.site-header { width: min(1240px, calc(100% - 72px)); min-height: 112px; border-bottom: 1px solid var(--line); }
.brand-logo { width: 270px; height: 104px; flex: 0 0 270px; aspect-ratio: 1800 / 768; object-fit: contain; object-position: center; }
.main-nav { gap: 34px; }
.main-nav > a { color: var(--ink); font-size: 13px; }
.main-nav .active:not(.nav-cta)::after { background: var(--coral); }
.nav-cta { background: var(--coral); color: #fff !important; padding: 13px 19px; }
.hero { width: min(1240px, calc(100% - 72px)); min-height: 690px; grid-template-columns: 1fr .82fr; gap: 90px; padding-top: 76px; padding-bottom: 110px; }
.hero h1 { max-width: 650px; font-size: clamp(56px, 7.4vw, 105px); }
.hero h1 em { color: var(--coral); }
.hero-text { max-width: 490px; font-size: 18px; }
.button-dark { background: var(--ink); }
.hero-actions { margin: 35px 0 68px; }
.hero-visual img { height: 510px; filter: saturate(.72); }
.hero-visual::before { background: var(--coral); opacity: .75; }
.visual-badge { background: var(--white); border-left: 4px solid var(--coral); }
.visual-badge strong { color: var(--coral); }
.trust-strip { background: var(--ink); border-color: var(--ink); color: #d9e0da; }
.trust-inner { color: #b9c5bd; }.trust-inner span:first-child { color: var(--lime); }
.section-space { padding-top: 145px; padding-bottom: 145px; }
.intro h2, .page-hero h1, .service-hero h1, .about-hero h1, .contact-intro h1 { max-width: 680px; }
.feature-card { min-height: 410px; padding: 40px; }
.feature-main { background: #e9d7c9; }.feature-education { background: var(--ink); }
.site-footer { background: var(--white); color: var(--ink); border-top: 1px solid var(--line); }
.site-footer .brand-mark { background-color: var(--white); border: 1px solid var(--line); }
.footer-top p { color: var(--muted); }.footer-mail { color: var(--coral); }.footer-bottom { border-color: var(--line); color: var(--muted); }.social-links a { color: var(--ink); }
.page-hero { min-height: 510px; padding-top: 90px; }.page-hero h1 em, .service-hero h1 em, .about-hero h1 em, .contact-intro h1 em { color: var(--coral); }
.program-row { min-height: 230px; }.program-row:hover { background: rgba(232, 116, 88, .06); }.program-side strong { color: var(--coral); }
.band-quote { background: #e9d7c9; }.service-card { background: #e9d7c9; }.service-card-dark { background: var(--ink); }.service-card-image { background: var(--ink); }

/* Alternating image-and-content layouts for service and program listings. */
.services-grid { display: block; padding-top: 0; }
.service-row { display: grid; grid-template-columns: minmax(280px, .9fr) minmax(320px, 1.1fr); min-height: 360px; margin-bottom: 28px; background: #e9d7c9; }
.service-row:nth-child(even) { grid-template-columns: minmax(320px, 1.1fr) minmax(280px, .9fr); }
.service-row:nth-child(even) .service-card-visual { order: 2; }
.service-card-visual { height: 100%; margin: 0; overflow: hidden; background: var(--white); }
.service-card-visual img, .service-card-visual img.illustration-image { width: 100%; height: 100%; display: block; object-fit: contain; padding: 28px; background: var(--white); }
.service-content { display: flex; flex-direction: column; justify-content: center; padding: clamp(36px, 6vw, 76px); }
.service-content .service-card-top, .service-content .service-overlay { position: static; display: flex; }
.service-content .service-overlay { padding: 0; color: var(--ink); }
.service-content .service-overlay > span, .service-content .service-overlay .text-link { color: var(--coral); border-color: var(--coral); }
.service-content .service-overlay p { color: #597165; }
.service-content h2, .service-content .service-overlay h2 { margin: 30px 0 12px; font-size: clamp(28px, 3vw, 38px); }
.service-content p { max-width: 440px; color: #597165; font-size: 15px; }
.service-content .text-link { width: fit-content; margin-top: 28px; }
.program-split { grid-template-columns: 50px minmax(260px, .9fr) minmax(300px, 1.1fr) 100px; grid-template-areas: 'index image content side'; align-items: stretch; gap: 30px; }
.program-split .program-index { grid-area: index; padding-top: 4px; }
.program-split .program-visual { grid-area: image; height: auto; min-height: 245px; margin: 0; }
.program-split .program-text { grid-area: content; align-self: center; padding: 24px 0; }
.program-split .program-text h2 { margin: 0 0 12px; font-size: 34px; }
.program-split .program-text > p:not(.card-kicker) { max-width: 560px; margin-bottom: 20px; color: var(--muted); }
.program-split .program-side { grid-area: side; padding-top: 4px; }
.program-split:nth-child(even) { grid-template-columns: 50px minmax(300px, 1.1fr) minmax(260px, .9fr) 100px; grid-template-areas: 'index content image side'; }
.program-split .program-visual img { height: 100%; }
@media (max-width: 800px) {
  .service-row, .service-row:nth-child(even) { grid-template-columns: 1fr; margin-bottom: 20px; }
  .service-row:nth-child(even) .service-card-visual { order: 0; }
  .service-card-visual { min-height: 260px; }
  .service-content { padding: 34px 26px; }
  .program-split, .program-split:nth-child(even) { grid-template-columns: 35px 1fr; grid-template-areas: 'index image' '. content' '. side'; gap: 12px; }
  .program-split .program-visual { min-height: 180px; }
  .program-split .program-text { padding: 14px 0; }
}
.process-section, .values-section { background: var(--ink); }.contact-form { border: 1px solid var(--line); box-shadow: 18px 18px 0 #e9d7c9; }
.reveal, .reveal.is-visible { opacity: 1; transform: none; }

/* KT icon with a separate business name */
header .brand-logo { width: 72px; height: 72px; flex: 0 0 72px; aspect-ratio: 1 / 1; object-fit: contain; object-position: center; }
header .brand-name { display: block; }
.site-footer .brand-mark { width: 72px; height: 72px; border: 0; background: transparent url('logo-mark.svg') center / contain no-repeat; color: transparent; font-size: 0; }
.site-footer .brand > span:last-child { display: block; }

@media (max-width: 800px) {
	.site-header { width: calc(100% - 40px); min-height: 88px; }
	header .brand-logo { width: 62px; height: 62px; flex-basis: 62px; }
	.hero, .page-hero, .service-hero, .intro, .about-hero-bottom, .about-story, .contact-layout, .process-inner, .values-grid { grid-template-columns: 1fr; }
	.hero { width: calc(100% - 40px); padding-top: 55px; }
	.hero h1 { font-size: clamp(52px, 15vw, 78px); }
	.hero-visual img { height: 350px; }
	.program-showcase { width: calc(100% - 40px); }
	.program-showcase img { height: 300px; }
	.showcase-card { left: 18px; right: 18px; bottom: 18px; }
	.showcase-card strong { font-size: 22px; }
	.program-visual img { height: 180px; }
	.service-card-visual img { height: 170px; }
	.feature-grid, .services-grid { grid-template-columns: 1fr; }
	.section-space { padding-top: 90px; padding-bottom: 90px; }
	.feature-card { min-height: 350px; }
	.site-footer .brand-mark { width: 62px; height: 62px; }
	.footer-bottom .social-links { position: static; margin-left: 0; margin-top: 8px; }
	.contact-form { box-shadow: 10px 10px 0 #e9d7c9; }
}
