:root {
  --ink: #162033;
  --muted: #687387;
  --navy: #111d33;
  --cream: #f6f2eb;
  --white: #fff;
  --line: #e5e0d8;
  --pink: #ff6f91;
  --pink-dark: #d9476c;
  --mint: #bcefe3;
  --shadow: 0 18px 50px rgba(17, 29, 51, .09);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--cream); font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans", "Yu Gothic UI", Meiryo, sans-serif; font-size: 16px; line-height: 1.7; }
a { color: inherit; }
img { display: block; max-width: 100%; }
.shell { width: min(1080px, calc(100% - 40px)); margin-inline: auto; }
.site-header { position: sticky; top: 0; z-index: 20; color: #fff; background: rgba(17, 29, 51, .95); backdrop-filter: blur(12px); }
.header-inner { min-height: 66px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 10px; font-weight: 900; text-decoration: none; }
.brand-mark { width: 33px; height: 33px; display: inline-grid; place-items: center; border-radius: 11px; color: var(--navy); background: var(--mint); font-size: 18px; }
.site-header nav a { color: #f3f5fa; text-decoration: none; font-size: .9rem; font-weight: 800; }
.ad-notice { margin: 20px 0 0; padding: 9px 13px; color: #5d4450; background: #fff0f4; border-radius: 10px; font-size: .8rem; font-weight: 800; }
.official-visual-link { display: inline-flex; margin-top: 14px; color: #2c6573; font-size: .9rem; font-weight: 900; }
.hero { color: #fff; background: var(--navy); overflow: hidden; }
.hero-grid { min-height: 510px; display: grid; grid-template-columns: 1fr .9fr; align-items: center; gap: 48px; }
.hero-copy { padding-block: 74px; position: relative; z-index: 2; }
.eyebrow { margin: 0; color: var(--pink-dark); font-size: .75rem; font-weight: 900; letter-spacing: .15em; }
.hero .eyebrow { color: var(--mint); }
.hero h1 { margin: 12px 0 20px; font-size: clamp(2.5rem, 5.5vw, 4.8rem); line-height: 1.1; letter-spacing: -.05em; }
.hero-lead { max-width: 34rem; color: #d9e0ec; font-size: 1.06rem; }
.primary-link, .buy-link { display: inline-flex; align-items: center; justify-content: center; border-radius: 999px; color: #fff; background: var(--pink); font-weight: 900; text-decoration: none; box-shadow: 0 10px 25px rgba(255,111,145,.24); }
.primary-link { margin-top: 18px; padding: 13px 23px; }
.hero-shop { min-width: 0; }
.hero-pr { margin: 0 0 10px; color: #aebbd0; font-size: .72rem; font-weight: 800; text-align: right; }
.hero-products { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 14px; transform: rotate(2deg); }
.hero-product-card { display: block; overflow: hidden; color: var(--ink); background: #fff; border-radius: 24px; box-shadow: var(--shadow); text-decoration: none; }
.hero-product-card img { width: 100%; height: 260px; padding: 20px; object-fit: contain; background: #fff; }
.hero-product-card span { display: block; min-height: 66px; padding: 13px 17px 16px; font-size: .82rem; font-weight: 900; line-height: 1.45; }
.hero-product-card:last-child { transform: translateY(38px); }
.section { padding-block: 74px; }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 20px; margin-bottom: 25px; }
.section-heading h2, .page-hero h1 { margin: 5px 0 0; font-size: clamp(2rem, 4vw, 3rem); line-height: 1.25; }
.section-heading > a, .text-link { color: var(--pink-dark); font-weight: 900; }
.card-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.work-shortcuts { padding-top: 62px; padding-bottom: 10px; }
.work-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.work-card { min-height: 170px; display: flex; flex-direction: column; justify-content: flex-end; padding: 25px; color: #fff; background: linear-gradient(145deg, #172640, #273c5c); border-radius: 20px; text-decoration: none; box-shadow: var(--shadow); }
.work-card span { color: var(--mint); font-size: .7rem; font-weight: 900; letter-spacing: .13em; }
.work-card strong { margin: 6px 0 4px; font-size: 1.35rem; line-height: 1.35; }
.work-card small { color: #c9d3e2; font-size: .82rem; }
.article-card { min-width: 0; overflow: hidden; padding-bottom: 23px; background: #fff; border: 1px solid var(--line); border-radius: 20px; box-shadow: var(--shadow); }
.card-image { display: block; margin-bottom: 20px; background: #f8f8f8; }
.card-image img { width: 100%; height: 230px; padding: 18px; object-fit: contain; transition: transform .2s ease; }
.card-image:hover img { transform: scale(1.025); }
.article-card > :not(.card-image) { margin-left: 23px; margin-right: 23px; }
.work-label { color: #68758b; font-size: .75rem; font-weight: 900; letter-spacing: .02em; }
.article-card h3 { margin-top: 9px !important; margin-bottom: 9px !important; font-size: 1.25rem; line-height: 1.45; }
.article-card h3 a { text-decoration: none; }
.short-answer { color: var(--muted); font-size: .9rem; }
.text-link { display: inline-block; margin-top: 7px; text-decoration: none; }
.page-hero { padding-top: 68px; }
.page-hero > p:last-child { max-width: 45rem; color: var(--muted); }
.article { max-width: 940px; padding-block: 34px 90px; }
.breadcrumbs { display: flex; gap: 8px; color: var(--muted); font-size: .8rem; }
.article-header { max-width: 760px; padding: 43px 0 31px; }
.article-header h1 { margin: 10px 0 14px; font-size: clamp(2.1rem, 5vw, 3.7rem); line-height: 1.22; letter-spacing: -.04em; }
.article-lead { margin: 0; color: var(--muted); font-size: 1.02rem; }
.product-stack { display: grid; gap: 25px; }
.product-card { display: grid; grid-template-columns: minmax(280px, .95fr) 1.05fr; overflow: hidden; background: #fff; border: 1px solid var(--line); border-radius: 24px; box-shadow: var(--shadow); }
.product-photo { min-height: 390px; display: grid; place-items: center; padding: 32px; background: #fafafa; }
.product-photo img { width: 100%; height: 330px; object-fit: contain; }
.product-copy { align-self: center; padding: 42px; }
.product-label { display: inline-block; margin: 0 0 12px; padding: 5px 11px; color: #7d2942; background: #ffe7ed; border-radius: 999px; font-size: .76rem; font-weight: 900; }
.product-copy h2 { margin: 0 0 12px; font-size: clamp(1.65rem, 4vw, 2.45rem); line-height: 1.28; }
.product-note { color: var(--muted); }
.product-price { margin: 20px 0; font-size: 1.2rem; font-weight: 900; }
.buy-links { display: flex; align-items: center; flex-wrap: wrap; gap: 15px; }
.buy-link { min-width: 170px; padding: 13px 22px; }
.sub-link { color: #526079; font-size: .87rem; font-weight: 800; }
.small-note { margin: 19px 4px 0; color: var(--muted); font-size: .78rem; }
.character-sections { padding-top: 35px; }
.character-block + .character-block { margin-top: 70px; }
.character-heading { display: flex; align-items: center; justify-content: space-between; margin-bottom: 20px; padding-bottom: 12px; border-bottom: 2px solid var(--ink); }
.character-heading h2 { margin: 0; font-size: clamp(1.55rem, 4vw, 2.2rem); }
.character-heading span { color: var(--muted); font-size: .84rem; font-weight: 800; }
.prose-page { max-width: 780px; padding-block: 70px 92px; }
.prose-page h1 { margin: 5px 0 20px; font-size: clamp(2rem, 5vw, 3.2rem); }
.article-body h2 { margin-top: 38px; font-size: 1.5rem; }
.article-body p, .article-body li { color: #334158; }
.site-footer { padding-block: 42px; color: #c0cada; background: var(--navy); }
.footer-grid { display: grid; grid-template-columns: 1.3fr .7fr; gap: 40px; }
.footer-brand { color: #fff; }
.footer-grid p { max-width: 38rem; font-size: .84rem; }
.footer-grid nav { display: grid; grid-template-columns: 1fr 1fr; gap: 6px 18px; align-content: start; }
.footer-grid nav a { color: #eef2f8; font-size: .82rem; }
@media (max-width: 820px) {
  .shell { width: min(100% - 28px, 680px); }
  .hero-grid { min-height: auto; grid-template-columns: 1fr; gap: 0; }
  .hero-copy { padding: 48px 2px 25px; }
  .hero h1 { font-size: clamp(2.35rem, 11vw, 3.8rem); }
  .hero-shop { padding-bottom: 48px; }
  .hero-pr { text-align: left; }
  .hero-products { transform: none; }
  .hero-product-card { border-radius: 17px; }
  .hero-product-card img { height: 175px; padding: 12px; }
  .hero-product-card span { min-height: 70px; padding: 10px 12px 13px; font-size: .74rem; }
  .hero-product-card:last-child { transform: translateY(18px); }
  .section { padding-block: 52px; }
  .card-grid, .work-grid, .footer-grid { grid-template-columns: 1fr; }
  .card-image img { height: 260px; }
  .article { padding-top: 22px; }
  .article-header { padding-top: 30px; }
  .product-card { grid-template-columns: 1fr; }
  .product-photo { min-height: 300px; padding: 22px; }
  .product-photo img { height: 270px; }
  .product-copy { padding: 28px 23px 31px; }
  .buy-link { width: 100%; }
  .footer-grid { gap: 24px; }
}
@media (min-width: 821px) and (max-width: 1050px) {
  .shell { width: min(100% - 48px, 920px); }
  .hero-grid { grid-template-columns: 1fr .82fr; gap: 30px; }
  .hero-product-card img { height: 220px; }
  .card-grid { grid-template-columns: repeat(2, 1fr); }
  .work-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 520px) {
  .shell { width: calc(100% - 24px); }
  .header-inner { min-height: 60px; gap: 10px; }
  .brand { gap: 7px; font-size: .9rem; }
  .brand-mark { width: 30px; height: 30px; border-radius: 9px; }
  .site-header nav a { display: inline-flex; min-height: 44px; align-items: center; font-size: .78rem; }
  .hero-copy { padding-top: 38px; }
  .hero h1 { font-size: clamp(2rem, 11vw, 3rem); }
  .hero-lead { font-size: .96rem; }
  .primary-link { width: 100%; min-height: 50px; }
  .hero-products { gap: 8px; }
  .hero-product-card img { height: 145px; padding: 9px; }
  .hero-product-card span { min-height: 78px; padding: 9px 10px 12px; font-size: .7rem; }
  .section-heading { align-items: center; }
  .section-heading > a { font-size: .82rem; white-space: nowrap; }
  .card-image img { height: 220px; }
  .article-header h1 { font-size: 2rem; }
  .breadcrumbs { overflow-x: auto; padding-bottom: 4px; white-space: nowrap; }
  .product-photo { min-height: 250px; }
  .product-photo img { height: 225px; }
  .buy-link { min-height: 50px; }
  .footer-grid nav { grid-template-columns: 1fr; gap: 10px; }
}
