@charset "UTF-8";

:root {
  --ink:#14283a;
  --navy:#153b51;
  --teal:#087f78;
  --orange:#e95f32;
  --yellow:#ffd447;
  --cream:#fff9ed;
  --white:#fff;
  --shadow:0 12px 0 rgba(20,40,58,.16);
}

* { box-sizing:border-box; }
html { scroll-behavior:smooth; }
body { margin:0; color:var(--ink); background:#edf2f1; font-family:"Hiragino Kaku Gothic ProN","Yu Gothic",Meiryo,sans-serif; }
img { display:block; max-width:100%; }
a { color:inherit; text-decoration:none; }

.site-header { position:sticky; top:0; z-index:20; height:84px; display:flex; align-items:center; justify-content:space-between; gap:18px; padding:10px max(16px,calc((100vw - 950px)/2 + 22px)); background:rgba(255,255,255,.97); border-bottom:6px solid var(--yellow); box-shadow:0 8px 20px rgba(20,40,58,.12); }
.brand { display:flex; align-items:center; gap:10px; }
.brand__mark { width:52px; height:52px; display:grid; place-items:center; color:var(--white); background:var(--orange); border:4px solid var(--ink); border-radius:18px 18px 12px 12px; font-size:25px; font-weight:900; transform:rotate(-2deg); box-shadow:4px 4px 0 var(--yellow); }
.brand__copy { display:flex; flex-direction:column; line-height:1; }
.brand__copy small { margin-bottom:5px; font-size:12px; font-weight:800; letter-spacing:.03em; }
.brand__copy strong { color:var(--teal); font-size:28px; font-weight:1000; letter-spacing:.05em; }
.header-status { padding:10px 14px; color:#66727b; border:2px solid #aeb8be; border-radius:999px; background:#f4f6f6; font-size:12px; font-weight:800; }

.hero { position:relative; max-width:950px; min-height:1020px; margin:0 auto; overflow:hidden; background:var(--ink); isolation:isolate; }
.hero__photo { position:absolute; inset:0; width:100%; height:100%; object-fit:cover; object-position:center 38%; }
.hero__shade { position:absolute; inset:0; background:linear-gradient(180deg,rgba(16,38,55,.08) 0%,rgba(16,38,55,.1) 35%,rgba(16,38,55,.92) 76%,rgba(16,38,55,.98) 100%); }
.hero__content { position:relative; z-index:1; min-height:1020px; display:flex; flex-direction:column; justify-content:flex-end; padding:34px 38px 32px; color:var(--white); }
.hero__eyebrow { align-self:flex-start; margin:0 0 15px; padding:9px 18px; color:var(--ink); background:var(--yellow); border:4px solid var(--ink); border-radius:8px; font-size:22px; font-weight:1000; letter-spacing:.08em; transform:rotate(-1.5deg); box-shadow:6px 6px 0 var(--orange); }
.hero h1 { margin:0; font-size:clamp(50px,8vw,86px); line-height:1.08; letter-spacing:-.05em; text-shadow:0 5px 0 var(--ink),0 10px 22px rgba(0,0,0,.35); }
.hero h1 span { display:block; margin-bottom:12px; color:var(--yellow); font-size:.83em; letter-spacing:.02em; }
.hero__lead { max-width:720px; margin:24px 0 22px; font-size:23px; line-height:1.7; font-weight:800; }
.hero__services { display:grid; grid-template-columns:repeat(3,1fr); gap:10px; }
.hero__services span { padding:13px 8px; color:var(--ink); background:var(--cream); border:4px solid var(--ink); border-radius:12px; text-align:center; font-size:22px; font-weight:1000; box-shadow:0 6px 0 var(--teal); }
.primary-cta { margin-top:22px; padding:16px 22px; display:flex; flex-direction:column; align-items:center; color:#5e6970; background:#e4e8e8; border:4px solid #7f8a91; border-radius:16px; cursor:not-allowed; }
.primary-cta small { font-size:16px; font-weight:800; }
.primary-cta strong { margin-top:3px; font-size:24px; }
.image-note { margin:12px 0 0; text-align:right; font-size:13px; }

.section-pad { padding:76px 20px; }
.section-inner { max-width:950px; margin:0 auto; }
.section-inner--narrow { max-width:820px; }
.section-heading { position:relative; margin:0 auto 40px; text-align:center; }
.section-heading > span { display:inline-block; margin-bottom:10px; padding:7px 15px; border-radius:999px; font-family:Arial,sans-serif; font-size:14px; font-weight:900; letter-spacing:.15em; }
.section-heading h2 { margin:0; font-size:clamp(34px,5vw,58px); line-height:1.2; letter-spacing:-.04em; }
.section-heading p { max-width:730px; margin:16px auto 0; font-size:18px; line-height:1.8; font-weight:700; }
.section-heading--warm > span { color:var(--white); background:var(--orange); }
.section-heading--warm h2 { color:var(--navy); }
.section-heading--navy > span { color:var(--ink); background:var(--yellow); }
.section-heading--navy h2 { color:var(--white); }
.section-heading--navy p { color:#dce8ea; }

.problem-section { background:var(--cream); }
.problem-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:18px; }
.problem-grid article { position:relative; padding:22px 18px 20px; background:var(--white); border:4px solid var(--ink); border-radius:18px; box-shadow:var(--shadow); }
.problem-grid article > b { position:absolute; top:-15px; left:14px; padding:5px 10px; color:var(--white); background:var(--orange); border:3px solid var(--ink); border-radius:999px; font-family:Arial,sans-serif; }
.problem-grid article > span { display:grid; width:54px; height:54px; margin:5px auto 8px; place-items:center; color:var(--teal); background:#dcf2ef; border:3px solid var(--teal); border-radius:50%; font-size:19px; font-weight:1000; }
.problem-grid h3 { margin:0; text-align:center; color:var(--navy); font-size:22px; }
.problem-grid p { margin:9px 0 0; font-size:15px; line-height:1.7; font-weight:600; }
.diagnosis-message { margin-top:38px; padding:28px 26px; text-align:center; color:var(--white); background:linear-gradient(135deg,var(--navy),#0a6c72); border:5px solid var(--ink); border-radius:24px; box-shadow:8px 8px 0 var(--yellow); }
.diagnosis-message small { display:inline-block; padding:6px 14px; color:var(--ink); background:var(--yellow); border-radius:999px; font-size:15px; font-weight:900; }
.diagnosis-message strong { display:block; margin:13px 0 9px; font-size:clamp(30px,5vw,50px); line-height:1.25; }
.diagnosis-message p { margin:0; font-size:17px; line-height:1.7; font-weight:700; }

.services-section { background:var(--navy); }
.service-cards { display:grid; grid-template-columns:repeat(3,1fr); gap:18px; }
.service-card { overflow:hidden; background:var(--white); border:4px solid var(--ink); border-radius:20px; box-shadow:0 10px 0 rgba(0,0,0,.2); }
.service-card__photo { position:relative; aspect-ratio:3/2; overflow:hidden; }
.service-card__photo img { width:100%; height:100%; object-fit:cover; }
.service-card__photo b { position:absolute; left:12px; bottom:10px; display:grid; width:52px; height:52px; place-items:center; color:var(--ink); background:var(--yellow); border:4px solid var(--ink); border-radius:50%; font-family:Arial,sans-serif; font-size:20px; }
.service-card__body { padding:22px 18px 24px; }
.service-card__body span { font-size:13px; font-weight:900; color:var(--orange); }
.service-card__body h3 { margin:6px 0 10px; color:var(--navy); font-size:31px; }
.service-card__body p { margin:0; font-size:15px; line-height:1.75; font-weight:600; }
.photo-disclaimer { margin:20px 0 0; color:#ccdadd; text-align:right; font-size:12px; }

.choice-section { background:#f4eee1; background-image:repeating-linear-gradient(135deg,transparent 0,transparent 24px,rgba(233,95,50,.045) 24px,rgba(233,95,50,.045) 48px); }
.choice-board { display:grid; grid-template-columns:1fr auto 1fr auto 1fr; align-items:stretch; gap:10px; }
.choice-board > div { padding:24px 18px; background:var(--white); border:4px solid var(--ink); border-radius:18px; box-shadow:0 7px 0 rgba(20,40,58,.15); }
.choice-board > div b { display:inline-block; padding:5px 12px; color:var(--white); background:var(--teal); border-radius:999px; }
.choice-board > div h3 { margin:12px 0 8px; color:var(--navy); font-size:22px; }
.choice-board > div p { margin:0; font-size:14px; line-height:1.7; }
.choice-board > i { align-self:center; display:grid; width:48px; height:48px; place-items:center; color:var(--ink); background:var(--yellow); border:3px solid var(--ink); border-radius:50%; font-family:Arial,sans-serif; font-style:normal; font-size:13px; font-weight:900; }
.honesty-note { margin-top:32px; padding:24px 28px; background:var(--white); border-left:10px solid var(--orange); border-radius:0 16px 16px 0; box-shadow:var(--shadow); }
.honesty-note strong { color:var(--navy); font-size:25px; }
.honesty-note p { margin:8px 0 0; font-size:16px; line-height:1.75; }

.contact-prep { background:var(--navy); }
.contact-layout { display:grid; grid-template-columns:.9fr 1.1fr; gap:22px; }
.contact-checklist,.contact-form { padding:28px; background:var(--white); border:4px solid var(--ink); border-radius:20px; box-shadow:0 9px 0 rgba(0,0,0,.2); }
.contact-checklist h3 { margin:0 0 18px; color:var(--navy); font-size:24px; }
.contact-checklist ul { margin:0; padding:0; list-style:none; }
.contact-checklist li { position:relative; margin:10px 0; padding-left:34px; font-weight:700; }
.contact-checklist li::before { content:"✓"; position:absolute; left:0; top:-2px; display:grid; width:24px; height:24px; place-items:center; color:var(--white); background:var(--teal); border-radius:50%; }
.contact-checklist p { margin:20px 0 0; padding:14px; background:var(--cream); border-radius:10px; font-size:14px; line-height:1.7; }
.contact-form { display:grid; gap:14px; }
.form-status { padding:12px; color:#695f4e; background:#f3eee5; border:2px dashed #aa9e89; border-radius:10px; text-align:center; font-weight:900; }
.contact-form label { display:grid; gap:7px; font-weight:900; }
.contact-form input,.contact-form textarea { width:100%; padding:13px; color:#7b8488; background:#edf0f0; border:3px solid #b3bec2; border-radius:9px; font:inherit; }
.contact-form button { padding:15px; color:#69757a; background:#dce1e2; border:3px solid #87949a; border-radius:12px; font-size:17px; font-weight:900; }

.faq-section { padding-bottom:118px; background:var(--cream); }
.faq-list { display:grid; gap:12px; }
.faq-list details { overflow:hidden; background:var(--white); border:3px solid var(--ink); border-radius:16px; box-shadow:0 5px 0 rgba(20,40,58,.12); }
.faq-list summary { display:flex; gap:12px; align-items:center; padding:18px; cursor:pointer; font-size:17px; font-weight:900; list-style:none; }
.faq-list summary::-webkit-details-marker { display:none; }
.faq-list summary b,.faq-list details > div > b { display:grid; flex:0 0 40px; width:40px; height:40px; place-items:center; color:var(--white); background:var(--orange); border-radius:50%; font-family:Arial,sans-serif; }
.faq-list details > div { display:flex; gap:12px; align-items:flex-start; padding:0 18px 18px; }
.faq-list details > div > b { background:var(--teal); }
.faq-list p { margin:6px 0 0; line-height:1.75; }
.site-footer { padding:42px 20px 110px; color:var(--white); background:#102938; text-align:center; }
.site-footer strong { font-size:23px; }
.site-footer p { margin:8px 0; color:#cbd9de; }
.site-footer small { color:#92a5ad; }
.fixed-contact { position:fixed; z-index:30; left:50%; bottom:0; width:min(950px,100%); min-height:78px; display:grid; grid-template-columns:1fr 1fr; transform:translateX(-50%); color:var(--white); background:var(--ink); border-top:4px solid var(--ink); box-shadow:0 -8px 20px rgba(0,0,0,.22); }
.fixed-contact span,.fixed-contact a { display:grid; place-items:center; padding:10px; text-align:center; font-weight:900; }
.fixed-contact span { color:#dfe5e7; background:#68767c; }
.fixed-contact a { color:var(--ink); background:var(--yellow); border-left:3px solid var(--ink); }

@media (max-width:700px) {
  .site-header { height:72px; padding:8px 10px; }
  .brand__mark { width:44px; height:44px; font-size:22px; }
  .brand__copy small { font-size:10px; }
  .brand__copy strong { font-size:23px; }
  .header-status { max-width:105px; padding:7px 8px; text-align:center; font-size:10px; }
  .hero { min-height:780px; }
  .hero__content { min-height:780px; padding:24px 16px 24px; }
  .hero__eyebrow { margin-bottom:12px; padding:7px 12px; font-size:16px; border-width:3px; }
  .hero h1 { font-size:43px; }
  .hero__lead { margin:18px 0; font-size:16px; line-height:1.65; }
  .hero__services { gap:6px; }
  .hero__services span { padding:10px 3px; border-width:3px; font-size:16px; }
  .primary-cta { margin-top:18px; padding:13px 12px; border-width:3px; }
  .primary-cta small { font-size:13px; }
  .primary-cta strong { font-size:17px; }
  .image-note { font-size:10px; }
  .section-pad { padding:54px 14px; }
  .section-heading { margin-bottom:28px; }
  .section-heading > span { margin-bottom:8px; font-size:11px; }
  .section-heading h2 { font-size:34px; }
  .section-heading p { margin-top:12px; font-size:15px; line-height:1.7; }
  .problem-grid { grid-template-columns:repeat(2,1fr); gap:12px; }
  .problem-grid article { padding:18px 12px 15px; border-width:3px; }
  .problem-grid article > b { top:-11px; left:9px; padding:4px 8px; border-width:2px; font-size:11px; }
  .problem-grid article > span { width:44px; height:44px; font-size:22px; }
  .problem-grid h3 { font-size:17px; }
  .problem-grid p { font-size:12px; line-height:1.6; }
  .diagnosis-message { margin-top:28px; padding:23px 15px; border-width:4px; box-shadow:6px 6px 0 var(--yellow); }
  .diagnosis-message strong { font-size:29px; }
  .diagnosis-message p { font-size:14px; }
  .service-cards { grid-template-columns:1fr; gap:18px; }
  .service-card { display:grid; grid-template-columns:42% 58%; border-width:3px; }
  .service-card__photo { height:100%; aspect-ratio:auto; }
  .service-card__body { padding:17px 14px 18px; }
  .service-card__body span { font-size:10px; }
  .service-card__body h3 { margin:4px 0 7px; font-size:25px; }
  .service-card__body p { font-size:12px; line-height:1.6; }
  .service-card__photo b { left:7px; bottom:7px; width:40px; height:40px; border-width:3px; font-size:15px; }
  .choice-board { grid-template-columns:1fr; gap:8px; }
  .choice-board > div { padding:18px; border-width:3px; }
  .choice-board > i { justify-self:center; width:38px; height:38px; font-size:11px; transform:rotate(90deg); }
  .honesty-note { margin-top:24px; padding:20px; border-left-width:7px; }
  .honesty-note strong { font-size:21px; }
  .honesty-note p { font-size:14px; }
  .contact-layout { grid-template-columns:1fr; gap:16px; }
  .contact-checklist,.contact-form { padding:20px; border-width:3px; }
  .faq-list summary { padding:15px 12px; font-size:14px; }
  .faq-list details > div { padding:0 12px 15px; font-size:14px; }
  .faq-list summary b,.faq-list details > div > b { flex-basis:34px; width:34px; height:34px; }
  .fixed-contact { min-height:66px; font-size:13px; }
}
