/* Shared visual system: warm paper, charcoal, and a vermilion accent. */
:root { color-scheme: light; --paper: #f7f7f2; --ink: #202923; --muted: #687068; --line: #d9ddd4; --accent: #c34a2c; --orange: #ed6b45; --font: 'Inter', 'Noto Sans JP', sans-serif; }
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 108px; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--font); font-size: 15px; line-height: 1.9; -webkit-font-smoothing: antialiased; }
body, h1, h2, h3, p { overflow-wrap: anywhere; }
h1, h2, h3, p { margin: 0; }
h1, h2, h3 { font-weight: 600; }
a { color: inherit; text-decoration: none; text-underline-offset: 5px; }
button, input, textarea { font: inherit; border-radius: 0; }
button, a, input, textarea { -webkit-tap-highlight-color: transparent; }
button { cursor: pointer; }
img { display: block; max-width: 100%; }
::selection { background: #f5c8b6; color: var(--ink); }
:focus-visible { outline: 3px solid var(--accent); outline-offset: 5px; }
[hidden] { display: none !important; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip-path: inset(50%); white-space: nowrap; border: 0; }
.skip-link { position: fixed; left: 16px; top: 8px; z-index: 100; transform: translateY(-150%); padding: 10px 20px; background: var(--ink); color: white; }
.skip-link:focus { transform: translateY(0); }
.container { width: min(1240px, calc(100% - 112px)); margin-inline: auto; }
.site-header { position: sticky; top: 0; z-index: 30; background: rgba(247,247,242,.96); border-bottom: 1px solid var(--line); backdrop-filter: blur(14px); }
.header-inner { display: flex; align-items: center; justify-content: space-between; min-height: 92px; gap: 30px; }
.brand { display: inline-flex; align-items: center; flex-shrink: 0; font-size: 23px; font-weight: 700; letter-spacing: -.055em; line-height: 1; }
.brand-period { color: var(--accent); }
.brand-symbol { width: 28px; height: 28px; position: relative; margin-right: 13px; }
.brand-symbol::before, .brand-symbol::after { content: ''; position: absolute; width: 12px; height: 23px; border: 2px solid var(--ink); transform: skewY(-25deg); }
.brand-symbol::before { top: 3px; left: 1px; }
.brand-symbol::after { top: 0; left: 12px; border-color: var(--accent); }
.site-nav { display: flex; align-items: center; gap: 34px; font-size: 12px; font-weight: 500; }
.site-nav > a { transition: color .2s; }
.site-nav > a:hover { color: var(--accent); }
.site-nav .nav-contact { display: inline-flex; align-items: center; gap: 32px; background: var(--ink); color: white; padding: 12px 20px; }
.site-nav .nav-contact:hover { background: var(--accent); color: white; }
.nav-contact span { font-size: 19px; line-height: 1; }
.menu-toggle { display: none; }
.hero { position: relative; }
.hero-grid { display: grid; grid-template-columns: 1.16fr 1fr; gap: 24px; align-items: center; min-height: 650px; padding-block: 74px 65px; }
.eyebrow { display: flex; align-items: center; gap: 13px; font-size: 10px; font-weight: 500; letter-spacing: .14em; line-height: 1.5; }
.status-dot { width: 7px; height: 7px; display: inline-block; background: var(--accent); border-radius: 50%; flex: 0 0 auto; }
.hero h1 { font-size: clamp(40px, 4.7vw, 66px); line-height: 1.5; letter-spacing: -.055em; margin: 30px 0 25px; white-space: nowrap; }
.hero h1 > span { color: var(--accent); }
.hero-description { font-size: 15px; color: #515b53; line-height: 2; }
.hero-actions { display: flex; gap: 29px; align-items: center; margin-top: 35px; }
.button { display: inline-flex; gap: 32px; justify-content: space-between; align-items: center; min-height: 54px; padding: 16px 25px; border: 1px solid transparent; font-size: 13px; font-weight: 500; transition: background .2s, transform .2s; }
.button-dark { background: var(--ink); color: white; }
.button-dark:hover { background: var(--accent); }
.button span[aria-hidden] { font-family: sans-serif; font-size: 22px; line-height: 1; }
.text-link { display: inline-flex; align-items: center; justify-content: space-between; gap: 22px; font-size: 12px; font-weight: 500; line-height: 1.7; border-bottom: 1px solid var(--ink); padding-block: 10px; transition: color .2s, border-color .2s; }
.text-link:hover { color: var(--accent); border-color: var(--accent); }
.text-link > span[aria-hidden] { font-size: 19px; font-family: sans-serif; }
.hero-visual { position: relative; width: 100%; aspect-ratio: 1.06; background-image: radial-gradient(#cdd3c7 .8px, transparent .8px); background-size: 20px 20px; isolation: isolate; }
.hero-visual::before { content: ''; position: absolute; inset: 0; background: radial-gradient(ellipse at center, transparent 40%, var(--paper) 73%); z-index: -1; }
.visual-note { position: absolute; left: 10%; top: 2%; font-size: 9px; line-height: 1.6; letter-spacing: .14em; color: var(--muted); }
.orbit { position: absolute; width: 65%; aspect-ratio: 1; }
.orbit i { position: absolute; border: 1px solid; border-radius: 50%; inset: 0; }
.orbit i:nth-child(2) { inset: 5%; }.orbit i:nth-child(3) { inset: 10%; }.orbit i:nth-child(4) { inset: 15%; }.orbit i:nth-child(5) { inset: 20%; }.orbit i:nth-child(6) { inset: 25%; }
.orbit-ai { top: 19%; left: 0; color: #9ea99c; transform: scaleY(.9); }
.orbit-human { top: 19%; right: 0; color: #db927b; transform: scaleY(.9); }
.orbit-core { position: absolute; width: 21%; aspect-ratio: 1; top: 53.5%; left: 50%; transform: translate(-50%, -50%); display: grid; place-items: center; background: radial-gradient(circle at 30% 24%, #f59268, #eb603a 68%, #cf4c28); border-radius: 50%; box-shadow: 0 14px 42px #dd61332b; }
.orbit-core span { color: #fff7ec; font-size: 49px; font-weight: 400; line-height: 1; }
.visual-label { position: absolute; display: flex; flex-direction: column; top: 72%; }
.visual-label strong { font-size: 19px; font-weight: 500; letter-spacing: .025em; }
.visual-label > span { color: var(--muted); font-size: 10px; margin-top: 2px; }
.label-ai { left: 13%; }.label-human { right: 10%; }
.visual-coordinate { position: absolute; left: 10%; right: 10%; bottom: 2%; display: flex; justify-content: space-between; font-size: 8px; letter-spacing: .13em; color: var(--muted); border-top: 1px solid var(--line); padding-top: 14px; }
.hero-bottom { display: flex; justify-content: space-between; padding-block: 24px; border-top: 1px solid var(--line); font-size: 11px; letter-spacing: .04em; color: var(--muted); }
.hero-bottom a { display: flex; gap: 20px; font-size: 9px; letter-spacing: .13em; }
.section { padding-block: 108px; }
.section-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 48px; margin-bottom: 57px; }
.section-number { color: var(--accent); letter-spacing: 0; margin-right: 3px; }
h2 { font-size: clamp(29px, 3vw, 42px); letter-spacing: -.035em; line-height: 1.55; margin-top: 22px; }
.section-intro { color: var(--muted); font-size: 14px; line-height: 2.1; max-width: 390px; padding-bottom: 5px; }
.initiatives { background: #fff; border-top: 1px solid var(--line); }
.initiative-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); }
.initiative { padding: 30px 32px 0; border-left: 1px solid var(--line); display: flex; flex-direction: column; align-items: flex-start; }
.initiative:first-child { padding-left: 0; border-left: none; }.initiative:last-child { padding-right: 0; }
.initiative-top { display: flex; width: 100%; align-items: center; justify-content: space-between; margin-bottom: 35px; }
.item-number { color: var(--accent); font-size: 13px; }
.initiative-icon { display: block; width: 40px; height: 38px; position: relative; color: var(--accent); }
.icon-build::before, .icon-build::after { content: ''; width: 21px; height: 24px; border: 1px solid; position: absolute; transform: skewY(-20deg); }
.icon-build::before { top: 9px; left: 0; }.icon-build::after { top: 2px; left: 13px; background: #fff9f5; }
.icon-tool { background: linear-gradient(currentColor,currentColor) 5px 7px/27px 1px no-repeat, linear-gradient(currentColor,currentColor) 5px 19px/27px 1px no-repeat, linear-gradient(currentColor,currentColor) 5px 31px/27px 1px no-repeat; }
.icon-tool::before, .icon-tool::after { content: ''; width: 5px; height: 5px; border: 1px solid; background: white; position: absolute; left: 12px; top: 4px; }
.icon-tool::after { left: 24px; top: 16px; }
.icon-dialogue::before, .icon-dialogue::after { content: ''; width: 25px; height: 25px; border: 1px solid; border-radius: 50%; position: absolute; top: 2px; left: 0; }
.icon-dialogue::after { top: 11px; left: 13px; }
.small-label { font-size: 9px; letter-spacing: .09em; line-height: 1.7; color: var(--muted); }
.initiative h3 { font-size: 24px; letter-spacing: -.04em; line-height: 1.6; margin: 14px 0 18px; }
.initiative > p:not(.small-label) { font-size: 13px; color: var(--muted); line-height: 2; }
.initiative-tags { display: flex; gap: 7px; flex-wrap: wrap; margin: 23px 0 29px; }
.initiative-tags span { font-size: 10px; padding: 4px 9px; background: var(--paper); color: #596355; }
.initiative > .text-link { margin-top: auto; font-size: 11px; }
.product { margin-top: 86px; display: grid; grid-template-columns: .9fr 1.1fr; border: 1px solid var(--line); }
.product-brand { position: relative; overflow: hidden; background: #eef0e7; padding: 36px 40px; display: flex; flex-direction: column; justify-content: flex-start; }
.product-brand .small-label { display: flex; justify-content: space-between; gap: 10px; position: relative; z-index: 1; }
.product-brand .small-label span { font-size: 10px; letter-spacing: 0; }
.product-brand > img { object-fit: contain; object-position: left; width: 260px; height: auto; margin-top: 45px; position: relative; z-index: 1; mix-blend-mode: multiply; }
.product-brand > p:not(.small-label) { font-size: 25px; font-weight: 500; line-height: 1.65; letter-spacing: -.04em; margin-top: 24px; position: relative; z-index: 1; }
.product-decoration { position: absolute; width: 210px; height: 210px; right: -58px; bottom: -38px; color: #b5c0a4; }
.product-decoration span { position: absolute; inset: 0; border: 1px solid; border-radius: 50%; }.product-decoration span:nth-child(2) { inset: 24px; }.product-decoration span:nth-child(3) { inset: 48px; }.product-decoration b { position: absolute; inset: 0; display: grid; place-items: center; font-size: 35px; font-weight: 400; }
.product-copy { padding: 36px 44px; }
.product-category { display: inline-block; color: var(--accent); font-size: 9px; letter-spacing: .13em; }
.product-copy h3 { font-size: 26px; line-height: 1.6; letter-spacing: -.035em; margin: 12px 0 18px; }
.product-copy > p { font-size: 12px; color: var(--muted); line-height: 2; }
.product-steps { padding: 0; list-style: none; display: flex; flex-wrap: wrap; gap: 16px; margin: 24px 0 17px; font-size: 10px; }
.product-steps span { color: var(--accent); margin-right: 7px; font-size: 9px; }
.philosophy { background: var(--ink); color: var(--paper); }
.philosophy-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 100px; }
.philosophy .section-number { color: #f89b77; }
.philosophy .eyebrow { color: #c0c9bf; }
.philosophy h2 { font-size: 47px; line-height: 1.65; }
.philosophy h2 span { color: #f29a79; }
.philosophy-symbol { display: inline-block; color: #f29a79; font-family: sans-serif; font-size: 62px; line-height: 1; margin-top: 36px; }
.philosophy-copy { padding-top: 46px; }
.philosophy-copy .lead { font-size: 23px; line-height: 1.65; margin-bottom: 30px; color: var(--paper); }
.philosophy-copy > p { color: #c1c9bf; font-size: 14px; line-height: 2.1; margin-bottom: 21px; }
.philosophy-signoff { display: flex; align-items: center; gap: 15px; font-size: 12px; margin-top: 33px; }
.philosophy-signoff > span { background: #ee9777; width: 28px; height: 1px; }
.profile-grid { display: grid; grid-template-columns: .82fr 1.18fr; gap: 100px; }
.profile-intro .eyebrow { font-size: 9px; color: var(--accent); }
.profile-caption { color: var(--muted); margin-top: 25px; font-size: 13px; line-height: 2; }
.profile-name { display: flex; justify-content: space-between; align-items: center; border-bottom: 1px solid var(--line); padding-bottom: 24px; margin-bottom: 27px; }
.profile-name h3 { font-size: 27px; line-height: 1.5; margin-top: 13px; }
.profile-name h3 span { font-size: 11px; color: var(--muted); font-weight: 400; display: inline-block; margin-left: 21px; letter-spacing: .025em; }
.profile-social { border: 1px solid var(--line); min-width: 52px; min-height: 44px; display: flex; align-items: center; justify-content: center; gap: 8px; font-size: 14px; }
.profile-social:hover { border-color: var(--accent); color: var(--accent); }.profile-social span { font-size: 12px; }
.profile-content > p { font-size: 13px; line-height: 2.15; color: var(--muted); margin-bottom: 17px; }
.profile-experience { display: flex; flex-wrap: wrap; gap: 18px; margin-top: 27px; font-size: 9px; letter-spacing: .08em; }.profile-experience span::before { content: '+'; margin-right: 8px; color: var(--accent); }
.books-section { padding-top: 0; }.compact { margin-bottom: 20px; }
.books-description { font-size: 13px; color: var(--muted); margin-bottom: 40px; }
.books-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 28px; }
.book { display: flex; flex-direction: column; }
.book-image { background: #e9ece3; padding: 30px; height: 272px; display: flex; align-items: center; justify-content: center; position: relative; overflow: hidden; }
.book:nth-child(2) .book-image { background: #eae8e0; }.book:nth-child(3) .book-image { background: #e6ebeb; }
.book-image img { width: auto; height: 212px; object-fit: contain; box-shadow: 7px 9px 14px #17231b22; transition: transform .3s; }
.book:hover .book-image img { transform: translateY(-5px) rotate(-2deg); }
.book-index { position: absolute; left: 17px; top: 12px; font-size: 10px; color: var(--muted); }
.book-info { display: flex; flex-direction: column; flex: 1; padding-top: 23px; }
.book-info h3 { font-size: 16px; line-height: 1.75; margin: 10px 0; }
.book-info > p:not(.small-label) { font-size: 12px; line-height: 1.9; color: var(--muted); margin-bottom: 20px; }
.book-link { display: flex; justify-content: space-between; border-top: 1px solid var(--line); font-size: 11px; padding-top: 13px; margin-top: auto; }.book-link > span[aria-hidden] { font-size: 18px; }.book:hover .book-link { color: var(--accent); }
.company-section { background: white; border-top: 1px solid var(--line); }
.company-grid { display: grid; grid-template-columns: .82fr 1.18fr; gap: 100px; }
.company-wordmark { font-size: 70px; font-weight: 700; letter-spacing: -.075em; line-height: .95; color: #e0e5dc; margin-top: 56px; }.company-wordmark span { color: #d9a18b; }
.company-table { border-collapse: collapse; width: 100%; text-align: left; font-size: 13px; line-height: 1.9; }
.company-table th, .company-table td { padding: 20px 0; border-bottom: 1px solid var(--line); vertical-align: top; }.company-table tr:first-child > * { border-top: 1px solid var(--line); }
.company-table th { font-weight: 500; width: 100px; padding-right: 24px; }.company-table td { color: #586156; }
.company-english { display: block; color: var(--muted); font-size: 11px; margin-top: 4px; }
.contact-section { background: #eeeee5; }
.contact-grid { display: grid; grid-template-columns: .82fr 1.18fr; gap: 100px; }
.contact-copy h2 { font-size: 46px; line-height: 1.5; }.contact-copy h2 > span { color: var(--accent); }
.contact-copy > p:not(.eyebrow) { font-size: 14px; color: #616859; line-height: 2.1; margin-top: 26px; }
.contact-email { display: inline-flex; gap: 28px; align-items: center; font-size: 19px; letter-spacing: -.02em; border-bottom: 1px solid #989e90; padding-block: 10px; margin-top: 32px; }.contact-email:hover { color: var(--accent); }.contact-email span { font-size: 22px; }
.email-caption { display: block; font-size: 10px; color: var(--muted); margin-top: 12px; }
.contact-form { padding-top: 1px; }
.form-note { color: var(--muted); font-size: 10px; text-align: right; margin-bottom: 18px; }.form-note > span, .required { color: var(--accent); }
.form-field { margin-bottom: 23px; }.form-field > label { display: block; font-size: 12px; margin-bottom: 10px; font-weight: 500; }.required { margin-left: 6px; font-size: 10px; }
.form-field input, .form-field textarea { display: block; width: 100%; min-height: 52px; background: #fafbf7; border: 1px solid #c8cdbf; padding: 14px 16px; font-size: 16px; color: var(--ink); line-height: 1.7; transition: border-color .2s; }.form-field textarea { resize: vertical; min-height: 160px; }.form-field input:focus, .form-field textarea:focus { border-color: var(--accent); }
.form-field input::placeholder, .form-field textarea::placeholder { color: #757c70; font-size: 13px; }
.privacy-agreement { display: flex; gap: 10px; align-items: flex-start; font-size: 11px; line-height: 1.9; }.privacy-agreement input { width: 17px; height: 17px; flex: 0 0 auto; margin: 2px 0 0; accent-color: var(--ink); }.privacy-agreement a { text-decoration: underline; }.privacy-agreement a:hover { color: var(--accent); }
.form-status { font-size: 12px; line-height: 1.8; margin-top: 18px; }.form-status:empty { margin-top: 0; }.form-status[data-state="error"] { color: #a32f20; }
.form-submit { width: 100%; margin-top: 26px; }.form-submit:disabled { opacity: .65; cursor: wait; }
.site-footer { padding-block: 45px 25px; background: var(--paper); }
.footer-top { display: flex; align-items: center; gap: 38px; padding-bottom: 38px; }.footer-top .brand { font-size: 22px; }.footer-top > p { font-size: 11px; color: var(--muted); }.back-top { display: flex; gap: 19px; margin-left: auto; font-size: 9px; letter-spacing: .08em; }.back-top span { font-size: 17px; line-height: 1; }
.footer-bottom { display: flex; align-items: center; justify-content: space-between; border-top: 1px solid var(--line); padding-top: 22px; color: var(--muted); }.footer-bottom small { font-size: 10px; }.footer-links { display: flex; gap: 27px; align-items: center; font-size: 10px; }.footer-links a:hover { color: var(--accent); }
/* Secondary pages */
.subpage { min-height: 100vh; display: flex; flex-direction: column; }.subpage main { flex: 1; }.simple-header-link { font-size: 12px; }.simple-header-link:hover { color: var(--accent); }
.legal { max-width: 760px; padding-block: 80px 100px; }.breadcrumb { font-size: 11px; color: var(--muted); display: flex; gap: 12px; margin-bottom: 55px; }.breadcrumb a { text-decoration: underline; }.legal h1 { font-size: clamp(27px, 4vw, 40px); line-height: 1.5; letter-spacing: -.04em; margin-top: 20px; }.legal-content { margin-top: 45px; color: #586156; font-size: 14px; line-height: 2; }.legal-content > p { margin-bottom: 22px; }.legal-content h2 { font-size: 19px; border-top: 1px solid var(--line); padding-top: 27px; margin-top: 40px; margin-bottom: 17px; color: var(--ink); }.legal-content ul { padding-left: 22px; margin-block: 12px 26px; }.legal-content li { margin-bottom: 5px; }.legal-content a { text-decoration: underline; }.legal-content .policy-date { text-align: right; border-top: 1px solid var(--line); padding-top: 24px; margin-top: 40px; font-size: 12px; color: var(--muted); }
.thanks-main { display: grid; place-items: center; padding-block: 100px; text-align: center; }.thanks-content { max-width: 600px; }.thanks-icon { width: 64px; height: 64px; border-radius: 50%; display: grid; place-items: center; border: 1px solid #a4b29b; background: #ebefe5; margin: 0 auto 33px; font-size: 27px; color: #536a42; }.thanks-content .eyebrow { justify-content: center; color: var(--accent); }.thanks-content h1 { font-size: clamp(25px, 3vw, 35px); line-height: 1.7; margin: 24px 0; letter-spacing: -.03em; }.thanks-content > p:not(.eyebrow) { color: var(--muted); font-size: 14px; line-height: 2; }.thanks-content .button { margin-top: 38px; }.thanks-contact { margin-top: 30px; font-size: 12px !important; }.thanks-contact a { text-decoration: underline; }
@media (min-width: 1500px) { .hero-grid { min-height: 720px; }.hero h1 { font-size: 68px; } }
@media (max-width: 1100px) {
  .container { width: calc(100% - 72px); }.site-nav { gap: 22px; }.hero-grid { min-height: 590px; }.hero h1 { font-size: 4.8vw; }.hero-actions { gap: 20px; }.hero-actions .button { gap: 20px; padding-inline: 20px; }.hero-actions .text-link { gap: 12px; font-size: 11px; }
  .initiative { padding-inline: 24px; }.initiative h3 { font-size: 22px; }.initiative .small-label { font-size: 8px; }
  .philosophy-grid, .profile-grid, .company-grid, .contact-grid { gap: 64px; }.philosophy h2 { font-size: 42px; }.contact-copy h2 { font-size: 40px; }.product-brand, .product-copy { padding: 30px; }.product-steps { gap: 12px; }
}
@media (max-width: 800px) {
  html { scroll-padding-top: 94px; }.container { width: calc(100% - 48px); }.header-inner { min-height: 76px; gap: 20px; flex-wrap: wrap; }.brand { font-size: 21px; }.brand-symbol { transform: scale(.9); margin-right: 9px; }
  .menu-toggle:not([hidden]) { display: inline-flex; align-items: center; gap: 13px; border: 1px solid var(--line); padding: 11px 13px; background: transparent; color: var(--ink); font-size: 11px; min-height: 44px; }
  .menu-lines { width: 16px; height: 12px; position: relative; }.menu-lines::before, .menu-lines::after { content: ''; position: absolute; height: 1px; width: 16px; background: currentColor; left: 0; transition: transform .2s; }.menu-lines::before { top: 3px; }.menu-lines::after { top: 9px; }.menu-toggle[aria-expanded="true"] .menu-lines::before { top: 6px; transform: rotate(45deg); }.menu-toggle[aria-expanded="true"] .menu-lines::after { top: 6px; transform: rotate(-45deg); }
  .site-nav { width: 100%; padding-bottom: 22px; gap: 0; display: flex; flex-direction: column; align-items: stretch; }.site-nav > a { padding: 14px 3px; border-top: 1px solid var(--line); font-size: 13px; }.site-nav .nav-contact { justify-content: space-between; margin-top: 10px; padding: 13px 18px; }
  .nav-ready .site-nav { display: none; }.nav-ready .site-nav.is-open { display: flex; }
  .hero-grid { grid-template-columns: 1fr 1fr; gap: 0; min-height: 530px; padding-block: 55px; }.hero h1 { font-size: 5.2vw; }.hero .eyebrow { font-size: 8px; letter-spacing: .06em; gap: 8px; }.hero-description { font-size: 12px; }.hero-actions { flex-direction: column; align-items: flex-start; gap: 9px; margin-top: 26px; }.hero-actions .button { min-height: 48px; padding-block: 13px; font-size: 12px; }.visual-note { font-size: 7px; }.visual-label strong { font-size: 15px; }.visual-label > span { font-size: 9px; }.visual-coordinate { font-size: 6px; }.orbit-core span { font-size: 35px; }
  .hero-bottom { font-size: 10px; }.section { padding-block: 76px; }.section-heading { gap: 30px; margin-bottom: 35px; }.section-intro { font-size: 12px; }.initiative { padding-inline: 17px; }.initiative h3 { font-size: 19px; }.initiative > p:not(.small-label) { font-size: 12px; }.initiative-tags { gap: 5px; }.initiative-tags span { font-size: 9px; padding: 3px 6px; }.initiative > .text-link { font-size: 10px; gap: 10px; }.initiative .small-label { min-height: 27px; }
  .product { margin-top: 55px; }.product-brand { padding: 24px; }.product-brand .small-label { flex-direction: column; gap: 5px; }.product-brand > p:not(.small-label) { font-size: 23px; }.product-copy { padding: 25px; }.product-copy h3 { font-size: 23px; }.product-steps { gap: 9px; }.product-copy .text-link { font-size: 11px; }
  .philosophy-grid, .profile-grid, .company-grid, .contact-grid { gap: 38px; }.philosophy h2 { font-size: 35px; }.philosophy-copy { padding-top: 37px; }.philosophy-copy .lead { font-size: 21px; }.philosophy-copy > p { font-size: 12px; }.philosophy-signoff { font-size: 11px; }.profile-intro h2 { font-size: 29px; }.profile-name h3 span { display: block; margin: 6px 0 0; }.profile-intro .eyebrow { font-size: 8px; }.profile-content > p { font-size: 12px; }
  .books-section { padding-top: 0; }.books-grid { gap: 18px; }.book-image { padding: 25px; height: 230px; }.book-image img { max-width: 100%; height: 180px; }.book-info h3 { font-size: 14px; }.book-info > p:not(.small-label) { font-size: 11px; }.book-info .small-label { font-size: 8px; }.company-grid { grid-template-columns: .65fr 1.35fr; }.company-table { font-size: 12px; }.company-table th { width: 85px; }.contact-grid { grid-template-columns: .8fr 1.2fr; }.contact-copy h2 { font-size: 34px; }.contact-copy > p:not(.eyebrow) { font-size: 12px; }.contact-email { font-size: 16px; gap: 14px; }
  .footer-top { gap: 23px; }.footer-top > p { font-size: 10px; }.legal { padding-block: 55px 76px; }
}
@media (max-width: 600px) {
  .container { width: calc(100% - 40px); }.header-inner { min-height: 72px; }.hero-grid { display: flex; flex-direction: column; align-items: stretch; padding-block: 45px 26px; }.hero .eyebrow { font-size: 8px; letter-spacing: .09em; }.hero h1 { font-size: clamp(33px, 8.6vw, 48px); margin: 23px 0 20px; line-height: 1.5; letter-spacing: -.06em; }.hero-description { font-size: 13px; line-height: 2; }.desktop-break { display: none; }.hero-actions { flex-direction: row; align-items: center; gap: 22px; margin-top: 25px; }.hero-actions .button { padding-inline: 17px; font-size: 11px; gap: 20px; }.hero-actions .text-link { font-size: 10px; gap: 12px; }
  .hero-visual { width: min(100%, 390px); margin: 34px auto 0; aspect-ratio: 1.35; }.visual-note { top: 1%; left: 5%; }.orbit { width: 58%; }.orbit-ai { left: 6%; top: 10%; }.orbit-human { right: 6%; top: 10%; }.orbit-core { width: 17%; top: 49.15%; }.visual-label { top: 71%; }.visual-label strong { font-size: 16px; }.label-ai { left: 15%; }.label-human { right: 12%; }.visual-coordinate { left: 6%; right: 6%; bottom: -3%; padding-top: 9px; font-size: 7px; }.hero-bottom { margin-top: 18px; padding-block: 20px; gap: 15px; }.hero-bottom > p { font-size: 9px; letter-spacing: 0; }.hero-bottom a { font-size: 8px; gap: 9px; }
  .section { padding-block: 65px; }.eyebrow { font-size: 9px; gap: 10px; }h2 { font-size: 30px; margin-top: 18px; }.section-heading { display: block; margin-bottom: 34px; }.section-intro { margin-top: 24px; font-size: 13px; }.section-intro br { display: none; }
  .initiative-grid { grid-template-columns: 1fr; }.initiative, .initiative:first-child, .initiative:last-child { padding: 27px 0 32px; border-left: 0; border-top: 1px solid var(--line); }.initiative:last-child { padding-bottom: 0; }.initiative-top { margin-bottom: 15px; }.initiative .small-label { min-height: 0; font-size: 9px; }.initiative h3 { font-size: 23px; margin: 9px 0 15px; }.initiative h3 br { display: none; }.initiative > p:not(.small-label) { font-size: 13px; }.initiative-tags { margin: 18px 0 12px; }.initiative-tags span { font-size: 10px; padding: 4px 9px; }.initiative > .text-link { font-size: 11px; }
  .product { display: block; margin-top: 45px; }.product-brand { min-height: 275px; padding: 27px; }.product-brand .small-label { flex-direction: row; }.product-brand > img { width: 235px; max-width: 90%; margin-top: 34px; }.product-brand > p:not(.small-label) { font-size: 23px; margin-top: 20px; }.product-decoration { width: 180px; height: 180px; right: -45px; bottom: -38px; }.product-copy { padding: 28px; }.product-copy h3 { font-size: 25px; }.product-copy > p { font-size: 12px; }.product-steps { gap: 13px; font-size: 10px; }
  .philosophy-grid, .profile-grid, .company-grid, .contact-grid { display: block; }.philosophy h2 { font-size: 37px; line-height: 1.55; }.philosophy-symbol { display: none; }.philosophy-copy { padding-top: 32px; }.philosophy-copy .lead { font-size: 22px; margin-bottom: 23px; }.philosophy-copy > p { font-size: 13px; }.philosophy-signoff { font-size: 12px; }
  .profile-intro h2 { font-size: 30px; }.profile-caption { margin-top: 18px; font-size: 13px; }.profile-content { margin-top: 38px; }.profile-name h3 { font-size: 27px; }.profile-name h3 span { display: inline-block; margin-left: 18px; }.profile-content > p { font-size: 13px; }.profile-experience { gap: 16px; font-size: 8px; }
  .books-section { padding-top: 0; }.books-section .compact { display: flex; align-items: flex-end; gap: 15px; margin-bottom: 20px; }.books-section .compact h2 { font-size: 29px; }.books-section .compact .text-link { font-size: 10px; gap: 10px; white-space: nowrap; }.books-section .eyebrow { font-size: 8px; }.books-description { font-size: 12px; margin-bottom: 30px; }
  .books-grid { grid-template-columns: 1fr; gap: 32px; }.book { display: grid; grid-template-columns: 125px 1fr; gap: 20px; }.book-image { height: 194px; padding: 22px 16px; }.book-image img { width: 92px; height: auto; max-height: 155px; }.book-index { left: 8px; top: 3px; font-size: 8px; }.book-info { padding-top: 0; }.book-info h3 { font-size: 14px; line-height: 1.7; margin: 8px 0; }.book-info .small-label { font-size: 7px; letter-spacing: .025em; }.book-info > p:not(.small-label) { font-size: 10px; margin-bottom: 13px; }.book-link { padding-top: 9px; font-size: 10px; }
  .company-wordmark { display: none; }.company-table { margin-top: 32px; font-size: 12px; }.company-table th { width: 82px; padding-right: 15px; }.company-table th, .company-table td { padding-block: 18px; }
  .contact-copy h2 { font-size: 39px; }.contact-copy > p:not(.eyebrow) { font-size: 13px; margin-top: 22px; }.contact-email { font-size: 20px; margin-top: 20px; gap: 28px; }.contact-form { margin-top: 42px; }.form-note { margin-bottom: 16px; }.form-field { margin-bottom: 22px; }.form-field input, .form-field textarea { padding: 13px 14px; }.form-submit { min-height: 56px; }
  .site-footer { padding-top: 35px; }.footer-top { flex-wrap: wrap; gap: 20px 15px; padding-bottom: 27px; }.footer-top > p { width: 100%; order: 3; }.back-top { font-size: 8px; gap: 12px; }.footer-bottom { align-items: flex-start; flex-direction: column-reverse; gap: 20px; }.footer-links { gap: 25px; font-size: 10px; }
  .legal { padding-block: 36px 65px; }.breadcrumb { font-size: 10px; margin-bottom: 36px; }.legal-content { margin-top: 30px; font-size: 13px; }.legal-content h2 { font-size: 18px; }.legal h1 { font-size: 26px; }.simple-header-link { font-size: 11px; }.thanks-main { padding-block: 65px; }.thanks-content h1 { font-size: 26px; }.thanks-content > p:not(.eyebrow) { font-size: 13px; }
}
@media (max-width: 360px) { .hero-actions { gap: 13px; }.hero-actions .button { padding-inline: 13px; gap: 13px; }.hero-actions .text-link { font-size: 9px; gap: 8px; }.book { grid-template-columns: 106px 1fr; gap: 14px; }.book-image { padding-inline: 12px; }.books-section .compact { flex-wrap: wrap; }.product-steps { gap: 9px; font-size: 9px; }.product-copy { padding: 23px; } }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; }*, *::before, *::after { transition: none !important; animation: none !important; } }
@media print { .site-header { position: static; }.site-nav, .menu-toggle, .hero-visual, .hero-actions, .hero-bottom a, .contact-form, .back-top { display: none !important; }.container { width: 100%; }.hero-grid { display: block; min-height: 0; padding-block: 30px; }.section { padding-block: 35px; }.philosophy { background: white; color: #202923; }.philosophy-copy > p, .philosophy-copy .lead { color: #202923; }.initiative, .book, .product, tr { break-inside: avoid; } }
