:root {
  --navy: #071a32;
  --navy-2: #0b2545;
  --navy-3: #0a203c;
  --cream: #f7f3ed;
  --paper: #fffdf9;
  --merlot: #780021;
  --merlot-dark: #5f001b;
  --teal: #007d7d;
  --teal-light: #61dfdf;
  --gold: #d89b32;
  --ink: #17243a;
  --muted: #526070;
  --border: #d9d2c8;
  --display: "Playfair Display", Georgia, serif;
  --body: "Inter", Arial, sans-serif;
  --shell: 1390px;
  --header-height: 78px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: var(--header-height); }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--body); font-size: 16px; line-height: 1.65; -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }
.shell { width: min(calc(100% - 64px), var(--shell)); margin-inline: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; z-index: 10000; top: 8px; left: 8px; transform: translateY(-150%); background: var(--paper); color: var(--navy); padding: 10px 16px; border: 2px solid var(--navy); }
.skip-link:focus { transform: none; }
:focus-visible { outline: 3px solid var(--gold); outline-offset: 4px; }

.site-header { position: fixed; inset: 0 0 auto; z-index: 1000; height: var(--header-height); background: rgba(249,246,241,.92); border-bottom: 1px solid rgba(7,26,50,.1); backdrop-filter: blur(16px); transition: box-shadow .25s ease, background .25s ease; }
.site-header.scrolled { background: rgba(255,253,249,.98); box-shadow: 0 10px 35px rgba(7,26,50,.08); }
.header-inner { height: 100%; display: flex; align-items: center; justify-content: space-between; }
.brand { display: inline-flex; align-items: center; gap: 22px; color: var(--navy); }
.brand-monogram { position: relative; width: 56px; font-family: var(--display); font-size: 34px; line-height: 1; letter-spacing: -8px; color: var(--merlot); }
.brand-monogram::after { content: ""; position: absolute; left: 27px; top: -6px; width: 1px; height: 45px; background: currentColor; transform: rotate(14deg); opacity: .7; }
.brand-name { font-family: var(--display); font-size: 26px; line-height: 1; }
.primary-nav { display: flex; align-items: center; gap: clamp(24px, 2.5vw, 48px); font-size: 14px; font-weight: 500; }
.primary-nav > a:not(.nav-arrow) { position: relative; padding: 10px 0; }
.primary-nav > a:not(.nav-arrow)::after { content: ""; position: absolute; inset: auto 0 4px; height: 1px; background: var(--merlot); transform: scaleX(0); transform-origin: left; transition: transform .2s ease; }
.primary-nav > a:hover::after, .primary-nav > a.active::after { transform: scaleX(1); }
.nav-arrow { display: grid; place-items: center; width: 64px; height: 42px; background: var(--merlot); color: white; transition: background .2s ease, transform .2s ease; }
.nav-arrow:hover { background: var(--merlot-dark); transform: translateX(2px); }
.nav-arrow svg { width: 25px; fill: none; stroke: currentColor; stroke-width: 1.7; }
.menu-toggle { display: none; width: 46px; height: 46px; padding: 10px; border: 0; background: transparent; cursor: pointer; }
.menu-toggle > span:not(.sr-only) { display: block; width: 25px; height: 2px; margin: 5px 0; background: var(--navy); transition: transform .2s ease, opacity .2s ease; }

.hero-section { position: relative; min-height: 840px; padding: var(--header-height) 0 88px; overflow: hidden; background: linear-gradient(100deg, #faf7f2 0%, #faf7f2 53%, #f0ece5 100%); }
.hero-backdrop { position: absolute; inset: var(--header-height) 0 0 56%; background: radial-gradient(circle at 80% 25%, rgba(255,255,255,.98) 0 14%, transparent 45%), linear-gradient(145deg, #ebe5dc, #fbf8f3 60%); }
.hero-backdrop::before { content: ""; position: absolute; right: 8%; top: 7%; width: 150px; height: 220px; border: 14px solid #bca888; box-shadow: 0 5px 18px rgba(15,30,40,.14); background: linear-gradient(140deg, #e7dfd2, #f7f1e8); opacity: .55; }
.hero-backdrop::after { content: ""; position: absolute; right: -2%; bottom: -12%; width: 300px; height: 370px; border-radius: 50% 45% 0 0; background: radial-gradient(ellipse at 50% 80%, #39513c 0 12%, transparent 13%), radial-gradient(ellipse at 30% 60%, #5b7654 0 9%, transparent 10%), radial-gradient(ellipse at 70% 55%, #718a68 0 11%, transparent 12%); filter: blur(3px); opacity: .35; }
.hero-grid { position: relative; z-index: 2; min-height: 682px; display: grid; grid-template-columns: 55% 45%; }
.hero-copy { align-self: center; max-width: 760px; padding: 74px 20px 70px 26px; }
.eyebrow, .section-kicker { margin: 0 0 18px; color: var(--teal); font-size: 12px; font-weight: 600; letter-spacing: .16em; text-transform: uppercase; }
.hero-copy h1 { margin: 0 0 4px; color: var(--navy); font-family: var(--display); font-size: clamp(66px, 7vw, 104px); font-weight: 500; line-height: .98; letter-spacing: -.045em; }
.hero-positioning { margin: 14px 0 13px; color: var(--navy); font-family: var(--display); font-size: clamp(29px, 3vw, 41px); line-height: 1.08; }
.gold-rule { display: block; width: 72px; height: 2px; margin: 18px 0; background: var(--gold); }
.hero-summary { max-width: 650px; margin: 0 0 16px; color: var(--muted); font-size: 17px; line-height: 1.55; }
.founder-chip { display: inline-flex; align-items: center; gap: 10px; margin: 0 0 21px; font-size: 14px; }
.founder-chip img { width: 27px; height: 27px; border-radius: 50%; }
.founder-chip strong { color: var(--teal); font-weight: 500; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 22px; }
.hero-credential { max-width: 665px; font-size: 15px; line-height: 1.6; }
.button { min-height: 46px; display: inline-flex; align-items: center; justify-content: center; gap: 30px; padding: 12px 23px; border: 1px solid transparent; font-size: 14px; font-weight: 500; line-height: 1.2; cursor: pointer; transition: transform .2s ease, background .2s ease, color .2s ease, border-color .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--merlot); color: white; border-color: var(--merlot); }
.button-primary:hover { background: var(--merlot-dark); border-color: var(--merlot-dark); }
.button-secondary { background: rgba(255,255,255,.3); color: var(--teal); border-color: var(--teal); }
.button-secondary:hover { background: var(--teal); color: white; }
.hero-portrait { align-self: end; height: 682px; display: flex; align-items: end; justify-content: center; overflow: hidden; }
.hero-portrait picture { display: contents; }
.hero-portrait img { width: min(100%, 610px); height: 100%; object-fit: cover; object-position: 50% 8%; filter: saturate(.92) contrast(1.02); -webkit-mask-image: linear-gradient(to right, transparent 0, #000 9%, #000 100%); mask-image: linear-gradient(to right, transparent 0, #000 9%, #000 100%); }
.company-strip { position: absolute; inset: auto 0 0; z-index: 3; min-height: 88px; display: flex; align-items: center; background: rgba(255,253,249,.96); border-top: 1px solid var(--border); }
.company-strip .shell { display: flex; align-items: center; justify-content: space-around; gap: clamp(30px, 7vw, 110px); }
.company-strip .org-logo { width: auto; max-width: 180px; object-fit: contain; filter: grayscale(1); opacity: .86; }
.company-strip .org-logo-isc { height: 54px; opacity: .95; }
.company-strip .org-logo-pdi { height: 34px; }
.company-strip .org-logo-gasbuddy { height: 66px; opacity: .95; }
.company-strip .org-logo-uofr { height: 44px; }

.founder-section { display: grid; grid-template-columns: 56% 44%; min-height: 460px; background: var(--navy); color: white; }
.founder-visual { position: relative; min-width: 0; overflow: hidden; display: flex; align-items: end; justify-content: center; padding: 38px 28px 0; background: radial-gradient(circle at 65% 40%, rgba(8,126,126,.38), transparent 45%), linear-gradient(120deg, #001c27, #073d49 57%, #071a32); }
.product-glow { position: absolute; inset: 20% 12% -20%; background: rgba(70,218,218,.28); filter: blur(55px); }
.browser-frame { position: relative; z-index: 1; width: min(93%, 780px); padding: 8px 8px 0; border: 2px solid rgba(255,255,255,.5); border-bottom: 0; border-radius: 18px 18px 0 0; background: #0b111c; box-shadow: 0 20px 60px rgba(0,0,0,.4); }
.browser-bar { height: 34px; display: flex; align-items: center; gap: 7px; padding: 0 10px; color: #5c6672; font-size: 10px; }
.browser-bar span { width: 7px; height: 7px; border-radius: 50%; background: #74808f; }
.browser-bar div { flex: 1; max-width: 250px; margin-left: 8px; padding: 4px 12px; border-radius: 10px; background: #f5f6f7; text-align: center; }
.browser-frame a { display: block; overflow: hidden; border-radius: 3px 3px 0 0; }
.browser-frame img { width: 100%; height: auto; aspect-ratio: 16 / 10; object-fit: cover; object-position: top; border-radius: 3px 3px 0 0; }
.founder-story { display: grid; place-items: center; padding: 56px clamp(42px, 6vw, 92px); background: radial-gradient(circle at 70% 0, rgba(20,73,116,.7), transparent 45%), linear-gradient(135deg, #0d294c, #071a32 70%); }
.founder-story-inner { max-width: 510px; }
.founder-story .section-kicker { color: #00b7b7; }
.founder-story h2 { margin: 0; font-family: var(--display); font-size: clamp(52px, 5vw, 73px); font-weight: 500; line-height: 1; }
.founder-lede { margin: 0 0 12px; font-family: var(--display); font-size: 21px; color: white; }
.founder-story p:not(.section-kicker):not(.founder-lede) { max-width: 460px; margin: 0 0 22px; color: #e1e8ef; line-height: 1.6; }
.founder-links { display: flex; flex-wrap: wrap; gap: 18px 34px; }
.text-link { display: inline-flex; align-items: center; gap: 28px; color: var(--teal-light); font-weight: 500; }
.text-link span { transition: transform .2s ease; }
.text-link:hover span { transform: translateX(5px); }

.metrics-section { padding: 22px 0; background: var(--cream); border-block: 1px solid var(--border); }
.metrics-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.metric { min-height: 84px; display: flex; align-items: center; justify-content: center; gap: 20px; padding: 5px 30px; border-right: 1px solid rgba(205,156,69,.65); }
.metric:last-child { border: 0; }
.metric-icon { flex: 0 0 auto; width: 55px; height: 55px; display: grid; place-items: center; border-radius: 50%; color: white; }
.metric-icon-merlot { background: radial-gradient(circle at 35% 25%, #a01342, var(--merlot)); }
.metric-icon-teal { background: radial-gradient(circle at 35% 25%, #148f8f, #006565); }
.metric-icon svg { width: 31px; fill: none; stroke: currentColor; stroke-width: 1.2; }
.metric p { margin: 0; line-height: 1.05; }
.metric strong { display: block; color: var(--navy); font-family: var(--display); font-size: clamp(28px, 2.5vw, 42px); font-weight: 500; white-space: nowrap; }
.metric strong.metric-words { font-family: var(--body); font-size: 17px; font-weight: 500; }
.metric p span { display: block; margin-top: 5px; color: var(--navy); font-size: 14px; }

.thesis-section { position: relative; min-height: 170px; display: grid; place-items: center; overflow: hidden; padding: 25px; background: linear-gradient(90deg, #081b34, #0b2545, #06172d); color: white; text-align: center; }
.thesis-section p { position: relative; z-index: 2; margin: 0; font-family: var(--display); font-size: clamp(34px, 4vw, 51px); line-height: 1.12; }
.thesis-section em { font-weight: 500; }
.thesis-section em span { color: var(--gold); }
.line-field { position: absolute; inset: 45% -5% -30%; opacity: .48; background: repeating-radial-gradient(ellipse at 12% 100%, transparent 0 13px, rgba(216,155,50,.75) 14px 15px, transparent 16px 30px), repeating-radial-gradient(ellipse at 88% 100%, transparent 0 17px, rgba(0,125,125,.7) 18px 19px, transparent 20px 34px); transform: scaleY(.45); }

.section-pad { padding: 58px 0; }
.section-heading h2, .connect-section h2, .speaking-copy h2 { margin: 0; color: var(--navy); font-family: var(--display); font-size: clamp(44px, 5vw, 67px); font-weight: 500; line-height: 1.06; letter-spacing: -.03em; }
.about-section { background: var(--paper); }
.about-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(38px, 6vw, 100px); }
.about-copy { max-width: 680px; }
.about-copy p { color: var(--muted); }
.about-copy .large-copy { margin: 0 0 20px; color: var(--navy); font-family: var(--display); font-size: 29px; line-height: 1.35; }
.career-arc > p:first-child { margin-top: 0; }
.career-arc .large-copy { margin-top: 26px; }
.principles { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin: 36px 0; padding-block: 24px; border-block: 1px solid var(--border); color: var(--navy); font-family: var(--display); font-size: 17px; }
.principles span { padding-right: 12px; border-right: 1px solid var(--border); }
.principles span:last-child { border: 0; }
.dark-link { color: var(--teal); }
.centered { text-align: center; }
.impact-stories { background: #f1ede7; }
.story-grid { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 30px; border: 1px solid var(--border); }
.story-card { min-height: 390px; display: flex; flex-direction: column; padding: 38px; background: var(--paper); border-right: 1px solid var(--border); }
.story-card:last-child { border: 0; }
.story-card-featured { background: var(--navy); color: white; }
.story-number { margin: 0 0 45px; color: var(--gold); font-family: var(--display); font-size: 20px; }
.story-label { margin: 0 0 12px; color: var(--teal); font-size: 11px; font-weight: 600; letter-spacing: .15em; text-transform: uppercase; }
.story-card-featured .story-label { color: var(--teal-light); }
.story-card h3 { margin: 0 0 18px; color: var(--navy); font-family: var(--display); font-size: 29px; font-weight: 500; line-height: 1.2; }
.story-card-featured h3 { color: white; }
.story-card > p:not(.story-number):not(.story-label) { margin: 0 0 28px; color: var(--muted); }
.story-card-featured > p:not(.story-number):not(.story-label) { color: #d5dde6; }
.story-card a { margin-top: auto; color: var(--teal); font-weight: 500; }
.story-card-featured a { color: var(--teal-light); }
.story-grid-four { grid-template-columns: repeat(2, 1fr); }
.story-grid-four .story-card:nth-child(2) { border-right: 0; }
.story-grid-four .story-card:nth-child(-n+2) { border-bottom: 1px solid var(--border); }
.story-grid-four .story-card:last-child { border-right: 0; }

.ideas-section { background: var(--paper); }
.row-heading { display: flex; align-items: end; justify-content: space-between; gap: 30px; }
.ideas-grid { display: grid; grid-template-columns: 1.3fr .7fr; gap: 32px; margin-top: 56px; }
.idea-feature { min-height: 410px; display: flex; flex-direction: column; justify-content: end; padding: 52px; background: linear-gradient(145deg, rgba(6,24,47,.55), rgba(6,24,47,.96)), url("images/mondelle-about.webp") center 32%/cover; color: white; }
.idea-meta, .idea-list a span { color: var(--teal-light); font-size: 11px; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; }
.idea-feature h3 { max-width: 750px; margin: 10px 0; font-family: var(--display); font-size: clamp(34px, 4vw, 52px); font-weight: 500; line-height: 1.08; }
.idea-feature > p:not(.idea-meta) { max-width: 700px; margin: 0 0 25px; color: #e4e9ee; }
.idea-feature > span { color: var(--teal-light); font-weight: 500; }
.idea-list { display: grid; grid-template-rows: 1fr 1fr; border: 1px solid var(--border); }
.idea-list a { position: relative; display: flex; flex-direction: column; justify-content: end; padding: 38px; border-bottom: 1px solid var(--border); }
.idea-list a:last-child { border: 0; }
.idea-list strong { margin-top: 15px; color: var(--navy); font-family: var(--display); font-size: 24px; font-weight: 500; line-height: 1.25; }
.idea-list em { position: absolute; right: 30px; top: 28px; color: var(--teal); font-style: normal; font-size: 24px; }

.principles-section { background: var(--paper); }
.belief-grid { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 30px; border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); }
.belief-grid article { min-height: 280px; padding: 36px; border-right: 1px solid var(--border); display: flex; flex-direction: column; }
.belief-grid article:last-child { border: 0; }
.belief-grid article > span { color: var(--gold); font-family: var(--display); font-size: 20px; }
.belief-grid h3 { margin: 44px 0 16px; color: var(--navy); font-family: var(--display); font-size: 30px; font-weight: 500; line-height: 1.18; }
.belief-grid p { margin: 0; color: var(--muted); }
.belief-link { margin-top: auto; padding-top: 24px; color: var(--teal); font-size: 14px; font-weight: 600; }
.belief-link:hover { color: var(--merlot); }
.availability-section { padding: 76px 0; background: linear-gradient(105deg, #06172d, #0b294c); color: white; }
.availability-inner { display: grid; grid-template-columns: .45fr 1.3fr auto; align-items: center; gap: clamp(32px, 6vw, 90px); }
.availability-inner .section-kicker { margin: 0; color: #62dada; }
.availability-inner > p:not(.section-kicker) { margin: 0; color: #e0e7ee; font-family: var(--display); font-size: clamp(22px, 2.4vw, 31px); line-height: 1.4; }
.availability-inner .text-link { white-space: nowrap; }

.speaking-section { display: grid; grid-template-columns: 48% 52%; min-height: 460px; background: var(--merlot); color: white; }
.speaking-photo { overflow: hidden; }
.speaking-photo img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 24%; filter: saturate(.78); }
.speaking-copy { display: flex; flex-direction: column; justify-content: center; align-items: flex-start; padding: 44px clamp(42px, 6vw, 96px); background: radial-gradient(circle at 95% 5%, rgba(216,155,50,.2), transparent 28%), var(--merlot); }
.speaking-copy .section-kicker { color: #f0bd64; }
.speaking-copy h2 { color: white; }
.speaking-copy p:not(.section-kicker) { max-width: 580px; margin: 16px 0 20px; color: #f7e9ed; font-size: 17px; }
.conversation-types { display: flex; flex-wrap: wrap; gap: 8px 22px; margin: 0 0 22px; color: #f0bd64; font-size: 12px; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; }
.conversation-types span + span::before { content: "·"; margin-right: 22px; color: rgba(255,255,255,.55); }
.button-light { border-color: white; color: white; }
.button-light:hover { background: white; color: var(--merlot); }

.connect-section { background: var(--cream); }
.connect-grid { display: grid; grid-template-columns: .95fr 1.05fr; gap: clamp(44px, 7vw, 105px); align-items: start; }
.connect-grid > div > p:not(.section-kicker) { max-width: 550px; color: var(--muted); font-size: 18px; }
.connect-links { display: flex; flex-wrap: wrap; gap: 24px; margin-top: 35px; color: var(--teal); font-weight: 500; }
.connect-signature { width: min(100%, 450px); margin: 32px 0 0; overflow: hidden; border: 1px solid rgba(7,26,50,.12); box-shadow: 0 14px 32px rgba(7,26,50,.12); }
.connect-signature img { width: 100%; height: auto; }
.contact-form { display: grid; gap: 16px; }
.contact-form label { display: grid; gap: 3px; color: var(--navy); font-size: 15px; font-weight: 600; }
.contact-form input, .contact-form textarea { width: 100%; padding: 8px 2px 10px; border: 0; border-bottom: 1px solid #a99f92; border-radius: 0; background: transparent; color: var(--navy); font-size: 17px; line-height: 1.4; resize: vertical; }
.contact-form textarea { min-height: 88px; }
.contact-form input:focus, .contact-form textarea:focus { outline: 0; border-color: var(--teal); box-shadow: 0 1px var(--teal); }
.contact-form button { min-height: 50px; justify-self: start; margin-top: 6px; padding-inline: 26px; font-size: 16px; }
.site-footer { padding: 46px 0; background: #051427; color: #c9d2dd; }
.footer-inner { display: grid; grid-template-columns: auto 1fr auto auto; align-items: end; gap: 45px; }
.footer-brand { align-items: flex-end; color: white; }
.footer-brand .brand-name { padding-bottom: 3px; }
.footer-brand .brand-monogram { color: #d3a2ad; }
.footer-inner p, .footer-inner small { margin: 0; font-size: 12px; }
.footer-inner nav { display: flex; gap: 24px; font-size: 12px; }
.footer-inner nav a:hover { color: white; }

@media (max-width: 1100px) {
  :root { --header-height: 70px; }
  .shell { width: min(calc(100% - 40px), var(--shell)); }
  .brand-name { font-size: 22px; }
  .primary-nav { gap: 20px; }
  .hero-section, .hero-grid { min-height: 650px; }
  .hero-grid { grid-template-columns: 58% 42%; }
  .hero-copy { padding-left: 0; }
  .hero-portrait { height: 580px; }
  .founder-section { grid-template-columns: 1fr 1fr; }
  .metrics-grid { grid-template-columns: repeat(2, 1fr); }
  .metric:nth-child(2) { border-right: 0; }
  .metric:nth-child(-n+2) { border-bottom: 1px solid rgba(205,156,69,.65); }
  .story-card { padding: 34px; }
  .footer-inner { grid-template-columns: 1fr auto; }
  .footer-inner > p { display: none; }
}

@media (max-width: 820px) {
  .menu-toggle { display: block; position: relative; z-index: 2; }
  .menu-toggle[aria-expanded="true"] > span:nth-child(2) { transform: translateY(7px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] > span:nth-child(3) { opacity: 0; }
  .menu-toggle[aria-expanded="true"] > span:nth-child(4) { transform: translateY(-7px) rotate(-45deg); }
  .primary-nav { position: fixed; inset: var(--header-height) 0 auto; max-height: 0; overflow: hidden; display: grid; gap: 0; background: var(--paper); transition: max-height .35s ease; box-shadow: 0 25px 40px rgba(7,26,50,.15); }
  .primary-nav.open { max-height: calc(100vh - var(--header-height)); }
  .primary-nav > a:not(.nav-arrow) { padding: 17px 28px; border-bottom: 1px solid var(--border); }
  .nav-arrow { width: auto; margin: 18px 28px 26px; }
  .hero-section { min-height: auto; }
  .hero-backdrop { display: none; }
  .hero-grid { width: 100%; min-height: auto; grid-template-columns: 1fr; }
  .hero-copy { order: 2; max-width: none; padding: 42px 24px 54px; background: var(--paper); }
  .hero-copy h1 { font-size: clamp(54px, 13vw, 78px); }
  .hero-positioning { font-size: clamp(27px, 7vw, 36px); }
  .hero-portrait { order: 1; height: min(68vh, 650px); margin-top: 0; background: #ebe5dc; }
  .hero-portrait img { width: 100%; height: 100%; object-position: center 14%; -webkit-mask-image: none; mask-image: none; }
  .founder-section { grid-template-columns: 1fr; }
  .founder-visual { min-height: 390px; }
  .founder-story { padding: 65px 28px; }
  .about-grid, .connect-grid, .ideas-grid { grid-template-columns: 1fr; }
  .about-grid, .connect-grid { gap: 45px; }
  .story-grid { grid-template-columns: 1fr; }
  .story-grid-four .story-card { border-right: 0; border-bottom: 1px solid var(--border); }
  .story-card { min-height: 350px; border-right: 0; border-bottom: 1px solid var(--border); }
  .speaking-section { grid-template-columns: 1fr; }
  .speaking-photo { height: 520px; }
  .speaking-copy { padding: 54px 28px; }
  .belief-grid { grid-template-columns: 1fr; }
  .belief-grid article { min-height: 270px; border-right: 0; border-bottom: 1px solid var(--border); }
  .belief-grid article:last-child { border-bottom: 0; }
  .belief-grid h3 { margin-top: 42px; }
  .availability-inner { grid-template-columns: 1fr; }
}

@media (max-width: 580px) {
  .shell { width: min(calc(100% - 32px), var(--shell)); }
  .brand { gap: 10px; }
  .brand-monogram { width: 42px; font-size: 28px; }
  .brand-monogram::after { left: 22px; height: 37px; }
  .brand-name { font-size: 19px; }
  .section-pad { padding: 46px 0; }
  .hero-portrait { height: 470px; }
  .company-strip { position: static; padding: 18px 0; }
  .company-strip .shell { display: grid; grid-template-columns: repeat(2, 1fr); justify-items: center; gap: 20px; }
  .company-strip .org-logo { max-width: 125px; }
  .company-strip .org-logo-isc { height: 38px; }
  .company-strip .org-logo-pdi { height: 25px; }
  .company-strip .org-logo-gasbuddy { height: 48px; }
  .company-strip .org-logo-uofr { height: 33px; }
  .connect-signature { width: min(100%, 390px); margin-top: 28px; }
  .hero-actions { display: grid; }
  .hero-actions .button { width: 100%; justify-content: space-between; }
  .founder-visual { min-height: 300px; padding-inline: 12px; }
  .browser-frame { width: 100%; }
  .founder-story h2 { font-size: 50px; }
  .metrics-grid { width: 100%; grid-template-columns: 1fr 1fr; }
  .metric { min-height: 120px; flex-direction: column; gap: 8px; padding: 14px 8px; text-align: center; }
  .metric-icon { width: 45px; height: 45px; }
  .metric strong { font-size: 34px; }
  .thesis-section { min-height: 190px; }
  .thesis-section p { font-size: 30px; }
  .section-heading h2, .connect-section h2, .speaking-copy h2 { font-size: 43px; }
  .principles { grid-template-columns: 1fr; }
  .principles span { padding: 9px 0; border-right: 0; border-bottom: 1px solid var(--border); }
  .principles span:last-child { border: 0; }
  .story-card { padding: 30px; }
  .row-heading { align-items: flex-start; flex-direction: column; }
  .idea-feature { min-height: 500px; padding: 32px 25px; }
  .idea-feature h3 { font-size: 36px; }
  .idea-list a { min-height: 230px; padding: 28px; }
  .belief-grid article { padding: 30px 20px; }
  .speaking-photo { height: 430px; }
  .footer-inner { display: flex; flex-direction: column; align-items: flex-start; gap: 22px; }
  .footer-inner nav { flex-wrap: wrap; }
}

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