
:root{--milk:#fffaf2;--ink:#141414;--line:#171717;--pink:#ff8fbd;--mint:#86dec7;--lemon:#ffe16a;--blue:#b8d9ff;--soft:#f5efe4}*{box-sizing:border-box}body{margin:0;background:var(--milk);color:var(--ink);font-family:ui-sans-serif,Inter,system-ui,-apple-system,Segoe UI,sans-serif}a{color:inherit}.top{position:sticky;top:0;background:rgba(255,250,242,.88);backdrop-filter:blur(16px);z-index:8;border-bottom:2px solid var(--line)}.bar{max-width:1160px;margin:auto;display:flex;justify-content:space-between;align-items:center;padding:12px 18px}.brand{font-weight:900;letter-spacing:-.04em;text-decoration:none}.nav{display:flex;gap:12px;font-size:12px;text-transform:uppercase;letter-spacing:.1em}.nav a{text-decoration:none}.hero{max-width:1160px;margin:0 auto;padding:54px 18px 20px}.heroGrid{display:grid;grid-template-columns:1.05fr .95fr;gap:24px;align-items:stretch}.titleBox{border:2px solid var(--line);border-radius:32px;padding:34px;background:linear-gradient(135deg,#fffaf2,#fff2f8);box-shadow:10px 10px 0 var(--pink);display:flex;flex-direction:column;justify-content:space-between;min-height:560px}.eyebrow{font-size:12px;text-transform:uppercase;letter-spacing:.16em}.hero h1{font-size:clamp(58px,9vw,130px);line-height:.82;letter-spacing:-.09em;margin:24px 0;font-weight:950}.hero p{font-size:18px;max-width:520px;line-height:1.45}.cta{display:flex;gap:12px;flex-wrap:wrap;margin-top:24px}.btn{display:inline-flex;border:2px solid var(--line);background:var(--ink);color:var(--milk);border-radius:999px;padding:13px 18px;text-decoration:none;font-weight:800;box-shadow:4px 4px 0 var(--lemon)}.btn.alt{background:var(--milk);color:var(--ink);box-shadow:4px 4px 0 var(--mint)}.heroImg{border:2px solid var(--line);border-radius:32px;overflow:hidden;background:white;box-shadow:10px 10px 0 var(--mint)}.heroImg img{width:100%;height:100%;object-fit:cover;display:block}.strip{max-width:1160px;margin:20px auto 0;padding:0 18px;display:grid;grid-template-columns:repeat(4,1fr);gap:12px}.pill{border:2px solid var(--line);border-radius:999px;padding:16px 18px;background:white;font-weight:900;text-align:center}.pill:nth-child(2){background:#fff0f7}.pill:nth-child(3){background:#effffb}.pill:nth-child(4){background:#fff8c9}.rail{max-width:1160px;margin:54px auto;padding:0 18px}.head{display:flex;align-items:end;justify-content:space-between;margin-bottom:18px}.head h2{font-size:clamp(38px,6vw,78px);line-height:.88;letter-spacing:-.08em;margin:0}.head p{max-width:350px;line-height:1.45}.cards{display:grid;grid-template-columns:1fr;gap:14px}.card{display:grid;grid-template-columns:180px 1fr 160px;gap:18px;align-items:center;border:2px solid var(--line);border-radius:28px;background:white;padding:14px;text-decoration:none;min-height:190px}.card:nth-child(2n){background:#fff4df}.card img{width:180px;height:150px;object-fit:cover;border-radius:20px;border:2px solid var(--line)}.card h3{font-size:34px;line-height:.94;letter-spacing:-.05em;margin:0}.card p{margin:8px 0 0;line-height:1.42}.tag{justify-self:end;border:2px solid var(--line);border-radius:999px;padding:10px 14px;background:var(--lemon);font-weight:900}.matrix{max-width:1160px;margin:58px auto;padding:0 18px;display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.note{min-height:190px;border:2px solid var(--line);border-radius:30px;padding:24px;background:#fff}.note:nth-child(1){background:#fff0f7}.note:nth-child(2){background:#effffb}.note:nth-child(3){background:#fff8c9}.note b{display:block;font-size:28px;letter-spacing:-.04em;margin-bottom:10px}.page{max-width:1160px;margin:auto;padding:56px 18px}.crumb{text-decoration:none;text-transform:uppercase;letter-spacing:.12em;font-size:12px}.pageTop{display:grid;grid-template-columns:.85fr 1.15fr;gap:24px;align-items:end;margin-top:18px}.pageTop h1{font-size:clamp(48px,8vw,108px);line-height:.85;letter-spacing:-.08em;margin:20px 0}.pageTop img{width:100%;height:520px;object-fit:cover;border:2px solid var(--line);border-radius:32px;box-shadow:10px 10px 0 var(--pink)}.shop{margin:36px 0;border:2px solid var(--line);border-radius:32px;padding:24px;background:var(--ink);color:var(--milk);display:flex;align-items:center;justify-content:space-between;gap:20px}.checks{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.check{border:2px solid var(--line);border-radius:26px;background:white;padding:20px}footer{border-top:2px solid var(--line);margin-top:60px;padding:30px 18px;color:#555}.foot{max-width:1160px;margin:auto;display:flex;justify-content:space-between;gap:24px}.disc{max-width:580px}@media(max-width:860px){.heroGrid,.pageTop{grid-template-columns:1fr}.titleBox{min-height:auto}.strip,.matrix,.checks{grid-template-columns:1fr}.card{grid-template-columns:1fr}.card img{width:100%;height:auto}.tag{justify-self:start}.nav{display:none}.shop{display:block}.foot{display:block}.hero h1{font-size:62px}.pageTop img{height:auto}}@media(max-width:480px){.titleBox,.heroImg,.card,.note,.pageTop img,.shop{border-radius:22px}.hero{padding-top:30px}.head{display:block}.btn{width:100%;justify-content:center}.card h3{font-size:30px}}