
:root{
  --bg:#fbfaf7;--surface:#fff;--ink:#101820;--muted:#687078;--line:#e8e4dc;
  --orange:#ff6b2c;--orange2:#ff8b48;--green:#8bd11f;--green2:#b2e75d;
  --soft:#f4f7ef;--shadow:0 12px 30px rgba(16,24,32,.08);--radius:22px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:-apple-system,BlinkMacSystemFont,"Hiragino Sans","Yu Gothic",Meiryo,sans-serif;background:var(--bg);color:var(--ink);line-height:1.7}
a{color:inherit;text-decoration:none}
img{max-width:100%;display:block}
.container{width:min(1180px,calc(100% - 40px));margin:auto}
.site-header{position:sticky;top:0;z-index:50;background:rgba(255,255,255,.94);backdrop-filter:blur(14px);border-bottom:1px solid rgba(0,0,0,.06)}
.nav{height:74px;display:flex;align-items:center;gap:28px}
.brand{font-weight:900;letter-spacing:.02em;font-size:22px;white-space:nowrap}
.brand small{display:block;font-size:9px;letter-spacing:.22em;margin-top:-6px;color:#555}
.navlinks{display:flex;align-items:center;gap:24px;font-size:14px;font-weight:700;flex:1}
.navlinks a:hover{color:var(--orange)}
.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;border-radius:999px;padding:13px 20px;font-weight:800;border:1px solid transparent;transition:.2s}
.btn:hover{transform:translateY(-1px)}
.btn-primary{background:linear-gradient(135deg,var(--orange),var(--orange2));color:#fff;box-shadow:0 10px 22px rgba(255,107,44,.25)}
.btn-soft{background:#fff;border-color:var(--line)}
.btn-green{background:linear-gradient(135deg,var(--green),var(--green2));color:#173307}
.hero{padding:68px 0 52px;background:
radial-gradient(circle at 80% 10%,rgba(255,169,95,.28),transparent 35%),
radial-gradient(circle at 65% 90%,rgba(155,211,58,.16),transparent 30%),
linear-gradient(180deg,#fff,#faf7f0)}
.hero-grid{display:grid;grid-template-columns:1.18fr .82fr;gap:34px;align-items:center}
.kicker{font-weight:800;color:#65706d;letter-spacing:.08em;font-size:14px}
h1{font-size:clamp(40px,5.2vw,68px);line-height:1.08;letter-spacing:-.045em;margin:10px 0 24px}
.em{color:var(--orange)}
.lead{font-size:18px;color:#4c565c;max-width:680px}
.hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin:28px 0}
.stats{display:flex;gap:26px;flex-wrap:wrap;margin-top:30px}
.stat strong{display:block;font-size:24px}
.stat span{font-size:12px;color:var(--muted)}
.hero-art{position:relative;min-height:430px;border-radius:32px;background:linear-gradient(135deg,#efe8dd,#f8f5ee);box-shadow:var(--shadow);overflow:hidden;padding:28px}
.machine{position:absolute;border-radius:22px;background:#202525;box-shadow:0 18px 40px rgba(0,0,0,.22)}
.laser{left:9%;top:26%;width:56%;height:54%;border:10px solid #303638}
.laser:before{content:"";position:absolute;left:12%;right:12%;top:19%;bottom:15%;border-radius:10px;background:linear-gradient(135deg,#ff8a37,#ffbf5c);box-shadow:inset 0 0 35px rgba(255,255,255,.2)}
.printer{right:7%;top:8%;width:29%;height:62%;background:linear-gradient(180deg,#171b1c,#32383b);border:8px solid #262d2f}
.printer:before{content:"";position:absolute;left:20%;right:20%;bottom:10%;height:35%;border-radius:8px;background:linear-gradient(180deg,#d8d9db,#fff)}
.sample{position:absolute;background:#fff;border-radius:16px;box-shadow:var(--shadow)}
.sample.one{right:4%;bottom:6%;width:34%;height:24%;background:linear-gradient(135deg,#e5f1f4,#fff)}
.sample.two{left:3%;bottom:4%;width:28%;height:18%;background:linear-gradient(135deg,#b78652,#e0b37c)}
.section{padding:62px 0}
.section h2{font-size:34px;line-height:1.2;margin:0 0 8px;letter-spacing:-.025em}
.section-intro{color:var(--muted);margin:0 0 28px}
.grid{display:grid;gap:18px}
.grid-3{grid-template-columns:repeat(3,1fr)}
.grid-4{grid-template-columns:repeat(4,1fr)}
.grid-6{grid-template-columns:repeat(6,1fr)}
.card{background:var(--surface);border:1px solid var(--line);border-radius:18px;overflow:hidden;box-shadow:0 5px 18px rgba(0,0,0,.035)}
.card-body{padding:18px}
.card h3{margin:0 0 6px;font-size:19px}
.card p{margin:0;color:var(--muted);font-size:14px}
.visual{height:150px;background:linear-gradient(135deg,#f2eee7,#e7e1d6);position:relative;overflow:hidden}
.visual:after{content:"";position:absolute;width:70px;height:70px;border-radius:20px;background:rgba(255,255,255,.8);right:22px;bottom:18px;transform:rotate(8deg);box-shadow:0 8px 18px rgba(0,0,0,.08)}
.cat-acrylic{background:linear-gradient(135deg,#e8fbff,#d2edf3)}
.cat-wood{background:linear-gradient(135deg,#d8b07d,#f0d5ad)}
.cat-leather{background:linear-gradient(135deg,#86543d,#d7a083)}
.cat-metal{background:linear-gradient(135deg,#dadde0,#9ca2a9)}
.cat-tumbler{background:linear-gradient(135deg,#eaded3,#b7a18f)}
.cat-3d{background:linear-gradient(135deg,#d9e7ff,#9fbde8)}
.use-card{min-height:240px;display:flex;flex-direction:column;justify-content:flex-end;padding:24px;background:linear-gradient(180deg,transparent,rgba(0,0,0,.6)),linear-gradient(135deg,#c9b18d,#758779);color:#fff;border-radius:20px}
.use-card:nth-child(2){background:linear-gradient(180deg,transparent,rgba(0,0,0,.62)),linear-gradient(135deg,#e7c9a8,#8e6748)}
.use-card:nth-child(3){background:linear-gradient(180deg,transparent,rgba(0,0,0,.62)),linear-gradient(135deg,#bdd0c0,#56625a)}
.finder-cta{background:linear-gradient(135deg,#f0fae5,#fff);border:1px solid #dcebc9;border-radius:24px;padding:28px;display:grid;grid-template-columns:1fr auto;gap:24px;align-items:center}
.brand-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:14px}
.brand-chip{background:#fff;border:1px solid var(--line);border-radius:14px;padding:22px 12px;text-align:center;font-weight:900}
.article-list{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.article{background:#fff;border:1px solid var(--line);border-radius:18px;padding:22px}
.article .eyebrow{font-size:12px;color:var(--orange);font-weight:900}
.article h3{font-size:20px;line-height:1.4;margin:7px 0}
.article p{font-size:14px;color:var(--muted)}
.breadcrumb{font-size:13px;color:#7a8389;margin:24px 0}
.page-hero{padding:42px 0 26px}
.page-hero h1{font-size:46px}
.content{display:grid;grid-template-columns:minmax(0,1fr) 300px;gap:34px}
.prose{background:#fff;border:1px solid var(--line);border-radius:20px;padding:30px}
.prose h2{margin-top:36px}
.prose table{width:100%;border-collapse:collapse;font-size:14px}
.prose th,.prose td{border-bottom:1px solid var(--line);padding:12px;text-align:left}
.sidebar .card{padding:20px;position:sticky;top:94px}
.notice{font-size:12px;color:#6c757b;background:#f6f4ef;border:1px solid var(--line);padding:12px 14px;border-radius:12px}
.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}
.field label{font-size:13px;font-weight:800;display:block;margin-bottom:6px}
.field select,.field input,.field textarea{width:100%;padding:13px;border:1px solid #d8d6d0;border-radius:12px;background:#fff;font:inherit}
.result{margin-top:24px;background:#fff;border:1px solid var(--line);border-radius:18px;padding:22px}
.product-row{display:grid;grid-template-columns:1.5fr repeat(4,.8fr);gap:8px;align-items:center;padding:14px 0;border-bottom:1px solid var(--line);font-size:14px}
.badge{display:inline-block;font-size:11px;font-weight:900;padding:4px 8px;border-radius:999px;background:#edf7dc;color:#456d0a}
.site-footer{margin-top:70px;border-top:1px solid var(--line);padding:42px 0 26px;background:#fff}
.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:24px}
.footer-grid h4{margin:0 0 10px}
.footer-grid a{display:block;font-size:13px;color:#626c72;margin:6px 0}
.copyright{border-top:1px solid var(--line);margin-top:28px;padding-top:18px;font-size:12px;color:#777}
@media(max-width:900px){
 .navlinks{display:none}.hero-grid,.content,.finder-cta{grid-template-columns:1fr}
 .hero-art{min-height:340px}.grid-3,.grid-4{grid-template-columns:1fr 1fr}.grid-6,.brand-grid{grid-template-columns:repeat(3,1fr)}
 .article-list{grid-template-columns:1fr 1fr}.footer-grid{grid-template-columns:1fr 1fr}
}
@media(max-width:620px){
 .container{width:min(100% - 24px,1180px)}.nav{height:66px}.nav .btn{padding:10px 13px;font-size:12px}
 h1{font-size:42px}.page-hero h1{font-size:36px}.lead{font-size:16px}
 .grid-3,.grid-4,.grid-6,.brand-grid,.article-list,.form-grid{grid-template-columns:1fr}
 .stats{gap:18px}.hero-art{min-height:300px}.footer-grid{grid-template-columns:1fr}
 .product-row{grid-template-columns:1fr 1fr}
}

/* v1.2 visual refinements */
.hero-copy-line{display:block;white-space:nowrap}
.hero-art{min-height:460px;padding:0;background:linear-gradient(135deg,#f0ebe3,#fbfaf7)}
.hero-scene{position:absolute;inset:0;overflow:hidden;border-radius:32px}
.hero-scene .wall{position:absolute;inset:0 0 43% 0;background:linear-gradient(135deg,#f6f1e9,#eee9df)}
.hero-scene .desk{position:absolute;left:0;right:0;bottom:0;height:47%;background:linear-gradient(180deg,#c99b66,#b9824b)}
.hero-scene .plant{position:absolute;left:7%;top:8%;width:88px;height:130px}
.hero-scene .plant:before{content:"";position:absolute;left:33px;bottom:0;width:24px;height:46px;border-radius:6px 6px 12px 12px;background:#d9d4ca}
.hero-scene .plant span{position:absolute;width:38px;height:18px;border-radius:80% 20% 80% 20%;background:#7f9c63;transform-origin:100% 50%}
.hero-scene .plant span:nth-child(1){left:12px;top:20px;transform:rotate(24deg)}
.hero-scene .plant span:nth-child(2){left:42px;top:34px;transform:rotate(-38deg)}
.hero-scene .plant span:nth-child(3){left:8px;top:58px;transform:rotate(14deg)}
.hero-scene .plant span:nth-child(4){left:45px;top:72px;transform:rotate(-28deg)}
.laser-pro{position:absolute;left:18%;top:29%;width:51%;height:45%;border-radius:22px;background:linear-gradient(145deg,#202628,#111617);box-shadow:0 20px 42px rgba(0,0,0,.28)}
.laser-pro:before{content:"";position:absolute;left:8%;right:8%;top:14%;bottom:14%;border-radius:12px;background:linear-gradient(135deg,#f26f2f,#ffb14e);box-shadow:inset 0 0 26px rgba(255,255,255,.18)}
.laser-pro:after{content:"TSUKURU";position:absolute;right:9%;top:8%;font-size:10px;letter-spacing:.16em;color:#d9d9d9}
.printer-pro{position:absolute;right:4%;top:8%;width:28%;height:57%;border-radius:18px;background:linear-gradient(180deg,#1a2022,#30383b);box-shadow:0 18px 34px rgba(0,0,0,.3)}
.printer-pro:before{content:"";position:absolute;left:13%;right:13%;top:12%;bottom:12%;border:3px solid #4e585b;border-radius:9px;background:linear-gradient(180deg,#252c2f,#171c1e)}
.print-object{position:absolute;right:11%;top:29%;width:14%;height:23%;border-radius:38% 38% 45% 45%;background:linear-gradient(90deg,#efefef,#bcbcbc)}
.wood-sample{position:absolute;left:13%;bottom:8%;width:32%;height:12%;border-radius:8px;background:linear-gradient(135deg,#be8952,#ddac72);box-shadow:0 9px 18px rgba(0,0,0,.18)}
.wood-sample:after{content:"TSUKURU GEAR";position:absolute;inset:0;display:flex;align-items:center;justify-content:center;font-size:12px;font-weight:900;letter-spacing:.08em;color:#5c3b21}
.acrylic-sample{position:absolute;right:10%;bottom:8%;width:24%;height:26%;border:1px solid rgba(255,255,255,.7);background:linear-gradient(135deg,rgba(255,255,255,.45),rgba(193,229,236,.3));backdrop-filter:blur(2px);box-shadow:0 8px 18px rgba(0,0,0,.16)}
.acrylic-sample:after{content:"✦";position:absolute;inset:0;display:flex;align-items:center;justify-content:center;font-size:38px;color:#ecf5f6;text-shadow:0 1px 4px rgba(0,0,0,.24)}

.material-card .visual{height:132px}
.material-illustration{position:absolute;inset:0;display:flex;align-items:center;justify-content:center}
.material-illustration .shape{box-shadow:0 10px 22px rgba(0,0,0,.15)}
.shape-acrylic{width:76px;height:76px;border-radius:16px;background:linear-gradient(135deg,rgba(255,255,255,.88),rgba(172,226,238,.55));border:2px solid rgba(255,255,255,.75);transform:rotate(8deg)}
.shape-wood{width:92px;height:72px;border-radius:8px;background:linear-gradient(135deg,#9d6235,#d4a06c)}
.shape-leather{width:92px;height:68px;border-radius:14px;background:linear-gradient(135deg,#754a39,#bf7d5f)}
.shape-metal{width:100px;height:62px;border-radius:7px;background:linear-gradient(135deg,#f4f5f6,#8d969e)}
.shape-tumbler{width:44px;height:92px;border-radius:11px 11px 16px 16px;background:linear-gradient(90deg,#b8afa7,#f0e6dc,#a99a8d)}
.shape-3d{width:76px;height:76px;border-radius:24px 24px 18px 18px;background:linear-gradient(135deg,#a8c9ee,#6e97c6);clip-path:polygon(50% 0,92% 24%,88% 78%,50% 100%,12% 78%,8% 24%)}

.use-card{position:relative;overflow:hidden;min-height:250px}
.use-card:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 25% 20%,rgba(255,255,255,.22),transparent 34%)}
.use-card>*{position:relative;z-index:1}

@media(min-width:901px){
  .hero-grid>div:first-child{padding-right:10px}
}
@media(max-width:1080px) and (min-width:901px){
  .hero-copy-line{white-space:normal}
  h1{font-size:52px}
}
@media(max-width:900px){
  .hero-copy-line{white-space:normal}
}

/* v1.3 — approved TOP design replica */
.home-approved{background:#fff}
.home-approved .container{width:min(1180px,calc(100% - 48px))}
.home-approved .hero{padding:0;background:#fff}
.home-approved .hero-approved-grid{
  display:grid;grid-template-columns:44% 56%;min-height:465px;align-items:stretch;
  background:linear-gradient(90deg,#fff 0%,#fff 43%,#f5f1e9 43%,#f5f1e9 100%);
}
.home-approved .hero-copy{padding:38px 28px 30px 0;display:flex;flex-direction:column;justify-content:center}
.home-approved .kicker{font-size:13px;letter-spacing:.12em;color:#6f777b;margin-bottom:8px}
.home-approved h1{font-size:clamp(44px,5.3vw,64px);line-height:1.08;margin:0 0 18px;letter-spacing:-.05em}
.home-approved .lead{font-size:15px;line-height:1.7;color:#394248;margin:0 0 20px;max-width:560px}
.home-approved .hero-actions{margin:0 0 30px}
.home-approved .hero-actions .btn{min-height:46px;padding:11px 22px}
.home-approved .hero-metrics{display:flex;gap:48px;border-top:1px solid #f0ede8;padding-top:22px}
.home-approved .metric{display:flex;gap:10px;align-items:center}
.home-approved .metric-icon{width:34px;height:34px;border:1px solid #d9d8d3;border-radius:50%;display:flex;align-items:center;justify-content:center;background:#fff7ee}
.home-approved .metric strong{display:block;font-size:20px;line-height:1.1}
.home-approved .metric span{font-size:11px;color:#5f676c}
.home-approved .hero-approved-visual{min-height:465px;background:url('/assets/hero-approved.jpg') center center/cover no-repeat}

.home-approved .section{padding:38px 0}
.home-approved .section.compact{padding:28px 0}
.home-approved .section h2{font-size:30px;margin-bottom:2px}
.home-approved .section-intro{font-size:14px;margin-bottom:16px}
.home-approved .section-head{display:flex;align-items:end;justify-content:space-between;gap:20px;margin-bottom:14px}
.home-approved .section-link{font-size:12px;color:#1987d8;font-weight:700}

.home-approved .make-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:14px}
.home-approved .make-card{background:#fff;border:1px solid #e8e8e5;border-radius:11px;overflow:hidden;box-shadow:0 4px 14px rgba(0,0,0,.04)}
.home-approved .make-card img{width:100%;height:106px;object-fit:cover}
.home-approved .make-card .copy{padding:9px 10px 10px;position:relative}
.home-approved .make-card h3{font-size:14px;margin:0;line-height:1.3}
.home-approved .make-card p{font-size:11px;margin:1px 0 0;color:#6d7377}
.home-approved .make-card .arrow{position:absolute;right:10px;top:16px;font-size:18px}

.home-approved .use-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}
.home-approved .use-card-approved{background:#fff;border:1px solid #e4e4df;border-radius:12px;overflow:hidden;box-shadow:0 4px 14px rgba(0,0,0,.04)}
.home-approved .use-card-approved img{width:100%;height:95px;object-fit:cover}
.home-approved .use-card-approved .copy{padding:12px 14px 14px;position:relative}
.home-approved .use-card-approved h3{font-size:18px;margin:0 0 2px}
.home-approved .use-card-approved p{font-size:12px;margin:0;color:#697176}
.home-approved .use-card-approved .arrow{position:absolute;right:14px;top:22px;font-size:20px}

.home-approved .finder-strip{
  display:grid;grid-template-columns:1.15fr .85fr;align-items:center;gap:28px;
  padding:18px 38px;border-radius:13px;background:linear-gradient(90deg,#eef9e8,#fbfff8);
  border:1px solid #e3efd9;
}
.home-approved .finder-strip-left{display:flex;align-items:center;gap:20px}
.home-approved .finder-wand{font-size:43px;color:#588e1a}
.home-approved .finder-strip h2{font-size:23px;margin:0}
.home-approved .finder-strip p{font-size:13px;margin:0;color:#4d575c}
.home-approved .finder-strip .btn-green{width:100%;min-height:44px}
.home-approved .finder-notes{text-align:center;font-size:10px;color:#7e8688;margin-top:6px}

.home-approved .category-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:14px}
.home-approved .category-card{background:#fff;border:1px solid #e6e6e2;border-radius:11px;overflow:hidden}
.home-approved .category-card img{height:72px;width:100%;object-fit:cover}
.home-approved .category-card .copy{padding:8px 9px 10px}
.home-approved .category-card h3{font-size:12px;line-height:1.35;margin:0}

.home-approved .brand-grid-approved{display:grid;grid-template-columns:repeat(6,1fr);gap:14px}
.home-approved .brand-logo-card{height:68px;background:#fff;border:1px solid #e7e7e3;border-radius:10px;display:flex;align-items:center;justify-content:center;font-size:20px;font-weight:900}
.home-approved .brand-logo-card small{font-size:16px}
.logo-xtool{color:#0a9e45}.logo-laserpecker{color:#111}.logo-bambu{color:#111}.logo-atom{color:#111}.logo-elegoo{color:#1d4db1}.logo-creality{color:#111}

.home-approved .compare-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}
.home-approved .compare-card-approved{min-height:150px;background:#fff;border:1px solid #e6e6e2;border-radius:12px;padding:20px;position:relative;overflow:hidden}
.home-approved .compare-card-approved h3{font-size:19px;line-height:1.35;margin:0;max-width:62%}
.home-approved .compare-card-approved p{font-size:12px;color:#6b7377;margin-top:8px;max-width:62%}
.home-approved .compare-visual{position:absolute;right:-8px;bottom:-8px;width:42%;height:110px;border-radius:55% 0 0 0;background:linear-gradient(135deg,#f5efe8,#c7d0d3)}
.home-approved .compare-card-approved:nth-child(2) .compare-visual{background:radial-gradient(circle at 50% 50%,#c8ced2 0 18%,#788188 19% 26%,#e8e8e8 27% 41%,#a6adb1 42% 50%,#f8f8f8 51%)}
.home-approved .compare-card-approved:nth-child(3) .compare-visual{background:linear-gradient(145deg,#202628 0 45%,#6aa6a0 46% 65%,#e7e7e7 66%)}

@media(max-width:980px){
 .home-approved .hero-approved-grid{grid-template-columns:1fr}
 .home-approved .hero-approved-visual{min-height:360px}
 .home-approved .hero-copy{padding-right:0}
 .home-approved .make-grid,.home-approved .category-grid,.home-approved .brand-grid-approved{grid-template-columns:repeat(3,1fr)}
 .home-approved .finder-strip{grid-template-columns:1fr}
}
@media(max-width:640px){
 .home-approved .container{width:min(100% - 24px,1180px)}
 .home-approved .hero-copy{padding:28px 0}
 .home-approved h1{font-size:42px}
 .home-approved .hero-metrics{gap:18px;flex-wrap:wrap}
 .home-approved .make-grid,.home-approved .category-grid,.home-approved .brand-grid-approved{grid-template-columns:repeat(2,1fr)}
 .home-approved .use-grid,.home-approved .compare-grid{grid-template-columns:1fr}
 .home-approved .finder-strip{padding:20px}
}

/* =========================================================
   v1.4 — fidelity pass against the approved visual mockup
   ========================================================= */
:root{
  --approved-max:1320px;
  --approved-orange:#ff6c2f;
  --approved-green:#82c91e;
}
body.home-approved{
  font-family:"Noto Sans JP","Hiragino Kaku Gothic ProN","Yu Gothic",Meiryo,sans-serif;
  background:#fff;
  color:#0d171d;
}
.home-approved .container{width:min(var(--approved-max),calc(100% - 64px));}
.home-approved .site-header{height:70px;background:rgba(255,255,255,.97);border-bottom:1px solid #ececec;box-shadow:none}
.home-approved .nav{height:70px;gap:30px}
.home-approved .brand{font-size:23px;line-height:1;font-weight:900;letter-spacing:-.03em}
.home-approved .brand small{font-size:8px;letter-spacing:.28em;margin-top:4px}
.home-approved .navlinks{gap:28px;font-size:13px;font-weight:800}
.home-approved .navlinks>a,
.home-approved .nav-group>a{height:70px;display:flex;align-items:center;gap:4px}
.home-approved .nav-cta{padding:12px 18px;font-size:13px;box-shadow:0 8px 18px rgba(255,108,47,.22)}
.home-approved .nav-cta .cta-icon{width:17px;height:17px}
.home-approved .header-search{margin-left:auto;width:34px;height:34px;display:flex;align-items:center;justify-content:center;border-radius:50%}
.home-approved .header-search:hover{background:#f7f7f5}

/* Desktop dropdowns */
.nav-group{position:relative}
.nav-group>a:after{content:"⌄";font-size:10px;transform:translateY(-1px)}
.nav-dropdown{
  position:absolute;left:-16px;top:62px;min-width:250px;background:#fff;border:1px solid #e7e7e3;
  border-radius:14px;padding:10px;box-shadow:0 18px 38px rgba(0,0,0,.11);
  opacity:0;visibility:hidden;transform:translateY(8px);transition:.18s;z-index:100;
}
.nav-group:hover .nav-dropdown,.nav-group:focus-within .nav-dropdown{opacity:1;visibility:visible;transform:none}
.nav-dropdown a{display:block;padding:10px 12px;border-radius:9px;font-size:12px;font-weight:700;line-height:1.35}
.nav-dropdown a:hover{background:#f7f7f3;color:var(--approved-orange)}
.nav-dropdown small{display:block;font-weight:400;color:#7b8387;margin-top:1px}

/* Hero - full bleed, soft transition instead of a hard split */
.home-approved .hero{position:relative;min-height:500px;padding:0;overflow:hidden;background:#fff}
.home-approved .hero-approved-bg{
  position:absolute;inset:0;
  background:
    linear-gradient(90deg,#fff 0%,#fff 34%,rgba(255,255,255,.98) 42%,rgba(255,255,255,.72) 50%,rgba(255,255,255,.12) 61%,rgba(255,255,255,0) 69%),
    url('/assets/hero-approved-v14.jpg') right center/auto 100% no-repeat;
}
.home-approved .hero-approved-bg:after{
  content:"";position:absolute;inset:0;
  background:linear-gradient(90deg,rgba(255,255,255,.08) 0 56%,rgba(255,255,255,0) 72%);
  pointer-events:none;
}
.home-approved .hero-inner{
  position:relative;z-index:2;min-height:500px;display:flex;flex-direction:column;justify-content:center;
  padding:32px 0 34px;
}
.home-approved .hero-copy{width:52%;max-width:650px;padding:0}
.home-approved .kicker{font-size:13px;letter-spacing:.12em;color:#616b70;margin-bottom:6px;font-weight:700}
.home-approved h1{
  font-size:clamp(48px,4.65vw,66px);line-height:1.06;margin:0 0 17px;
  letter-spacing:-.055em;font-weight:900;
}
.home-approved .lead{font-size:15px;line-height:1.72;color:#313c42;margin:0 0 20px;max-width:590px}
.home-approved .hero-actions{display:flex;gap:12px;margin:0 0 29px}
.home-approved .hero-actions .btn{
  min-height:46px;padding:11px 21px;font-size:13px;font-weight:800
}
.home-approved .hero-actions .btn svg{width:16px;height:16px;flex:none}
.home-approved .hero-metrics{
  width:58%;max-width:735px;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));
  gap:34px;border:0;padding:0;margin:0;
}
.home-approved .metric{display:flex;gap:11px;align-items:center;min-width:0}
.home-approved .metric-icon{
  width:34px;height:34px;flex:0 0 34px;border:1px solid #d8d7d1;border-radius:10px;
  display:flex;align-items:center;justify-content:center;background:#fff9f2;color:#283339;
  box-shadow:0 2px 8px rgba(0,0,0,.03)
}
.home-approved .metric-icon svg{width:18px;height:18px}
.home-approved .metric strong{display:block;font-size:20px;line-height:1.1;font-weight:900;white-space:nowrap}
.home-approved .metric span{display:block;font-size:11px;color:#566168;white-space:nowrap;margin-top:2px}

/* Section scale / rhythm */
.home-approved .section{padding:34px 0}
.home-approved .section.compact{padding:28px 0}
.home-approved .section h2{font-size:29px;line-height:1.25;margin:0 0 4px;font-weight:900;letter-spacing:-.025em}
.home-approved .section-intro{font-size:13px;line-height:1.6;color:#697277;margin:0 0 16px}
.home-approved .section-head{display:flex;justify-content:space-between;align-items:flex-end;gap:18px;margin-bottom:14px}
.home-approved .section-link{font-size:11px;color:#1786d7;font-weight:700;white-space:nowrap}
.home-approved .make-grid{gap:14px}
.home-approved .make-card{border-radius:11px;box-shadow:0 4px 13px rgba(0,0,0,.045)}
.home-approved .make-card img{height:105px}
.home-approved .make-card .copy{padding:9px 10px 10px}
.home-approved .make-card h3{font-size:14px;font-weight:900}
.home-approved .make-card p{font-size:10.5px}

/* Use cards - exact 3-line copy structure */
.home-approved .use-grid{gap:20px}
.home-approved .use-card-approved{border-radius:11px;box-shadow:0 4px 13px rgba(0,0,0,.045)}
.home-approved .use-card-approved img{height:100px}
.home-approved .use-card-approved .copy{padding:13px 15px 14px;min-height:94px}
.home-approved .use-card-approved h3{font-size:18px;font-weight:900;margin:0 0 5px}
.home-approved .use-card-approved p{font-size:11.5px;line-height:1.62;color:#5f696f;margin:0;padding-right:28px}
.home-approved .use-card-approved .arrow{top:28px}

/* Finder banner - approved layout */
.home-approved .finder-strip{
  grid-template-columns:1.25fr .75fr;gap:35px;min-height:108px;padding:18px 54px 18px 48px;
  border-radius:14px;background:linear-gradient(90deg,#f2faec 0%,#fbfff9 48%,#f1fae9 100%);
  border:1px solid #e2ecd8;box-shadow:none;
}
.home-approved .finder-strip-left{gap:24px}
.home-approved .finder-wand{width:64px;height:64px;display:flex;align-items:center;justify-content:center;color:#557d22}
.home-approved .finder-wand svg{width:54px;height:54px}
.home-approved .finder-strip h2{font-size:25px;line-height:1.2;margin:0 0 3px;font-weight:900}
.home-approved .finder-strip p{font-size:13px;line-height:1.55;color:#3e494f}
.home-approved .finder-strip .btn-green{
  min-height:46px;border-radius:999px;font-size:13px;font-weight:900;color:#fff;
  background:linear-gradient(90deg,#8bd41a,#79c313);box-shadow:none
}
.home-approved .finder-strip .btn-green svg{width:15px;height:15px}
.home-approved .finder-notes{
  display:flex;justify-content:center;gap:14px;flex-wrap:wrap;margin-top:7px;
  font-size:9.5px;color:#89918f
}
.home-approved .finder-note{display:inline-flex;align-items:center;gap:4px}
.home-approved .finder-note svg{width:12px;height:12px;color:#a8cd73}

/* Category and brand cards */
.home-approved .category-card img{height:78px}
.home-approved .category-card h3{font-size:12px;font-weight:900}
.home-approved .brand-logo-card{height:72px;font-size:20px;border-radius:10px}

/* Comparison cards faithfully styled */
.home-approved .compare-grid{gap:20px}
.home-approved .compare-card-approved{
  min-height:182px;border-radius:13px;padding:22px 20px;box-shadow:0 4px 13px rgba(0,0,0,.035);
  background:#fff;overflow:hidden;
}
.home-approved .compare-card-approved h3{font-size:19px;line-height:1.35;font-weight:900;max-width:58%;position:relative;z-index:2}
.home-approved .compare-card-approved p{font-size:11px;line-height:1.55;max-width:57%;position:relative;z-index:2}
.home-approved .compare-photo{
  position:absolute;right:0;top:0;width:48%;height:100%;background-size:cover;background-position:center;
}
.home-approved .compare-photo:before{
  content:"";position:absolute;inset:0;background:linear-gradient(90deg,#fff 0%,rgba(255,255,255,.68) 17%,rgba(255,255,255,0) 45%)
}
.home-approved .compare-card-approved:nth-child(1) .compare-photo{background-image:url('/assets/compare-xtool-lp.jpg')}
.home-approved .compare-card-approved:nth-child(2) .compare-photo{background-image:url('/assets/compare-diode-co2.jpg')}
.home-approved .compare-card-approved:nth-child(3) .compare-photo{background-image:url('/assets/compare-laser-3d.jpg')}

@media(max-width:1100px){
  .home-approved .hero-copy{width:58%}
  .home-approved .hero-metrics{width:64%;gap:18px}
  .home-approved .metric span{white-space:normal}
}
@media(max-width:900px){
  .home-approved .navlinks{display:none}
  .home-approved .hero{min-height:auto}
  .home-approved .hero-approved-bg{
    position:relative;height:330px;
    background:url('/assets/hero-approved-v14.jpg') center/cover no-repeat;
    order:2
  }
  .home-approved .hero-inner{min-height:auto;padding:30px 0 24px}
  .home-approved .hero-copy{width:100%;max-width:none}
  .home-approved .hero-metrics{width:100%;max-width:none}
  .home-approved .hero-mobile-visual{height:330px;background:url('/assets/hero-approved-v14.jpg') center/cover no-repeat}
}
@media(max-width:650px){
  .home-approved .container{width:min(100% - 24px,var(--approved-max))}
  .home-approved h1{font-size:40px}
  .home-approved .hero-actions{flex-direction:column;align-items:stretch}
  .home-approved .hero-metrics{grid-template-columns:1fr;gap:12px}
  .home-approved .metric span{white-space:normal}
  .home-approved .finder-strip{grid-template-columns:1fr;padding:20px}
  .home-approved .finder-strip-left{align-items:flex-start}
}

/* =========================================================
   v1.5 — stability/fidelity fixes
   Wide-browser safe hero, corrected finder CTA, clean compare cards
   ========================================================= */

/* HERO: true full-width two-column composition. No giant center gap on wide screens. */
.home-approved .hero{
  position:relative;
  min-height:500px;
  padding:0;
  overflow:hidden;
  background:#fff;
}
.home-approved .hero-approved-bg{display:none!important}
.home-approved .hero-mobile-visual{display:none}
.home-approved .hero-shell{
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(0,1fr);
  min-height:500px;
  width:100%;
}
.home-approved .hero-left{
  position:relative;
  z-index:3;
  display:flex;
  align-items:center;
  background:#fff;
}
.home-approved .hero-left-inner{
  width:min(590px,calc(100% - 48px));
  margin-left:max(32px,calc((100vw - 1180px)/2));
  padding:34px 0 32px;
}
.home-approved .hero-right{
  position:relative;
  min-width:0;
  background:url('/assets/hero-approved-clean.jpg') center center/cover no-repeat;
}
.home-approved .hero-right:before{
  content:"";
  position:absolute;
  top:0;bottom:0;left:-1px;
  width:165px;
  background:linear-gradient(90deg,#fff 0%,rgba(255,255,255,.92) 18%,rgba(255,255,255,.55) 52%,rgba(255,255,255,0) 100%);
  pointer-events:none;
}
.home-approved .hero-copy{
  width:100%;
  max-width:590px;
  padding:0;
}
.home-approved h1{
  font-size:clamp(46px,4.25vw,64px);
  line-height:1.06;
  margin:0 0 17px;
  letter-spacing:-.055em;
  font-weight:900;
}
.home-approved .lead{
  max-width:560px;
  font-size:14.5px;
  line-height:1.7;
  margin-bottom:20px;
}
.home-approved .hero-actions{margin:0 0 27px}

/* Metrics: stable, no wrapping/ghosting, visually sits on the pale hero image transition */
.home-approved .hero-metrics{
  width:100%;
  max-width:590px;
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:14px;
  margin:0;
  padding:0;
  border:0;
}
.home-approved .metric{
  min-width:0;
  gap:9px;
  align-items:center;
}
.home-approved .metric-icon{
  width:32px;height:32px;flex:0 0 32px;
  border-radius:9px;
}
.home-approved .metric strong{
  font-size:18px;
  white-space:nowrap;
}
.home-approved .metric span{
  font-size:9.5px;
  line-height:1.35;
  white-space:nowrap;
}

/* Finder banner: original-like proportions; CTA no longer over-wide. */
.home-approved .finder-strip{
  grid-template-columns:minmax(0,1.35fr) minmax(270px,.65fr);
  min-height:106px;
  padding:18px 50px 18px 46px;
}
.home-approved .finder-strip > div:last-child{
  justify-self:end;
  width:min(100%,310px);
}
.home-approved .finder-strip .btn-green{
  width:100%;
  max-width:310px;
  min-height:44px;
  padding:10px 22px;
}
.home-approved .finder-notes{
  gap:10px;
  white-space:nowrap;
}

/* Compare: remove screenshot/text ghosting and recreate approved cards cleanly. */
.home-approved .compare-card-approved{
  min-height:176px;
  padding:22px 20px;
  background:#fff;
  border:1px solid #e5e5e1;
  border-radius:13px;
  box-shadow:0 4px 13px rgba(0,0,0,.035);
}
.home-approved .compare-card-approved h3{
  position:relative;
  z-index:3;
  max-width:60%;
  font-size:18px;
  line-height:1.38;
  margin:0;
}
.home-approved .compare-card-approved p{
  position:relative;
  z-index:3;
  max-width:56%;
  font-size:10.5px;
  line-height:1.55;
  margin:8px 0 0;
}
.home-approved .compare-photo{
  position:absolute;
  right:0;
  top:0;
  width:48%;
  height:100%;
  background-position:center;
  background-size:cover;
  background-repeat:no-repeat;
}
.home-approved .compare-photo:before{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(90deg,#fff 0%,rgba(255,255,255,.94) 9%,rgba(255,255,255,.52) 33%,rgba(255,255,255,0) 63%);
}
.home-approved .compare-card-approved:nth-child(1) .compare-photo{
  background-image:url('/assets/cat-selling-laser.jpg');
  background-position:center;
}
.home-approved .compare-card-approved:nth-child(2) .compare-photo{
  background-image:url('/assets/cat-metal-laser.jpg');
  background-position:center;
}
.home-approved .compare-card-approved:nth-child(3) .compare-photo{
  background-image:url('/assets/cat-beginner-3d.jpg');
  background-position:center;
}

/* Wide desktop: keep visual hierarchy close to approved design instead of stretching wildly. */
@media(min-width:1500px){
  .home-approved .hero-shell{grid-template-columns:49% 51%}
  .home-approved .hero-left-inner{
    margin-left:max(36px,calc((100vw - 1280px)/2));
    width:min(610px,calc(100% - 54px));
  }
  .home-approved .hero-copy,
  .home-approved .hero-metrics{max-width:610px}
  .home-approved .container{width:min(1280px,calc(100% - 72px))}
}

/* Medium desktop: preserve two columns without cramped text. */
@media(max-width:1100px) and (min-width:901px){
  .home-approved .hero-shell{grid-template-columns:54% 46%}
  .home-approved .hero-left-inner{
    margin-left:28px;
    width:calc(100% - 44px);
  }
  .home-approved h1{font-size:48px}
  .home-approved .metric span{font-size:9px}
  .home-approved .hero-right:before{width:120px}
}

/* Mobile/tablet: stack naturally; no absolute backgrounds. */
@media(max-width:900px){
  .home-approved .hero-shell{
    display:flex;
    flex-direction:column;
    min-height:auto;
  }
  .home-approved .hero-left{order:1}
  .home-approved .hero-left-inner{
    width:min(100% - 24px,720px);
    margin:0 auto;
    padding:28px 0 24px;
  }
  .home-approved .hero-right{
    order:2;
    min-height:330px;
    background-position:center;
  }
  .home-approved .hero-right:before{
    top:-1px;left:0;right:0;bottom:auto;
    width:auto;height:80px;
    background:linear-gradient(180deg,#fff 0%,rgba(255,255,255,.55) 46%,rgba(255,255,255,0) 100%);
  }
  .home-approved .hero-metrics{max-width:none}
  .home-approved .finder-strip{
    grid-template-columns:1fr;
    padding:20px;
  }
  .home-approved .finder-strip > div:last-child{
    width:100%;
    max-width:310px;
    justify-self:center;
  }
}
@media(max-width:650px){
  .home-approved .hero-metrics{
    grid-template-columns:1fr;
    gap:10px;
  }
  .home-approved .metric span{font-size:10px}
  .home-approved .finder-notes{
    white-space:normal;
    gap:7px;
  }
}

/* v1.6 shared header/footer + live search + lower-page alignment */
.cta-icon{display:inline-flex;width:18px;height:18px;align-items:center;justify-content:center}
.cta-icon svg{width:18px;height:18px;display:block}
.header-search{border:0;background:transparent;cursor:pointer;color:#111820}
.site-search-panel{
  display:grid;grid-template-rows:0fr;opacity:0;overflow:hidden;
  background:rgba(255,255,255,.985);border-top:1px solid transparent;
  transition:grid-template-rows .2s ease,opacity .2s ease,border-color .2s ease;
}
.site-search-panel.is-open{grid-template-rows:1fr;opacity:1;border-color:#ecebe7}
.site-search-inner{min-height:0}
.site-search-form{display:grid;grid-template-columns:22px minmax(0,1fr) auto 36px;gap:12px;align-items:center;padding:15px 0 10px}
.site-search-form>svg{width:20px;height:20px;color:#535e64}
.site-search-form input{border:1px solid #d9d8d3;border-radius:999px;padding:11px 16px;font:inherit;outline:none;background:#fff}
.site-search-form input:focus{border-color:#ff8b55;box-shadow:0 0 0 3px rgba(255,108,47,.1)}
.site-search-form .btn{padding:10px 18px}
.search-close{border:0;background:transparent;font-size:25px;color:#697176;cursor:pointer}
.site-search-results{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;padding:0 0 14px}
.search-result{border:1px solid #e7e5df;border-radius:10px;padding:9px 12px;background:#fff}
.search-result strong{display:block;font-size:12px}
.search-result span{display:block;font-size:10px;color:#899095;margin-top:2px}
.search-hint{font-size:12px;color:#737d82;padding:2px 0 8px}

/* Shared lower-page container alignment */
.breadcrumb{width:min(1180px,calc(100% - 40px));margin:24px auto;color:#7a8389}
.page-hero>.container,.section>.container{width:min(1180px,calc(100% - 40px));margin-left:auto;margin-right:auto}

/* Center bottom CTAs in article/prose blocks */
.prose>p:last-child:has(.btn),
.prose .center-cta{display:flex;justify-content:center;gap:10px;flex-wrap:wrap;margin-top:28px}

/* Keep shared header above search panel and dropdowns */
.site-header{overflow:visible}
@media(max-width:620px){
 .site-search-results{grid-template-columns:1fr}
 .site-search-form{grid-template-columns:20px minmax(0,1fr) 34px}
 .site-search-form .btn{display:none}
}

.home-approved .compare-card-approved:nth-child(1) .compare-photo{background-image:url('/assets/compare-xtool-laserpecker.svg')!important}
.home-approved .compare-card-approved:nth-child(2) .compare-photo{background-image:url('/assets/compare-diode-co2.svg')!important}
.home-approved .compare-card-approved:nth-child(3) .compare-photo{background-image:url('/assets/compare-laser-3d.svg')!important}

/* =========================================================
   v1.7 — truly shared header styling across all pages
   ========================================================= */

/* Header must look identical on TOP and lower pages.
   Previously some key rules were scoped under .home-approved,
   so the same shared DOM received different CSS on subpages. */
.site-header{
  height:auto;
  background:rgba(255,255,255,.97);
  border-bottom:1px solid #ececec;
  box-shadow:none;
  position:sticky;
  top:0;
  z-index:100;
  overflow:visible;
}
.site-header .nav{
  height:70px;
  gap:30px;
}
.site-header .brand{
  font-size:23px;
  line-height:1;
  font-weight:900;
  letter-spacing:-.03em;
}
.site-header .brand small{
  font-size:8px;
  letter-spacing:.28em;
  margin-top:4px;
}
.site-header .navlinks{
  gap:28px;
  font-size:13px;
  font-weight:800;
}
.site-header .navlinks>a,
.site-header .nav-group>a{
  height:70px;
  display:flex;
  align-items:center;
  gap:4px;
}
.site-header .nav-group{position:relative}
.site-header .nav-group>a:after{
  content:"⌄";
  font-size:10px;
  transform:translateY(-1px);
}
.site-header .nav-dropdown{
  position:absolute;
  left:-16px;
  top:62px;
  min-width:250px;
  background:#fff;
  border:1px solid #e7e7e3;
  border-radius:14px;
  padding:10px;
  box-shadow:0 18px 38px rgba(0,0,0,.11);
  opacity:0;
  visibility:hidden;
  transform:translateY(8px);
  transition:.18s;
  z-index:150;
}
.site-header .nav-group:hover .nav-dropdown,
.site-header .nav-group:focus-within .nav-dropdown{
  opacity:1;
  visibility:visible;
  transform:none;
}
.site-header .nav-dropdown a{
  display:block;
  padding:10px 12px;
  border-radius:9px;
  font-size:12px;
  font-weight:700;
  line-height:1.35;
}
.site-header .nav-dropdown a:hover{
  background:#f7f7f3;
  color:#ff6c2f;
}
.site-header .nav-dropdown small{
  display:block;
  font-weight:400;
  color:#7b8387;
  margin-top:1px;
}
.site-header .header-search{
  margin-left:auto;
  width:34px;
  height:34px;
  display:flex;
  align-items:center;
  justify-content:center;
  border-radius:50%;
  border:0;
  background:transparent;
  cursor:pointer;
}
.site-header .header-search:hover{background:#f7f7f5}
.site-header .header-search svg{width:21px;height:21px}
.site-header .nav-cta{
  padding:12px 18px;
  font-size:13px;
  min-height:44px;
  box-shadow:0 8px 18px rgba(255,108,47,.22);
}
.site-header .nav-cta .cta-icon{
  width:18px;
  height:18px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
}
.site-header .nav-cta .cta-icon svg{
  width:18px;
  height:18px;
  display:block;
}

/* Shared layout baseline */
body:not(.home-approved) .container{
  width:min(1180px,calc(100% - 40px));
  margin-left:auto;
  margin-right:auto;
}

/* Comparison cards: dedicated photoreal images, no category-image reuse */
.home-approved .compare-card-approved:nth-child(1) .compare-photo{
  background-image:url('/assets/compare-photo-xtool-laserpecker.jpg')!important;
}
.home-approved .compare-card-approved:nth-child(2) .compare-photo{
  background-image:url('/assets/compare-photo-diode-co2.jpg')!important;
}
.home-approved .compare-card-approved:nth-child(3) .compare-photo{
  background-image:url('/assets/compare-photo-laser-3d.jpg')!important;
}
.home-approved .compare-photo{
  background-size:cover;
  background-position:center;
}
.home-approved .compare-photo:before{
  background:linear-gradient(90deg,#fff 0%,rgba(255,255,255,.92) 10%,rgba(255,255,255,.35) 36%,rgba(255,255,255,0) 62%);
}

/* Keep lower page breadcrumb and content aligned to the same 1180px grid */
.breadcrumb,
.page-hero>.container,
.section>.container{
  width:min(1180px,calc(100% - 40px));
  margin-left:auto;
  margin-right:auto;
}

@media(max-width:900px){
  .site-header .navlinks{display:none}
  .site-header .nav{height:66px}
}

/* v1.8 header fidelity refinements */
.site-header .brand-mark{
  display:flex;
  align-items:center;
  gap:8px;
  white-space:nowrap;
}
.site-header .brand-emblem{
  width:30px;
  height:30px;
  border-radius:9px;
  position:relative;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  background:linear-gradient(135deg,#fff4ed,#fff);
  border:1px solid #f0e0d5;
  box-shadow:0 3px 8px rgba(0,0,0,.035);
  color:#161c20;
  flex:0 0 30px;
}
.site-header .brand-gear{
  position:absolute;
  font-size:21px;
  line-height:1;
  color:#ff6c2f;
  transform:rotate(12deg);
}
.site-header .brand-t{
  position:relative;
  z-index:2;
  font-size:12px;
  font-weight:900;
  color:#111820;
  transform:translateY(.5px);
}
.site-header .brand-copy{
  display:flex;
  flex-direction:column;
  line-height:1;
}
.site-header .brand-copy>small{
  margin-top:5px;
}
.site-header .nav-cta .cta-icon{
  color:#fff;
}
.site-header .nav-cta .cta-icon svg{
  width:17px;
  height:17px;
}

/* Search panel: compact centered box, matching approved mockup */
.site-search-panel{
  background:transparent;
  border-top:0;
  overflow:visible;
  position:relative;
}
.site-search-panel.is-open{
  border-color:transparent;
}
.site-search-inner{
  width:min(1180px,calc(100% - 40px));
  margin:0 auto;
  min-height:0;
  display:flex;
  justify-content:flex-end;
}
.site-search-form{
  width:min(100%,500px);
  grid-template-columns:20px minmax(0,1fr) auto 34px;
  gap:10px;
  align-items:center;
  padding:14px;
  margin-top:8px;
  background:#fff;
  border:1px solid #e6e2db;
  border-radius:14px;
  box-shadow:0 14px 30px rgba(0,0,0,.10);
}
.site-search-form input{
  border:1px solid #ff8350;
  min-height:42px;
  padding:10px 14px;
  border-radius:12px;
}
.site-search-form .btn{
  min-height:42px;
  padding:10px 16px;
  border-radius:12px;
}
.site-search-results{
  position:absolute;
  top:76px;
  right:max(20px,calc((100vw - 1180px)/2));
  width:min(500px,calc(100% - 40px));
  grid-template-columns:1fr;
  gap:7px;
  padding:10px 0 14px;
}
.search-result{
  background:#fff;
  box-shadow:0 8px 18px rgba(0,0,0,.05);
}
.search-hint{
  background:#fff;
  border:1px solid #ece8e1;
  border-radius:10px;
  padding:9px 12px;
  box-shadow:0 8px 18px rgba(0,0,0,.04);
}

@media(max-width:900px){
  .site-header .brand-emblem{display:none}
  .site-search-inner{width:min(100% - 24px,1180px)}
  .site-search-form{width:100%}
  .site-search-results{right:12px;width:calc(100% - 24px)}
}

/* v1.9 logo / gear / search-result alignment refinements */

/* Text-only, angular/heavy wordmark */
.site-header .brand-mark{
  display:flex;
  align-items:center;
  gap:0;
  white-space:nowrap;
}
.site-header .brand-emblem{display:none!important}
.site-header .brand-copy{
  display:flex;
  flex-direction:column;
  align-items:flex-start;
  line-height:1;
}
.site-header .brand-jp{
  display:block;
  font-family:"Arial Black","Hiragino Kaku Gothic ProN","Yu Gothic",Meiryo,sans-serif;
  font-size:22px;
  font-weight:900;
  letter-spacing:-.08em;
  transform:scaleX(.96);
  transform-origin:left center;
  line-height:.95;
  color:#0e171d;
  text-rendering:geometricPrecision;
}
.site-header .brand-copy small{
  margin-top:5px;
  margin-left:1px;
  font-size:7.5px;
  font-weight:800;
  letter-spacing:.28em;
  color:#40484d;
}

/* Clean gear alignment in CTA */
.site-header .nav-cta{
  display:inline-flex;
  align-items:center;
  gap:7px;
}
.site-header .nav-cta .cta-icon{
  width:17px;
  height:17px;
  min-width:17px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  line-height:0;
  transform:none;
}
.site-header .nav-cta .cta-icon svg{
  width:16px;
  height:16px;
  display:block;
  flex:none;
}

/* Search form and results must share exactly the same right edge and width */
.site-search-inner{
  position:relative;
}
.site-search-form{
  width:min(100%,500px);
  margin-left:auto;
}
.site-search-results{
  position:absolute;
  top:74px;
  right:0;
  width:min(100%,500px);
  padding:0 0 14px;
  grid-template-columns:1fr;
  gap:7px;
}
.site-search-results .search-result,
.site-search-results .search-hint{
  width:100%;
  margin:0;
  box-sizing:border-box;
}
@media(max-width:900px){
  .site-search-form,
  .site-search-results{
    width:100%;
  }
  .site-search-results{
    right:0;
  }
}

/* v1.10 — stronger angular TSUKURUGEAR wordmark */
.site-header .brand-jp{
  display:block;
  font-family:"Hiragino Kaku Gothic StdN","Hiragino Kaku Gothic ProN","Yu Gothic","YuGothic",Meiryo,sans-serif;
  font-size:23px;
  font-weight:900;
  line-height:.92;
  letter-spacing:-.115em;
  color:#0b1419;

  /* Give the Japanese glyphs a denser, more engineered silhouette */
  -webkit-text-stroke:.55px #0b1419;
  paint-order:stroke fill;
  transform:scaleX(1.035) skewX(-2deg);
  transform-origin:left center;
  text-rendering:geometricPrecision;
  font-kerning:none;
}

/* subtle hard-edged depth instead of soft text shadow */
.site-header .brand-jp{
  text-shadow:
    1px 0 0 #0b1419,
    0 1px 0 #0b1419;
}

.site-header .brand-copy small{
  margin-top:6px;
  margin-left:1px;
  font-size:7.2px;
  font-weight:900;
  letter-spacing:.31em;
  color:#353e43;
  transform:scaleX(1.02);
  transform-origin:left center;
}

/* v1.11 — approved custom wordmark image */
.site-header .brand-image-link{
  display:flex;
  align-items:center;
  width:auto;
  line-height:0;
  transform:none!important;
  text-shadow:none!important;
}
.site-header .site-wordmark{
  display:block;
  width:139px;
  height:auto;
  object-fit:contain;
}
.site-header .brand-jp,
.site-header .brand-copy,
.site-header .brand-emblem{
  display:none!important;
}
.footer-wordmark-link{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  line-height:0;
}
.footer-wordmark{
  display:block;
  width:155px;
  height:auto;
  object-fit:contain;
}
/* The Japanese and English lines are baked into the asset and center-aligned. */
