/*
Theme Name: Interview Consultant
Theme URI: https://interviewconsultant.com
Author: InterviewConsultant.com
Author URI: https://interviewconsultant.com
Description: Interview strategy and job-specific coaching for tech professionals — from the first IT role to senior architecture and technology leadership.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: interview-consultant
Tags: business, professional, coaching
*/

/* =============================================
   DESIGN TOKENS
   ============================================= */
:root {
  --night: #08111f;
  --navy: #0d1b2f;
  --navy-2: #152743;
  --blue: #2864f0;
  --blue-dark: #1748bd;
  --sky: #85d8ff;
  --acid: #c8ff61;
  --ink: #111827;
  --muted: #5f6b7e;
  --paper: #f5f6f2;
  --white: #ffffff;
  --line: #d9dee8;
  --danger: #b42318;
  --success: #18794e;
  --radius: 18px;
  --shadow: 0 28px 80px rgba(8,17,31,.14);
  --sans: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  --mono: "SFMono-Regular", Consolas, "Liberation Mono", monospace;
}

/* =============================================
   RESET & BASE
   ============================================= */
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--white); font-family: var(--sans); font-size: 16px; line-height: 1.6; text-rendering: optimizeLegibility; }
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button, select { cursor: pointer; }
img { max-width: 100%; height: auto; }

.skip-link { position: fixed; top: 10px; left: 10px; z-index: 100; padding: 10px 14px; color: white; background: var(--blue); border-radius: 8px; transform: translateY(-160%); }
.skip-link:focus { transform: translateY(0); }

/* WordPress core styles */
.wp-block-image img { border-radius: 8px; }
.aligncenter { text-align: center; margin: 0 auto; }
.alignleft { float: left; margin-right: 24px; }
.alignright { float: right; margin-left: 24px; }
.wp-caption { max-width: 100%; }
.gallery { display: flex; flex-wrap: wrap; gap: 16px; }

/* =============================================
   HEADER
   ============================================= */
.site-header { position: sticky; top: 0; z-index: 30; border-bottom: 1px solid rgba(217,222,232,.8); background: rgba(255,255,255,.94); backdrop-filter: blur(18px); }
.header-inner { width: min(1240px, calc(100% - 48px)); min-height: 82px; margin: 0 auto; display: flex; align-items: center; gap: 32px; }
.brand { display: flex; align-items: center; gap: 12px; flex: none; }
.brand img { border-radius: 12px; box-shadow: 0 7px 18px rgba(40,100,240,.16); }
.brand-copy { display: grid; line-height: 1; }
.brand-copy > span { white-space: nowrap; font-size: 18px; letter-spacing: -.55px; }
.brand-copy strong, .brand-copy b { font-weight: 780; }
.brand-copy b { color: var(--blue); }
.brand-copy small { color: var(--muted); font-size: 12px; font-weight: 700; }
.brand-copy em { margin-top: 7px; color: var(--muted); font-family: var(--mono); font-size: 8px; font-style: normal; font-weight: 700; letter-spacing: 1.2px; text-transform: uppercase; }
.desktop-nav { display: flex; align-items: center; gap: 29px; margin-left: auto; }
.desktop-nav a { position: relative; padding: 28px 0; color: #34405a; font-size: 14px; font-weight: 650; }
.desktop-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 19px; height: 2px; background: var(--blue); transition: right .18s ease; }
.desktop-nav a:hover::after, .desktop-nav a:focus-visible::after { right: 0; }
.header-action { padding: 11px 17px; border-radius: 10px; color: white; background: var(--night); font-size: 13px; font-weight: 760; transition: transform .18s ease, background .18s ease; }
.header-action:hover { transform: translateY(-2px); background: var(--blue); }
.header-action span { margin-left: 5px; color: var(--acid); }
.menu-button { display: none; width: 44px; height: 44px; margin-left: auto; padding: 11px; border: 0; border-radius: 10px; background: transparent; }
.menu-button span { display: block; height: 2px; margin: 7px 0; background: var(--night); transition: transform .18s ease; }
.menu-button[aria-expanded="true"] span:first-child { transform: translateY(4.5px) rotate(45deg); }
.menu-button[aria-expanded="true"] span:last-child { transform: translateY(-4.5px) rotate(-45deg); }
.mobile-nav { padding: 10px 24px 24px; border-top: 1px solid var(--line); background: white; }
.mobile-nav a { display: block; padding: 12px 3px; font-weight: 650; }
.mobile-nav .mobile-action { margin-top: 8px; padding: 13px 16px; border-radius: 10px; color: white; text-align: center; background: var(--night); }

/* =============================================
   HERO
   ============================================= */
.hero { position: relative; overflow: hidden; color: white; background: var(--night); }
.hero::before { content: ""; position: absolute; inset: 0 0 0 57%; background: var(--blue); clip-path: polygon(18% 0,100% 0,100% 100%,0 100%); opacity: .92; }
.hero::after { content: ""; position: absolute; width: 560px; height: 560px; right: -180px; bottom: -370px; border: 88px solid rgba(200,255,97,.12); border-radius: 50%; }
.hero-grid { position: absolute; inset: 0; opacity: .08; background-image: linear-gradient(rgba(255,255,255,.75) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.75) 1px, transparent 1px); background-size: 64px 64px; mask-image: linear-gradient(90deg, black, transparent 68%); }
.hero-inner { position: relative; z-index: 2; width: min(1240px, calc(100% - 48px)); min-height: 720px; margin: 0 auto; padding: 88px 0 94px; display: grid; grid-template-columns: 1.17fr .83fr; align-items: center; gap: 76px; }
.eyebrow, .kicker { margin: 0 0 21px; color: var(--blue); font-family: var(--mono); font-size: 12px; font-weight: 800; letter-spacing: 1.7px; text-transform: uppercase; }
.eyebrow { color: #c9d3e7; }
.eyebrow span { display: inline-block; width: 28px; height: 2px; margin: 0 11px 3px 0; background: var(--acid); box-shadow: 0 0 16px rgba(200,255,97,.45); }
h1, h2, h3, p { overflow-wrap: break-word; }
h1 { max-width: 790px; margin: 0; font-size: clamp(55px, 6.15vw, 86px); line-height: .96; letter-spacing: -4.8px; font-weight: 790; }
h1 em { display: inline-block; margin-top: 8px; color: var(--sky); font-style: normal; }
.hero-lede { max-width: 620px; margin: 30px 0 33px; color: #bdc8db; font-size: 18px; line-height: 1.72; }
.hero-actions { display: flex; align-items: center; gap: 13px; }
.button { min-height: 54px; display: inline-flex; align-items: center; justify-content: center; gap: 12px; padding: 0 23px; border: 1px solid transparent; border-radius: 10px; font-size: 14px; font-weight: 760; transition: transform .18s ease, border-color .18s ease, background .18s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: var(--night); background: var(--acid); box-shadow: 0 14px 30px rgba(200,255,97,.14); }
.button-primary span { color: var(--blue-dark); font-size: 17px; }
.button-primary:hover { background: #d6ff89; }
.button-secondary { color: #e6ebf6; border-color: rgba(255,255,255,.24); background: rgba(255,255,255,.04); }
.button-secondary:hover { border-color: rgba(255,255,255,.5); background: rgba(255,255,255,.09); }
.hero-proof { display: flex; align-items: center; flex-wrap: wrap; gap: 10px; margin-top: 43px; color: #9ba8bf; font-family: var(--mono); font-size: 11px; font-weight: 650; text-transform: uppercase; }
.hero-proof i { width: 3px; height: 3px; border-radius: 50%; background: #52617a; }

/* =============================================
   SESSION CARD (Hero aside)
   ============================================= */
.session-card { position: relative; padding: 28px; border: 1px solid rgba(255,255,255,.44); border-radius: 2px 22px 22px 22px; color: var(--night); background: rgba(255,255,255,.96); box-shadow: 0 38px 90px rgba(3,10,23,.32); }
.session-card::before { content: "INTERVIEW SIGNAL"; position: absolute; right: 100%; top: 0; padding: 10px 7px; color: var(--night); background: var(--acid); font-family: var(--mono); font-size: 9px; font-weight: 800; letter-spacing: 1px; writing-mode: vertical-rl; transform: rotate(180deg); }
.card-overline { margin: 0 0 15px; color: var(--blue); font-family: var(--mono); font-size: 10px; font-weight: 800; letter-spacing: 1.4px; text-transform: uppercase; }
.session-top { display: flex; justify-content: space-between; align-items: center; padding-bottom: 21px; border-bottom: 1px solid var(--line); color: #52617a; font-size: 13px; font-weight: 720; }
.live-dot { display: inline-block; width: 8px; height: 8px; margin-right: 7px; border-radius: 50%; background: #23b26d; box-shadow: 0 0 0 5px rgba(35,178,109,.1); }
.session-time { padding: 4px 9px; color: var(--blue-dark); border-radius: 99px; background: #e9efff; font-family: var(--mono); font-size: 10px; text-transform: uppercase; }
blockquote { margin: 28px 0 26px; font-size: 21px; line-height: 1.48; letter-spacing: -.3px; font-weight: 680; }
.answer-track { position: relative; height: 8px; margin-right: 34px; border-radius: 99px; background: #e7ebf2; }
.answer-fill { display: block; width: 72%; height: 100%; border-radius: inherit; background: linear-gradient(90deg, var(--blue), #55b7ff); }
.answer-track strong { position: absolute; left: calc(100% + 9px); top: -8px; color: var(--blue); font-family: var(--mono); font-size: 13px; }
.feedback-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; margin: 27px 0 20px; }
.feedback-grid div { padding: 13px 11px; border: 1px solid var(--line); border-radius: 8px; background: var(--paper); }
.feedback-grid small { display: block; color: #778397; font-family: var(--mono); font-size: 9px; text-transform: uppercase; letter-spacing: .7px; }
.feedback-grid strong { display: block; margin-top: 3px; font-size: 12px; }
.coach-note { margin: 0; padding: 16px; border-left: 3px solid var(--blue); color: #52617a; background: #eef3ff; font-size: 13px; }
.coach-note span { display: block; margin-bottom: 3px; color: var(--blue-dark); font-family: var(--mono); font-size: 9px; font-weight: 800; letter-spacing: 1.1px; text-transform: uppercase; }

/* =============================================
   SECTIONS
   ============================================= */
.section { width: min(1160px, calc(100% - 48px)); margin: 0 auto; padding: 112px 0; }
.section-heading { max-width: 900px; margin-bottom: 52px; }
.section-heading.compact { max-width: 760px; }
.section-heading h2, .process-copy h2, .contact-intro h2 { margin: 0; color: var(--night); font-size: clamp(38px, 4.5vw, 62px); line-height: 1.03; letter-spacing: -3px; }

/* =============================================
   PATHS
   ============================================= */
.path-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.path-card { position: relative; overflow: hidden; min-height: 540px; padding: 43px; border: 1px solid var(--line); border-radius: var(--radius); }
.path-start { background: var(--paper); }
.path-advance { color: white; border-color: var(--navy); background: var(--navy); box-shadow: 0 28px 55px rgba(8,17,31,.16); }
.path-advance::after { content: ""; position: absolute; width: 360px; height: 360px; right: -220px; top: -200px; border: 58px solid rgba(133,216,255,.11); border-radius: 50%; }
.path-number { position: absolute; top: 39px; right: 40px; color: #9ba6b7; font-family: var(--mono); font-size: 12px; font-weight: 800; letter-spacing: 1px; }
.path-advance .path-number { color: rgba(255,255,255,.5); }
.path-label { margin: 0 0 28px; color: var(--blue); font-family: var(--mono); font-size: 11px; font-weight: 800; letter-spacing: 1.4px; text-transform: uppercase; }
.path-advance .path-label { color: var(--acid); }
.path-card h3 { max-width: 510px; margin: 0 0 18px; font-size: 34px; line-height: 1.1; letter-spacing: -1.35px; }
.path-card > p:not(.path-label) { color: var(--muted); }
.path-advance > p:not(.path-label) { color: #c8d1df; }
.path-card ul { margin: 27px 0 36px; padding: 0; list-style: none; }
.path-card li { position: relative; margin: 11px 0; padding-left: 25px; font-size: 14px; }
.path-card li::before { content: "→"; position: absolute; left: 0; color: var(--blue); font-weight: 900; }
.path-advance li::before { color: var(--acid); }
.path-card > a { position: absolute; left: 43px; bottom: 41px; font-size: 14px; font-weight: 800; }
.path-card > a span { margin-left: 5px; color: var(--blue); }
.path-advance > a span { color: var(--acid); }

/* =============================================
   SERVICES
   ============================================= */
.services { border-top: 1px solid var(--line); }
.service-list { border-top: 2px solid var(--night); }
.service-list article { display: grid; grid-template-columns: 58px 1fr auto; gap: 24px; align-items: center; padding: 30px 0; border-bottom: 1px solid var(--line); transition: padding-left .18s ease, background .18s ease; }
.service-list article:hover { padding-left: 14px; background: linear-gradient(90deg, rgba(40,100,240,.045), transparent); }
.service-list article > span { color: var(--blue); font-family: var(--mono); font-size: 11px; font-weight: 800; }
.service-list h3 { margin: 0 0 4px; color: var(--night); font-size: 21px; }
.service-list p { margin: 0; color: var(--muted); font-size: 14px; }
.service-list article > strong { padding: 7px 11px; border: 1px solid var(--line); border-radius: 99px; color: #42506b; background: white; font-family: var(--mono); font-size: 10px; letter-spacing: .2px; text-transform: uppercase; }

/* =============================================
   PROCESS
   ============================================= */
.process { color: white; background: var(--blue); }
.process-inner { width: min(1160px, calc(100% - 48px)); margin: 0 auto; padding: 108px 0; display: grid; grid-template-columns: .9fr 1.1fr; gap: 100px; }
.kicker.light { color: var(--acid); }
.process-copy h2 { color: white; }
.process-copy > p:last-child { color: #d9e4ff; }
.process ol { margin: 0; padding: 0; list-style: none; border-top: 1px solid rgba(255,255,255,.28); }
.process li { display: grid; grid-template-columns: 48px 1fr; gap: 16px; padding: 25px 0; border-bottom: 1px solid rgba(255,255,255,.28); }
.process li > span { width: 32px; height: 32px; display: grid; place-items: center; color: var(--night); background: var(--acid); border-radius: 50%; font-family: var(--mono); font-size: 11px; font-weight: 800; }
.process strong { font-size: 17px; }
.process li p { margin: 3px 0 0; color: #d9e4ff; font-size: 14px; }

/* =============================================
   CONTACT
   ============================================= */
.contact { display: grid; grid-template-columns: .72fr 1.28fr; gap: 80px; }
.contact-intro { padding-top: 9px; }
.contact-intro h2 { font-size: clamp(42px, 4.7vw, 65px); }
.contact-intro > p:not(.kicker) { color: var(--muted); }
.contact-intro > a { display: inline-block; margin-top: 18px; color: var(--blue); font-size: 14px; font-weight: 800; border-bottom: 1px solid currentColor; }
.contact-form { padding: 37px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--paper); box-shadow: var(--shadow); }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 17px; }
.contact-form label { display: block; margin-bottom: 17px; color: #303b52; font-size: 13px; font-weight: 750; }
.contact-form label > span { color: var(--muted); font-weight: 500; }
.contact-form input, .contact-form select, .contact-form textarea { width: 100%; margin-top: 7px; padding: 13px 14px; border: 1px solid #cbd4e3; border-radius: 8px; color: var(--ink); background: white; outline: none; transition: border-color .16s ease, box-shadow .16s ease; }
.contact-form input, .contact-form select { min-height: 48px; }
.contact-form textarea { resize: vertical; min-height: 128px; }
.contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus { border-color: var(--blue); box-shadow: 0 0 0 3px rgba(40,100,240,.12); }
.contact-form [aria-invalid="true"] { border-color: var(--danger); box-shadow: 0 0 0 3px rgba(180,35,24,.08); }
.form-footer { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-top: 7px; }
.form-footer p { max-width: 260px; margin: 0; color: var(--muted); font-size: 11px; }
.form-footer button { border: 0; color: var(--night); cursor: pointer; }
.form-status { min-height: 25px; margin: 15px 0 0; font-size: 13px; font-weight: 700; }
.form-status.error { color: var(--danger); }
.form-status.success { color: var(--success); }

/* =============================================
   FOOTER
   ============================================= */
.site-footer { padding: 33px max(24px, calc((100% - 1160px) / 2)); display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 30px; color: #9aa7bd; background: var(--night); font-size: 12px; }
.footer-brand { display: flex; align-items: center; gap: 9px; color: white; font-size: 14px; font-weight: 750; }
.footer-brand img { border: 1px solid rgba(255,255,255,.18); border-radius: 10px; }
.site-footer p { margin: 0; }

/* =============================================
   BLOG STYLES
   ============================================= */
.blog-hero { background: var(--night); color: white; padding: 80px 0 90px; }
.blog-hero-inner { width: min(1160px, calc(100% - 48px)); margin: 0 auto; }
.blog-hero h1 { font-size: clamp(46px, 5vw, 72px); letter-spacing: -3.5px; line-height: 1; margin: 0 0 16px; }
.blog-hero p { color: #bdc8db; font-size: 18px; margin: 0; }

.blog-grid { width: min(1160px, calc(100% - 48px)); margin: 0 auto; padding: 80px 0 112px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; }
.post-card { border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; background: var(--white); transition: transform .2s ease, box-shadow .2s ease; display: flex; flex-direction: column; }
.post-card:hover { transform: translateY(-4px); box-shadow: 0 24px 60px rgba(8,17,31,.10); }
.post-card-img { display: block; aspect-ratio: 16/9; overflow: hidden; background: linear-gradient(135deg, var(--navy) 0%, var(--blue) 100%); }
.post-card-img img { width: 100%; height: 100%; object-fit: cover; }
.post-card-body { padding: 28px; display: flex; flex-direction: column; flex: 1; }
.post-card-meta { display: flex; gap: 14px; align-items: center; margin-bottom: 14px; color: var(--muted); font-size: 11px; font-family: var(--mono); text-transform: uppercase; letter-spacing: .8px; }
.post-card-category { color: var(--blue); font-weight: 800; }
.post-card h2 { margin: 0 0 12px; font-size: 20px; line-height: 1.2; letter-spacing: -.5px; color: var(--night); }
.post-card h2 a:hover { color: var(--blue); }
.post-card-excerpt { margin: 0 0 22px; color: var(--muted); font-size: 14px; line-height: 1.65; flex: 1; }
.post-card-read { display: inline-flex; align-items: center; gap: 7px; color: var(--blue); font-size: 13px; font-weight: 800; margin-top: auto; }
.post-card-read:hover { gap: 11px; }

/* Single post */
.single-post-hero { background: var(--night); color: white; padding: 80px 0 90px; }
.single-post-hero-inner { width: min(840px, calc(100% - 48px)); margin: 0 auto; }
.post-meta-bar { display: flex; gap: 20px; align-items: center; margin-bottom: 26px; font-size: 12px; font-family: var(--mono); text-transform: uppercase; letter-spacing: 1px; color: #9ba8bf; }
.post-meta-bar a { color: var(--acid); font-weight: 800; }
.single-post-hero h1 { font-size: clamp(38px, 4.5vw, 66px); letter-spacing: -3px; line-height: 1.05; margin: 0; }
.post-content { width: min(840px, calc(100% - 48px)); margin: 64px auto 100px; }
.post-content h2 { font-size: 32px; letter-spacing: -1px; color: var(--night); margin: 48px 0 18px; }
.post-content h3 { font-size: 24px; letter-spacing: -.5px; color: var(--night); margin: 36px 0 14px; }
.post-content p { font-size: 17px; line-height: 1.78; color: #2a3347; margin: 0 0 22px; }
.post-content ul, .post-content ol { font-size: 17px; line-height: 1.78; color: #2a3347; padding-left: 24px; margin: 0 0 22px; }
.post-content li { margin-bottom: 8px; }
.post-content a { color: var(--blue); text-decoration: underline; }
.post-content blockquote { margin: 36px 0; padding: 24px 28px; border-left: 4px solid var(--blue); background: #eef3ff; border-radius: 0 8px 8px 0; font-size: 20px; line-height: 1.5; font-weight: 650; letter-spacing: -.3px; }
.post-content img { border-radius: 12px; margin: 8px 0 24px; box-shadow: 0 16px 40px rgba(8,17,31,.10); }
.post-content code { background: #eef3ff; color: var(--blue-dark); padding: 2px 7px; border-radius: 5px; font-size: .9em; }
.post-content pre { background: var(--night); color: #c9d3e7; padding: 24px; border-radius: 12px; overflow-x: auto; font-size: 14px; line-height: 1.7; margin: 0 0 28px; }
.post-content pre code { background: none; color: inherit; padding: 0; }
.post-nav { width: min(840px, calc(100% - 48px)); margin: 0 auto 80px; padding-top: 40px; border-top: 1px solid var(--line); display: flex; justify-content: space-between; gap: 24px; }
.post-nav a { display: flex; flex-direction: column; gap: 5px; font-size: 13px; font-weight: 800; color: var(--blue); }
.post-nav small { color: var(--muted); font-size: 11px; font-family: var(--mono); text-transform: uppercase; letter-spacing: .8px; }

/* =============================================
   INNER PAGE HERO
   ============================================= */
.page-hero { background: var(--night); color: white; padding: 80px 0 90px; }
.page-hero-inner { width: min(1160px, calc(100% - 48px)); margin: 0 auto; }
.page-hero h1 { font-size: clamp(42px, 5vw, 68px); letter-spacing: -3px; line-height: 1.05; margin: 0 0 16px; }
.page-hero p { color: #bdc8db; font-size: 18px; margin: 0; max-width: 680px; }
.page-content { width: min(1160px, calc(100% - 48px)); margin: 64px auto 100px; }
.page-content h2 { font-size: 32px; letter-spacing: -1px; color: var(--night); margin: 0 0 18px; }
.page-content p { font-size: 17px; line-height: 1.78; color: #2a3347; margin: 0 0 22px; }

/* Pagination */
.pagination { width: min(1160px, calc(100% - 48px)); margin: 0 auto 80px; display: flex; gap: 8px; justify-content: center; }
.pagination .page-numbers { display: inline-flex; align-items: center; justify-content: center; width: 40px; height: 40px; border: 1px solid var(--line); border-radius: 8px; font-size: 14px; font-weight: 700; color: var(--ink); transition: all .16s ease; }
.pagination .page-numbers.current, .pagination .page-numbers:hover { background: var(--blue); color: white; border-color: var(--blue); }

/* =============================================
   RESPONSIVE
   ============================================= */
@media (max-width: 1040px) {
  .desktop-nav, .header-action { display: none; }
  .menu-button { display: block; }
  .hero::before { inset: 48% 0 0; clip-path: polygon(0 18%,100% 0,100% 100%,0 100%); }
  .hero-inner { grid-template-columns: 1fr; gap: 74px; padding: 80px 0 100px; }
  .hero-copy { max-width: 800px; }
  .session-card { width: min(100%, 630px); margin-left: auto; }
  .process-inner { grid-template-columns: 1fr; gap: 56px; }
  .contact { grid-template-columns: 1fr; gap: 46px; }
  .contact-intro { max-width: 760px; }
  .blog-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 720px) {
  .header-inner { width: min(100% - 32px, 1240px); min-height: 74px; }
  .brand img { width: 41px; height: 41px; }
  .brand-copy > span { font-size: 16px; }
  .brand-copy em { max-width: 210px; font-size: 7px; letter-spacing: .7px; }
  .hero-inner { width: min(100% - 32px, 1240px); min-height: auto; padding: 66px 0 84px; }
  h1 { font-size: clamp(46px, 13vw, 64px); letter-spacing: -3px; }
  .hero-lede { font-size: 16px; }
  .hero-actions { flex-direction: column; align-items: stretch; }
  .hero-proof { line-height: 1.4; }
  .session-card { padding: 23px; border-radius: 2px 16px 16px 16px; }
  .session-card::before { display: none; }
  blockquote { font-size: 18px; }
  .feedback-grid { grid-template-columns: 1fr; }
  .section { width: min(100% - 32px, 1160px); padding: 80px 0; }
  .section-heading h2, .process-copy h2, .contact-intro h2 { letter-spacing: -1.8px; }
  .path-grid { grid-template-columns: 1fr; }
  .path-card { min-height: 550px; padding: 32px; }
  .path-card > a { left: 32px; right: 32px; }
  .service-list article { grid-template-columns: 38px 1fr; align-items: start; }
  .service-list article > strong { grid-column: 2; justify-self: start; }
  .process-inner { width: min(100% - 32px, 1160px); padding: 80px 0; }
  .contact-form { padding: 24px; }
  .field-row { grid-template-columns: 1fr; gap: 0; }
  .form-footer { align-items: stretch; flex-direction: column; }
  .form-footer .button { width: 100%; }
  .site-footer { grid-template-columns: 1fr; gap: 12px; text-align: center; }
  .footer-brand { justify-content: center; }
  .blog-grid { grid-template-columns: 1fr; }
  .post-nav { flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; }
}
