@charset "utf-8";

/* Approved orange / isometric direction. Only the home page loads this file. */
:root {
  --paper: #fff;
  --ivory: #f8f4ea;
  --ink: #382f25;
  --muted: #655c50;
  --orange: #e79529;
  --action: #ba5900;
  --status-green: #4f7d56;
  --action-hover: #964900;
  --line: #e5ddcf;
  --font: "Hiragino Sans", "Noto Sans JP", "Yu Gothic", sans-serif;
  --width: 1160px;
}
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 96px; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--font); font-size: 16px; line-height: 1.85; -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
img, svg { display: block; max-width: 100%; }
img { height: auto; }
button { font: inherit; }
h1, h2, h3, p { margin: 0; }
h1, h2, h3 { font-weight: 700; line-height: 1.55; overflow-wrap: anywhere; text-wrap: pretty; }
h2 { font-size: clamp(25px, 2.4vw, 32px); letter-spacing: .015em; }
h2 > span { display: inline-block; }
h3 { font-size: 20px; }
p { text-wrap: pretty; }
ul, ol { list-style: none; margin: 0; padding: 0; }
:focus-visible { outline: 3px solid var(--ink); outline-offset: 5px; }
a[aria-disabled="true"] { opacity: .55; cursor: not-allowed; }
.section-shell { width: min(calc(100% - 80px), var(--width)); margin-inline: auto; }
.section-block { padding-block: 64px; }
.section-title { margin-bottom: 36px; text-align: center; }
.section-action { display: flex; justify-content: center; margin-top: 32px; }
.skip-link { position: fixed; z-index: 110; top: 8px; left: 8px; padding: 8px 16px; background: var(--ink); color: #fff; transform: translateY(-160%); }
.skip-link:focus { transform: none; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 24px; min-height: 56px; padding: 12px 28px; border-radius: 999px; border: 2px solid transparent; font-size: 18px; font-weight: 700; line-height: 1.5; transition: background-color .18s, color .18s, transform .18s; }
.button-primary { background: var(--action); color: #fff; }
.button-primary:hover { background: var(--action-hover); transform: translateY(-2px); }
.button-secondary { border-color: var(--action); color: var(--action); background: #fff; }
.button-secondary:hover { background: #fff4e3; transform: translateY(-2px); }
.arrow { flex-shrink: 0; font-family: sans-serif; font-weight: 400; font-size: 21px; line-height: 1; }
.text-link { display: inline-flex; align-items: center; gap: 18px; min-height: 44px; font-size: 14px; font-weight: 700; color: var(--action); }
.text-link:hover .link-label { text-decoration: underline; text-underline-offset: 5px; }

/* Header / existing menu controller (main.js). */
.site-header { position: sticky; top: 0; z-index: 100; background: rgb(255 255 255 / .97); border-bottom: 1px solid transparent; }
.site-header.is-scrolled { border-bottom-color: var(--line); }
.header-inner { width: min(calc(100% - 64px), 1320px); min-height: 88px; margin: auto; display: flex; align-items: center; justify-content: space-between; gap: 32px; }
.brand { display: flex; flex-shrink: 0; align-items: center; min-height: 44px; }
.brand-logo { width: 204px; height: auto; }
.global-nav { display: flex; align-items: center; gap: 26px; font-size: 13px; font-weight: 600; }
.global-nav a { display: inline-flex; align-items: center; min-height: 44px; }
.global-nav a:hover { color: var(--action); }
.global-nav .nav-cta { padding: 9px 26px; background: var(--action); color: #fff; border-radius: 999px; }
.global-nav .nav-cta:hover { background: var(--action-hover); }
.menu-toggle { display: none; }

/* Hero: readable copy and a single coherent, detailed scene. */
.hero { display: grid; grid-template-columns: 1.15fr 1fr; grid-template-areas: "intro details" "art details"; column-gap: 72px; row-gap: 0; align-items: center; padding-block: 40px 48px; }
.hero-copy { grid-area: intro; min-width: 0; }
.hero-details { grid-area: details; min-width: 0; }
.hero-audience { margin-bottom: 22px; color: var(--action); font-size: 15px; font-weight: 700; line-height: 1.8; }
.hero h1 { margin-bottom: 22px; font-size: clamp(32px, 3.35vw, 47px); line-height: 1.58; letter-spacing: -.045em; }
.hero h1 span { display: block; white-space: nowrap; }
.hero-description { max-width: 460px; font-size: 22px; line-height: 2; }
.hero-buttons { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }
.hero-buttons .button { font-size: 16px; padding: 12px 22px; gap: 14px; }
.reception-label { margin-top: 20px; color: var(--ink); font-size: 16px; font-weight: 600; line-height: 1.8; }
.reception-label::before { content: ""; display: inline-block; width: 9px; height: 9px; margin-right: 10px; border-radius: 50%; background: var(--status-green); box-shadow: 0 0 0 4px rgb(79 125 86 / .16); vertical-align: 1px; }
.hero-art { grid-area: art; width: 100%; max-width: 560px; margin: 0; }
.hero-art img { width: 100%; }

/* Three coordinated portraits from one illustration sheet. */
.worries, .services, .process { background: var(--ivory); }
.worries { padding-block: 48px; }
.worry-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 32px; }
.worry-grid li { text-align: center; padding-inline: 20px; }
.worry-grid li + li { border-left: 1px solid var(--line); }
.worry-art { width: 188px; height: 172px; margin: 0 auto 14px; background: #fff url("img/redesign/worry-portraits.webp") no-repeat; background-size: 300% 100%; mix-blend-mode: multiply; }
.worry-art-0 { background-position: 0 50%; }
.worry-art-1 { background-position: 50% 50%; }
.worry-art-2 { background-position: 100% 50%; }
.worry-grid p { max-width: 245px; margin: auto; font-size: 16px; font-weight: 600; line-height: 1.85; }

/* Promise uses the same outline family as the lower sections. */
.promise-layout { display: grid; grid-template-columns: .8fr 1fr; gap: 72px; align-items: center; max-width: 1056px; }
.promise-copy h2 { margin-bottom: 22px; }
.promise-copy h2 span { display: block; }
.promise-copy p { color: var(--muted); font-size: 16px; line-height: 1.9; }
.promise-art { position: relative; width: 100%; max-width: 370px; height: 240px; margin: auto; }
.promise-art::before { content: ""; position: absolute; inset: 15% 2% 5%; background: var(--ivory); border-radius: 50%; }
.promise-art svg { position: absolute; }
.promise-laptop { width: 205px; height: 205px; left: 20px; top: 6px; }
.promise-paper { width: 105px; height: 105px; right: 24px; top: 20px; }
.promise-camera { width: 125px; height: 125px; bottom: 0; right: 28px; }
.promise-plant { width: 75px; height: 75px; bottom: 0; left: 0; }

.service-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; }
.service-card { background: #fff; border-radius: 10px; padding: 24px 20px 26px; transition: transform .18s; }
.service-card:hover { transform: translateY(-4px); }
.line-icon { width: 96px; height: 96px; flex-shrink: 0; }
.service-card .line-icon { margin: 0 auto 18px; }
.service-card h3 { text-align: center; margin-bottom: 10px; }
.service-card p { font-size: 14px; line-height: 1.95; color: var(--muted); }
.service-card > .arrow { display: none; }

.works-layout { display: grid; grid-template-columns: 1fr 1fr auto; gap: 32px; align-items: center; }
.work-card { min-width: 0; }
.work-card a { display: block; }
.work-browser { border: 5px solid var(--ink); border-radius: 10px; padding: 14px 0 0; overflow: hidden; background: #fff; position: relative; }
.work-browser > span, .work-browser > span::before, .work-browser > span::after { position: absolute; top: 5px; left: 7px; width: 3px; height: 3px; content: ""; border-radius: 50%; background: #b7aea1; }
.work-browser > span::before { top: 0; left: 6px; }.work-browser > span::after { top: 0; left: 12px; }
.work-browser img { width: 100%; aspect-ratio: 1.6; object-fit: cover; object-position: top; transition: opacity .18s; }
.work-card a:hover img { opacity: .82; }
.work-card h3 { display: flex; justify-content: space-between; align-items: center; font-size: 16px; margin-top: 16px; }
.work-card h3 .arrow { color: var(--action); }
.work-card p { font-size: 12px; margin-top: 4px; color: var(--muted); }
.works-more .button { font-size: 14px; padding-inline: 20px; gap: 14px; }

.process-list { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
.process-list li { position: relative; padding: 24px 18px; text-align: center; background: #fff; border-radius: 10px; }
.process-list li:not(:last-child)::after { content: ""; position: absolute; top: 50%; right: -16px; width: 9px; height: 9px; border-top: 2px solid var(--action); border-right: 2px solid var(--action); transform: rotate(45deg); }
.step-number { position: absolute; left: 14px; top: 14px; display: grid; place-items: center; width: 32px; height: 32px; border-radius: 50%; background: var(--action); color: #fff; font-size: 13px; }
.process-list .line-icon { margin: 2px auto 12px; width: 78px; height: 78px; }
.process-list h3 { font-size: 18px; margin-bottom: 6px; }
.process-list p { color: var(--muted); font-size: 14px; }

.about-faq { display: grid; grid-template-columns: 1fr 1fr; align-items: start; gap: 24px; padding-block: 56px; }
.about, .faq { padding: 32px; border-radius: 12px; }
.about { position: relative; overflow: hidden; background: var(--ivory); min-height: 0; }
.about h2, .faq h2 { font-size: 22px; margin-bottom: 16px; }
.about h2 span { display: block; }
.about p { font-size: 14px; line-height: 1.9; }
.about .text-link { margin-top: 14px; }
.about-bird { position: absolute; width: 150px; height: 120px; right: 8px; bottom: 24px; }
.faq { background: #f4f7f5; }
.faq details { background: #fff; border: 1px solid var(--line); border-radius: 6px; margin-bottom: 10px; }
.faq summary { list-style: none; position: relative; cursor: pointer; padding: 13px 36px 13px 16px; font-size: 13px; font-weight: 600; line-height: 1.7; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: ""; width: 8px; height: 8px; position: absolute; top: 20px; right: 16px; border-right: 1.5px solid var(--ink); border-bottom: 1.5px solid var(--ink); transform: rotate(45deg); }
.faq details[open] summary::after { transform: rotate(225deg); top: 24px; }
.faq details[open] summary { border-bottom: 1px solid var(--line); }
.faq details p { padding: 16px; color: var(--muted); font-size: 14px; line-height: 1.9; }
.faq .text-link { font-size: 12px; }

.contact { padding-block: 38px; background: var(--orange); }
.contact-layout { display: flex; align-items: center; justify-content: space-between; gap: 32px; }
.contact-plant { width: 82px; height: 100px; flex-shrink: 0; }
.contact h2 { font-size: 26px; }
.contact h2 span { display: block; }
.contact-copy p { font-size: 12px; margin-top: 10px; }
.contact .button { background: #fff; color: var(--action); min-width: 260px; }
.contact .button:hover { background: var(--ivory); }
.contact-actions { text-align: center; }
.contact-actions small { display: block; font-size: 11px; margin-top: 10px; }
.footer-inner { display: grid; grid-template-columns: 205px 1fr; column-gap: 48px; row-gap: 18px; align-items: center; padding-block: 36px; }
.footer-brand img { width: 190px; }
.footer-inner nav { display: flex; flex-wrap: wrap; gap: 4px 22px; justify-content: flex-end; font-size: 12px; }
.footer-inner nav a { display: flex; align-items: center; min-height: 44px; }
.footer-inner a:hover { color: var(--action); }
.footer-extra { display: flex; flex-wrap: wrap; gap: 8px 24px; grid-column: 1 / -1; font-size: 11px; color: var(--muted); border-top: 1px solid var(--line); padding-top: 12px; }
.footer-extra a { display: flex; gap: 8px; align-items: center; min-height: 36px; }
.footer-extra .arrow { font-size: 14px; }
.copyright { grid-column: 1 / -1; font-size: 11px; color: var(--muted); }


@media (max-width: 1100px) and (min-width: 981px) {
  .global-nav { gap: 18px; font-size: 12px; }
  .brand-logo { width: 175px; }
  .header-inner { gap: 20px; }
  .hero h1 { font-size: 35px; }
  .hero-buttons .button { font-size: 14px; padding-inline: 16px; gap: 8px; }
  .works-layout { grid-template-columns: 1fr 1fr; }
  .works-more { grid-column: 1 / -1; text-align: center; }
}
@media (max-width: 980px) {
  .header-inner { min-height: 76px; }
  .brand-logo { width: 190px; }
  .menu-toggle { display: grid; place-items: center; width: 48px; height: 48px; padding: 10px; border: 0; background: transparent; color: var(--ink); cursor: pointer; }
  .menu-toggle-label { position: absolute; width: 1px; height: 1px; overflow: hidden; clip-path: inset(50%); white-space: nowrap; }
  .menu-toggle-lines { position: relative; display: block; width: 27px; height: 2px; background: currentColor; }
  .menu-toggle-lines::before, .menu-toggle-lines::after { position: absolute; left: 0; content: ""; width: 27px; height: 2px; background: currentColor; }
  .menu-toggle-lines::before { top: -8px; }.menu-toggle-lines::after { top: 8px; }
  .menu-toggle[aria-expanded="true"] .menu-toggle-lines { background: transparent; }
  .menu-toggle[aria-expanded="true"] .menu-toggle-lines::before { top: 0; transform: rotate(45deg); }.menu-toggle[aria-expanded="true"] .menu-toggle-lines::after { top: 0; transform: rotate(-45deg); }
  .global-nav { display: none; position: fixed; inset: 76px 0 0; padding: 32px max(24px, calc((100vw - 640px)/2)); background: #fff; overflow-y: auto; font-size: 18px; }
  .global-nav.is-open { display: flex; flex-direction: column; align-items: stretch; gap: 12px; }
  .global-nav a { min-height: 56px; padding: 12px; border-bottom: 1px solid var(--line); }
  .global-nav .nav-cta { justify-content: center; margin-top: 16px; }
  body.menu-open { overflow: hidden; }
  .hero { grid-template-columns: 1fr; grid-template-areas: "intro" "art" "details"; max-width: 640px; padding-block: 32px; }
  .hero-copy { padding: 0; }
  .hero h1 { font-size: clamp(33px, 5.8vw, 47px); }
  .hero-description { max-width: 100%; font-size: 18px; margin-top: 24px; }
  .hero-buttons { flex-wrap: nowrap; }
  .hero-buttons .button { flex: 1; }
  .hero-art { width: 100%; max-width: 100%; margin: 0; }
  .reception-label { font-size: 15px; }
  .worry-grid { gap: 16px; }.worry-grid li { padding-inline: 12px; }.worry-art { width: 150px; height: 138px; }
  .worry-grid p { font-size: 14px; }
  .promise-layout { gap: 32px; }.promise-copy h2 { font-size: 24px; }.promise-art { transform: scale(.85); }
  .service-grid { grid-template-columns: repeat(2, 1fr); }
  .works-layout { grid-template-columns: 1fr 1fr; }.works-more { grid-column: 1/-1; text-align: center; }
  .process-list { gap: 16px; }.process-list li { padding-inline: 12px; }.process-list h3 { font-size: 15px; }.step-number { width: 26px; height: 26px; left: 6px; top: 8px; font-size: 11px; }.process-list li:not(:last-child)::after { right: -12px; width: 7px; height: 7px; }
  .about-faq { grid-template-columns: 1fr; }.about { min-height: auto; }
  .about h2 span { display: inline-block; }.about-bird { right: 24px; bottom: 32px; }
  .contact-plant { display: none; }.contact h2 { font-size: 23px; }.contact .button { min-width: 225px; font-size: 16px; }
  .footer-inner { grid-template-columns: 1fr; gap: 12px; }.footer-inner nav { justify-content: flex-start; }.footer-brand img { width: 180px; }
}
@media (max-width: 600px) {
  html { scroll-padding-top: 80px; }
  .section-shell { width: calc(100% - 48px); }
  .header-inner { width: calc(100% - 40px); min-height: 72px; }
  .brand-logo { width: 180px; }
  .global-nav { top: 72px; }
  .section-block { padding-block: 48px; }
  h2 { font-size: 25px; line-height: 1.6; letter-spacing: -.025em; }
  .section-title { margin-bottom: 28px; }
  .section-title > span { display: block; }
  .hero { padding-top: 24px; padding-bottom: 32px; }
  .hero-audience { font-size: 12px; line-height: 1.9; margin-bottom: 16px; }
  .desktop-only { display: none; }
  .hero-audience .desktop-only { display: inline; }
  .hero h1 { font-size: clamp(25px, 7.7vw, 42px); line-height: 1.58; letter-spacing: -.06em; margin-bottom: 16px; }
  .hero-description { font-size: 15px; line-height: 1.95; }
  .hero-buttons { flex-direction: column; gap: 12px; margin-top: 22px; }
  .hero-buttons .button { width: 100%; font-size: 17px; min-height: 52px; padding-inline: 24px; position: relative; }
  .hero-buttons .arrow { position: absolute; right: 24px; }
  .reception-label { text-align: center; margin-top: 12px; }
  .hero-art { width: calc(100% + 36px); margin: 8px -18px 0; }
  .worries { padding-block: 40px; }
  .worry-grid { display: flex; flex-direction: column; gap: 14px; }
  .worry-grid li { display: flex; align-items: center; gap: 12px; text-align: left; padding: 8px 14px 8px 6px; background: #fff; border-radius: 10px; }
  .worry-grid li + li { border: 0; }
  .worry-art { flex-shrink: 0; width: 94px; height: 90px; margin: 0; mix-blend-mode: normal; }
  .worry-grid p { flex: 1; font-size: 14px; font-weight: 500; line-height: 1.8; }
  .promise-layout { display: flex; flex-direction: column-reverse; gap: 16px; }
  .promise-copy h2 { text-align: center; font-size: 24px; margin-bottom: 16px; }
  .promise-copy p { font-size: 14px; line-height: 1.9; }
  .promise-art { max-width: 300px; height: 200px; transform: none; }
  .promise-laptop { width: 175px; height: 175px; left: 12px; }.promise-paper { width: 88px; height: 88px; right: 12px; top: 10px; }.promise-camera { width: 106px; height: 106px; right: 20px; }.promise-plant { width: 62px; height: 62px; }
  .service-grid { display: flex; flex-direction: column; gap: 14px; }
  .service-card { display: flex; align-items: center; gap: 16px; padding: 18px 14px; }
  .service-card .line-icon { width: 70px; height: 70px; margin: 0; }
  .service-card > div { flex: 1; min-width: 0; }
  .service-card h3 { text-align: left; font-size: 18px; margin-bottom: 5px; }
  .service-card p { font-size: 13px; line-height: 1.8; }
  .service-card > .arrow { display: block; color: var(--action); font-size: 18px; }
  .section-action { margin-top: 24px; }.section-action .button { width: 100%; font-size: 16px; gap: 20px; }
  .works-layout { display: flex; flex-direction: column; gap: 28px; align-items: stretch; }
  .work-card h3 { font-size: 16px; }.work-browser { border-width: 4px; }
  .works-more .button { font-size: 16px; padding-inline: 30px; }
  .process-list { display: flex; flex-direction: column; gap: 0; }
  .process-list li { display: flex; align-items: center; gap: 20px; text-align: left; padding: 16px 0 16px 48px; background: transparent; border-radius: 0; min-height: 108px; }
  .process-list li:not(:last-child)::after { top: 54px; left: 15px; height: calc(100% - 12px); width: 1px; border: 0; background: #d6b68b; transform: none; }
  .process-list .step-number { width: 32px; height: 32px; font-size: 12px; left: 0; top: 36px; z-index: 1; }
  .process-list .line-icon { margin: 0; width: 62px; height: 62px; }
  .process-list h3 { font-size: 18px; }.process-list p { font-size: 14px; }
  .about-faq { padding-block: 40px; gap: 28px; width: calc(100% - 32px); }
  .about { padding: 24px; }
  .about h2 { font-size: 23px; }.about h2 span { display: block; }
  .about-bird { width: 125px; height: 94px; bottom: 6px; right: 18px; }
  .about p { font-size: 14px; }
  .faq { padding: 24px 12px; }.faq h2 { font-size: 22px; text-align: center; }
  .faq summary { padding: 14px 32px 14px 12px; font-size: 13px; }
  .faq .text-link { margin-top: 4px; margin-left: 4px; }
  .contact { padding-block: 32px; }.contact-layout { flex-direction: column; gap: 22px; text-align: center; }
  .contact h2 { font-size: 23px; line-height: 1.7; }.contact-copy p { font-size: 11px; }
  .contact-actions { width: 100%; }.contact .button { width: 100%; font-size: 17px; }
  .footer-inner { padding-block: 28px; }.footer-brand img { width: 170px; }
  .footer-inner nav { display: grid; grid-template-columns: 1fr 1fr; column-gap: 16px; font-size: 12px; }
  .footer-extra { gap: 4px 16px; font-size: 11px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; }
  .button:hover, .service-card:hover { transform: none; }
}

/* Client-approved verbatim feedback from the production questionnaire. */
.customer-voice { background: #f8f4ea; }
.customer-voice .section-shell { max-width: 880px; }
.customer-voice h2 { margin-bottom: 20px; }
.voice-author { font-size: 15px; color: #655c50; margin: 0 0 28px; }
.customer-voice h3 { font-size: 16px; margin: 24px 0 12px; }
.customer-voice blockquote { margin: 0 0 24px; padding: 20px 24px; border-left: 3px solid #e79529; background: #fff; font-size: 18px; line-height: 1.9; }
.voice-source { margin-top: 20px; font-size: 12px; color: #655c50; }
@media(max-width:600px) { .customer-voice blockquote { font-size: 16px; padding: 16px; } }

body[data-reception-status="paused"] .reception-label::before { background: var(--muted); box-shadow: none; }
