:root {
    --theme-color: #130b41;
    --brand-ink: #130b41;
    --brand-signal: #6da1ee;
    --default-font: Arial, "SUIT", sans-serif;
    --header-height: 64px;
}
body { background: #fff; color: var(--brand-ink); }
body, h1, h2, h3, p, a, button { letter-spacing: 0; }
#header { width: 100%; border-bottom: 1px solid #e0e3e5; background: #fff; }
#header .header-in { width: 93%; max-width: 1800px; }
.studio-brand-logo { display: block; width: 138px; height: auto; }
#header .header-menu-wrap > .menu .depth1 { width: auto; padding: 0 26px; }
#header .header-menu-wrap > .menu .depth1 a { font-size: 14px; font-weight: 400; }
#header .header-menu-wrap > .menu:hover .depth1 a,
#header .header-menu-wrap > .menu .depth1 a.on { background: transparent; color: var(--brand-ink); text-decoration: underline; text-decoration-color: var(--brand-signal); text-underline-offset: 6px; }
#header .header-menu-wrap > .menu:focus-within .depth2 { display: block; }
#header .header-menu-wrap > .menu .depth2 { min-width: 160px; background: #fff; }
.studio-languages { display: flex; gap: 20px; font-size: 13px; }
.studio-languages a { padding: 12px 0; }
.studio-languages a[aria-current="true"] { text-decoration: underline; text-underline-offset: 7px; }
#header #LangSwitchWrap { display: none; }
.studio-container { width: 90%; max-width: 1680px; margin-inline: auto; }
.studio-hero { position: relative; height: min(650px, 35vw, calc(100svh - 185px)); min-height: 420px; overflow: hidden; background: #e6e8e8; }
.studio-hero-slides, .studio-hero-slide { position: absolute; inset: 0; }
.studio-hero-slide { opacity: 0; visibility: hidden; pointer-events: none; transition: opacity .55s ease, visibility .55s ease; }
.studio-hero-slide.is-active { opacity: 1; visibility: visible; pointer-events: auto; }
.studio-hero-image { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.studio-hero-inner { position: relative; width: 90%; max-width: 1680px; margin: auto; height: 100%; display: flex; align-items: center; }
.studio-hero-copy { padding-bottom: 42px; max-width: 530px; }
.studio-home h1 { font: 700 100px/1 Arial, sans-serif; margin: 0 0 14px; }
.studio-hero-eyebrow { margin: 0 0 18px; color: #53635a; font-size: 11px; font-weight: 600; line-height: 1.3; text-transform: uppercase; }
.studio-home .studio-hero h2 { max-width: 520px; margin: 0 0 18px; font-size: 58px; font-weight: 700; line-height: 1.02; }
.studio-tagline { font-size: 30px; line-height: 1.3; margin: 0 0 8px; }
.studio-description { font-size: 20px; line-height: 1.5; color: #454e57; margin: 0; }
.studio-actions { display: flex; flex-wrap: wrap; gap: 16px; margin-top: 28px; }
.studio-button { display: inline-flex; align-items: center; justify-content: center; gap: 22px; min-height: 46px; padding: 0 24px; border: 1px solid #778087; border-radius: 2px; font-size: 14px; line-height: 1.4; box-sizing: border-box; transition: background .2s; }
.studio-button:hover { background: #fff; }
.studio-button-primary { background: var(--brand-ink); color: #fff; border-color: var(--brand-ink); }
.studio-button-primary:hover { background: var(--brand-signal); color: var(--brand-ink); border-color: var(--brand-signal); }
.studio-location { position: absolute; bottom: 32px; left: 0; display: flex; align-items: center; gap: 16px; font-size: 10px; text-transform: uppercase; }
.studio-location::before { content: ''; width: 18px; height: 1px; background: currentColor; }
.studio-hero-controls { position: absolute; bottom: 24px; left: 50%; z-index: 4; display: flex; align-items: center; height: 40px; border: 1px solid rgba(19, 11, 65, .24); background: rgba(255, 255, 255, .9); transform: translateX(-50%); }
.studio-hero-controls button { display: grid; width: 40px; height: 38px; padding: 0; border: 0; background: transparent; color: var(--brand-ink); font-size: 13px; line-height: 1; cursor: pointer; }
.studio-hero-controls button + button { border-left: 1px solid rgba(19, 11, 65, .18); }
.studio-hero-controls button:focus-visible { outline: 2px solid var(--brand-signal); outline-offset: -2px; }
.studio-hero-controls button { position: relative; place-items: center; color: #72777c; font-size: 11px; }
.studio-hero-controls button::after { content: ''; position: absolute; right: 8px; bottom: 7px; left: 8px; height: 1px; background: transparent; }
.studio-hero-controls button.is-active { color: var(--brand-ink); font-weight: 700; }
.studio-hero-controls button.is-active::after { background: var(--brand-signal); }
.studio-hero-arrow { position: absolute; top: 50%; z-index: 4; display: grid; width: 44px; height: 44px; padding: 0; border: 1px solid rgba(19, 11, 65, .24); background: rgba(255, 255, 255, .9); color: var(--brand-ink); font-size: 15px; line-height: 1; place-items: center; cursor: pointer; transform: translateY(-50%); transition: background .2s, transform .2s; }
.studio-hero-arrow:hover { background: #fff; }
.studio-hero-arrow:active { transform: translateY(-50%) scale(.97); }
.studio-hero-arrow:focus-visible { outline: 2px solid var(--brand-signal); outline-offset: 2px; }
.studio-hero-arrow-previous { left: 24px; }
.studio-hero-arrow-next { right: 24px; }
.studio-work { padding-block: 48px 72px; }
.studio-section-heading { display: flex; align-items: center; justify-content: space-between; gap: 24px; margin-bottom: 24px; }
.studio-home h2 { font-size: 32px; font-weight: 400; line-height: 1.25; }
.studio-section-heading > a { display: flex; align-items: center; gap: 18px; font-size: 14px; flex-shrink: 0; }
.studio-work-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 40px 44px; }
.studio-project { display: block; min-width: 0; }
.studio-project-media { aspect-ratio: 2.2; background: #eef1f2; border: 1px solid #d9dddf; overflow: hidden; display: grid; place-items: center; }
.studio-project-media img { width: 100%; height: 100%; object-fit: cover; object-position: top; transition: transform .4s; }
.studio-project:hover img { transform: scale(1.025); }
.studio-project-caption { display: flex; align-items: baseline; justify-content: space-between; gap: 20px; margin-top: 16px; }
.studio-project h3 { font-size: 18px; font-weight: 500; line-height: 1.4; overflow-wrap: anywhere; }
.studio-project p { margin: 6px 0 0; color: #616970; font-size: 14px; line-height: 1.6; overflow-wrap: anywhere; }
.studio-idea { padding-block: 72px 44px; border-top: 1px solid #d7dfda; border-bottom: 1px solid #d7dfda; background: #e7efe9; }
.studio-idea-grid { display: grid; grid-template-columns: minmax(260px, .72fr) minmax(0, 1.28fr); gap: 7vw; align-items: start; }
.studio-idea-kicker, .idea-page-kicker { display: flex; align-items: center; gap: 12px; margin: 0 0 22px; color: #53635a; font-size: 11px; font-weight: 600; line-height: 1.3; text-transform: uppercase; }
.studio-idea-kicker img, .idea-page-kicker img { flex: 0 0 auto; }
.studio-home .studio-idea h2 { max-width: 440px; font-size: 54px; font-weight: 700; line-height: 1.02; }
.studio-idea-copy { max-width: 760px; }
.studio-idea-copy h3 { max-width: 700px; margin: 0; font-size: 30px; font-weight: 500; line-height: 1.2; }
.studio-idea-copy > p { max-width: 690px; margin: 20px 0 0; color: #46534c; font-size: 17px; line-height: 1.65; }
.studio-idea-actions .studio-button:not(.studio-button-primary) { background: transparent; border-color: #68766e; }
.studio-idea-steps { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); margin: 64px 0 0; padding: 0; border-top: 1px solid #9eaaa3; list-style: none; }
.studio-idea-steps li { min-height: 90px; padding: 18px 20px 0 0; border-right: 1px solid #bdc8c1; }
.studio-idea-steps li + li { padding-left: 20px; }
.studio-idea-steps li:last-child { border-right: 0; }
.studio-idea-steps span { display: block; margin-bottom: 16px; color: #66766d; font-size: 10px; }
.studio-idea-steps strong { font-size: 14px; font-weight: 600; line-height: 1.35; }
.studio-contact { border-top: 1px solid #e0e3e5; background: #f4f6f5; padding-block: 64px; }
.studio-contact-inner { display: flex; align-items: center; justify-content: space-between; gap: 24px; }
#Footer { background: #fff; color: #515a60; border-top: 1px solid #e0e3e5; padding: 48px 0 28px; }
#Footer .footer-logo { width: 150px; height: auto; filter: none; }
#Footer .footer-top-box { padding: 0 0 32px; }
#Footer .footer-top-box .line { opacity: 1; }
#Footer .footer-copyright-wrap { color: #687178; opacity: 1; }
#Footer .footer-copyright-wrap { display: flex; align-items: center; justify-content: space-between; gap: 24px; text-align: left; }
#Footer .footer-privacy-link { border-bottom: 1px solid currentColor; color: var(--brand-ink); white-space: nowrap; }
#header button.header-menu-icon, #headerMoMenuWrap button.header-menu-icon { width: 44px; height: 44px; padding: 10px; background: transparent; display: grid; place-items: center; }
button.header-menu-icon img { width: 24px; height: auto; }
@media (min-width: 1700px) { .studio-hero-image { object-fit: cover; } }
@media (max-width: 1100px) {
    #header .header-menu-wrap > .menu .depth1 { padding-inline: 16px; }
    .studio-home h1 { font-size: 78px; }
    .studio-tagline { font-size: 24px; }
    .studio-description { font-size: 17px; }
    .studio-hero-copy { max-width: 420px; }
    .studio-home .studio-hero h2 { max-width: 440px; font-size: 48px; }
    .studio-hero-image { object-position: 44% center; }
}
@media (max-width: 768px) {
    :root { --header-height: 60px; }
    #header .header-in { width: 90%; }
    .studio-brand-logo { width: 124px; }
    .studio-languages { gap: 14px; }
    .studio-hero { height: 570px; min-height: 0; max-height: none; }
    .studio-hero-image { top: auto; bottom: 0; height: 290px; object-position: 68% center; }
    .studio-hero-inner { align-items: flex-start; }
    .studio-hero-copy { padding-top: 36px; max-width: 100%; }
    .studio-home h1 { font-size: 64px; margin-bottom: 12px; }
    .studio-hero-eyebrow { margin-bottom: 10px; }
    .studio-home .studio-hero h2 { max-width: 360px; margin-bottom: 12px; font-size: 38px; line-height: 1.05; }
    .studio-tagline { font-size: 23px; }
    .studio-description { font-size: 16px; }
    .studio-actions { gap: 10px; margin-top: 20px; }
    .studio-button { padding-inline: 16px; font-size: 13px; gap: 12px; }
    .studio-location { bottom: 12px; padding: 6px 10px; background: #fff; font-size: 9px; }
    .studio-hero-controls { bottom: 12px; height: 34px; }
    .studio-hero-controls button { width: 34px; height: 32px; }
    .studio-hero-arrow { top: auto; bottom: 126px; width: 38px; height: 38px; }
    .studio-hero-arrow-previous { left: 12px; }
    .studio-hero-arrow-next { right: 12px; }
    .studio-home h2 { font-size: 26px; }
    .studio-work { padding-block: 32px 44px; }
    .studio-section-heading { gap: 12px; }
    .studio-section-heading > a { font-size: 12px; gap: 8px; }
    .studio-work-grid { grid-template-columns: minmax(0,1fr); gap: 28px; }
    .studio-project-media { aspect-ratio: 1.8; }
    .studio-idea { padding-block: 48px 32px; }
    .studio-idea-grid { grid-template-columns: minmax(0, 1fr); gap: 32px; }
    .studio-home .studio-idea h2 { font-size: 38px; }
    .studio-idea-copy h3 { font-size: 24px; }
    .studio-idea-copy > p { font-size: 16px; }
    .studio-idea-steps { grid-template-columns: repeat(2, minmax(0, 1fr)); margin-top: 44px; }
    .studio-idea-steps li { min-height: 82px; }
    .studio-idea-steps li:nth-child(2) { border-right: 0; }
    .studio-idea-steps li:nth-child(3), .studio-idea-steps li:nth-child(4) { border-top: 1px solid #bdc8c1; }
    .studio-idea-steps li:nth-child(3) { padding-left: 0; }
    .studio-contact { padding-block: 40px; }
    .studio-contact-inner { align-items: flex-start; flex-direction: column; }
    #Footer .footer-copyright-wrap { align-items: flex-start; flex-direction: column; gap: 10px; }
}
@media (max-width: 360px) {
    .studio-tagline { font-size: 20px; }
    .studio-button { padding-inline: 12px; font-size: 12px; }
}

/* Shared typography for the legacy CMS pages. */
body, button, input, textarea, select { font-family: var(--default-font); }
#header .header-menu-wrap > .menu .depth2 a { padding: 14px 18px; font-size: 13px; font-weight: 400; line-height: 1.4; text-align: left; }

body .Sub { color: var(--brand-ink); font-family: var(--default-font); font-size: 16px; line-height: 1.6; }
body .Sub :where(h1, h2, h3, h4, h5, h6, p, li, a, button, input, textarea, select, table) { font-family: var(--default-font); letter-spacing: 0; }
body .Sub:not(.idea-page) { padding-bottom: 96px; }
body .Sub #SubPageHead .sub-category-wrap { margin-top: 24px; margin-bottom: 48px; }
body .Sub #AboutWrap .title-wrap,
body .Sub #LocationWrap .title-wrap,
body .Sub #ProductListWrap .title-wrap,
body .Sub #ProductDetailWrap .title-wrap { padding-bottom: 20px; margin-bottom: 40px; }
body .Sub.sub-history .history-content-wrap .sub-line-header-wrap { margin-bottom: 72px; }
body .Sub .history-box .right { padding-bottom: 64px; }
body .Sub #LocationWrap .content-wrap .location-item { margin-bottom: 80px; }
body .Sub #LocationWrap .location-item-title-wrap { margin-bottom: 24px; }
body .Sub #LocationWrap .location-map-wrap { margin-bottom: 32px; }
body .Sub #LocationWrap .location-item-info-wrap { padding-top: 24px; }
body .Sub #LocationWrap .location-item-info-wrap .line { margin-bottom: 24px; }
body .Sub #ContactUsWrap .title-wrap h1 { margin-bottom: 20px; }
body .Sub .cs-form-wrap { margin-bottom: 40px; padding-top: 32px; }
body .Sub .cs-btn-wrap { margin-top: 32px; }
body .Sub #ProductListWrap .list-wrap { row-gap: 48px; }
body .Sub #ProductListWrap .list-pagination-wrap { margin-top: 48px; }
body .Sub #ProductDetailWrap .product-detail-slide-wrap { margin-bottom: 48px; }
body .Sub #ProductDetailWrap .product-detail-content-wrap { padding-top: 40px; }
body .Sub #ProductDetailWrap .product-detail-content-wrap .content-title-wrap { margin-bottom: 24px; }
body .Sub #ProductDetailWrap .product-detail-table-wrap { margin-bottom: 40px; }
body .Sub #SubPageHead .sub-head-title h2 { font-size: 32px; font-weight: 600; line-height: 1.2; }
body .Sub #SubPageHead .sub-menu-list-wrap .width-limit { overflow-x: auto; scrollbar-width: none; }
body .Sub #SubPageHead .sub-menu-list-wrap .width-limit::-webkit-scrollbar { display: none; }
body .Sub #SubPageHead .sub-menu-list { gap: 48px; min-width: max-content; }
body .Sub #SubPageHead .sub-menu-list .item { flex: 0 0 auto; margin-right: 0; font-size: 14px; font-weight: 400; line-height: 1.4; white-space: nowrap; }
body .Sub #SubPageHead .sub-menu-list .item a.on { font-weight: 600; }
body .Sub .title-wrap h1 { font-size: 40px; font-weight: 600; line-height: 1.2; }
body .Sub .title-wrap h2 { font-size: 32px; font-weight: 600; line-height: 1.25; }
body .Sub .title-wrap h3 { font-size: 24px; font-weight: 500; line-height: 1.3; }

body .Sub #AboutWrap .title-wrap h3 { font-size: 20px; font-weight: 500; line-height: 1.35; }
body .Sub #AboutWrap .title-wrap h2 { font-size: 40px; font-weight: 600; line-height: 1.15; }
body .Sub #AboutWrap .about-section-title { font-size: 20px; font-weight: 600; line-height: 1.35; }
body .Sub #AboutWrap .text-wrap { font-size: 16px; font-weight: 400; line-height: 1.6; }
body .Sub #AboutWrap .sub-title { font-weight: 600; }

body .Sub .history-content-wrap .sub-line-header-title { font-size: 40px; font-weight: 600; line-height: 1.2; }
body .Sub .history-content-wrap .sub-line-header-text-wrap { font-size: 16px; line-height: 1.5; }
body .Sub .history-box .left-sticky .left-sticky-in { font-size: 40px; }
body .Sub .history-box .right { font-size: 16px; font-weight: 400; line-height: 1.6; }

body .Sub .organization-dept { font-size: 22px; font-weight: 600; line-height: 1.3; }
body .Sub .organization-line:first-child .organization-dept,
body .Sub .organization-line:nth-child(2) .organization-dept { font-size: 26px; font-weight: 600; }
body .Sub .organization-box .organization-line .organization-about { font-size: 16px; font-weight: 400; line-height: 1.5; }

body .Sub #LocationWrap .location-item-title-wrap .title { font-size: 20px; font-weight: 600; line-height: 1.3; }
body .Sub #LocationWrap .location-item-info-wrap .line { font-size: 16px; font-weight: 400; line-height: 1.6; }
body .Sub #LocationWrap .location-item-info-wrap .line .line-title { font-size: 18px; font-weight: 600; line-height: 1.4; }

body .Sub #ContactUsWrap .title-wrap h1 { font-size: 40px; font-weight: 600; line-height: 1.2; letter-spacing: 0; }
body .Sub #ContactUsWrap .title-wrap .about { font-size: 18px; font-weight: 400; line-height: 1.5; letter-spacing: 0; }
body .Sub .cs-form-wrap .line .left { font-size: 14px; font-weight: 600; line-height: 1.4; letter-spacing: 0; }
body .Sub .cs-submit-btn { font-size: 14px; font-weight: 600; }

body .Sub #ProductDetailWrap .title-wrap h2 { font-size: 32px; font-weight: 600; line-height: 1.25; }
body .Sub #ProductDetailWrap .title-wrap .sub-title { font-size: 16px; font-weight: 400; line-height: 1.5; }
body .Sub #ProductDetailWrap .content-title-wrap h3 { font-size: 24px; font-weight: 600; line-height: 1.3; }
body .Sub #ProductDetailWrap .product-detail-table-wrap table th { font-size: 14px; font-weight: 600; line-height: 1.5; }
body .Sub #ProductDetailWrap .product-detail-table-wrap table td { font-size: 16px; font-weight: 400; line-height: 1.5; }
body .Sub #ProductDetailWrap .product-content-about-wrap .ck-content { color: var(--brand-ink); font-family: var(--default-font) !important; font-size: 16px !important; line-height: 1.6 !important; }
body .Sub #ProductDetailWrap .product-content-about-wrap .ck-content * { font-family: var(--default-font) !important; letter-spacing: 0 !important; }
body .Sub #ProductDetailWrap .product-content-about-wrap .ck-content :where(p, li, div, a, span, table, th, td) { font-size: 16px !important; line-height: 1.6 !important; }
body .Sub #ProductDetailWrap .product-content-about-wrap .ck-content h1 { font-size: 32px !important; font-weight: 600 !important; line-height: 1.2 !important; }
body .Sub #ProductDetailWrap .product-content-about-wrap .ck-content h2 { font-size: 24px !important; font-weight: 600 !important; line-height: 1.3 !important; }
body .Sub #ProductDetailWrap .product-content-about-wrap .ck-content h3 { font-size: 20px !important; font-weight: 600 !important; line-height: 1.35 !important; }
body .Sub #ProductDetailWrap .product-content-about-wrap .ck-content :where(h4, h5, h6) { font-size: 18px !important; font-weight: 600 !important; line-height: 1.4 !important; }
body .Sub #ProductDetailWrap .product-content-about-wrap .ck-content :where(strong, b) { font-size: inherit !important; font-weight: 600 !important; line-height: inherit !important; }
body .Sub #CertificationListWrap .list-wrap .item .title,
body .Sub #ProductListWrap .list-wrap .item .title { font-size: 16px; font-weight: 500; line-height: 1.4; }

/* One Useful Idea */
body .Sub.idea-page { color: var(--brand-ink); }
.idea-page-container { width: 90%; max-width: 1680px; margin-inline: auto; }
.idea-page-hero { padding-block: 76px 86px; border-bottom: 1px solid #ced8d1; background: #e7efe9; }
.idea-page-hero-grid { display: grid; grid-template-columns: minmax(300px, .8fr) minmax(0, 1.2fr); gap: 8vw; align-items: end; }
body .Sub .idea-page-hero h1 { max-width: 620px; margin: 0; font-size: 72px; font-weight: 700; line-height: .98; overflow-wrap: anywhere; }
.idea-page-intro { max-width: 760px; }
body .Sub .idea-page-intro h2 { max-width: 680px; margin: 0; font-size: 36px; font-weight: 500; line-height: 1.18; }
.idea-page-intro > p { max-width: 700px; margin: 24px 0 0; color: #45534b; font-size: 18px; line-height: 1.65; }
.idea-process { padding-block: 62px 72px; background: #fff; }
body .Sub .idea-process > .idea-page-container > h2 { margin: 0 0 34px; font-size: 24px; font-weight: 600; line-height: 1.3; }
.idea-process-list { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); margin: 0; padding: 0; border-top: 1px solid #9fa8ad; list-style: none; }
.idea-process-list li { min-width: 0; min-height: 174px; padding: 20px 28px 0 0; border-right: 1px solid #d9dddf; }
.idea-process-list li + li { padding-left: 28px; }
.idea-process-list li:last-child { border-right: 0; }
.idea-process-list span, .idea-section-index { display: block; margin: 0 0 34px; color: #687178; font-size: 10px; font-weight: 600; line-height: 1.3; }
.idea-process-list strong { display: block; margin-bottom: 12px; font-size: 16px; font-weight: 600; line-height: 1.35; }
.idea-process-list p { margin: 0; color: #667078; font-size: 14px; line-height: 1.55; }
.idea-form-section { padding-block: 84px 96px; background: #f4f6f5; }
.idea-form-layout { display: grid; grid-template-columns: minmax(240px, .7fr) minmax(0, 1.3fr); gap: 8vw; align-items: start; }
.idea-form-intro { position: sticky; top: calc(var(--header-height) + 28px); max-width: 440px; }
body .Sub .idea-form-intro h2 { margin: 0; font-size: 42px; font-weight: 600; line-height: 1.1; }
.idea-form-intro > p:last-child { margin: 24px 0 0; color: #5f6963; font-size: 15px; line-height: 1.65; }
.idea-form { min-width: 0; padding-top: 44px; border-top: 1px solid #aab2ad; }
.idea-field-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 28px 24px; }
.idea-field-wide { grid-column: 1 / -1; }
.idea-field label { display: block; margin-bottom: 9px; font-size: 13px; font-weight: 600; line-height: 1.4; }
.idea-field label span { color: #316bba; }
.idea-field input, .idea-field textarea { display: block; width: 100%; border: 1px solid #bdc4c0; border-radius: 2px; outline: 0; background: #fff; color: var(--brand-ink); font-size: 16px; line-height: 1.5; box-sizing: border-box; transition: border-color .2s, box-shadow .2s; }
.idea-field input { height: 52px; padding: 0 14px; }
.idea-field textarea { min-height: 126px; padding: 13px 14px; resize: vertical; }
.idea-field input:focus, .idea-field textarea:focus { border-color: var(--brand-ink); box-shadow: 0 0 0 2px rgba(109, 161, 238, .35); }
.idea-field textarea::placeholder { color: #8a918d; opacity: 1; }
.idea-consent { display: flex; align-items: flex-start; justify-content: space-between; gap: 24px; margin-top: 30px; padding-top: 22px; border-top: 1px solid #d5dad7; }
.idea-consent label { display: flex; align-items: flex-start; gap: 10px; max-width: 680px; color: #56605a; font-size: 13px; line-height: 1.5; cursor: pointer; }
.idea-consent input { width: 16px; height: 16px; margin: 2px 0 0; accent-color: var(--brand-ink); flex: 0 0 auto; }
.idea-policy-link { padding: 0; border: 0; border-bottom: 1px solid currentColor; border-radius: 0; background: transparent; color: var(--brand-ink); font-size: 12px; line-height: 1.5; white-space: nowrap; cursor: pointer; }
.idea-credit-note { margin: -2px 0 0; color: #53635a; font-size: 13px; line-height: 1.55; }
.idea-credit-note strong { color: var(--brand-ink); font-weight: 600; }
.idea-form-actions { display: flex; align-items: center; gap: 24px; margin-top: 30px; }
.idea-submit { min-width: 170px; border: 1px solid var(--brand-ink); cursor: pointer; }
.idea-submit:disabled { cursor: wait; opacity: .6; }
.idea-form-status { margin: 0; font-size: 13px; line-height: 1.45; }
.idea-form-status.is-success { color: #28623d; }
.idea-form-status.is-error { color: #a12e2e; }
.idea-hp { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.idea-selected-section { padding-block: 84px 104px; background: #fff; }
body .Sub .idea-selected-section h2 { margin: 0 0 38px; font-size: 42px; font-weight: 600; line-height: 1.15; }
.idea-selected-list { border-top: 1px solid #aab2ad; }
.idea-selected-item { display: grid; grid-template-columns: minmax(150px, .35fr) minmax(0, 1.65fr); gap: 5vw; padding-block: 28px; border-bottom: 1px solid #d9dddf; }
.idea-selected-item > p { margin: 0; color: #667078; font-size: 11px; font-weight: 600; text-transform: uppercase; }
body .Sub .idea-selected-item h3 { margin: 0 0 12px; font-size: 24px; font-weight: 600; line-height: 1.3; overflow-wrap: anywhere; }
.idea-selected-copy { color: #4f5953; font-size: 15px; line-height: 1.65; white-space: normal; }
.idea-empty-state { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(0, .85fr) auto; gap: 5vw; align-items: start; padding-block: 30px; border-top: 1px solid #aab2ad; border-bottom: 1px solid #d9dddf; }
body .Sub .idea-empty-state h3 { margin: 0; font-size: 24px; font-weight: 500; line-height: 1.3; }
.idea-empty-state p { margin: 0; color: #667078; font-size: 14px; line-height: 1.6; }
.idea-empty-state a { border-bottom: 1px solid currentColor; font-size: 13px; line-height: 1.6; white-space: nowrap; }

/* Privacy statement */
body .Sub.privacy-page { padding-bottom: 0; }
.privacy-page-container { width: 90%; max-width: 1480px; margin-inline: auto; }
.privacy-page-hero { padding-block: 74px 82px; border-bottom: 1px solid #d7dfda; background: #f4f6f5; }
.privacy-page-hero-grid { display: grid; grid-template-columns: minmax(280px, .7fr) minmax(0, 1.3fr); gap: 8vw; align-items: end; }
.privacy-page-kicker { margin: 0 0 22px; color: #657068; font-size: 11px; font-weight: 600; line-height: 1.3; text-transform: uppercase; }
body .Sub .privacy-page-hero h1 { margin: 0; font-size: 64px; font-weight: 600; line-height: 1.02; }
.privacy-page-summary { max-width: 720px; }
.privacy-page-summary p { margin: 0; color: #46514b; font-size: 18px; line-height: 1.65; }
.privacy-page-updated { display: block; margin-top: 22px; color: #6a726e; font-size: 12px; line-height: 1.4; }
.privacy-page-content { padding-block: 76px 104px; }
.privacy-page-layout { display: grid; grid-template-columns: minmax(200px, .48fr) minmax(0, 1.52fr); gap: 8vw; align-items: start; }
.privacy-page-aside { position: sticky; top: calc(var(--header-height) + 28px); }
.privacy-page-aside p { margin: 0 0 16px; color: #687178; font-size: 11px; font-weight: 600; line-height: 1.3; text-transform: uppercase; }
.privacy-page-aside a { display: inline-block; border-bottom: 1px solid currentColor; font-size: 14px; line-height: 1.6; }
.privacy-page-body { max-width: 900px; }
.privacy-page-body section { padding: 30px 0 38px; border-top: 1px solid #d6dbd8; }
.privacy-page-body section:first-child { padding-top: 0; border-top-color: #929b96; }
body .Sub .privacy-page-body h2 { margin: 0 0 18px; font-size: 24px; font-weight: 600; line-height: 1.3; }
.privacy-page-body p, .privacy-page-body li { color: #4f5953; font-size: 16px; line-height: 1.7; }
.privacy-page-body p { margin: 0 0 14px; }
.privacy-page-body p:last-child { margin-bottom: 0; }
.privacy-page-body ul { margin: 0; padding-left: 20px; }
.privacy-page-body li + li { margin-top: 7px; }
.privacy-page-body a { color: #125fac; border-bottom: 1px solid currentColor; }
.privacy-page-body strong { color: var(--brand-ink); font-weight: 600; }

@media (max-width: 768px) {
	.idea-page-hero { padding-block: 48px 54px; }
	.idea-page-hero-grid { grid-template-columns: minmax(0, 1fr); gap: 40px; }
	body .Sub .idea-page-hero h1 { font-size: 46px; line-height: 1; }
	body .Sub .idea-page-intro h2 { font-size: 28px; }
	.idea-page-intro > p { margin-top: 18px; font-size: 16px; }
	.idea-process { padding-block: 44px 52px; }
	.idea-process-list { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.idea-process-list li { min-height: 160px; padding-right: 18px; }
	.idea-process-list li + li { padding-left: 18px; }
	.idea-process-list li:nth-child(2) { border-right: 0; }
	.idea-process-list li:nth-child(3), .idea-process-list li:nth-child(4) { padding-top: 20px; border-top: 1px solid #d9dddf; }
	.idea-process-list li:nth-child(3) { padding-left: 0; }
	.idea-form-section { padding-block: 56px 64px; }
	.idea-form-layout { grid-template-columns: minmax(0, 1fr); gap: 40px; }
	.idea-form-intro { position: static; }
	body .Sub .idea-form-intro h2, body .Sub .idea-selected-section h2 { font-size: 32px; }
	.idea-form { padding-top: 30px; }
	.idea-field-grid { grid-template-columns: minmax(0, 1fr); gap: 22px; }
	.idea-field-wide { grid-column: auto; }
	.idea-consent { flex-direction: column; gap: 14px; }
	.idea-form-actions { align-items: flex-start; flex-direction: column; gap: 14px; }
	.idea-submit { width: 100%; }
	.idea-selected-section { padding-block: 56px 68px; }
	.idea-selected-item, .idea-empty-state { grid-template-columns: minmax(0, 1fr); gap: 16px; }
	.privacy-page-hero { padding-block: 48px 54px; }
	.privacy-page-hero-grid { grid-template-columns: minmax(0, 1fr); gap: 32px; }
	body .Sub .privacy-page-hero h1 { font-size: 42px; }
	.privacy-page-summary p { font-size: 16px; }
	.privacy-page-content { padding-block: 54px 68px; }
	.privacy-page-layout { grid-template-columns: minmax(0, 1fr); gap: 40px; }
	.privacy-page-aside { position: static; }
	body .Sub .privacy-page-body h2 { font-size: 21px; }
	.privacy-page-body p, .privacy-page-body li { font-size: 15px; }

    body .Sub:not(.idea-page) { padding-bottom: 48px; }
    body .Sub #SubPageHead .sub-category-wrap { margin-top: 16px; margin-bottom: 36px; }
    body .Sub #AboutWrap .title-wrap,
    body .Sub #LocationWrap .title-wrap,
    body .Sub #ProductDetailWrap .title-wrap { padding-bottom: 16px; margin-bottom: 28px; }
    body .Sub.sub-history .history-content-wrap .sub-line-header-wrap { margin-bottom: 40px; }
    body .Sub .history-box .right { padding-bottom: 36px; }
    body .Sub #LocationWrap .content-wrap .location-item { margin-bottom: 56px; }
    body .Sub #LocationWrap .location-item-title-wrap { margin-bottom: 16px; }
    body .Sub #LocationWrap .location-map-wrap { margin-bottom: 24px; }
    body .Sub #LocationWrap .location-item-info-wrap { padding-top: 20px; }
    body .Sub #LocationWrap .location-item-info-wrap .line { margin-bottom: 24px; }
    body .Sub #ContactUsWrap .title-wrap h1 { margin-bottom: 12px; }
    body .Sub .cs-form-wrap { margin-bottom: 36px; padding-top: 24px; }
    body .Sub .cs-btn-wrap { margin-top: 24px; }
    body .Sub #ProductListWrap .list-wrap { row-gap: 26px; }
    body .Sub #ProductListWrap .list-pagination-wrap { margin-top: 36px; }
    body .Sub #ProductDetailWrap .product-detail-slide-wrap { margin-bottom: 32px; }
    body .Sub #ProductDetailWrap .product-detail-content-wrap { padding-top: 28px; }
    body .Sub #ProductDetailWrap .product-detail-content-wrap .content-title-wrap { margin-bottom: 20px; }
    body .Sub #ProductDetailWrap .product-detail-table-wrap { margin-bottom: 28px; }

    #header .header-menu-wrap > .menu .depth2 a { font-size: 13px; }
    body .Sub #SubPageHead .sub-head-title h2 { font-size: 26px; }
    body .Sub #SubPageHead .sub-menu-list { gap: 24px; }
    body .Sub #SubPageHead .sub-menu-list .item { font-size: 13px; }
    body .Sub .title-wrap h1 { font-size: 30px; }
    body .Sub .title-wrap h2 { font-size: 26px; }
    body .Sub .title-wrap h3 { font-size: 22px; }

    body .Sub #AboutWrap .title-wrap h3 { font-size: 18px; }
    body .Sub #AboutWrap .title-wrap h2 { font-size: 30px; }
    body .Sub #AboutWrap .about-section-title { font-size: 18px; }
    body .Sub #AboutWrap .text-wrap { font-size: 16px; line-height: 1.6; }

    body .Sub .history-content-wrap .sub-line-header-title { font-size: 28px; }
    body .Sub .history-box .left-sticky .left-sticky-in { font-size: 28px; }
    body .Sub .history-box .right { font-size: 14px; line-height: 1.5; }

    body .Sub .organization-dept,
    body .Sub .organization-line:first-child .organization-dept,
    body .Sub .organization-line:nth-child(2) .organization-dept { font-size: 22px; }
    body .Sub .organization-box .organization-line .organization-about { font-size: 15px; }

    body .Sub #LocationWrap .location-item-info-wrap .line { font-size: 16px; line-height: 1.6; }
    body .Sub #LocationWrap .location-item-info-wrap .line .line-title { font-size: 18px; }

    body .Sub #ContactUsWrap .title-wrap h1 { font-size: 30px; line-height: 1.25; }
    body .Sub #ContactUsWrap .title-wrap .about { font-size: 16px; line-height: 1.5; }
    body .Sub .cs-form-wrap .line .left { font-size: 14px; }

    body .Sub #ProductDetailWrap .title-wrap h2 { font-size: 26px; }
    body .Sub #ProductDetailWrap .title-wrap .sub-title { font-size: 16px; }
    body .Sub #ProductDetailWrap .content-title-wrap h3 { font-size: 20px; }
    body .Sub #ProductDetailWrap .product-detail-table-wrap table th { font-size: 13px; }
    body .Sub #ProductDetailWrap .product-detail-table-wrap table td { font-size: 14px; }
    body .Sub #ProductDetailWrap .product-content-about-wrap .ck-content h1 { font-size: 26px !important; }
    body .Sub #ProductDetailWrap .product-content-about-wrap .ck-content h2 { font-size: 22px !important; }
    body .Sub #ProductDetailWrap .product-content-about-wrap .ck-content h3 { font-size: 18px !important; }
    body .Sub #ProductDetailWrap .product-content-about-wrap .ck-content :where(h4, h5, h6) { font-size: 17px !important; }
}

@media (prefers-reduced-motion: reduce) {
    .studio-hero-slide { transition: none; }
}
