:root{--ink:#101511;--paper:#f3f4ef;--green:#20a83a;--orange:#ea5514;--line:rgba(16,21,17,.14);--sans:'DM Sans','Noto Sans JP',sans-serif}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{background:var(--paper);color:var(--ink);font-family:var(--sans);letter-spacing:.02em;overflow-x:hidden}a{color:inherit;text-decoration:none}img{display:block;max-width:100%}
.intro{position:fixed;inset:0;z-index:9999;display:grid;place-items:center;background:#eceee8;animation:intro-out .8s cubic-bezier(.76,0,.24,1) 2.55s forwards}.intro__mark{position:relative;width:min(330px,64vw);opacity:0;transform:translateY(18px) scale(.98);filter:drop-shadow(0 18px 28px rgba(20,40,22,.1));animation:mark-in 1.25s cubic-bezier(.2,.8,.2,1) .25s forwards}.intro__line{position:absolute;bottom:19%;width:0;height:2px;background:var(--green);animation:line-in 1.2s cubic-bezier(.2,.8,.2,1) .55s forwards}.intro__glow{position:absolute;width:48vw;aspect-ratio:1;border-radius:50%;background:radial-gradient(circle,rgba(32,168,58,.13),transparent 68%);animation:glow 2s ease both}@keyframes mark-in{to{opacity:1;transform:none}}@keyframes line-in{50%{width:120px}100%{width:120px;opacity:0}}@keyframes glow{from{opacity:0;transform:scale(.7)}to{opacity:1;transform:scale(1.15)}}@keyframes intro-out{to{opacity:0;visibility:hidden;transform:translateY(-100%)}}
.site-header{height:92px;display:flex;align-items:center;justify-content:space-between;padding:0 clamp(24px,5vw,80px);border-bottom:1px solid var(--line);position:absolute;z-index:10;width:100%;color:#fff}.brand img{width:270px;filter:brightness(0) invert(1)}nav{display:flex;align-items:center;gap:40px;font-size:12px;font-weight:600;letter-spacing:.12em}nav a{transition:opacity .25s}nav a:hover{opacity:.6}.nav-contact{border:1px solid rgba(255,255,255,.5);border-radius:100px;padding:12px 18px}.nav-contact span{margin-left:12px;color:#62e177}
.hero{min-height:780px;height:100vh;max-height:980px;background:#101511;color:#fff;position:relative;overflow:hidden;display:grid;grid-template-columns:1.05fr .95fr;align-items:center;padding:130px clamp(24px,7vw,110px) 70px}.hero__noise{position:absolute;inset:0;opacity:.06;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.7'/%3E%3C/svg%3E")}.hero__orb{position:absolute;border-radius:50%;filter:blur(2px)}.hero__orb--one{width:48vw;height:48vw;right:-15vw;top:-20vw;background:radial-gradient(circle at 35% 65%,rgba(32,168,58,.28),transparent 66%)}.hero__orb--two{width:32vw;height:32vw;left:38%;bottom:-24vw;background:radial-gradient(circle,rgba(234,85,20,.11),transparent 68%)}.hero__content,.hero__visual{position:relative;z-index:2}.eyebrow{font-size:11px;font-weight:700;letter-spacing:.2em;margin-bottom:36px}.eyebrow span{color:var(--green);margin-right:20px}.hero h1,.section h2{font-size:clamp(52px,6.4vw,96px);font-weight:500;line-height:.98;letter-spacing:-.055em}.hero h1 em,.section h2 em{font-family:Georgia,serif;font-weight:400;color:#65d978}.hero__lead{font-size:14px;line-height:2;margin-top:36px;color:rgba(255,255,255,.58)}.circle-link{width:112px;height:112px;border:1px solid rgba(255,255,255,.3);border-radius:50%;display:flex;flex-direction:column;justify-content:center;align-items:center;margin-top:42px;font-size:12px;transition:.35s}.circle-link b{font-size:22px;color:#65d978;margin-top:7px}.circle-link:hover{background:var(--green);border-color:var(--green);transform:rotate(-8deg)}.circle-link:hover b{color:#fff}.hero__visual{display:flex;justify-content:center;align-items:center}.code-card{width:min(510px,40vw);background:rgba(255,255,255,.055);border:1px solid rgba(255,255,255,.13);backdrop-filter:blur(18px);border-radius:18px;box-shadow:0 40px 90px rgba(0,0,0,.35);transform:perspective(900px) rotateY(-7deg) rotateX(3deg)}.code-card__top{height:48px;border-bottom:1px solid rgba(255,255,255,.1);display:flex;align-items:center;padding:0 18px;gap:7px;color:rgba(255,255,255,.32);font-size:10px}.code-card__top i{width:7px;height:7px;border-radius:50%;background:#526057}.code-card__top span{margin-left:auto}.code-card pre{padding:50px 38px 58px;font:clamp(12px,1.15vw,16px)/2 'Courier New',monospace;color:#d9e0da}.pink{color:#ed7b94}.green{color:#65d978}.orange{color:#ff9068}.vertical-copy{position:absolute;right:-25px;writing-mode:vertical-rl;font-size:9px;letter-spacing:.35em;color:rgba(255,255,255,.3)}.scroll-cue{position:absolute;left:50%;bottom:22px;font-size:8px;letter-spacing:.25em;color:rgba(255,255,255,.4);display:flex;align-items:center;gap:12px}.scroll-cue span{width:38px;height:1px;background:var(--green)}
.section{padding:clamp(100px,12vw,180px) clamp(24px,7vw,110px)}.section-heading h2{font-size:clamp(58px,7vw,106px)}.location{display:grid;grid-template-columns:.8fr 1.2fr;gap:8vw;align-items:center;min-height:800px}.location__panel{min-height:510px;background:#e6e8e1;border-radius:6px;display:grid;grid-template-columns:1.15fr .85fr;align-items:center;overflow:hidden;box-shadow:0 30px 70px rgba(35,45,36,.09)}.map-wrap{height:100%;display:grid;place-items:center;position:relative;background:#141b16}.map-wrap img{width:44%;filter:brightness(0) invert(1);opacity:.82}.map-pulse{position:absolute;left:45%;top:58%;width:14px;height:14px;border-radius:50%;background:var(--green);box-shadow:0 0 0 12px rgba(32,168,58,.14);animation:pulse 1.8s ease-in-out infinite}@keyframes pulse{50%{box-shadow:0 0 0 22px rgba(32,168,58,0)}}.location__copy{padding:40px}.location__label{font-size:10px;letter-spacing:.22em;color:var(--green);font-weight:700}.location__copy h3{font-size:25px;margin:30px 0 20px}.location__copy>p:not(.location__label){font-size:13px;line-height:2;color:#5e665f}.location__copy a{display:inline-flex;border-bottom:1px solid var(--ink);font-size:10px;font-weight:700;letter-spacing:.13em;margin-top:42px;padding-bottom:7px}.location__copy a span{margin-left:20px;color:var(--green)}
.contact{background:#dfe2da;display:grid;grid-template-columns:.9fr 1.1fr;gap:10vw}.contact__intro h2{font-size:clamp(48px,5.5vw,82px)}.contact__intro h2 em{color:var(--green)}.contact__intro>p:last-child{color:#667067;font-size:13px;line-height:2;margin-top:38px}.contact-form{background:#f7f8f4;padding:clamp(26px,4vw,56px);box-shadow:0 30px 70px rgba(35,45,36,.09)}fieldset{border:0;display:flex;gap:24px;margin-bottom:35px}legend,.field label{display:block;font-size:11px;font-weight:700;letter-spacing:.08em;margin-bottom:13px}legend{margin-bottom:14px}.radio{font-size:12px;display:flex;gap:8px;align-items:center}.radio input{accent-color:var(--green)}.field{margin-bottom:26px}.field small{float:right;color:#9ba19b;font-size:8px;letter-spacing:.12em}input[type=text],input[type=email],textarea{border:0;border-bottom:1px solid #cdd1cb;width:100%;padding:10px 0 14px;background:transparent;border-radius:0;font:13px var(--sans);color:var(--ink);outline:none;resize:vertical;transition:border-color .25s}input:focus,textarea:focus{border-color:var(--green)}::placeholder{color:#afb4ae}.submit{width:100%;height:62px;border:0;background:#141b16;color:#fff;display:flex;justify-content:space-between;align-items:center;padding:0 24px;font:600 12px var(--sans);letter-spacing:.1em;cursor:pointer;transition:.3s}.submit b{font-size:18px;color:#65d978}.submit:hover{background:var(--green)}.submit:hover b{color:#fff}
footer{height:110px;background:#101511;color:rgba(255,255,255,.45);display:flex;align-items:center;padding:0 clamp(24px,5vw,80px);gap:44px;font-size:9px;letter-spacing:.12em}footer img{width:220px;filter:brightness(0) invert(1);opacity:.72}footer p{margin-left:auto}footer a{border-bottom:1px solid rgba(255,255,255,.25);padding-bottom:4px}
.reveal{opacity:0;transform:translateY(30px);transition:opacity .8s ease,transform .8s cubic-bezier(.2,.8,.2,1)}.reveal--delay{transition-delay:.15s}.reveal.is-visible{opacity:1;transform:none}
@media(max-width:900px){.site-header{height:76px}.brand img{width:220px}nav a:not(.nav-contact){display:none}.hero{height:auto;max-height:none;min-height:900px;grid-template-columns:1fr;padding-top:150px;gap:55px}.hero__visual{justify-content:flex-end}.code-card{width:min(570px,88vw)}.vertical-copy{right:-8px}.location,.contact{grid-template-columns:1fr}.location{gap:60px}.contact{gap:70px}.location__panel{min-height:440px}}
@media(max-width:580px){.intro__mark{width:72vw}.site-header{padding:0 20px}.brand img{width:184px}.nav-contact{padding:10px 14px}.hero{padding:125px 22px 65px;min-height:820px}.hero h1{font-size:51px}.hero__lead br{display:none}.circle-link{width:92px;height:92px;margin-top:30px}.code-card{width:90vw;transform:none}.code-card pre{padding:32px 20px;font-size:11px}.vertical-copy,.scroll-cue{display:none}.section{padding:95px 22px}.location{min-height:0}.location__panel{grid-template-columns:1fr;min-height:0}.map-wrap{height:310px}.map-wrap img{width:32%}.location__copy{padding:38px 28px 45px}.contact-form{padding:30px 22px}fieldset{flex-direction:column;gap:10px}footer{height:auto;min-height:160px;flex-wrap:wrap;gap:20px;padding:35px 22px}footer img{width:190px}footer p{margin-left:0;width:100%;order:3}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.intro{display:none}.reveal{opacity:1;transform:none;transition:none}.map-pulse{animation:none}}

/* The source SVG contains a solid background. Use its alpha silhouette as a mask. */
.map-wrap img{display:none}
.map-wrap::before{content:"";width:44%;aspect-ratio:234/346;background:linear-gradient(145deg,#fff 0%,#aab6ac 100%);-webkit-mask:url("../images/iwate_map.svg") center/contain no-repeat;mask:url("../images/iwate_map.svg") center/contain no-repeat;filter:drop-shadow(0 14px 22px rgba(0,0,0,.35));opacity:.92}
@media(max-width:580px){.map-wrap::before{width:32%}}

.section{scroll-margin-top:40px}
.services{background:#f3f4ef;display:grid;grid-template-columns:.85fr 1.15fr;gap:9vw;align-items:start}
.services__heading{position:sticky;top:80px}
.services__heading h2{font-size:clamp(58px,7vw,106px)}
.services__heading>p:last-child{margin-top:36px;color:#667067;font-size:13px;line-height:2}
.services__list{border-top:1px solid var(--line)}
.service-item{display:grid;grid-template-columns:50px 1fr 34px;gap:24px;align-items:start;padding:42px 0;border-bottom:1px solid var(--line);transition:padding .3s,background .3s}
.service-item:hover{padding-left:18px;background:rgba(255,255,255,.5)}
.service-item__number{font-size:10px;color:var(--green);font-weight:700}
.service-item h3{font-size:clamp(24px,3vw,40px);font-weight:500;letter-spacing:-.035em;margin-bottom:14px}
.service-item p{max-width:460px;color:#6b736c;font-size:12px;line-height:1.9}
.service-item b{color:var(--green);font-size:20px;font-weight:400}
@media(max-width:900px){.services{grid-template-columns:1fr;gap:65px}.services__heading{position:static}}
@media(max-width:580px){.service-item{grid-template-columns:30px 1fr 20px;gap:12px;padding:30px 0}.service-item:hover{padding-left:8px}.services__heading>p:last-child br{display:none}}

.hero__brand-mark{position:absolute;z-index:1;right:clamp(20px,4vw,70px);bottom:clamp(18px,5vh,54px);width:clamp(190px,24vw,390px);opacity:.095;pointer-events:none;transform:rotate(-7deg);filter:invert(1) grayscale(1) brightness(1.8) drop-shadow(0 12px 30px rgba(255,255,255,.08))}
.hero__brand-mark img{width:100%;height:auto}
.mobile-talk{display:none}
.accent-star{display:inline-block;width:9px;height:9px;margin-right:9px;vertical-align:-1px;fill:var(--orange);filter:drop-shadow(0 0 8px rgba(234,85,20,.35));animation:star-glow 3s ease-in-out infinite}@keyframes star-glow{50%{opacity:.45;transform:scale(.82) rotate(12deg)}}
@media(max-width:900px){.hero__brand-mark{right:-35px;bottom:40px;width:330px;opacity:.08}}
@media(max-width:580px){.hero__brand-mark{right:-55px;bottom:20px;width:260px;opacity:.075}}

/* Privacy policy */
.privacy-page{background:#f3f4ef}
.privacy-header{position:relative;background:#101511}
.back-home{font-size:11px;font-weight:600;letter-spacing:.12em;color:#fff}.back-home span{color:#65d978;margin-right:12px}
.privacy-main{max-width:1440px;margin:0 auto;padding:0 clamp(24px,7vw,110px) clamp(100px,10vw,150px)}
.privacy-hero{min-height:500px;position:relative;display:flex;flex-direction:column;justify-content:center;border-bottom:1px solid var(--line);overflow:hidden}
.privacy-hero .eyebrow{margin-bottom:26px}.privacy-hero h1{font-size:clamp(64px,9vw,132px);font-weight:500;line-height:.82;letter-spacing:-.065em}.privacy-hero h1 em{font-family:Georgia,serif;font-weight:400;color:var(--green)}.privacy-hero>p:last-of-type{margin-top:34px;font-size:13px;font-weight:600;letter-spacing:.12em}.privacy-mark{position:absolute;width:min(360px,32vw);right:2%;top:50%;transform:translateY(-50%) rotate(-7deg);opacity:.045}.privacy-mark img{width:100%}
.policy-content{max-width:980px;margin:0 auto;padding-top:clamp(70px,9vw,120px)}.policy-lead{font-size:clamp(15px,1.5vw,18px);font-weight:500;line-height:2.1;margin-bottom:80px;max-width:850px}.policy-content section{display:grid;grid-template-columns:70px 1fr;gap:24px;border-top:1px solid var(--line);padding:48px 0}.policy-number{color:var(--green);font-size:10px;font-weight:700;letter-spacing:.1em}.policy-content h2{font-size:clamp(20px,2.3vw,28px);color:var(--ink);padding:0;margin-bottom:22px;letter-spacing:.01em}.policy-content p,.policy-content li{color:#5f6860;font-size:13px;line-height:2}.policy-content ol{margin:22px 0 0 1.4em}.policy-content li{padding-left:8px;margin-bottom:8px}.policy-content address{font-style:normal;background:#e4e7df;border-left:3px solid var(--green);padding:26px 30px;margin-top:26px;color:#515a52;font-size:12px;line-height:2}.policy-content address strong{display:block;color:var(--ink);font-size:14px;margin-bottom:8px}.policy-content address a{color:var(--green);font-weight:600;border-bottom:1px solid currentColor}
@media(max-width:580px){.privacy-header{height:68px}.back-home{font-size:9px}.privacy-main{padding-left:20px;padding-right:20px;padding-bottom:56px}.privacy-hero{min-height:330px}.privacy-hero .eyebrow{margin-bottom:18px}.privacy-hero>p:last-of-type{margin-top:24px}.privacy-mark{width:190px;right:-50px}.policy-content{padding-top:48px}.policy-lead{margin-bottom:38px;line-height:1.95}.policy-content section{grid-template-columns:30px 1fr;gap:10px;padding:28px 0}.policy-content h2{margin-bottom:16px}.policy-content ol{margin-top:16px}.policy-content address{padding:18px 16px;margin-top:20px;overflow-wrap:anywhere}}

.website-field{position:absolute!important;width:1px!important;height:1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important}
.form-status:empty{display:none}.form-status{margin-bottom:28px;padding:15px 18px;font-size:12px;line-height:1.7;border-left:3px solid}.form-status.is-success{color:#176d27;background:#e4f3e6;border-color:var(--green)}.form-status.is-error{color:#9a3518;background:#f8e8e2;border-color:var(--orange)}

/* Mobile composition */
@media(max-width:580px){
  .site-header{height:68px;padding:0 18px;border-bottom-color:rgba(255,255,255,.1)}
  .brand img{width:166px}
  .nav-contact{padding:9px 12px;font-size:9px}.nav-contact span{margin-left:7px}
  .hero{display:block;min-height:0;padding:112px 20px 24px}
  .hero__content{max-width:100%}
  .eyebrow{font-size:9px;line-height:1.5;letter-spacing:.16em;margin-bottom:22px}.eyebrow span{display:none}
  .hero h1{font-size:clamp(43px,13vw,57px);line-height:1.01;letter-spacing:-.055em}
  .hero__lead{font-size:12px;line-height:1.85;margin-top:25px;max-width:330px}
  .hero__content>.circle-link{display:none}
  .hero__visual{position:relative;display:flex;align-items:center;height:164px;margin-top:12px;padding-right:2px}
  .mobile-talk{position:relative;z-index:2;display:flex;flex:0 0 78px;width:78px;height:78px;border-radius:50%;background:var(--green);color:#fff;flex-direction:column;align-items:center;justify-content:center;font-size:9px;font-weight:600;letter-spacing:.04em;box-shadow:0 12px 28px rgba(32,168,58,.18);transform:translate(-4px,14px);transition:transform .25s,background .25s}
  .mobile-talk b{font-size:15px;font-weight:400;margin-top:5px}.mobile-talk:active{transform:translate(-4px,14px) scale(.95);background:#178d2e}
  .code-card{position:absolute;z-index:1;left:0;right:0;width:auto;border-radius:10px;opacity:1;filter:none;transform:perspective(650px) rotateY(-10deg) rotateX(4deg);transform-style:preserve-3d;transform-origin:center;box-shadow:0 18px 38px rgba(0,0,0,.3)}
  .code-card__top{height:27px;padding:0 10px;transform:translateZ(8px)}.code-card__top i{width:5px;height:5px}.code-card__top span{font-size:8px}
  .code-card pre{padding:11px 16px 13px 35px;font-size:9px;line-height:1.62;overflow:visible;transform:translateZ(12px)}
  .hero__brand-mark{right:-62px;bottom:5px;width:225px;opacity:.065}
  .section{padding:52px 20px;scroll-margin-top:16px}
  .services{gap:34px;padding-bottom:32px}.services__heading h2,.section-heading h2{font-size:clamp(52px,16vw,70px);line-height:.92}
  .services__heading>p:last-child{margin-top:26px;font-size:12px;line-height:1.9}
  .service-item{grid-template-columns:26px 1fr 15px;gap:9px;padding:28px 0}
  .service-item h3{font-size:25px;margin-bottom:10px}.service-item p{font-size:11px;line-height:1.85}.service-item b{font-size:16px}
  .location{gap:30px;padding-top:32px;padding-bottom:28px}.location__panel{border-radius:4px;box-shadow:0 18px 45px rgba(35,45,36,.08)}
  .map-wrap{height:245px}.map-wrap::before{width:28%}.map-pulse{width:11px;height:11px;left:45%;top:58%}
  .location__copy{padding:31px 24px 38px}.location__copy h3{font-size:22px;margin:20px 0 14px}.location__copy>p:not(.location__label){font-size:11px}.location__copy a{margin-top:27px}
  .contact{gap:32px;padding-top:32px}.contact__intro h2{font-size:clamp(43px,13vw,58px);line-height:.98}.contact__intro>p:last-child{font-size:12px;margin-top:22px}
  .contact-form{padding:27px 19px;box-shadow:0 18px 45px rgba(35,45,36,.08)}
  fieldset{margin-bottom:28px}.field{margin-bottom:22px}.field label,legend{font-size:10px}
  input[type=text],input[type=email],textarea{font-size:16px;padding-bottom:12px}.submit{height:56px}
  footer{min-height:145px;padding:29px 20px;gap:17px}footer img{width:170px}footer p,footer a{font-size:8px}
  .accent-star{width:8px;height:8px;margin-right:7px;vertical-align:-1px}
}
@media(prefers-reduced-motion:reduce){.accent-star{animation:none}}

/* Header wordmark */
.brand{display:inline-flex;align-items:center;gap:12px}
.brand__symbol{width:34px;height:34px;padding:6px;border-radius:8px;background:#f4f5f0;display:grid;place-items:center;box-shadow:0 5px 15px rgba(0,0,0,.18)}
.brand .brand__symbol img{width:100%;height:100%;margin:0;filter:none}
.brand__copy{display:flex;flex-direction:column;gap:2px;color:#fff;line-height:1}
.brand__copy strong{font:600 14px/1.1 var(--sans);letter-spacing:.13em}
.brand__copy small{font:600 7px/1 var(--sans);letter-spacing:.28em;color:#65d978}
.brand__jp{display:flex;align-items:center;margin-left:7px;color:#fff;font-size:16px;font-weight:600;letter-spacing:.08em;white-space:nowrap}
.brand__jp::before{content:"";width:1px;height:24px;margin-right:18px;background:rgba(255,255,255,.24)}
@media(max-width:760px){.brand__jp{margin-left:2px;font-size:10px;letter-spacing:.035em}.brand__jp::before{height:20px;margin-right:9px}.brand__copy strong{font-size:11px}.brand__copy small{font-size:6px}}
@media(max-width:580px){.brand{gap:7px}.brand__symbol{width:29px;height:29px;padding:5px;border-radius:7px}.brand__copy strong{font-size:9px;letter-spacing:.07em}.brand__copy small{display:none}.brand__jp{font-size:11px}.brand__jp::before{margin-right:7px}}
@media(max-width:420px){.brand__copy{display:none}.brand__jp{font-size:12px;margin-left:0}.brand__jp::before{display:none}}
@media(max-width:360px){.brand__jp{font-size:11px}}

/* Shiwa Town: central Iwate, just south of Morioka. */
.map-pulse{left:44%;top:51%;transform:translateX(11px)}
.location__copy>p.location__tagline{margin-top:7px;color:#969d97;font-size:8px;line-height:1.4;letter-spacing:.06em;white-space:nowrap}
@media(max-width:580px){.location__copy>p.location__tagline{margin-top:5px;font-size:8px}}

.footer-brand{display:inline-flex;align-items:center;gap:11px;color:rgba(255,255,255,.8);border:0;padding:0}
.footer-brand span{width:30px;height:30px;padding:5px;border-radius:7px;background:#f4f5f0;display:grid;place-items:center}
footer .footer-brand img{width:100%;height:100%;opacity:1;filter:none}
.footer-brand strong{font-size:12px;font-weight:600;letter-spacing:.08em;white-space:nowrap}
@media(max-width:580px){.footer-brand{gap:9px}.footer-brand span{width:27px;height:27px}.footer-brand strong{font-size:10px}}
