/* Corporate design system; approved project copy and images stay in the work templates. */
:root {
  --refresh-ink: #1a1a1a;
  --refresh-muted: #606060;
  --refresh-paper: #f5f6f7;
  --refresh-line: #dedede;
  --refresh-orange: #ff6b00;
  --refresh-radius: 4px;
  --refresh-orange-text: #1a1a1a;
}

.skip-link { position: fixed; z-index: 2000; top: 12px; left: 16px; padding: 12px 20px; background: #1a1a1a; color: #fff; transform: translateY(-160%); }
.skip-link:focus { transform: translateY(0); }
.header__nav-link--contact { color: var(--refresh-ink); background: var(--refresh-orange); border-radius: var(--refresh-radius); font-family: inherit; font-size: 15px; font-weight: 700; padding: 12px 24px; }
.header__nav-link--contact:hover { color: var(--refresh-ink); background: #ff852e; }
.btn { border-radius: var(--refresh-radius); font-family: inherit; font-weight: 700; font-size: 15px; }
.btn--primary { color: var(--refresh-ink); background: var(--refresh-orange); }
.btn--primary:hover { background: #ff852e; }
.btn--outline:hover { color: var(--refresh-ink); border-color: var(--refresh-orange); }
.header__nav-link:not(.header__nav-link--contact):hover, .mobile-nav__link:hover { color: var(--refresh-orange-text); }
:where(.action, .text-link, .service-area, .demo-filters button, .demo-slots button, .demo-answer summary, .footer--refresh a, .header a, .hamburger, .mobile-nav a, .mobile-nav__close):focus-visible { outline: 3px solid var(--refresh-orange); outline-offset: 5px; }
.page--refresh [id] { scroll-margin-top: 110px; }
.page--refresh [hidden] { display: none !important; }
.page--refresh p { overflow-wrap: anywhere; }
.eyebrow { display: block; margin-bottom: 22px; font-size: 12px; line-height: 1.5; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; color: var(--refresh-orange-text); }
.action { display: inline-flex; align-items: center; justify-content: space-between; gap: 32px; min-height: 58px; padding: 17px 24px; border: 1px solid transparent; border-radius: var(--refresh-radius); font-size: 15px; font-weight: 700; line-height: 1.5; transition: background-color .2s, transform .2s; }
.action--orange { color: var(--refresh-ink); background: var(--refresh-orange); }
.action--orange:hover { color: var(--refresh-ink); background: #ff852e; transform: translateY(-2px); }
.action > span { font-size: 22px; line-height: 1; }
.text-link { display: inline-flex; align-items: center; gap: 20px; padding: 10px 0; font-size: 14px; font-weight: 700; line-height: 1.6; border-bottom: 1px solid currentColor; }
.text-link:hover { color: var(--refresh-orange-text); }
.text-link > span { font-size: 19px; }
.refresh-section { padding: 100px 0; }
.section-intro { display: grid; grid-template-columns: 1fr 1fr; align-items: end; gap: 80px; margin-bottom: 52px; }
.section-intro h2, .company-teaser h2, .development-policy h2, .company-overview h2, .company-history h2 { color: var(--refresh-ink); font-size: clamp(30px, 3.1vw, 42px); line-height: 1.5; letter-spacing: -.04em; }
.section-intro p { color: var(--refresh-muted); font-size: 16px; line-height: 1.95; }
.section-intro .text-link { margin-top: 12px; }
.mobile-break { display: none; }

/* First view */
.home-hero { background: #fff; padding-top: 142px; }
.home-hero__inner { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 48px; }
.home-hero__copy > .eyebrow { display: flex; align-items: center; gap: 12px; color: var(--refresh-ink); margin-bottom: 24px; }
.home-hero__copy > .eyebrow::before { content: ''; width: 24px; height: 3px; background: var(--refresh-orange); }
.home-hero h1 { font-size: clamp(64px, 7.2vw, 96px); line-height: 1.14; letter-spacing: -.065em; color: var(--refresh-ink); }
.home-hero__lead { margin-top: 28px; font-size: 23px; font-weight: 700; line-height: 1.7; letter-spacing: -.025em; color: var(--refresh-ink); }
.home-hero__description { margin-top: 14px; font-size: 15px; line-height: 1.9; color: var(--refresh-muted); }
.home-hero__actions { display: flex; align-items: center; flex-wrap: wrap; gap: 18px 28px; margin-top: 28px; }
.home-hero__actions .action { gap: 26px; }
.home-hero__terms { margin-top: 12px; color: var(--refresh-muted); font-size: 12px; }
.home-hero__terms > span { margin: 0 5px; color: #969690; }
.home-hero__visual { padding: 18px; background: var(--refresh-paper); border-top: 3px solid var(--refresh-orange); }
.home-hero__visual-label { display: flex; justify-content: space-between; gap: 12px; margin-bottom: 16px; font-size: 11px; letter-spacing: .04em; color: #606060; }
.home-hero__visual-label > span:first-child { font-weight: 700; color: #1a1a1a; }
.home-hero__visual-note { margin-top: 16px; color: #555555; font-size: 13px; text-align: right; }
.home-hero__bottom { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-top: 60px; padding-top: 20px; padding-bottom: 24px; font-size: 10px; font-weight: 700; letter-spacing: .08em; color: var(--refresh-muted); }
.home-hero__bottom a { display: inline-flex; align-items: center; gap: 24px; min-height: 32px; font-size: 12px; color: #1a1a1a; }

/* Working, local sample interfaces; no customer data or external submissions. */
.service-demo { min-width: 0; margin: 0; overflow: hidden; background: #fff; border: 1px solid #d7d7d7; border-radius: 8px; box-shadow: 0 18px 40px -28px rgb(0 0 0 / 35%); color: var(--refresh-ink); }
.service-demo__bar { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 16px 22px; border-bottom: 1px solid #e7e7e7; }
.service-demo__app { font-size: 12px; font-weight: 700; }
.service-demo__sample { color: #666666; font-size: 10px; }
.service-demo__body { padding: 24px 22px; }
.service-demo figcaption { padding: 12px 18px; border-top: 1px solid #e7e7e7; color: #696969; font-size: 10px; line-height: 1.7; background: #fafafa; }
.demo-heading { display: flex; align-items: center; justify-content: space-between; margin-bottom: 20px; }
.demo-heading p { font-weight: 700; font-size: 20px; }
.demo-heading > span { font-size: 11px; color: #666666; }
.demo-filters { display: flex; gap: 6px; margin-bottom: 14px; }
.demo-filters button { padding: 8px 14px; min-height: 36px; border-radius: 4px; font-size: 11px; color: #606060; }
.demo-filters button[aria-pressed="true"] { background: #1a1a1a; color: #fff; }
.demo-filters button:hover { background: #eaeaea; color: #1a1a1a; }
.demo-filters button[aria-pressed="true"]:hover { background: #333; color: #fff; }
.demo-projects { min-height: 222px; }
.demo-project { display: flex; align-items: center; gap: 14px; padding: 16px 0; border-bottom: 1px solid #ededeb; }
.demo-project > div { flex: 1; min-width: 0; }
.demo-project strong { display: block; font-size: 12px; font-weight: 700; }
.demo-project > div > span { display: block; font-size: 10px; color: #727272; margin-top: 3px; }
.demo-status { flex: none; padding: 4px 7px; background: #fff0e5; color: var(--refresh-ink); border-radius: 3px; font-size: 10px; }
.demo-status--done { background: #edf3ef; color: #36664f; }
.demo-summary { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-top: 20px; color: #606060; font-size: 11px; }
.demo-step { display: block; margin-bottom: 16px; font-size: 11px; color: #626262; }
.demo-booking-title { font-size: 19px; line-height: 1.7; font-weight: 700; }
.demo-slots { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin: 28px 0; }
.demo-slots button { border: 1px solid #d7d7d7; border-radius: 5px; padding: 16px 8px; font-size: 20px; font-weight: 700; }
.demo-slots button span { display: block; margin-top: 6px; font-size: 10px; font-weight: 500; }
.demo-slots button[aria-pressed="true"] { background: #fff0e5; border-color: var(--refresh-orange); color: var(--refresh-ink); }
.demo-slots button:hover { border-color: #1a1a1a; }
.demo-booking-result { display: flex; align-items: center; justify-content: space-between; padding: 18px 0; border-top: 1px solid #e7e7e7; font-size: 12px; }
.demo-booking-result strong { font-size: 18px; }
.demo-small-note { margin-top: 14px; font-size: 11px; line-height: 1.8; color: #606060; }
.demo-ai-question { margin: 0 0 24px 30px; background: #f3f3f3; padding: 16px; border-radius: 8px 8px 0 8px; font-size: 13px; line-height: 1.7; }
.demo-answer summary { display: flex; align-items: center; gap: 10px; list-style: none; cursor: pointer; padding: 10px 0; font-size: 12px; font-weight: 700; }
.demo-answer summary::-webkit-details-marker { display: none; }
.demo-ai-mark { display: grid; place-items: center; flex: none; width: 29px; height: 29px; border-radius: 4px; background: #1a1a1a; color: #fff; font-size: 10px; }
.demo-answer__toggle { margin-left: auto; font-size: 16px; transition: transform .2s; }
.demo-answer[open] .demo-answer__toggle { transform: rotate(45deg); }
.demo-answer__body { padding: 14px 0 8px 39px; font-size: 12px; line-height: 1.85; }
.demo-answer__body ol { counter-reset: ai-steps; margin: 16px 0; }
.demo-answer__body li { display: flex; gap: 8px; margin: 8px 0; }
.demo-answer__body li::before { counter-increment: ai-steps; content: counter(ai-steps) '.'; color: var(--refresh-orange); }
.demo-source { display: inline-block; background: #f4f4f4; padding: 5px 8px; font-size: 10px; color: #606060; }

/* Services and process */
.service-areas { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
.service-area { display: flex; flex-direction: column; min-width: 0; padding: 26px 0 20px; border-top: 2px solid #1a1a1a; border-bottom: 1px solid var(--refresh-line); transition: border-color .2s; }
.service-area:hover { color: #1a1a1a; border-top-color: var(--refresh-orange); }
.service-area__top { margin-bottom: 24px; font-size: 11px; text-transform: uppercase; letter-spacing: .07em; color: var(--refresh-muted); }
.service-area h3 { font-size: 20px; line-height: 1.65; letter-spacing: -.035em; margin-bottom: 16px; }
.service-area p { font-size: 14px; line-height: 1.9; color: var(--refresh-muted); margin-bottom: 30px; }
.service-area__examples { display: block; margin-top: auto; font-size: 11px; line-height: 1.8; color: var(--refresh-muted); }
.approach-section { padding: 96px 0; background: var(--refresh-ink); color: #fff; }
.approach-section .eyebrow, .consultation .eyebrow { color: var(--refresh-orange); }
.approach-section .section-intro h2 { color: #fff; }
.approach-section .section-intro p { color: #c5c5c5; }
.approach-steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 42px; }
.approach-steps li { padding-top: 22px; border-top: 1px solid #555555; }
.approach-steps__number { font-size: 12px; color: var(--refresh-orange); }
.approach-steps h3 { margin: 22px 0 16px; font-size: 23px; letter-spacing: -.03em; line-height: 1.6; }
.approach-steps p { color: #c5c5c5; font-size: 14px; line-height: 2; }
.approach-section > .container > .text-link { margin-top: 40px; }
.approach-section .text-link:hover { color: var(--refresh-orange); }
.page-heading { padding: 150px 0 76px; }
.page-heading__row { display: flex; align-items: end; justify-content: space-between; gap: 48px; }
.page-heading h1 { flex: none; font-size: clamp(40px, 4vw, 58px); letter-spacing: -.045em; line-height: 1.35; color: #1a1a1a; }
.page-heading__row > p { max-width: 570px; color: var(--refresh-muted); line-height: 1.95; font-size: 16px; }
.page-heading .service-areas { margin-top: 64px; }
.service-feature { padding: 84px 0; border-top: 1px solid var(--refresh-line); }
.service-feature__inner { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 90px; }
.service-feature__copy h2 { margin-bottom: 26px; font-size: 39px; line-height: 1.5; letter-spacing: -.045em; color: #1a1a1a; }
.service-feature__copy h3 { font-size: 17px; margin-bottom: 16px; }
.service-feature__copy > p { font-size: 15px; color: var(--refresh-muted); line-height: 1.95; }
.capability-list { margin: 24px 0; }
.capability-list li { display: flex; gap: 10px; margin-top: 10px; font-size: 14px; }
.capability-list li::before { content: '—'; color: var(--refresh-orange-text); }
.service-feature__copy > .service-feature__note { font-size: 13px; }
.service-feature__copy > .text-link { margin-top: 22px; }
.service-feature__demo { min-width: 0; padding: 26px; background: var(--refresh-paper); }
.service-feature--reverse { background: #fafafa; }
.service-feature--reverse .service-feature__copy { order: 2; }
.service-feature--reverse .service-feature__demo { order: 1; }
.process-overview { background: var(--refresh-paper); }
.approach-steps--light li { border-color: #c9c9c9; }
.approach-steps--light .approach-steps__number { color: var(--refresh-orange-text); }
.approach-steps--light p { color: var(--refresh-muted); }
.support-options { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; margin-top: 64px; padding-top: 42px; border-top: 1px solid #c9c9c9; }
.support-options .eyebrow { margin-bottom: 16px; }
.support-options__heading { display: flex; flex-wrap: wrap; align-items: center; gap: 12px 24px; margin-bottom: 16px; }
.support-options__heading h3 { font-size: 23px; }
.support-options__heading > span { font-size: 14px; color: var(--refresh-orange-text); font-weight: 700; }
.support-options article > p { font-size: 14px; line-height: 1.9; color: var(--refresh-muted); }

/* Company */
.company-teaser { display: grid; grid-template-columns: 1fr 1fr; align-items: start; gap: 80px; }
.company-teaser__body > p { margin-top: 0; margin-bottom: 24px; color: var(--refresh-muted); font-size: 15px; line-height: 1.95; max-width: 530px; }
.company-teaser__body .text-link { margin-top: 24px; }
.handover-strip { display: flex; align-items: center; justify-content: space-between; gap: 24px; margin-top: 72px; padding-top: 36px; }
.handover-strip > p { font-size: 16px; line-height: 1.9; }
.handover-strip ul { padding-left: 24px; border-left: 2px solid var(--refresh-orange); color: var(--refresh-muted); font-size: 13px; line-height: 2.1; }
.handover-strip .text-link { flex: none; }
@media (min-width: 641px) {
  .handover-strip { display: grid; grid-template-columns: 260px minmax(0, 1fr); gap: 12px 48px; border-top: 1px solid var(--refresh-line); }
  .handover-strip > p { grid-column: 1; grid-row: 1; }
  .handover-strip ul { grid-column: 2; grid-row: 1 / 3; }
  .handover-strip .text-link { grid-column: 1; grid-row: 2; justify-self: start; }
}
.company-principle { padding: 74px 0 84px; background: var(--refresh-paper); }
.company-principle h2 { font-size: clamp(32px, 4vw, 54px); line-height: 1.55; letter-spacing: -.04em; color: var(--refresh-ink); }
.company-principle p { margin-top: 30px; color: var(--refresh-muted); font-size: 16px; line-height: 1.95; }
.profile-layout { display: grid; grid-template-columns: 300px 1fr; gap: 96px; }
.profile-layout__person { padding-top: 24px; border-top: 3px solid var(--refresh-orange); }
.profile-layout__person > span { display: block; margin: 0 0 6px; color: var(--refresh-muted); font-size: 12px; }
.profile-layout__person h2 { font-size: 27px; letter-spacing: .03em; }
.profile-layout__person > p { margin-top: 4px; font-size: 10px; letter-spacing: .12em; color: var(--refresh-muted); }
.profile-layout__body > h3 { color: #1a1a1a; font-size: 33px; line-height: 1.5; letter-spacing: -.04em; }
.profile-layout__lead { font-size: 17px; margin-top: 20px; line-height: 1.9; }
.profile-experience { margin-top: 30px; padding-top: 24px; border-top: 1px solid var(--refresh-line); }
.profile-experience > span { display: block; margin-bottom: 12px; font-size: 11px; text-transform: uppercase; letter-spacing: .07em; color: var(--refresh-orange-text); }
.profile-experience h4 { margin-bottom: 12px; font-size: 18px; line-height: 1.7; }
.profile-experience p { color: var(--refresh-muted); font-size: 14px; line-height: 1.95; }
.profile-experience .profile-experience__note { margin-top: 12px; font-size: 11px; }
.development-policy { background: var(--refresh-paper); }
.policy-list { border-top: 1px solid #cecece; }
.policy-list article { padding: 26px 0; border-bottom: 1px solid #cecece; }
.policy-list h3 { margin-bottom: 8px; font-size: 21px; }
.policy-list p { color: var(--refresh-muted); font-size: 14px; line-height: 1.9; }
.development-policy > .container > .text-link { margin-top: 28px; }
.company-overview__inner { display: grid; grid-template-columns: 260px 1fr; gap: 60px; }
.page--company .company-table { width: 100%; max-width: none; margin: 0; }
.page--company .company-table th { width: 110px; }
.page--company .company-table th, .page--company .company-table td { padding: 22px 12px; font-size: 14px; }
.company-history { padding-top: 0; }
.page--company .timeline { max-width: none; margin: 0; }

/* Contact */
.page--contact .page-heading { padding-bottom: 46px; }
.contact-intro { display: flex; align-items: end; justify-content: space-between; gap: 48px; }
.contact-intro > div { min-width: 0; }
.contact-intro h1 { font-size: 50px; }
.contact-intro > p { max-width: 560px; font-size: 15px; line-height: 1.9; color: var(--refresh-muted); }
.contact-content { padding: 0 0 96px; }
.contact-layout { display: grid; grid-template-columns: minmax(0, 1fr) 310px; gap: 80px; align-items: start; }
.page--contact .contact-form { width: 100%; max-width: none; margin: 0; }
.contact-aside { background: var(--refresh-paper); padding: 30px 28px; border-top: 3px solid var(--refresh-orange); }
.contact-aside .eyebrow { margin-bottom: 18px; }
.contact-aside h2 { font-size: 22px; line-height: 1.6; margin-bottom: 14px; }
.contact-aside p { font-size: 13px; line-height: 1.9; color: var(--refresh-muted); }
.contact-aside ul { margin-top: 24px; }
.contact-aside li { display: flex; gap: 12px; padding: 16px 0; border-top: 1px solid var(--refresh-line); color: var(--refresh-muted); font-size: 12px; line-height: 1.8; }
.contact-aside li::before { content: ""; flex: none; width: 5px; height: 5px; margin-top: 8px; border-radius: 50%; background: var(--refresh-orange); }
.page--contact .form-group { margin-bottom: 24px; }
.page--contact .form-group label { font-size: 14px; }
.page--contact .required { color: var(--refresh-orange-text); font-size: 11px; }
.form-optional { font-size: 11px; margin-left: 10px; font-weight: 400; color: var(--refresh-muted); }
.page--contact :is(input, select, textarea):focus { border-color: var(--refresh-orange); outline: 2px solid var(--refresh-orange); outline-offset: 2px; }
.page--contact .contact-form .btn--primary { background: var(--refresh-orange); color: var(--refresh-ink); border-radius: 4px; min-width: 230px; }
.page--contact .contact-form .btn--primary:hover { background: #ff852e; }
.page--contact .contact-form a { color: var(--refresh-orange-text) !important; }
.page--contact .form-note { color: #555555; }
.page--contact #kabeuchi-note { font-size: 12px; line-height: 1.8; }
.contact-message-help { margin: 0 0 10px; font-size: 12px; color: var(--refresh-muted); line-height: 1.8; }
.page--contact #faq { padding: 76px 0; }
.page--contact #faq .section__label { color: var(--refresh-orange-text); }
.page--contact #faq .section__header { margin-bottom: 36px; }
.page--contact #faq .pricing-note { margin-top: 20px; }

/* Shared contact and footer */
.consultation { padding: 78px 0; background: var(--refresh-ink); color: #fff; }
.consultation__inner { display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 60px; }
.consultation h2 { font-size: clamp(28px, 3vw, 40px); line-height: 1.55; letter-spacing: -.03em; }
.consultation__text { max-width: 540px; margin-top: 20px; color: #ccc; font-size: 15px; line-height: 1.9; }
.consultation__action { min-width: 285px; }
.consultation__terms { margin-bottom: 14px; font-size: 13px; }
.consultation__terms > span { color: #888; padding: 0 4px; }
.consultation .action { width: 100%; }
.consultation__note { margin-top: 14px; font-size: 10px; color: #c5c5c5; line-height: 1.8; }
.footer--refresh { background: #fff; color: #1a1a1a; padding-top: 64px; }
.footer--refresh .footer__top { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; padding-bottom: 48px; border-color: #ddd; }
.footer__identity img { width: 194px; height: auto; }
.footer__company { margin-top: 22px; font-size: 12px; font-weight: 700; }
.footer__description { margin-top: 8px; color: #606060; font-size: 12px; line-height: 1.9; }
.footer--refresh .footer__nav { width: 100%; max-width: none; gap: 26px; margin: 0; }
.footer--refresh .footer__nav-group h4 { opacity: 1; font-size: 12px; }
.footer--refresh .footer__nav-group ul { opacity: 1; color: #606060; }
.footer--refresh .footer__nav-group a { font-size: 12px; opacity: 1; }
.footer--refresh .footer__nav-group a:hover { color: var(--refresh-ink); text-decoration: underline; }
.footer--refresh .footer__copyright, .footer--refresh .footer__bottom-links a { color: #606060; opacity: 1; font-size: 10px; }

@media (max-width: 1100px) {
  .home-hero__inner { gap: 32px; }
  .home-hero__visual { padding: 20px; }
  .home-hero__visual-label { display: block; }
  .home-hero__visual-label > span:last-child { display: none; }
  .home-hero__actions { gap: 14px; }
  .home-hero__actions .action { padding: 16px 18px; gap: 12px; font-size: 14px; }
  .home-hero__actions .text-link { font-size: 12px; gap: 10px; }
  .section-intro { gap: 48px; }
  .service-feature__inner { gap: 48px; }
  .service-feature__copy h2 { font-size: 34px; }
  .service-feature__demo { padding: 20px; }
  .company-teaser { gap: 48px; }
  .profile-layout { gap: 56px; grid-template-columns: 270px 1fr; }
  .contact-layout { grid-template-columns: minmax(0, 1fr) 270px; gap: 44px; }
}
@media (max-width: 900px) {
  .home-hero { padding-top: 120px; }
  .home-hero__inner { grid-template-columns: 1fr; gap: 42px; }
  .home-hero__copy { max-width: 600px; }
  .home-hero__visual { max-width: 580px; width: 100%; justify-self: end; }
  .home-hero__visual-label { display: flex; }
  .home-hero__visual-label > span:last-child { display: block; }
  .home-hero__bottom { margin-top: 36px; }
  .section-intro { gap: 30px; }
  .service-area h3 { font-size: 17px; }
  .service-areas { gap: 20px; }
  .service-feature__inner { grid-template-columns: 1fr; gap: 40px; }
  .service-feature__demo { width: 100%; max-width: 600px; }
  .service-feature--reverse .service-feature__copy, .service-feature--reverse .service-feature__demo { order: initial; }
  .company-teaser { gap: 40px; }
  .company-overview__inner { grid-template-columns: 180px 1fr; gap: 30px; }
  .profile-layout { gap: 40px; grid-template-columns: 220px 1fr; }
  .consultation__inner { grid-template-columns: 1fr; gap: 32px; }
  .consultation__action { max-width: 380px; }
  .contact-layout { gap: 32px; grid-template-columns: minmax(0, 1fr) 240px; }
  .contact-aside { padding: 24px 20px; }
  .contact-intro { align-items: start; flex-direction: column; gap: 20px; }
}
@media (max-width: 640px) {
  .page--refresh [id] { scroll-margin-top: 86px; }
  .eyebrow { font-size: 10px; margin-bottom: 18px; }
  .home-hero { padding-top: 106px; }
  .home-hero h1 { font-size: clamp(44px, 13.6vw, 56px); line-height: 1.18; letter-spacing: -.045em; }
  .home-hero__copy > .eyebrow { margin-bottom: 24px; font-size: 10px; }
  .home-hero__lead { font-size: 19px; margin-top: 24px; line-height: 1.7; }
  .home-hero__description { font-size: 13px; margin-top: 12px; line-height: 1.9; }
  .home-hero__actions { align-items: center; flex-wrap: nowrap; gap: 16px; margin-top: 26px; }
  .home-hero__actions .action { gap: 12px; font-size: 13px; padding: 14px 16px; min-height: 53px; white-space: nowrap; }
  .home-hero__actions .text-link { gap: 8px; font-size: 11px; white-space: nowrap; }
  .home-hero__terms { font-size: 11px; }
  .home-hero__visual { padding: 0; border: none; background: transparent; }
  .home-hero__visual-label { display: none; }
  .home-hero__visual-label > span:last-child { display: none; }
  .home-hero__visual-note { display: none; }
  .home-hero__bottom { margin-top: 24px; font-size: 8px; gap: 14px; }
  .home-hero__bottom a { font-size: 10px; gap: 12px; flex: none; }
  .service-demo__bar { padding: 14px 16px; }
  .service-demo__body { padding: 20px 16px; }
  .service-demo figcaption { font-size: 9px; padding: 10px 14px; }
  .service-demo__sample { font-size: 9px; }
  .demo-heading p { font-size: 18px; }
  .demo-projects { min-height: 216px; }
  .demo-project { gap: 8px; padding: 15px 0; }
  .demo-project strong { font-size: 11px; }
  .demo-project > div > span { font-size: 9px; }
  .demo-status { font-size: 9px; padding: 4px 6px; }
  .demo-summary { font-size: 10px; }
  .demo-booking-title { font-size: 17px; }
  .demo-slots { gap: 8px; }
  .demo-slots button { padding: 14px 6px; font-size: 18px; }
  .demo-ai-question { margin-left: 14px; padding: 12px; font-size: 12px; }
  .demo-answer summary { font-size: 11px; }
  .demo-answer__body { padding-left: 0; }
  .refresh-section, .approach-section { padding: 66px 0; }
  .section-intro { grid-template-columns: 1fr; gap: 22px; margin-bottom: 32px; }
  .section-intro h2, .company-teaser h2 { font-size: 30px; line-height: 1.5; }
  .section-intro p { font-size: 14px; }
  .desktop-break { display: none; }
  .mobile-break { display: initial; }
  .service-areas { grid-template-columns: 1fr; gap: 0; }
  .service-area { padding: 22px 0; border-top-width: 1px; border-top-color: #d7d7d7; border-bottom: none; }
  .service-area:last-child { border-bottom: 1px solid #d7d7d7; }
  .service-area__top { margin-bottom: 12px; }
  .service-area h3 { font-size: 20px; margin-bottom: 10px; }
  .service-area p { margin-bottom: 16px; font-size: 13px; }
  .service-area__examples { font-size: 10px; }
  .approach-steps { grid-template-columns: 1fr; gap: 28px; }
  .approach-steps li { padding-top: 18px; }
  .approach-steps h3 { margin: 12px 0; font-size: 22px; }
  .approach-steps p { font-size: 13px; }
  .approach-section > .container > .text-link { margin-top: 32px; }
  .page-heading { padding: 112px 0 46px; }
  .page-heading__row { flex-direction: column; align-items: start; gap: 22px; }
  .page-heading h1 { font-size: 40px; }
  .page-heading__row > p { font-size: 14px; }
  .page-heading .service-areas { margin-top: 36px; }
  .service-feature { padding: 60px 0; }
  .service-feature__inner { gap: 32px; }
  .service-feature__copy h2 { font-size: 31px; }
  .service-feature__copy > p { font-size: 14px; }
  .service-feature__demo { padding: 16px; }
  .capability-list li { font-size: 13px; }
  .support-options { grid-template-columns: 1fr; gap: 32px; margin-top: 40px; padding-top: 32px; }
  .support-options__heading h3 { font-size: 21px; }
  .company-teaser { display: flex; flex-direction: column; align-items: stretch; gap: 32px; }
  .company-teaser__body > p { font-size: 14px; margin-top: 20px; }
  .handover-strip { flex-direction: column; align-items: start; gap: 22px; margin-top: 44px; padding-top: 30px; }
  .handover-strip > p { font-size: 16px; }
  .handover-strip ul { font-size: 12px; padding-left: 18px; }
  .company-principle { padding: 56px 0; }
  .company-principle h2 { font-size: 29px; line-height: 1.65; letter-spacing: -.045em; }
  .company-principle p { margin-top: 24px; font-size: 14px; }
  .profile-layout { grid-template-columns: 1fr; gap: 40px; }
  .profile-layout__person { max-width: 280px; }
  .profile-layout__body > h3 { font-size: 27px; }
  .profile-layout__lead { font-size: 16px; }
  .profile-experience h4 { font-size: 17px; }
  .profile-experience p { font-size: 13px; }
  .policy-list article { padding: 22px 0; }
  .policy-list h3 { font-size: 17px; line-height: 1.65; }
  .policy-list p { font-size: 13px; }
  .company-overview__inner { grid-template-columns: 1fr; gap: 30px; }
  .company-overview h2, .company-history h2 { font-size: 28px; }
  .page--company .company-table th { width: 86px; }
  .page--company .company-table th, .page--company .company-table td { padding: 18px 6px; font-size: 13px; }
  .company-history { padding-top: 0; }
  .contact-intro { gap: 18px; }
  .contact-intro > p { font-size: 14px; }
  .page--contact .page-heading { padding-bottom: 30px; }
  .contact-layout { grid-template-columns: 1fr; gap: 40px; }
  .contact-content { padding-bottom: 60px; }
  .contact-aside { padding: 26px 24px; }
  .page--contact .contact-form .btn--primary { width: 100%; }
  .page--contact #faq { padding: 60px 0; }
  .consultation { padding: 60px 0; }
  .consultation__inner { gap: 30px; }
  .consultation h2 { font-size: 29px; }
  .consultation__text { font-size: 14px; }
  .consultation__action { min-width: 0; max-width: none; }
  .consultation__terms { font-size: 12px; }
  .consultation__note { font-size: 10px; }
  .footer--refresh { padding-top: 44px; }
  .footer--refresh .footer__top { grid-template-columns: 1fr; gap: 38px; padding-bottom: 36px; }
  .footer--refresh .footer__nav { grid-template-columns: repeat(3, 1fr); gap: 12px; text-align: left; }
  .footer--refresh .footer__nav-group h4 { font-size: 11px; }
  .footer--refresh .footer__nav-group a { font-size: 11px; }
  .footer--refresh .footer__bottom { align-items: start; text-align: left; }
}
@media (max-width: 360px) {
  .home-hero__actions { flex-wrap: wrap; }
  .home-hero__actions .action { flex: 1; }
  .home-hero__actions .text-link { font-size: 12px; }
  .home-hero__visual { padding: 0; }
  .service-feature__demo { padding: 12px; }
  .service-demo__body { padding: 18px 12px; }
  .demo-project { gap: 7px; }
  .demo-project strong { font-size: 10px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .fade-in, .fade-in.is-visible { opacity: 1; transform: none; transition: none; }
  .action, .btn, .btn__arrow, .demo-answer__toggle, .mobile-nav { transition: none; }
  .action:hover { transform: none; }
}

/* Homepage sample: retain all three rows and working controls without a tall frame. */
.home-hero__visual .service-demo__body { padding: 16px 20px; }
.home-hero__visual .demo-heading { margin-bottom: 12px; }
.home-hero__visual .demo-filters { margin-bottom: 4px; }
.home-hero__visual .demo-projects { min-height: 198px; }
.home-hero__visual .demo-project { padding: 12px 0; }
.home-hero__visual .demo-summary { display: none; }
.home-hero__visual .service-demo figcaption { font-size: 11px; padding: 10px 16px; }

/* Work: layout-only presentation of the approved project content. */
.page--work .page-heading { padding-bottom: 48px; }
.work-list { padding: 0 0 88px; }
.work-list .section__header { margin-bottom: 32px; }
.work-list .section__label { color: var(--refresh-muted); font-size: 11px; margin-bottom: 12px; }
.work-list .section__title { font-size: 28px; }
.page--refresh :is(.card__category, .work-detail-breadcrumb a) { color: var(--refresh-muted); }
.work-principles { background: var(--refresh-paper); }
.work-principles .work-intro { grid-template-columns: 1fr; gap: 36px; }
.work-principles .work-intro__text { max-width: 780px; }
.work-principles .section__label { color: var(--refresh-muted); font-size: 12px; }
.work-principles .work-intro__text h2 { font-size: clamp(26px, 2.5vw, 34px); }
.work-principles .work-intro__text p { font-size: 15px; }
.work-principles .work-intro__grid { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 32px; }
.work-principles .work-intro__item { background: transparent; padding: 24px 0 0; border: 0; border-top: 1px solid var(--refresh-line); border-radius: 0; }
.work-principles .work-intro__item h3 { font-size: 20px; }
.page--work-detail .work-detail-hero { background: var(--refresh-paper); padding: 48px 0 64px; }
.page--work-detail .work-detail-hero__inner { grid-template-columns: minmax(0, 1.15fr) minmax(0, 1fr); gap: 56px; }
.page--work-detail .work-detail-hero__title { font-size: clamp(28px, 2.25vw, 34px); line-height: 1.65; letter-spacing: -.025em; text-wrap: balance; overflow-wrap: break-word; }
.page--work-detail .work-detail-hero__subtitle { font-size: 16px; line-height: 1.8; letter-spacing: normal; text-wrap: pretty; }
.page--work-detail .work-detail-hero__category { color: var(--refresh-ink); border: none; border-left: 3px solid var(--refresh-orange); border-radius: 0; padding: 0 0 0 12px; }
.page--work-detail .section { padding: 80px 0; }
@media (max-width: 900px) {
  .page--work-detail .work-detail-hero__inner { grid-template-columns: 1fr; gap: 32px; }
  .page--work-detail .work-detail-hero__content { order: 0; }
  .page--work-detail .work-detail-hero__image-wrapper { order: 1; }
}
@media (max-width: 640px) {
  .home-hero__visual .service-demo__bar { padding: 12px 16px; }
  .home-hero__visual .service-demo__body { padding: 12px 16px; }
  .home-hero__visual .service-demo__sample { font-size: 11px; }
  .home-hero__visual .demo-heading { display: none; }
  .home-hero__visual .demo-filters button { font-size: 12px; }
  .home-hero__visual .demo-project { padding: 10px 0; }
  .home-hero__visual .demo-project strong { font-size: 12px; }
  .home-hero__visual .demo-project > div > span { font-size: 11px; }
  .home-hero__visual .demo-status { font-size: 10px; }
  .home-hero__visual .demo-projects { min-height: 198px; }
  .page--work .page-heading { padding-bottom: 32px; }
  .work-list { padding-bottom: 56px; }
  .work-list .section__title { font-size: 24px; }
  .work-list .section__header { margin-bottom: 24px; }
  .work-principles .work-intro__grid { grid-template-columns: 1fr; gap: 24px; }
  .page--work-detail .work-detail-hero { padding: 28px 0 44px; }
  .page--work-detail .work-detail-hero__title { font-size: 25px; line-height: 1.6; }
  .page--work-detail .work-detail-hero__subtitle { font-size: 14px; }
  .page--work-detail .section { padding: 56px 0; }
}
