:root{--green:#12633f;--dark:#073d29;--deep:#06291d;--cream:#f7f2e7;--paper:#fffdf8;--lime:#dce9a8;--gold:#d9a23c;--blue:#6ca5cb;--ink:#173126;--muted:#62736a;--line:rgba(18,99,63,.16)}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:100px}body{margin:0;background:var(--cream);color:var(--ink);font-family:"Hiragino Kaku Gothic ProN","Yu Gothic",sans-serif}a{color:inherit;text-decoration:none}img{display:block;max-width:100%}.utility{min-height:32px;padding:5px max(3vw,20px);display:flex;justify-content:space-between;align-items:center;background:var(--deep);color:#d9e5df;font-size:11px;letter-spacing:.04em}.utility a{color:white;font-weight:800}.site-header{height:88px;display:flex;align-items:center;gap:28px;padding:10px max(3vw,28px);background:rgba(255,253,248,.96);border-bottom:1px solid var(--line);position:sticky;top:0;z-index:50;backdrop-filter:blur(10px)}.brand{flex:0 0 190px}.brand img{width:190px;height:64px;object-fit:contain;object-position:left center}.site-header nav{display:flex;justify-content:center;align-items:center;gap:clamp(14px,2vw,30px);font-size:13px;font-weight:800;flex:1}.site-header nav a{padding:10px 0;position:relative}.site-header nav a::after{content:"";position:absolute;left:0;bottom:4px;width:0;height:2px;background:var(--green);transition:width .2s}.site-header nav a:hover::after{width:100%}.header-cta{display:flex;flex-direction:column;background:var(--green);color:white;border-radius:12px;padding:11px 20px;text-align:center;line-height:1.2;box-shadow:0 8px 18px rgba(18,99,63,.18)}.header-cta small{font-size:9px;color:#d7e8df}.header-cta strong{font-size:14px;margin-top:3px}.hero{max-width:1440px;margin:auto;min-height:710px;padding:72px max(5vw,38px) 86px;display:grid;grid-template-columns:1.04fr .96fr;align-items:center;gap:70px}.hero-copy{max-width:720px}.eyebrow{color:var(--green);font-weight:900;letter-spacing:.16em;font-size:11px;margin:0 0 14px}.eyebrow.light{color:var(--lime)}.hero-kicker{font-weight:800;color:#476157;margin:0}.hero h1{font-size:clamp(54px,6vw,88px);line-height:1.1;letter-spacing:-.055em;margin:22px 0 28px}.hero h1 em{color:var(--green);font-style:normal;position:relative}.hero h1 em::after{content:"";position:absolute;left:-3%;right:-3%;bottom:2px;height:12px;border-radius:50%;background:var(--lime);z-index:-1}.hero-lead{font-size:16px;line-height:2;color:#4b6257;max-width:660px}.hero-actions{display:flex;gap:13px;margin-top:30px}.button{min-height:62px;padding:12px 25px;border-radius:14px;display:flex;align-items:center;justify-content:center;font-weight:800}.button.primary{background:var(--green);color:white;flex-direction:column;align-items:flex-start;min-width:238px;box-shadow:0 14px 25px rgba(18,99,63,.18)}.button.primary span{font-size:11px;color:#d7e8df}.button.primary b{font-size:21px;letter-spacing:.03em}.button.secondary{background:var(--paper);border:1px solid var(--line);color:var(--green);min-width:210px}.hero-note{font-size:11px;color:#718079;margin-top:14px}.hero-gallery{min-height:540px;display:grid;grid-template-columns:1.25fr .75fr;grid-template-rows:1fr 1fr;gap:14px;position:relative}.hero-gallery figure{margin:0;position:relative;border-radius:22px;overflow:hidden;box-shadow:0 20px 42px rgba(7,61,41,.12)}.hero-gallery img{width:100%;height:100%;object-fit:cover}.hero-gallery figcaption{position:absolute;left:12px;bottom:12px;background:rgba(255,253,248,.92);padding:7px 13px;border-radius:999px;font-size:11px;font-weight:900;color:var(--green)}.gallery-main{grid-row:1/3}.hero-badge{position:absolute;left:-50px;bottom:28px;width:154px;height:154px;background:var(--lime);border:8px solid var(--cream);border-radius:50%;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;transform:rotate(-6deg);box-shadow:0 12px 25px rgba(7,61,41,.18)}.hero-badge span{font-size:11px}.hero-badge strong{font-size:21px}.hero-badge small{font-size:8px;margin-top:4px}.assurance{background:var(--green);color:white;display:grid;grid-template-columns:repeat(3,1fr);padding:0 max(4vw,28px)}.assurance>div{display:flex;align-items:center;gap:17px;min-height:108px;padding:20px 28px;border-right:1px solid rgba(255,255,255,.18)}.assurance>div:last-child{border-right:0}.assurance b{font-size:14px;color:var(--lime);font-family:serif}.assurance span{display:flex;flex-direction:column;gap:4px}.assurance strong{font-size:16px}.assurance small{font-size:10px;color:#d0ddd6;line-height:1.5}.section{max-width:1240px;margin:auto;padding:112px 28px}.section-heading{max-width:720px;margin-bottom:52px}.section-heading h2,.consultations h2,.one-stop h2,.methods h2,.faq h2,.contact h2{font-size:clamp(36px,4.3vw,60px);line-height:1.25;letter-spacing:-.04em;margin:0}.section-heading>p:not(.eyebrow){color:var(--muted);line-height:1.9}.section-heading.split{max-width:none;display:grid;grid-template-columns:.95fr 1.05fr;align-items:end;gap:60px}.section-heading.split>p{max-width:580px}.section-heading.centered{text-align:center;margin-left:auto;margin-right:auto}.item-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.item-card{background:var(--paper);border:1px solid rgba(18,99,63,.1);border-radius:20px;overflow:hidden;box-shadow:0 12px 34px rgba(7,61,41,.06)}.item-photo{height:220px;overflow:hidden;background:#ddd}.item-photo img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.item-card:hover .item-photo img{transform:scale(1.035)}.item-card>div:last-child{padding:24px}.item-card h3{font-size:21px;margin:0 0 10px}.item-card p{font-size:12px;color:var(--muted);line-height:1.7;margin:0 0 22px}.item-card span{font-size:10px;font-weight:900;color:var(--green)}.disclaimer,.partner-note{display:grid;grid-template-columns:200px 1fr;gap:28px;margin-top:30px;padding:24px 28px;border-radius:14px;background:#edf1e4;border-left:4px solid var(--green)}.disclaimer strong,.partner-note strong{font-size:13px}.disclaimer p,.partner-note p{font-size:11px;line-height:1.8;color:#64726b;margin:0}.consultations{padding:112px max(4vw,28px);background:var(--paper)}.consult-grid{max-width:1160px;margin:auto;display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.consult-grid article{position:relative;padding:34px 30px 30px;border:1px solid var(--line);border-radius:26px;text-align:center;background:#fff}.consult-grid article:nth-child(2){border-color:rgba(217,162,60,.45)}.consult-grid article:nth-child(3){border-color:rgba(108,165,203,.45)}.consult-icon{width:112px;height:112px;margin:0 auto 18px;border-radius:50%;display:grid;place-items:center;font-size:38px;font-family:serif;font-weight:900;background:#dce9da;color:var(--green)}.consult-icon.heart{background:#f8e5bd;color:#a56d13}.consult-icon.home{background:#dcebf6;color:#397baf}.consult-grid article>p{font-size:10px;color:#84928b;letter-spacing:.14em}.consult-grid h3{font-size:31px;margin:7px 0 10px}.consult-grid strong{font-size:13px}.consult-grid ul{list-style:none;padding:22px 0 0;margin:24px 0 0;border-top:1px solid #e7ece9;text-align:left}.consult-grid li{font-size:12px;padding:7px 0 7px 24px;position:relative}.consult-grid li::before{content:"✓";position:absolute;left:0;color:var(--green);font-weight:900}.one-stop{background:var(--dark);color:white;padding:112px max(4vw,28px)}.one-stop-head{max-width:1180px;margin:auto;display:grid;grid-template-columns:.9fr 1.1fr;gap:70px;align-items:end}.one-stop-head>p{color:#cad9d1;line-height:2;margin:0}.one-stop-visual{max-width:1180px;margin:54px auto 28px;border-radius:28px;overflow:hidden;background:var(--cream);box-shadow:0 20px 50px rgba(0,0,0,.22)}.one-stop-visual img{width:100%;height:auto}.one-stop-grid{max-width:1180px;margin:auto;display:grid;grid-template-columns:repeat(5,1fr);gap:10px}.one-stop-grid article{position:relative;background:rgba(255,255,255,.07);border:1px solid rgba(255,255,255,.13);border-radius:16px;padding:22px 18px;min-height:196px}.one-stop-grid article::after{content:"→";position:absolute;right:-13px;top:34px;width:26px;height:26px;background:var(--lime);color:var(--dark);border-radius:50%;display:grid;place-items:center;font-weight:900;z-index:2}.one-stop-grid article:last-child::after{display:none}.one-stop-grid span{font-family:serif;color:var(--lime);font-size:13px}.one-stop-grid h3{font-size:17px;margin:23px 0 10px}.one-stop-grid p{font-size:10px;line-height:1.8;color:#c4d3cb}.partner-note{max-width:1180px;margin:24px auto 0;background:rgba(255,255,255,.07);border-left-color:var(--lime)}.partner-note strong{color:var(--lime)}.partner-note p{color:#c9d7d0}.reason-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.reason-grid article{padding:34px;border-top:3px solid var(--green);background:var(--paper);border-radius:0 0 20px 20px}.reason-grid span{font-family:serif;color:#9baa73}.reason-grid h3{font-size:20px;margin:28px 0 14px}.reason-grid p{font-size:12px;line-height:1.9;color:var(--muted)}.methods{background:#0c4d35;color:white;padding:105px max(4vw,28px)}.methods-inner{max-width:1180px;margin:auto}.method-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.method-grid article{background:var(--paper);color:var(--ink);border-radius:20px;padding:28px;display:flex;gap:20px}.method-grid article>span{flex:0 0 64px;height:64px;border-radius:50%;background:var(--green);color:white;display:grid;place-items:center;font-size:22px;font-family:serif;font-weight:900}.method-grid h3{font-size:20px;margin:4px 0 10px}.method-grid p{font-size:12px;line-height:1.8;color:var(--muted)}.method-grid small{font-size:9px;color:var(--green);font-weight:800}.flow-list{list-style:none;padding:0;margin:0;display:grid;grid-template-columns:repeat(5,1fr);border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.flow-list li{padding:32px 22px;border-right:1px solid var(--line)}.flow-list li:last-child{border:0}.flow-list b{width:42px;height:42px;border-radius:50%;display:grid;place-items:center;background:var(--green);color:white;font-family:serif}.flow-list h3{font-size:16px;margin:24px 0 10px}.flow-list p{font-size:10px;color:var(--muted);line-height:1.8}.id-check{margin-top:38px;background:#eef3e1;border-radius:18px;padding:28px 34px;display:grid;grid-template-columns:130px 1fr;gap:30px;align-items:center}.id-check>span{background:var(--green);color:white;border-radius:999px;padding:12px;text-align:center;font-size:12px;font-weight:900}.id-check h3{font-size:16px;margin:0 0 8px}.id-check p{font-size:11px;line-height:1.8;color:var(--muted);margin:0}.faq{background:var(--deep);color:white;padding:105px max(4vw,28px)}.faq-inner{max-width:1120px;margin:auto;display:grid;grid-template-columns:.65fr 1.35fr;gap:70px}.faq-list{border-top:1px solid rgba(255,255,255,.22)}details{border-bottom:1px solid rgba(255,255,255,.22)}summary{cursor:pointer;list-style:none;padding:24px 42px 24px 0;font-weight:800;font-size:14px;position:relative}summary::-webkit-details-marker{display:none}summary::after{content:"＋";position:absolute;right:4px;top:22px;color:var(--lime);font-size:20px}details[open] summary::after{content:"−"}details p{margin:0 0 24px;color:#c7d4cd;font-size:12px;line-height:1.9;padding-right:35px}.legal-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.legal-grid article{border:1px solid var(--line);border-radius:18px;padding:28px;background:var(--paper)}.legal-grid h3{font-size:15px;margin:0 0 14px}.legal-grid p{font-size:10px;line-height:1.85;color:var(--muted);margin:0}.contact{padding:100px max(5vw,32px);background:var(--green);color:white;display:grid;grid-template-columns:.9fr 1.1fr;gap:70px;align-items:center}.contact>div:first-child>p:not(.eyebrow){color:#d4e0da;line-height:1.9}.contact-actions{display:grid;grid-template-columns:1fr 1fr;gap:14px}.contact-card{border-radius:20px;padding:24px;display:flex;flex-direction:column;justify-content:center;min-height:150px}.contact-card small{font-size:10px}.contact-card strong{font-size:20px;margin:8px 0}.contact-card span{font-size:9px}.contact-card.phone{background:var(--paper);color:var(--green)}.contact-card.mail{background:var(--lime);color:var(--dark)}footer{background:#051e15;color:white;padding:60px max(5vw,32px) 24px}.footer-top{display:flex;justify-content:space-between;gap:50px;align-items:center;padding-bottom:34px;border-bottom:1px solid rgba(255,255,255,.14)}.footer-brand img{width:210px;height:90px;object-fit:contain;filter:brightness(0) invert(1)}.footer-nav{display:flex;gap:22px;font-size:11px;color:#c3d1ca}.business-info{padding:32px 0}.business-info h3{font-size:13px;color:var(--lime);margin:0 0 18px}.business-info dl{display:grid;grid-template-columns:repeat(4,1fr);margin:0}.business-info dl>div{border-left:1px solid rgba(255,255,255,.16);padding:0 18px}.business-info dt{font-size:9px;color:#8ea299;margin-bottom:7px}.business-info dd{font-size:11px;margin:0}.footer-bottom{border-top:1px solid rgba(255,255,255,.14);padding-top:20px;display:flex;justify-content:space-between;font-size:9px;color:#81968c}.mobile-contact{display:none}
@media(max-width:1020px){.site-header nav{display:none}.site-header{justify-content:space-between}.hero{grid-template-columns:1fr;gap:45px}.hero-copy{max-width:800px}.hero-gallery{min-height:500px}.one-stop-grid{grid-template-columns:repeat(3,1fr)}.method-grid{grid-template-columns:1fr}.flow-list{grid-template-columns:repeat(3,1fr)}.business-info dl{grid-template-columns:1fr 1fr;gap:22px}.contact{grid-template-columns:1fr}.faq-inner{grid-template-columns:1fr}.footer-nav{flex-wrap:wrap;justify-content:flex-end}}
@media(max-width:720px){html{scroll-padding-top:76px}body{padding-bottom:68px}.utility{display:none}.site-header{height:74px;padding:8px 16px}.brand{flex-basis:145px}.brand img{width:145px;height:54px}.header-cta{padding:9px 14px}.header-cta small{display:none}.header-cta strong{font-size:12px}.hero{min-height:auto;padding:48px 20px 58px}.hero h1{font-size:clamp(45px,13vw,62px)}.hero-lead{font-size:14px}.hero-actions{flex-direction:column}.button{width:100%}.button.primary{align-items:center}.hero-gallery{min-height:400px;gap:8px}.hero-badge{width:112px;height:112px;left:-8px;bottom:12px;border-width:5px}.hero-badge strong{font-size:16px}.assurance{grid-template-columns:1fr;padding:0 20px}.assurance>div{border-right:0;border-bottom:1px solid rgba(255,255,255,.18);min-height:88px;padding:16px 4px}.assurance>div:last-child{border-bottom:0}.section{padding:80px 20px}.section-heading.split{grid-template-columns:1fr;gap:12px}.section-heading{margin-bottom:36px}.section-heading h2,.consultations h2,.one-stop h2,.methods h2,.faq h2,.contact h2{font-size:36px}.item-grid{grid-template-columns:1fr 1fr;gap:10px}.item-photo{height:150px}.item-card>div:last-child{padding:17px}.item-card h3{font-size:16px}.item-card p{font-size:10px}.item-card span{display:none}.disclaimer,.partner-note{grid-template-columns:1fr;gap:8px;padding:20px}.consultations,.one-stop,.methods,.faq{padding:80px 20px}.consult-grid{grid-template-columns:1fr}.consult-grid article{padding:28px 24px}.one-stop-head{grid-template-columns:1fr;gap:20px}.one-stop-visual{border-radius:15px;margin-top:36px}.one-stop-grid{grid-template-columns:1fr}.one-stop-grid article{min-height:auto;padding:20px}.one-stop-grid article::after{content:"↓";right:20px;top:auto;bottom:-17px}.reason-grid{grid-template-columns:1fr}.method-grid article{padding:22px}.flow-list{grid-template-columns:1fr;border-bottom:0}.flow-list li{display:grid;grid-template-columns:50px 1fr;padding:22px 4px;border-right:0;border-bottom:1px solid var(--line)}.flow-list h3{margin:3px 0 8px}.id-check{grid-template-columns:1fr;gap:16px;padding:22px}.legal-grid{grid-template-columns:1fr}.contact{padding:75px 20px}.contact-actions{grid-template-columns:1fr}.footer-top{align-items:flex-start;flex-direction:column}.footer-nav{justify-content:flex-start}.business-info dl{grid-template-columns:1fr}.business-info dl>div{padding:12px 0;border-left:0;border-bottom:1px solid rgba(255,255,255,.12)}.footer-bottom{flex-direction:column}.mobile-contact{position:fixed;left:0;right:0;bottom:0;height:68px;background:white;display:grid;grid-template-columns:1fr 1fr;z-index:80;box-shadow:0 -8px 22px rgba(0,0,0,.14)}.mobile-contact a{display:flex;flex-direction:column;align-items:center;justify-content:center;color:white;background:var(--green)}.mobile-contact a:last-child{background:var(--gold);color:var(--deep)}.mobile-contact small{font-size:9px}.mobile-contact strong{font-size:13px;margin-top:2px}}
@media(max-width:430px){.item-grid{grid-template-columns:1fr}.item-photo{height:190px}.hero-gallery{min-height:340px}.hero-badge{display:none}}
@media(hover:hover){.header-cta,.button,.contact-card,.mobile-contact a{transition:transform .2s ease,filter .2s ease}.header-cta:hover,.button:hover,.contact-card:hover{transform:translateY(-2px);filter:brightness(1.04)}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*{transition:none!important}}

.gallery-split,.item-photo-split{display:grid;grid-template-columns:repeat(2,minmax(0,1fr))}.gallery-split img,.item-photo-split img{min-width:0}.photo-credits{border-top:1px solid rgba(255,255,255,.14);padding:18px 0;color:#81968c;font-size:8px;line-height:1.8}.photo-credits p{margin:0}.photo-credits a{text-decoration:underline;text-underline-offset:2px}.photo-credits a:hover{color:#d7e8df}

.admin-bar .site-header{top:32px}.brand .custom-logo{width:190px;height:64px;object-fit:contain;object-position:left center}.wp-page-content{padding-top:0}.wp-page-content>*:first-child{margin-top:0}.wp-page-content>*:last-child{margin-bottom:0}.wp-page-content h2{font-size:clamp(30px,3.8vw,48px);color:var(--green)}.wp-page-content p{line-height:1.9}.wp-page-content a{text-decoration:underline;color:var(--green)}.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}.site-header .menu{display:flex;justify-content:center;align-items:center;gap:clamp(14px,2vw,30px);list-style:none;padding:0;margin:0}.site-header .menu a{padding:10px 0;position:relative}.site-header .menu a::after{content:"";position:absolute;left:0;bottom:4px;width:0;height:2px;background:var(--green);transition:width .2s}.site-header .menu a:hover::after{width:100%}.default-page{max-width:900px;margin:auto;padding:90px 28px}.default-page h1{font-size:clamp(34px,5vw,58px);color:var(--green)}.default-page .entry-content{line-height:1.9}.default-footer{padding:30px max(5vw,32px);background:var(--deep);color:#fff;text-align:center;font-size:12px}
@media(max-width:1020px){.site-header .menu{display:none}}
@media(max-width:782px){.admin-bar .site-header{top:46px}}

/* 14-category purchase grid */
.item-grid{grid-template-columns:repeat(4,1fr)}.item-card h3{font-size:19px}.item-photo{height:195px}
@media(max-width:1020px){.item-grid{grid-template-columns:repeat(3,1fr)}}
@media(max-width:720px){.item-grid{grid-template-columns:repeat(2,1fr)}.item-photo{height:150px}}
@media(max-width:430px){.item-grid{grid-template-columns:1fr}.item-photo{height:210px}}
