:root{
  --bg:#fbfaf7;--surface:#ffffff;--soft:#f1efe9;--ink:#1b232c;--muted:#687079;--line:#dedbd4;
  --accent:#0f6555;--accent-soft:#e6f0ed;--dark:#16202a;--shadow:0 18px 55px rgba(20,30,40,.08);
  --font-sans:'Noto Sans JP','Hiragino Kaku Gothic ProN','Yu Gothic',sans-serif;
  --font-serif:'Noto Serif JP','Hiragino Mincho ProN','Yu Mincho',serif;
  --container:1152px;--medium:920px;--narrow:760px;--header:72px;
}
*{box-sizing:border-box}html{scroll-behavior:smooth}body.himoto-theme{margin:0;background:var(--bg);color:var(--ink);font-family:var(--font-sans);font-size:16px;line-height:1.85;letter-spacing:.015em;overflow-x:hidden;-webkit-font-smoothing:antialiased}img{max-width:100%;height:auto;display:block}a{color:inherit;text-decoration:none}button,input,textarea,select{font:inherit}.h-container{width:min(calc(100% - 40px),var(--container));margin-inline:auto}.h-container--medium{max-width:var(--medium)}.h-container--narrow{max-width:var(--narrow)}.h-main{padding-top:var(--header)}.h-skip-link{position:fixed;left:12px;top:-60px;z-index:999;background:#fff;color:#111;padding:10px 16px;border-radius:4px}.h-skip-link:focus{top:12px}.h-kicker{display:inline-block;font-size:11px;line-height:1.4;letter-spacing:.18em;text-transform:uppercase;font-weight:700;color:var(--accent);margin-bottom:14px}.h-kicker--light{color:rgba(255,255,255,.72)}
.h-header{position:fixed;inset:0 0 auto 0;z-index:90;height:var(--header);display:flex;align-items:center;background:rgba(251,250,247,.96);border-bottom:1px solid rgba(222,219,212,.6);backdrop-filter:blur(14px);transition:box-shadow .25s,background .25s}.h-header.is-scrolled{box-shadow:0 8px 30px rgba(16,25,34,.07);background:rgba(251,250,247,.985)}.h-header__inner{display:flex;align-items:center;justify-content:space-between;gap:28px}.h-brand{display:inline-flex;align-items:baseline;gap:8px;white-space:nowrap}.h-brand__jp{font-family:var(--font-serif);font-size:21px;font-weight:600;letter-spacing:.08em}.h-brand__en{font-size:10px;color:var(--muted);letter-spacing:.16em}.h-nav--desktop{margin-left:auto}.h-nav__list,.h-nav__list ul{list-style:none;margin:0;padding:0}.h-nav__list{display:flex;align-items:center;gap:25px}.h-nav__list>li{position:relative}.h-nav__link,.h-nav__list>li>a{display:flex;align-items:center;min-height:42px;font-size:13px;font-weight:500;color:#3e4751;position:relative}.h-nav__list>li>a:after{content:"";position:absolute;left:0;bottom:5px;width:0;height:1px;background:var(--ink);transition:width .22s}.h-nav__list>li>a:hover:after,.h-nav__list>li.current-menu-item>a:after,.h-nav__list>li.current-menu-ancestor>a:after{width:100%}.h-nav__list .menu-item-has-children>a{padding-right:14px}.h-nav__list .menu-item-has-children>a:before{content:"";position:absolute;right:0;top:50%;width:5px;height:5px;border-right:1px solid currentColor;border-bottom:1px solid currentColor;transform:translateY(-65%) rotate(45deg)}.h-nav__list .sub-menu{position:absolute;top:calc(100% + 10px);left:50%;transform:translate(-50%,10px);min-width:210px;padding:10px;background:#fff;border:1px solid var(--line);box-shadow:var(--shadow);opacity:0;visibility:hidden;transition:.2s;border-radius:8px}.h-nav__list li:hover>.sub-menu,.h-nav__list li:focus-within>.sub-menu{opacity:1;visibility:visible;transform:translate(-50%,0)}.h-nav__list .sub-menu a{display:block;padding:10px 12px;font-size:13px;border-radius:5px;color:#46505a}.h-nav__list .sub-menu a:hover{background:var(--soft);color:var(--ink)}.h-header__actions{display:flex;align-items:center;gap:12px}.h-menu-toggle{display:none;background:transparent;border:0;color:var(--ink);padding:8px;align-items:center;gap:8px;cursor:pointer}.h-menu-toggle__label{font-size:10px;letter-spacing:.12em}.h-menu-toggle__icon{width:24px;height:18px;display:flex;flex-direction:column;justify-content:center;gap:6px}.h-menu-toggle__icon i{height:1px;background:currentColor;width:100%;display:block}
.h-btn{display:inline-flex;min-height:48px;padding:0 26px;align-items:center;justify-content:center;border:1px solid transparent;border-radius:4px;font-size:14px;font-weight:600;letter-spacing:.02em;transition:transform .2s,background .2s,color .2s,border-color .2s,box-shadow .2s}.h-btn:hover{transform:translateY(-1px)}.h-btn--dark{background:var(--dark);color:#fff}.h-btn--dark *,.h-btn--dark svg{color:inherit;fill:currentColor}.h-btn--dark:hover{background:#0d141b;box-shadow:0 10px 24px rgba(10,20,30,.16)}.h-btn--light{background:#fff;color:#111;border-color:#fff}.h-btn--light *,.h-btn--light svg{color:inherit;fill:currentColor}.h-btn--light:hover{background:#f5f5f2;border-color:#f5f5f2}.h-btn--wide{width:100%}.h-header__cta{min-height:42px;padding-inline:19px;font-size:12px}
.h-mobile-menu{display:none;position:fixed;inset:0;z-index:100}.h-mobile-menu.is-open{display:block}.h-mobile-menu__backdrop{position:absolute;inset:0;border:0;background:rgba(16,24,32,.32)}.h-mobile-menu__panel{position:absolute;right:0;top:0;width:min(92vw,420px);height:100%;background:var(--bg);padding:26px 24px 28px;overflow:auto;box-shadow:-20px 0 60px rgba(15,25,35,.15)}.h-mobile-menu__top{display:flex;justify-content:space-between;gap:20px;border-bottom:1px solid var(--line);padding-bottom:18px}.h-mobile-menu__message{margin:0;font-size:13px;color:#59636e;line-height:1.8}.h-mobile-menu__close{border:0;background:transparent;font-size:32px;line-height:1;width:44px;height:44px;cursor:pointer;color:var(--ink)}.h-mobile-nav{padding:18px 0}.h-mobile-nav__list,.h-mobile-nav__list ul{list-style:none;margin:0;padding:0}.h-mobile-nav__list>li>a{display:flex;padding:12px 2px;font-size:15px;font-weight:500;border-bottom:1px solid rgba(222,219,212,.7)}.h-mobile-nav__list .sub-menu{padding:4px 0 8px 18px}.h-mobile-nav__list .sub-menu a{display:block;padding:9px 0;font-size:13px;color:var(--muted)}.h-mobile-menu__cta{margin-top:auto;padding-top:18px}.h-mobile-menu__cta p{font-size:11px;color:var(--muted);text-align:center;margin:8px 0 0}
.h-hero{position:relative;min-height:calc(88vh - var(--header));display:flex;align-items:center;background-color:#1c2428;overflow:hidden;isolation:isolate}.h-hero__overlay,.h-inner-hero .h-hero__overlay{position:absolute;inset:0;background:rgba(27,35,44,.5)}.h-hero__grid{position:relative;z-index:1;display:grid;grid-template-columns:minmax(0,1.05fr) minmax(320px,.72fr);gap:72px;align-items:center;padding-block:74px}.h-hero__copy{color:#fff;max-width:620px}.h-hero h1,.h-inner-hero h1{font-family:var(--font-serif);font-weight:500;letter-spacing:.05em;line-height:1.45;margin:0}.h-hero h1{font-size:clamp(32px,3.4vw,49px);margin-bottom:26px}.h-hero__lead{font-size:clamp(15px,1.35vw,18px);color:rgba(255,255,255,.82);line-height:2;margin:0 0 7px}.h-hero__highlight{font-size:20px;font-weight:600;letter-spacing:.04em;margin:0 0 24px}.h-hero__intro{font-size:14px;color:rgba(255,255,255,.74);line-height:1.9;margin:0 0 28px}.h-hero__actions{margin-bottom:18px}.h-hero__notes{display:flex;flex-wrap:wrap;gap:8px 20px;font-size:11px;color:rgba(255,255,255,.62)}.h-hero__notes span:before{content:"✓";margin-right:5px}.h-portrait{margin:0;border-radius:8px;overflow:hidden;background:#ddd;box-shadow:0 30px 65px rgba(0,0,0,.25)}.h-portrait--hero{aspect-ratio:4/5}.h-portrait img{width:100%;height:100%;object-fit:cover;object-position:top}.h-hero__portrait-wrap{width:min(100%,370px);justify-self:end}.h-inner-hero{position:relative;min-height:430px;background-color:#eeeae1;display:flex;align-items:center;overflow:hidden;isolation:isolate}.h-inner-hero__inner{position:relative;z-index:1;text-align:center;color:#fff;padding-block:90px}.h-inner-hero h1{font-size:clamp(30px,3.2vw,44px);margin-bottom:18px}.h-inner-hero p{margin:0 auto;max-width:600px;color:rgba(255,255,255,.8);font-size:17px;line-height:2}

.h-hero--animated::before,
.h-inner-hero--animated::before{content:"";position:absolute;inset:-2.5%;background-image:var(--hero-image);background-size:cover;background-repeat:no-repeat;will-change:transform,background-position;animation:hHeroFloat 18s ease-in-out infinite alternate;z-index:0}
.h-hero--animated::before{background-position:64% center;transform:scale(1.05)}
.h-inner-hero--animated::before{background-position:74% center;transform:scale(1.04)}
.h-hero--animated > *,
.h-inner-hero--animated > *{position:relative;z-index:1}
@keyframes hHeroFloat{0%{transform:scale(1.04) translate3d(0,0,0)}50%{transform:scale(1.075) translate3d(-1.1%,.2%,0)}100%{transform:scale(1.05) translate3d(.8%,-.35%,0)}}

.h-breadcrumb{background:#f0eee8;border-bottom:1px solid rgba(222,219,212,.75)}.h-breadcrumb ol{list-style:none;margin:0;padding:9px 0;display:flex;flex-wrap:wrap;align-items:center;gap:8px;font-size:11px;color:#737b83}.h-breadcrumb li+li:before{content:"/";margin-right:8px;color:#a5aaa9}.h-breadcrumb li[aria-current=page]{color:#414a53;font-weight:500}
.h-section{padding:96px 0}.h-section--soft{background:var(--soft)}.h-section-head{text-align:center;max-width:720px;margin:0 auto 48px}.h-section-head h2{font-family:var(--font-serif);font-size:clamp(23px,2.15vw,32px);font-weight:500;line-height:1.6;letter-spacing:.035em;margin:0;color:var(--ink)}.h-section-head p{font-size:13px;color:var(--muted);margin:13px 0 0}.h-center-copy{text-align:center}.h-center-copy>p{color:#5a646e;margin:0 0 8px}.h-center-copy strong,.h-strong{font-weight:600;color:var(--ink)}.h-small{font-size:12px;color:var(--muted)}.h-small a,.h-prose a,.h-text-link{color:var(--accent);text-decoration:underline;text-underline-offset:4px}.h-text-center{text-align:center}.h-list-cards{display:grid;gap:10px;margin-bottom:38px}.h-list-card{display:flex;align-items:flex-start;gap:16px;background:rgba(255,255,255,.8);border:1px solid rgba(222,219,212,.85);padding:18px 20px;border-radius:7px}.h-list-card p{margin:0;color:#3f4852}.h-dot{width:6px;height:6px;border-radius:999px;background:var(--accent);margin-top:11px;flex:0 0 auto}.h-no-list{display:flex;justify-content:center;flex-wrap:wrap;gap:10px 22px;color:#6d747b;font-size:14px}.h-no-list span:before{content:"×";margin-right:7px}.h-rule{width:56px;height:1px;background:#c9c7c1;margin:40px auto}.h-media-split{display:grid;grid-template-columns:.84fr 1.16fr;gap:58px;align-items:center}.h-media-split__media{margin:0;overflow:hidden;border-radius:8px;aspect-ratio:4/5;background:#ddd;box-shadow:var(--shadow)}.h-media-split__media--wide{aspect-ratio:16/10}.h-media-split__media img{width:100%;height:100%;object-fit:cover;object-position:top}.h-prose{color:#5c6670}.h-prose>*:first-child{margin-top:0}.h-prose p{margin:0 0 20px}.h-prose strong{color:var(--ink);font-weight:600}.h-prose blockquote{margin:30px 0;padding:24px 0 0;border-top:1px solid var(--line);font-family:var(--font-serif);font-size:18px;line-height:1.9;color:#333c44}.h-prose--center{text-align:center;max-width:640px;margin:34px auto 0}.h-feature-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}.h-feature-card{position:relative;background:var(--surface);border:1px solid var(--line);padding:27px 26px;border-radius:8px}.h-feature-card__num{font-size:11px;letter-spacing:.12em;color:var(--accent);font-weight:700}.h-feature-card h3{font-size:16px;margin:10px 0 7px}.h-feature-card p{margin:0;color:var(--muted);font-size:13px}.h-pricing-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin-bottom:24px}.h-price-card{background:var(--surface);border:1px solid var(--line);padding:26px 18px;text-align:center;border-radius:8px}.h-price-card span{display:block;color:var(--muted);font-size:13px}.h-price-card strong{display:block;font-family:var(--font-serif);font-weight:500;font-size:26px;letter-spacing:.03em;margin:7px 0;color:var(--ink)}.h-price-card p{font-size:11px;color:var(--muted);margin:0}.h-check-list{display:grid;gap:9px;margin:0 0 34px}.h-check-list>div{display:flex;gap:14px;align-items:flex-start;padding:15px 17px;background:#fff;border:1px solid var(--line);border-radius:7px}.h-check-list span{color:var(--accent);font-weight:700}.h-check-list p{margin:0;color:#505a64}.h-check-list--warning span{color:#8e6d40}.h-check-list--plain>div{background:transparent;border:0;border-bottom:1px solid var(--line);border-radius:0;padding:13px 2px}.h-method-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin:30px 0}.h-method-card{background:var(--soft);border:1px solid rgba(222,219,212,.75);padding:21px;border-radius:7px}.h-method-card span{font-size:10px;letter-spacing:.13em;color:var(--accent);font-weight:700}.h-method-card p{margin:7px 0 0;color:#414b55;font-size:14px}.h-no-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:9px;margin-bottom:28px}.h-no-grid>div{background:#fff;border:1px solid var(--line);border-radius:7px;padding:20px 12px;text-align:center}.h-no-grid span{display:block;color:#7a8187;font-size:19px}.h-no-grid p{margin:7px 0 0;font-size:12px;color:#515a63}.h-timeline__item{display:grid;grid-template-columns:42px 1fr;gap:10px;border-bottom:1px solid var(--line);padding:16px 0}.h-timeline__item span{color:var(--accent);font-size:12px;font-weight:700;letter-spacing:.1em}.h-timeline__item p{margin:0;color:#47515b}.h-table-wrap{overflow:auto;border:1px solid var(--line);border-radius:8px;background:#fff}.h-comparison-table{width:100%;border-collapse:collapse;min-width:560px}.h-comparison-table th,.h-comparison-table td{padding:17px 20px;text-align:left;border-bottom:1px solid var(--line);font-size:13px}.h-comparison-table thead th{background:#f7f6f2;color:#69717a;font-size:11px;letter-spacing:.08em}.h-comparison-table tbody th{width:40%;font-weight:500;color:#313a43}.h-comparison-table .is-highlight th,.h-comparison-table .is-highlight td{background:#edf4f1;color:#173d35}.h-comparison-table tr:last-child>*{border-bottom:0}.h-fit-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px}.h-fit-card{background:#fff;border:1px solid var(--line);padding:28px;border-radius:8px}.h-fit-card--good{border-color:#c8ddd7;background:#f7fbf9}.h-fit-card h3{font-family:var(--font-serif);font-size:17px;font-weight:500;margin:0 0 18px}.h-fit-card ul{list-style:none;padding:0;margin:0;display:grid;gap:11px}.h-fit-card li{display:flex;gap:9px;font-size:13px;color:#4b5660}.h-fit-card li span{color:var(--accent)}
.h-accordion{border-top:1px solid var(--line)}.h-accordion__item{border-bottom:1px solid var(--line)}.h-accordion__item h3{margin:0}.h-accordion__trigger{width:100%;display:flex;justify-content:space-between;gap:20px;text-align:left;padding:20px 2px;border:0;background:transparent;color:var(--ink);font-weight:500;cursor:pointer}.h-accordion__trigger span:last-child{color:var(--accent);font-size:20px}.h-accordion__panel{padding:0 2px 20px;color:var(--muted)}.h-accordion__panel p{margin:0}.h-accordion__trigger[aria-expanded=true] span:last-child{transform:rotate(45deg)}.h-related{padding-top:80px}.h-related__grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}.h-related-card{display:flex;justify-content:space-between;align-items:center;background:#fff;border:1px solid var(--line);padding:19px 20px;border-radius:7px;font-size:14px;transition:.2s}.h-related-card:hover{border-color:#aab2ae;transform:translateY(-1px)}.h-cta-band{background:var(--dark);color:#fff;padding:92px 0}.h-cta-band__inner{text-align:center}.h-cta-band h2{font-family:var(--font-serif);font-size:clamp(24px,2.5vw,34px);font-weight:500;line-height:1.65;letter-spacing:.03em;margin:0 0 12px}.h-cta-band p{color:rgba(255,255,255,.7);font-size:14px;margin:0 0 30px}.h-cta-band__notes{display:flex;justify-content:center;flex-wrap:wrap;gap:8px 20px;color:rgba(255,255,255,.48);font-size:11px;margin-top:18px}.h-footer{background:#101820;color:#fff;padding:74px 0 22px}.h-footer__grid{display:grid;grid-template-columns:1.25fr 1fr 1fr 1fr;gap:54px;padding-bottom:46px}.h-brand--footer .h-brand__en{color:rgba(255,255,255,.45)}.h-footer__brand p{font-size:12px;color:rgba(255,255,255,.56);line-height:1.9}.h-footer__tag{display:inline-block;border-left:2px solid #4b8e7d;padding-left:10px;color:#7fa89d;font-size:11px}.h-footer__heading{font-family:var(--font-sans);font-size:11px;letter-spacing:.14em;color:rgba(255,255,255,.5);margin:0 0 15px}.h-footer__links{list-style:none;padding:0;margin:0;display:grid;gap:9px}.h-footer__links a{font-size:12px;color:rgba(255,255,255,.72)}.h-footer__links a:hover{color:#fff}.h-footer__cta{margin-top:24px;min-height:42px;font-size:12px}.h-footer__bottom{border-top:1px solid rgba(255,255,255,.1);padding-top:20px;display:flex;justify-content:space-between;gap:20px;color:rgba(255,255,255,.38);font-size:10px}.h-footer__bottom p{margin:0}.h-floating-cta{display:none}.h-generic-page__title,.h-404 h1{font-family:var(--font-serif);font-weight:500;font-size:clamp(28px,4vw,42px)}
@media(max-width:1100px){.h-nav--desktop,.h-header__cta{display:none}.h-menu-toggle{display:flex}.h-hero__grid{gap:44px;grid-template-columns:minmax(0,1fr) 320px}.h-no-grid{grid-template-columns:repeat(3,1fr)}}
@media(max-width:768px){:root{--header:64px}.h-container{width:min(calc(100% - 32px),var(--container))}.h-section{padding:68px 0}.h-section-head{margin-bottom:34px}.h-section-head h2{font-size:24px}.h-hero{min-height:auto}.h-hero__grid{grid-template-columns:1fr;gap:28px;padding:42px 0 56px}.h-hero--animated::before{background-position:60% center}.h-inner-hero--animated::before{background-position:68% center}.h-hero__portrait-wrap{order:-1;width:220px;justify-self:center}.h-portrait--hero{aspect-ratio:4/4.5}.h-hero h1{font-size:31px;margin-bottom:20px}.h-hero__lead{font-size:14px}.h-hero__highlight{font-size:17px}.h-hero__intro{font-size:12px}.h-hero__actions .h-btn{width:100%}.h-inner-hero{min-height:350px}.h-inner-hero__inner{padding:64px 0}.h-inner-hero h1{font-size:30px}.h-inner-hero p{font-size:14px}.h-media-split{grid-template-columns:1fr;gap:28px}.h-media-split__media{aspect-ratio:16/10;max-height:360px}.h-media-split--reverse-mobile .h-media-split__media{order:-1}.h-feature-grid,.h-method-grid,.h-fit-grid,.h-related__grid{grid-template-columns:1fr}.h-pricing-grid{grid-template-columns:1fr}.h-price-card{display:grid;grid-template-columns:1fr 1fr;align-items:center;text-align:left;gap:8px}.h-price-card strong{text-align:right;font-size:23px;margin:0}.h-price-card p{grid-column:1/-1}.h-no-grid{grid-template-columns:1fr 1fr}.h-footer__grid{grid-template-columns:1fr 1fr;gap:34px}.h-footer__brand{grid-column:1/-1}.h-footer__bottom{flex-direction:column}.h-floating-cta{display:block;position:fixed;left:0;right:0;bottom:0;z-index:80;padding:10px 14px calc(10px + env(safe-area-inset-bottom));background:rgba(251,250,247,.96);border-top:1px solid var(--line);transform:translateY(110%);transition:transform .25s}.h-floating-cta.is-visible{transform:translateY(0)}.h-footer{padding-bottom:86px}}
@media(max-width:480px){body.himoto-theme{font-size:15px}.h-container{width:min(calc(100% - 28px),var(--container))}.h-brand__jp{font-size:19px}.h-brand__en{font-size:9px}.h-menu-toggle__label{display:none}.h-hero__grid{padding-top:30px}.h-hero--animated::before{background-position:58% center}.h-inner-hero--animated::before{background-position:66% center}.h-hero__portrait-wrap{width:185px}.h-hero h1{font-size:27px}.h-hero__notes{display:grid;gap:4px}.h-inner-hero{min-height:310px}.h-section{padding:58px 0}.h-section-head h2{font-size:21px}.h-no-grid{grid-template-columns:1fr}.h-footer__grid{grid-template-columns:1fr}.h-footer__brand{grid-column:auto}.h-footer__bottom{font-size:9px}.h-table-wrap{margin-inline:-2px}.h-btn{min-height:50px;padding-inline:20px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{transition:none!important;animation:none!important}}

/* v0.2.0 — full page expansion + canonical header navigation */
.h-header .h-container{width:min(calc(100% - 44px),1380px)}
.h-header__inner{gap:22px}
.h-nav__list{gap:22px}
.h-nav__list>li>a{font-size:13px;white-space:nowrap}
.h-nav__list .menu-item-has-children>a{padding-right:0}
.h-nav__list .menu-item-has-children>a:before,.h-nav__list .sub-menu{display:none!important}
.h-btn--accent{background:var(--accent);border-color:var(--accent);color:#fff;box-shadow:0 9px 22px rgba(15,101,85,.14)}
.h-btn--accent *,.h-btn--accent svg{color:inherit;fill:currentColor}
.h-btn--accent:hover{background:#0b5648;border-color:#0b5648;box-shadow:0 12px 28px rgba(15,101,85,.2)}
.h-header__cta-wrap{display:grid;justify-items:center;gap:2px;flex:0 0 auto}
.h-header__cta{min-height:42px;padding:0 20px;border-radius:6px;font-size:13px}
.h-header__cta-note{font-size:9px;line-height:1.3;color:#717981;white-space:nowrap;letter-spacing:.02em}

.h-display-h2{font-family:var(--font-serif);font-size:clamp(25px,2.4vw,36px);font-weight:500;line-height:1.62;letter-spacing:.035em;margin:0 0 24px;color:var(--ink)}
.h-media-split__media--portrait{aspect-ratio:4/5;max-height:610px}
.h-media-split--portrait-left{grid-template-columns:.78fr 1.22fr}
.h-note-card{margin:30px auto 0;max-width:760px;padding:24px 26px;border:1px solid #d5d2cb;background:rgba(255,255,255,.72);border-radius:8px;color:#4f5963;line-height:1.95}
.h-note-card--spaced{margin-top:34px}
.h-quote-line{margin:30px 0 0!important;padding:22px 0 0;border-top:1px solid var(--line);font-family:var(--font-serif);font-size:18px;line-height:1.95;color:#303942!important}
.h-story-copy{max-width:650px;margin:0 auto;text-align:center;font-family:var(--font-serif);font-size:17px;line-height:2.25;color:#4c5660}
.h-story-copy p{margin:0 0 18px}
.h-spacer-top{margin-top:34px!important}
.h-hero-after{padding:28px 0;background:#fff;border-bottom:1px solid var(--line)}
.h-hero-after p{margin:0 auto;max-width:800px;text-align:center;color:#5a646e;font-size:14px;line-height:2}

.h-check-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}
.h-check-card{display:flex;align-items:flex-start;gap:13px;padding:18px 20px;border:1px solid var(--line);border-radius:8px;background:#fff;color:#47515b}
.h-check-card span{color:var(--accent);font-weight:700}
.h-check-card p{margin:0}
.h-reason-list{display:grid;gap:15px}
.h-reason-card{display:grid;grid-template-columns:58px 1fr;gap:22px;align-items:start;padding:28px 30px;background:#fff;border:1px solid var(--line);border-radius:9px;box-shadow:0 7px 24px rgba(25,35,45,.025)}
.h-reason-card__num{width:48px;height:48px;display:grid;place-items:center;border-radius:50%;background:var(--accent-soft);color:var(--accent);font-size:12px;font-weight:700;letter-spacing:.08em}
.h-reason-card h3{font-family:var(--font-serif);font-size:19px;font-weight:500;margin:0 0 8px;line-height:1.65}
.h-reason-card p{margin:0;color:var(--muted);font-size:14px}
.h-warning-box{margin-top:42px;padding:28px 30px;border:1px solid #d8d0c2;border-radius:8px;background:#f7f4ed;text-align:center}
.h-warning-box h3{font-family:var(--font-serif);font-weight:500;font-size:19px;margin:0 0 12px}
.h-warning-box p{margin:0;color:#655e54}
.h-benefit-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}
.h-benefit-card{padding:28px 24px;background:#fff;border:1px solid var(--line);border-radius:8px;text-align:center}
.h-benefit-card span{display:inline-grid;place-items:center;width:28px;height:28px;border-radius:50%;background:var(--accent-soft);color:var(--accent);font-size:13px;font-weight:700;margin-bottom:12px}
.h-benefit-card p{margin:0;color:#4c5660;font-size:14px}
.h-inline-list{display:flex;flex-wrap:wrap;justify-content:center;gap:8px 18px;margin:24px 0 0;padding:0;list-style:none;color:#535d67;font-size:13px}
.h-inline-list li:before{content:'✓';margin-right:7px;color:var(--accent);font-weight:700}

.h-testimonial-list{display:grid;gap:28px}
.h-testimonial{display:grid;grid-template-columns:260px 1fr;gap:34px;padding:28px;background:#fff;border:1px solid var(--line);border-radius:10px;box-shadow:0 10px 34px rgba(20,30,40,.035)}
.h-testimonial figure{margin:0;aspect-ratio:4/5;border-radius:7px;overflow:hidden;background:#e7e5df}
.h-testimonial figure img{width:100%;height:100%;object-fit:cover;object-position:top}
.h-testimonial__body>span{font-size:11px;letter-spacing:.11em;color:var(--accent);font-weight:700}
.h-testimonial__body h2,.h-testimonial__body h3{font-family:var(--font-serif);font-size:21px;font-weight:500;line-height:1.65;margin:8px 0 18px}
.h-testimonial__body p{color:#59636d;margin:0 0 15px}
.h-qa-list{display:grid;gap:12px}
.h-qa-card{padding:25px 27px;background:#fff;border:1px solid var(--line);border-radius:8px}
.h-qa-card h3{font-size:15px;line-height:1.8;margin:0 0 10px;color:#313a43}
.h-qa-card h3:before{content:'Q';display:inline-grid;place-items:center;width:25px;height:25px;margin-right:10px;border-radius:50%;background:var(--dark);color:#fff;font-size:10px;vertical-align:2px}
.h-qa-card p{margin:0;color:var(--muted)}
.h-inline-photo{margin:40px auto 0;max-width:760px;aspect-ratio:16/9;border-radius:9px;overflow:hidden;box-shadow:var(--shadow)}
.h-inline-photo img{width:100%;height:100%;object-fit:cover;object-position:top}

.h-flow-overview{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;position:relative}
.h-flow-overview .h-feature-card{min-height:155px}
.h-step-heading{display:flex;align-items:center;gap:14px;margin-bottom:24px}
.h-step-heading span{display:grid;place-items:center;min-width:44px;height:44px;border-radius:50%;background:var(--accent);color:#fff;font-size:11px;font-weight:700;letter-spacing:.08em}
.h-step-heading h2{font-family:var(--font-serif);font-size:clamp(22px,2vw,29px);font-weight:500;line-height:1.6;margin:0}
.h-bullet-list{list-style:none;margin:22px 0 0;padding:0;display:grid;gap:10px}
.h-bullet-list li{position:relative;padding-left:18px;color:#505a64}
.h-bullet-list li:before{content:'';position:absolute;left:0;top:.82em;width:5px;height:5px;border-radius:50%;background:var(--accent)}

.h-faq-category+.h-faq-category{margin-top:54px}
.h-faq-category--spaced{margin-top:54px}
.h-category-title{font-family:var(--font-serif);font-size:21px;font-weight:500;margin:0 0 18px;padding-bottom:12px;border-bottom:1px solid var(--line)}
.h-faq-category .h-accordion__trigger{align-items:flex-start}
.h-faq-category .h-accordion__trigger>span:first-child{display:flex;gap:12px;align-items:flex-start}
.h-faq-category .h-accordion__trigger b{font-family:var(--font-serif);font-size:16px;color:var(--accent);font-weight:600;flex:0 0 auto}
.h-faq-category .h-accordion__panel{padding-left:32px}
.h-faq-category .h-accordion__panel p:before{content:'A';font-family:var(--font-serif);color:var(--accent);font-weight:600;margin-right:10px}

.h-assurance-strip{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;background:var(--line);border:1px solid var(--line);border-radius:8px;overflow:hidden;margin:36px 0}
.h-assurance-strip>div{background:#fff;padding:18px;text-align:center}
.h-assurance-strip strong{display:block;font-size:13px;margin-bottom:2px}
.h-assurance-strip span{font-size:11px;color:var(--muted)}
.h-no-grid--four{grid-template-columns:repeat(4,1fr)}
.h-info-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}
.h-info-card{display:flex;justify-content:space-between;align-items:center;gap:20px;padding:20px 22px;background:#fff;border:1px solid var(--line);border-radius:8px}
.h-info-card span{font-size:12px;color:var(--muted)}
.h-info-card strong{font-size:14px;font-weight:600;text-align:right}
.h-form-intro{display:grid;grid-template-columns:180px 1fr;gap:28px;align-items:center;margin-bottom:30px}
.h-form-intro figure{margin:0;aspect-ratio:1/1;border-radius:50%;overflow:hidden;background:#ddd}
.h-form-intro img{width:100%;height:100%;object-fit:cover;object-position:top}
.h-form-intro p{margin:0;color:#515b65;line-height:2}
.h-form-card{padding:38px 40px;background:#fff;border:1px solid var(--line);border-radius:10px;box-shadow:0 12px 40px rgba(25,35,45,.04)}
.h-form-card>h2{font-family:var(--font-serif);font-size:24px;font-weight:500;margin:0 0 28px;text-align:center}
.h-apply-form{display:grid;gap:21px}
.h-form-field{display:grid;gap:8px}
.h-form-field>span{font-size:13px;font-weight:600;color:#36404a}
.h-form-field em{font-style:normal;color:#fff;background:var(--accent);border-radius:3px;padding:2px 6px;font-size:9px;margin-left:6px;vertical-align:2px}
.h-form-field small{font-weight:400;color:var(--muted)}
.h-form-field input,.h-form-field textarea{width:100%;border:1px solid #cbc8c0;background:#fff;border-radius:6px;padding:12px 13px;color:var(--ink);outline:none;transition:border-color .2s,box-shadow .2s}
.h-form-field input:focus,.h-form-field textarea:focus{border-color:#7ea99f;box-shadow:0 0 0 3px rgba(15,101,85,.08)}
.h-form-consent{padding:15px 17px;background:#f7f6f2;border-radius:6px;color:#687079;font-size:11px}
.h-form-consent p{margin:0}.h-form-consent p+p{margin-top:6px}.h-form-consent a{text-decoration:underline;text-underline-offset:3px;color:var(--accent)}
.h-honeypot{position:absolute!important;left:-10000px!important;width:1px!important;height:1px!important;overflow:hidden!important}
.h-form-success{padding:50px 30px;text-align:center;background:#fff;border:1px solid #c6dbd4;border-radius:10px}
.h-form-success>span{display:grid;place-items:center;width:46px;height:46px;margin:0 auto 15px;border-radius:50%;background:var(--accent-soft);color:var(--accent);font-weight:700}
.h-form-success h2{font-family:var(--font-serif);font-weight:500;margin:0 0 10px}.h-form-success p{margin:0;color:var(--muted)}
.h-form-notice{padding:14px 16px;margin-bottom:18px;border-radius:6px;font-size:13px}
.h-form-notice--error{background:#fbf0ef;border:1px solid #e7cbc7;color:#76453f}

.h-legal-hero{padding:78px 0 60px;background:#f2f0ea;border-bottom:1px solid var(--line);text-align:center}
.h-legal-hero h1{font-family:var(--font-serif);font-size:clamp(28px,3vw,40px);font-weight:500;letter-spacing:.035em;margin:0 0 14px}
.h-legal-hero p{margin:0;color:var(--muted);font-size:13px}
.h-legal-content{display:grid;gap:38px}
.h-legal-content section{padding-bottom:32px;border-bottom:1px solid var(--line)}
.h-legal-content section:last-of-type{border-bottom:0}
.h-legal-content h2{font-family:var(--font-serif);font-size:19px;font-weight:500;margin:0 0 15px}
.h-legal-content p,.h-legal-content li{color:#59636d;font-size:14px}.h-legal-content p{margin:0 0 12px}.h-legal-content ul{margin:10px 0 0;padding-left:1.4em}
.h-legal-date{margin-top:10px;text-align:right;color:#7a8187;font-size:12px}
.h-sitemap-groups{display:grid;gap:46px}
.h-sitemap-group>header{margin-bottom:18px}.h-sitemap-group>header h2{font-family:var(--font-serif);font-weight:500;font-size:22px;margin:0 0 5px}.h-sitemap-group>header p{margin:0;color:var(--muted);font-size:12px}
.h-sitemap-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:11px}
.h-sitemap-card{display:flex;justify-content:space-between;align-items:center;gap:18px;padding:21px 22px;background:#fff;border:1px solid var(--line);border-radius:8px;transition:.2s}
.h-sitemap-card:hover{transform:translateY(-1px);border-color:#b9beb9;box-shadow:0 9px 24px rgba(20,30,40,.04)}
.h-sitemap-card h3{font-size:14px;margin:0 0 4px}.h-sitemap-card p{font-size:11px;color:var(--muted);margin:0}.h-sitemap-card>span{color:var(--accent)}
.h-sitemap-cta{margin-top:52px;padding:34px;text-align:center;background:var(--dark);color:#fff;border-radius:9px}.h-sitemap-cta p{margin:0 0 20px;color:rgba(255,255,255,.72);font-size:13px}.h-sitemap-cta>span{display:block;margin-top:10px;color:rgba(255,255,255,.48);font-size:10px}

@media(max-width:1280px){
  .h-header .h-container{width:min(calc(100% - 34px),1240px)}
  .h-nav__list{gap:16px}.h-nav__list>li>a{font-size:12px}.h-brand__en{display:none}
  .h-header__inner{gap:15px}.h-header__cta{padding-inline:15px}
}
@media(max-width:1120px){
  .h-nav--desktop,.h-header__cta-wrap{display:none}.h-menu-toggle{display:flex}
}
@media(max-width:768px){
  .h-header .h-container{width:min(calc(100% - 30px),var(--container))}
  .h-display-h2{font-size:24px}
  .h-media-split--portrait-left{grid-template-columns:1fr}
  .h-media-split--portrait-left .h-media-split__media{max-width:380px;width:100%;margin-inline:auto}
  .h-check-grid,.h-benefit-grid,.h-flow-overview,.h-info-grid,.h-sitemap-grid{grid-template-columns:1fr}
  .h-reason-card{grid-template-columns:42px 1fr;gap:15px;padding:23px 20px}.h-reason-card__num{width:38px;height:38px}
  .h-testimonial{grid-template-columns:1fr;padding:20px}.h-testimonial figure{max-width:300px;width:100%;aspect-ratio:4/4.4}
  .h-form-intro{grid-template-columns:110px 1fr;gap:20px}.h-form-card{padding:28px 22px}
  .h-assurance-strip{grid-template-columns:1fr}.h-no-grid--four{grid-template-columns:1fr 1fr}
  .h-legal-hero{padding:58px 0 44px}
}
@media(max-width:480px){
  .h-note-card{padding:20px}.h-reason-card{grid-template-columns:1fr}.h-reason-card__num{margin-bottom:2px}
  .h-benefit-card{text-align:left;padding:22px 20px}.h-benefit-card span{margin-right:8px}
  .h-testimonial figure{max-width:none}.h-testimonial__body h2,.h-testimonial__body h3{font-size:19px}
  .h-no-grid--four{grid-template-columns:1fr}.h-info-card{align-items:flex-start;flex-direction:column;gap:4px}.h-info-card strong{text-align:left}
  .h-form-intro{grid-template-columns:1fr;text-align:center}.h-form-intro figure{width:120px;margin-inline:auto}.h-form-card{padding:24px 16px}
  .h-sitemap-cta{padding:28px 19px}.h-qa-card{padding:21px 19px}
}

/* v0.2.0 detail polish */
.h-hero-after{display:grid;justify-items:center;gap:18px}
.h-warning-box ul{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:repeat(2,1fr);gap:10px;text-align:left}
.h-warning-box li{position:relative;padding:13px 14px 13px 34px;background:rgba(255,255,255,.62);border:1px solid rgba(216,208,194,.8);border-radius:6px;color:#5e574e;font-size:13px}
.h-warning-box li:before{content:'×';position:absolute;left:14px;color:#8d6b45;font-weight:700}
.h-benefit-card h3{font-family:var(--font-serif);font-size:17px;font-weight:500;line-height:1.6;margin:0 0 8px}
.h-flow-overview>article{position:relative;padding:28px 23px;background:#fff;border:1px solid var(--line);border-radius:8px;text-align:center}
.h-flow-overview>article>span{display:grid;place-items:center;width:34px;height:34px;margin:0 auto 14px;border-radius:50%;background:var(--accent);color:#fff;font-size:11px;font-weight:700}
.h-flow-overview>article h3{font-family:var(--font-serif);font-size:18px;font-weight:500;margin:0 0 7px}.h-flow-overview>article p{margin:0;color:var(--muted);font-size:12px}
.h-qa-card>div{display:grid;grid-template-columns:28px 1fr;gap:9px;align-items:start}.h-qa-card>div+div{margin-top:14px;padding-top:14px;border-top:1px solid var(--line)}.h-qa-card b{display:grid;place-items:center;width:26px;height:26px;border-radius:50%;background:var(--dark);color:#fff;font-size:10px}.h-qa-card>div+div b{background:var(--accent)}.h-qa-card p{margin:1px 0 0;color:#535d67}
.h-testimonial{grid-template-columns:180px 1fr}.h-testimonial>header{padding-right:24px;border-right:1px solid var(--line)}.h-testimonial>header strong{display:block;font-family:var(--font-serif);font-size:17px;font-weight:500;line-height:1.6;margin-bottom:11px}.h-testimonial>header span{display:block;color:var(--muted);font-size:11px;line-height:1.8}.h-testimonial__body section+section{margin-top:20px;padding-top:18px;border-top:1px solid #eceae5}.h-testimonial__body h3{font-size:14px;font-family:var(--font-sans);font-weight:600;margin:0 0 7px;color:#343e48}.h-testimonial__body p{font-size:13px;line-height:1.9}.h-testimonial__body blockquote{margin:22px 0 0;padding:18px 20px;border-left:2px solid var(--accent);background:#f4f7f5}.h-testimonial__body blockquote span{display:block;font-size:10px;color:var(--accent);font-weight:700;margin-bottom:4px}.h-testimonial__body blockquote p{margin:0;color:#46514f}
.h-inline-photo{position:relative}.h-inline-photo figcaption{position:absolute;left:0;right:0;bottom:0;padding:28px 18px 13px;background:linear-gradient(transparent,rgba(14,22,30,.72));color:#fff;font-size:11px;text-align:center}
.h-category-title{display:flex;align-items:center;gap:12px;padding-bottom:12px;border-bottom:1px solid var(--line);margin-bottom:6px}.h-category-title>span{width:4px;height:25px;border-radius:999px;background:var(--accent)}.h-category-title h2{font-family:var(--font-serif);font-size:20px;font-weight:500;margin:0}.h-faq-category .h-accordion__panel p:before{content:none}
@media(max-width:768px){.h-warning-box ul{grid-template-columns:1fr}.h-testimonial{grid-template-columns:1fr}.h-testimonial>header{padding:0 0 18px;border-right:0;border-bottom:1px solid var(--line)}}
.h-header__mobile-cta{display:none;min-height:36px;padding:0 13px;font-size:11px;border-radius:5px}
@media(max-width:1120px){.h-header__mobile-cta{display:inline-flex}}
@media(max-width:480px){.h-header__mobile-cta{min-height:34px;padding-inline:11px;font-size:10px}}

/* v0.5.0 — deterministic image cache busting + heading alignment system */
:root{
  --bg:#f7f5f0;
  --surface:#fff;
  --soft:#efede7;
  --ink:#17201e;
  --muted:#68716d;
  --line:#dedbd2;
  --accent:#0d5f50;
  --accent-soft:#e7f0ed;
  --dark:#13211e;
  --gold:#aa8659;
  --shadow:0 24px 70px rgba(24,34,31,.09);
  --shadow-soft:0 12px 38px rgba(24,34,31,.06);
  --radius-sm:12px;
  --radius:20px;
  --radius-lg:30px;
  --header:76px;
  --container:1240px;
  --medium:980px;
  --narrow:780px;
}
body.himoto-theme{background:var(--bg);color:var(--ink);font-size:16px;line-height:1.9;letter-spacing:.018em}
body.himoto-theme::before{content:"";position:fixed;inset:0;pointer-events:none;z-index:-1;background:radial-gradient(circle at 8% 7%,rgba(13,95,80,.035),transparent 27%),radial-gradient(circle at 92% 38%,rgba(170,134,89,.035),transparent 24%)}
.h-container{width:min(calc(100% - 64px),var(--container))}
.h-kicker{margin-bottom:16px;color:var(--accent);font-size:10px;letter-spacing:.22em}.h-kicker::after{content:"";display:inline-block;width:30px;height:1px;background:currentColor;margin-left:10px;vertical-align:middle;opacity:.45}.h-kicker--light::after{background:currentColor}

/* Header: canonical flat menu, elevated visual finish */
.h-header{height:var(--header);background:rgba(255,255,255,.88);border-bottom:1px solid rgba(222,219,210,.68);backdrop-filter:blur(20px) saturate(1.2)}
.h-header.is-scrolled{background:rgba(255,255,255,.96);box-shadow:0 10px 36px rgba(16,30,25,.07)}
.h-header .h-container{width:min(calc(100% - 56px),1440px)}
.h-header__inner{justify-content:space-between;gap:24px}
.h-nav--desktop{margin-left:0;flex:1;display:flex;justify-content:center}
.h-nav__list{gap:clamp(15px,1.55vw,27px)}
.h-nav__list>li>a{min-height:44px;font-size:13px;font-weight:500;color:#29342f;letter-spacing:.015em}
.h-nav__list>li>a:after{bottom:3px;height:2px;border-radius:99px;background:var(--accent)}
.h-header__actions{margin-left:0;flex:0 0 auto;min-width:180px;justify-content:flex-end}
.h-header__spacer{flex:0 0 180px}.h-header__cta-wrap{gap:3px;align-items:center}.h-header__cta{min-height:44px;padding-inline:22px;border-radius:10px!important;background:var(--accent)!important;border-color:var(--accent)!important;color:#fff!important;box-shadow:0 10px 24px rgba(13,95,80,.18)!important}.h-header__cta:hover{background:#084d41!important;border-color:#084d41!important;transform:translateY(-1px)}
.h-header__cta-note{font-size:9px;color:#7a817e}
.h-header__mobile-cta{background:var(--accent)!important;border-color:var(--accent)!important;color:#fff!important}
.h-menu-toggle{border-radius:10px}.h-menu-toggle:hover{background:#f0eee8}

/* Buttons */
.h-btn{min-height:52px;padding-inline:28px;border-radius:999px;font-size:13px;font-weight:600;letter-spacing:.035em}
.h-btn--accent,.h-btn--dark{background:var(--dark);border-color:var(--dark);color:#fff;box-shadow:0 12px 26px rgba(19,33,30,.14)}
.h-btn--accent:hover,.h-btn--dark:hover{background:#08130f;border-color:#08130f;box-shadow:0 16px 32px rgba(19,33,30,.2)}
.h-btn--light{background:#fff;color:#111;border-color:#fff;box-shadow:0 12px 28px rgba(0,0,0,.08)}
.h-sitemap-cta .h-btn--accent,.h-cta-band .h-btn--accent{background:#fff;border-color:#fff;color:#111}

/* Home hero */
.h-hero--home{min-height:calc(100svh - var(--header));background-position:center;background-color:#10231f}
.h-hero--home .h-hero__overlay{background:linear-gradient(92deg,rgba(7,24,20,.96) 0%,rgba(7,24,20,.89) 43%,rgba(7,24,20,.57) 72%,rgba(7,24,20,.38) 100%)}
.h-hero__grid{grid-template-columns:minmax(0,1.12fr) minmax(330px,.7fr);gap:84px;padding-block:94px}.h-hero--no-portrait .h-hero__grid{grid-template-columns:minmax(0,1fr);gap:0;padding-block:118px 108px}.h-hero--no-portrait .h-hero__copy{max-width:760px}
.h-hero__copy{max-width:660px}.h-hero--no-portrait .h-hero__lead,.h-hero--no-portrait .h-hero__intro{max-width:660px}.h-hero--no-portrait .h-hero__notes{margin-top:4px}
.h-hero h1{font-size:clamp(38px,4.15vw,62px);line-height:1.38;letter-spacing:.055em;margin-bottom:30px;text-wrap:balance}
.h-hero__lead{font-size:clamp(15px,1.25vw,18px);line-height:2.05}
.h-hero__highlight{display:inline-flex;align-items:center;min-height:40px;padding:7px 15px;border:1px solid rgba(255,255,255,.2);border-radius:999px;background:rgba(255,255,255,.08);backdrop-filter:blur(8px);font-size:17px;margin:5px 0 26px}
.h-hero__intro{font-size:13px;line-height:2.05;color:rgba(255,255,255,.72)}
.h-hero__notes{gap:9px 12px}.h-hero__notes span{padding:5px 9px;border-radius:999px;background:rgba(255,255,255,.07);color:rgba(255,255,255,.72)}
.h-portrait{border-radius:var(--radius-lg)}.h-portrait--hero{aspect-ratio:4/5;border:1px solid rgba(255,255,255,.18);box-shadow:0 38px 90px rgba(0,0,0,.34);transform:translateY(4px) rotate(.6deg)}
.h-hero__portrait-wrap{width:min(100%,400px)}

/* Inner page hero — bright editorial image hero */
.h-inner-hero{min-height:560px;background-position:68% center;background-color:#eeeae1;border-bottom:1px solid var(--line)}
.h-inner-hero .h-hero__overlay{background:linear-gradient(90deg,rgba(247,245,240,.99) 0%,rgba(247,245,240,.96) 30%,rgba(247,245,240,.76) 48%,rgba(247,245,240,.18) 70%,rgba(247,245,240,.04) 100%)}
.h-inner-hero__inner{text-align:left;color:var(--ink);padding-block:128px}
.h-inner-hero .h-kicker--light{color:var(--accent)}
.h-inner-hero h1{max-width:610px;font-size:clamp(38px,4vw,58px);line-height:1.38;letter-spacing:.045em;margin-bottom:22px;text-wrap:balance}
.h-inner-hero p{margin:0;max-width:520px;color:#53605a;font-size:16px;line-height:2}
.h-breadcrumb{background:#f7f5f0;border-color:#e5e1d8}.h-breadcrumb ol{padding:11px 0;color:#8a8f8c}

/* Sections and typography */
.h-section{padding:118px 0}.h-section--soft{background:linear-gradient(180deg,#f0eee8 0%,#f3f1ec 100%)}
.h-section-head{max-width:780px;margin:0 auto 54px;text-align:left}.h-section-head h2{font-size:clamp(28px,2.75vw,40px);line-height:1.52;letter-spacing:.035em;text-wrap:balance}.h-section-head p{max-width:620px;font-size:13px;line-height:1.9;color:#747c78}
.h-section-head--split{max-width:none;display:flex;align-items:flex-end;justify-content:space-between;gap:40px}.h-section-head--split>div{max-width:760px}.h-section-head--split>p{max-width:330px;margin:0 0 3px;text-align:right}
.h-display-h2{font-size:clamp(29px,3vw,43px);line-height:1.5;letter-spacing:.035em}
.h-prose{font-size:15px;line-height:2.05;color:#5a645f}.h-prose blockquote{font-size:20px;border-top:0;border-left:2px solid var(--gold);padding:5px 0 5px 24px;margin:34px 0;color:#2d3833}
.h-rule{width:72px;background:#b8b2a7;margin:46px auto}

/* Generated-image navigation */
.h-explore{background:#17231f;color:#fff;position:relative;overflow:hidden}.h-explore::before{content:"";position:absolute;width:580px;height:580px;border-radius:50%;right:-190px;top:-260px;background:radial-gradient(circle,rgba(115,157,143,.18),transparent 70%)}
.h-explore .h-section-head{position:relative;z-index:1}.h-explore .h-kicker{color:#9ec0b6}.h-explore .h-section-head h2{color:#fff}.h-explore .h-section-head p{color:rgba(255,255,255,.56)}
.h-explore__grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;position:relative;z-index:1}
.h-explore__grid--worry{grid-template-columns:repeat(3,minmax(0,1fr));gap:22px}
.h-explore-card{position:relative;display:block;aspect-ratio:4/3;overflow:hidden;border-radius:20px;background:#26332f;border:1px solid rgba(255,255,255,.08);box-shadow:0 20px 45px rgba(0,0,0,.16);isolation:isolate;transition:transform .35s ease,box-shadow .35s ease}
.h-explore-card figure{position:absolute;inset:0;margin:0}.h-explore-card img{width:100%;height:100%;object-fit:cover;object-position:center;transition:transform .6s cubic-bezier(.2,.7,.2,1),filter .35s}
.h-explore-card__overlay{position:absolute;inset:0;background:linear-gradient(180deg,transparent 32%,rgba(10,20,17,.78) 100%)}
.h-explore-card__body{position:absolute;left:0;right:0;bottom:0;padding:24px;color:#fff}.h-explore-card__body span{display:block;font-size:9px;letter-spacing:.18em;color:rgba(255,255,255,.63);margin-bottom:6px}.h-explore-card__body h3{font-family:var(--font-serif);font-size:18px;font-weight:500;letter-spacing:.04em;margin:0;padding-right:38px}.h-explore-card__body p{margin:10px 0 0;font-size:12px;line-height:1.75;color:rgba(255,255,255,.76);max-width:26em}.h-explore-card__body b{position:absolute;right:22px;bottom:23px;display:grid;place-items:center;width:32px;height:32px;border:1px solid rgba(255,255,255,.35);border-radius:50%;font-weight:400}
.h-explore-card:hover{transform:translateY(-5px);box-shadow:0 28px 60px rgba(0,0,0,.24)}.h-explore-card:hover img{transform:scale(1.045);filter:saturate(.9) contrast(1.03)}
.h-explore-card--worry{aspect-ratio:1.08/1}.h-explore-card--worry .h-explore-card__body{padding:28px 24px 24px}.h-explore-card--worry .h-explore-card__body h3{font-size:24px;line-height:1.45;padding-right:54px}.h-explore-card--worry .h-explore-card__body span{font-size:10px;color:rgba(255,255,255,.72)}.h-explore-card--worry .h-explore-card__body b{right:24px;bottom:24px;width:36px;height:36px}.h-explore-card--worry .h-explore-card__overlay{background:linear-gradient(180deg,rgba(10,20,17,.06) 0%,rgba(10,20,17,.18) 26%,rgba(10,20,17,.88) 100%)}

/* Media blocks */
.h-media-split{gap:72px}.h-media-split__media,.h-media-split__media--portrait{aspect-ratio:4/3;max-height:none;border-radius:var(--radius);box-shadow:var(--shadow);border:1px solid rgba(220,216,206,.6)}.h-media-split__media--wide{aspect-ratio:4/3}.h-media-split__media img{object-position:center}
.h-media-split--portrait-left{grid-template-columns:.95fr 1.05fr}

/* Cards */
.h-list-cards{gap:12px}.h-list-card,.h-check-card,.h-feature-card,.h-price-card,.h-fit-card,.h-reason-card,.h-benefit-card,.h-qa-card,.h-info-card,.h-note-card,.h-form-card,.h-sitemap-card{border-color:#ddd9cf;border-radius:var(--radius);box-shadow:var(--shadow-soft);background:rgba(255,255,255,.9)}
.h-list-card{padding:20px 23px}.h-list-card:hover{border-color:#c8c2b6}
.h-dot{width:8px;height:8px;margin-top:10px;box-shadow:0 0 0 5px var(--accent-soft)}
.h-feature-grid{gap:18px}.h-feature-card{padding:31px 30px}.h-feature-card__num{display:inline-flex;align-items:center;justify-content:center;width:38px;height:38px;border-radius:50%;background:var(--accent-soft)}.h-feature-card h3{font-family:var(--font-serif);font-size:18px;font-weight:500;margin-top:16px}
.h-pricing-grid{gap:18px}.h-price-card{padding:34px 24px}.h-price-card strong{font-size:30px}.h-price-card:first-child{border-top:3px solid var(--accent)}
.h-check-list{gap:11px}.h-check-list>div{padding:18px 20px;border-radius:15px}.h-check-list--plain>div{background:#fff;border:1px solid var(--line);border-radius:15px;padding:16px 18px}
.h-method-card{border-radius:16px;background:#f2f0e9;padding:24px}
.h-no-grid>div{border-radius:16px;padding:24px 14px}
.h-timeline__item{padding:22px 0;grid-template-columns:54px 1fr}.h-timeline__item span{display:grid;place-items:center;width:38px;height:38px;border-radius:50%;background:var(--accent-soft);color:var(--accent)}
.h-table-wrap{border-radius:18px;box-shadow:var(--shadow-soft)}.h-comparison-table th,.h-comparison-table td{padding:20px 23px}.h-comparison-table thead th{background:#f2f0ea}.h-comparison-table .is-highlight th,.h-comparison-table .is-highlight td{background:#e9f2ef}
.h-fit-grid{gap:20px}.h-fit-card{padding:32px}.h-fit-card--good{background:#f6fbf9;border-color:#c5dcd4}.h-fit-card h3{font-size:20px}
.h-reason-list{gap:18px}.h-reason-card{grid-template-columns:64px 1fr;padding:34px}.h-reason-card__num{width:52px;height:52px;background:#edf4f1}.h-reason-card h3{font-size:21px}
.h-benefit-grid{gap:18px}.h-benefit-card{padding:34px 28px;text-align:left}.h-benefit-card span{margin-bottom:18px}
.h-warning-box{border-radius:20px;padding:34px;background:#f5efe5;border-color:#d8cbb8}
.h-note-card{padding:28px 30px}
.h-quote-line{border-top:0;border-left:2px solid var(--gold);padding:4px 0 4px 24px!important;margin-top:34px!important}

/* Accordions */
.h-accordion{border-top:0;display:grid;gap:10px}.h-accordion__item{border:1px solid var(--line);border-radius:16px;background:#fff;overflow:hidden;box-shadow:0 7px 22px rgba(22,33,29,.035)}.h-accordion__trigger{padding:21px 22px}.h-accordion__panel{padding:0 22px 22px}.h-accordion__trigger span:last-child{display:grid;place-items:center;width:30px;height:30px;border-radius:50%;background:var(--accent-soft);font-size:18px;flex:0 0 auto}
.h-faq-category+.h-faq-category,.h-faq-category--spaced{margin-top:62px}.h-category-title{font-size:23px;border:0;padding:0;margin-bottom:22px}.h-category-title>span{width:4px;height:31px}

/* Testimonials */
.h-testimonial-list{gap:24px}.h-testimonial{grid-template-columns:190px 1fr;gap:30px;padding:32px;border-radius:22px}.h-testimonial>header{padding-right:26px}.h-testimonial>header strong{font-size:18px}.h-testimonial__body blockquote{border-left:2px solid var(--gold);background:#f7f4ec;border-radius:0 12px 12px 0}
.h-inline-photo{border-radius:22px;box-shadow:var(--shadow)}

/* Related visual cards */
.h-related{padding-top:100px;background:#f0eee8}.h-related__grid{grid-template-columns:repeat(2,1fr);gap:18px}
.h-related-card--visual{position:relative;display:block;padding:0;aspect-ratio:16/8.5;overflow:hidden;border-radius:20px;border:0;background:#1f2d28;box-shadow:var(--shadow-soft);isolation:isolate}
.h-related-card--visual figure{position:absolute;inset:0;margin:0}.h-related-card--visual img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.h-related-card__shade{position:absolute;inset:0;background:linear-gradient(180deg,transparent 28%,rgba(9,20,16,.78) 100%)}.h-related-card__body{position:absolute;left:0;right:0;bottom:0;padding:22px 24px;color:#fff;display:flex;justify-content:space-between;align-items:center;gap:14px}.h-related-card__body span{font-family:var(--font-serif);font-size:18px}.h-related-card__body b{font-weight:400;font-size:20px}.h-related-card--visual:hover{transform:translateY(-3px)}.h-related-card--visual:hover img{transform:scale(1.04)}

/* CTA and footer */
.h-cta-band{position:relative;overflow:hidden;background:linear-gradient(135deg,#0c1e19 0%,#14352c 58%,#1f493d 100%);padding:112px 0}.h-cta-band::before{content:"";position:absolute;width:520px;height:520px;border-radius:50%;right:-160px;top:-270px;border:1px solid rgba(255,255,255,.09);box-shadow:0 0 0 70px rgba(255,255,255,.025),0 0 0 140px rgba(255,255,255,.015)}.h-cta-band__inner{position:relative;z-index:1}.h-cta-band h2{font-size:clamp(30px,3.2vw,44px)}.h-cta-band p{font-size:14px;line-height:1.9}.h-cta-band__notes{color:rgba(255,255,255,.57)}
.h-footer{background:#0a1512;padding-top:88px}.h-footer__grid{gap:66px}.h-footer__heading{color:#8fa49c}.h-footer__links a{color:rgba(255,255,255,.65)}.h-footer__bottom{border-color:rgba(255,255,255,.08)}

/* Forms and utility pages */
.h-form-card{padding:46px 48px}.h-form-card>h2{font-size:28px}.h-form-field input,.h-form-field textarea{border-radius:12px;padding:15px 16px;background:#fcfbf8}.h-form-field input:focus,.h-form-field textarea:focus{border-color:#7aa397;box-shadow:0 0 0 4px rgba(13,95,80,.08)}.h-form-intro figure{border-radius:20px;aspect-ratio:4/3}.h-form-intro{grid-template-columns:260px 1fr;gap:34px}.h-form-success{border-radius:20px;padding:60px 34px}
.h-legal-hero{padding:100px 0 78px;background:linear-gradient(180deg,#efede7,#f7f5f0)}.h-legal-hero h1{font-size:clamp(36px,4vw,54px)}.h-legal-content{gap:46px}.h-legal-content section{padding:0 0 38px}.h-legal-content h2{font-size:22px}
.h-sitemap-grid{gap:16px}.h-sitemap-card{padding:26px}.h-sitemap-card:hover{transform:translateY(-3px);box-shadow:var(--shadow-soft)}.h-sitemap-cta{border-radius:24px;padding:50px;background:linear-gradient(135deg,#13211e,#21463b)}

/* Mobile drawer */
.h-mobile-menu__panel{background:#f8f6f1;padding:28px 26px}.h-mobile-menu__top{border-color:#dedbd3}.h-mobile-nav__list>li>a{padding:14px 2px;font-family:var(--font-serif);font-size:17px;border-color:#e3dfd6}.h-mobile-menu__cta{padding-top:24px}

@media(max-width:1120px){
  .h-header .h-container{width:min(calc(100% - 36px),var(--container))}
  .h-nav--desktop,.h-header__cta-wrap,.h-header__spacer{display:none}.h-menu-toggle{display:flex}.h-header__actions{margin-left:0;flex:0 0 auto;min-width:auto;justify-content:flex-end}
  .h-explore__grid{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media(max-width:768px){
  :root{--header:66px}.h-container{width:min(calc(100% - 34px),var(--container))}.h-section{padding:78px 0}
  .h-section-head{margin-bottom:38px}.h-section-head--split{display:block}.h-section-head--split>p{margin-top:12px;text-align:left}
  .h-hero--home{min-height:auto}.h-hero__grid{grid-template-columns:1fr;gap:30px;padding:44px 0 64px}.h-hero--no-portrait .h-hero__grid{padding:72px 0 84px}.h-hero h1{font-size:34px}.h-hero__highlight{font-size:15px}.h-hero__notes span{display:block;width:max-content;max-width:100%}
  .h-inner-hero{min-height:470px;background-position:66% center}.h-inner-hero .h-hero__overlay{background:linear-gradient(90deg,rgba(247,245,240,.98) 0%,rgba(247,245,240,.94) 44%,rgba(247,245,240,.54) 70%,rgba(247,245,240,.18) 100%)}.h-inner-hero__inner{padding:92px 0}.h-inner-hero h1{font-size:36px;max-width:75%}.h-inner-hero p{font-size:14px;max-width:68%}
  .h-media-split{gap:34px}.h-media-split__media,.h-media-split__media--portrait{aspect-ratio:4/3;max-height:none}.h-media-split--portrait-left{grid-template-columns:1fr}.h-media-split--portrait-left .h-media-split__media{max-width:none}
  .h-feature-grid,.h-method-grid,.h-fit-grid,.h-benefit-grid,.h-related__grid,.h-info-grid,.h-sitemap-grid{grid-template-columns:1fr}.h-pricing-grid{grid-template-columns:1fr}.h-reason-card{grid-template-columns:52px 1fr;padding:26px}.h-testimonial{grid-template-columns:1fr}.h-testimonial>header{padding:0 0 20px;border-right:0;border-bottom:1px solid var(--line)}
  .h-explore__grid{grid-template-columns:repeat(2,1fr);gap:12px}.h-explore__grid--worry{grid-template-columns:1fr;gap:16px}.h-explore-card__body{padding:18px}.h-explore-card__body h3{font-size:16px}.h-explore-card__body b{right:16px;bottom:16px;width:28px;height:28px}.h-explore-card--worry .h-explore-card__body{padding:22px 20px 20px}.h-explore-card--worry .h-explore-card__body h3{font-size:22px;padding-right:48px}.h-explore-card--worry .h-explore-card__body p{font-size:12px;line-height:1.7;max-width:100%}
  .h-form-intro{grid-template-columns:1fr}.h-form-intro figure{width:100%;max-width:440px;margin-inline:auto}.h-form-card{padding:32px 24px}
}
@media(max-width:480px){
  .h-container{width:min(calc(100% - 28px),var(--container))}.h-section{padding:66px 0}.h-section-head h2{font-size:25px}.h-header .h-container{width:calc(100% - 24px)}
  .h-inner-hero{min-height:420px;background-position:70% center}.h-inner-hero .h-hero__overlay{background:linear-gradient(90deg,rgba(247,245,240,.985) 0%,rgba(247,245,240,.94) 58%,rgba(247,245,240,.62) 78%,rgba(247,245,240,.35) 100%)}.h-inner-hero__inner{padding:72px 0}.h-inner-hero h1{font-size:31px;max-width:82%}.h-inner-hero p{max-width:78%;font-size:13px}
  .h-explore__grid{grid-template-columns:1fr}.h-explore__grid--worry{grid-template-columns:1fr}.h-explore-card{aspect-ratio:16/10}.h-explore-card--worry{aspect-ratio:16/11}.h-explore-card__body{padding:20px}.h-explore-card__body h3{font-size:18px}.h-explore-card--worry .h-explore-card__body h3{font-size:20px}.h-explore-card--worry .h-explore-card__body p{font-size:12px}
  .h-list-card,.h-feature-card,.h-fit-card,.h-benefit-card,.h-qa-card,.h-note-card{border-radius:16px}.h-reason-card{grid-template-columns:1fr}.h-reason-card__num{margin-bottom:4px}.h-price-card{border-radius:16px}
  .h-related-card--visual{aspect-ratio:16/10}.h-related-card__body{padding:20px}.h-form-card{padding:28px 18px}.h-sitemap-cta{padding:34px 22px}.h-cta-band{padding:88px 0}
}

/* Canonical desktop header: keep the full flat menu visible at the reference width. */
@media (min-width:981px) and (max-width:1120px){
  .h-header .h-container{width:calc(100% - 28px);max-width:none}
  .h-nav--desktop{display:flex}
  .h-header__cta-wrap{display:grid}
  .h-menu-toggle,.h-header__mobile-cta{display:none}
  .h-header__inner{gap:12px}.h-header__spacer{display:none}
  .h-nav__list{gap:clamp(8px,1.05vw,12px)}
  .h-nav__list>li>a{font-size:clamp(11px,1.04vw,12px);white-space:nowrap}
  .h-header__cta{min-height:38px;padding-inline:14px;font-size:12px;white-space:nowrap}
  .h-header__cta-note{font-size:9px;white-space:nowrap}
}
@media(max-width:980px){
  .h-nav--desktop,.h-header__cta-wrap,.h-header__spacer{display:none}
  .h-menu-toggle{display:flex}
}

/* v0.6.0 — unified left-aligned section-heading system
   Rule: page heroes + standard content sections = left aligned.
   Only narrative/manifesto sections explicitly marked --center, CTA bands,
   forms and utility heroes are centered. */
.h-section-head{
  width:100%;
  max-width:none;
  margin:0 0 54px;
  text-align:left;
}
.h-section-head h2{
  max-width:860px;
  margin-left:0;
  margin-right:0;
}
.h-section-head p{
  max-width:650px;
  margin:14px 0 0;
  text-align:left;
}
.h-section-head--center{
  max-width:780px;
  margin-left:auto;
  margin-right:auto;
  text-align:center;
}
.h-section-head--center h2{
  margin-left:auto;
  margin-right:auto;
}
.h-section-head--center p{
  margin-left:auto;
  margin-right:auto;
  text-align:center;
}
.h-section-head--split{
  max-width:none;
  margin-left:0;
  margin-right:0;
  text-align:left;
}
.h-section-head--split>p{
  text-align:left;
}
.h-inner-hero__inner,
.h-legal-content,
.h-category-title,
.h-form-intro{
  text-align:left;
}

@media(max-width:768px){
  .h-section-head{margin-bottom:38px}
  .h-section-head--center{max-width:100%}
  .h-section-head--split>p{margin-top:12px;text-align:left}
}
/* Keep utility-page and form headings on the same left-aligned system. */
.h-legal-hero{text-align:left}
.h-legal-hero p{max-width:650px}
.h-form-card>h2{text-align:left}
.h-sitemap-group>header{text-align:left}

.h-text-left{text-align:left}

.h-nav__list{justify-content:center}
.h-hero--no-portrait .h-hero__copy{text-shadow:0 10px 35px rgba(0,0,0,.16)}
@media(max-width:1024px){.h-hero--no-portrait .h-hero__copy{max-width:700px}}
@media(max-width:768px){.h-hero--no-portrait .h-hero__copy{max-width:none}.h-hero--no-portrait .h-hero__notes{gap:6px 14px}}


/* v0.11.0 — restrained site-wide motion system */
.h-motion-ready .h-reveal{opacity:0;transition:opacity .72s cubic-bezier(.2,.72,.2,1),transform .78s cubic-bezier(.2,.72,.2,1),filter .78s ease;transition-delay:var(--h-delay,0ms);will-change:opacity,transform}
.h-motion-ready .h-reveal--up{transform:translate3d(0,28px,0)}
.h-motion-ready .h-reveal--media{transform:translate3d(0,22px,0) scale(.975);filter:saturate(.86) brightness(.98)}
.h-motion-ready .h-reveal.is-revealed{opacity:1;transform:translate3d(0,0,0) scale(1);filter:none}
.h-hero-enter{animation:hHeroContentEnter .75s cubic-bezier(.2,.72,.2,1) both;animation-delay:var(--h-hero-delay,0ms)}
@keyframes hHeroContentEnter{from{opacity:0;transform:translate3d(0,18px,0)}to{opacity:1;transform:none}}
.h-explore-card,.h-feature-card,.h-method-card,.h-fit-card,.h-benefit-card,.h-reason-card,.h-price-card,.h-testimonial,.h-sitemap-card,.h-related-card--visual{transition:transform .34s cubic-bezier(.2,.7,.2,1),box-shadow .34s ease,border-color .34s ease}
@media(hover:hover){
  .h-feature-card:hover,.h-method-card:hover,.h-fit-card:hover,.h-benefit-card:hover,.h-reason-card:hover,.h-price-card:hover,.h-testimonial:hover,.h-sitemap-card:hover{transform:translateY(-4px);box-shadow:0 18px 42px rgba(17,31,26,.08)}
  .h-media-split__media img,.h-inline-photo img,.h-form-intro figure img{transition:transform .65s cubic-bezier(.2,.7,.2,1),filter .45s ease}
  .h-media-split__media:hover img,.h-inline-photo:hover img,.h-form-intro figure:hover img{transform:scale(1.025);filter:saturate(1.03)}
}
.h-accordion__panel:not([hidden]){animation:hFaqOpen .32s ease both}
@keyframes hFaqOpen{from{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:none}}
.h-accordion__trigger span:last-child{transition:transform .25s ease,background .25s ease}
.h-accordion__trigger[aria-expanded=true] span:last-child{transform:rotate(45deg);background:#dfece7}
.h-mobile-menu__panel{transition:transform .36s cubic-bezier(.2,.72,.2,1),opacity .3s ease}
.h-header__cta,.h-header__mobile-cta{transition:transform .25s ease,box-shadow .25s ease,background .25s ease}
@media(prefers-reduced-motion:reduce){
  .h-reveal,.h-hero-enter{opacity:1!important;transform:none!important;filter:none!important;animation:none!important;transition:none!important}
  .h-accordion__panel:not([hidden]){animation:none!important}
}

/* Dashboard-entered line breaks are preserved without forcing <br> markup. */
.h-hero h1,.h-inner-hero h1,.h-section-head h2,.h-display-h2,.h-cta-band h2,.h-category-title,.h-form-card>h2,.h-legal-content h2,.h-sitemap-cta h2{white-space:pre-line}
/* Explicit heading newlines are handled by white-space:pre-line only. Do not combine with nl2br. */


.h-media-split__media--cta-photo{background:linear-gradient(180deg,#f7f4ee 0%,#efe9df 100%);display:flex;align-items:flex-end;justify-content:center;overflow:hidden}
.h-media-split__media--cta-photo img{width:100%;height:100%;object-fit:contain;object-position:center top;padding:18px 18px 0}
@media(max-width:768px){.h-media-split__media--cta-photo img{padding:14px 14px 0}}

/* v0.11.2 heading rhythm audit */
.h-hero h1{line-height:1.42}
.h-section-head h2,.h-display-h2,.h-cta-band h2{line-height:1.55}

/* ==========================================================
   BLOG / JOURNAL — v0.12.0
   ========================================================== */
.h-blog-main .h-inner-hero{min-height:500px;background-position:center 56%}
.h-blog-main .h-inner-hero .h-hero__overlay{background:linear-gradient(90deg,rgba(247,245,240,.99) 0%,rgba(247,245,240,.96) 34%,rgba(247,245,240,.72) 52%,rgba(247,245,240,.16) 76%,rgba(247,245,240,.04) 100%)}
.h-blog-index{padding-top:58px}
.h-blog-categories{display:flex;flex-wrap:wrap;gap:9px;margin:0 0 56px;padding:0 0 22px;border-bottom:1px solid var(--line)}
.h-blog-categories__item{display:inline-flex;align-items:center;justify-content:center;min-height:40px;padding:8px 16px;border:1px solid #d9d6cf;border-radius:999px;background:#fff;color:#59625e;font-size:12px;font-weight:500;letter-spacing:.02em;transition:background .2s,border-color .2s,color .2s,transform .2s}
.h-blog-categories__item:hover{transform:translateY(-1px);border-color:#9fb8af;color:#173d35}
.h-blog-categories__item.is-active{background:var(--accent);border-color:var(--accent);color:#fff}
.h-blog-index__head{display:flex;align-items:flex-end;justify-content:space-between;gap:36px;margin-bottom:34px}
.h-blog-index__head h2{margin:8px 0 0;font-family:var(--font-serif);font-weight:500;font-size:clamp(28px,2.7vw,38px);line-height:1.45;letter-spacing:.035em}
.h-blog-index__head>p{max-width:310px;margin:0 0 3px;color:var(--muted);font-size:12px;text-align:right}
.h-blog-featured-wrap{margin-bottom:22px}
.h-blog-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px}
.h-blog-card{overflow:hidden;background:#fff;border:1px solid var(--line);border-radius:10px;box-shadow:0 14px 36px rgba(42,47,44,.055);transition:transform .25s,box-shadow .25s,border-color .25s}
.h-blog-card:hover{transform:translateY(-4px);box-shadow:0 22px 48px rgba(42,47,44,.09);border-color:#d0d7d2}
.h-blog-card__media{position:relative;display:block;overflow:hidden;aspect-ratio:16/10;background:#e9e6df}
.h-blog-card__media img{width:100%;height:100%;object-fit:cover;transition:transform .55s ease}
.h-blog-card:hover .h-blog-card__media img{transform:scale(1.035)}
.h-blog-card__new{position:absolute;top:16px;left:16px;display:inline-flex;padding:7px 10px;border-radius:999px;background:rgba(29,63,55,.94);color:#fff;font-size:9px;font-weight:700;letter-spacing:.16em}
.h-blog-card__body{padding:22px 22px 24px}
.h-blog-card__meta{display:flex;align-items:center;flex-wrap:wrap;gap:8px 12px;margin-bottom:13px;color:#89908c;font-size:10px;letter-spacing:.04em}
.h-blog-card__category{display:inline-flex;padding:4px 8px;border-radius:999px;background:#edf4f1;color:#2d5a4f;font-weight:700;letter-spacing:.03em}
.h-blog-card__title{margin:0 0 12px;font-family:var(--font-serif);font-size:19px;font-weight:500;line-height:1.65;letter-spacing:.025em}
.h-blog-card__title a{transition:color .2s}.h-blog-card__title a:hover{color:var(--accent)}
.h-blog-card__excerpt{margin:0 0 17px;color:#6c746f;font-size:12px;line-height:1.9}
.h-blog-card__link{display:inline-flex;align-items:center;gap:8px;color:var(--accent);font-size:11px;font-weight:700;letter-spacing:.05em}
.h-blog-card__link span{transition:transform .2s}.h-blog-card__link:hover span{transform:translateX(3px)}
.h-blog-card--featured{display:grid;grid-template-columns:1.05fr .95fr;min-height:410px}
.h-blog-card--featured .h-blog-card__media{aspect-ratio:auto;min-height:410px}
.h-blog-card--featured .h-blog-card__body{display:flex;flex-direction:column;justify-content:center;padding:48px 46px}
.h-blog-card--featured .h-blog-card__title{font-size:clamp(25px,2.5vw,34px);line-height:1.55;margin-bottom:17px}
.h-blog-card--featured .h-blog-card__excerpt{font-size:13px;line-height:2}
.h-blog-pagination{margin-top:52px}
.h-blog-pagination .page-numbers{list-style:none;display:flex;align-items:center;justify-content:center;gap:7px;margin:0;padding:0}
.h-blog-pagination .page-numbers li{margin:0}
.h-blog-pagination a.page-numbers,.h-blog-pagination span.page-numbers{display:inline-flex;align-items:center;justify-content:center;min-width:40px;height:40px;padding:0 12px;border:1px solid var(--line);border-radius:7px;background:#fff;color:#68716c;font-size:11px}
.h-blog-pagination span.current{background:var(--accent);border-color:var(--accent);color:#fff}
.h-blog-pagination a.page-numbers:hover{border-color:#9eb7ae;color:var(--accent)}
.h-blog-empty{padding:70px 24px;text-align:center;border:1px solid var(--line);border-radius:10px;background:#fff}
.h-blog-empty h2{font-family:var(--font-serif);font-weight:500;font-size:25px}.h-blog-empty p{color:var(--muted);margin-bottom:28px}

.h-blog-single{background:var(--bg)}
.h-article__header{padding:88px 0 46px;background:linear-gradient(180deg,#f4f1ea 0%,var(--bg) 100%)}
.h-article__meta{display:flex;flex-wrap:wrap;gap:10px 16px;align-items:center;margin-bottom:22px;color:#858d88;font-size:11px;letter-spacing:.04em}
.h-article__category{display:inline-flex;padding:6px 10px;border-radius:999px;background:#e7f1ed;color:#265448;font-weight:700}
.h-article__header h1{max-width:860px;margin:0;font-family:var(--font-serif);font-size:clamp(34px,4.2vw,54px);font-weight:500;line-height:1.5;letter-spacing:.035em;text-wrap:balance}
.h-article__lead{max-width:760px;margin:26px 0 0;color:#69716d;font-size:15px;line-height:2}
.h-article__eyecatch{margin:0 0 56px;overflow:hidden;border-radius:12px;aspect-ratio:16/9;background:#e8e5de;box-shadow:0 20px 50px rgba(42,47,44,.08)}
.h-article__eyecatch img{width:100%;height:100%;object-fit:cover}
.h-article__layout{padding-bottom:88px}
.h-article__content{color:#444e49;font-size:16px;line-height:2.05}
.h-article__content>*:first-child{margin-top:0}
.h-article__content p{margin:0 0 1.8em}
.h-article__content h2{margin:3.2em 0 1.25em;padding:0 0 14px;border-bottom:1px solid #cad8d2;font-family:var(--font-serif);font-size:30px;font-weight:500;line-height:1.55;color:#1f332d}
.h-article__content h3{margin:2.5em 0 1em;padding-left:14px;border-left:3px solid #7ea699;font-family:var(--font-serif);font-size:23px;font-weight:500;line-height:1.55;color:#253a34}
.h-article__content h4{margin:2.1em 0 .9em;font-size:18px;color:#2f403a}
.h-article__content ul,.h-article__content ol{margin:0 0 2em;padding-left:1.5em}.h-article__content li{margin:.45em 0}
.h-article__content blockquote{margin:2.4em 0;padding:24px 28px;border-left:3px solid #8ca99f;background:#f2f6f4;color:#44524d}
.h-article__content blockquote p:last-child{margin-bottom:0}
.h-article__content a{color:#23685a;text-decoration:underline;text-underline-offset:3px}
.h-article__content img{border-radius:9px}.h-article__content figure{margin:2.5em 0}
.h-article__content table{width:100%;border-collapse:collapse;margin:2.4em 0;background:#fff}.h-article__content th,.h-article__content td{padding:14px 16px;border:1px solid var(--line);vertical-align:top}.h-article__content th{background:#f1f4f2;color:#30413b}
.h-article__content .wp-block-button__link{color:#fff;text-decoration:none}
.h-article__footer{margin-top:70px;padding-top:38px;border-top:1px solid var(--line)}
.h-article-author{padding:30px 32px;border:1px solid var(--line);border-radius:10px;background:#fff}
.h-article-author h2{margin:7px 0 10px;font-family:var(--font-serif);font-size:23px;font-weight:500}.h-article-author p{margin:0 0 12px;color:#68716c;font-size:13px}
.h-related-posts .h-blog-card{box-shadow:none}
.h-article-nav-wrap{padding:42px 0;border-top:1px solid var(--line);background:#fff}
.h-article-nav{display:grid;grid-template-columns:1fr auto 1fr;gap:18px;align-items:center}
.h-article-nav>div:last-child{text-align:right}.h-article-nav a{display:inline-flex;flex-direction:column;gap:5px;color:#59635e}.h-article-nav span{font-size:10px;color:#8c938f}.h-article-nav strong{max-width:280px;font-family:var(--font-serif);font-size:13px;font-weight:500;line-height:1.65}
.h-article-nav__index{display:inline-flex!important;align-items:center;justify-content:center!important;width:82px;height:40px;border:1px solid var(--line);border-radius:7px;font-size:11px!important}

@media(max-width:900px){
  .h-blog-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .h-blog-card--featured{grid-template-columns:1fr 1fr}.h-blog-card--featured .h-blog-card__body{padding:34px 30px}
}
@media(max-width:768px){
  .h-blog-main .h-inner-hero{min-height:410px;background-position:62% center}
  .h-blog-index{padding-top:42px}
  .h-blog-categories{margin-bottom:42px;flex-wrap:nowrap;overflow-x:auto;padding-bottom:16px;-webkit-overflow-scrolling:touch;scrollbar-width:none}.h-blog-categories::-webkit-scrollbar{display:none}.h-blog-categories__item{flex:0 0 auto}
  .h-blog-index__head{display:block;margin-bottom:28px}.h-blog-index__head>p{margin-top:10px;text-align:left}
  .h-blog-card--featured{grid-template-columns:1fr;min-height:0}.h-blog-card--featured .h-blog-card__media{min-height:0;aspect-ratio:16/10}.h-blog-card--featured .h-blog-card__body{padding:28px 24px}.h-blog-card--featured .h-blog-card__title{font-size:25px}
  .h-article__header{padding:62px 0 34px}.h-article__header h1{font-size:34px}.h-article__lead{font-size:14px}.h-article__eyecatch{margin-bottom:42px}
  .h-article__content{font-size:15px}.h-article__content h2{font-size:25px}.h-article__content h3{font-size:20px}
  .h-article-nav{grid-template-columns:1fr 72px 1fr}.h-article-nav strong{display:none}
}
@media(max-width:560px){
  .h-blog-grid{grid-template-columns:1fr;gap:16px}.h-blog-card__body{padding:20px}.h-blog-card__title{font-size:18px}
  .h-blog-main .h-inner-hero{min-height:370px}.h-blog-main .h-inner-hero .h-hero__overlay{background:linear-gradient(90deg,rgba(247,245,240,.985) 0%,rgba(247,245,240,.95) 60%,rgba(247,245,240,.62) 84%,rgba(247,245,240,.42) 100%)}
  .h-article__header{padding-top:52px}.h-article__header h1{font-size:29px}.h-article__meta{gap:8px 10px}
  .h-article__eyecatch{border-radius:8px;aspect-ratio:4/3}.h-article__layout{padding-bottom:66px}.h-article__content h2{font-size:23px;margin-top:2.8em}.h-article__content h3{font-size:19px}.h-article__content blockquote{padding:20px}
  .h-article-author{padding:24px 22px}.h-related-posts{padding-top:58px}
}


/* v0.13.0 — keep the longer 「仕事と人生のヒント」 header label on one line. */
@media (min-width:1121px) and (max-width:1360px){
  .h-header .h-container{width:calc(100% - 32px);max-width:none}
  .h-header__inner{gap:16px}
  .h-header__spacer{flex-basis:72px}
  .h-header__actions{min-width:158px}
  .h-nav__list{gap:clamp(9px,.95vw,14px)}
  .h-nav__list>li>a{font-size:12px;white-space:nowrap}
  .h-header__cta{padding-inline:16px;font-size:12px;white-space:nowrap}
  .h-header__cta-note{white-space:nowrap}
}

.h-line-apply-card{text-align:center}.h-line-apply-card .h-kicker{display:inline-block;margin-bottom:10px}.h-line-apply-card h2{margin:0 0 14px;font-family:var(--font-serif);font-size:clamp(24px,2.5vw,34px);font-weight:500;line-height:1.55}.h-line-apply-card>p{max-width:660px;margin:0 auto 24px;color:var(--muted);line-height:1.9}.h-line-apply-card .h-btn{max-width:520px;margin:0 auto}
