:root {
  --ink: #242521;
  --muted: #505a60;
  --accent: #c93425;
  --brand: #ed4933;
  --line: #d4d7d7;
  --wash: #f4f3ef;
  --font: "Hiragino Kaku Gothic ProN", "Noto Sans JP", "Yu Gothic", Meiryo, sans-serif;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 118px; }
body { margin: 0; background: #fff; color: var(--ink); font: 18px/1.75 var(--font); }
h1, h2, h3, p, figure { margin: 0; }
h1, h2, h3 { font-weight: 700; line-height: 1.5; letter-spacing: .01em; overflow-wrap: anywhere; }
h1 { font-size: clamp(32px, 3.3vw, 46px); }
h2 { font-size: 30px; }
h3 { font-size: 21px; }
p, dd, td { overflow-wrap: anywhere; }
a { color: inherit; text-underline-offset: 5px; text-decoration-thickness: 1px; }
a:hover { color: var(--accent); }
a, button, summary { touch-action: manipulation; }
button, input, textarea, select { font: inherit; }
button { cursor: pointer; }
img { display: block; max-width: 100%; height: auto; }
small { font-size: 16px; }
ul, ol { padding: 0; margin: 0; }
[hidden] { display: none !important; }
:focus-visible { outline: 3px solid #245fa7; outline-offset: 5px; }
.wrap { width: calc(100% - 80px); max-width: 1200px; margin-inline: auto; }
.measure { max-width: 38em; }
.quiet, .under-note { color: var(--muted); font-size: 16px; }
.spaced { margin-top: 24px; }
.kicker, .section-label { color: var(--accent); font-size: 17px; font-weight: 700; }
.kicker { margin-bottom: 20px; }
.section-label { font-size: 16px; margin-bottom: 10px; }
.visually-hidden, .contact-form legend { position: absolute; width: 1px; height: 1px; overflow: hidden; clip-path: inset(50%); white-space: nowrap; }
.skip-link { position: fixed; z-index: 1000; left: 20px; top: -100px; padding: 12px; background: #fff; color: var(--ink); }
.skip-link:focus { top: 10px; }
.site-header { position: sticky; top: 0; z-index: 100; background: #fff; border-bottom: 1px solid var(--line); }
.header-inner { display: flex; align-items: center; gap: 32px; min-height: 92px; }
.logo { font: 700 34px/1.1 Arial, sans-serif; letter-spacing: .04em; text-decoration: none; margin-right: auto; }
.logo small { display: block; margin-top: 7px; font-size: 11px; font-weight: 400; letter-spacing: .055em; }
.header-nav ul { display: flex; list-style: none; gap: 28px; align-items: center; }
.header-nav a { display: flex; align-items: center; min-height: 48px; text-decoration: none; font-size: 16px; }
.header-nav a[aria-current], .header-contact[aria-current] { font-weight: 700; text-decoration: underline; }
.header-contact { display: flex; align-items: center; min-height: 48px; border-bottom: 2px solid var(--accent); color: var(--accent); font-size: 16px; font-weight: 700; text-decoration: none; }
.button { display: inline-flex; justify-content: center; align-items: center; gap: 20px; min-height: 52px; padding: 12px 23px; background: var(--accent); color: #fff; border: 1px solid var(--accent); border-radius: 3px; font-size: 17px; font-weight: 700; line-height: 1.5; text-align: center; text-decoration: none; cursor: pointer; }
.button:hover { background: #85271e; color: #fff; }
.button.light { background: #fff; color: var(--accent); }
.button:disabled { cursor: default; background: #6b7379; border-color: #6b7379; }
.text-action { display: inline-flex; align-items: center; gap: 12px; min-height: 48px; font-size: 17px; font-weight: 700; }
.actions { display: flex; align-items: center; flex-wrap: wrap; gap: 20px; margin-top: 24px; }
.event-figure { margin: 0; }
.event-figure picture { display: block; }
.event-figure img { width: 100%; }
.event-figure figcaption { margin-top: 10px; color: var(--muted); font-size: 16px; }
.guide-links { list-style: none; border-top: 1px solid var(--line); margin-top: 18px; }
.guide-links a { display: flex; justify-content: space-between; align-items: center; gap: 14px; min-height: 56px; padding: 12px 0; border-bottom: 1px solid var(--line); font-size: 17px; font-weight: 700; text-decoration: none; }
.guide-links a span { color: var(--accent); }
.chapter { padding: 48px 0; border-top: 1px solid var(--line); }
.chapter-head { display: grid; grid-template-columns: .78fr 1.5fr; gap: 60px; margin-bottom: 28px; }
.chapter-head p { max-width: 38em; }
.terms { width: 100%; border-collapse: collapse; font-size: 18px; text-align: left; }
.terms caption { text-align: left; font-size: 16px; color: var(--muted); padding-bottom: 14px; }
.terms th, .terms td { padding: 20px 22px; vertical-align: top; border-bottom: 1px solid var(--line); }
.terms thead th { background: var(--wash); font-size: 16px; font-weight: 700; border-top: 1px solid var(--line); }
.terms tbody th { width: 24%; font-weight: 700; }
.terms th:last-child { width: 32%; }
.table-label { display: none; }
.under-note { margin-top: 16px; max-width: 48em; }
.responsibility { display: grid; grid-template-columns: 1fr 1fr; gap: 44px; }
.responsibility h3 { padding-bottom: 14px; border-bottom: 2px solid var(--ink); margin-bottom: 14px; }
.plain-list { padding-left: 1.2em; }
.plain-list li { padding: 5px 0; }
.venue-summary { display: grid; grid-template-columns: 1fr 1fr; gap: 30px; align-items: center; }
.responsibility + .venue-summary { margin-top: 30px; }
.venue-summary h3 { margin-bottom: 12px; }
.venue-summary .quiet { margin-top: 14px; }
.venue-plan { padding: 24px; background: var(--wash); }
.plan-label { font-size: 16px; margin-bottom: 15px; }
.plan-grid { display: grid; grid-template-columns: 1fr .6fr; gap: 12px; text-align: center; font-size: 16px; font-weight: 700; }
.stage { background: var(--ink); color: #fff; padding: 16px; }
.backstage { border: 1px solid #90999d; padding: 16px 6px; background: #fff; }
.audience { border: 1px dashed #758087; padding: 27px 10px; background: #fff; }
.queue { background: #e2e7e8; display: grid; place-items: center; }
.passage { grid-column: 1 / -1; padding: 6px; }
.company-note { border-top: 1px solid var(--line); padding: 34px 0; }
.company-note h2 { font-size: 23px; margin-bottom: 16px; }
.company-note p { max-width: 46em; }
.company-note .text-action { margin-top: 16px; }
.contact-area { padding: 38px; background: var(--wash); display: grid; grid-template-columns: 1.1fr 1fr; gap: 45px; margin: 24px 0 48px; border-top: 3px solid var(--accent); }
.contact-area h2 { margin-bottom: 16px; }
.contact-area p { font-size: 17px; }
.channels { display: flex; flex-direction: column; align-items: flex-start; gap: 13px; }
.channels .button { width: 100%; }
.phone { font: 700 26px/1.5 var(--font); text-decoration: none; }
.footer { border-top: 1px solid var(--line); padding: 36px 0 24px; font-size: 16px; }
.footer-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 50px; }
.footer-company { font-weight: 700; margin-bottom: 10px; }
.footer-address { color: var(--muted); }
.footer-contact { text-align: right; }
.footer-contact > a { display: inline-flex; min-height: 44px; align-items: center; }
.footer-links { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 6px 22px; list-style: none; margin-top: 14px; }
.footer-links a { display: inline-flex; align-items: center; min-height: 44px; }
.copyright { margin-top: 26px; font-size: 14px; color: var(--muted); }
.mobile-contact { display: none; }
.breadcrumb { display: flex; flex-wrap: wrap; align-items: center; gap: 12px; color: var(--muted); font-size: 16px; padding-top: 24px; }
.breadcrumb a { display: inline-flex; align-items: center; min-height: 40px; }
.page-heading { padding: 30px 0 40px; }
.page-heading .breadcrumb { padding-top: 0; margin-bottom: 26px; }
.page-heading .kicker { margin-bottom: 14px; }
.page-heading > p:not(.kicker) { margin-top: 20px; }
.service-layout { display: grid; grid-template-columns: 245px minmax(0, 1fr); gap: 52px; }
.service-index { position: sticky; top: 116px; align-self: start; border-right: 1px solid var(--line); padding-right: 25px; max-height: calc(100dvh - 132px); overflow-y: auto; }
.service-index h2 { font-size: 20px; }
.service-index .guide-links { margin: 18px 0 24px; }
.service-index .guide-links a { font-size: 16px; font-weight: 400; }
.service-index .button { width: 100%; padding-inline: 12px; font-size: 16px; }
.service-index > p { margin-top: 18px; }
.service-content { min-width: 0; }
.service-content .chapter { padding: 36px 0; }
.service-content .chapter:first-child { padding-top: 0; border: 0; }
.service-content .chapter-head { display: block; margin-bottom: 24px; }
.service-content .chapter-head h2 { font-size: 28px; margin-bottom: 16px; }
.service-content .terms th, .service-content .terms td { padding: 18px 14px; }
.service-content .responsibility { gap: 28px; }
.service-content .venue-summary { grid-template-columns: 1fr; }
.service-content .venue-plan { max-width: 520px; }
.flow { list-style: none; counter-reset: process; }
.flow li { display: grid; grid-template-columns: 38px 1fr; gap: 12px 20px; padding: 23px 0; border-bottom: 1px solid var(--line); counter-increment: process; }
.flow li::before { content: counter(process, decimal-leading-zero); color: var(--accent); font: 400 28px/1.5 Georgia, serif; }
.flow li p { grid-column: 2; max-width: 36em; }
.flow h3 { font-size: 20px; }
.example-note { margin-top: 28px; padding: 28px; background: var(--wash); border-left: 3px solid var(--accent); }
.example-note h3, .example-note > p { margin-bottom: 14px; }
.example-note > :last-child { margin-bottom: 0; }
.faq-list details { padding: 20px 0; border-bottom: 1px solid var(--line); }
.faq-list summary { padding: 7px 0; font-size: 18px; font-weight: 700; cursor: pointer; }
.faq-list summary::marker { color: var(--accent); }
.faq-list details p { padding-top: 16px; }
.service-content .contact-area { display: block; padding: 30px; }
.service-content .channels { margin-top: 24px; }
.service-content .channels .button { width: auto; }
.company-profile { max-width: 970px; margin: 0; }
.company-profile > div { display: grid; grid-template-columns: 180px 1fr; gap: 28px; padding: 20px 0; border-bottom: 1px solid var(--line); }
.company-profile dt { font-weight: 700; }
.company-profile dd { margin: 0; }
.legal-copy { max-width: 40em; margin: 0 auto 54px; }
.legal-copy h2 { font-size: 25px; margin: 32px 0 16px; }
.legal-copy h3 { font-size: 20px; margin: 24px 0 12px; }
.contact-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; padding: 16px 0 32px; }
.contact-layout h2 { font-size: 25px; margin-bottom: 20px; }
.channel { padding: 20px 0; border-top: 1px solid var(--line); }
.channel h3 { font-size: 18px; margin-bottom: 12px; }
.email-address { font-size: clamp(19px, 2.2vw, 26px); font-weight: 700; overflow-wrap: anywhere; }
.channel .quiet { margin-top: 10px; }
.inquiry-guide { padding: 30px; background: var(--wash); }
.inquiry-guide .text-action { margin-top: 18px; }
.contact-privacy { margin: 26px 0 42px; font-size: 16px; }
.contact-form { margin-top: 24px; max-width: 48em; }
.contact-form:not([data-unconfigured]) { margin: 35px auto; padding: 34px; border: 1px solid var(--line); }
.contact-form fieldset { padding: 0; border: 0; margin: 0; min-width: 0; }
.contact-form h2 { margin: 0 0 20px; font-size: 28px; }
.form-intro { margin-bottom: 24px; }
.field { margin-bottom: 24px; }
.field label { display: block; font-size: 18px; font-weight: 700; margin-bottom: 9px; }
.field .hint { font-size: 16px; font-weight: 400; color: var(--muted); }
.field input, .field textarea, .field select { width: 100%; min-height: 52px; padding: 12px; border: 1px solid #737f86; background: #fff; color: var(--ink); font-size: 18px; border-radius: 3px; line-height: 1.75; }
.field input::placeholder, .field textarea::placeholder { color: #57646b; }
.field textarea { min-height: 160px; resize: vertical; }
.field [aria-invalid="true"] { border: 2px solid var(--accent); }
.field input:disabled, .field textarea:disabled { background: var(--wash); color: var(--muted); }
.field-error { color: var(--accent); font-size: 16px; margin-top: 6px; }
.field-error:empty { display: none; }
.hp-field { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }
.optional-fields { padding: 20px 0; margin: 10px 0 24px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.optional-fields summary { min-height: 36px; padding-block: 4px; cursor: pointer; font-size: 18px; font-weight: 700; }
.optional-fields summary span { margin-left: 12px; color: var(--muted); font-size: 16px; font-weight: 400; }
.optional-fields-inner { padding-top: 24px; }
.contact-form .button { margin-top: 24px; width: 100%; }
.contact-form[data-complete] .form-intro { display: none; }
.form-status { padding: 16px 20px; margin-bottom: 24px; border-left: 3px solid var(--accent); background: var(--wash); font-size: 18px; overflow-wrap: anywhere; }
.form-status[data-kind="error"] { color: #922819; }
.form-status[data-kind="success"] { border-color: #245b32; color: #194725; }
.contact-form[data-unconfigured] .form-status { padding: 0; border: 0; background: none; font-size: 16px; color: var(--muted); }
@media (max-width: 1050px) {
  .wrap { width: calc(100% - 48px); }
  .header-inner { gap: 24px; }
  .header-nav ul { gap: 20px; }
  .logo small { display: none; }
  .chapter-head { gap: 34px; }
  .service-layout { grid-template-columns: 205px 1fr; gap: 30px; }
  .contact-area { padding: 30px; }
  .contact-layout { gap: 32px; }
}
@media (max-width: 760px) {
  html { scroll-padding-top: 24px; scroll-padding-bottom: calc(90px + env(safe-area-inset-bottom)); }
  .wrap { width: calc(100% - 36px); }
  .site-header { position: static; }
  .header-inner { display: grid; grid-template-columns: 1fr auto; gap: 8px 20px; padding-block: 18px 10px; }
  .logo { font-size: 29px; }
  .header-nav { grid-row: 2; grid-column: 1 / -1; }
  .header-nav ul { justify-content: space-between; gap: 8px; }
  .header-nav a { min-height: 44px; font-size: 16px; }
  .header-contact { min-height: 44px; grid-column: 2; grid-row: 1; }
  .kicker { font-size: 16px; margin-bottom: 16px; }
  .guide-links a { min-height: 54px; }
  .chapter { padding: 32px 0; }
  .chapter-head { display: block; margin-bottom: 22px; }
  .chapter-head h2 { font-size: 27px; margin-bottom: 16px; }
  .terms, .terms tbody, .terms tr, .terms td, .terms th { display: block; width: 100% !important; }
  .terms caption:not(.visually-hidden) { display: block; width: 100%; padding-bottom: 0; }
  .terms thead { position: absolute; width: 1px; height: 1px; overflow: hidden; clip-path: inset(50%); white-space: nowrap; }
  .terms tr { padding: 18px 0; border-bottom: 1px solid var(--line); }
  .terms tbody th { padding: 0 0 10px; border: 0; font-size: 19px; }
  .terms tbody td { padding: 0; border: 0; font-size: 18px; }
  .terms tbody td + td { margin-top: 10px; }
  .table-label { display: inline; font-weight: 700; }
  .responsibility, .venue-summary { grid-template-columns: 1fr; gap: 26px; }
  .venue-plan { padding: 20px; }
  .plan-grid { gap: 10px; }
  .company-note h2 { font-size: 22px; }
  .contact-area { display: block; padding: 24px 20px; margin: 18px 0 30px; }
  .contact-area h2 { font-size: 27px; }
  .channels { margin-top: 24px; align-items: stretch; }
  .phone { font-size: 25px; }
  .footer-grid { display: block; }
  .footer-contact { text-align: left; margin-top: 22px; }
  .footer-links { justify-content: flex-start; gap: 6px 20px; }
  .with-mobile-contact { padding-bottom: calc(76px + env(safe-area-inset-bottom)); }
  .mobile-contact { position: fixed; z-index: 90; bottom: 0; left: 0; right: 0; display: flex; justify-content: center; padding: 9px 18px calc(9px + env(safe-area-inset-bottom)); border-top: 1px solid var(--line); background: #fff; }
  .mobile-contact .button { min-height: 48px; padding: 10px 18px; width: 100%; max-width: 440px; font-size: 16px; }
  .breadcrumb { padding-top: 18px; }
  .page-heading { padding: 24px 0 30px; }
  .page-heading h1 { font-size: 31px; }
  .page-heading .breadcrumb { margin-bottom: 18px; }
  .service-layout { display: block; }
  .service-index { position: static; max-height: none; overflow: visible; border: 0; padding: 0 0 26px; }
  .service-index .guide-links { display: grid; grid-template-columns: 1fr 1fr; gap: 0 18px; margin-bottom: 0; }
  .service-index .guide-links a { min-height: 54px; font-size: 16px; }
  .service-index > .button, .service-index > p { display: none; }
  .service-content .chapter { padding: 30px 0; }
  .service-content .chapter-head h2 { font-size: 26px; }
  .service-content .terms th, .service-content .terms td { padding: 0; }
  .service-content .terms tbody th { padding-bottom: 10px; }
  .service-content .contact-area { padding: 24px 20px; }
  .service-content .channels .button { width: 100%; }
  .flow li { gap: 10px 14px; grid-template-columns: 34px 1fr; }
  .flow h3 { font-size: 20px; }
  .example-note { padding: 24px 20px; }
  .company-profile > div { display: block; padding: 18px 0; }
  .company-profile dd { margin-top: 9px; }
  .legal-copy { margin-bottom: 36px; }
  .legal-copy h2 { font-size: 24px; }
  .contact-layout { display: block; padding-top: 0; }
  .contact-layout h2 { font-size: 25px; }
  .inquiry-guide { margin-top: 28px; padding: 24px 20px; }
  .contact-form:not([data-unconfigured]) { padding: 24px 18px; }
  .contact-form h2 { font-size: 26px; }
  .form-status { padding: 14px; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }
@media print {
  body, .with-mobile-contact { padding: 0; font-size: 12pt; }
  .site-header { position: static; }
  .header-inner { min-height: 0; padding: 0 0 12pt; }
  .header-nav, .header-contact, .mobile-contact, .service-index, .contact-form, .skip-link { display: none !important; }
  .wrap { width: 100%; max-width: none; }
  .service-layout { display: block; }
  .chapter, .service-content .chapter { padding: 18pt 0; }
  .chapter-head { display: block; }
  .chapter-head p { margin-top: 12pt; }
  h1, h2, h3 { break-after: avoid; }
  .terms { display: table; }
  .terms caption:not(.visually-hidden) { display: table-caption; width: auto; }
  .terms thead { display: table-header-group; position: static; clip-path: none; width: auto; height: auto; white-space: normal; }
  .terms tbody { display: table-row-group; }
  .terms tr { display: table-row; break-inside: avoid; }
  .terms th, .terms td { display: table-cell; width: auto !important; padding: 12pt !important; border-bottom: 1px solid var(--line); }
  .table-label { display: none; }
  .contact-area { break-inside: avoid; }
  .footer-grid { display: block; }
  .footer-contact { text-align: left; }
  .footer-links { justify-content: flex-start; }
  .event-figure { break-inside: avoid; }
}

.logo { color: var(--accent); font-size: 38px; letter-spacing: -.045em; }
.logo small { color: var(--ink); font-size: 10px; letter-spacing: .12em; margin-top: 5px; }
.header-inner { min-height: 100px; gap: 42px; }
.header-nav ul { gap: 32px; }
.header-contact { padding: 11px 23px; border: 1px solid var(--ink); border-radius: 2px; color: var(--ink); transition: background-color .2s, color .2s; }
.header-contact:hover { background: var(--ink); color: #fff; }
.header-nav a { font-weight: 500; }
.eyebrow { color: var(--accent); font: 700 15px/1.5 var(--font); letter-spacing: .06em; margin-bottom: 20px; }
.mobile-break { display: none; }
.corporate-hero { position: relative; isolation: isolate; height: clamp(640px, calc(100svh - 101px), 900px); overflow: hidden; background: #241b16; color: #fff; }
.hero-image, .hero-image img, .hero-shade { position: absolute; inset: 0; width: 100%; height: 100%; }
.hero-image img { object-fit: cover; object-position: center; }
.hero-shade { background: linear-gradient(90deg, rgba(0,0,0,.68), rgba(0,0,0,.56) 46%, rgba(0,0,0,.16) 76%, rgba(0,0,0,.04)); }
.hero-copy { position: relative; z-index: 1; height: 100%; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; padding-block: 70px 110px; }
.hero-brand { font: 500 18px/1.6 Arial, sans-serif; letter-spacing: .055em; margin-bottom: 28px; }
.corporate-hero h1 { font-size: clamp(48px, 5.2vw, 78px); line-height: 1.5; letter-spacing: .035em; color: #fff; }
.hero-description { margin-top: 32px; font-size: 19px; line-height: 1.9; }
.hero-link { display: inline-flex; align-items: center; gap: 60px; min-height: 55px; margin-top: 35px; padding: 9px 0; border-bottom: 1px solid rgba(255,255,255,.75); text-decoration: none; font-size: 17px; }
.hero-link:hover { color: #fff; border-bottom-width: 3px; }
.hero-link:focus-visible { outline-color: #fff; box-shadow: 0 0 0 7px #111; }
.hero-link span { font: 28px/1 Arial, sans-serif; }
.home-about, .home-company { padding-block: 104px; display: grid; grid-template-columns: 1fr 1fr; gap: 80px; }
.home-about h2, .home-company h2 { font-size: clamp(32px, 3.15vw, 46px); line-height: 1.7; letter-spacing: .02em; }
.home-about-copy, .home-company > div:last-child { padding-top: 44px; }
.home-about-copy p, .home-company p { line-height: 2; }
.more-link { display: inline-flex; align-items: center; justify-content: space-between; gap: 45px; min-height: 62px; border-bottom: 1px solid var(--ink); margin-top: 32px; text-decoration: none; font-size: 17px; font-weight: 700; }
.more-link span { display: inline-grid; place-items: center; width: 42px; height: 42px; background: var(--ink); color: #fff; border-radius: 50%; font: 23px/1 Arial, sans-serif; transition: transform .2s; }
.more-link:hover span { transform: translate(3px,-3px); background: var(--accent); }
.home-business { padding: 85px 0; background: var(--wash); }
.section-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 35px; margin-bottom: 42px; }
.section-heading h2 { font-size: 38px; }
.section-heading > p { font-size: 17px; }
.business-door { display: grid; grid-template-columns: 1fr 1fr; gap: 75px; padding: 54px 46px; border-top: 1px solid var(--ink); border-bottom: 1px solid var(--ink); text-decoration: none; background: #fff; transition: background-color .2s; }
.business-door:hover { background: #fff8f4; color: var(--ink); }
.business-door h3 { font-size: 34px; line-height: 1.65; }
.business-door p { font-size: 17px; line-height: 1.9; }
.door-action { display: flex; align-items: center; justify-content: space-between; gap: 24px; margin-top: 28px; color: var(--accent); font-size: 17px; font-weight: 700; }
.door-action > span { display: inline-grid; place-items: center; flex-shrink: 0; width: 58px; height: 58px; border: 1px solid currentColor; border-radius: 50%; font: 27px/1 Arial, sans-serif; }
.service-shortcuts { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 10px 30px; margin-top: 28px; font-size: 16px; align-items: center; }
.service-shortcuts > div { display: flex; gap: 26px; }
.service-shortcuts a { display: inline-flex; min-height: 44px; align-items: center; }
.page-heading { padding: 34px 0 65px; }
.page-heading .breadcrumb { margin-bottom: 45px; }
.page-name { color: var(--accent); font: 500 clamp(54px, 7.6vw, 104px)/1.12 Arial, sans-serif; letter-spacing: -.04em; }
.page-heading h1 { margin-top: 14px; font-size: 34px; }
.page-heading > p:not(.kicker):not(.page-name) { margin-top: 24px; }
.business-intro { display: grid; grid-template-columns: 1fr 1.3fr; gap: 80px; padding: 15px 0 90px; }
.business-intro h2 { font-size: 34px; line-height: 1.7; }
.business-intro p + p { margin-top: 22px; }
.featured-service { padding: 64px 0 88px; border-top: 1px solid var(--line); }
.featured-service .section-heading h2 { font-size: 27px; }
.service-feature-link { display: grid; grid-template-columns: 1.3fr 1fr; align-items: center; gap: 60px; text-decoration: none; }
.service-feature-link:hover { color: var(--ink); }
.service-feature-link:hover .door-action { text-decoration: underline; text-underline-offset: 6px; }
.service-feature-copy h3 { font-size: 31px; line-height: 1.65; margin-bottom: 24px; }
.service-feature-copy > p:not(.eyebrow) { font-size: 17px; }
.service-feature-copy .eyebrow { font-size: 16px; letter-spacing: 0; }
.about-statement { display: grid; grid-template-columns: 1fr 1.2fr; gap: 80px; padding: 20px 0 85px; }
.about-statement h2 { font: 500 clamp(33px, 3.4vw, 46px)/1.4 Arial, sans-serif; letter-spacing: -.025em; }
.about-statement h2 + p { margin-top: 24px; font-size: 20px; font-weight: 700; }
.about-copy { max-width: 39em; }
.about-copy p { line-height: 2; }
.about-copy p + p { margin-top: 26px; }
.principle { display: grid; grid-template-columns: 1fr 1.2fr; gap: 80px; padding: 65px 0; border-top: 1px solid var(--line); }
.principle h2 { font-size: 34px; }
.founder-profile { display: grid; grid-template-columns: minmax(0, 460px) 1fr; align-items: center; gap: 90px; padding: 65px 0 85px; border-top: 1px solid var(--line); }
.founder-profile figure { margin: 0; }
.founder-profile img { width: 100%; }
.founder-profile figcaption { color: var(--muted); font-size: 16px; margin-top: 12px; }
.founder-profile h2 { font-size: 34px; }
.show-opening { display: grid; grid-template-columns: 1fr 1.1fr; align-items: start; gap: 54px; margin-top: 32px; }
.show-opening > p, .show-opening > div { max-width: 36em; }
.show-opening .event-figure { max-width: 570px; }
.company-profile { max-width: none; }
.corporate-contact { background: var(--brand); padding: 60px 0; margin-top: 15px; }
.corporate-contact .wrap { display: flex; align-items: center; justify-content: space-between; gap: 50px; }
.corporate-contact .eyebrow { color: #111; }
.corporate-contact h2 { color: #fff; font-size: 42px; line-height: 1.6; }
.corporate-contact .more-link { margin-top: 0; border-color: var(--ink); color: var(--ink); background: #fff; padding: 10px 20px; min-width: 300px; border: 0; }
.corporate-contact .more-link:focus-visible { outline-color: #111; }
.footer { padding-block: 50px 25px; }
.footer-brand { color: var(--ink); font: 700 68px/1 Arial, sans-serif; letter-spacing: -.055em; text-decoration: none; display: inline-block; margin-bottom: 26px; }
.footer-company { font-size: 16px; }
.footer-grid { grid-template-columns: 1fr 1.1fr; }
@media (max-width: 1050px) {
  .header-inner { gap: 24px; }
  .header-nav ul { gap: 20px; }
  .header-contact { padding-inline: 16px; }
  .home-about, .home-company, .business-intro, .about-statement, .principle { gap: 45px; }
  .business-door { gap: 40px; padding: 38px 30px; }
  .business-door h3 { font-size: 29px; }
  .service-feature-link { gap: 30px; }
  .service-feature-copy h3 { font-size: 26px; }
  .founder-profile { gap: 55px; grid-template-columns: 1fr 1fr; }
}
@media (max-width: 760px) {
  .header-inner { min-height: 0; padding-block: 14px 7px; gap: 8px 20px; }
  .logo { font-size: 32px; }
  .header-contact { font-size: 15px; padding: 8px 15px; min-height: 42px; }
  .header-nav ul { gap: 9px; }
  .header-nav a { font-size: 15px; }
  .corporate-hero { height: 610px; max-height: 85svh; min-height: 520px; }
  .hero-image img { object-position: 58% center; }
  .hero-shade { background: rgba(0,0,0,.56); }
  .hero-copy { padding-block: 55px 80px; justify-content: center; }
  .hero-brand { font-size: 14px; letter-spacing: .02em; margin-bottom: 25px; }
  .corporate-hero h1 { font-size: clamp(34px, 9.4vw, 52px); line-height: 1.6; letter-spacing: .01em; }
  .hero-description { font-size: 17px; line-height: 1.9; margin-top: 28px; }
  .mobile-break { display: inline; }
  .hero-link { margin-top: 25px; gap: 45px; font-size: 16px; }
  .home-about, .home-company { display: block; padding-block: 58px; }
  .home-about h2, .home-company h2 { font-size: 31px; }
  .home-about-copy, .home-company > div:last-child { padding-top: 25px; }
  .eyebrow { font-size: 14px; margin-bottom: 16px; }
  .more-link { min-height: 58px; font-size: 16px; margin-top: 24px; gap: 35px; }
  .home-business { padding: 50px 0; }
  .section-heading { display: block; margin-bottom: 26px; }
  .section-heading h2 { font-size: 31px; }
  .section-heading > p { margin-top: 18px; }
  .business-door { display: block; padding: 28px 22px; }
  .business-door h3 { font-size: 26px; line-height: 1.65; }
  .business-door > div { margin-top: 22px; }
  .business-door p { font-size: 16px; }
  .door-action { font-size: 16px; }
  .door-action > span { width: 48px; height: 48px; }
  .service-shortcuts { display: block; }
  .service-shortcuts > div { margin-top: 6px; gap: 23px; }
  .page-heading { padding: 22px 0 40px; }
  .page-heading .breadcrumb { margin-bottom: 32px; }
  .page-name { font-size: 64px; }
  .page-heading h1 { font-size: 29px; margin-top: 10px; }
  .business-intro, .about-statement, .principle, .founder-profile { display: block; }
  .business-intro { padding: 0 0 48px; }
  .business-intro h2 { font-size: 27px; margin-bottom: 26px; }
  .featured-service { padding: 42px 0 50px; }
  .featured-service .section-heading h2 { font-size: 24px; }
  .service-feature-link { display: block; }
  .service-feature-copy { margin-top: 27px; }
  .service-feature-copy h3 { font-size: 27px; }
  .about-statement { padding: 0 0 48px; }
  .about-statement h2 { font-size: 36px; }
  .about-copy { margin-top: 30px; }
  .principle { padding: 40px 0; }
  .principle h2 { font-size: 30px; }
  .founder-profile { padding: 42px 0 55px; }
  .founder-profile > div { margin-top: 28px; }
  .founder-profile h2 { font-size: 29px; }
  .show-opening { display: flex; flex-direction: column; align-items: stretch; gap: 25px; margin-top: 26px; }
  .corporate-contact { padding: 42px 0; }
  .corporate-contact .wrap { display: block; }
  .corporate-contact h2 { font-size: 30px; }
  .corporate-contact .more-link { min-width: 0; width: 100%; max-width: 380px; margin-top: 26px; }
  .footer { padding-top: 35px; }
  .footer-brand { font-size: 60px; }
}
@media (prefers-reduced-motion: reduce) { .more-link span, .business-door, .header-contact { transition: none; } }
@media print {
  .header-inner { padding: 0 0 12pt; min-height: 0; }
  .corporate-hero { height: auto; min-height: 0; max-height: none; background: #fff; color: var(--ink); }
  .hero-image, .hero-shade, .hero-link { display: none; }
  .hero-copy { padding: 20pt 0; }
  .corporate-hero h1 { color: var(--ink); font-size: 32pt; }
  .home-about, .home-company, .business-intro, .about-statement, .principle, .founder-profile, .home-business { padding-block: 20pt; }
  .page-name { font-size: 40pt; }
  .page-heading { padding-bottom: 20pt; }
  .corporate-contact { display: none; }
  .founder-profile img { max-width: 200px; }
  .footer-brand { font-size: 32pt; }
}
