:root {
  --paper: #f4f2ed;
  --white: #fff;
  --ink: #151515;
  --muted: #71716d;
  --line: #cfcdc7;
  --accent: #5063ff;
  --sans: 'DM Sans', 'Noto Sans JP', sans-serif;
  --serif: 'Noto Serif JP', serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--sans); line-height: 1.8; }
body::before { content: ''; position: fixed; z-index: 999; inset: 0; pointer-events: none; background: url('dither-grain.svg') repeat; background-size: 180px 180px; opacity: .24; mix-blend-mode: multiply; }
a { color: inherit; }
.label { margin: 0; font-size: 10px; font-weight: 600; letter-spacing: .22em; text-transform: uppercase; }

.site-header {
  position: fixed; z-index: 20; top: 0; left: 0; width: 100%; height: 88px;
  display: flex; align-items: center; justify-content: space-between;
  padding: 0 3.1vw; transition: background .35s, height .35s, border-color .35s;
  border-bottom: 1px solid transparent;
}
.site-header.is-scrolled { height: 70px; background: rgba(244,242,237,.92); border-color: var(--line); backdrop-filter: blur(16px); }
.brand { display: flex; align-items: center; gap: 11px; text-decoration: none; }
.brand-mark { width: 42px; height: 42px; color: var(--ink); }
.brand-type { display: flex; align-items: baseline; gap: 7px; line-height: 1; }
.brand-type strong { font-size: 20px; letter-spacing: -.02em; }
.brand-type small { font-size: 10px; letter-spacing: .25em; }
nav { display: flex; gap: clamp(22px, 3vw, 54px); }
nav a { position: relative; display: flex; gap: 9px; align-items: baseline; text-decoration: none; font-size: 13px; }
nav a span { color: var(--muted); font-size: 8px; }
nav a::after { content: ''; position: absolute; bottom: -6px; left: 0; width: 0; height: 1px; background: var(--ink); transition: width .25s; }
nav a:hover::after { width: 100%; }
.menu-toggle { display: none; }

.hero { position: relative; min-height: 100svh; overflow: hidden; isolation: isolate; background: var(--paper); }
.hero::before { content: ''; position: absolute; z-index: -2; inset: -8%; background: radial-gradient(ellipse at 30% 28%, rgba(255,255,255,.9) 0 12%, transparent 44%), radial-gradient(ellipse at 74% 62%, rgba(202,207,255,.46) 0, rgba(255,255,255,.06) 42%, transparent 66%), linear-gradient(136deg, transparent 24%, rgba(255,255,255,.78) 46%, rgba(80,99,255,.09) 55%, transparent 72%); filter: blur(9px); }
.hero::after { content: ''; position: absolute; z-index: -1; inset: -3%; background: url('halftone-field.svg') center / cover no-repeat; opacity: .88; mix-blend-mode: multiply; animation: particle-drift 22s ease-in-out infinite alternate; }
.hero-copy { position: absolute; z-index: 2; right: 7vw; bottom: 8vh; width: min(610px, 51vw); }
.hero-copy .label { margin-bottom: 24px; color: var(--muted); }
.hero h1 { margin: 0; font-family: var(--serif); font-size: clamp(48px, 6.4vw, 92px); font-weight: 500; line-height: 1.28; letter-spacing: -.07em; }
.hero h1 em { display: inline-block; color: var(--accent); font-style: normal; white-space: nowrap; }
.hero-intro { margin: 30px 0 0 auto; width: min(370px, 100%); font-size: 14px; letter-spacing: .04em; }
.hero-en { position: absolute; left: 8.5vw; bottom: 9.5vh; margin: 0; font-size: 12px; line-height: 1.6; }
.hero-visual { position: absolute; top: 13vh; left: 7vw; width: min(40vw, 590px); aspect-ratio: 1; }
.orbit { position: absolute; border: 1px solid rgba(21,21,21,.24); border-radius: 50%; }
.orbit-a { inset: 5%; animation: spin 28s linear infinite; }
.orbit-b { inset: 20%; border-color: rgba(21,21,21,.14); animation: spin-reverse 19s linear infinite; }
.orbit-c { inset: 35%; border-color: rgba(80,99,255,.5); }
.orbit i { position: absolute; display: block; width: 13px; height: 13px; background: var(--ink); border-radius: 50%; }
.orbit-a i { top: 12%; right: 16%; }
.orbit-b i { right: -6px; top: 50%; background: var(--accent); }
.core { position: absolute; inset: 42%; display: grid; place-items: center; border-radius: 50%; background: var(--ink); color: var(--white); }
.core span { font: 500 clamp(26px, 3vw, 46px)/1 var(--serif); }
.scroll-cue { position: absolute; left: 3.2vw; bottom: 4vh; display: flex; align-items: center; gap: 13px; text-decoration: none; transform: rotate(-90deg); transform-origin: left center; font-size: 9px; letter-spacing: .15em; text-transform: uppercase; }
.scroll-cue i { display: block; width: 42px; height: 1px; background: var(--ink); }

.statement, .company { display: grid; grid-template-columns: 18vw 1fr; min-height: 780px; padding: 150px 7vw 140px 3.2vw; border-top: 1px solid var(--line); }
.section-index { display: flex; align-items: flex-start; gap: 18px; font-size: 11px; }
.section-index span { display: grid; place-items: center; width: 30px; height: 30px; border: 1px solid var(--ink); border-radius: 50%; }
.section-index p { margin: 3px 0 0; font-size: 12px; }
.statement-body { max-width: 920px; }
.statement-body h2, .business-head h2, .company-head h2 { margin: 28px 0 72px; font-family: var(--serif); font-size: clamp(42px, 5.4vw, 76px); font-weight: 500; line-height: 1.35; letter-spacing: -.06em; }
.statement-text { display: grid; grid-template-columns: 1fr 1fr; gap: 6vw; margin-left: 16vw; }
.statement-text p { margin: 0; font-size: 14px; line-height: 2.15; }

.principles { display: grid; grid-template-columns: repeat(3,1fr); padding: 0 7vw 130px 21.2vw; }
.principles article { min-height: 330px; padding: 34px 34px 30px 0; border-top: 1px solid var(--ink); }
.principles article + article { padding-left: 34px; border-left: 1px solid var(--line); }
.principles span { color: var(--muted); font-size: 9px; letter-spacing: .14em; }
.principles h3 { margin: 72px 0 25px; font-family: var(--serif); font-size: 30px; font-weight: 500; }
.principles p { max-width: 240px; margin: 0; color: var(--muted); font-size: 12px; line-height: 2; }

.section-dark { color: var(--white); background: var(--ink); }
.business { display: grid; grid-template-columns: 18vw 1fr; padding: 150px 7vw 150px 3.2vw; }
.section-index.inverse span { border-color: rgba(255,255,255,.65); }
.business-head { display: grid; grid-template-columns: 1fr minmax(250px,360px); column-gap: 5vw; align-items: end; margin-bottom: 100px; }
.business-head .label { grid-column: 1/-1; color: #a6a6a2; }
.business-head h2 { margin-bottom: 0; }
.business-head > p:last-child { margin: 0 0 12px; color: #aaa; font-size: 13px; line-height: 2; }
.service-list { border-top: 1px solid #515151; }
.service-item { display: grid; grid-template-columns: 8vw minmax(260px,1fr) minmax(260px, .8fr); align-items: center; min-height: 168px; border-bottom: 1px solid #515151; }
.service-number { color: #858581; font-size: 11px; }
.service-en { margin: 0 0 4px; color: #858581; font-size: 10px; letter-spacing: .12em; text-transform: uppercase; }
.service-item h3 { margin: 0; font-family: var(--serif); font-size: 29px; font-weight: 500; }
.service-item > p { margin: 0; color: #b1b1ad; font-size: 12px; }
.service-item:hover h3 { color: #aeb7ff; }

.company { min-height: auto; }
.company-body { display: grid; grid-template-columns: .72fr 1fr; gap: 7vw; }
.company-head h2 { margin-bottom: 0; }
.profile { margin: 0; border-top: 1px solid var(--ink); }
.profile div { display: grid; grid-template-columns: 140px 1fr; padding: 22px 0; border-bottom: 1px solid var(--line); }
.profile dt { color: var(--muted); font-size: 11px; }
.profile dd { margin: 0; font-size: 13px; }
.profile dd small { display: block; margin-top: 2px; color: var(--muted); font-size: 10px; }

.brand-message { position: relative; min-height: 720px; overflow: hidden; padding: 130px 7vw; background: var(--accent); color: var(--white); }
.brand-message > p { position: absolute; left: 7vw; bottom: 8vh; margin: 0; font-size: 12px; line-height: 1.6; }
.brand-message h2 { position: absolute; z-index: 2; right: 7vw; top: 23%; margin: 0; font-family: var(--serif); font-size: clamp(45px, 6.3vw, 90px); font-weight: 500; line-height: 1.35; letter-spacing: -.07em; }
.message-orbit { position: absolute; left: 7vw; top: 50%; width: min(42vw, 560px); aspect-ratio: 1; border: 1px solid rgba(255,255,255,.45); border-radius: 50%; transform: translateY(-50%); animation: spin 25s linear infinite; }
.message-orbit::before, .message-orbit::after { content: ''; position: absolute; border: 1px solid rgba(255,255,255,.25); border-radius: 50%; }
.message-orbit::before { inset: 17%; }
.message-orbit::after { inset: 34%; background: rgba(255,255,255,.08); }
.message-orbit i { position: absolute; top: 7%; left: 22%; width: 18px; height: 18px; border-radius: 50%; background: var(--white); }

.site-footer { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; padding: 75px 3.2vw 28px; color: var(--white); background: var(--ink); }
.footer-brand { display: flex; flex-direction: column; align-items: flex-start; gap: 24px; }
.footer-logo { display: block; width: 230px; height: 60px; }
.footer-address { display: flex; flex-direction: column; gap: 7px; margin: 0; line-height: 1.8; }
.footer-address strong { color: var(--white); font-size: 12px; font-weight: 500; letter-spacing: .05em; }
.footer-address span { color: #aaa; font-size: 10px; }
.footer-address a { width: fit-content; margin-top: 3px; color: var(--white); font-size: 11px; letter-spacing: .04em; text-decoration: none; border-bottom: 1px solid #666; }
.footer-address a:hover { border-color: var(--white); }
.footer-info { display: flex; align-items: flex-end; justify-content: flex-end; }
.footer-info a { font-size: 10px; letter-spacing: .1em; text-decoration: none; text-transform: uppercase; }
.site-footer small { grid-column: 1/-1; margin-top: 60px; padding-top: 20px; border-top: 1px solid #424242; color: #737373; font-size: 8px; letter-spacing: .1em; }

.reveal { opacity: 0; transform: translateY(36px); transition: opacity .8s ease, transform .8s cubic-bezier(.22,1,.36,1); }
.reveal.is-visible { opacity: 1; transform: none; }
@keyframes spin { to { transform: rotate(360deg); } }
@keyframes spin-reverse { to { transform: rotate(-360deg); } }
@keyframes particle-drift { from { transform: scale(1.02) translate3d(-.5%, -.4%, 0); } to { transform: scale(1.07) translate3d(1%, .7%, 0); } }
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation: none !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}

@media (max-width: 820px) {
  .site-header { height: 70px; padding: 0 18px; }
  .site-header .brand { position: relative; z-index: 22; }
  .brand-mark { width: 34px; height: 34px; }
  .brand-type strong { font-size: 17px; }
  .site-header nav { position: fixed; z-index: 20; inset: 0; display: flex; flex-direction: column; justify-content: center; gap: 0; padding: 110px 28px 55px; color: var(--white); background: var(--ink); visibility: hidden; opacity: 0; pointer-events: none; transform: translateY(-12px); transition: opacity .35s ease, transform .45s cubic-bezier(.22,1,.36,1), visibility .35s; }
  .site-header nav::before { content: 'OTE LAB / MENU'; position: absolute; top: 102px; left: 28px; color: #858581; font-size: 9px; letter-spacing: .2em; }
  .site-header nav a { display: flex; justify-content: space-between; width: 100%; padding: 17px 0; border-bottom: 1px solid #3e3e3e; font-family: var(--serif); font-size: clamp(33px, 11vw, 50px); line-height: 1.2; }
  .site-header nav a:first-of-type { border-top: 1px solid #3e3e3e; }
  .site-header nav a span { display: block; order: 2; color: #858581; font-family: var(--sans); font-size: 9px; }
  .site-header nav a::after { display: none; }
  .site-header.nav-open nav { visibility: visible; opacity: 1; pointer-events: auto; transform: none; }
  .site-header.nav-open .brand { color: var(--white); }
  .site-header.nav-open .brand-mark { color: var(--white); }
  .menu-toggle { position: relative; z-index: 22; display: grid; place-content: center; gap: 7px; width: 44px; height: 44px; padding: 0; color: var(--ink); background: transparent; border: 1px solid rgba(21,21,21,.28); border-radius: 50%; cursor: pointer; }
  .menu-toggle span { display: block; width: 17px; height: 1px; background: currentColor; transition: transform .3s ease; }
  .site-header.nav-open .menu-toggle { color: var(--white); border-color: rgba(255,255,255,.45); }
  .site-header.nav-open .menu-toggle span:first-child { transform: translateY(4px) rotate(45deg); }
  .site-header.nav-open .menu-toggle span:last-child { transform: translateY(-4px) rotate(-45deg); }
  body.menu-open { overflow: hidden; }
  .hero { min-height: 860px; }
  .hero-visual { top: 110px; left: 50%; width: 82vw; transform: translateX(-50%); }
  .hero-copy { right: auto; bottom: 80px; left: 18px; width: calc(100% - 36px); }
  .hero h1 { font-size: clamp(44px, 13vw, 62px); }
  .hero h1 em { font-size: .86em; }
  .hero-intro { width: 100%; margin-top: 22px; }
  .hero-en, .scroll-cue { display: none; }
  .statement, .company, .business { grid-template-columns: 1fr; padding: 90px 18px; }
  .section-index { margin-bottom: 58px; }
  .statement-body h2, .business-head h2, .company-head h2 { margin: 22px 0 48px; font-size: clamp(38px, 11vw, 52px); }
  .statement-text { grid-template-columns: 1fr; gap: 22px; margin-left: 0; }
  .principles { grid-template-columns: 1fr; padding: 0 18px 80px; }
  .principles article, .principles article + article { min-height: 230px; padding: 28px 0; border-left: 0; border-top: 1px solid var(--line); }
  .principles article:first-child { border-top-color: var(--ink); }
  .principles h3 { margin: 42px 0 15px; }
  .business-head { grid-template-columns: 1fr; margin-bottom: 65px; }
  .business-head .label { grid-column: auto; }
  .business-head > p:last-child { margin-top: 0; }
  .service-item { grid-template-columns: 45px 1fr; min-height: 155px; padding: 24px 0; }
  .service-item > p { grid-column: 2; margin-top: 15px; }
  .company-body { grid-template-columns: 1fr; gap: 60px; }
  .profile div { grid-template-columns: 105px 1fr; }
  .brand-message { min-height: 680px; padding: 90px 18px; }
  .brand-message h2 { top: 18%; right: 18px; left: 18px; font-size: clamp(42px, 12vw, 58px); }
  .message-orbit { left: 50%; top: 62%; width: 82vw; transform: translate(-50%,-50%); }
  .brand-message > p { left: 18px; bottom: 45px; }
  .site-footer { grid-template-columns: 1fr; padding: 55px 18px 24px; }
  .footer-info { align-items: flex-end; }
  .site-footer small { margin-top: 30px; }
}

/* Secondary pages */
.footer-links { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 12px 24px; }
.site-footer > .footer-links { align-self: end; }
.footer-links a { color: inherit; font-size: 9px; letter-spacing: .08em; text-decoration: none; text-transform: uppercase; }
.footer-links a:hover { color: var(--white); }
nav a[aria-current="page"]::after { width: 100%; }

.document-page, .detail-page { padding-top: 70px; }
.document-hero { min-height: 610px; padding: 130px 8vw 85px 21.2vw; border-bottom: 1px solid var(--line); }
.document-hero h1, .detail-hero h1 { margin: 30px 0 52px; font-family: var(--serif); font-size: clamp(54px, 7.5vw, 104px); font-weight: 500; line-height: 1.25; letter-spacing: -.07em; }
.document-hero > p:last-child { max-width: 550px; margin-left: auto; font-size: 14px; line-height: 2.1; }
.document-layout { display: grid; grid-template-columns: 18vw 1fr; padding: 110px 7vw 150px 3.2vw; }
.document-aside { display: flex; flex-direction: column; color: var(--muted); font-size: 9px; letter-spacing: .1em; text-transform: uppercase; }
.document-aside strong { margin-top: 5px; color: var(--ink); font-size: 12px; font-weight: 500; }
.document-content { max-width: 850px; }
.document-content section { padding: 0 0 60px; margin-bottom: 60px; border-bottom: 1px solid var(--line); }
.document-content h2 { display: flex; gap: 22px; align-items: baseline; margin: 0 0 28px; font-family: var(--serif); font-size: 27px; font-weight: 500; }
.document-content h2 span { color: var(--muted); font: 500 9px var(--sans); }
.document-content p, .document-content li { font-size: 13px; line-height: 2.1; }
.document-content ul { padding-left: 1.4em; }
.document-content a { text-underline-offset: 4px; }
.operator-card { display: flex; flex-direction: column; gap: 4px; margin-top: 30px; padding: 25px; background: var(--white); font-size: 12px; }
.operator-card strong { margin-bottom: 5px; font-size: 14px; }
.legal-table { margin: 0; border-top: 1px solid var(--ink); }
.legal-table div { display: grid; grid-template-columns: 180px 1fr; padding: 20px 0; border-bottom: 1px solid var(--line); }
.legal-table dt { color: var(--muted); font-size: 11px; }
.legal-table dd { margin: 0; font-size: 13px; }
.compact-table { margin-top: 35px; }
.document-note { margin-top: 30px; padding: 22px; background: var(--white); }
.compact-footer { padding-top: 55px; }

.detail-hero { min-height: 660px; padding: 140px 7vw 80px; border-bottom: 1px solid var(--line); }
.detail-hero h1 { margin-top: 22px; }
.detail-hero > div { display: grid; grid-template-columns: 1fr 1fr; gap: 8vw; align-items: end; margin-left: 20vw; }
.detail-hero > div p { margin: 0; font-family: var(--serif); font-size: clamp(29px, 3.2vw, 46px); line-height: 1.5; }
.detail-hero > div span { max-width: 430px; color: var(--muted); font-size: 13px; line-height: 2.1; }
.business-detail-hero { background: #e7e9ff; }
.company-detail-hero { background: #e9eee9; }
.domain-intro { padding: 140px 13vw 140px 27vw; }
.domain-intro h2 { margin: 25px 0 45px; font-family: var(--serif); font-size: clamp(38px, 4.5vw, 64px); font-weight: 500; line-height: 1.45; letter-spacing: -.05em; }
.domain-intro > p:last-child { max-width: 580px; margin-left: auto; font-size: 13px; line-height: 2.1; }
.domain-list { padding: 0 7vw 150px; }
.domain-item { display: grid; grid-template-columns: 9vw .8fr 1fr; gap: 4vw; min-height: 360px; padding: 55px 0; border-top: 1px solid var(--ink); }
.domain-item > span { font-size: 11px; }
.domain-item > div > p:first-child { margin: 0 0 18px; color: var(--muted); font-size: 9px; letter-spacing: .12em; text-transform: uppercase; }
.domain-item h2 { margin: 0; font-family: var(--serif); font-size: 37px; font-weight: 500; }
.domain-item > div:last-child > p { margin-top: 0; font-size: 13px; line-height: 2.1; }
.domain-item ul { margin-top: 35px; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.domain-item li { padding: 10px 0; border-bottom: 1px solid var(--line); color: var(--muted); font-size: 11px; }
.company-message { display: grid; grid-template-columns: 18vw 1fr; padding: 140px 7vw 140px 3.2vw; }
.company-message > div { display: grid; grid-template-columns: 1fr .7fr; gap: 6vw; }
.company-message h2 { margin: 0; font-family: var(--serif); font-size: clamp(38px, 4.5vw, 64px); font-weight: 500; line-height: 1.45; letter-spacing: -.05em; }
.company-message div p { margin: 15px 0 0; color: var(--muted); font-size: 13px; line-height: 2.1; }
.company-profile-detail { display: grid; grid-template-columns: .65fr 1fr; gap: 8vw; padding: 130px 13vw; background: var(--white); }
.company-profile-detail h2 { margin: 22px 0; font-family: var(--serif); font-size: 48px; font-weight: 500; }
.company-profile-detail dl { margin: 0; border-top: 1px solid var(--ink); }
.company-profile-detail dl div { display: grid; grid-template-columns: 150px 1fr; padding: 20px 0; border-bottom: 1px solid var(--line); }
.company-profile-detail dt { color: var(--muted); font-size: 11px; }
.company-profile-detail dd { margin: 0; font-size: 13px; }
.company-profile-detail dd small { display: block; color: var(--muted); font-size: 10px; }
.detail-cta { position: relative; min-height: 460px; padding: 100px 7vw; color: var(--white); background: var(--accent); }
.detail-cta h2 { margin: 25px 0 0; font-family: var(--serif); font-size: clamp(40px, 5vw, 70px); font-weight: 500; line-height: 1.4; }
.detail-cta a { position: absolute; right: 7vw; bottom: 90px; display: flex; justify-content: space-between; width: min(360px, 40vw); padding: 18px 0; border-bottom: 1px solid var(--white); text-decoration: none; }

.contact-layout { display: grid; grid-template-columns: .7fr 1.3fr; gap: 10vw; padding: 120px 13vw 150px; }
.contact-layout aside h2 { margin: 25px 0 35px; font-family: var(--serif); font-size: 38px; font-weight: 500; line-height: 1.5; }
.contact-layout aside > p:last-child { color: var(--muted); font-size: 12px; line-height: 2; }
.contact-form { border-top: 1px solid var(--ink); }
.form-row { position: relative; padding: 24px 0; border-bottom: 1px solid var(--line); }
.form-row label { display: block; margin-bottom: 12px; font-size: 11px; }
.form-row label small { color: var(--muted); }
.form-row label em { color: var(--accent); font-style: normal; }
.form-row input, .form-row select, .form-row textarea { width: 100%; padding: 8px 0; border: 0; outline: 0; color: var(--ink); background: transparent; font: 14px var(--sans); }
.form-row textarea { resize: vertical; }
.form-row input:focus, .form-row select:focus, .form-row textarea:focus { box-shadow: 0 1px 0 var(--accent); }
.field-error { display: block; min-height: 15px; color: #b53030; font-size: 10px; }
.consent { display: flex; gap: 10px; margin-top: 25px; font-size: 12px; }
.consent input { width: 16px; height: 16px; accent-color: var(--accent); }
.consent-error { margin-left: 26px; }
.submit-button { display: flex; justify-content: space-between; width: 100%; margin-top: 35px; padding: 20px 24px; border: 0; color: var(--white); background: var(--ink); cursor: pointer; font: 12px var(--sans); }
.submit-button:hover { background: var(--accent); }
.form-status { min-height: 24px; margin-top: 18px; font-size: 11px; }

@media (max-width: 820px) {
  .footer-links { justify-content: flex-start; }
  .site-footer > .footer-links { align-self: start; }
  .document-hero { min-height: 500px; padding: 100px 18px 60px; }
  .document-hero h1, .detail-hero h1 { font-size: 48px; }
  .document-hero > p:last-child { margin-left: 0; }
  .document-layout { grid-template-columns: 1fr; padding: 70px 18px 100px; }
  .document-aside { margin-bottom: 60px; }
  .legal-table div { grid-template-columns: 105px 1fr; }
  .detail-hero { min-height: 590px; padding: 120px 18px 65px; }
  .detail-hero > div { grid-template-columns: 1fr; gap: 25px; margin-left: 0; }
  .domain-intro { padding: 90px 18px; }
  .domain-intro > p:last-child { margin-left: 0; }
  .domain-list { padding: 0 18px 90px; }
  .domain-item { grid-template-columns: 42px 1fr; gap: 25px; }
  .domain-item > div:last-child { grid-column: 2; }
  .company-message { grid-template-columns: 1fr; gap: 55px; padding: 90px 18px; }
  .company-message > div { grid-template-columns: 1fr; }
  .company-profile-detail { grid-template-columns: 1fr; padding: 90px 18px; }
  .company-profile-detail dl div { grid-template-columns: 105px 1fr; }
  .detail-cta { min-height: 420px; padding: 75px 18px; }
  .detail-cta a { right: 18px; bottom: 60px; width: calc(100% - 36px); }
  .contact-layout { grid-template-columns: 1fr; padding: 80px 18px 100px; }
}
