@charset "utf-8";
/* Approved home direction, applied to content pages without changing their data or controllers. */
:root {
  --cream: #f8f4ea; --cream-light: #fff; --ink: #382f25; --ink-soft: #655c50;
  --vermilion: #ba5900; --vermilion-dark: #964900; --sage: #e8efe7; --sage-dark: #53674f;
  --line: #e5ddcf; --shadow: none; --max-width: 1160px;
  --sans: "Hiragino Sans", "Noto Sans JP", "Yu Gothic", sans-serif; --serif: var(--sans);
}
body { background: #fff; letter-spacing: 0; line-height: 1.85; -webkit-font-smoothing: antialiased; }
h1,h2,h3 { font-weight: 700; line-height: 1.6; letter-spacing: .015em; text-wrap: pretty; overflow-wrap: anywhere; }
h2 { font-size: clamp(25px,2.4vw,32px); margin-bottom: 28px; }
h3 { font-size: 20px; }
p { text-wrap: pretty; }
.section-shell { width: min(calc(100% - 80px),var(--max-width)); }
.narrow-shell { max-width: 880px; }
.section-block { padding-block: 64px; }
.eyebrow { color: var(--vermilion); letter-spacing: .12em; font-size: 12px; margin-bottom: 14px; }
.site-header { background: rgb(255 255 255 / .97); backdrop-filter: none; }
.header-inner { width: min(calc(100% - 64px),1320px); gap: 32px; }
.brand-logo { width: 204px; height: auto; }
.global-nav { gap: 26px; font-family: var(--sans); font-size: 13px; font-weight: 600; }
.global-nav a { min-height: 44px; display: inline-flex; align-items: center; }
.nav-cta { padding: 9px 26px; border-radius: 999px; }
.global-nav a[aria-current="page"] { color: var(--vermilion); }
.button { min-height: 56px; border-radius: 999px; padding: 12px 28px; font-size: 16px; border-width: 2px; box-shadow: none; }
.button-secondary { color: var(--vermilion); border-color: var(--vermilion); background: #fff; }
.button-secondary:hover { background: #fff4e3; color: var(--vermilion-dark); }
.text-link { border-bottom: 0; color: var(--vermilion); gap: 18px; }
.text-link .link-label { color: inherit; transform: none; }
.text-link:hover { text-decoration: none; }
.text-link:hover .link-label { text-decoration: underline; text-underline-offset: 5px; transform: none; }
.page-intro, .services-page .page-intro { background: var(--cream); padding-block: 40px 44px; text-align: left; }
.page-intro .section-shell { position: relative; max-width: 1160px; padding-right: 220px; }
.page-intro h1 { font-size: clamp(30px,3.3vw,44px); line-height: 1.6; margin-bottom: 18px; }
.page-intro p { max-width: 650px; margin-inline: 0; margin-bottom: 20px; }
.page-intro .button-group { justify-content: flex-start; }
.page-intro-icon { position: absolute; right: 25px; top: 50%; transform: translateY(-50%); width: 150px; height: 150px; }
.promise,.process,.about { background: var(--cream); }
.worries { background: var(--cream); color: var(--ink); }
.worries .eyebrow,.worry-num { color: var(--vermilion); }
.worry-grid { border-color: var(--line); }
.worry-grid article { border-color: var(--line); padding: 28px; }
.worry-grid p { font-size: 18px; font-weight: 600; }
.worry-icon { width: 64px; height: 64px; opacity: 1; stroke: none; }
.catalog-card,.scope-note,.service-estimate-cta,.product-context-grid article,.product-feature-grid article { border-radius: 10px; box-shadow: none; }
.catalog-card { padding: 28px; background: #fff; }
.service-picker { background: #fff; }
.services-page .service-picker { padding-top: 32px; }
.service-tabs { margin-top: 24px; gap: 12px; }
.service-tabs a { background: var(--cream); border-radius: 10px; min-height: 68px; }
.service-tabs a[aria-selected="true"] { background: var(--vermilion); border-color: var(--vermilion); color: #fff; }
.service-panel { padding-top: 28px; }
.purpose-cards .catalog-card { border-top: 4px solid #e79529; }
.purpose-cards .catalog-card .card-link { border-radius: 999px; }
.price-breakdown,.estimate-included { border-radius: 8px; background: var(--cream); }
.catalog-tag { background: var(--cream); color: var(--vermilion); }
.faq { background: #f4f7f5; }
.faq-list { border: 0; margin-top: 28px; }
.faq details { border: 1px solid var(--line); background: #fff; border-radius: 8px; margin-bottom: 12px; }
.faq summary { font-size: 16px; font-weight: 600; padding-block: 22px; }
.faq details p { font-size: 15px; }
.contact { background: #e79529; color: var(--ink); padding-block: 44px; }
.contact .eyebrow { color: var(--ink); }
.contact-layout { gap: 48px; }
.contact-layout > div:first-child > p:not(.eyebrow) { color: var(--ink); }
.contact-actions .button,.contact-actions .contact-secondary { background: #fff; color: var(--vermilion); border-color: #fff; }
.contact-actions .button:hover { background: var(--cream); }
.contact-form { max-width: 820px; }
.contact-form input:not([type="checkbox"]):not([type="radio"]),.contact-form textarea,.contact-form select { background: #fff; border-color: #b7aea1; }
.estimate-result { background: var(--cream); color: var(--ink); box-shadow: none; border: 1px solid var(--line); border-radius: 10px; }
.work-image,.product-work-image,.profile-photo { border-radius: 10px; box-shadow: none; }
.site-footer { background: #fff; border-top: 1px solid var(--line); }
.footer-inner { padding-block: 36px; }
.footer-brand { font-weight: 700; color: var(--vermilion); }
.mobile-actions { display: none; }
@media (max-width:1100px) and (min-width:981px) {
 .global-nav { gap:18px; font-size:12px; } .brand-logo { width:175px; } .header-inner { gap:20px; }
}
@media (max-width:980px) {
 .header-inner { min-height:76px; } .brand-logo { width:190px; }
 .global-nav { inset:76px 0 0; background:#fff; padding:32px 24px; font-size:18px; align-content:start; justify-items:stretch; gap:12px; overflow-y:auto; }
 .global-nav a { min-height:56px; padding:12px; border-bottom:1px solid var(--line); } .global-nav .nav-cta { justify-content:center; }
 .menu-toggle { width:48px; height:48px; place-items:center; }
 .menu-toggle-label { position:absolute; width:1px; height:1px; overflow:hidden; clip-path:inset(50%); }
 .menu-toggle-lines,.menu-toggle-lines::before,.menu-toggle-lines::after { height:2px; }
 .page-intro .section-shell { padding-right:170px; } .page-intro-icon { width:120px; height:120px; right:0; }
}
@media (max-width:680px) {
 body { padding-bottom:0; } .section-shell { width:calc(100% - 48px); }
 .section-block { padding-block:48px; } .header-inner { width:calc(100% - 40px); min-height:72px; }
 .brand-logo { width:180px; } .global-nav { top:72px; }
 .page-intro,.services-page .page-intro { padding-block:28px 32px; }
 .page-intro .section-shell { padding-right:0; }
 .page-intro-icon { position:static; transform:none; width:76px; height:76px; margin-bottom:14px; }
 .page-intro h1 { font-size:clamp(25px,7vw,34px); }
 .page-intro p { font-size:15px; }
 .worry-grid article { padding:22px 16px; gap:16px; } .worry-grid p { font-size:16px; }
 .catalog-card { padding:24px 20px; } .contact { padding-block:36px; }
 .contact-layout { gap:24px; } .faq summary { font-size:15px; padding-left:36px; }
 .faq details p { padding:0 20px 22px; } .footer-inner { padding-block:28px; }
}

/* 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; } }

/* Keep the observation status between the description and actions with deliberate gaps. */
.mitsukari-page .page-intro .reception-pill { display: flex; width: fit-content; margin: 0 0 20px; font-size: 15px; line-height: 1.8; }
.mitsukari-page .page-intro .button-group { margin: 0; }
.mitsukari-page .reception-dot { flex-shrink: 0; background: var(--status-green); box-shadow: 0 0 0 4px rgb(79 125 86 / .16); }
body.mitsukari-page[data-mitsukari-status="paused"] .reception-dot { background: var(--ink-soft); box-shadow: none; }
