:root{--ink:#171514;--muted:#706b68;--paper:#f7f4ef;--red:#b42932;--rose:#e4b9b6;--cream:#efe4d8;--line:#ded8d1}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--ink);background:var(--paper);font-family:-apple-system,BlinkMacSystemFont,"Hiragino Sans","Yu Gothic",sans-serif}a{color:inherit;text-decoration:none}.site-header{height:84px;padding:0 4vw;display:flex;align-items:center;gap:34px;background:rgba(247,244,239,.94);backdrop-filter:blur(14px);border-bottom:1px solid rgba(0,0,0,.07);position:sticky;top:0;z-index:20}.brand{margin-right:auto}.brand-mark{position:relative;display:inline-block;line-height:0}.brand-mark img{width:125px;height:auto}.brand-mark sup{position:absolute;right:-12px;top:-1px;font-size:9px;line-height:1;font-weight:800}.site-header nav{display:flex;gap:24px;font-size:12px;font-weight:700}.site-header nav a:hover{color:var(--red)}.try-link{border:1px solid var(--ink);border-radius:999px;padding:11px 17px;font-size:13px;font-weight:800}.try-link:hover{background:var(--ink);color:white}.hero{min-height:calc(100vh - 84px);display:grid;grid-template-columns:1.05fr .95fr;align-items:center;padding:6vw max(5vw,42px);overflow:hidden}.eyebrow{font-size:11px;font-weight:900;letter-spacing:.22em;color:var(--red);margin:0 0 18px}.hero h1{font-size:clamp(58px,8vw,110px);font-weight:800;line-height:.96;letter-spacing:-.06em;margin:0}.hero-lead{font-size:clamp(16px,2vw,23px);margin:28px 0;color:#3d3734}.hero-actions{display:flex;gap:12px;margin-top:34px}.button{display:inline-flex;align-items:center;justify-content:center;min-height:50px;padding:0 24px;border-radius:999px;font-size:14px;font-weight:800}.button.primary{background:var(--red);color:white}.button.ghost{border:1px solid var(--line);background:white}.trial-note{font-size:11px;color:var(--muted);margin:13px 5px}.hero-visual{position:relative;display:grid;place-items:center;min-height:560px}.hero-visual .halo{position:absolute;width:82%;aspect-ratio:1;border-radius:50%;background:linear-gradient(145deg,#e9c8c5,#ecdcc7)}.hero-visual img{position:relative;width:80%;max-height:500px;object-fit:contain;filter:drop-shadow(0 30px 28px rgba(74,42,35,.18));transform:rotate(-7deg)}.shape{position:absolute;border-radius:50%;background:var(--red)}.shape-a{width:28px;height:28px;top:12%;right:8%}.shape-b{width:13px;height:13px;bottom:18%;left:7%;background:#d7868c}.facts{display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid var(--line);border-bottom:1px solid var(--line);margin:0 5vw}.facts div{padding:28px;text-align:center;border-right:1px solid var(--line)}.facts div:last-child{border:0}.facts b{display:block;font-size:25px}.facts span{display:block;color:var(--muted);font-size:12px;margin-top:4px}.section{padding:110px max(7vw,44px)}.section-head{max-width:720px}.section-head h2,.try-banner h2,.split h2,.global h2{font-size:clamp(36px,5vw,68px);line-height:1.1;letter-spacing:-.045em;margin:0 0 25px}.section-head>p:last-child,.split p,.global>p:last-child{font-size:16px;line-height:2;color:var(--muted)}.feature-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-top:64px}.feature-grid article{background:white;padding:34px;border-top:4px solid var(--red);min-height:230px}.feature-grid span{font-size:12px;color:var(--red);font-weight:900}.feature-grid h3{font-size:23px;margin:28px 0 12px}.feature-grid p,.product-grid p{color:var(--muted);line-height:1.8;font-size:14px}.try-banner{margin:0 4vw;padding:68px;display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center;background:var(--red);color:white;border-radius:34px}.eyebrow.light{color:#f2c9c7}.try-banner p:not(.eyebrow){line-height:1.8;color:#f5dcdb}.button.white{background:white;color:var(--red);margin-top:18px}.try-examples{display:grid;grid-template-columns:1fr 1fr;gap:12px}.try-examples img{width:100%;aspect-ratio:3/4;object-fit:cover;border-radius:18px}.product-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin-top:60px}.product-grid article{background:white;padding:16px}.product-grid img{width:100%;aspect-ratio:1;object-fit:contain;background:#f5f1eb}.product-grid h3{font-size:15px;letter-spacing:.08em;margin:18px 5px 5px}.product-grid p{margin:5px}.split{display:grid;grid-template-columns:1fr 1fr;gap:80px;border-top:1px solid var(--line)}.split .text-link{display:inline-block;margin-top:25px;color:var(--red);font-weight:800}.global{padding:120px max(7vw,44px);background:#171514;color:white}.global p{max-width:760px}.global>p:last-child{color:#c8c2be}.global h2{font-size:clamp(50px,7vw,96px)}footer{padding:70px max(7vw,44px);background:white}.footer-logo img{width:150px}footer>p{color:var(--muted)}footer>a{font-size:18px;font-weight:700}.footer-bottom{display:flex;justify-content:space-between;margin-top:70px;padding-top:20px;border-top:1px solid var(--line);font-size:12px;color:var(--muted)}@media(max-width:900px){.site-header{height:72px;padding:0 20px}.site-header nav{display:none}.hero{min-height:auto;grid-template-columns:1fr;padding:70px 24px}.hero-visual{min-height:390px}.hero-visual img{max-height:350px}.facts{margin:0}.facts div{padding:20px 8px}.section{padding:80px 24px}.feature-grid,.product-grid{grid-template-columns:1fr}.try-banner{margin:0 14px;padding:40px 22px;grid-template-columns:1fr;gap:35px}.split{grid-template-columns:1fr;gap:20px}.global{padding:85px 24px}.try-link{padding:10px 14px}.brand-mark img{width:108px}}@media(max-width:520px){.hero h1{font-size:57px}.hero-actions{flex-direction:column;align-items:stretch}.facts span{font-size:10px}.facts b{font-size:20px}.try-examples{gap:8px}}
