@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400;500;600;700&family=Roboto:wght@500;700&family=Zen+Maru+Gothic:wght@400;500;700;900&display=swap');

/* Top-page-only responsive guardrails. */
:root {
  --top-serif: "Noto Serif JP", "Hiragino Mincho ProN", "Yu Mincho", "YuMincho", serif;
  --top-ui: "Zen Maru Gothic", "Hiragino Sans", "Yu Gothic", "Meiryo", sans-serif;
  --top-latin: "Roboto", "Helvetica Neue", Arial, sans-serif;
}
body { font-family:var(--top-ui); letter-spacing:.035em; }
button,input,select,textarea { font-family:var(--top-ui); }
.hero h1,.section-title,.top-rail-left h2,.stores-section .store-card h3,.final h2 {
  font-family:var(--top-serif);
  font-weight:600;
  letter-spacing:.065em;
}
.hero-brand,.top-wordmark b,.top-rail-left h3,.store-card small,.metric b {
  font-family:var(--top-latin),var(--top-ui);
}
.metric b { font-weight:700; letter-spacing:-.025em; }
.top-wordmark b,.top-rail-left h3 { font-weight:700; }
.cta,.chip,.ribbon,.card,.top-rail-nav,.mobile-menu,.menu-button,.bottom-nav,.faq-q,.faq-a,.note {
  font-family:var(--top-ui);
}
.top-wordmark { display:inline-grid; grid-template-columns:20px auto; align-items:center; column-gap:3px; line-height:1; color:var(--ink); }
.top-wordmark i { grid-row:1 / 3; color:var(--pink); font-style:normal; font-size:22px; }
.top-wordmark b { font-size:16px; letter-spacing:.06em; }
.top-wordmark small { font-size:7px; font-weight:700; }
.top-brand-logo { display:block; width:145px; height:auto; }
body { background:radial-gradient(ellipse 55% 38% at 8% 10%,rgba(255,181,191,.5),transparent 70%),radial-gradient(ellipse 48% 48% at 100% 10%,rgba(151,224,224,.48),transparent 70%),radial-gradient(circle at 76% 78%,rgba(198,180,238,.28),transparent 35%),linear-gradient(130deg,#fffafb 0%,#fff3f5 45%,#edfafa 100%); }
.site { background:rgba(255,255,255,.6); border:1px solid rgba(255,255,255,.78); box-shadow:0 22px 65px rgba(181,112,151,.14),0 5px 22px rgba(78,185,190,.1); backdrop-filter:blur(18px) saturate(118%); -webkit-backdrop-filter:blur(18px) saturate(118%); }
.header { background:rgba(255,255,255,.68); border-bottom-color:rgba(255,255,255,.78); backdrop-filter:blur(14px) saturate(118%); }
.hero { background:linear-gradient(110deg,rgba(255,255,255,.86) 0%,rgba(255,221,231,.7) 49%,rgba(210,233,239,.65) 100%); }
.hero::before { content:""; position:absolute; inset:0; pointer-events:none; background:linear-gradient(100deg,rgba(255,255,255,.15),rgba(251,181,204,.08) 52%,rgba(142,222,224,.18)); z-index:1; }
.hero-copy,.hero .chips { z-index:2; }.hero-model { filter:brightness(1.07) saturate(.86) contrast(.94); }
.hero-sparkles{display:none}
.campaign,.stores-section,.section,.section.alt,.support-section,.concern-section { background-color:rgba(255,250,252,.46); }
.card { background:rgba(255,255,255,.68); border-color:rgba(255,255,255,.85); box-shadow:inset 0 1px 0 rgba(255,255,255,.9),0 10px 28px rgba(228,124,163,.09),0 8px 24px rgba(94,196,197,.06); }
.room-image,.support-team,.article img,.post img { border:1px solid rgba(255,255,255,.86); box-shadow:0 14px 32px rgba(136,160,183,.16); filter:brightness(1.05) saturate(.9) contrast(.96); }
.store-card { background:linear-gradient(130deg,rgba(250,110,158,.78),rgba(183,142,225,.72)); border:1px solid rgba(255,255,255,.58); box-shadow:0 15px 34px rgba(215,109,158,.18); }
.store-card.kichijoji { background:linear-gradient(130deg,rgba(255,174,101,.8),rgba(239,143,146,.72)); }
.store-card img { filter:brightness(1.07) saturate(.83) contrast(.95); mask-image:linear-gradient(90deg,#000 72%,transparent 100%); }
.top-rail-trio>div,.top-rail-reasons,.rail-line-card { background:rgba(255,255,255,.56); border-color:rgba(255,255,255,.78); box-shadow:inset 0 1px 0 rgba(255,255,255,.9),0 15px 34px rgba(190,124,175,.11); backdrop-filter:blur(12px); }
@media (max-width: 1024px) {
  html, body, .site-shell, .site { width: 100%; max-width: 100%; }
  .site-shell { overflow-x: hidden; }
  .top-header .menu-button small { display:none; }
}

@media (min-width: 1025px) and (max-width: 1623px) {
  .top-rail-left,.top-rail-right { display:none; }
  .site-shell { display:block; min-height:100vh; padding:0 18px; }
  .site { width:min(720px,100%); max-width:100%; margin:0 auto; min-height:100vh; }
  .top-header { position:sticky; top:0; z-index:20; }
  .top-header::after { display:none; }
  .top-header .menu-button { display:grid; }
  .top-header .menu-button small { display:none; }
  .mobile-menu.is-open { display:block !important; }
  .stores-section { height:auto; padding:30px 22px; }
  .stores-section .store-card { height:auto; min-height:190px; }
  .stores-section .store-card img { height:auto; min-height:190px; }
  .campaign { height:auto; }
}

@media (max-width: 390px) {
  html, body, .site, .hero, .campaign { width: 100%; max-width: 100%; overflow-x: hidden; }
  .header { padding-inline: 18px; }
  .menu-button { flex: 0 0 40px; }
  .hero { min-height: 450px; padding: 31px 24px 26px; }
  .hero h1 { font-size: 26px; line-height: 1.4; }
  .hero-copy { max-width: 57%; }
  .hero p { max-width: 100%; font-size: 12px; }
  .hero-model { right: 0; width: 82%; height: 83%; object-position: 50% 20%; }
  .chips { gap: 5px; }
  .chip { padding: 5px 8px; font-size: 10px; }
  .cta { width: 100%; min-width: 0; padding: 14px 10px; }
  .campaign { padding-inline: 15px; }
  .grid.three { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 8px; }
  .campaign .card { min-width: 0; padding: 12px 3px; }
  .campaign .metric b { font-size: 17px; letter-spacing: -.04em; white-space: nowrap; }
  .campaign .metric span { font-size: 9px; }
  .bottom-nav { left: 0; width: 100vw; max-width: 100%; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); }
  .bottom-nav button, .bottom-nav a { width: 100%; min-width: 0; padding: 0; font-size: 13px; white-space: nowrap; }
}

@media (min-width: 1025px) {
  .rail-nav a.rail-line { background: var(--line); color: #fff; text-align: center; }
}

.concern-section { background: #fff0f5; }
.concerns .card { padding: 16px 13px; }
.concerns b { color: var(--pink); font-size: 14px; }
.concerns p { margin: 6px 0 0; font-size: 11px; }
.concern-lead { margin-top: 20px; font-weight: 700; }
.support-section { background: #fff; }
.support-team { width: 100%; height: 220px; object-fit: cover; border-radius: var(--radius); box-shadow: var(--shadow); }
.flow-section .steps { margin: 0 auto; max-width: 300px; }

@media (min-width: 1025px) {
  body { background:radial-gradient(ellipse 56% 24% at 13% 4%,rgba(255,255,255,.7) 0 48%,transparent 49%),radial-gradient(circle at 29% 11%,#f9bdd4 0 4px,transparent 5px),radial-gradient(circle at 35% 31%,#ffc2d9 0 3px,transparent 4px),radial-gradient(ellipse 36% 45% at 96% 20%,rgba(255,255,255,.55) 0 52%,transparent 53%),radial-gradient(ellipse 45% 25% at 97% 75%,#f7d5e2 0 46%,transparent 47%),linear-gradient(115deg,#fff8fb,#fde8ef 70%,#fff5fa); }
  body::before, body::after { content:""; position:fixed; pointer-events:none; z-index:-1; border-radius:50%; opacity:.48; }
  body::before { width:540px;height:330px;left:-120px;bottom:40px;background:radial-gradient(ellipse,#ffd9e9,transparent 68%); }
  body::after { width:480px;height:250px;right:-80px;top:8px;background:radial-gradient(ellipse,#ffd8e7,transparent 68%); }
  .site-shell { display:grid; grid-template-columns:calc((100vw - 473px)/2 + 18px) 473px calc((100vw - 473px)/2 - 18px); gap:0; max-width:none; margin:0; padding:0; min-height:941px; }
  .site { grid-column:2; width:473px; max-width:none; min-height:941px; border-radius:0; box-shadow:0 0 12px #6a31401c; border-inline:1px solid #f6e5eb; }
  .top-rail-left, .top-rail-right, .site { grid-row:1; }
  .top-header { height:44px; padding:0 18px; position:static; }
  .top-wordmark { position:relative; display:inline-grid; grid-template-columns:23px auto; align-items:center; column-gap:4px; color:#392c33; line-height:1; }
  .top-wordmark i { grid-row:1 / 3; font-size:25px; font-style:normal; color:var(--pink); }
  .top-wordmark b { font-size:17px; letter-spacing:.08em; }
  .top-wordmark small { font-size:7px; font-weight:700; letter-spacing:.06em; }
  .top-header .menu-button { display:none; }
  .top-header::after { content:"☰\A メニュー"; white-space:pre; text-align:center; font-size:8px; line-height:1.1; color:var(--ink); }
  .top-header .menu-button small { display:block; font-size:7px; margin-top:2px; }
  .hero { height:237px; min-height:237px; padding:14px 20px; background:linear-gradient(120deg,#fff 0%,#ffedf4 52%,#eee8fb); }
  .hero::after { top:12px;right:19px;font-size:15px;letter-spacing:5px; }
  .hero-copy { max-width:51%; }
  .hero .eyebrow { padding:0; border-radius:0; background:transparent; color:#3e3038; font-size:16px; letter-spacing:.12em; margin-top:1px; }
  .hero h1 { font-size:23px; line-height:1.35; margin:5px 0 4px; letter-spacing:0; }
  .hero p { max-width:100%; font-size:10px; line-height:1.55; margin:0; }
  .hero-model { right:0; bottom:0; width:55%; height:100%; object-position:70% 25%; mask-image:none; }
  .hero .chips, .hero .cta.outline { display:none; }
  .hero .cta.line { position:absolute; z-index:3; left:22px; bottom:17px; width:225px; height:44px; margin:0; padding:10px; font-size:13px; }
  .campaign { height:145px; padding:20px 14px 6px; }
  .ribbon { position:relative; height:22px; margin:-20px 58px 7px; padding:2px 4px; font-size:11px; border-radius:0 0 8px 8px; }
  .campaign .grid { gap:8px; }
  .campaign .card { height:96px; padding:11px 3px; }
  .campaign .metric span { font-size:9px; }
  .campaign .metric b { font-size:23px; letter-spacing:-.05em; white-space:nowrap; }
  .campaign .metric b::after { display:block; font-size:8px; font-weight:700; letter-spacing:0; color:var(--lav); }
  .campaign .metric:nth-child(1) b::after,.campaign .metric:nth-child(3) b::after { content:"プレゼント！"; }
  .campaign .metric:nth-child(2) b::after { content:"※条件あり"; color:#806672; }
  .campaign .note { display:none; }
  .stores-section { height:477px; padding:7px 15px 0; background:#fff9fb; }
  .stores-section .section-title { height:29px; line-height:29px; margin:0 0 7px; font-size:16px; color:var(--lav); }
  .stores-section .section-title::before { content:"♥"; color:var(--pink); }
  .stores-section .section-title::after { content:"✦"; }
  .stores-section .store-card { height:209px; margin:0; grid-template-columns:47% 53%; border-radius:12px; }
  .stores-section .store-card + .store-card { margin-top:15px; }
  .stores-section .store-card img { height:209px; }
  .stores-section .store-card div { padding:17px 13px; position:relative; }
  .stores-section .store-card h3 { font-size:28px; line-height:1; }
  .stores-section .store-card small { letter-spacing:.13em; font-size:8px; }
  .stores-section .store-card p { margin:14px 0 0; font-size:10px; line-height:1.7; }
  .stores-section .store-card div::before { content:"駅チカ　完全個室　設備充実"; display:block; font-size:8px; letter-spacing:.02em; background:#ffffffd9; color:var(--pink); padding:3px 5px; border-radius:999px; width:max-content; max-width:100%; margin-top:9px; }
  .stores-section .store-card.kichijoji div::before { content:"駅チカ　落ち着いた環境　アットホーム"; color:#d87557; }
  .stores-section .store-card a { position:absolute; right:12px; bottom:17px; padding:6px 10px; font-size:10px; }
  .top-rail-left { grid-column:1; display:block; padding:20px 29px 0; text-align:center; overflow:hidden; color:#352a30; }
  .top-rail-left .top-wordmark { float:left; transform:scale(1.12); transform-origin:left top; }
  .top-rail-note { position:absolute; top:112px; right:125px; color:var(--pink); font-size:14px; font-weight:700; transform:rotate(-12deg); }
  .top-rail-note b { font-size:17px; }
  .top-rail-left h2 { margin:107px 0 21px; font-size:36px; line-height:1.55; letter-spacing:.05em; }
  .top-rail-left h2 span { color:var(--pink); }
  .top-rail-left h3 { margin:0; font-size:34px; letter-spacing:.13em; }
  .top-rail-copy { margin:10px 0 12px; font-size:15px; font-weight:700; line-height:2; }
  .top-rail-copy em { font-style:normal; color:#ee5e7e; }
  .top-rail-trio { width:535px; display:grid; grid-template-columns:repeat(3,171px); gap:10px; }
  .top-rail-trio>div { min-height:194px; padding:13px 6px; border:1px solid #f0d4df; border-radius:20px; background:#ffffffa8; }
  .top-rail-trio i { display:block; height:48px; color:var(--lav); font-size:36px; font-style:normal; }
  .top-rail-trio b { display:block; color:var(--lav); font-size:17px; line-height:1.35; }
  .top-rail-trio small { display:block; margin-top:13px; font-size:10px; font-weight:700; line-height:1.6; }
  .top-rail-reasons { margin-top:46px; padding:0 12px 12px; border:1px solid #f0d4df; border-radius:18px; background:#ffffff88; }
  .top-rail-reasons strong { position:relative; top:-14px; display:inline-block; padding:0 10px; background:#fff8fb; color:var(--lav); font-size:14px; letter-spacing:.08em; }
  .top-rail-reasons strong span { color:var(--pink); font-size:24px; }
  .top-rail-reasons>div { display:grid; grid-template-columns:repeat(4,1fr); }
  .top-rail-reasons p { margin:0; min-height:106px; padding:0 5px; border-right:1px solid #f2ceda; color:var(--lav); font-size:28px; }
  .top-rail-reasons p:last-child { border:0; }
  .top-rail-reasons b,.top-rail-reasons small { display:block; color:var(--pink); font-size:10px; line-height:1.3; }
  .top-rail-reasons small { margin-top:5px; color:#4b3941; font-size:8px; }
  .top-rail-bottom { width:535px; margin:45px 0 0; text-align:center; color:var(--lav); font-size:15px; letter-spacing:.12em; }
  .top-rail-right { grid-column:3; display:block; padding-top:116px; position:relative; overflow:hidden; }
  .top-rail-nav { width:210px; margin-left:96px; }
  .top-rail-nav>a,.top-rail-nav>button { position:relative; display:block; width:100%; min-height:66px; margin:7px 0; padding:10px 14px 8px 66px; border:0; border-radius:20px; color:#fff; text-align:left; font:inherit; cursor:pointer; background:#f46f9b; }
  .top-rail-nav>a::first-letter,.top-rail-nav>button::first-letter { font-size:22px; }
  .top-rail-nav b,.top-rail-nav small { display:block; }
  .top-rail-nav b { font-size:17px; letter-spacing:.13em; line-height:1.05; }
  .top-rail-nav small { font-size:8px; margin-top:3px; }
  .top-rail-nav>a,.top-rail-nav>div.nav-stores { border:1px solid rgba(255,255,255,.72); box-shadow:0 12px 30px rgba(190,112,153,.16),inset 0 1px 0 rgba(255,255,255,.38); }
  .top-rail-nav .nav-feature { background:rgba(169,139,234,.82); }.top-rail-nav .nav-room { background:rgba(131,169,236,.8); }.top-rail-nav .nav-income { background:rgba(244,138,172,.8); }.top-rail-nav .nav-faq { background:rgba(122,213,199,.8); }.top-rail-nav .nav-line { background:linear-gradient(135deg,rgba(119,205,34,.88),rgba(36,179,8,.88)); }
  .top-rail-nav .nav-stores { min-height:171px; background:linear-gradient(135deg,#f4a47b,#ffba5c); }
  .top-rail-nav .nav-stores span { display:grid; gap:6px; margin:8px -5px 0 -42px; }
  .top-rail-nav .nav-stores span a { padding:8px 12px; border-radius:10px; background:#fff; color:#f47d77; font-size:12px; }
  .rail-line-card { position:absolute; top:765px; right:45px; width:280px; height:152px; display:block; overflow:hidden; padding:29px 18px; border-radius:16px; background:#fff; box-shadow:var(--shadow); }
  .rail-line-card i { display:inline-grid; place-items:center; width:34px; height:34px; border-radius:50%; background:#7ad5c7; color:#fff; font-style:normal; font-size:8px; }.rail-line-card b{display:inline-block;margin-left:10px;font-size:16px;line-height:1.4}.rail-line-card small{display:block;margin:11px 0 0 48px;padding:4px 10px;width:max-content;border-radius:999px;background:#b992ed;color:#fff;font-size:10px}.rail-line-card img{position:absolute;right:-35px;bottom:0;width:155px;height:142px;object-fit:cover;object-position:70% 20%}
  .top-rail-right .rail-line-card { color:#3f2f37; }
  .top-rail-left { position:relative; }
  .top-rail-note { right:158px; top:90px; }
  .top-rail-left h2 { text-align:left; margin-left:23px; }
  .top-rail-left h3 { text-align:left; margin-left:47px; }
  .top-rail-copy { width:420px; margin-left:auto; margin-right:auto; }
  .top-rail-reasons { width:535px; height:170px; max-width:100%; margin-left:0; margin-right:0; }
  .hero-copy { max-width:52%; margin-left:16px; margin-top:8px; }
  .hero h1 { white-space:nowrap; font-size:21px; margin-bottom:9px; }
  .hero .eyebrow { margin-top:4px; font-size:15px; }
  .hero .cta.line { flex-direction:column; gap:0; line-height:1.05; }
  .hero .cta.line::after { content:'24時間受付中！いつでも相談可能♪'; font-size:7px; font-weight:600; }
  .campaign { padding-inline:33px; }
  .ribbon { margin-left:53px; margin-right:53px; }
  .stores-section .store-card { background:linear-gradient(130deg,#fa6e9e,#d778db); }
  .stores-section .store-card.kichijoji { background:linear-gradient(130deg,#ffae65,#f28c78); }
  .stores-section .store-card a { font-size:10px; }
  .top-rail-nav>div.nav-stores { position:relative; display:block; width:100%; min-height:171px; margin:7px 0; padding:10px 14px 8px 66px; border:0; border-radius:20px; color:#fff; text-align:left; font:inherit; background:linear-gradient(135deg,#f4a47b,#ffba5c); }
  .top-rail-nav>div.nav-stores b,.top-rail-nav>div.nav-stores small { display:block; }
  .top-rail-nav>div.nav-stores b { font-size:17px; letter-spacing:.13em; line-height:1.05; }
  .top-rail-nav>div.nav-stores small { font-size:8px; margin-top:3px; }
  .top-rail-nav>div.nav-stores span { display:grid; gap:6px; margin:8px -5px 0 -54px; }
  .top-rail-nav>div.nav-stores span a { padding:8px 12px; border-radius:10px; background:#fff; color:#f47d77; font-size:12px; }
  .hero::after { content:"はじめてでも、\A 安心♪"; white-space:pre; top:18px; right:145px; color:var(--pink); font-size:9px; letter-spacing:.04em; line-height:1.45; transform:rotate(-10deg); }
  .top-rail-nav .nav-icon { position:absolute; left:18px; top:50%; transform:translateY(-50%); font-style:normal; font-size:24px; line-height:1; }
  .top-rail-nav .nav-line .nav-icon { display:grid; place-items:center; width:28px; height:28px; border-radius:50%; background:#fff; color:#36ae21; font-size:8px; }
}

/* A smaller desktop keeps the reading column usable instead of cropping the
   fixed 1672px three-rail composition.  This lives after the rail rules so it
   wins their desktop declarations. */
@media (min-width:1025px) and (max-width:1623px) {
  .top-rail-left,.top-rail-right { display:none !important; }
  .site-shell { display:block !important; min-height:100vh; padding:0 18px !important; overflow-x:hidden; }
  .site { display:block; grid-column:auto; grid-row:auto; width:min(720px,100%) !important; max-width:100%; min-height:100vh; margin:0 auto !important; border-radius:18px 18px 0 0; }
  .top-header { position:sticky !important; top:0; z-index:20; }
  .top-header::after { display:none !important; }
  .top-header .menu-button { display:grid !important; }
  .top-header .menu-button small { display:none !important; }
  .mobile-menu.is-open { display:block !important; }
  .hero { height:auto; min-height:410px; }
  .hero .cta { position:relative; left:auto; bottom:auto; }
  .campaign,.stores-section { height:auto; }
  .stores-section { padding:30px 22px; }
  .stores-section .store-card,.stores-section .store-card img { height:auto; min-height:190px; }
}

@media (min-width:1025px) {
  .site { background:rgba(255,255,255,.62); border-color:rgba(255,255,255,.8); box-shadow:0 22px 65px rgba(181,112,151,.14),0 5px 22px rgba(78,185,190,.1); }
  .top-header { background:rgba(255,255,255,.68); border-bottom-color:rgba(255,255,255,.8); backdrop-filter:blur(14px) saturate(118%); }
  .hero { background:linear-gradient(112deg,rgba(255,255,255,.88),rgba(255,220,232,.7) 50%,rgba(207,235,239,.72)); }
  .campaign,.stores-section,.section,.section.alt,.support-section,.concern-section { background-color:rgba(255,250,252,.48); }
  .stores-section .store-card { background:linear-gradient(130deg,rgba(250,110,158,.8),rgba(183,142,225,.74)); }
  .stores-section .store-card.kichijoji { background:linear-gradient(130deg,rgba(255,174,101,.82),rgba(239,143,146,.74)); }
  .stores-section .store-card img { filter:brightness(1.07) saturate(.83) contrast(.95); mask-image:linear-gradient(90deg,#000 72%,transparent 100%); }
}

/* Full-width top page: the front page follows the editorial composition of
   the supplied reference, while the base theme keeps its other-page layout. */
body {
  background:
    radial-gradient(ellipse 68% 24% at 7% 9%,rgba(255,177,182,.45),transparent 72%),
    radial-gradient(ellipse 60% 30% at 94% 13%,rgba(145,218,220,.4),transparent 70%),
    linear-gradient(145deg,#fff9f6 0%,#fff4f2 48%,#f3ffff 100%);
}
.top-rail-left,.top-rail-right { display:none !important; }
.site-shell { display:block !important; width:100%; max-width:none; min-height:0; padding:0 !important; margin:0; }
.site {
  display:block; width:100% !important; max-width:none !important; min-height:0; margin:0 !important;
  padding-bottom:0; overflow:hidden; border:0; border-radius:0; box-shadow:none; background:transparent;
}
.top-header,.header {
  height:68px; padding:10px clamp(20px,5vw,72px); position:sticky !important; top:0; z-index:30;
  background:rgba(255,255,255,.78); border-bottom:1px solid rgba(255,255,255,.85);
  box-shadow:0 8px 24px rgba(198,125,152,.08); backdrop-filter:blur(18px) saturate(125%);
}
.top-header::after { display:none !important; }
.top-header .menu-button { display:grid !important; place-items:center; background:rgba(255,255,255,.78); }
.top-header .menu-button small { display:none !important; }
.mobile-menu { z-index:29; inset:68px 0 0; background:rgba(255,255,255,.94); }
.hero.top-refresh {
  position:relative; min-height:690px; height:min(49vw,720px); padding:0; overflow:hidden;
  background:#fbe8e7;
}
.hero.top-refresh::before {
  content:""; position:absolute; inset:0; z-index:1; pointer-events:none;
  background:linear-gradient(90deg,rgba(255,247,243,.96) 0%,rgba(255,239,239,.74) 31%,rgba(255,235,239,.22) 56%,rgba(204,245,244,.08) 100%);
}
.hero.top-refresh::after {
  content:"♡  ✦"; z-index:2; top:auto; right:8vw; bottom:11%; color:#fff; font-size:clamp(22px,2.3vw,38px);
  letter-spacing:.25em; opacity:.8; transform:rotate(-8deg);
}
.hero.top-refresh .hero-model {
  position:absolute; inset:0; z-index:0; width:100%; height:100%; max-width:none; object-fit:cover; object-position:center center;
  filter:brightness(1.04) saturate(.9) contrast(.94); mask-image:none;
}
.hero.top-refresh .hero-copy {
  position:absolute; z-index:3; top:clamp(92px,10vw,145px); left:clamp(24px,10vw,160px); width:min(43vw,610px); max-width:none; margin:0;
}
.hero.top-refresh .chips { display:flex; }
.hero.top-refresh .cta.outline { display:flex; }
.hero.top-refresh h1 { margin:0 0 17px; color:#47343d; font-size:clamp(37px,4.25vw,68px); line-height:1.34; text-shadow:0 2px 18px rgba(255,255,255,.42); }
.hero.top-refresh .hero-brand { margin:0 0 11px; padding:0; background:none; color:#493943; font-size:clamp(16px,1.55vw,22px); letter-spacing:.13em; }
.hero.top-refresh p { max-width:100%; margin:0; font-size:clamp(12px,1.1vw,16px); line-height:1.9; color:#4d3d45; }
.hero.top-refresh .chips { position:absolute; z-index:3; top:calc(50% + 104px); left:clamp(24px,10vw,160px); width:min(43vw,610px); margin:0; gap:8px; }
.hero.top-refresh .chip { padding:7px 13px; background:rgba(255,255,255,.76); border-color:rgba(255,255,255,.9); box-shadow:0 5px 18px rgba(178,103,140,.12); }
.hero.top-refresh .cta { position:absolute; z-index:4; width:auto; min-width:250px; margin:0; padding:15px 26px; box-shadow:0 12px 25px rgba(113,80,92,.16); }
.hero.top-refresh .cta.line { left:clamp(24px,10vw,160px); bottom:62px; }
.hero.top-refresh .cta.outline { left:calc(clamp(24px,10vw,160px) + 324px); bottom:62px; background:rgba(255,255,255,.86); }
.campaign {
  position:relative; padding:72px clamp(20px,8vw,130px) 55px; overflow:hidden;
  background:linear-gradient(115deg,rgba(153,228,227,.64),rgba(210,246,242,.82) 45%,rgba(255,255,255,.88));
}
.campaign::before,.campaign::after { content:""; position:absolute; pointer-events:none; border-radius:50%; opacity:.55; }
.campaign::before { width:42vw; height:42vw; top:-34vw; left:-10vw; background:radial-gradient(circle,rgba(255,255,255,.85),transparent 67%); }
.campaign::after { width:30vw; height:30vw; right:-12vw; bottom:-23vw; border:2px solid rgba(255,255,255,.7); }
.campaign .ribbon { position:relative; z-index:1; width:min(640px,100%); height:auto; margin:0 auto 22px; padding:11px 20px; border-radius:999px; background:rgba(246,106,157,.87); box-shadow:0 10px 22px rgba(207,99,147,.16); font-size:15px; line-height:1.45; }
.campaign .grid { position:relative; z-index:1; max-width:1040px; margin:auto; gap:18px; }
.campaign .card { min-height:126px; padding:25px 15px; border:1px solid rgba(255,255,255,.9); background:rgba(255,255,255,.75); border-radius:26px; box-shadow:0 15px 34px rgba(68,145,154,.12); }
.campaign .metric b { margin-top:7px; font-size:clamp(24px,2.5vw,37px); }
.campaign .note { position:relative; z-index:1; max-width:1040px; margin:15px auto 0; }
.section { position:relative; padding:94px clamp(20px,8vw,130px); background:rgba(255,255,255,.64); }
.section::before { content:""; position:absolute; top:-1px; left:0; width:100%; height:36px; pointer-events:none; background:radial-gradient(70px 28px at 12% 0,transparent 98%,rgba(255,255,255,.56) 100%) 0 0/155px 36px repeat-x; opacity:.55; }
.section.alt { background:linear-gradient(135deg,rgba(255,247,245,.9),rgba(242,253,252,.84)); }
.section-title { margin:0 0 14px; color:#4d3b45; font-size:clamp(28px,3vw,43px); }
.lead { max-width:680px; font-size:15px; }
.stores-section { background:linear-gradient(145deg,rgba(255,244,242,.96),rgba(239,253,251,.92)); }
.store-grid { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); max-width:1180px; gap:30px; margin:42px auto 0; }
.stores-section .store-card {
  display:block; min-height:0; margin:0; overflow:hidden; border:1px solid rgba(255,255,255,.88); border-radius:30px;
  background:rgba(255,255,255,.8); color:#493841; box-shadow:0 20px 42px rgba(174,106,143,.14);
}
.stores-section .store-card.kichijoji { background:rgba(255,255,255,.8); }
.stores-section .store-card img { width:100%; height:300px; min-height:0; object-fit:cover; object-position:center; filter:brightness(1.04) saturate(.9); mask-image:none; }
.stores-section .store-card div { min-height:176px; padding:25px 27px 27px; background:linear-gradient(135deg,rgba(255,225,235,.76),rgba(229,214,249,.66)); }
.stores-section .store-card.kichijoji div { background:linear-gradient(135deg,rgba(255,232,211,.78),rgba(255,209,207,.66)); }
.stores-section .store-card div::before { display:none; }
.stores-section .store-card h3 { margin:0; font-size:34px; color:#6e4c5a; }
.stores-section .store-card small { display:block; margin-top:3px; color:#9b7180; font-size:11px; }
.stores-section .store-card p { margin:13px 0 16px; font-size:13px; }
.stores-section .store-card a { position:static; padding:9px 17px; background:rgba(255,255,255,.86); color:var(--pink); font-size:12px; box-shadow:0 5px 15px rgba(183,98,140,.1); }
.rooms-section { background:rgba(255,255,255,.78); }
.rooms-section .room-image,.support-team { display:block; width:min(1120px,100%); height:clamp(300px,42vw,560px); margin:35px auto 0; border:9px solid rgba(255,255,255,.76); border-radius:42px; object-fit:cover; object-position:center; box-shadow:0 25px 52px rgba(126,125,149,.15); filter:brightness(1.04) saturate(.9); }
.feature-badges { grid-template-columns:repeat(6,minmax(0,1fr)); max-width:1120px; margin:26px auto 0; gap:12px; }
.feature-badges .feature-card { min-height:104px; padding:14px 6px; border:0; border-radius:999px; background:rgba(255,255,255,.78); box-shadow:0 10px 23px rgba(163,122,154,.1); }
.feature-badges .feature-card i { font-size:22px; }
.concern-section,.support-section { background:linear-gradient(135deg,rgba(255,245,247,.92),rgba(236,252,251,.82)); }
.concerns { max-width:980px; margin:34px auto 0; gap:16px; }
.concerns .card,.section#features .card { padding:24px; border:0; border-radius:24px; background:rgba(255,255,255,.74); }
.section#features .grid { max-width:980px; margin:36px auto 0; gap:18px; }
.section#features .feature-card { display:flex; align-items:center; gap:14px; min-height:108px; padding:21px; font-size:15px; text-align:left; }
.section#features .feature-card i { margin:0; font-size:32px; }
.section#work,.flow-section { background:rgba(255,255,255,.82); }
.section#income { background:linear-gradient(135deg,rgba(255,237,242,.72),rgba(235,251,249,.8)); }
.section#income .grid { max-width:820px; margin:35px auto 0; }
.section#income .card { border-radius:28px; }
.voice-section .card { display:grid; grid-template-columns:minmax(0,1.1fr) minmax(270px,.9fr); column-gap:32px; align-items:center; max-width:1080px; margin:36px auto 0; padding:28px; border:0; border-radius:34px; background:rgba(255,255,255,.76); }
.voice-section .room-image { grid-row:span 3; width:100%; height:360px; margin:0; border-radius:24px; object-fit:cover; }
.support-section .support-team { margin-top:34px; }
.flow-section .steps { max-width:740px; }
.faq { max-width:920px; margin:35px auto 0; background:rgba(255,255,255,.66); border-radius:26px; padding:0 25px; }
.final { padding:90px 20px; background:linear-gradient(110deg,rgba(255,211,222,.9),rgba(196,238,235,.88)); }

@media (max-width:1024px) {
  .top-header,.header { height:64px; padding:9px 20px; }
  .mobile-menu { inset:64px 0 0; }
  .hero.top-refresh { height:560px; min-height:560px; }
  .hero.top-refresh .hero-model { object-position:52% center; }
  .hero.top-refresh::before { background:linear-gradient(90deg,rgba(255,248,245,.9),rgba(255,239,240,.65) 53%,rgba(235,249,249,.1)); }
  .hero.top-refresh .hero-copy { top:68px; left:24px; width:68%; }
  .hero.top-refresh h1 { font-size:clamp(29px,8vw,45px); line-height:1.36; margin-bottom:11px; }
  .hero.top-refresh .hero-brand { font-size:15px; }
  .hero.top-refresh p { font-size:11px; line-height:1.75; }
  .hero.top-refresh .chips { top:auto; left:24px; bottom:142px; width:calc(100% - 48px); gap:6px; }
  .hero.top-refresh .chip { padding:5px 8px; font-size:10px; }
  .hero.top-refresh .cta { min-width:0; padding:13px 14px; font-size:13px; }
  .hero.top-refresh .cta.line { left:24px; bottom:79px; width:calc(100% - 48px); }
  .hero.top-refresh .cta.outline { left:24px; bottom:22px; width:calc(100% - 48px); }
  .campaign { padding:56px 16px 40px; }
  .campaign .grid { gap:8px; }
  .campaign .card { min-height:102px; padding:17px 5px; border-radius:20px; }
  .campaign .metric b { font-size:20px; }
  .section { padding:68px 20px; }
  .section-title { font-size:29px; }
  .store-grid { grid-template-columns:1fr; gap:22px; margin-top:30px; }
  .stores-section .store-card { border-radius:24px; }
  .stores-section .store-card img { height:245px; }
  .stores-section .store-card div { min-height:0; padding:21px; }
  .stores-section .store-card h3 { font-size:30px; }
  .rooms-section .room-image,.support-team { height:300px; margin-top:26px; border-width:6px; border-radius:28px; }
  .feature-badges { grid-template-columns:repeat(3,minmax(0,1fr)); gap:9px; }
  .feature-badges .feature-card { min-height:86px; font-size:10px; }
  .voice-section .card { display:block; padding:16px; border-radius:24px; }
  .voice-section .room-image { height:250px; margin:0 0 18px; }
  .faq { padding:0 15px; }
}

@media (max-width:390px) {
  .hero.top-refresh { height:545px; min-height:545px; }
  .hero.top-refresh .hero-copy { width:71%; }
  .hero.top-refresh h1 { font-size:29px; }
  .hero.top-refresh p { max-width:88%; font-size:10px; }
  .campaign .metric b { font-size:17px; }
  .campaign .metric span { font-size:9px; }
}

/* The strongest type stays in the headings; body copy remains deliberately calm. */
.hero.top-refresh h1 {
  color:#362730;
  font-size:clamp(44px,5.15vw,80px);
  font-weight:700;
  line-height:1.18;
  letter-spacing:.055em;
}
.hero.top-refresh h1 em {
  display:inline-block;
  position:relative;
  transform:rotate(-2deg);
  text-decoration:none;
}
.hero.top-refresh h1 em::after {
  content:"";
  position:absolute;
  left:-.06em;
  right:-.06em;
  bottom:.05em;
  height:.14em;
  z-index:-1;
  border-radius:999px;
  background:linear-gradient(90deg,rgba(246,111,156,.55),rgba(122,213,199,.38));
  transform:skewX(-14deg);
}
.section-title {
  color:#382a34;
  font-size:clamp(34px,3.45vw,52px);
  font-weight:700;
  line-height:1.26;
  letter-spacing:.065em;
}
.section-title::before,.section-title::after {
  content:"";
  display:inline-block;
  width:clamp(20px,2.5vw,42px);
  height:4px;
  margin:0 .45em .2em;
  border-radius:999px;
  vertical-align:middle;
  background:linear-gradient(90deg,#f46f9b,#8bded7);
  box-shadow:0 3px 9px rgba(244,111,155,.22);
}
.hero.top-refresh .cta.line {
  display:flex;
  flex-direction:column;
  justify-content:center;
  min-width:300px;
  min-height:60px;
  padding:9px 26px;
  color:#fff;
  font-size:18px;
  font-weight:900;
  line-height:1.25;
  letter-spacing:.025em;
}
.hero.top-refresh .cta.line::after {
  content:"24時間受付中";
  display:block;
  color:#fff;
  font-size:11px;
  font-weight:700;
  line-height:1.3;
  letter-spacing:.06em;
}
.final .cta.line {
  min-height:58px;
  font-size:17px;
  font-weight:900;
  line-height:1.3;
}
.bottom-nav a { font-size:16px; font-weight:900; letter-spacing:.035em; }

.rooms-section { padding-inline:24px; overflow:hidden; background:linear-gradient(135deg,rgba(255,236,238,.94),rgba(226,249,247,.94)); }
.rooms-section::after {
  content:"";
  position:absolute;
  width:54vw;
  height:54vw;
  top:11%;
  right:-29vw;
  border:2px solid rgba(255,255,255,.68);
  border-radius:50%;
  pointer-events:none;
}
.room-slider {
  position:relative;
  z-index:1;
  width:min(1280px,100%);
  margin:44px auto 0;
  padding:15px;
  border:9px solid rgba(255,255,255,.86);
  border-radius:46px;
  background:linear-gradient(135deg,rgba(255,189,202,.75),rgba(149,225,221,.62));
  box-shadow:0 32px 68px rgba(117,103,134,.24),inset 0 1px 0 #fff;
}
.room-slider-kicker {
  position:absolute;
  z-index:3;
  top:-21px;
  left:clamp(22px,5vw,74px);
  margin:0;
  padding:7px 17px;
  border-radius:999px;
  background:#fff;
  color:#ef668f;
  font-family:var(--top-latin),var(--top-ui);
  font-size:13px;
  font-weight:700;
  letter-spacing:.2em;
  box-shadow:0 8px 19px rgba(200,110,150,.16);
}
.room-slider-viewport { height:clamp(460px,54vw,720px); overflow:hidden; border-radius:31px; background:#f9f5f6; }
.room-slider-track { display:flex; height:100%; transition:transform .68s cubic-bezier(.22,.61,.36,1); }
.room-slide { position:relative; flex:0 0 100%; height:100%; margin:0; overflow:hidden; }
.room-slide img { width:100%; height:100%; object-fit:cover; object-position:center; filter:brightness(1.04) saturate(.92); }
.room-slide figcaption {
  position:absolute;
  left:20px;
  right:auto;
  bottom:20px;
  margin:0;
  padding:10px 17px;
  border:1px solid rgba(255,255,255,.82);
  border-radius:999px;
  background:rgba(255,255,255,.84);
  color:#46333d;
  font-size:14px;
  font-weight:700;
  box-shadow:0 8px 18px rgba(83,72,89,.12);
}
.room-slider-controls { position:absolute; z-index:4; right:33px; bottom:30px; display:flex; align-items:center; gap:9px; }
.room-slider-arrow {
  display:grid;
  width:48px;
  height:48px;
  place-items:center;
  border:1px solid rgba(255,255,255,.9);
  border-radius:50%;
  background:rgba(255,255,255,.88);
  color:#ef668f;
  font-family:var(--top-latin),sans-serif;
  font-size:35px;
  line-height:1;
  cursor:pointer;
  box-shadow:0 8px 18px rgba(83,72,89,.13);
}
.room-slider-arrow:focus-visible,.room-slider-dots button:focus-visible { outline:3px solid #25bdb8; outline-offset:3px; }
.room-slider-status { min-width:52px; margin:0; padding:10px 12px; border-radius:999px; background:rgba(57,43,52,.75); color:#fff; font-family:var(--top-latin),sans-serif; font-size:13px; font-weight:700; text-align:center; }
.room-slider-dots { display:flex; justify-content:center; gap:9px; padding:17px 0 1px; }
.room-slider-dots button { width:11px; height:11px; padding:0; border:0; border-radius:50%; background:rgba(255,255,255,.72); cursor:pointer; transition:width .25s ease,background .25s ease; }
.room-slider-dots button[aria-current="true"] { width:32px; border-radius:999px; background:#f46f9b; }
.rooms-section .feature-badges { position:relative; z-index:1; margin-top:31px; }

@media (max-width:1024px) {
  .site { padding-bottom:calc(96px + env(safe-area-inset-bottom)); }
  .hero.top-refresh h1 { font-size:clamp(33px,9vw,47px); line-height:1.21; }
  .section-title { font-size:clamp(30px,7vw,36px); }
  .section-title::before,.section-title::after { width:21px; height:3px; margin-inline:.28em; }
  .hero.top-refresh .cta.line { min-width:0; min-height:58px; font-size:16px; }
  .hero.top-refresh .cta.line::after { font-size:10px; }
  .hero.top-refresh .cta.line { bottom:92px; }
  .hero.top-refresh .cta.outline { bottom:20px; }
  .final .cta.line { min-height:56px; font-size:16px; }
  .room-slider { width:min(100%,calc(100vw - 28px)); margin-top:34px; padding:7px; border-width:6px; border-radius:29px; }
  .room-slider-kicker { top:-16px; left:18px; padding:5px 11px; font-size:10px; }
  .room-slider-viewport { height:clamp(280px,82vw,340px); border-radius:19px; }
  .room-slide img { object-position:center; }
  .room-slide figcaption { left:12px; right:auto; bottom:12px; max-width:calc(100% - 24px); padding:7px 10px; font-size:11px; }
  .room-slider-controls { right:15px; bottom:22px; gap:6px; }
  .room-slider-arrow { width:39px; height:39px; font-size:28px; }
  .room-slider-status { min-width:43px; padding:8px 8px; font-size:11px; }
  .room-slider-dots { padding:11px 0 0; }
}

@media (prefers-reduced-motion: reduce) {
  .room-slider-track,.room-slider-dots button { transition:none; }
}

.rooms-title-break { display:none; }

@media (max-width:1024px) {
  .rooms-title-break { display:block; }
}

@media (min-width:1025px){body:not(:has(.top-refresh)) .site-shell:not(.store-site-shell){display:grid!important;grid-template-columns:minmax(0,1fr) 500px 280px;gap:34px;width:100%;max-width:1400px;min-height:100vh;margin:0 auto!important;padding:35px 35px 0!important}body:not(:has(.top-refresh)) .site-shell:not(.store-site-shell)>.rail-left{display:block;grid-column:1;grid-row:1}body:not(:has(.top-refresh)) .site-shell:not(.store-site-shell)>.site{display:block;grid-column:2;grid-row:1;width:500px!important;max-width:500px!important;min-height:100vh;margin:0!important;padding-bottom:0;border-radius:24px 24px 0 0;background:var(--paper)}body:not(:has(.top-refresh)) .site-shell:not(.store-site-shell)>.rail-right{display:block;grid-column:3;grid-row:1}body:not(:has(.top-refresh)) .site-shell:not(.store-site-shell)>.footer{grid-column:2;grid-row:2}}
@media (min-width:1025px) and (max-width:1623px){.stores-section .store-card+.store-card{margin-top:0}.stores-section .store-card{display:flex;flex-direction:column;align-self:stretch}.stores-section .store-card>div{flex:1}.stores-section .store-card>img{flex:0 0 300px}}

@media (min-width:1680px){
  .top-rail-left,.top-rail-right{display:block!important}
  .site-shell{display:grid!important;grid-template-columns:calc((100vw - 473px)/2 + 18px) 473px calc((100vw - 473px)/2 - 18px);gap:0;min-height:941px;padding:0!important}
  .site{grid-column:2!important;grid-row:1!important;width:473px!important;max-width:none!important;min-height:941px;margin:0!important;padding:0!important;overflow:visible;border-inline:1px solid #f6e5eb;border-radius:0;background:rgba(255,255,255,.62);box-shadow:0 0 12px #6a31401c}
  .top-rail-left{grid-column:1;grid-row:1;padding:20px 29px 0;position:relative;overflow:hidden}
  .top-rail-right{grid-column:3;grid-row:1;padding-top:116px;position:relative;overflow:hidden}
  .top-header{height:44px;padding:0 18px;position:static!important}
  .hero.top-refresh{height:237px;min-height:237px}
  .hero.top-refresh .hero-copy{top:18px;left:22px;width:52%;margin:0}
  .hero.top-refresh h1{font-size:21px;line-height:1.35;white-space:nowrap}
  .hero.top-refresh .hero-brand{font-size:15px}
  .hero.top-refresh p{font-size:10px;line-height:1.55}
  .hero.top-refresh .hero-model{width:55%;object-position:70% 25%}
  .hero.top-refresh .chips,.hero.top-refresh .cta.outline{display:none}
  .hero.top-refresh .cta.line{left:22px;bottom:17px;width:225px;min-width:0;min-height:44px;height:44px;padding:7px 10px;font-size:13px}
  .campaign{height:145px;padding:20px 14px 6px}
  .campaign .grid{gap:8px}.campaign .card{min-height:0;height:96px;padding:11px 3px;border-radius:16px}
  .campaign .ribbon{width:auto;height:22px;margin:-20px 53px 7px;padding:2px 4px;border-radius:0 0 8px 8px;font-size:11px}
  .stores-section{height:477px;padding:7px 15px 0}.store-grid{display:block;margin:0}.stores-section .store-card{display:grid!important;grid-template-columns:47% 53%;height:209px;margin:0;border-radius:12px}.stores-section .store-card+.store-card{margin-top:15px}.stores-section .store-card>img{height:209px;min-height:0;flex:none}.stores-section .store-card>div{min-height:0;flex:none;padding:17px 13px}
  .top-header .top-brand-logo{width:132px;height:auto;display:block}
  .top-rail-left .top-brand-logo{float:left;width:155px;height:auto}
  .top-rail-nav .nav-stores{min-height:184px;margin-top:16px}
  .top-rail-nav .nav-stores span{grid-template-columns:repeat(2,minmax(0,1fr));gap:7px;margin:12px -5px 0 -48px}
  .top-rail-nav .nav-stores span a{min-width:0;padding:10px 8px;text-align:center;white-space:nowrap;font-weight:700}
  .top-rail-nav .nav-line{min-height:74px;background:linear-gradient(135deg,#73c92a,#23ad12);box-shadow:0 14px 28px rgba(55,166,51,.28),inset 0 1px 0 rgba(255,255,255,.48)}
  .top-rail-nav .nav-line .nav-icon{width:31px;height:31px;font-size:8px;box-shadow:0 2px 8px rgba(18,91,18,.18)}
  .top-rail-nav .nav-line b{font-size:18px}
  .top-rail-nav .nav-line small{font-size:9px;letter-spacing:.02em}
}

/* Campaign: a restrained rose-ribbon treatment, built entirely from CSS. */
.campaign{
  isolation:isolate;
  padding:76px clamp(20px,8vw,130px) 58px;
  background:
    radial-gradient(ellipse 30% 80% at 101% 49%,rgba(237,163,183,.28),transparent 63%),
    radial-gradient(circle at 93% 24%,rgba(255,255,255,.94) 0 7%,transparent 8%),
    radial-gradient(ellipse 42% 70% at 8% 10%,rgba(255,255,255,.98),transparent 72%),
    linear-gradient(125deg,#fffdfb 0%,#fff5f6 50%,#effbf8 100%);
}
.campaign::before{
  z-index:-1;
  width:38vw;
  height:38vw;
  top:-22vw;
  left:-12vw;
  opacity:.64;
  background:radial-gradient(ellipse,rgba(255,255,255,.96),rgba(249,202,214,.17) 42%,transparent 68%);
}
.campaign::after{
  z-index:-1;
  width:32vw;
  height:28vw;
  right:-12vw;
  bottom:-20vw;
  border:1px solid rgba(186,142,71,.36);
  opacity:.72;
  transform:rotate(-16deg);
}
.campaign .ribbon{
  z-index:2;
  width:min(650px,calc(100% - 68px));
  margin:0 auto 28px;
  padding:12px 28px;
  border:1px solid rgba(208,169,94,.84);
  border-radius:2px;
  background:linear-gradient(105deg,#c95077 0%,#ef88a1 50%,#c75077 100%);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.54),0 13px 25px rgba(175,80,118,.25);
  color:#fff;
  font-family:var(--top-serif);
  font-size:clamp(15px,1.4vw,20px);
  font-weight:600;
  letter-spacing:.12em;
  line-height:1.35;
  text-shadow:0 1px 2px rgba(102,38,61,.24);
}
.campaign .ribbon::before,.campaign .ribbon::after{
  content:"";
  position:absolute;
  z-index:-1;
  top:7px;
  width:42px;
  height:calc(100% - 14px);
  background:linear-gradient(135deg,#a74166,#d96686);
  box-shadow:0 5px 9px rgba(144,69,97,.16);
}
.campaign .ribbon::before{left:-31px;clip-path:polygon(0 0,100% 16%,100% 84%,0 100%,35% 50%)}
.campaign .ribbon::after{right:-31px;clip-path:polygon(0 16%,100% 0,65% 50%,100% 100%,0 84%)}
.campaign .grid{
  z-index:1;
  max-width:1080px;
  align-items:stretch;
  gap:20px;
}
.campaign .card{
  position:relative;
  display:flex;
  min-height:174px;
  padding:27px 18px 18px;
  flex-direction:column;
  justify-content:center;
  overflow:hidden;
  border:1px solid rgba(193,150,76,.56);
  border-radius:16px;
  background:linear-gradient(135deg,rgba(255,254,247,.89),rgba(255,249,247,.76));
  box-shadow:inset 0 0 0 4px rgba(255,255,255,.6),inset 0 0 0 5px rgba(216,182,116,.2),0 17px 32px rgba(193,105,137,.16);
}
.campaign .card::before{
  display:block;
  margin:0 auto 8px;
  color:#b78b42;
  font-family:Georgia,serif;
  font-size:26px;
  font-weight:400;
  line-height:1;
  text-shadow:0 1px 0 #fff;
}
.campaign .card::after{
  content:"";
  position:absolute;
  top:53px;
  left:15%;
  right:15%;
  height:1px;
  background:linear-gradient(90deg,transparent,rgba(190,147,72,.62) 18%,rgba(190,147,72,.62) 82%,transparent);
}
.campaign .card:nth-child(1)::before{content:"♕"}
.campaign .card:nth-child(2)::before{content:"♢"}
.campaign .card:nth-child(3)::before{content:"♧"}
.campaign .metric span{position:relative;z-index:1;color:#674650;font-family:var(--top-serif);font-size:clamp(14px,1.22vw,18px);font-weight:600;letter-spacing:.1em}
.campaign .metric b{
  position:relative;
  z-index:1;
  display:block;
  margin-top:8px;
  color:#da5d85;
  background:linear-gradient(110deg,#c73b68,#f18aa3 52%,#bf3764);
  -webkit-background-clip:text;
  background-clip:text;
  -webkit-text-fill-color:transparent;
  font-family:var(--top-serif);
  font-size:clamp(31px,3.15vw,48px);
  font-weight:600;
  letter-spacing:-.04em;
  line-height:1.08;
  white-space:nowrap;
}
.campaign .metric b::after{display:block;margin-top:7px;color:#b46e83;background:none;-webkit-text-fill-color:#b46e83;font-family:var(--top-serif);font-size:14px;font-weight:600;letter-spacing:.08em;line-height:1.2;white-space:normal}
.campaign .metric:nth-child(1) b::after,.campaign .metric:nth-child(3) b::after{content:"プレゼント！"}
.campaign .metric:nth-child(2) b::after{content:"※条件あり";color:#795a61;-webkit-text-fill-color:#795a61}
.campaign .note{z-index:1;max-width:1080px;margin:17px auto 0;color:#765a63;font-size:11px;line-height:1.65;text-align:center}

@media (max-width:599px){
  .campaign{padding:57px 20px 38px}
  .campaign .ribbon{width:calc(100% - 34px);margin-bottom:24px;padding:10px 14px;font-size:15px;letter-spacing:.08em}
  .campaign .ribbon::before,.campaign .ribbon::after{width:24px}
  .campaign .ribbon::before{left:-18px}.campaign .ribbon::after{right:-18px}
  .campaign .grid{grid-template-columns:minmax(0,1fr);gap:12px}
  .campaign .card{min-height:142px;padding:21px 15px 16px}
  .campaign .card::before{margin-bottom:5px;font-size:22px}.campaign .card::after{top:43px}
  .campaign .metric span{font-size:14px}.campaign .metric b{font-size:clamp(35px,11vw,43px)}.campaign .metric b::after{font-size:13px}
}
@media (min-width:600px) and (max-width:1679px){.campaign .grid{grid-template-columns:repeat(3,minmax(0,1fr))}.campaign .card{height:174px}}
@media (min-width:1680px){
  .campaign{height:165px;padding:24px 14px 7px}
  .campaign .ribbon{width:auto;margin:-24px 49px 8px;padding:3px 7px;font-size:10px;letter-spacing:.04em}
  .campaign .ribbon::before,.campaign .ribbon::after{display:none}
  .campaign .grid{gap:7px}.campaign .card{height:102px;min-height:102px;padding:8px 3px 4px;border-radius:11px;box-shadow:inset 0 0 0 2px rgba(255,255,255,.6),inset 0 0 0 3px rgba(216,182,116,.2),0 7px 14px rgba(193,105,137,.12)}
  .campaign .card::before{margin-bottom:3px;font-size:13px}.campaign .card::after{top:28px;left:18%;right:18%}
  .campaign .metric span{font-size:8px;letter-spacing:.02em}.campaign .metric b{margin-top:4px;font-size:22px}.campaign .metric b::after{margin-top:2px;font-size:8px;letter-spacing:0}.campaign .note{display:none}
}

/* Room tour: keep the photographs crisp inside a softly glossy glass frame. */
.rooms-section{
  isolation:isolate;
  background:
    radial-gradient(ellipse 48% 38% at 8% 18%,rgba(255,255,255,.88),transparent 72%),
    radial-gradient(ellipse 42% 48% at 96% 75%,rgba(205,188,243,.38),transparent 70%),
    linear-gradient(135deg,rgba(255,239,243,.92),rgba(244,238,255,.88) 51%,rgba(234,252,249,.84));
}
.rooms-section::after{border-color:rgba(255,255,255,.78);box-shadow:0 0 46px rgba(225,190,236,.28)}
.room-slider{
  padding:13px;
  border:11px solid rgba(255,255,255,.7);
  border-radius:46px;
  background:linear-gradient(135deg,rgba(255,255,255,.77),rgba(249,235,249,.56) 52%,rgba(232,242,255,.61));
  box-shadow:inset 0 2px 1px rgba(255,255,255,.92),inset 0 -1px 0 rgba(185,152,214,.18),0 26px 57px rgba(151,116,184,.23),0 15px 36px rgba(240,146,175,.16);
}
.room-slider::after{content:"";position:absolute;z-index:2;inset:13px;pointer-events:none;border:1px solid rgba(255,255,255,.68);border-radius:31px;background:linear-gradient(125deg,rgba(255,255,255,.28),transparent 34%,transparent 63%,rgba(245,205,230,.12));box-shadow:inset 0 1px 0 rgba(255,255,255,.58)}
.room-slider-kicker{z-index:5;border:1px solid rgba(255,255,255,.94);background:rgba(255,255,255,.78);box-shadow:0 9px 20px rgba(174,109,156,.17),inset 0 1px 0 #fff;color:#df658e}
.room-slider-viewport{border:1px solid rgba(255,255,255,.76);background:#f9f3f6;box-shadow:inset 0 0 0 1px rgba(188,153,211,.15)}
.room-slide::after{content:"";position:absolute;z-index:1;inset:0;pointer-events:none;background:linear-gradient(118deg,rgba(255,239,244,.15),transparent 38%,transparent 66%,rgba(224,235,255,.11));box-shadow:inset 0 1px 0 rgba(255,255,255,.35)}
.room-slide img{filter:brightness(1.035) saturate(.89) contrast(.97)}
.room-slide figcaption{z-index:3;border-color:rgba(255,255,255,.94);background:rgba(255,255,255,.83);box-shadow:0 10px 22px rgba(121,91,119,.15),inset 0 1px 0 #fff;color:#583d4a}
.room-slide figcaption::before{content:"✦";margin-right:7px;color:#ec78a1;font-size:.86em}
.room-slider-controls{z-index:5}
.room-slider-arrow{border-color:rgba(255,255,255,.92);background:rgba(255,255,255,.77);box-shadow:0 8px 19px rgba(114,86,123,.18),inset 0 1px 0 #fff;color:#dd78a0}
.room-slider-status{border:1px solid rgba(255,255,255,.84);background:rgba(255,239,245,.87);box-shadow:inset 0 1px 0 #fff;color:#c76589}
.room-slider-dots{position:relative;z-index:5}.room-slider-dots button{background:rgba(255,255,255,.84);box-shadow:0 2px 6px rgba(120,93,123,.14)}.room-slider-dots button[aria-current="true"]{background:linear-gradient(90deg,#f18aac,#bb9fe3);box-shadow:0 3px 8px rgba(204,103,149,.22)}
.rooms-section .feature-badges{grid-template-columns:repeat(3,minmax(0,1fr));max-width:1120px;gap:18px;margin-top:34px}
.rooms-section .feature-badges .feature-card{position:relative;display:flex;min-height:134px;padding:19px 15px 17px;align-items:center;justify-content:center;gap:9px;flex-direction:column;overflow:hidden;border:1px solid rgba(255,255,255,.82);border-radius:25px;background:linear-gradient(135deg,rgba(255,255,255,.73),rgba(255,250,254,.58));box-shadow:inset 0 1px 0 rgba(255,255,255,.96),inset 8px 10px 20px rgba(255,255,255,.18),0 15px 27px rgba(155,129,190,.19);color:#493943;font-size:14px;font-weight:700;text-align:center}
.rooms-section .feature-badges .feature-card::before{content:"";position:absolute;top:0;left:10%;right:10%;height:31%;border-radius:0 0 50% 50%;background:linear-gradient(180deg,rgba(255,255,255,.42),transparent);pointer-events:none}
.rooms-section .feature-badges .feature-card::after{content:"";position:absolute;bottom:13px;width:36px;height:3px;border-radius:999px;background:linear-gradient(90deg,#f28cac 0 68%,transparent 68% 78%,#ba9ee0 78%);opacity:.78}
.rooms-section .feature-badges .feature-card i{position:relative;z-index:1;margin:0;color:#d875aa;background:linear-gradient(135deg,#ef88aa,#a78be0);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;font-size:31px;font-style:normal;line-height:1;text-shadow:none}

@media (max-width:599px){
  .rooms-section{padding-inline:18px}
  .room-slider{padding:8px;border-width:7px;border-radius:29px}.room-slider::after{inset:8px;border-radius:19px}
  .room-slider-viewport{border-radius:19px}.room-slider-kicker{left:16px}.room-slide figcaption{left:12px;bottom:12px;padding:7px 10px}
  .rooms-section .feature-badges{grid-template-columns:repeat(2,minmax(0,1fr));gap:11px;margin-top:25px}.rooms-section .feature-badges .feature-card{min-height:112px;padding:14px 7px 15px;border-radius:22px;font-size:11px}.rooms-section .feature-badges .feature-card i{font-size:25px}.rooms-section .feature-badges .feature-card::after{bottom:10px;width:29px}
}
@media (min-width:1680px){
  .rooms-section{padding-inline:15px}.room-slider{width:100%;margin-top:25px;padding:7px;border-width:7px;border-radius:25px}.room-slider::after{inset:7px;border-radius:16px}.room-slider-viewport{height:300px;border-radius:16px}.room-slider-kicker{top:-14px;left:18px;padding:5px 10px;font-size:9px}.room-slide figcaption{left:12px;bottom:12px;padding:7px 10px;font-size:10px}.room-slider-controls{right:15px;bottom:19px;gap:6px}.room-slider-arrow{width:37px;height:37px;font-size:26px}.room-slider-status{min-width:42px;padding:8px;font-size:10px}.room-slider-dots{padding:10px 0 0}
  .rooms-section .feature-badges{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;margin-top:22px}.rooms-section .feature-badges .feature-card{min-height:79px;padding:10px 4px 12px;border-radius:16px;font-size:9px}.rooms-section .feature-badges .feature-card i{font-size:19px}.rooms-section .feature-badges .feature-card::after{bottom:7px;width:22px;height:2px}
}

/* Job guide: editorial hierarchy with a photograph-led overview. */
.job-section{isolation:isolate;padding-block:108px;background:radial-gradient(circle at 8% 8%,rgba(255,226,237,.54),transparent 31%),radial-gradient(circle at 95% 83%,rgba(201,237,234,.38),transparent 33%),linear-gradient(135deg,rgba(255,255,255,.97),rgba(255,250,253,.9));}
.job-section::before{height:1px;top:0;background:linear-gradient(90deg,transparent 9%,rgba(238,125,164,.68) 28%,rgba(137,211,202,.64) 72%,transparent 91%);opacity:.8}.job-header{max-width:880px;margin:0 auto 47px;text-align:center}.job-kicker{margin:0 0 10px;color:#de6f98;font-family:var(--top-latin),var(--top-ui);font-size:13px;font-weight:700;letter-spacing:.32em}.job-header .section-title{margin-bottom:18px}.job-intro{max-width:720px;margin:0 auto;color:#5a4650;font-size:15px;line-height:2;text-align:left}
.job-overview{display:grid;grid-template-columns:minmax(0,1.08fr) minmax(0,.92fr);gap:clamp(30px,5vw,74px);max-width:1160px;margin:0 auto;align-items:center}.job-figure{position:relative;margin:0;overflow:hidden;border:10px solid rgba(255,255,255,.82);border-radius:42px;background:#fff;box-shadow:0 27px 55px rgba(145,112,167,.19),0 14px 29px rgba(237,137,170,.13)}.job-figure::after{content:"";position:absolute;inset:0;pointer-events:none;background:linear-gradient(120deg,rgba(255,255,255,.2),transparent 38%,rgba(247,211,231,.12));box-shadow:inset 0 1px 0 rgba(255,255,255,.72)}.job-figure img{display:block;width:100%;aspect-ratio:1.2/1;object-fit:cover;object-position:center;filter:brightness(1.03) saturate(.91) contrast(.97)}.job-figure figcaption{position:absolute;z-index:1;left:20px;bottom:18px;margin:0;padding:10px 15px;border:1px solid rgba(255,255,255,.88);border-radius:999px;background:rgba(255,255,255,.84);box-shadow:0 8px 18px rgba(89,63,82,.14);color:#593e4b;font-size:13px;font-weight:700}.job-figure figcaption::before{content:"✦";margin-right:6px;color:#eb7fa4}
.job-copy{position:relative;padding:18px 0}.job-copy::before{content:"CHAT";position:absolute;z-index:-1;top:-20px;left:-8px;color:rgba(211,181,234,.16);font-family:var(--top-latin);font-size:clamp(56px,8vw,102px);font-weight:700;letter-spacing:.08em;line-height:1}.job-copy h3{margin:0 0 22px;color:#3f3039;font-family:var(--top-serif);font-size:clamp(23px,2.3vw,34px);font-weight:600;letter-spacing:.06em;line-height:1.5}.job-copy p{margin:0 0 15px;color:#58454e;font-size:14px;line-height:1.95}.job-safety{display:flex;flex-wrap:wrap;gap:8px;margin:25px 0 0;padding:0;list-style:none}.job-safety li{padding:7px 11px;border:1px solid rgba(228,146,176,.34);border-radius:999px;background:rgba(255,255,255,.74);box-shadow:inset 0 1px 0 #fff;color:#a65c78;font-size:11px;font-weight:700}.job-safety li::before{content:"✓";margin-right:4px;color:#70bfb6}
.job-steps{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;max-width:1020px;margin:65px auto 0;padding:0;list-style:none;counter-reset:job-step}.job-steps li{position:relative;display:flex;align-items:center;gap:13px;min-height:82px;padding:16px 18px;border:1px solid rgba(255,255,255,.85);border-radius:19px;background:rgba(255,255,255,.68);box-shadow:0 12px 25px rgba(151,118,177,.1),inset 0 1px 0 #fff;color:#493841;font-size:14px;font-weight:700}.job-steps li:not(:last-child)::after{content:"→";position:absolute;right:-17px;z-index:1;color:#dc89aa;font-size:18px}.job-steps b{display:grid;flex:0 0 32px;width:32px;height:32px;place-items:center;border-radius:50%;background:linear-gradient(135deg,#f08ba9,#bba1e3);color:#fff;font-family:var(--top-latin);font-size:14px}.job-steps span{line-height:1.45}
.job-points{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;max-width:1160px;margin:55px auto 0}.job-point{position:relative;min-height:290px;padding:28px 25px 24px;overflow:hidden;border:1px solid rgba(255,255,255,.86);border-radius:25px;background:rgba(255,255,255,.72);box-shadow:0 16px 33px rgba(139,113,163,.12),inset 0 1px 0 #fff}.job-point::before{content:attr(data-number);position:absolute;right:12px;bottom:-27px;color:rgba(235,160,186,.12);font-family:var(--top-latin);font-size:110px;font-weight:700;line-height:1}.job-point>span{display:inline-block;margin-bottom:13px;color:#df729b;font-family:var(--top-latin);font-size:11px;font-weight:700;letter-spacing:.14em}.job-point h3{position:relative;margin:0 0 12px;color:#493641;font-family:var(--top-serif);font-size:20px;font-weight:600;line-height:1.55}.job-point h4{position:relative;margin:0 0 11px;color:#8d5571;font-size:13px;line-height:1.7}.job-point p{position:relative;margin:0;color:#59464f;font-size:13px;line-height:1.85}.job-point a{position:relative;display:inline-block;margin-top:15px;color:#ca5d86;font-size:13px;font-weight:700;text-decoration:none}.job-point a::after{content:"";display:block;height:1px;margin-top:3px;background:linear-gradient(90deg,#ed85a8,#a99ae0)}.job-point:nth-child(2)>span{color:#9075cf}.job-point:nth-child(3)>span{color:#53a99f}.job-point:nth-child(2)::before{color:rgba(177,156,225,.13)}.job-point:nth-child(3)::before{color:rgba(109,198,184,.13)}.job-point:nth-child(1)::after,.job-point:nth-child(2)::after,.job-point:nth-child(3)::after{position:absolute;top:0;left:0;width:100%;height:4px;content:""}.job-point:nth-child(1)::after{background:#ef8dab}.job-point:nth-child(2)::after{background:#b39be0}.job-point:nth-child(3)::after{background:#82cbc0}.job-point:nth-child(1)::before{content:"01"}.job-point:nth-child(2)::before{content:"02"}.job-point:nth-child(3)::before{content:"03"}
@media (max-width:767px){.job-section{padding:70px 20px}.job-header{margin-bottom:32px;text-align:left}.job-kicker{font-size:11px}.job-header .section-title{font-size:31px;line-height:1.42}.job-intro{font-size:13px;line-height:1.9}.job-overview{display:flex;gap:25px;flex-direction:column}.job-figure{width:100%;border-width:7px;border-radius:29px}.job-figure img{aspect-ratio:1.18/1;object-position:center}.job-figure figcaption{left:12px;bottom:12px;padding:7px 10px;font-size:11px}.job-copy{padding:0}.job-copy::before{top:-15px;left:0;font-size:62px;letter-spacing:.06em}.job-copy h3{font-size:23px;line-height:1.55}.job-copy p{font-size:13px;line-height:1.9}.job-safety{margin-top:20px;gap:7px}.job-safety li{padding:6px 9px;font-size:10px}.job-steps{grid-template-columns:1fr;gap:9px;margin-top:39px}.job-steps li{min-height:65px;padding:12px 14px;font-size:13px}.job-steps li:not(:last-child)::after{top:auto;right:50%;bottom:-18px;transform:rotate(90deg)}.job-points{grid-template-columns:1fr;gap:13px;margin-top:42px}.job-point{min-height:0;padding:24px 20px 23px;border-radius:22px}.job-point h3{font-size:19px}.job-point h4,.job-point p{font-size:12px}.job-point::before{font-size:88px}}
@media (min-width:768px) and (max-width:1024px){.job-section{padding-inline:44px}.job-overview{gap:28px}.job-copy h3{font-size:25px}.job-steps{gap:10px}.job-points{gap:12px}.job-point{padding:23px 18px;min-height:315px}.job-point h3{font-size:18px}.job-point h4,.job-point p{font-size:12px}}
@media (min-width:1680px){.job-section{padding:52px 15px}.job-header{margin-bottom:24px;text-align:left}.job-kicker{margin-bottom:5px;font-size:9px}.job-header .section-title{margin-bottom:9px;font-size:23px;line-height:1.4}.job-intro{font-size:10px;line-height:1.75}.job-overview{display:flex;gap:18px;flex-direction:column}.job-figure{border-width:6px;border-radius:22px}.job-figure img{aspect-ratio:1.42/1}.job-figure figcaption{left:10px;bottom:10px;padding:6px 8px;font-size:9px}.job-copy{padding:0}.job-copy::before{top:-11px;left:0;font-size:42px;letter-spacing:.05em}.job-copy h3{margin-bottom:10px;font-size:18px;line-height:1.45}.job-copy p{margin-bottom:8px;font-size:10px;line-height:1.7}.job-safety{margin-top:13px;gap:5px}.job-safety li{padding:5px 6px;font-size:8px}.job-steps{grid-template-columns:1fr;gap:6px;margin-top:25px}.job-steps li{min-height:48px;padding:8px 10px;font-size:10px}.job-steps li:not(:last-child)::after{top:auto;right:50%;bottom:-15px;transform:rotate(90deg)}.job-steps b{flex-basis:24px;width:24px;height:24px;font-size:10px}.job-points{grid-template-columns:1fr;gap:9px;margin-top:29px}.job-point{min-height:0;padding:18px 15px;border-radius:17px}.job-point>span{margin-bottom:7px;font-size:8px}.job-point h3{margin-bottom:7px;font-size:15px}.job-point h4,.job-point p{font-size:9px;line-height:1.65}.job-point a{margin-top:8px;font-size:9px}.job-point::before{font-size:68px}}

/* Room tour: two complete real-photo frames at every viewport. */
.room-slider{--room-gap:12px}.room-slider-viewport{height:clamp(360px,32vw,440px)}.room-slider-track{gap:var(--room-gap)}.room-slide{flex:0 0 calc((100% - var(--room-gap))/2)}.room-slide figcaption{left:14px;right:auto;bottom:13px;max-width:calc(100% - 28px);padding:8px 11px;font-size:clamp(9px,1vw,12px);line-height:1.35}.room-slider-controls{position:relative;right:auto;bottom:auto;justify-content:flex-end;margin:12px 7px 0}.room-slider-status{min-width:72px}.room-slider-dots{gap:6px;padding-top:12px}.room-slider-dots button{width:8px;height:8px}.room-slider-dots button[aria-current="true"]{width:22px}
@media (min-width:768px) and (max-width:1024px){.room-slider-viewport{height:clamp(240px,38vw,310px)}}
@media (max-width:767px){.room-slider{--room-gap:8px}.room-slider-viewport{height:clamp(150px,39vw,178px)}.room-slide figcaption{left:7px;bottom:7px;max-width:calc(100% - 14px);padding:4px 6px;font-size:8px}.room-slider-controls{margin:9px 2px 0}.room-slider-arrow{width:36px;height:36px;font-size:25px}.room-slider-status{min-width:64px;padding:8px 7px;font-size:10px}.room-slider-dots{gap:5px;padding-top:9px}.room-slider-dots button{width:7px;height:7px}.room-slider-dots button[aria-current="true"]{width:18px}}
@media (min-width:1680px){.room-slider-viewport{height:190px}.room-slider-controls{margin-top:9px}.room-slider-status{min-width:52px;padding:7px 6px;font-size:9px}.room-slider-dots{gap:4px;padding-top:8px}.room-slider-dots button{width:6px;height:6px}.room-slider-dots button[aria-current="true"]{width:16px}}

/* Reasons: photograph-led editorial tiles, deliberately isolated from legacy feature cards. */
.reasons-showcase{isolation:isolate;padding-block:108px;background:radial-gradient(circle at 4% 7%,rgba(252,217,228,.56),transparent 22%),radial-gradient(circle at 97% 93%,rgba(205,239,234,.42),transparent 27%),linear-gradient(135deg,rgba(255,252,250,.98),rgba(255,247,250,.93))}.reasons-showcase::before{display:none}.reasons-showcase .section-title::before,.reasons-showcase .section-title::after{display:none;content:none}.reasons-layout{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:20px;max-width:1280px;margin:0 auto}.reasons-intro{display:flex;min-height:344px;padding:26px 20px 28px;align-items:flex-start;justify-content:center;flex-direction:column;border:1px solid rgba(222,170,188,.27);background:rgba(255,255,255,.43);box-shadow:inset 0 1px 0 rgba(255,255,255,.9);color:#59414c}.reasons-kicker{margin:0 0 15px;color:#df829f;font-family:var(--top-serif);font-size:clamp(16px,1.7vw,24px);font-style:italic;font-weight:500;letter-spacing:.04em}.reasons-intro .section-title{margin:0 0 18px;color:#45353d;font-size:clamp(35px,3.7vw,58px);font-weight:500;line-height:1.25;letter-spacing:.1em}.reasons-intro .section-title em{color:#ef8fa9;font-family:var(--top-serif);font-size:1.48em;font-style:normal;font-weight:400;letter-spacing:.03em}.reasons-intro>p:last-child{max-width:235px;margin:0;color:#624b55;font-family:var(--top-serif);font-size:14px;line-height:2;letter-spacing:.07em}.reasons-intro,.reason-card{grid-column:span 2}.reason-card{position:relative;min-height:344px;overflow:hidden;background:#f7edf1;box-shadow:0 15px 32px rgba(158,117,137,.13)}.reason-card:nth-of-type(3),.reason-card:nth-of-type(4){grid-column:span 3}.reason-card>img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center;filter:brightness(1.035) saturate(.84) contrast(.97)}.reason-card::after{position:absolute;inset:0;content:"";pointer-events:none;background:linear-gradient(90deg,rgba(255,255,255,.97) 0%,rgba(255,255,255,.91) 35%,rgba(255,255,255,.58) 55%,rgba(255,255,255,.03) 76%)}.reason-content{position:relative;z-index:1;display:flex;width:min(61%,330px);height:100%;padding:28px 26px 25px;justify-content:center;flex-direction:column;color:#483941}.reason-number{margin:0 0 19px;color:#ef94aa;font-family:var(--top-serif);font-size:clamp(42px,5vw,70px);font-weight:400;letter-spacing:.04em;line-height:.8}.reason-content h3{position:relative;margin:0 0 24px;padding-bottom:20px;color:#44353c;font-family:var(--top-serif);font-size:clamp(20px,2.05vw,30px);font-weight:500;line-height:1.52;letter-spacing:.08em}.reason-content h3::after{position:absolute;bottom:0;left:0;width:74px;height:1px;content:"";background:linear-gradient(90deg,#ee8ca7 0 86%,rgba(238,140,167,.25) 86%)}.reason-content>p:last-child{margin:0;color:#59464e;font-family:var(--top-serif);font-size:13px;line-height:1.95;letter-spacing:.05em}
@media (min-width:768px) and (max-width:1024px){.reasons-showcase{padding-inline:44px}.reasons-layout{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.reasons-intro{grid-column:1 / -1;min-height:0;padding:28px 6px 14px;background:transparent;box-shadow:none}.reasons-intro .section-title{font-size:40px}.reasons-intro>p:last-child{max-width:520px}.reason-card,.reason-card:nth-of-type(3),.reason-card:nth-of-type(4){grid-column:span 1;min-height:322px}.reason-content{width:68%;padding:24px 20px}.reason-content h3{font-size:21px}.reason-content>p:last-child{font-size:12px}}
@media (max-width:767px){.reasons-showcase{padding:72px 18px}.reasons-layout{grid-template-columns:1fr;gap:16px}.reasons-intro{min-height:0;padding:0 4px 16px;background:transparent;box-shadow:none}.reasons-kicker{margin-bottom:9px;font-size:17px}.reasons-intro .section-title{margin-bottom:13px;font-size:35px}.reasons-intro>p:last-child{max-width:315px;font-size:13px;line-height:1.9}.reason-card,.reason-card:nth-of-type(3),.reason-card:nth-of-type(4){grid-column:1;min-height:318px}.reason-card::after{background:linear-gradient(90deg,rgba(255,255,255,.98) 0%,rgba(255,255,255,.93) 47%,rgba(255,255,255,.51) 70%,rgba(255,255,255,.04) 100%)}.reason-content{width:70%;padding:25px 19px 22px}.reason-number{margin-bottom:16px;font-size:48px}.reason-content h3{margin-bottom:16px;padding-bottom:14px;font-size:20px;line-height:1.48}.reason-content h3::after{width:56px}.reason-content>p:last-child{font-size:12px;line-height:1.85;letter-spacing:.03em}}
@media (min-width:1680px){.reasons-showcase{padding:53px 15px}.reasons-layout{grid-template-columns:1fr;gap:12px}.reasons-intro,.reason-card,.reason-card:nth-of-type(3),.reason-card:nth-of-type(4){grid-column:1;min-height:0}.reasons-intro{padding:0 2px 8px;background:transparent;box-shadow:none}.reasons-kicker{margin-bottom:4px;font-size:10px}.reasons-intro .section-title{margin-bottom:6px;font-size:25px}.reasons-intro>p:last-child{max-width:390px;font-size:9px;line-height:1.7}.reason-card{height:200px}.reason-content{width:63%;padding:18px 16px}.reason-number{margin-bottom:8px;font-size:38px}.reason-content h3{margin-bottom:8px;padding-bottom:8px;font-size:14px;line-height:1.45;letter-spacing:.05em}.reason-content h3::after{width:32px}.reason-content>p:last-child{font-size:9px;line-height:1.65;letter-spacing:.02em}}
@media (min-width:1025px) and (max-width:1679px){.reason-content{width:min(72%,360px)}.reason-content h3{font-size:clamp(21px,1.8vw,26px);line-height:1.48;letter-spacing:.045em}}

@media (min-width:1025px) and (max-width:1679px){.hero.top-refresh h1{font-size:clamp(40px,4vw,57px);white-space:normal}}

/* Top-only motion details: decorative, low-cost, and disabled by reduced motion. */
/* Visit flow: a calm, vertical editorial timeline. */
.flow-section{--flow-pink:#e77ea4;--flow-lavender:#a98cdb;position:relative;isolation:isolate;overflow:hidden;padding-block:clamp(70px,9vw,112px);background:radial-gradient(circle at 8% 11%,rgba(255,216,230,.58),transparent 26%),radial-gradient(circle at 93% 82%,rgba(215,204,246,.46),transparent 30%),linear-gradient(135deg,rgba(255,253,254,.98),rgba(250,247,255,.94))!important}.flow-section::before,.flow-section::after{position:absolute;z-index:-1;content:"";pointer-events:none}.flow-section::before{top:10%;right:-74px;width:240px;height:240px;border:1px solid rgba(230,160,188,.28);border-radius:47% 53% 52% 48%;box-shadow:inset 0 0 0 24px rgba(255,255,255,.23);transform:rotate(25deg)}.flow-section::after{bottom:8%;left:5%;width:86px;height:86px;border-radius:50% 47% 53% 44%;background:radial-gradient(circle at 35% 35%,rgba(255,255,255,.83) 0 5%,transparent 6%),radial-gradient(circle at 63% 28%,rgba(246,181,204,.6) 0 4%,transparent 5%),radial-gradient(circle at 48% 64%,rgba(205,184,234,.38) 0 5%,transparent 6%);opacity:.8}.flow-header{position:relative;max-width:960px;margin:0 auto 44px;text-align:center}.flow-kicker{margin:0 0 10px;color:var(--flow-pink);font-family:var(--top-serif);font-size:clamp(14px,1.5vw,19px);font-weight:600;letter-spacing:.12em}.flow-section .section-title{margin:0;color:#473640;font-family:var(--top-serif);font-size:clamp(32px,4vw,52px);font-weight:600;letter-spacing:.09em}.flow-section .section-title::before,.flow-section .section-title::after{display:none;content:none}.flow-timeline{position:relative;max-width:920px;margin:0 auto;padding:0;list-style:none}.flow-timeline::before{position:absolute;top:24px;bottom:24px;left:46px;width:1px;content:"";background:linear-gradient(to bottom,rgba(232,127,165,.44),rgba(179,151,220,.56),rgba(232,127,165,.32))}.flow-item{position:relative;display:grid;grid-template-columns:94px minmax(0,1fr);align-items:stretch}.flow-item:not(:last-child){padding-bottom:23px}.flow-marker{position:relative;z-index:1;display:grid;place-items:start center;padding-top:20px}.flow-marker span{display:grid;width:54px;height:54px;place-items:center;border:1px solid rgba(255,255,255,.94);border-radius:50%;background:linear-gradient(145deg,#f290b2,#df729c);box-shadow:0 11px 22px rgba(225,112,156,.2),inset 0 1px 0 rgba(255,255,255,.56);color:#fff;font-family:var(--top-latin),var(--top-ui);font-size:16px;font-weight:700;letter-spacing:.06em}.flow-item:nth-child(even) .flow-marker span{background:linear-gradient(145deg,#c3afe9,#9881cb);box-shadow:0 11px 22px rgba(139,113,190,.2),inset 0 1px 0 rgba(255,255,255,.56)}.flow-card{position:relative;display:grid;grid-template-columns:74px minmax(0,1fr);gap:21px;min-height:132px;padding:24px 28px 23px;border:1px solid rgba(255,255,255,.86);border-radius:26px 26px 26px 9px;background:linear-gradient(135deg,rgba(255,255,255,.9),rgba(255,250,253,.7));box-shadow:0 17px 32px rgba(152,114,148,.12),inset 0 1px 0 rgba(255,255,255,.95);color:#55424c}.flow-card::before{position:absolute;top:0;right:24px;left:24px;height:1px;content:"";background:linear-gradient(90deg,transparent,rgba(232,126,164,.46),rgba(174,150,220,.4),transparent)}.flow-icon{display:grid;width:58px;height:58px;place-items:center;align-self:center;border:1px solid rgba(235,151,181,.25);border-radius:20px;background:linear-gradient(145deg,rgba(255,233,241,.91),rgba(248,243,255,.83));box-shadow:inset 0 1px 0 rgba(255,255,255,.9);color:var(--flow-pink)}.flow-item:nth-child(even) .flow-icon{border-color:rgba(170,145,216,.28);background:linear-gradient(145deg,rgba(241,235,255,.92),rgba(255,250,253,.85));color:var(--flow-lavender)}.flow-icon svg{width:33px;height:33px;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.65}.flow-step{margin:0 0 5px;color:var(--flow-pink);font-family:var(--top-latin),var(--top-ui);font-size:10px;font-weight:700;letter-spacing:.16em}.flow-item:nth-child(even) .flow-step{color:var(--flow-lavender)}.flow-card h3{margin:0 0 8px;color:#453640;font-family:var(--top-serif);font-size:clamp(20px,2vw,27px);font-weight:600;letter-spacing:.07em;line-height:1.35}.flow-card p:last-child{margin:0;color:#614f58;font-size:14px;line-height:1.9;letter-spacing:.03em}.flow-note{position:relative;max-width:920px;margin:29px auto 0;padding:14px 20px;border:1px solid rgba(233,161,184,.26);border-radius:999px;background:rgba(255,255,255,.6);box-shadow:inset 0 1px 0 rgba(255,255,255,.86);color:#9a6076;font-size:13px;font-weight:700;text-align:center}.flow-note::before{margin-right:7px;content:"✦";color:#e681a4}
@media (max-width:767px){.flow-section{padding:68px 17px 76px}.flow-header{margin-bottom:31px;text-align:left}.flow-kicker{margin-bottom:7px;font-size:14px;letter-spacing:.08em}.flow-section .section-title{font-size:31px;line-height:1.45}.flow-timeline::before{top:19px;bottom:18px;left:24px}.flow-item{grid-template-columns:50px minmax(0,1fr)}.flow-item:not(:last-child){padding-bottom:15px}.flow-marker{padding-top:14px}.flow-marker span{width:40px;height:40px;font-size:12px}.flow-card{grid-template-columns:48px minmax(0,1fr);gap:12px;min-height:0;padding:17px 15px;border-radius:19px 19px 19px 7px}.flow-card::before{right:16px;left:16px}.flow-icon{width:43px;height:43px;border-radius:15px}.flow-icon svg{width:26px;height:26px}.flow-step{margin-bottom:3px;font-size:8px}.flow-card h3{margin-bottom:6px;font-size:19px;line-height:1.35}.flow-card p:last-child{font-size:13px;line-height:1.78}.flow-note{margin-top:22px;padding:12px 15px;border-radius:18px;font-size:12px;line-height:1.7}.flow-section::before{right:-104px;width:190px;height:190px}.flow-section::after{left:-11px;width:67px;height:67px}}
@media (min-width:768px) and (max-width:1024px){.flow-section{padding-inline:44px}.flow-timeline{max-width:720px}.flow-card{grid-template-columns:65px minmax(0,1fr);gap:18px}.flow-icon{width:53px;height:53px}.flow-card p:last-child{font-size:14px}}
@media (min-width:1680px){.flow-section{padding:48px 15px 54px}.flow-header{margin-bottom:20px;text-align:left}.flow-kicker{margin-bottom:4px;font-size:10px}.flow-section .section-title{font-size:24px;letter-spacing:.07em}.flow-timeline::before{top:14px;bottom:14px;left:24px}.flow-item{grid-template-columns:50px minmax(0,1fr)}.flow-item:not(:last-child){padding-bottom:10px}.flow-marker{padding-top:10px}.flow-marker span{width:31px;height:31px;font-size:9px}.flow-card{grid-template-columns:40px minmax(0,1fr);gap:10px;min-height:0;padding:12px 13px;border-radius:15px 15px 15px 5px}.flow-card::before{right:12px;left:12px}.flow-icon{width:34px;height:34px;border-radius:11px}.flow-icon svg{width:20px;height:20px}.flow-step{margin-bottom:2px;font-size:7px}.flow-card h3{margin-bottom:3px;font-size:14px}.flow-card p:last-child{font-size:9px;line-height:1.66}.flow-note{margin-top:14px;padding:8px 10px;font-size:8px;line-height:1.55}.flow-section::before{right:-90px;width:150px;height:150px}}
@media (prefers-reduced-motion:reduce){.flow-card{transition:none}}

@media (max-width:1024px){.hero-sparkles i:nth-child(n+7){display:none}}
.motion-enhanced .hero.top-refresh::after{animation:smart-live-hero-sparkle 6s ease-in-out infinite}.motion-enhanced .hero.top-refresh::before{background:radial-gradient(circle at 22% 26%,rgba(255,255,255,.82),transparent 20%),radial-gradient(circle at 68% 20%,rgba(255,221,235,.32),transparent 26%),linear-gradient(100deg,rgba(255,252,250,.4),rgba(255,210,226,.08) 54%,rgba(206,244,242,.12));animation:smart-live-hero-glow 16s ease-in-out infinite alternate}.motion-enhanced .hero.top-refresh .hero-model{will-change:transform}.motion-enhanced .hero.top-refresh .hero-copy{overflow:clip}.motion-enhanced .campaign .ribbon{will-change:transform}.motion-enhanced .rooms-section .room-slider{box-shadow:0 23px 45px rgba(144,113,166,.17),0 12px 25px rgba(238,137,170,.12)}.hero-sparkles{position:absolute;z-index:2;inset:0;overflow:hidden;pointer-events:none}.hero-sparkles i{position:absolute;width:6px;height:6px;border-radius:50%;background:rgba(255,255,255,.78);box-shadow:0 0 12px rgba(255,255,255,.76);opacity:.55;animation:smart-live-sparkle 8s ease-in-out infinite}.hero-sparkles i::after{position:absolute;top:50%;left:50%;width:1px;height:13px;content:"";background:linear-gradient(transparent,rgba(255,255,255,.82),transparent);transform:translate(-50%,-50%)}.hero-sparkles i:nth-child(1){top:14%;left:58%;animation-delay:-1s}.hero-sparkles i:nth-child(2){top:25%;left:72%;width:4px;height:4px;animation-delay:-3.2s}.hero-sparkles i:nth-child(3){top:11%;left:84%;background:rgba(255,236,194,.72);animation-delay:-5.1s}.hero-sparkles i:nth-child(4){top:42%;left:63%;width:4px;height:4px;animation-delay:-2.2s}.hero-sparkles i:nth-child(5){top:54%;left:82%;animation-delay:-6s}.hero-sparkles i:nth-child(6){top:69%;left:70%;width:4px;height:4px;background:rgba(255,222,236,.8);animation-delay:-4.4s}.hero-sparkles i:nth-child(7){top:31%;left:92%;animation-delay:-.7s}.hero-sparkles i:nth-child(8){top:78%;left:87%;width:4px;height:4px;animation-delay:-3.8s}.hero-sparkles i:nth-child(9){top:19%;left:48%;animation-delay:-6.5s}.hero-sparkles i:nth-child(10){top:61%;left:55%;width:4px;height:4px;animation-delay:-2.8s}.hero-sparkles i:nth-child(11){top:8%;left:66%;animation-delay:-4.9s}.hero-sparkles i:nth-child(12){top:84%;left:61%;width:4px;height:4px;animation-delay:-1.8s}@keyframes smart-live-hero-sparkle{0%,100%{opacity:.66;transform:rotate(-8deg) translateY(0)}50%{opacity:.95;transform:rotate(-5deg) translateY(-6px)}}@keyframes smart-live-hero-glow{0%{transform:scale(1) translate3d(-1%,0,0);opacity:.64}100%{transform:scale(1.06) translate3d(2%,-1%,0);opacity:.92}}@keyframes smart-live-sparkle{0%,100%{opacity:.18;transform:scale(.65)}48%{opacity:.85;transform:scale(1.12)}60%{opacity:.24;transform:scale(.72)}}@media (max-width:1024px){.motion-enhanced .hero.top-refresh::after,.motion-enhanced .hero.top-refresh::before{animation:none}.hero-sparkles i:nth-child(n+8){display:none}.hero-sparkles i{animation-duration:9s}}@media (prefers-reduced-motion:reduce){.motion-enhanced .hero.top-refresh::after,.motion-enhanced .hero.top-refresh::before,.hero-sparkles i{animation:none}.hero-sparkles{display:none}}

/* A deliberately editorial comparison, separate from the four reasons tiles. */
.strengths-comparison{--strength-pink:#ed719d;--strength-gold:#cda765;position:relative;overflow:hidden;background:radial-gradient(circle at 5% 9%,rgba(255,221,234,.68),transparent 25%),radial-gradient(circle at 98% 90%,rgba(218,209,246,.58),transparent 28%),linear-gradient(135deg,rgba(255,252,253,.98),rgba(249,247,255,.94))!important}.strengths-comparison::before{display:none}.strengths-header{max-width:1080px;margin:0 auto 30px;text-align:center}.strengths-header>p{margin:0 0 8px;color:var(--strength-pink);font:500 11px/1 Gelasio,"Noto Serif JP",serif;letter-spacing:.24em}.strengths-comparison .section-title{margin:0;font-family:var(--top-serif);font-size:clamp(28px,4vw,50px);font-weight:600;letter-spacing:.075em}.strengths-comparison .section-title::before,.strengths-comparison .section-title::after{display:none}.strengths-table{max-width:1120px;margin:auto;border:1px solid rgba(213,190,204,.48);border-radius:26px;overflow:hidden;background:rgba(255,255,255,.62);box-shadow:0 20px 48px rgba(157,111,145,.12)}.strengths-table-head,.strength-row{display:grid;grid-template-columns:27% 42% 31%}.strengths-table-head{background:rgba(255,255,255,.72);color:#806773;font-family:var(--top-ui);font-size:12px;font-weight:800;text-align:center}.strengths-table-head span{display:grid;min-height:55px;place-items:center;padding:10px;border-bottom:1px solid rgba(214,194,204,.45)}.strengths-table-head span:nth-child(2){border-right:1px solid rgba(220,180,125,.75);border-left:1px solid rgba(220,180,125,.75);background:linear-gradient(135deg,rgba(246,133,170,.95),rgba(229,111,156,.9));color:#fff;text-shadow:0 1px 2px rgba(120,54,83,.2)}.strength-row{min-height:104px}.strength-row>div{display:flex;min-width:0;padding:18px 20px;justify-content:center;flex-direction:column;border-bottom:1px solid rgba(222,205,215,.52)}.strength-row:last-child>div{border-bottom:0}.strength-label{align-items:center;gap:8px;background:rgba(255,255,255,.58);color:#56424c;text-align:center}.strength-label i{color:var(--strength-pink);font-size:25px;font-style:normal;line-height:1}.strength-label strong{font-family:var(--top-serif);font-size:16px;font-weight:600;letter-spacing:.06em}.strength-smart{position:relative;border-right:1px solid rgba(220,180,125,.72);border-left:1px solid rgba(220,180,125,.72);background:linear-gradient(135deg,rgba(255,220,232,.88),rgba(252,172,201,.83));box-shadow:inset 0 0 0 1px rgba(255,255,255,.48)}.strength-smart::before{position:absolute;top:0;right:0;bottom:0;left:0;content:"";background:linear-gradient(125deg,rgba(255,255,255,.44),transparent 45%);pointer-events:none}.strength-smart small,.strength-other small{position:relative;margin:0 0 5px;font:700 10px/1 Roboto,"Helvetica Neue",sans-serif;letter-spacing:.11em}.strength-smart small{color:#a6476d}.strength-smart p,.strength-other p{position:relative;margin:0;font-family:var(--top-serif);font-size:15px;font-weight:600;line-height:1.65;letter-spacing:.04em}.strength-smart p{color:#6b3349}.strength-other{background:rgba(239,237,249,.75);color:#645c75}.strength-other small{color:#968cad}.strength-other p{color:#5a536a;font-weight:500}.strengths-note{max-width:1120px;margin:17px auto 0;text-align:center}
@media (max-width:767px){.strengths-comparison{padding:66px 18px!important}.strengths-header{margin-bottom:21px;text-align:left}.strengths-header>p{font-size:10px}.strengths-comparison .section-title{font-size:29px;line-height:1.55}.strengths-table{border-radius:20px;background:transparent;box-shadow:none}.strengths-table-head{display:none}.strength-row{display:grid;grid-template-columns:1fr;min-height:0;margin-bottom:13px;border:1px solid rgba(213,190,204,.45);border-radius:19px;overflow:hidden;background:rgba(255,255,255,.68);box-shadow:0 12px 25px rgba(152,107,141,.09)}.strength-row>div{min-height:0;padding:13px 15px;border:0}.strength-label{display:flex;align-items:center;justify-content:flex-start;flex-direction:row;gap:9px;background:rgba(255,255,255,.83);text-align:left}.strength-label i{font-size:20px}.strength-label strong{font-size:15px}.strength-smart,.strength-other{padding-left:47px!important;border:0}.strength-smart{background:linear-gradient(135deg,rgba(255,223,233,.94),rgba(252,177,204,.86))}.strength-smart p,.strength-other p{font-size:13px;line-height:1.68}.strengths-note{text-align:left;font-size:10px;line-height:1.7}}
@media (min-width:1680px){.strengths-comparison{padding:45px 15px!important}.strengths-header{margin-bottom:14px}.strengths-header>p{font-size:8px}.strengths-comparison .section-title{font-size:22px;line-height:1.45}.strengths-table{border-radius:15px}.strengths-table-head{font-size:8px}.strengths-table-head span{min-height:34px;padding:5px}.strength-row{min-height:58px}.strength-row>div{padding:8px 9px}.strength-label{gap:3px}.strength-label i{font-size:14px}.strength-label strong{font-size:10px}.strength-smart small,.strength-other small{margin-bottom:3px;font-size:7px}.strength-smart p,.strength-other p{font-size:9px;line-height:1.45}.strengths-note{margin-top:9px;font-size:8px;line-height:1.55}}

/* Small phones: reserve a clear left reading area and keep the CTAs apart. */
@media (max-width:480px){
  .hero.top-refresh .hero-copy{top:56px;left:20px;width:min(225px,61vw);max-width:225px}
  .hero.top-refresh h1{font-size:28px;line-height:1.28;margin-bottom:9px}
  .hero.top-refresh .hero-brand{margin-bottom:7px;font-size:13px}
  .hero.top-refresh .hero-model{object-position:45% 18%}
  .hero.top-refresh::before,.motion-enhanced.motion-enhanced .hero.top-refresh::before{background:linear-gradient(90deg,rgba(255,250,248,.97) 0%,rgba(255,242,244,.88) 57%,rgba(255,233,240,.35) 71%,rgba(206,244,242,.08) 100%)}
  .hero.top-refresh .chips{left:20px;bottom:168px;width:calc(100% - 40px)}
  .hero.top-refresh .cta.line{left:20px;bottom:92px;width:calc(100% - 40px)}
  .hero.top-refresh .cta.outline{left:20px;bottom:20px;width:calc(100% - 40px)}
}

/* Tablet portrait: keep the same clear separation as the small-phone FV. */
@media (min-width:481px) and (max-width:1024px){
  .hero.top-refresh .hero-copy{top:68px;left:24px;width:min(43vw,360px);max-width:360px}
  .hero.top-refresh h1{font-size:clamp(32px,5vw,42px);line-height:1.25}
  .hero.top-refresh .hero-model{object-position:45% 18%}
  .hero.top-refresh .chips{bottom:168px}
}

/* POINT cards: separate editorial glass tiles while keeping their copy calm. */
.job-point{align-self:start;min-height:304px;border:1px solid rgba(255,255,255,.82);box-shadow:inset 0 1px 0 rgba(255,255,255,.96),inset 0 0 0 1px rgba(255,255,255,.28),0 18px 36px rgba(147,117,169,.15);transition:transform .25s ease,box-shadow .25s ease}.job-point:nth-child(1){border-radius:34px 18px 34px 22px;background:radial-gradient(circle at 82% 12%,rgba(255,255,255,.72),transparent 28%),linear-gradient(135deg,rgba(255,230,238,.91),rgba(255,249,251,.72) 62%,rgba(249,220,234,.5))}.job-point:nth-child(2){border-radius:20px 36px 21px 34px;background:radial-gradient(circle at 17% 14%,rgba(255,255,255,.7),transparent 27%),linear-gradient(135deg,rgba(239,232,255,.92),rgba(252,250,255,.72) 62%,rgba(225,218,249,.52))}.job-point:nth-child(3){border-radius:30px 23px 37px 17px;background:radial-gradient(circle at 84% 15%,rgba(255,255,255,.72),transparent 25%),linear-gradient(135deg,rgba(229,249,244,.92),rgba(251,255,253,.72) 62%,rgba(213,241,234,.55))}.job-point::before{z-index:0;right:-6px;bottom:-31px;font-size:122px;letter-spacing:-.07em}.job-point>span{position:relative;z-index:2;margin:-42px 0 19px;padding:7px 11px;border:1px solid rgba(255,255,255,.64);border-radius:999px;background:linear-gradient(135deg,#ee86a7,#cf5c83);box-shadow:0 7px 14px rgba(195,91,131,.16),inset 0 1px 0 rgba(255,255,255,.35);color:#fff;font-size:10px;letter-spacing:.11em}.job-point:nth-child(2)>span{background:linear-gradient(135deg,#b69ce3,#8870c3);color:#fff}.job-point:nth-child(3)>span{background:linear-gradient(135deg,#7dcbc0,#40a99d);color:#fff}.job-point:nth-child(1)::after,.job-point:nth-child(2)::after,.job-point:nth-child(3)::after{top:67px;left:25px;width:42px;height:2px;border-radius:99px;background:linear-gradient(90deg,currentColor 0 68%,transparent 68% 78%,currentColor 78%);opacity:.58}.job-point:nth-child(1){color:#e7739b}.job-point:nth-child(2){color:#987bd2}.job-point:nth-child(3){color:#55aea3}.job-point h3{padding-top:8px}.job-point h3::after{content:"✦";display:inline-block;margin-left:8px;color:currentColor;font-size:.64em;vertical-align:middle}.job-point h4,.job-point p,.job-point a{z-index:1}.job-point:hover{transform:translateY(-5px);box-shadow:inset 0 1px 0 rgba(255,255,255,.98),inset 0 0 0 1px rgba(255,255,255,.32),0 25px 43px rgba(147,117,169,.19)}@media (min-width:1025px) and (max-width:1679px){.job-points{padding-bottom:48px}.job-point:nth-child(2){margin-top:24px}.job-point:nth-child(3){margin-top:48px}}@media (max-width:1024px){.job-point{min-height:0}.job-point>span{margin-top:-34px}}@media (min-width:1680px){.job-point{min-height:0}.job-point>span{margin-top:-27px;padding:5px 7px;font-size:7px}.job-point:nth-child(1)::after,.job-point:nth-child(2)::after,.job-point:nth-child(3)::after{top:48px;left:15px;width:25px}.job-point h3{padding-top:4px}.job-point::before{right:-2px;bottom:-22px;font-size:76px}}@media (prefers-reduced-motion:reduce){.job-point{transition:none}.job-point:hover{transform:none}}
