:root {
  --pink: #d70051;
  --pink-dark: #b60045;
  --pink-soft: #fff0f5;
  --navy: #003552;
  --navy-light: #0b4e70;
  --teal: #2da0af;
  --yellow: #f2c24a;
  --ink: #313131;
  --muted: #657078;
  --line: #d9d9d9;
  --paper: #ffffff;
  --offwhite: #f7f7f5;
  --radius-sm: 14px;
  --radius-md: 24px;
  --radius-lg: 48px;
  --shadow: 0 18px 50px rgba(0, 53, 82, .11);
  --max: 1180px;
  --header-height: 92px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: calc(var(--header-height) + 20px); }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: "Noto Sans JP", sans-serif; line-height: 1.8; -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
img, svg { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; top: 8px; left: 8px; z-index: 9999; padding: 10px 16px; color: #fff; background: var(--navy); transform: translateY(-150%); }
.skip-link:focus { transform: none; }
.section-inner { width: min(calc(100% - 48px), var(--max)); margin-inline: auto; }
.sp-only { display: none; }

.site-header { position: sticky; top: 0; z-index: 1000; height: var(--header-height); background: rgba(255,255,255,.96); border-bottom: 1px solid rgba(0,53,82,.08); backdrop-filter: blur(16px); transition: box-shadow .25s ease, height .25s ease; }
.site-header.is-scrolled { box-shadow: 0 10px 35px rgba(0,53,82,.10); }
.header-inner { width: min(calc(100% - 40px), 1240px); height: 100%; margin: auto; display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.brand { width: 178px; flex: none; }
.brand img { width: 100%; height: auto; }
.global-nav { display: flex; align-items: center; gap: clamp(18px, 2vw, 32px); font-size: .84rem; font-weight: 700; }
.global-nav > a:not(.nav-cta) { position: relative; white-space: nowrap; }
.global-nav > a:not(.nav-cta)::after { content: ""; position: absolute; left: 0; right: 0; bottom: -7px; height: 2px; background: var(--pink); transform: scaleX(0); transform-origin: right; transition: transform .2s ease; }
.global-nav > a:not(.nav-cta):hover::after { transform: scaleX(1); transform-origin: left; }
.nav-cta { display: inline-flex; align-items: center; gap: 15px; min-height: 48px; padding: 0 23px; color: #fff; background: var(--pink); border-radius: 999px; box-shadow: 0 8px 20px rgba(215,0,81,.23); transition: transform .2s ease, background .2s ease; }
.nav-cta:hover { background: var(--pink-dark); transform: translateY(-2px); }
.nav-cta span { font-size: 1.2rem; }
.menu-button { display: none; }

.hero { position: relative; overflow: hidden; padding-top: clamp(42px, 4.5vw, 62px); background: linear-gradient(112deg, #fff 0 54%, #f3f7f8 54% 100%); }
.hero::before { display: none; content: "ORIGINAL\A PRINT &\A DIGITAL CREATIVE"; position: absolute; left: calc(50% - 765px); top: 96px; bottom: 34px; width: 118px; overflow: hidden; color: rgba(0,53,82,.055); font: 900 2.35rem/.9 "Inter", sans-serif; letter-spacing: .02em; white-space: pre; writing-mode: vertical-rl; pointer-events: none; }
.hero-decoration--dots { position: absolute; width: 180px; height: 180px; right: -45px; top: 40px; opacity: .34; background-image: radial-gradient(var(--teal) 2px, transparent 2px); background-size: 16px 16px; }
.hero-inner { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0, .92fr) minmax(490px, 1.08fr); gap: clamp(38px, 6vw, 84px); align-items: center; min-height: 560px; padding-bottom: 60px; }
.eyebrow { margin: 0 0 20px; color: var(--navy); font-size: .85rem; font-weight: 800; letter-spacing: .03em; }
.eyebrow span { display: inline-block; margin-right: 12px; padding: 5px 10px; color: #fff; background: var(--navy); font: 700 .66rem/1.3 "Noto Sans JP", sans-serif; letter-spacing: .12em; border-radius: 4px; vertical-align: middle; }
.hero h1 { margin: 0; color: var(--navy); font-family: "Zen Maru Gothic", sans-serif; font-size: clamp(2.75rem, 3.95vw, 4.25rem); font-weight: 900; line-height: 1.27; letter-spacing: -.04em; }
.hero-title-line { display: block; white-space: nowrap; }
.hero h1 em { position: relative; color: var(--pink); font-style: normal; z-index: 1; }
.hero h1 em::after { content: ""; position: absolute; left: -.05em; right: -.05em; bottom: .04em; height: .22em; background: var(--yellow); opacity: .5; z-index: -1; transform: rotate(-1deg); }
.hero-lead { max-width: 640px; margin: 22px 0 0; font-size: clamp(.94rem, 1.05vw, 1.04rem); line-height: 1.9; }
.hero-actions { display: flex; align-items: center; gap: 28px; margin-top: 25px; }
.button { display: inline-flex; justify-content: center; align-items: center; gap: 26px; min-height: 64px; padding: 0 34px; border-radius: 999px; font-weight: 800; box-shadow: 0 12px 28px rgba(0,53,82,.13); transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button:hover { transform: translateY(-3px); box-shadow: 0 16px 34px rgba(0,53,82,.18); }
.button span { font-size: 1.4em; line-height: 1; }
.button--primary { color: #fff; background: var(--pink); }
.button--primary:hover { background: var(--pink-dark); }
.text-link { color: var(--navy); font-weight: 700; border-bottom: 1px solid var(--navy); }
.hero-points { display: flex; flex-wrap: wrap; gap: 8px 18px; margin: 18px 0 0; padding: 0; list-style: none; color: var(--navy); font-size: .83rem; font-weight: 700; }
.hero-points li { display: flex; align-items: center; gap: 7px; }
.check { display: inline-grid; place-items: center; width: 20px; height: 20px; color: #fff; background: var(--teal); border-radius: 50%; font-size: .7rem; }

.hero-visual { position: relative; min-width: 0; }
.hero-visual--photo { padding: 6px; }
.hero-photo-frame { position: relative; margin: 0; overflow: hidden; background: #f4f7f8; border: 1px solid rgba(0,53,82,.06); border-radius: 118px 24px 118px 24px; box-shadow: var(--shadow); }
.hero-photo-frame::after { content: ""; position: absolute; inset: 0; pointer-events: none; border-radius: inherit; box-shadow: inset 0 0 0 1px rgba(255,255,255,.65); }
.hero-photo { width: 100%; height: auto; aspect-ratio: 1; object-fit: cover; }
.visual-stage { position: relative; aspect-ratio: 1.03; min-height: 510px; border-radius: 150px 24px 150px 24px; background: linear-gradient(145deg, #fff 0%, #e9f4f5 100%); box-shadow: var(--shadow); border: 1px solid rgba(0,53,82,.06); overflow: hidden; }
.visual-stage::before { content: ""; position: absolute; inset: 8%; border: 1px dashed rgba(45,160,175,.34); border-radius: 50%; transform: rotate(-18deg); }
.visual-sun { position: absolute; width: 240px; height: 240px; right: 14%; top: 12%; border-radius: 50%; background: var(--yellow); opacity: .38; }
.visual-caption { position: absolute; z-index: 20; padding: 9px 18px; color: var(--navy); background: #fff; border-radius: 999px; box-shadow: 0 8px 24px rgba(0,53,82,.14); font-family: "Zen Maru Gothic", sans-serif; font-size: .9rem; font-weight: 700; }
.visual-caption span { color: var(--pink); }
.visual-caption--top { top: 4%; left: -3%; transform: rotate(-2deg); }
.visual-caption--bottom { right: -2%; bottom: 5%; color: #fff; background: var(--navy); transform: rotate(2deg); }
.mock { position: absolute; z-index: 3; filter: drop-shadow(0 14px 12px rgba(0,53,82,.16)); }
.mock--shirt { width: 37%; left: 5%; top: 31%; transform: rotate(-5deg); z-index: 6; }
.mock--sign { left: 7%; top: 10%; display: flex; gap: 10px; align-items: center; width: 37%; padding: 13px; color: #fff; background: var(--navy); border: 7px solid #fff; border-radius: 8px; transform: rotate(-4deg); }
.sign-mark { display: grid; place-items: center; width: 38px; height: 38px; color: #fff; background: var(--pink); border-radius: 4px; font-weight: 900; }
.mock--sign b, .mock--sign small { display: block; line-height: 1.15; }
.mock--sign b { font-size: clamp(.65rem, 1vw, .9rem); }
.mock--sign small { margin-top: 4px; color: #bfe8ed; font-size: .5rem; }
.mock--flag { right: 4%; top: 9%; display: grid; place-items: center; width: 13%; height: 39%; color: #fff; background: var(--pink); border-left: 7px solid #fff; border-radius: 0 8px 8px 0; transform: rotate(3deg); }
.mock--flag::before { content: ""; position: absolute; left: -15px; top: -8px; width: 7px; height: 116%; background: var(--navy); border-radius: 4px; }
.mock--flag span { writing-mode: vertical-rl; font: 900 clamp(.65rem, 1.3vw, 1.1rem)/1.2 "Noto Sans JP", sans-serif; letter-spacing: .12em; }
.mock--laptop { width: 55%; right: 7%; bottom: 12%; z-index: 7; transform: rotate(2deg); }
.laptop-screen { aspect-ratio: 1.55; padding: 7px; background: var(--navy); border-radius: 10px 10px 5px 5px; }
.browser-bar { display: flex; gap: 3px; height: 10%; align-items: center; padding-inline: 5px; background: #fff; border-radius: 4px 4px 0 0; }
.browser-bar i { width: 4px; height: 4px; background: var(--pink); border-radius: 50%; }
.web-hero { position: relative; height: 58%; padding: 8% 7%; color: var(--navy); background: linear-gradient(120deg, #fff 0 58%, #f8dbe6 58%); overflow: hidden; }
.web-hero::after { content: ""; position: absolute; width: 38%; aspect-ratio: 1; right: 7%; top: 12%; border-radius: 50% 50% 16% 50%; background: var(--teal); }
.web-hero small, .web-hero b { position: relative; z-index: 1; display: block; }
.web-hero small { color: var(--pink); font-size: clamp(.3rem, .55vw, .5rem); font-weight: 900; }
.web-hero b { margin-top: 3%; font-size: clamp(.48rem, .9vw, .78rem); line-height: 1.4; }
.web-hero span { display: block; width: 23%; height: 8%; margin-top: 5%; background: var(--pink); border-radius: 99px; }
.web-cards { display: flex; justify-content: center; gap: 5%; height: 32%; padding: 5%; background: #fff; }
.web-cards i { width: 26%; background: #e7eef0; border-radius: 3px; }
.laptop-base { width: 114%; height: 13px; margin-left: -7%; background: linear-gradient(#e7e7e7, #aeb7bc); border-radius: 2px 2px 12px 12px; }
.mock--phone { width: 18%; right: 5%; bottom: 27%; z-index: 8; padding: 5px; background: var(--navy); border-radius: 12px; transform: rotate(8deg); }
.phone-top { width: 35%; height: 3px; margin: 2px auto 5px; background: #718b9a; border-radius: 99px; }
.social-image { aspect-ratio: .82; display: flex; flex-direction: column; justify-content: center; align-items: center; color: #fff; background: linear-gradient(145deg, var(--pink), #ec5b91); }
.social-image span { padding: 1px 4px; color: var(--pink); background: #fff; font-size: clamp(.22rem, .4vw, .36rem); font-weight: 900; }
.social-image b { font-size: clamp(.48rem, .9vw, .8rem); line-height: 1.2; }
.social-image small { font-size: clamp(.18rem, .32vw, .28rem); }
.social-lines { padding: 5px 2px 2px; background: #fff; }
.social-lines i { display: block; width: 82%; height: 2px; margin: 3px; background: #c6c6c6; }
.social-lines i + i { width: 55%; }
.mock--tote { width: 22%; left: 31%; bottom: 5%; z-index: 9; transform: rotate(5deg); }
.tote-handle { width: 45%; aspect-ratio: 1; margin: 0 auto -26%; border: 7px solid var(--pink); border-bottom: 0; border-radius: 50% 50% 0 0; }
.tote-body { position: relative; display: grid; place-items: center; aspect-ratio: .9; color: var(--pink); background: #fff2d4; clip-path: polygon(8% 0, 92% 0, 100% 100%, 0 100%); font-size: clamp(.5rem, .9vw, .78rem); font-weight: 900; line-height: 1.2; text-align: center; }
.mock--card { left: 4%; bottom: 13%; width: 25%; padding: 10px 12px; background: #fff; border: 2px solid var(--teal); border-radius: 5px; transform: rotate(-9deg); }
.mock--card small, .mock--card b, .mock--card span { display: block; }
.mock--card small { color: var(--teal); font-size: clamp(.28rem, .5vw, .44rem); font-weight: 900; }
.mock--card b { color: var(--navy); font-family: "Zen Maru Gothic", sans-serif; font-size: clamp(.5rem, .8vw, .72rem); }
.mock--card span { color: var(--pink); font-size: clamp(.3rem, .5vw, .45rem); }
.spark { position: absolute; z-index: 10; color: var(--pink); font-size: 1.6rem; }
.spark--1 { left: 44%; top: 14%; }
.spark--2 { right: 26%; top: 7%; color: var(--teal); }
.spark--3 { left: 47%; bottom: 24%; color: var(--yellow); font-size: .85rem; }
.hero-ticker { overflow: hidden; padding: 14px 0; color: #fff; background: var(--navy); font: 700 .78rem/1 "Noto Sans JP", sans-serif; letter-spacing: .16em; white-space: nowrap; }
.hero-ticker div { width: max-content; animation: ticker 24s linear infinite; }
.hero-ticker div::after { content: "  UNIFORM ● SIGN ● NOVELTY ● WEBSITE ● LANDING PAGE ● SOCIAL MEDIA ●"; }
.hero-ticker i { margin: 0 22px; color: var(--pink); font-style: normal; }
@keyframes ticker { to { transform: translateX(-50%); } }

.section { position: relative; padding: clamp(90px, 10vw, 145px) 0; }
.section-heading { max-width: 720px; margin-bottom: 54px; }
.section-heading--center { margin-inline: auto; text-align: center; }
.section-kicker { margin: 0 0 12px !important; color: var(--teal); font-size: .73rem !important; font-weight: 900; letter-spacing: .2em; }
.section-heading h2 { margin: 0; color: var(--navy); font-family: "Zen Maru Gothic", sans-serif; font-size: clamp(2.2rem, 4vw, 3.7rem); font-weight: 900; line-height: 1.35; letter-spacing: -.04em; }
.section-heading h2 span { color: var(--pink); }
.section-heading > p:last-child { margin: 20px 0 0; color: var(--muted); font-size: 1rem; }

.section--problems { background: #f5f5f5; }
.section--problems::before { content: ""; position: absolute; top: 0; left: 50%; width: 94px; height: 36px; background: var(--navy); clip-path: polygon(0 0,100% 0,50% 100%); transform: translateX(-50%); }
.problem-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.problem-card { position: relative; min-height: 345px; padding: 0 24px 28px; overflow: hidden; background: #fff; border-top: 5px solid var(--navy); border-radius: 0 0 var(--radius-md) var(--radius-md); box-shadow: 0 10px 30px rgba(0,53,82,.06); }
.problem-number { position: absolute; z-index: 3; top: 13px; right: 14px; display: grid; place-items: center; width: 42px; height: 42px; color: #fff; background: rgba(0,53,82,.88); border: 2px solid rgba(255,255,255,.82); border-radius: 50%; box-shadow: 0 7px 18px rgba(0,0,0,.22); font: 900 .8rem/1 "Noto Sans JP", sans-serif; backdrop-filter: blur(6px); }
.problem-photo { height: 165px; margin: 0 -24px; overflow: hidden; background: #f1f1ef; }
.problem-photo img { width: 100%; height: 100%; object-fit: cover; object-position: center; transition: transform .55s ease; }
.problem-card:hover .problem-photo img { transform: scale(1.035); }
.problem-icon { display: grid; place-items: center; width: 92px; height: 76px; padding: 8px; color: var(--navy); background: var(--pink-soft); border: 1px solid rgba(215,0,81,.08); border-radius: 20px; }
.problem-icon svg { width: 100%; height: 100%; overflow: visible; }
.problem-icon svg * { fill: none; stroke: currentColor; stroke-width: 2.5; stroke-linecap: round; stroke-linejoin: round; }
.problem-icon svg rect:not(.icon-accent, .icon-teal), .problem-icon svg circle:not(.icon-accent, .icon-teal) { fill: #fff; }
.problem-icon svg .icon-accent { fill: var(--pink); stroke: var(--pink); }
.problem-icon svg .icon-teal { fill: var(--teal); stroke: var(--teal); }
.problem-icon svg .icon-white { fill: none; stroke: #fff; }
.problem-icon svg circle.icon-white, .problem-icon svg rect.icon-white { fill: #fff; stroke: #fff; }
.problem-icon svg .icon-soft { stroke: #9fb3bd; }
.problem-icon svg .icon-dash { stroke: var(--pink); stroke-dasharray: 3 4; }
.problem-icon svg .icon-question { stroke-width: 3; }
.problem-icon--mismatch { background: #f2f7f8; border-color: rgba(45,160,175,.12); }
.problem-icon--undecided { background: #fff7df; border-color: rgba(242,194,74,.2); }
.problem-icon--deadline { background: #eaf6f7; border-color: rgba(45,160,175,.12); }
.problem-card h3 { margin: 22px 0 9px; color: var(--navy); font-size: 1.08rem; }
.problem-card p { margin: 0; color: var(--muted); font-size: .9rem; line-height: 1.8; }
.problem-answer { margin-top: 52px; text-align: center; }
.answer-arrow { display: grid; place-items: center; width: 44px; height: 44px; margin: 0 auto 12px; color: #fff; background: var(--pink); border-radius: 50%; }
.problem-answer p { margin: 0; font-weight: 700; }
.problem-answer strong { display: block; color: var(--navy); font-family: "Zen Maru Gothic", sans-serif; font-size: clamp(1.8rem, 3.5vw, 3.1rem); }
.problem-answer strong span { color: var(--pink); background: linear-gradient(transparent 68%, rgba(242,194,74,.6) 68%); }

.section--services { overflow: hidden; }
.section--services::before { content: "WHAT WE CAN CREATE"; position: absolute; right: -20px; top: 80px; color: rgba(0,53,82,.035); font-size: clamp(4rem, 10vw, 10rem); font-weight: 900; line-height: 1; white-space: nowrap; }
.service-grid { display: grid; grid-template-columns: repeat(12, 1fr); gap: 22px; }
.service-card { grid-column: span 6; position: relative; min-height: 500px; overflow: hidden; background: #f2f5f6; border-radius: 12px 54px 12px 54px; }
.service-card--wide { grid-column: span 7; }
.service-card:nth-child(2) { grid-column: span 5; }
.service-card:nth-child(3) { grid-column: span 5; }
.service-card--web { grid-column: span 7; color: #fff; background: var(--navy); }
.service-card--brand { grid-column: span 12; display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; min-height: 310px; background: #fff4f7; }
.service-card--brand .service-visual { height: 100%; min-height: 310px; }
.service-card--brand .service-content { padding: 45px 55px 45px 20px; }
.service-visual { position: relative; height: 310px; overflow: hidden; }
.service-visual--photo { background: #f4f2f0; }
.service-visual--photo::before { display: none; }
.service-visual--photo img { width: 100%; height: 100%; object-fit: cover; object-position: center; transition: transform .55s ease; }
.service-card:hover .service-visual--photo img { transform: scale(1.025); }
.service-visual--photo-dark { background: var(--navy); }
.service-visual::before { content: ""; position: absolute; width: 180px; height: 180px; right: 8%; top: 10%; background: #fff; border-radius: 50%; }
.service-visual--wear svg { position: relative; z-index: 2; width: 190px; margin: 28px auto 0; filter: drop-shadow(0 13px 10px rgba(0,53,82,.17)); }
.service-content { position: relative; padding: 5px 32px 34px; }
.service-index { position: absolute; right: 28px; top: 0; color: rgba(0,53,82,.13); font-size: 2.3rem; font-weight: 900; line-height: 1; }
.service-en { margin: 0 0 4px; color: var(--teal); font-size: .62rem; font-weight: 900; letter-spacing: .15em; }
.service-content h3 { margin: 0 0 12px; color: var(--navy); font-family: "Zen Maru Gothic", sans-serif; font-size: clamp(1.35rem, 2vw, 1.8rem); line-height: 1.4; }
.service-content > p:not(.service-en) { margin: 0; color: var(--muted); font-size: .9rem; }
.mini-sign { position: absolute; z-index: 2; left: 15%; top: 30px; width: 54%; padding: 28px 20px; color: #fff; background: var(--navy); border: 8px solid #fff; border-radius: 5px; box-shadow: 0 12px 25px rgba(0,53,82,.16); transform: rotate(-4deg); }
.mini-sign b, .mini-sign span { display: block; }
.mini-sign b { font-size: 1.1rem; }
.mini-sign span { color: #85d0d8; font-size: .7rem; }
.mini-flag { position: absolute; z-index: 3; right: 14%; top: 36px; width: 26%; height: 160px; padding-top: 30px; color: #fff; background: var(--pink); border-left: 5px solid var(--navy); writing-mode: vertical-rl; text-align: center; font-weight: 900; letter-spacing: .12em; box-shadow: 0 10px 20px rgba(0,53,82,.15); }
.mini-tote { position: absolute; z-index: 2; left: 15%; top: 49px; display: grid; place-items: center; width: 120px; height: 140px; color: var(--pink); background: #fff0c8; clip-path: polygon(10% 0,90% 0,100% 100%,0 100%); font-weight: 900; filter: drop-shadow(0 12px 10px rgba(0,53,82,.13)); }
.mini-cap { position: absolute; z-index: 3; left: 44%; top: 92px; display: grid; place-items: center; width: 120px; height: 65px; color: #fff; background: var(--navy); border-radius: 70px 70px 12px 12px; font-size: .7rem; font-weight: 900; transform: rotate(7deg); box-shadow: 22px 6px 0 -10px var(--navy); }
.mini-sticker { position: absolute; z-index: 4; right: 12%; top: 45px; display: grid; place-items: center; width: 72px; height: 72px; color: #fff; background: var(--pink); border: 6px solid #fff; border-radius: 50%; font-size: 2rem; transform: rotate(12deg); }
.service-card--web .service-visual::before { background: rgba(45,160,175,.22); }
.service-card--web .service-content h3, .service-card--web .service-content > p:not(.service-en) { color: #fff; }
.service-card--web .service-en { color: #8bd5de; }
.service-card--web .service-index { color: rgba(255,255,255,.14); }
.service-card--web .service-content small { display: block; margin-top: 8px; color: #b9d0dc; font-size: .7rem; }
.mini-browser { position: absolute; z-index: 2; left: 12%; top: 35px; width: 56%; height: 155px; padding: 32px 20px 18px; color: var(--navy); background: #fff; border: 7px solid #ccdbe1; border-radius: 9px; box-shadow: 0 16px 28px rgba(0,0,0,.22); }
.mini-browser::before { content: ""; position: absolute; inset: 0 0 auto; height: 20px; background: #eaf0f2; }
.mini-browser i { position: absolute; z-index: 1; left: 10px; top: 7px; width: 6px; height: 6px; background: var(--pink); border-radius: 50%; box-shadow: 10px 0 0 var(--yellow), 20px 0 0 var(--teal); }
.mini-browser b { font-family: "Zen Maru Gothic", sans-serif; font-size: 1rem; line-height: 1.35; }
.mini-browser span { display: block; width: 45%; height: 10px; margin-top: 12px; background: var(--pink); border-radius: 99px; }
.mini-phone { position: absolute; z-index: 3; right: 14%; top: 58px; width: 84px; height: 152px; padding: 38px 10px 10px; color: #fff; background: var(--pink); border: 7px solid #fff; border-radius: 16px; box-shadow: 0 15px 25px rgba(0,0,0,.25); transform: rotate(5deg); }
.mini-phone::before { content: ""; position: absolute; top: 9px; left: 50%; width: 24px; height: 3px; background: #ccc; border-radius: 99px; transform: translateX(-50%); }
.mini-phone b { font-size: .75rem; }
.mini-phone span { display: block; width: 80%; height: 5px; margin-top: 8px; background: rgba(255,255,255,.7); }
.service-visual--palette { display: flex; justify-content: center; align-items: center; gap: 12px; }
.service-visual--palette span { position: relative; z-index: 2; width: 54px; height: 54px; background: var(--color); border: 7px solid #fff; border-radius: 50%; box-shadow: 0 8px 18px rgba(0,53,82,.14); }
.service-visual--palette b { position: relative; z-index: 2; display: grid; place-items: center; width: 92px; height: 112px; color: var(--navy); background: #fff; border-radius: 8px; box-shadow: 0 12px 24px rgba(0,53,82,.12); font-family: "Zen Maru Gothic", sans-serif; font-size: 2rem; transform: rotate(4deg); }

.section--strength { color: #fff; overflow: hidden; background: var(--navy); }
.section--strength::before, .section--strength::after { content: ""; position: absolute; border-radius: 50%; border: 1px solid rgba(255,255,255,.12); }
.section--strength::before { width: 520px; height: 520px; left: -230px; top: -230px; }
.section--strength::after { width: 620px; height: 620px; right: -300px; bottom: -340px; }
.section-heading--light h2, .section-heading--light > p:last-child { color: #fff; }
.section-heading--light h2 span { color: #ffd9e8; }
.section-heading--light .section-kicker { color: #7ed1dc; }
.comparison { position: relative; z-index: 1; display: grid; grid-template-columns: 1fr 110px 1fr; align-items: stretch; max-width: 1000px; margin: 0 auto; }
.comparison-side { position: relative; min-height: 400px; padding: 40px; text-align: center; background: #fff; border-radius: var(--radius-md); }
.comparison-side h3 { margin: 10px 0 23px; color: var(--navy); font-family: "Zen Maru Gothic", sans-serif; font-size: 1.55rem; }
.comparison-side > p { margin: 25px 0 0; color: var(--muted); font-size: .9rem; }
.comparison-side--before { opacity: .86; }
.comparison-side--after { box-shadow: 0 0 0 5px var(--pink), 0 22px 55px rgba(0,0,0,.22); }
.comparison-label { display: inline-block; padding: 3px 12px; color: #fff; background: #909aa0; border-radius: 99px; font-size: .66rem; font-weight: 900; letter-spacing: .14em; }
.comparison-side--after .comparison-label { background: var(--pink); }
.vendor-cloud { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-top: 30px; }
.vendor-cloud span { display: grid; place-items: center; min-height: 67px; color: #67747a; background: #edf0f1; border: 1px solid #d4dadd; border-radius: 10px; font-size: .85rem; font-weight: 700; }
.comparison-bridge { position: relative; z-index: 3; display: flex; flex-direction: column; justify-content: center; align-items: center; color: #fff; }
.comparison-bridge span { display: grid; place-items: center; width: 84px; height: 84px; margin-bottom: 8px; background: var(--pink); border: 5px solid var(--navy); border-radius: 50%; font-size: .75rem; font-weight: 800; line-height: 1.4; text-align: center; }
.comparison-bridge b { font-size: 2.4rem; }
.brand-orbit { position: relative; width: 210px; height: 190px; margin: 0 auto; }
.brand-orbit::before { content: ""; position: absolute; inset: 22px; border: 1px dashed var(--teal); border-radius: 50%; }
.orbit-center { position: absolute; z-index: 2; left: 50%; top: 50%; display: grid; place-items: center; width: 88px; height: 88px; color: #fff; background: var(--navy); border-radius: 50%; font-size: .8rem; font-weight: 900; transform: translate(-50%, -50%); }
.orbit-item { position: absolute; z-index: 3; display: grid; place-items: center; width: 56px; height: 56px; color: #fff; background: var(--pink); border: 4px solid #fff; border-radius: 50%; font-size: .5rem; font-weight: 900; box-shadow: 0 5px 14px rgba(0,53,82,.15); }
.orbit-item--1 { left: 4px; top: 10px; }.orbit-item--2 { right: 3px; top: 16px; }.orbit-item--3 { right: 4px; bottom: 3px; background: var(--teal); }.orbit-item--4 { left: 0; bottom: 8px; background: var(--yellow); color: var(--navy); }
.comparison--photo { display: block; max-width: 1080px; }
.comparison-photo { position: relative; margin: 0; overflow: hidden; background: #f5f1ed; border: 5px solid #fff; border-radius: 28px; box-shadow: 0 24px 58px rgba(0,0,0,.24); }
.comparison-photo > img { width: 100%; height: auto; aspect-ratio: 16 / 9; object-fit: cover; }
.comparison-photo::after { content: ""; position: absolute; inset: 0; pointer-events: none; background: linear-gradient(180deg, rgba(0,53,82,.28), transparent 25%, transparent 78%, rgba(0,53,82,.14)); }
.comparison-photo-label { position: absolute; z-index: 2; top: 24px; display: flex; align-items: center; gap: 13px; padding: 10px 16px 10px 10px; color: var(--navy); background: rgba(255,255,255,.94); border-radius: 999px; box-shadow: 0 8px 22px rgba(0,53,82,.16); backdrop-filter: blur(8px); }
.comparison-photo-label--before { left: 24px; }
.comparison-photo-label--after { right: 24px; }
.comparison-photo-label span { padding: 5px 10px; color: #fff; background: #7b858b; border-radius: 999px; font-size: .62rem; font-weight: 900; letter-spacing: .12em; }
.comparison-photo-label--after span { background: var(--pink); }
.comparison-photo-label b { font-family: "Zen Maru Gothic", sans-serif; font-size: .9rem; }
.comparison-photo-bridge { position: absolute; z-index: 3; left: 50%; top: 50%; display: flex; flex-direction: column; align-items: center; color: #fff; transform: translate(-50%, -50%); }
.comparison-photo-bridge span { display: grid; place-items: center; width: 86px; height: 86px; background: var(--pink); border: 5px solid #fff; border-radius: 50%; font-size: .73rem; font-weight: 900; line-height: 1.35; text-align: center; box-shadow: 0 10px 25px rgba(0,0,0,.24); }
.comparison-photo-bridge b { margin-top: 6px; color: #fff; font-size: 2rem; text-shadow: 0 3px 10px rgba(0,0,0,.35); }
.comparison-notes { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; margin-top: 18px; }
.comparison-note { display: flex; flex-direction: column; padding: 26px; color: var(--navy); background: #fff; border-radius: 18px; }
.comparison-note--after { box-shadow: inset 0 0 0 3px var(--pink); }
.comparison-note-heading { display: flex; align-items: center; gap: 12px; margin-bottom: 18px; }
.comparison-note-badge { flex: 0 0 auto; padding: 5px 10px; color: #fff; background: #7b858b; border-radius: 999px; font-size: .6rem; font-weight: 900; letter-spacing: .12em; }
.comparison-note--after .comparison-note-badge { background: var(--pink); }
.comparison-note h3 { margin: 0; font-family: "Zen Maru Gothic", sans-serif; font-size: 1rem; line-height: 1.5; }
.comparison-route-list, .comparison-scope-list { margin: 0; padding: 0; list-style: none; }
.comparison-route-list { display: grid; gap: 7px; }
.comparison-route-list li { display: grid; grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr); align-items: center; gap: 8px; min-height: 43px; padding: 7px 10px; background: #f1f3f4; border: 1px solid #dce1e3; border-radius: 9px; font-size: .72rem; }
.comparison-route-list li > span { color: #56666e; }
.comparison-route-list li > b { color: #a6afb3; font-size: 1rem; }
.comparison-route-list li > strong { color: #354a54; }
.comparison-scope-list { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
.comparison-scope-list li { display: flex; align-items: center; gap: 8px; min-height: 43px; padding: 8px 10px; color: var(--navy); background: #eef9fa; border: 1px solid #bfe5e9; border-radius: 9px; font-size: .72rem; font-weight: 800; }
.comparison-scope-list li span { display: grid; place-items: center; flex: 0 0 21px; width: 21px; height: 21px; color: #fff; background: var(--teal); border-radius: 50%; font-size: .7rem; }
.comparison-one-stop { display: flex; justify-content: space-between; align-items: center; gap: 12px; margin-top: 10px; padding: 11px 13px; color: #fff; background: var(--navy); border-radius: 10px; }
.comparison-one-stop span { color: #bcd6df; font-size: .65rem; }
.comparison-one-stop strong { color: var(--yellow); font-size: .76rem; }
.comparison-note > p { margin: 18px 0 0; color: var(--muted); font-size: .8rem; line-height: 1.75; text-align: center; }
.comparison-note > p strong { color: var(--navy); font-size: .85rem; }
.benefit-grid { position: relative; z-index: 1; display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; margin-top: 75px; background: rgba(255,255,255,.2); border: 1px solid rgba(255,255,255,.2); }
.benefit { position: relative; min-height: 270px; padding: 30px 28px; overflow: hidden; background: var(--navy); transition: background .25s ease, transform .25s ease; }
.benefit::after { content: ""; position: absolute; width: 105px; height: 105px; right: -56px; bottom: -58px; border: 1px solid rgba(128,210,221,.16); border-radius: 50%; }
.benefit:hover { background: #06415f; transform: translateY(-3px); }
.benefit-top { position: relative; z-index: 1; display: flex; align-items: center; justify-content: space-between; gap: 18px; }
.benefit-number { color: #80d2dd; font: 900 clamp(3.2rem, 4.3vw, 4.5rem)/.82 "Inter", sans-serif; letter-spacing: -.08em; }
.benefit-icon { display: grid; place-items: center; flex: 0 0 64px; width: 64px; height: 64px; color: #fff; background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.14); border-radius: 50%; box-shadow: inset 0 0 0 5px rgba(255,255,255,.025); }
.benefit-icon svg { width: 50px; height: 50px; overflow: visible; }
.benefit-icon .bi-line, .benefit-icon .bi-white-line, .benefit-icon .bi-pink-line { fill: none; stroke-linecap: round; stroke-linejoin: round; }
.benefit-icon .bi-line { stroke: #d8edf1; stroke-width: 2.2; }
.benefit-icon .bi-white-line { stroke: #fff; stroke-width: 2.4; }
.benefit-icon .bi-pink-line { stroke: #ff4c88; stroke-width: 2.5; }
.benefit-icon .bi-paper { fill: #fff; }
.benefit-icon .bi-pink { fill: var(--pink); }
.benefit-icon .bi-teal { fill: #42c1cf; }
.benefit-icon .bi-yellow { fill: var(--yellow); }
.benefit-icon .bi-white { fill: #fff; }
.benefit-icon .bi-node { stroke: rgba(255,255,255,.65); stroke-width: 1.5; }
.benefit h3 { position: relative; z-index: 1; margin: 27px 0 10px; font-size: 1.08rem; }
.benefit p { margin: 0; color: #bcd0db; font-size: .82rem; line-height: 1.8; }

.section--scenes { background: #fff; }
.scene-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.scene-card { overflow: hidden; background: #fff; border: 1px solid #e0e6e8; border-radius: 12px 36px 12px 36px; box-shadow: 0 10px 30px rgba(0,53,82,.06); }
.scene-card > div:last-child { padding: 25px 26px 30px; }
.scene-card h3 { margin: 0 0 9px; color: var(--navy); font-family: "Zen Maru Gothic", sans-serif; font-size: 1.25rem; }
.scene-card p { margin: 0; color: var(--muted); font-size: .83rem; line-height: 1.8; }
.scene-image { position: relative; display: grid; place-items: center; height: 190px; overflow: hidden; color: #fff; background: var(--navy); }
.scene-image::before, .scene-image::after { content: ""; position: absolute; border-radius: 50%; }
.scene-image::before { width: 230px; height: 230px; left: -90px; top: -100px; background: rgba(255,255,255,.09); }
.scene-image::after { width: 120px; height: 120px; right: -30px; bottom: -45px; background: var(--pink); opacity: .75; }
.scene-image span { position: relative; z-index: 2; display: grid; place-items: center; width: 92px; height: 92px; background: rgba(255,255,255,.14); border: 1px solid rgba(255,255,255,.5); border-radius: 28px; font-size: 2.6rem; transform: rotate(-5deg); }
.scene-image b { position: absolute; z-index: 3; right: 17px; top: 12px; color: rgba(255,255,255,.45); font-size: 2rem; }
.scene-image--photo::before, .scene-image--photo::after { display: none; }
.scene-image--photo img { width: 100%; height: 100%; object-fit: cover; object-position: center; transition: transform .55s ease; }
.scene-card:hover .scene-image--photo img { transform: scale(1.035); }
.scene-image--photo b { display: grid; place-items: center; width: 43px; height: 43px; right: 14px; top: 13px; color: #fff; background: rgba(0,53,82,.84); border: 2px solid rgba(255,255,255,.8); border-radius: 50%; font-size: .82rem; font-weight: 900; box-shadow: 0 7px 18px rgba(0,0,0,.22); backdrop-filter: blur(6px); }
.scene-image--salon { background: #b40048; }.scene-image--salon::after { background: var(--yellow); }
.scene-image--construction { background: var(--teal); }.scene-image--construction::after { background: var(--navy); }
.scene-image--team { background: #e2aa21; }.scene-image--team::after { background: var(--pink); }
.scene-image--event { background: #174e68; }.scene-image--event::after { background: var(--teal); }
.scene-card--message { display: flex; flex-direction: column; justify-content: center; align-items: flex-start; min-height: 315px; padding: 42px; color: #fff; background: var(--pink); border: 0; }
.scene-card--message p { color: #fff; font-size: .95rem; }
.scene-card--message strong { font-family: "Zen Maru Gothic", sans-serif; font-size: 1.6rem; line-height: 1.55; }
.scene-card--message a { margin-top: 24px; padding-bottom: 3px; font-weight: 800; border-bottom: 1px solid #fff; }

.section--flow { background: var(--offwhite); }
.flow-list { display: grid; grid-template-columns: repeat(5, 1fr); gap: 16px; margin: 0; padding: 0; list-style: none; counter-reset: flow; }
.flow-list li { position: relative; min-height: 300px; padding: 26px 22px; overflow: hidden; background: #fff; border: 1px solid rgba(0,53,82,.06); border-radius: var(--radius-sm); box-shadow: 0 12px 30px rgba(0,53,82,.07); transition: transform .25s ease, box-shadow .25s ease; }
.flow-list li:hover { transform: translateY(-5px); box-shadow: 0 18px 38px rgba(0,53,82,.12); }
.flow-list li::before { content: ""; position: absolute; width: 95px; height: 95px; right: -42px; bottom: -50px; border-radius: 50%; background: rgba(45,160,175,.08); }
.flow-list li:not(:last-child)::after { content: "→"; position: absolute; z-index: 3; right: -20px; top: 85px; display: grid; place-items: center; width: 24px; height: 24px; color: var(--pink); background: var(--offwhite); font-weight: 900; }
.flow-number { color: var(--teal); font-size: .7rem; font-weight: 900; letter-spacing: .1em; }
.flow-icon { position: relative; display: grid; place-items: center; width: 92px; height: 84px; margin: 14px 0 20px; color: var(--navy); background: linear-gradient(145deg, #fff 10%, #eaf5f6 100%); border: 1px solid rgba(0,53,82,.08); border-radius: 24px 10px 24px 10px; box-shadow: inset 0 0 0 4px rgba(255,255,255,.68), 0 8px 18px rgba(0,53,82,.10); }
.flow-icon::after { content: ""; position: absolute; width: 20px; height: 20px; right: -5px; top: -6px; background: var(--pink); border: 4px solid #fff; border-radius: 50%; box-shadow: 0 4px 9px rgba(215,0,81,.2); }
.flow-icon svg { width: 84px; height: 77px; overflow: visible; }
.flow-icon svg .fi-line, .flow-icon svg .fi-soft, .flow-icon svg .fi-pink-line, .flow-icon svg .fi-white-line { fill: none; stroke-linecap: round; stroke-linejoin: round; }
.flow-icon svg .fi-line { stroke: var(--navy); stroke-width: 2.5; }
.flow-icon svg .fi-soft { stroke: #91a9b4; stroke-width: 2.3; }
.flow-icon svg .fi-pink-line { stroke: var(--pink); stroke-width: 2.8; }
.flow-icon svg .fi-white-line { stroke: #fff; stroke-width: 2.5; }
.flow-icon svg .fi-paper { fill: #fff; }
.flow-icon svg .fi-pink { fill: var(--pink); }
.flow-icon svg .fi-teal { fill: var(--teal); }
.flow-icon svg .fi-yellow { fill: var(--yellow); }
.flow-icon svg .fi-white { fill: #fff; stroke: none; }
.flow-icon svg .fi-wheel { stroke: var(--navy); stroke-width: 2.5; }
.flow-icon svg .fi-check { stroke-width: 3.2; }
.flow-list li:nth-child(even) .flow-icon { background: linear-gradient(145deg, #fff 10%, #fff0f5 100%); }
.flow-list li:nth-child(3) .flow-icon { background: linear-gradient(145deg, #fff 10%, #fff8df 100%); }
.flow-list h3 { margin: 0 0 10px; color: var(--navy); font-size: 1rem; }
.flow-list p { margin: 0; color: var(--muted); font-size: .8rem; line-height: 1.75; }
.flow-note { display: flex; justify-content: center; align-items: center; gap: 16px; width: fit-content; max-width: 100%; margin: 38px auto 0; padding: 13px 25px; color: var(--navy); background: #fff; border-radius: 999px; font-size: .82rem; box-shadow: 0 7px 20px rgba(0,53,82,.06); }
.flow-note span { color: #fff; padding: 2px 9px; background: var(--pink); border-radius: 99px; font-size: .62rem; font-weight: 900; letter-spacing: .1em; }

.faq-inner { display: grid; grid-template-columns: 320px 1fr; gap: 90px; align-items: start; }
.faq-inner .section-heading { position: sticky; top: calc(var(--header-height) + 38px); }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { position: relative; display: grid; grid-template-columns: 38px 1fr 24px; gap: 14px; align-items: center; padding: 26px 8px; color: var(--navy); font-weight: 700; cursor: pointer; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary > span, .faq-answer > span { display: grid; place-items: center; width: 34px; height: 34px; border-radius: 50%; font: 900 1rem/1 "Noto Sans JP", sans-serif; }
.faq-list summary > span { color: #fff; background: var(--pink); }
.faq-list summary i::before, .faq-list summary i::after { content: ""; position: absolute; right: 10px; top: 50%; width: 16px; height: 2px; background: var(--navy); transition: transform .2s ease; }
.faq-list summary i::after { transform: rotate(90deg); }
.faq-list details[open] summary i::after { transform: rotate(0); }
.faq-answer { display: grid; grid-template-columns: 38px 1fr; gap: 14px; padding: 0 50px 28px 8px; }
.faq-answer > span { color: var(--navy); background: #dceff2; }
.faq-answer p { margin: 3px 0 0; color: var(--muted); font-size: .9rem; }

.contact-section { position: relative; overflow: hidden; padding: clamp(75px, 9vw, 120px) 0; color: #fff; background: var(--pink); }
.contact-section::before { content: "ツクるってたのしい"; position: absolute; right: -20px; bottom: -15px; color: rgba(255,255,255,.08); font-family: "Zen Maru Gothic", sans-serif; font-size: clamp(4rem, 9vw, 8.5rem); font-weight: 900; white-space: nowrap; }
.contact-pattern { position: absolute; inset: 0; opacity: .14; background-image: radial-gradient(#fff 1.5px, transparent 1.5px); background-size: 20px 20px; mask-image: linear-gradient(90deg, #000, transparent 50%); }
.contact-inner { position: relative; display: grid; grid-template-columns: 1.5fr .7fr; gap: 80px; align-items: center; }
.contact-copy .section-kicker { color: #fff; }
.contact-copy h2 { margin: 0; font-family: "Zen Maru Gothic", sans-serif; font-size: clamp(2rem, 4vw, 3.55rem); line-height: 1.45; letter-spacing: -.04em; }
.contact-copy > p:last-child { margin: 20px 0 0; color: #ffe3ed; }
.contact-action { text-align: center; }
.button--white { min-width: 100%; color: var(--pink); background: #fff; }
.contact-action small { display: block; margin-top: 13px; color: #ffe3ed; }

.site-footer { color: #fff; background: #002b43; }
.footer-inner { display: grid; grid-template-columns: 1.15fr 1.5fr .7fr; gap: 70px; padding-top: 65px; padding-bottom: 55px; }
.footer-brand img { width: 220px; height: auto; }
.footer-brand p { margin: 15px 0 0; color: #9fb8c5; font-size: .78rem; }
.footer-stores > p { margin: 0 0 17px; color: #80d2dd; font-size: .74rem; font-weight: 800; }
.footer-stores ul { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; margin: 0; padding: 0; list-style: none; }
.footer-stores li { display: flex; flex-direction: column; gap: 2px; }
.footer-stores b { font-size: .75rem; }
.footer-stores a { font-size: .9rem; }
.footer-links { display: flex; flex-direction: column; align-items: flex-start; gap: 8px; color: #bdd0da; font-size: .78rem; }
.footer-links a:hover { color: #fff; text-decoration: underline; }
.footer-bottom { display: flex; justify-content: space-between; align-items: center; padding: 16px max(24px, calc((100vw - var(--max)) / 2)); color: #8da7b4; border-top: 1px solid rgba(255,255,255,.1); font-size: .7rem; }
.footer-bottom a { color: #fff; font-weight: 800; }
.mobile-cta { display: none; }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity .65s ease, transform .65s ease; }
.reveal.is-visible { opacity: 1; transform: none; }

/* 背景コピーは、本文と重ならない十分な外側余白がある画面だけに表示 */
@media (min-width: 1540px) {
  .hero::before { display: block; }
}

@media (max-width: 1080px) {
  :root { --header-height: 80px; }
  .brand { width: 150px; }
  .global-nav { gap: 15px; font-size: .73rem; }
  .nav-cta { padding: 0 16px; }
  .hero-inner { grid-template-columns: minmax(0, .88fr) minmax(420px, 1.12fr); gap: 24px; }
  .visual-stage { min-height: 440px; }
  .problem-card { padding-inline: 20px; }
  .faq-inner { gap: 55px; }
}

@media (max-width: 860px) {
  .section-inner { width: min(calc(100% - 34px), var(--max)); }
  .site-header { height: 74px; background: #fff; backdrop-filter: none; }
  .header-inner { width: calc(100% - 28px); }
  .brand { width: 132px; }
  .menu-button { position: relative; z-index: 1002; display: flex; flex-direction: column; justify-content: center; gap: 5px; width: 46px; height: 46px; padding: 0 12px; background: var(--navy); border: 0; border-radius: 50%; }
  .menu-button > span:not(.sr-only) { width: 100%; height: 2px; background: #fff; transition: transform .25s ease, opacity .25s ease; }
  .menu-button[aria-expanded="true"] { background: var(--pink); box-shadow: 0 7px 20px rgba(0,0,0,.24); }
  .menu-button[aria-expanded="true"] > span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .menu-button[aria-expanded="true"] > span:nth-child(2) { opacity: 0; }
  .menu-button[aria-expanded="true"] > span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .global-nav { position: fixed; inset: 0; display: flex; flex-direction: column; justify-content: center; align-items: stretch; gap: 0; padding: 90px 28px 40px; background: var(--navy); opacity: 0; visibility: hidden; transform: translateY(-12px); transition: opacity .25s ease, visibility .25s ease, transform .25s ease; }
  .global-nav.is-open { opacity: 1; visibility: visible; transform: none; }
  .global-nav > a:not(.nav-cta) { padding: 14px 6px; color: #fff; border-bottom: 1px solid rgba(255,255,255,.15); font-size: 1rem; }
  .global-nav > a:not(.nav-cta)::after { display: none; }
  .nav-cta { justify-content: center; margin-top: 25px; min-height: 58px; font-size: 1rem; }
  .hero { padding-top: 48px; background: linear-gradient(180deg, #fff 0 47%, #f3f7f8 47% 100%); }
  .hero::before { display: none; }
  .hero-inner { grid-template-columns: 1fr; gap: 50px; padding-bottom: 65px; }
  .hero-copy { max-width: 670px; }
  .hero h1 { font-size: clamp(2.65rem, 8.5vw, 4.2rem); }
  .hero-visual { max-width: 620px; margin: 0 auto; }
  .hero-photo-frame { border-radius: 92px 20px 92px 20px; }
  .visual-stage { min-height: unset; }
  .problem-grid { grid-template-columns: 1fr 1fr; }
  .service-card, .service-card--wide, .service-card:nth-child(2), .service-card:nth-child(3), .service-card--web, .service-card--brand { grid-column: span 6; }
  .service-card--brand { display: block; min-height: 410px; }
  .service-card:not(.service-card--brand) { min-height: 410px; }
  .service-card--brand .service-visual { height: 220px; min-height: 0; }
  .service-card--brand .service-content { padding: 5px 32px 34px; }
  .comparison { grid-template-columns: 1fr 75px 1fr; }
  .comparison-side { min-height: 385px; padding: 30px 22px; }
  .comparison-bridge span { width: 70px; height: 70px; }
  .benefit-grid { grid-template-columns: 1fr 1fr; }
  .scene-grid { grid-template-columns: 1fr 1fr; }
  .flow-list { grid-template-columns: 1fr 1fr; }
  .flow-list li:not(:last-child)::after { display: none; }
  .faq-inner { grid-template-columns: 1fr; gap: 25px; }
  .faq-inner .section-heading { position: static; margin-bottom: 15px; }
  .contact-inner { grid-template-columns: 1fr; gap: 38px; }
  .contact-action { max-width: 420px; }
  .footer-inner { grid-template-columns: 1fr 1.4fr; gap: 50px; }
  .footer-links { grid-column: 1 / -1; flex-direction: row; flex-wrap: wrap; gap: 15px 28px; }
}

@media (max-width: 600px) {
  :root { --radius-md: 20px; }
  html { scroll-padding-top: 88px; }
  body { padding-bottom: 66px; }
  .sp-only { display: block; }
  .section-inner { width: min(calc(100% - 30px), var(--max)); }
  .hero { padding-top: 38px; }
  .eyebrow { font-size: .75rem; }
  .eyebrow span { display: table; margin: 0 0 8px; }
  .hero h1 { font-size: clamp(2.05rem, 9.2vw, 3.4rem); line-height: 1.35; }
  .hero-lead { margin-top: 22px; font-size: .92rem; line-height: 1.9; }
  .hero-actions { flex-direction: column; align-items: stretch; gap: 16px; }
  .button { width: 100%; min-height: 60px; }
  .text-link { align-self: center; }
  .hero-points { gap: 8px 12px; font-size: .75rem; }
  .hero-visual { margin-inline: -8px; }
  .hero-visual--photo { padding: 4px 12px; }
  .hero-photo-frame { border-radius: 58px 16px 58px 16px; }
  .visual-caption { padding: 7px 13px; font-size: .7rem; }
  .visual-caption--top { left: 1%; }
  .visual-caption--bottom { right: 1%; }
  .visual-stage { border-radius: 75px 18px 75px 18px; }
  .hero-ticker { font-size: .65rem; }
  .section { padding: 82px 0; }
  .section-heading { margin-bottom: 38px; }
  .section-heading h2 { font-size: clamp(2rem, 10vw, 3rem); }
  .section-heading > p:last-child { font-size: .9rem; }
  .problem-grid { grid-template-columns: 1fr; gap: 12px; }
  .problem-card { min-height: 0; padding: 0 18px 22px; display: block; border-top: 4px solid var(--navy); border-left: 0; border-radius: 0 0 16px 16px; }
  .problem-photo { height: 150px; margin: 0 -18px; }
  .problem-number { top: 11px; right: 11px; width: 38px; height: 38px; font-size: .72rem; }
  .problem-card h3 { margin: 18px 0 5px; }
  .problem-card p { margin-top: 4px; }
  .problem-number { top: 12px; right: 15px; font-size: 1.3rem; }
  .problem-answer { margin-top: 38px; }
  .problem-answer strong { font-size: 1.65rem; line-height: 1.55; }
  .service-grid { display: block; }
  .service-card { min-height: 0; margin-bottom: 16px; border-radius: 10px 34px 10px 34px; }
  .service-card--brand { min-height: 0; }
  .service-visual { height: 190px; }
  .service-card--brand .service-visual { height: 190px; }
  .service-content { padding: 4px 24px 28px; }
  .service-card--brand .service-content { padding: 4px 24px 28px; }
  .mini-sign { left: 10%; width: 59%; }
  .mini-flag { right: 10%; }
  .mini-tote { left: 10%; }
  .mini-cap { left: 40%; }
  .mini-sticker { right: 6%; }
  .comparison { display: block; }
  .comparison-photo { border-width: 3px; border-radius: 18px; }
  .comparison-photo-label { top: 10px; gap: 5px; padding: 6px 9px 6px 6px; }
  .comparison-photo-label--before { left: 9px; }
  .comparison-photo-label--after { right: 9px; }
  .comparison-photo-label span { padding: 3px 6px; font-size: .48rem; }
  .comparison-photo-label b { font-size: .68rem; }
  .comparison-photo-bridge span { width: 58px; height: 58px; border-width: 3px; font-size: .55rem; }
  .comparison-photo-bridge b { display: none; }
  .comparison-notes { grid-template-columns: 1fr; gap: 10px; margin-top: 10px; }
  .comparison-note { padding: 18px; }
  .comparison-note-heading { margin-bottom: 14px; }
  .comparison-route-list li, .comparison-scope-list li { font-size: .68rem; }
  .comparison-one-stop { align-items: flex-start; flex-direction: column; gap: 3px; }
  .comparison-side { min-height: 0; padding: 30px 22px; }
  .comparison-bridge { height: 104px; }
  .comparison-bridge span { position: absolute; width: 68px; height: 68px; margin: 0; }
  .comparison-bridge b { transform: rotate(90deg); }
  .benefit-grid { grid-template-columns: 1fr; margin-top: 50px; }
  .benefit { min-height: 0; padding: 23px; }
  .benefit-top { align-items: center; }
  .benefit-number { font-size: 3.65rem; }
  .benefit-icon { flex-basis: 60px; width: 60px; height: 60px; }
  .benefit-icon svg { width: 46px; height: 46px; }
  .benefit h3 { margin: 18px 0 6px; }
  .scene-grid { grid-template-columns: 1fr; gap: 15px; }
  .scene-card { display: grid; grid-template-columns: 130px 1fr; border-radius: 9px 24px 9px 24px; }
  .scene-image { height: 100%; min-height: 160px; }
  .scene-image span { width: 72px; height: 72px; font-size: 2rem; }
  .scene-image b { right: 10px; font-size: 1.4rem; }
  .scene-image--photo b { width: 36px; height: 36px; font-size: .72rem; }
  .scene-card > div:last-child { padding: 25px 20px; }
  .scene-card--message { display: flex; min-height: 240px; padding: 32px; }
  .flow-list { grid-template-columns: 1fr; gap: 12px; }
  .flow-list li { display: grid; grid-template-columns: 70px 1fr; column-gap: 17px; min-height: 0; padding: 22px; }
  .flow-number { position: absolute; right: 18px; top: 16px; }
  .flow-icon { grid-row: 1 / 3; width: 70px; height: 70px; margin: 0; border-radius: 19px 8px 19px 8px; }
  .flow-icon svg { width: 65px; height: 61px; }
  .flow-icon::after { width: 17px; height: 17px; right: -4px; top: -5px; border-width: 3px; }
  .flow-list h3 { margin-top: 1px; }
  .flow-note { align-items: flex-start; border-radius: 16px; line-height: 1.6; }
  .faq-list summary { grid-template-columns: 34px 1fr 20px; gap: 11px; padding: 22px 3px; font-size: .9rem; line-height: 1.6; }
  .faq-list summary i::before, .faq-list summary i::after { right: 3px; width: 13px; }
  .faq-answer { grid-template-columns: 34px 1fr; gap: 11px; padding: 0 5px 24px 3px; }
  .contact-section { padding: 75px 0; }
  .contact-copy h2 { font-size: 2rem; }
  .contact-copy > p:last-child { font-size: .88rem; }
  .footer-inner { grid-template-columns: 1fr; gap: 36px; padding-top: 50px; }
  .footer-stores ul { grid-template-columns: 1fr; gap: 10px; }
  .footer-stores li { flex-direction: row; gap: 20px; }
  .footer-bottom { align-items: flex-end; gap: 20px; }
  .mobile-cta { position: fixed; z-index: 999; left: 10px; right: 10px; bottom: 8px; display: flex; justify-content: center; align-items: center; gap: 13px; height: 58px; color: #fff; background: var(--pink); border: 2px solid #fff; border-radius: 999px; box-shadow: 0 8px 28px rgba(0,0,0,.25); }
  .mobile-cta span { font-size: .62rem; }
  .mobile-cta b { font-size: .9rem; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}
