:root{
  --ink:#1b2a39;
  --navy:#0b3157;
  --navy-deep:#072744;
  --navy-soft:#174b75;
  --orange:#f58227;
  --orange-dark:#d96613;
  --green:#2f7a57;
  --green-soft:#e8f4ee;
  --blue-soft:#eef5fb;
  --cream:#fff7ed;
  --paper:#fbfcfa;
  --white:#fff;
  --muted:#607080;
  --border:#dbe4ea;
  --shadow:0 16px 42px rgba(11,49,87,.10);
  --shadow-soft:0 8px 24px rgba(11,49,87,.07);
  --radius:16px;
  --radius-lg:28px;
  --content:820px;
  --wide:1200px;
  --serif:"Yu Mincho","Hiragino Mincho ProN","Hiragino Mincho Pro",YuMincho,Georgia,serif;
  --sans:-apple-system,BlinkMacSystemFont,"Segoe UI","Hiragino Kaku Gothic ProN","Yu Gothic",Meiryo,sans-serif;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth;max-width:100%;overflow-x:clip}
body{margin:0;max-width:100%;overflow-x:clip;color:var(--ink);background:var(--paper);font-family:var(--sans);font-size:17px;line-height:1.78;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased}
body.nav-open{overflow:hidden}
img{display:block;max-width:100%;height:auto}
figure{margin:0}
a{color:var(--navy);text-underline-offset:.18em}
a:hover{color:var(--orange-dark)}
button,input,select,textarea{font:inherit}
button,a{-webkit-tap-highlight-color:transparent}
:focus-visible{outline:3px solid rgba(245,130,39,.62);outline-offset:3px}
.screen-reader-text{position:absolute!important;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
.screen-reader-text:focus{position:fixed!important;top:12px;left:12px;width:auto;height:auto;margin:0;padding:.75rem 1rem;clip:auto;background:#fff;color:#000;z-index:10000;border-radius:8px}
.container{width:min(calc(100% - 48px),var(--content));margin-inline:auto}
.container-wide{width:min(calc(100% - 56px),var(--wide));margin-inline:auto}
.site-main{overflow:hidden}

/* Header */
.site-header{position:sticky;top:0;z-index:1000;background:rgba(255,255,255,.97);border-bottom:1px solid rgba(11,49,87,.08);backdrop-filter:blur(14px)}
.site-header__inner{min-height:78px;display:flex;align-items:center;gap:24px}
.site-branding{min-width:0;margin-right:auto;flex:0 1 auto}
.brand-lockup{display:flex;align-items:center;gap:11px;color:var(--navy);text-decoration:none}
.brand-mark{width:42px;height:42px;flex:0 0 auto}
.brand-text{display:flex;align-items:flex-end;gap:12px;min-width:0;line-height:1.12}
.brand-text strong{display:grid;font-family:var(--serif);font-size:1.05rem;font-weight:700;letter-spacing:.04em;white-space:nowrap}
.brand-text strong span:last-child{font-size:1.24em;letter-spacing:.07em}
.brand-text small{padding-bottom:.15rem;color:#687683;font-size:.61rem;font-weight:600;white-space:nowrap}
.custom-logo{display:block;max-height:56px;width:auto}
.primary-navigation{margin-left:auto}
.navigation-panel__head,.navigation-panel__cta{display:none}
.primary-menu{display:flex;align-items:center;gap:clamp(12px,1.35vw,20px);list-style:none;margin:0;padding:0}
.primary-menu li{position:relative}
.primary-menu a{display:block;color:var(--navy);font-size:.78rem;font-weight:750;letter-spacing:.01em;text-decoration:none;white-space:nowrap}
.primary-menu a:hover,.primary-menu .current-menu-item>a,.primary-menu .current-menu-ancestor>a{color:var(--orange-dark)}
.primary-menu .sub-menu{display:none;position:absolute;top:calc(100% + 17px);left:-18px;min-width:260px;margin:0;padding:11px;background:#fff;border:1px solid var(--border);border-radius:13px;box-shadow:var(--shadow);list-style:none}
.primary-menu .sub-menu:before{content:"";position:absolute;top:-18px;left:0;right:0;height:18px}
.primary-menu .menu-item-has-children:hover>.sub-menu,.primary-menu .menu-item-has-children:focus-within>.sub-menu{display:block}
.primary-menu .sub-menu a{padding:9px 10px;font-size:.82rem;line-height:1.55;white-space:normal;border-radius:8px}
.primary-menu .sub-menu a:hover{background:var(--blue-soft)}
.submenu-toggle{display:none}
.site-header__actions{display:flex;align-items:center;gap:12px}
.header-cta{display:flex;align-items:center;justify-content:center;gap:8px;min-height:48px;padding:9px 14px;color:#fff;background:linear-gradient(145deg,#ff9840,var(--orange));border-radius:10px;box-shadow:0 8px 20px rgba(245,130,39,.21);font-size:.72rem;font-weight:850;line-height:1.3;text-decoration:none;white-space:nowrap;transition:transform .18s ease,box-shadow .18s ease}
.header-cta:hover{color:#fff;transform:translateY(-1px);box-shadow:0 11px 24px rgba(245,130,39,.28)}
.header-cta__icon{width:20px;height:20px;flex:0 0 auto}
.nav-toggle{display:none;align-items:center;gap:8px;min-height:44px;padding:8px 4px;background:transparent;border:0;color:var(--navy);font-weight:750;cursor:pointer}
.nav-toggle__label{font-size:.75rem}
.nav-toggle__icon{position:relative;display:block;width:27px;height:2px;background:currentColor}
.nav-toggle__icon:before,.nav-toggle__icon:after{content:"";position:absolute;left:0;width:27px;height:2px;background:currentColor;transition:transform .2s ease,top .2s ease}
.nav-toggle__icon:before{top:-8px}.nav-toggle__icon:after{top:8px}
.nav-open .nav-toggle__icon{background:transparent}.nav-open .nav-toggle__icon:before{top:0;transform:rotate(45deg)}.nav-open .nav-toggle__icon:after{top:0;transform:rotate(-45deg)}
.nav-scrim{display:none}

/* Shared */
.button{display:inline-flex;align-items:center;justify-content:center;gap:.55rem;min-height:50px;padding:.82rem 1.4rem;border-radius:10px;font-weight:800;line-height:1.35;text-decoration:none;transition:transform .18s ease,background .18s ease,color .18s ease,border-color .18s ease,box-shadow .18s ease}
.button--primary{color:#fff;background:var(--orange);border:1px solid var(--orange);box-shadow:0 10px 22px rgba(245,130,39,.18)}
.button--primary:hover{color:#fff;background:var(--orange-dark);transform:translateY(-2px)}
.button--secondary{color:var(--navy);background:#fff;border:1px solid rgba(11,49,87,.28)}
.button--secondary:hover{color:#fff;background:var(--navy);border-color:var(--navy)}
.button--light{color:var(--navy);background:#fff;border:1px solid #fff}
.button--light:hover{color:#fff;background:transparent}
.text-link{display:inline-flex;align-items:center;gap:.42rem;font-weight:800;text-decoration-thickness:1px}
.text-link:after{content:"→";text-decoration:none}
.eyebrow{margin:0 0 12px;color:var(--orange-dark);font-size:.78rem;font-weight:850;letter-spacing:.13em}
.eyebrow--light{color:#ffc397}
.section{padding:96px 0}
.section--soft{background:#f5f8f5}
.section--tint{background:linear-gradient(180deg,#eef5fb 0%,#f8fbfd 100%)}
.section--dark{color:#e7f0f5;background:var(--navy-deep)}
.section--cta{padding:82px 0;background:linear-gradient(135deg,#fff7ed,#f4f9f4)}
.section-heading{max-width:720px}
.heading-line{display:block}
.section-heading--center{margin:0 auto 46px;text-align:center}
.section-heading--row{display:flex;align-items:flex-end;justify-content:space-between;gap:38px;margin-bottom:42px}
.section-heading--row>div{max-width:720px}
.section-heading h2,.content-split h2,.survey-layout h2,.expert-layout h2,.cta-panel h2{margin:0 0 18px;color:var(--navy);font-family:var(--serif);font-size:clamp(2rem,3.2vw,2.65rem);line-height:1.42;letter-spacing:.025em}
.section-heading p,.content-split__intro>p,.survey-layout__content>p,.expert-layout__intro>p,.cta-panel p{max-width:66ch;margin:0;color:#506171}
.section-action{margin:38px 0 0;text-align:center}
.section-illustration{margin:28px 0 24px;border-radius:22px;overflow:hidden;box-shadow:var(--shadow-soft)}
.section-illustration img{width:100%}

/* Hero */
.hero{position:relative;padding:64px 0 58px;background:linear-gradient(90deg,#fff 0%,#fff 43%,#f6faf6 100%);overflow:hidden}
.hero:after{content:"";position:absolute;left:0;right:0;bottom:0;height:160px;background:linear-gradient(0deg,rgba(227,242,220,.74),rgba(255,255,255,0));pointer-events:none}
.hero__soft-shape{position:absolute;border-radius:50%;opacity:.68;filter:blur(4px);pointer-events:none}
.hero__soft-shape--one{width:520px;height:340px;left:-180px;bottom:-150px;background:radial-gradient(circle,#dff1ce 0%,rgba(223,241,206,0) 70%)}
.hero__soft-shape--two{width:420px;height:360px;left:31%;bottom:-225px;background:radial-gradient(circle,#e8f4dc 0%,rgba(232,244,220,0) 70%)}
.hero__grid{position:relative;z-index:2;display:grid;grid-template-columns:minmax(420px,.9fr) minmax(500px,1.1fr);grid-template-areas:"intro visual" "support visual";align-items:center;column-gap:clamp(40px,4vw,60px);row-gap:28px}
.hero__intro{grid-area:intro;align-self:end;max-width:570px}
.hero__visual{grid-area:visual;align-self:stretch;display:flex;align-items:center}
.hero__support{grid-area:support;align-self:start;max-width:570px}
.hero__question{display:flex;align-items:center;gap:13px;margin:0 0 18px;color:var(--navy);font-family:var(--serif);font-size:clamp(1.02rem,1.45vw,1.26rem);font-weight:700;letter-spacing:.045em}
.hero__question strong{position:relative;display:inline-block;padding:7px 15px;color:var(--green);font-family:var(--sans);font-size:.86em;letter-spacing:.035em;border:1.5px solid var(--green);border-radius:999px;transform:rotate(-1deg)}
.hero__question strong:after{content:"";position:absolute;left:38%;bottom:-8px;width:13px;height:13px;background:#fff;border-right:1.5px solid var(--green);border-bottom:1.5px solid var(--green);transform:rotate(45deg)}
.hero h1{margin:0 0 20px;color:var(--navy);font-family:var(--serif);font-size:clamp(2.55rem,3.75vw,3.28rem);font-weight:700;line-height:1.28;letter-spacing:.02em}
.hero-title__line{display:block}.hero h1 em{color:var(--orange);font-style:normal;text-decoration:underline;text-decoration-thickness:.07em;text-underline-offset:.12em}
.hero__lead{max-width:540px;margin:0;color:#30485f;font-size:1.03rem;font-weight:600;line-height:1.82;letter-spacing:.01em}
.hero-photo{width:100%}
.hero-photo picture{display:block;aspect-ratio:16/10;border-radius:26px;overflow:hidden;box-shadow:0 18px 48px rgba(11,49,87,.13)}
.hero-photo img{width:100%;height:100%;object-fit:cover;object-position:center center}
.hero-photo figcaption{display:flex;justify-content:space-between;gap:22px;margin:16px 10px 0;padding:0 4px;color:#536271;font-size:.78rem;line-height:1.55}
.hero-photo figcaption strong{color:var(--navy);font-size:.86rem}.hero-photo figcaption span{text-align:right}
.hero-points{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;margin:0 0 24px}
.hero-point{display:grid;grid-template-columns:48px 1fr;align-items:center;gap:10px;min-width:0;padding:12px;background:rgba(255,255,255,.72);border:1px solid rgba(11,49,87,.09);border-radius:13px}
.hero-point__icon{display:grid;place-items:center;width:48px;height:48px;color:var(--navy);background:#fff;border-radius:50%;box-shadow:0 5px 14px rgba(11,49,87,.07)}
.hero-point__icon svg{width:25px;height:25px}
.hero-point p{display:grid;gap:1px;margin:0;min-width:0;color:var(--navy);font-size:.7rem;line-height:1.42}
.hero-point strong{font-size:.77rem;font-weight:850}.hero-point span{color:#607080}
.hero__actions{margin:0 0 10px}
.hero-consultation{display:grid;grid-template-columns:68px 1fr 25px;align-items:center;width:min(100%,470px);min-height:66px;padding:0 18px 0 0;color:#fff;background:linear-gradient(90deg,#ff982f,var(--orange));border-radius:12px;box-shadow:0 12px 26px rgba(245,130,39,.24);font-weight:850;text-decoration:none;transition:transform .18s ease,box-shadow .18s ease}
.hero-consultation:hover{color:#fff;transform:translateY(-2px);box-shadow:0 17px 34px rgba(245,130,39,.31)}
.hero-consultation__badge{display:grid;place-items:center;width:70px;height:70px;margin-left:-5px;color:var(--orange);background:#fff;border:2px solid var(--orange);border-radius:50%;font-size:.79rem;line-height:1.25;text-align:center}
.hero-consultation__label{padding-left:15px;font-size:1rem;letter-spacing:.02em}
.hero-consultation__arrow{width:25px;height:25px}
.hero__note{margin:0 0 0 70px;color:#586675;font-size:.73rem;font-weight:600}

/* Guide cards */
.guide-section{position:relative;z-index:3;padding:0 0 36px;background:#fff}
.guide-grid{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:18px;margin-top:-2px}
.guide-card{position:relative;display:grid;grid-template-columns:54px 1fr 28px;align-items:center;gap:14px;min-height:150px;padding:22px;color:var(--ink);background:#fff;border:1px solid var(--border);border-radius:15px;box-shadow:var(--shadow-soft);text-decoration:none;transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease}
.guide-card:nth-child(-n+3){grid-column:span 2}.guide-card:nth-child(n+4){grid-column:span 3}
.guide-card:hover{color:var(--ink);transform:translateY(-4px);border-color:#bbccd7;box-shadow:var(--shadow)}
.guide-card__icon{display:grid;place-items:center;width:54px;height:54px;color:var(--navy);background:var(--blue-soft);border-radius:50%}
.guide-card__icon svg{width:29px;height:29px}
.guide-card__content{display:grid;gap:7px;min-width:0}
.guide-card__content strong{color:var(--navy);font-family:var(--serif);font-size:1.04rem;line-height:1.45}
.guide-card__content>span{color:#5b6977;font-size:.81rem;line-height:1.65}
.guide-card__arrow{display:grid;place-items:center;width:28px;height:28px;color:var(--orange)}
.guide-card__arrow svg{width:22px;height:22px}

/* First check */
.content-split{display:grid;grid-template-columns:minmax(0,.86fr) minmax(480px,1.14fr);gap:clamp(54px,6vw,84px);align-items:start}
.content-split__intro{position:sticky;top:118px}
.check-list{counter-reset:step;margin:0;padding:14px 28px;background:#fff;border:1px solid var(--border);border-radius:22px;box-shadow:var(--shadow-soft);list-style:none}
.check-list li{counter-increment:step;display:grid;grid-template-columns:50px minmax(155px,.52fr) 1fr;align-items:center;gap:16px;padding:19px 0;border-bottom:1px solid #e6ecef}
.check-list li:last-child{border-bottom:0}
.check-list li:before{content:counter(step,decimal-leading-zero);display:grid;place-items:center;width:42px;height:42px;color:#fff;background:var(--navy);border-radius:50%;font-size:.73rem;font-weight:850}
.check-list strong{color:var(--navy);font-size:.96rem}.check-list span{color:#5e6d7a;font-size:.86rem;line-height:1.58}

/* Family journey */
.journey-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:26px}
.journey-card{overflow:hidden;background:#fff;border:1px solid var(--border);border-radius:22px;box-shadow:var(--shadow-soft)}
.journey-card img{width:100%;aspect-ratio:12/7;object-fit:cover}
.journey-card>div{padding:26px 28px 30px}
.journey-card h3{margin:0 0 10px;color:var(--navy);font-family:var(--serif);font-size:1.35rem;line-height:1.45}
.journey-card p{margin:0;color:#586876;font-size:.92rem}

/* Options */
.option-intro-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(420px,.84fr);align-items:center;gap:54px;margin-bottom:42px}
.section-illustration--wide{margin:0}
.option-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}
.option-card{min-height:222px;padding:25px;background:#fff;border:1px solid var(--border);border-radius:17px;box-shadow:var(--shadow-soft)}
.option-card__head{display:flex;align-items:center;justify-content:space-between;margin-bottom:22px}
.option-card__icon{display:grid;place-items:center;width:48px;height:48px;color:var(--navy);background:var(--green-soft);border-radius:50%}
.option-card__icon svg{width:26px;height:26px}
.option-card__number{color:#a7b4be;font-size:.74rem;font-weight:800;letter-spacing:.1em}
.option-card h3{margin:0 0 10px;color:var(--navy);font-family:var(--serif);font-size:1.24rem;line-height:1.4}
.option-card p{margin:0;color:#5b6b78;font-size:.85rem;line-height:1.72}

/* Survey */
.survey-layout{display:grid;grid-template-columns:minmax(470px,1.04fr) minmax(0,.96fr);align-items:center;gap:clamp(48px,6vw,78px)}
.section-illustration--large{margin:0}
.plain-check-list{display:grid;gap:12px;margin:25px 0 24px;padding:0;list-style:none}
.plain-check-list li{position:relative;padding-left:31px;color:#405365;font-size:.9rem}
.plain-check-list li:before{content:"";position:absolute;left:0;top:.48em;width:18px;height:18px;background:var(--green-soft);border:1px solid #acd0bc;border-radius:50%}
.plain-check-list li:after{content:"✓";position:absolute;left:4px;top:.07em;color:var(--green);font-size:.82rem;font-weight:900}

/* Cases and articles */
.case-grid,.article-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px}
.case-card,.article-card{overflow:hidden;background:#fff;border:1px solid var(--border);border-radius:18px;box-shadow:var(--shadow-soft)}
.case-card__media,.article-card__media{display:block;aspect-ratio:3/2;background:var(--blue-soft);overflow:hidden}
.case-card__media img,.article-card__media img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}
.case-card:hover .case-card__media img,.article-card:hover .article-card__media img{transform:scale(1.025)}
.case-card__placeholder,.article-card__placeholder{display:grid;place-items:center;width:100%;height:100%}.case-card__placeholder img,.article-card__placeholder img{width:58px;height:58px;object-fit:contain;opacity:.45}
.case-card__body,.article-card__body{padding:24px}
.case-card__tags{display:flex;flex-wrap:wrap;gap:6px;margin-bottom:12px}
.case-card__tags span,.article-card__meta{display:inline-flex;padding:4px 8px;color:var(--navy-soft);background:var(--blue-soft);border-radius:999px;font-size:.68rem;font-weight:750}
.case-card h3,.article-card h2{margin:0 0 12px;color:var(--navy);font-family:var(--serif);font-size:1.2rem;line-height:1.5}
.case-card h3 a,.article-card h2 a{color:inherit;text-decoration:none}
.case-card p,.article-card p{margin:0 0 16px;color:#5d6c78;font-size:.84rem;line-height:1.72}
.case-disclaimer,.archive-intro,.case-notice{margin:30px 0 0;padding:18px 20px;color:#65727e;background:#f4f6f7;border-radius:12px;font-size:.75rem;line-height:1.65}
.empty-state{padding:48px 28px;text-align:center;background:#fff;border:1px dashed #b9c8d2;border-radius:18px}.empty-state h2,.empty-state h3{margin-top:0;color:var(--navy)}

/* Expert section */
.expert-layout{display:grid;grid-template-columns:minmax(0,1.08fr) minmax(430px,.92fr);align-items:start;gap:clamp(52px,6vw,82px)}
.expert-layout h2{color:#fff}
.expert-layout__intro>p{color:#c7d5df}
.expert-visual{margin:30px 0 28px;overflow:hidden;border:1px solid rgba(255,255,255,.13);border-radius:20px}
.expert-visual img{width:100%}
.expert-list{display:grid;gap:12px;margin:0;padding:0;list-style:none}
.expert-list li{display:grid;grid-template-columns:48px minmax(130px,.72fr) 1fr;align-items:center;gap:15px;padding:18px;color:#dce8ef;background:rgba(255,255,255,.065);border:1px solid rgba(255,255,255,.11);border-radius:14px}
.expert-list__icon{display:grid;place-items:center;width:48px;height:48px;color:#ffc08f;background:rgba(255,255,255,.09);border-radius:50%}
.expert-list__icon svg{width:26px;height:26px}
.expert-list strong{color:#fff;font-size:.9rem}.expert-list li>span:last-child{color:#b9cad6;font-size:.8rem;line-height:1.55}

/* CTA */
.cta-panel{display:flex;align-items:center;justify-content:space-between;gap:42px;padding:38px 42px;background:#fff;border:1px solid #eadfce;border-radius:22px;box-shadow:var(--shadow-soft)}
.cta-panel h2{font-size:clamp(1.75rem,2.7vw,2.25rem)}
.cta-panel__actions{display:grid;justify-items:center;gap:12px;flex:0 0 auto}

/* Page and post templates */
.page-hero,.article-hero,.case-hero{padding:72px 0 62px;background:linear-gradient(135deg,#eef5fb,#f8fbf6)}
.page-hero>.container,.article-hero>.container,.case-hero>.container{max-width:900px}
.page-hero h1,.article-hero h1,.case-hero h1{max-width:20ch;margin:0 0 18px;color:var(--navy);font-family:var(--serif);font-size:clamp(2.35rem,4.6vw,3.65rem);line-height:1.32;letter-spacing:.02em}
.page-hero p,.article-hero p,.case-hero p{max-width:65ch;margin:0;color:#556776}
.page-layout,.article-layout,.case-layout{padding-top:28px;padding-bottom:82px}
.archive-layout{padding-top:30px;padding-bottom:86px}
.breadcrumbs{display:flex;align-items:center;flex-wrap:wrap;gap:8px;margin:0 0 26px;color:#71808c;font-size:.74rem}.breadcrumbs a{color:#5d7180}
.entry-content,.case-content{padding:44px 48px;background:#fff;border:1px solid var(--border);border-radius:20px;box-shadow:var(--shadow-soft)}
.entry-content>*:first-child,.case-content>*:first-child{margin-top:0}.entry-content>*:last-child,.case-content>*:last-child{margin-bottom:0}
.entry-content p,.case-content p{max-width:72ch}
.entry-content h2,.case-content h2{margin:2.4em 0 .85em;padding-bottom:.42em;color:var(--navy);font-family:var(--serif);font-size:1.8rem;line-height:1.45;border-bottom:2px solid var(--green-soft)}
.entry-content h3,.case-content h3{margin:2em 0 .7em;color:var(--navy);font-size:1.25rem;line-height:1.5}
.entry-content h4,.case-content h4{color:var(--navy)}
.entry-content ul,.entry-content ol,.case-content ul,.case-content ol{padding-left:1.35em}
.entry-content li,.case-content li{margin:.45em 0}
.entry-content blockquote,.case-content blockquote{margin:2em 0;padding:18px 24px;background:var(--blue-soft);border-left:5px solid var(--navy-soft)}
.entry-content table,.case-content table{width:100%;border-collapse:collapse}.entry-content th,.entry-content td,.case-content th,.case-content td{padding:12px;border:1px solid var(--border);vertical-align:top}.entry-content th,.case-content th{color:var(--navy);background:var(--blue-soft)}
.featured-image{margin:0 0 30px;overflow:hidden;border-radius:18px}.featured-image img{width:100%}
.comparison-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.comparison-grid article{padding:22px;background:#f8fafb;border:1px solid var(--border);border-radius:14px}.comparison-grid h3{margin-top:0}.caution{padding:12px 14px;background:var(--cream);border-radius:10px;font-size:.84rem}
.page-cta{padding:0 0 86px}
.archive-description{color:#5e6d79}
.pagination{margin-top:36px}.nav-links{display:flex;justify-content:center;gap:8px}.page-numbers{display:grid;place-items:center;min-width:42px;height:42px;padding:0 10px;background:#fff;border:1px solid var(--border);border-radius:8px;text-decoration:none}.page-numbers.current{color:#fff;background:var(--navy);border-color:var(--navy)}
.not-found{padding:100px 0;text-align:center}.not-found h1{color:var(--navy);font-family:var(--serif);font-size:clamp(2rem,4vw,3rem)}
.comments-area{margin-top:40px;padding:28px;background:#fff;border:1px solid var(--border);border-radius:14px}.comment-list{padding-left:1.3rem}

/* Forms */
input[type="text"],input[type="email"],input[type="tel"],input[type="url"],input[type="number"],input[type="date"],select,textarea{width:100%;padding:13px 14px;color:var(--ink);background:#fff;border:1px solid #c7d2da;border-radius:8px}
input:focus,select:focus,textarea:focus{border-color:var(--navy);box-shadow:0 0 0 3px rgba(11,49,87,.10);outline:0}
input[type="submit"],button[type="submit"]{min-height:50px;padding:.8rem 1.5rem;color:#fff;background:var(--orange);border:0;border-radius:9px;font-weight:800;cursor:pointer}
.wpcf7-form p{margin-bottom:1.25rem}.wpcf7-not-valid-tip{font-size:.82rem}

/* Footer */
.site-footer{padding:64px 0 22px;color:#dbe6ee;background:var(--navy-deep)}
.site-footer__grid{display:grid;grid-template-columns:1.35fr .8fr .85fr;gap:46px}
.footer-brand{display:flex;align-items:center;gap:13px;color:#fff}.footer-brand img{filter:brightness(0) invert(1);opacity:.94}
.footer-brand div{display:grid}.footer-brand strong{font-family:var(--serif);font-size:1.1rem;letter-spacing:.04em}.footer-brand span{font-size:.72rem;color:#b9c8d4}
.footer-message{max-width:500px;color:#bdcbd6;font-size:.88rem}
.footer-heading{margin:0 0 14px;color:#fff;font-size:.95rem}.footer-menu{margin:0;padding:0;list-style:none}.footer-menu li{margin-bottom:7px}
.site-footer a{color:#dce8f0}.site-footer a:hover{color:#ffb375}.site-footer p{margin:.35em 0;font-size:.84rem}
.site-footer__bottom{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-top:42px;padding-top:18px;border-top:1px solid rgba(255,255,255,.10);color:#99aeba}.footer-legal{display:flex;gap:18px}
.mobile-contact-bar{display:none}

/* WordPress */
.alignwide{width:min(100%,var(--wide));margin-left:50%;transform:translateX(-50%)}.alignfull{width:100vw;margin-left:50%;transform:translateX(-50%)}.wp-caption{max-width:100%}.wp-caption-text{color:var(--muted);font-size:.78rem}

/* Drawer and tablet */
@media(max-width:1100px){
  .site-header__inner{min-height:74px}.brand-text small{display:none}.brand-mark{width:39px;height:39px}.brand-text strong{font-size:.98rem}
  .site-header__actions{gap:14px}.nav-toggle{display:flex}
  .header-cta{min-width:46px;padding:9px 11px}.header-cta span{display:none}.header-cta__icon{width:22px;height:22px}
  .primary-navigation{position:fixed;top:0;right:0;z-index:1102;display:none;flex-direction:column;width:min(420px,92vw);height:100dvh;margin:0;padding:0 24px 28px;background:#fff;box-shadow:-20px 0 55px rgba(7,39,68,.2);overflow-y:auto}
  .nav-open .primary-navigation{display:flex}
  .navigation-panel__head{display:flex;align-items:center;justify-content:space-between;min-height:74px;color:var(--navy);border-bottom:1px solid var(--border)}
  .navigation-panel__head strong{font-family:var(--serif);font-size:1.02rem}
  .nav-close{display:grid;place-items:center;width:44px;height:44px;background:transparent;border:0;color:var(--navy);cursor:pointer}.nav-close span,.nav-close span:after{display:block;width:25px;height:2px;background:currentColor}.nav-close span{transform:rotate(45deg)}.nav-close span:after{content:"";transform:rotate(90deg)}
  .primary-menu{display:grid;gap:0;width:100%;padding:14px 0}
  .primary-menu li{display:grid;grid-template-columns:1fr auto}
  .primary-menu a{padding:13px 4px;font-size:.91rem;white-space:normal;border-bottom:1px solid #edf1f3}
  .primary-menu .sub-menu{position:static;display:none;grid-column:1/-1;min-width:0;margin:0;padding:2px 0 8px 16px;border:0;border-radius:0;box-shadow:none}
  .primary-menu .sub-menu:before{display:none}.primary-menu .submenu-open>.sub-menu{display:block}
  .primary-menu .sub-menu a{padding:10px 4px;font-size:.82rem;background:transparent}
  .submenu-toggle{display:grid;place-items:center;width:44px;height:44px;align-self:center;margin-right:-7px;background:transparent;border:0;color:var(--navy);cursor:pointer}.submenu-toggle span{position:relative;width:13px;height:13px}.submenu-toggle span:before,.submenu-toggle span:after{content:"";position:absolute;top:6px;left:0;width:13px;height:2px;background:currentColor}.submenu-toggle span:after{transform:rotate(90deg);transition:transform .2s ease}.submenu-toggle[aria-expanded="true"] span:after{transform:rotate(0)}
  .navigation-panel__cta{display:flex;align-items:center;justify-content:center;min-height:52px;margin-top:auto;color:#fff;background:var(--orange);border-radius:10px;font-size:.9rem;font-weight:850;text-decoration:none}
  .nav-scrim{position:fixed;inset:0;z-index:1101;display:block;background:rgba(7,39,68,.43);border:0;opacity:0;visibility:hidden;transition:opacity .22s ease,visibility .22s ease}.nav-open .nav-scrim{opacity:1;visibility:visible}
  .hero__grid{grid-template-columns:minmax(410px,.9fr) minmax(470px,1.1fr);column-gap:36px}.hero h1{font-size:clamp(2.55rem,4.5vw,3.25rem)}
  .hero-point{grid-template-columns:42px 1fr;padding:10px}.hero-point__icon{width:42px;height:42px}.hero-point p{font-size:.64rem}.hero-point strong{font-size:.7rem}
  .guide-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.guide-card:nth-child(n){grid-column:auto}.guide-card:last-child{grid-column:1/-1}
  .content-split{grid-template-columns:minmax(0,.8fr) minmax(440px,1.2fr);gap:48px}
  .option-intro-grid{grid-template-columns:1fr minmax(390px,.8fr);gap:40px}
}

@media(max-width:1100px) and (min-width:961px){
  .hero-point span{display:none}
  .hero-point strong{font-size:.77rem;line-height:1.35}
  .hero-point{grid-template-columns:40px 1fr}
  .hero-point__icon{width:40px;height:40px}
}

/* Portrait tablet and smaller */
@media(max-width:960px){
  body{font-size:16.5px}
  .container-wide{width:min(calc(100% - 44px),var(--wide))}
  .hero{padding-top:42px}
  .hero__grid{grid-template-columns:1fr;grid-template-areas:"intro" "visual" "support";row-gap:28px}
  .hero__intro,.hero__support{max-width:760px;margin-inline:auto;width:100%}.hero__intro{text-align:center}.hero__question{justify-content:center}.hero__lead{margin-inline:auto}
  .hero__visual{max-width:820px;margin-inline:auto;width:100%}.hero-photo picture{aspect-ratio:16/9}.hero-photo figcaption{margin-inline:4px}
  .hero-points{max-width:720px;margin-inline:auto;margin-bottom:24px}.hero-consultation{margin-inline:auto}.hero__note{margin-left:0;text-align:center}
  .section{padding:82px 0}
  .content-split,.survey-layout,.expert-layout{grid-template-columns:1fr;gap:42px}.content-split__intro{position:static}.content-split__intro .section-illustration{max-width:620px}
  .check-list{width:100%}
  .option-intro-grid{grid-template-columns:1fr;gap:30px}.option-intro-grid .section-illustration{max-width:680px;margin-inline:auto}
  .option-grid,.case-grid,.article-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .expert-visual{max-width:700px}.expert-list{grid-template-columns:repeat(2,minmax(0,1fr))}.expert-list li{grid-template-columns:44px 1fr}.expert-list li>span:last-child{grid-column:2}
  .site-footer__grid{grid-template-columns:1fr 1fr}.site-footer__grid>div:first-child{grid-column:1/-1}
}

/* Mobile */
@media(max-width:720px){
  body{font-size:16px;padding-bottom:64px}
  .container,.container-wide{width:min(calc(100% - 28px),var(--content))}
  .site-header__inner{min-height:70px;gap:10px}.brand-mark{width:34px;height:34px}.brand-text strong{font-size:.82rem;line-height:1.18}.brand-text strong span:last-child{font-size:1.17em}.custom-logo{max-width:205px;max-height:48px}.header-cta{display:none}.nav-toggle__label{font-size:.69rem}
  .navigation-panel__head{min-height:70px}
  .hero{padding:34px 0 48px;background:linear-gradient(180deg,#fff 0%,#f6faf6 100%)}
  .hero__grid{row-gap:24px}.hero__intro{text-align:left}.hero__question{display:block;margin-bottom:17px;font-size:.98rem}.hero__question span{display:block;margin-bottom:8px}.hero__question strong{font-size:.9rem;padding:6px 14px}
  .hero h1{max-width:13.5em;margin-bottom:16px;font-size:clamp(2.12rem,10.1vw,2.72rem);line-height:1.3;letter-spacing:.005em}.hero-title__line{display:block}.hero__lead{font-size:.98rem;line-height:1.75}
  .hero-photo picture{aspect-ratio:4/3;border-radius:18px}.hero-photo img{object-position:center center}.hero-photo figcaption{display:grid;gap:4px;margin:12px 3px 0;font-size:.7rem}.hero-photo figcaption span{text-align:left}.hero-photo figcaption strong{font-size:.8rem}
  .hero-points{grid-template-columns:1fr;gap:9px}.hero-point{grid-template-columns:46px 1fr;gap:12px;padding:11px 13px}.hero-point__icon{width:46px;height:46px}.hero-point p{font-size:.75rem}.hero-point strong{font-size:.84rem}.hero-point span{font-size:.73rem}
  .hero-consultation{grid-template-columns:64px 1fr 23px;min-height:62px}.hero-consultation__badge{width:66px;height:66px;font-size:.75rem}.hero-consultation__label{padding-left:12px;font-size:.87rem}.hero__note{font-size:.69rem}
  .guide-section{padding-bottom:22px}.guide-grid{grid-template-columns:1fr;gap:10px}.guide-card:nth-child(n){grid-column:auto}.guide-card{grid-template-columns:48px 1fr 26px;min-height:0;padding:16px 15px;gap:12px}.guide-card__icon{width:48px;height:48px}.guide-card__icon svg{width:25px;height:25px}.guide-card__content{gap:3px}.guide-card__content strong{font-size:.94rem}.guide-card__content>span{font-size:.75rem;line-height:1.55}
  .section{padding:66px 0}.section-heading--center{margin-bottom:32px;text-align:left}.section-heading--row{display:block;margin-bottom:30px}.section-heading--row .text-link{margin-top:14px}
  .section-heading h2,.content-split h2,.survey-layout h2,.expert-layout h2,.cta-panel h2{font-size:clamp(1.75rem,8vw,2.12rem);line-height:1.4}
  .section-illustration{margin:22px 0 20px;border-radius:17px}
  .content-split{gap:28px}.check-list{padding:5px 17px;border-radius:17px}.check-list li{grid-template-columns:42px 1fr;gap:5px 12px;padding:15px 0}.check-list li:before{width:38px;height:38px}.check-list strong{font-size:.9rem}.check-list span{grid-column:2;font-size:.79rem}
  .journey-grid{grid-template-columns:1fr;gap:16px}.journey-card{border-radius:18px}.journey-card>div{padding:21px 22px 24px}.journey-card h3{font-size:1.18rem}.journey-card p{font-size:.84rem}
  .option-grid,.case-grid,.article-grid,.comparison-grid{grid-template-columns:1fr}.option-grid{gap:14px}.option-card{min-height:0;padding:20px}.option-card__head{margin-bottom:15px}.option-card h3{font-size:1.14rem}.option-card p{font-size:.82rem}
  .survey-layout{gap:26px}.plain-check-list{gap:10px}
  .case-card__body,.article-card__body{padding:21px}.case-card h3,.article-card h2{font-size:1.12rem}
  .expert-layout{gap:34px}.expert-list{grid-template-columns:1fr}.expert-list li{grid-template-columns:42px 1fr;gap:4px 12px;padding:15px}.expert-list__icon{width:42px;height:42px}.expert-list li>span:last-child{grid-column:2}
  .cta-panel{display:grid;gap:24px;padding:29px 22px}.cta-panel__actions{width:100%}.button{width:100%}
  .page-hero,.article-hero,.case-hero{padding:52px 0 46px}.page-hero h1,.article-hero h1,.case-hero h1{font-size:clamp(1.95rem,9vw,2.5rem)}
  .entry-content,.case-content{padding:27px 20px;border-radius:16px}.entry-content h2,.case-content h2{font-size:1.52rem}.entry-content h3,.case-content h3{font-size:1.15rem}.entry-content table,.case-content table{display:block;overflow-x:auto;white-space:nowrap}
  .site-footer__grid{grid-template-columns:1fr}.site-footer__grid>div:first-child{grid-column:auto}.site-footer__bottom{display:grid}.footer-legal{flex-wrap:wrap}
  .mobile-contact-bar{position:fixed;left:0;right:0;bottom:0;z-index:999;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));min-height:64px;background:#fff;border-top:1px solid var(--border);box-shadow:0 -8px 20px rgba(11,49,87,.10)}.mobile-contact-bar--single{grid-template-columns:1fr}.mobile-contact-bar a{display:grid;place-items:center;min-height:64px;padding:8px;text-align:center;font-size:.82rem;font-weight:850;text-decoration:none}.mobile-contact-bar a:last-child{color:#fff;background:var(--orange)}
}

@media(max-width:390px){
  .brand-lockup{gap:7px}.brand-mark{width:30px;height:30px}.brand-text strong{font-size:.76rem}.hero h1{font-size:2.05rem}.hero-consultation__label{font-size:.82rem}.guide-card{grid-template-columns:44px 1fr 24px;padding-inline:13px}.guide-card__icon{width:44px;height:44px}
}

@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;transition:none!important;animation:none!important}}
