/*
Theme Name: Sky7 Mobile Shinsakaecho
Theme URI: https://sky7sinsakae.com
Author: Sky7 Mobile
Description: スカイセブンモバイル新栄町店 コーポレートサイト用ブロックテーマ。オレンジ×白の価格訴求デザイン、審査なし格安SIMショップ向け。
Version: 1.1.0
Requires at least: 6.5
Tested up to: 6.6
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: sky7mobile
*/

/* ============================================
   Design tokens
   ============================================ */
:root {
  --primary: #FF5A1F;
  --primary-dark: #D8430E;
  --accent: #FFB800;
  --bg: #FFFFFF;
  --soft: #FFF4EC;
  --softer: #FFFAF5;
  --ink: #1A1614;
  --sub: #6B5F58;
  --line: #EDE3DA;
}

/* ============================================
   Base reset
   ============================================ */
* { box-sizing: border-box; }
html, body { margin: 0; padding: 0; }
body {
  font-family: "Hiragino Sans","Noto Sans JP","Yu Gothic UI",sans-serif;
  font-feature-settings: "palt";
  color: var(--ink);
  background: var(--bg);
  -webkit-font-smoothing: antialiased;
  line-height: 1.6;
}
a { color: inherit; text-decoration: none; }
button { cursor: pointer; font-family: inherit; }
input, select, textarea { font-family: inherit; }
img { max-width: 100%; display: block; }

html { scroll-behavior: smooth; scroll-padding-top: 64px; }

.hp-root { width: 100%; overflow-x: hidden; }

/* WordPress core block defaults inside content areas */
.wp-site-blocks > * { margin-block-start: 0; }

/* ===== Header ===== */
.hp-header {
  position: sticky; top: 0; z-index: 100;
  background: rgba(255,255,255,0.96);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border-bottom: 1px solid var(--line);
  transition: box-shadow 0.3s ease;
}
.hp-header-scrolled { box-shadow: 0 6px 24px rgba(26, 22, 20, 0.09); }
.hp-header-inner {
  max-width: 1180px; margin: 0 auto;
  padding: 12px 18px;
  display: flex; align-items: center; justify-content: space-between;
  gap: 16px;
}
.hp-logo { display: flex; align-items: center; gap: 10px; }
.hp-logo-img {
  height: 38px; width: auto; display: block;
}
.hp-logo-mark {
  width: 34px; height: 34px; border-radius: 9px;
  background: var(--primary); color: white;
  display: grid; place-items: center;
  font-weight: 800; font-size: 15px;
  font-family: system-ui;
}
.hp-logo-name { font-size: 13px; font-weight: 700; line-height: 1.2; }
.hp-logo-sub { font-size: 10px; color: var(--sub); margin-top: 2px; }

.hp-nav-desktop { display: none; }
.hp-header-cta { display: flex; align-items: center; gap: 8px; }
.hp-btn-line {
  background: var(--primary); color: white;
  padding: 9px 14px; border-radius: 999px;
  font-size: 12px; font-weight: 700;
  display: flex; align-items: center; gap: 6px;
  border: 0;
}
.hp-dot { width: 6px; height: 6px; border-radius: 99px; background: #7CFFAE; }
.hp-dot-yellow { background: var(--accent); }

.hp-menu-btn {
  display: flex; flex-direction: column; gap: 4px;
  background: transparent; border: 0; padding: 8px;
  margin-left: 4px;
}
.hp-menu-btn span {
  width: 22px; height: 2px; background: var(--ink); border-radius: 1px;
  transition: transform 0.2s;
  display: block;
}
.hp-menu-btn.is-open span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
.hp-menu-btn.is-open span:nth-child(2) { opacity: 0; }
.hp-menu-btn.is-open span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }

.hp-menu-mobile {
  border-top: 1px solid var(--line);
  background: white;
  padding: 8px 18px 16px;
  display: none;
  flex-direction: column;
}
.hp-menu-mobile.is-open { display: flex; animation: hpMenuIn 0.25s ease; }
.hp-menu-link {
  padding: 14px 4px; font-size: 14px; font-weight: 600;
  border-bottom: 1px solid var(--line);
}
.hp-menu-cta {
  margin-top: 14px;
  background: var(--primary); color: white;
  padding: 14px; text-align: center;
  border-radius: 10px; font-weight: 800; font-size: 14px;
}

/* scroll progress bar */
.hp-progress {
  position: absolute;
  left: 0; right: 0; bottom: -1px;
  height: 3px;
  background: linear-gradient(90deg, var(--primary), var(--accent));
  transform-origin: left center;
  transform: scaleX(0);
  pointer-events: none;
}

/* ===== Hero ===== */
.hp-hero {
  background: var(--primary);
  color: white;
  position: relative;
  overflow: hidden;
  padding: 32px 18px 40px;
}
.hp-hero-bg7 {
  position: absolute; right: -40px; bottom: -90px;
  font-size: 360px; font-weight: 900; line-height: 1;
  color: rgba(255,255,255,0.08);
  font-family: system-ui; pointer-events: none;
  letter-spacing: -0.05em;
}
.hp-hero-inner {
  max-width: 1180px; margin: 0 auto; position: relative;
  display: flex; flex-direction: column; gap: 22px;
}
.hp-hero-badge {
  display: inline-flex; align-items: center; gap: 8px;
  background: rgba(0,0,0,0.22);
  padding: 6px 12px; border-radius: 999px;
  font-size: 11px; font-weight: 700; letter-spacing: 0.04em;
  align-self: flex-start;
}
.hp-hero-h1 {
  font-size: 36px; font-weight: 900; line-height: 1.5;
  letter-spacing: -0.02em;
  margin: 16px 0 8px;
}
.hp-hero-mark {
  background: var(--accent); color: var(--ink);
  padding: 4px 10px; display: inline-block;
  margin: 6px 0;
  line-height: 1.15;
}
.hp-hero-lead {
  font-size: 14px; opacity: 0.94; line-height: 1.75;
  margin: 0 0 18px;
}
.hp-hero-bullets {
  display: flex; gap: 14px; flex-wrap: wrap;
  font-size: 11px; color: rgba(255,255,255,0.92);
  margin-top: 6px;
}

.hp-hero-card {
  background: white; color: var(--ink);
  border-radius: 16px;
  padding: 18px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.22);
}
.hp-price-head {
  display: flex; justify-content: space-between; align-items: baseline;
}
.hp-price-label {
  font-size: 11px; font-weight: 700;
  color: var(--sub); letter-spacing: 0.04em;
}
.hp-price-tax {
  font-size: 10px; color: var(--primary); font-weight: 700;
}
.hp-price-row {
  display: flex; align-items: flex-end; gap: 4px;
  margin-top: 8px;
}
.hp-price-pre {
  font-size: 13px; font-weight: 700;
  color: var(--sub); margin-bottom: 14px;
}
.hp-price-num {
  font-size: 64px; font-weight: 900; line-height: 0.9;
  color: var(--primary); letter-spacing: -0.04em;
  font-family: system-ui;
}
.hp-price-post { font-size: 22px; font-weight: 800; margin-bottom: 10px; }
.hp-price-note {
  margin-top: 12px; padding: 9px 12px;
  background: var(--soft);
  border-radius: 10px;
  font-size: 12px;
  display: flex; justify-content: space-between;
}
.hp-price-emph { font-weight: 800; color: var(--primary); }

.hp-hero-actions {
  display: flex; gap: 8px; margin-top: 14px;
}
.hp-btn-dark {
  flex: 1; background: var(--ink); color: white;
  border: 0; padding: 14px 18px; border-radius: 10px;
  font-size: 14px; font-weight: 800; text-align: center;
}
.hp-btn-ghost {
  background: transparent; color: white;
  border: 1.5px solid rgba(255,255,255,0.65);
  padding: 13px 16px; border-radius: 10px;
  font-size: 13px; font-weight: 700; text-align: center;
}
.hp-hero-card .hp-btn-ghost {
  color: var(--ink); border-color: var(--ink);
}

/* ===== Section wrapper ===== */
.hp-section { padding: 56px 18px; }
.hp-section-inner { max-width: 1180px; margin: 0 auto; }
.hp-bg-soft { background: var(--soft); }
.hp-bg-ink { background: var(--ink); }

.hp-eyebrow {
  display: inline-flex; align-items: center; gap: 10px;
  color: var(--primary); font-size: 11px; font-weight: 800;
  letter-spacing: 0.12em; margin-bottom: 12px;
  font-family: system-ui;
}
.hp-eyebrow-line {
  width: 22px; height: 2px; background: var(--primary);
}
.hp-eyebrow-light { color: var(--accent); }
.hp-eyebrow-light .hp-eyebrow-line { background: var(--accent); }

.hp-h2 {
  font-size: 28px; font-weight: 900; line-height: 1.3;
  letter-spacing: -0.01em;
  margin: 0 0 8px;
}
.hp-h2-light { color: white; }
.hp-sub {
  font-size: 14px; color: var(--sub); line-height: 1.75;
  margin: 0 0 28px;
  text-wrap: pretty;
}
.hp-sub-light { color: rgba(255,255,255,0.78); }

.hp-tag {
  display: inline-block;
  font-size: 11px; font-weight: 700;
  color: var(--primary); background: var(--soft);
  padding: 4px 10px; border-radius: 5px;
}

/* ===== Strengths ===== */
.hp-grid-3 {
  display: grid; gap: 14px;
  grid-template-columns: 1fr;
}
.hp-strength-card {
  background: white;
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 22px;
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}
.hp-strength-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 14px 30px rgba(26, 22, 20, 0.08);
  border-color: #F5C9AE;
}
.hp-strength-n {
  font-size: 32px; font-weight: 900;
  color: var(--primary);
  line-height: 1; font-family: system-ui;
  letter-spacing: -0.04em;
  margin-bottom: 14px;
}
.hp-strength-title {
  font-size: 17px; font-weight: 800;
  margin: 0 0 10px; line-height: 1.4;
}
.hp-strength-body {
  font-size: 13px; color: var(--sub);
  line-height: 1.8; margin: 0 0 12px;
}

/* ===== Plans ===== */
.hp-grid-plans {
  display: grid; gap: 12px;
  grid-template-columns: 1fr;
}
.hp-plan-card {
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 20px;
  background: white;
  position: relative;
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}
.hp-plan-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 14px 30px rgba(26, 22, 20, 0.08);
  border-color: #F5C9AE;
}
.hp-plan-popular {
  border: 2px solid var(--primary);
  background: var(--softer);
}
.hp-plan-popular:hover { border-color: var(--primary); }
.hp-plan-badge {
  position: absolute; top: -10px; left: 18px;
  background: var(--primary); color: white;
  font-size: 11px; font-weight: 800;
  padding: 4px 10px; border-radius: 5px;
}
.hp-plan-name { font-size: 16px; font-weight: 800; }
.hp-plan-sub { font-size: 11px; color: var(--sub); margin-top: 3px; }
.hp-plan-data {
  margin-top: 12px;
  font-size: 11px; color: var(--sub); font-weight: 700;
}
.hp-plan-price-row {
  display: flex; align-items: baseline; gap: 3px; margin-top: 2px;
}
.hp-plan-price {
  font-size: 36px; font-weight: 900; color: var(--ink);
  font-family: system-ui; letter-spacing: -0.03em; line-height: 1;
}
.hp-plan-yen { font-size: 14px; font-weight: 700; color: var(--sub); }
.hp-plan-tax { font-size: 10px; color: var(--sub); margin-top: 4px; }
.hp-plan-cta {
  display: block; text-align: center;
  margin-top: 14px; padding: 11px;
  background: var(--ink); color: white;
  border-radius: 9px; font-size: 12px; font-weight: 700;
  transition: transform 0.18s ease, box-shadow 0.18s ease;
}
.hp-plan-popular .hp-plan-cta { background: var(--primary); }

.hp-call-opt {
  margin-top: 16px; padding: 12px 14px;
  background: var(--ink); color: white;
  border-radius: 10px;
  display: flex; justify-content: space-between; align-items: center;
  font-size: 12px;
}
.hp-call-opt-price { font-weight: 700; }
.hp-tax-note {
  margin-top: 12px; font-size: 11px; color: var(--sub);
  text-align: right;
}

/* ===== Outcall ===== */
.hp-outcall-grid {
  display: grid; gap: 16px;
  grid-template-columns: 1fr;
  margin-top: 12px;
}
.hp-outcall-card {
  background: var(--primary); color: white;
  border-radius: 16px; padding: 22px;
}
.hp-outcall-area {
  font-size: 13px; font-weight: 700; opacity: 0.92;
  margin-bottom: 6px;
}
.hp-outcall-price {
  font-size: 38px; font-weight: 900; line-height: 1;
  letter-spacing: -0.02em;
}
.hp-outcall-body {
  font-size: 13px; line-height: 1.8;
  opacity: 0.95; margin: 14px 0 16px;
}
.hp-outcall-fare {
  background: rgba(0,0,0,0.22); border-radius: 10px;
  padding: 12px 14px; font-size: 12px; line-height: 1.7;
}
.hp-outcall-fare-row {
  display: flex; justify-content: space-between;
}
.hp-outcall-fare-row + .hp-outcall-fare-row { margin-top: 6px; }
.hp-fw7 { font-weight: 700; }

.hp-outcall-list-title {
  color: white; font-size: 14px; font-weight: 700; margin-bottom: 10px;
}
.hp-outcall-list { display: flex; flex-direction: column; gap: 8px; }
.hp-outcall-item {
  display: flex; align-items: center; gap: 10px;
  color: white; font-size: 13px;
  padding: 12px 14px;
  background: rgba(255,255,255,0.08);
  border-radius: 10px;
  border: 1px solid rgba(255,255,255,0.1);
}
.hp-check { color: var(--accent); font-weight: 800; }
.hp-btn-yellow {
  margin-top: 8px; padding: 14px;
  background: var(--accent); color: var(--ink);
  border-radius: 10px; text-align: center;
  font-size: 14px; font-weight: 800;
  transition: transform 0.18s ease, box-shadow 0.18s ease;
}

/* ===== Campaign ===== */
.hp-campaign {
  background: linear-gradient(135deg, var(--accent) 0%, #FF9500 100%);
  border-radius: 20px;
  padding: 28px 24px;
  color: var(--ink);
  position: relative; overflow: hidden;
  display: grid; gap: 16px;
  grid-template-columns: 1fr;
}
.hp-campaign-eyebrow {
  font-size: 11px; font-weight: 800; letter-spacing: 0.1em;
  margin-bottom: 8px;
}
.hp-campaign-h2 {
  font-size: 28px; font-weight: 900; line-height: 1.3;
  margin: 0 0 10px;
}
.hp-campaign-body { font-size: 13px; line-height: 1.7; margin: 0 0 16px; }
.hp-btn-pill { border-radius: 999px; padding: 12px 22px; display: inline-block; flex: 0 0 auto; }
.hp-campaign-art {
  text-align: center;
}
.hp-campaign-big {
  font-size: 110px; font-weight: 900; line-height: 0.9;
  color: rgba(0,0,0,0.85); font-family: system-ui;
  letter-spacing: -0.05em;
}
.hp-campaign-big span { font-size: 32px; margin-left: 4px; }
.hp-campaign-small { font-size: 13px; font-weight: 700; opacity: 0.7; }

/* ===== Devices ===== */
.hp-grid-devices {
  display: grid; gap: 12px;
  grid-template-columns: 1fr 1fr;
}
.hp-device-card {
  border: 1px solid var(--line);
  border-radius: 12px;
  overflow: hidden; background: white;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.hp-device-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 26px rgba(26, 22, 20, 0.10);
}
.hp-device-img {
  aspect-ratio: 1 / 1;
  background: repeating-linear-gradient(135deg, #FFE6D1 0 12px, #FFD4AC 12px 24px);
  color: #9C5A2E;
  display: flex; align-items: center; justify-content: center;
  font-family: ui-monospace, "SF Mono", Menlo, monospace;
  font-size: 11px; letter-spacing: 0.05em; text-transform: uppercase;
  width: 100%;
}
.hp-device-thumb-wrap img {
  aspect-ratio: 1 / 1;
  width: 100%;
  object-fit: cover;
  display: block;
}
.hp-device-body { padding: 10px 12px 12px; }
.hp-device-name { font-size: 12px; font-weight: 700; }
.hp-device-cond { font-size: 10px; color: var(--sub); margin-top: 2px; }
.hp-device-price {
  font-size: 15px; font-weight: 900; color: var(--primary);
  margin-top: 6px; font-family: system-ui; letter-spacing: -0.02em;
}
.hp-btn-outline {
  display: inline-block;
  background: white; color: var(--ink);
  border: 1.5px solid var(--ink);
  padding: 14px 20px; border-radius: 10px;
  font-size: 14px; font-weight: 700;
  text-align: center;
  line-height: 1.2;
  transition: transform 0.18s ease, box-shadow 0.18s ease;
}
.hp-btn-outline-block {
  display: block; width: 100%; max-width: 320px;
  margin: 20px auto 0;
}

/* ===== Staff (featured single) ===== */
.hp-staff-feature {
  display: grid; gap: 24px;
  grid-template-columns: 1fr;
  background: white;
  border: 1px solid var(--line);
  border-radius: 18px;
  padding: 22px;
  position: relative;
  overflow: hidden;
}
.hp-staff-photo-wrap {
  position: relative;
  border-radius: 14px;
  overflow: hidden;
  background: linear-gradient(135deg, var(--soft) 0%, #FFE5D0 100%);
  aspect-ratio: 4 / 5;
}
.hp-staff-photo {
  width: 100%; height: 100%;
  object-fit: cover;
  object-position: center top;
  display: block;
  transition: transform 0.5s cubic-bezier(0.16, 1, 0.3, 1);
}
.hp-staff-photo-wrap:hover .hp-staff-photo { transform: scale(1.03); }
.hp-staff-photo-tag {
  position: absolute; top: 14px; left: 14px;
  background: var(--primary); color: white;
  font-size: 11px; font-weight: 700;
  padding: 5px 11px; border-radius: 999px;
  display: inline-flex; align-items: center; gap: 6px;
}
.hp-staff-photo-tag::before {
  content: ""; width: 6px; height: 6px; border-radius: 99px;
  background: #7CFFAE; animation: hp-pulse 1.4s ease-in-out infinite;
}
@keyframes hp-pulse {
  0%, 100% { opacity: 1; }
  50% { opacity: 0.4; }
}
.hp-staff-info { display: flex; flex-direction: column; gap: 14px; }
.hp-staff-role-pill {
  align-self: flex-start;
  font-size: 11px; font-weight: 800;
  letter-spacing: 0.08em;
  color: var(--primary);
  background: var(--soft);
  padding: 5px 12px; border-radius: 4px;
}
.hp-staff-name-block {
  display: flex; align-items: baseline; gap: 12px; flex-wrap: wrap;
}
.hp-staff-name-jp {
  font-size: 28px; font-weight: 900;
  letter-spacing: 0.04em;
  line-height: 1;
}
.hp-staff-name-en {
  font-size: 13px; color: var(--sub);
  letter-spacing: 0.1em;
  font-family: system-ui;
}
.hp-staff-quote {
  background: var(--soft);
  border-left: 3px solid var(--primary);
  padding: 14px 16px;
  font-size: 15px; font-weight: 700;
  line-height: 1.6;
  color: var(--ink);
  border-radius: 0 10px 10px 0;
  position: relative;
}
.hp-staff-quote-mark, .hp-staff-quote-mark-r {
  color: var(--primary);
  font-family: "Noto Serif JP", serif;
  font-size: 22px; font-weight: 900;
  vertical-align: -2px;
}
.hp-staff-quote-mark { margin-right: 2px; }
.hp-staff-quote-mark-r { margin-left: 2px; }
.hp-staff-bio { display: flex; flex-direction: column; gap: 10px; }
.hp-staff-bio p {
  font-size: 13px; color: var(--sub);
  line-height: 1.85; margin: 0;
}
.hp-staff-actions {
  display: flex; gap: 8px; flex-direction: column;
  margin-top: 4px;
}
.hp-btn-inline {
  margin: 0; padding: 13px 16px;
  text-align: center;
  font-size: 13px; font-weight: 700;
}
.hp-staff-actions .hp-btn-outline {
  max-width: none; width: auto;
}

/* ===== Voices ===== */
.hp-grid-voices {
  display: grid; gap: 12px;
  grid-template-columns: 1fr;
}
.hp-voice-card {
  background: white; border: 1px solid var(--line);
  border-radius: 14px; padding: 18px;
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}
.hp-voice-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 14px 30px rgba(26, 22, 20, 0.08);
  border-color: #F5C9AE;
}
.hp-voice-head {
  display: flex; align-items: center; gap: 8px;
  margin-bottom: 8px;
}
.hp-voice-stars { color: var(--accent); font-size: 13px; letter-spacing: 1px; }
.hp-voice-tag {
  font-size: 10px; font-weight: 700;
  background: var(--primary); color: white;
  padding: 3px 8px; border-radius: 5px;
}
.hp-voice-body { font-size: 13px; line-height: 1.8; margin: 0 0 8px; }
.hp-voice-name { font-size: 11px; color: var(--sub); font-weight: 600; }

/* ===== FAQ ===== */
.hp-faq-list {
  background: white; border-radius: 14px;
  border: 1px solid var(--line);
  overflow: hidden;
}
.hp-faq-item + .hp-faq-item { border-top: 1px solid var(--line); }
.hp-faq-q {
  width: 100%; background: white; border: 0;
  padding: 18px 18px; text-align: left;
  display: flex; gap: 12px; align-items: flex-start;
  font-size: 14px; font-weight: 700; line-height: 1.5;
  color: var(--ink);
}
.hp-faq-mark {
  color: var(--primary); font-weight: 900;
  font-family: system-ui; font-size: 16px;
  flex-shrink: 0;
}
.hp-faq-mark-a { color: var(--sub); }
.hp-faq-q-text { flex: 1; }
.hp-faq-chev {
  font-size: 22px; color: var(--primary); font-weight: 400;
  line-height: 1; margin-left: 8px;
  display: inline-block;
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1), color 0.2s;
}
.hp-faq-chev-open { transform: rotate(45deg); }
.hp-faq-collapse {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.38s cubic-bezier(0.4, 0, 0.2, 1);
}
.hp-faq-collapse-inner { overflow: hidden; min-height: 0; }
.hp-faq-collapse-open { grid-template-rows: 1fr; }
.hp-faq-a {
  padding: 0 18px 18px;
  display: flex; gap: 12px; align-items: flex-start;
}
.hp-faq-a p {
  font-size: 13px; color: var(--sub);
  margin: 0; line-height: 1.8; flex: 1;
}

/* ===== News ===== */
.hp-news-list {
  display: flex; flex-direction: column;
}
.hp-news-item {
  padding: 18px 0;
  border-bottom: 1px solid var(--line);
  display: block;
  transition: opacity 0.2s;
}
.hp-news-item:hover { opacity: 0.7; }
.hp-news-meta { display: flex; gap: 10px; align-items: center; margin-bottom: 6px; }
.hp-news-date { font-size: 11px; color: var(--sub); font-family: system-ui; }
.hp-news-tag {
  font-size: 10px; font-weight: 700;
  color: var(--primary);
  border: 1px solid var(--primary);
  padding: 1px 7px; border-radius: 4px;
}
.hp-news-title { font-size: 14px; font-weight: 600; line-height: 1.55; }

/* ===== Access ===== */
.hp-access-grid {
  display: grid; gap: 16px;
  grid-template-columns: 1fr;
}
.hp-map {
  position: relative;
  border: 1px solid var(--line);
  border-radius: 14px;
  overflow: hidden;
  background: white;
  display: block;
  aspect-ratio: 4 / 3;
  transition: transform 0.2s;
}
.hp-map:hover { transform: translateY(-2px); }
.hp-map-img {
  width: 100%; height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.5s cubic-bezier(0.16, 1, 0.3, 1);
}
.hp-map:hover .hp-map-img { transform: scale(1.04); }
.hp-map-overlay {
  position: absolute; bottom: 12px; right: 12px;
  background: rgba(26, 22, 20, 0.92);
  color: white;
  padding: 9px 14px;
  border-radius: 999px;
  font-size: 12px; font-weight: 700;
  display: inline-flex; align-items: center; gap: 6px;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  box-shadow: 0 4px 14px rgba(0,0,0,0.2);
}
.hp-map-overlay-icon { font-size: 14px; }
.hp-access-info {
  background: white; border: 1px solid var(--line);
  border-radius: 14px; padding: 22px;
}
.hp-access-name { font-size: 17px; font-weight: 800; }
.hp-access-addr {
  font-size: 13px; color: var(--sub);
  margin-top: 8px; line-height: 1.8;
}
.hp-access-list {
  list-style: none; padding: 0; margin: 14px 0 0;
  display: flex; flex-direction: column; gap: 6px;
  font-size: 12px; color: var(--ink);
}
.hp-access-list li {
  padding: 8px 12px;
  background: var(--soft);
  border-radius: 8px;
}
.hp-access-meta {
  display: flex; gap: 10px; margin-top: 16px;
}
.hp-access-meta-box {
  flex: 1; background: var(--soft);
  padding: 10px 12px; border-radius: 8px;
}
.hp-access-meta-label { font-size: 10px; color: var(--sub); }
.hp-access-meta-value { font-size: 13px; font-weight: 700; margin-top: 3px; }
.hp-access-actions {
  margin-top: 16px;
  display: flex; gap: 8px; flex-direction: column;
}

/* ===== Contact ===== */
.hp-contact-grid {
  display: grid; gap: 18px;
  grid-template-columns: 1fr;
}
.hp-contact-channels { display: flex; flex-direction: column; gap: 10px; }
.hp-channel {
  display: flex; align-items: center; gap: 14px;
  background: white; border: 1px solid var(--line);
  border-radius: 14px;
  padding: 16px 18px;
  transition: all 0.2s;
}
.hp-channel:hover:not(.hp-channel-static) {
  border-color: var(--primary);
  transform: translateY(-1px);
}
.hp-channel-line {
  background: var(--primary); color: white;
  border-color: var(--primary);
}
.hp-channel-icon {
  font-size: 26px;
  width: 44px; height: 44px;
  display: grid; place-items: center;
  background: var(--soft); border-radius: 999px;
  flex-shrink: 0;
}
.hp-channel-line .hp-channel-icon {
  background: rgba(0,0,0,0.18);
}
.hp-channel-name { font-size: 14px; font-weight: 800; line-height: 1.3; }
.hp-channel-sub { font-size: 11px; opacity: 0.75; margin-top: 3px; }
.hp-channel-arrow { margin-left: auto; font-size: 18px; opacity: 0.6; }

.hp-form {
  background: white; border: 1px solid var(--line);
  border-radius: 16px; padding: 22px;
  display: flex; flex-direction: column; gap: 14px;
}
.hp-field { display: flex; flex-direction: column; gap: 6px; }
.hp-field-label {
  font-size: 12px; font-weight: 700;
  display: flex; align-items: center; gap: 6px;
}
.hp-field-label em {
  font-style: normal; font-size: 10px;
  background: var(--primary); color: white;
  padding: 1px 6px; border-radius: 3px;
}
.hp-input {
  border: 1px solid var(--line);
  border-radius: 9px;
  padding: 12px 14px;
  font-size: 14px;
  background: white;
  color: var(--ink);
  outline: none;
  transition: border-color 0.15s;
  width: 100%;
}
.hp-input:focus { border-color: var(--primary); }
.hp-btn-primary {
  background: var(--primary); color: white;
  border: 0; padding: 15px;
  border-radius: 10px; font-size: 15px; font-weight: 800;
  margin-top: 4px;
  transition: transform 0.18s ease, box-shadow 0.18s ease;
}
.hp-form-note { font-size: 11px; color: var(--sub); }
.hp-form-status { font-size: 12px; font-weight: 700; margin-top: 4px; display: none; }
.hp-form-status.is-visible { display: block; }
.hp-form-status.is-success { color: #1A8F5A; }
.hp-form-status.is-error { color: var(--primary-dark); }

/* ===== Final CTA ===== */
.hp-final-cta {
  background: var(--primary); color: white;
  padding: 56px 18px;
  text-align: center;
}
.hp-final-h2 { font-size: 28px; font-weight: 900; line-height: 1.4; margin: 0 0 10px; }
.hp-final-sub { font-size: 14px; opacity: 0.94; margin: 0 0 24px; line-height: 1.75; }
.hp-final-actions {
  display: flex; flex-direction: column; gap: 10px;
  max-width: 380px; margin: 0 auto;
}
.hp-btn-white {
  background: white; color: var(--primary);
  padding: 16px; border-radius: 10px;
  font-size: 15px; font-weight: 900;
  transition: transform 0.18s ease, box-shadow 0.18s ease;
}
.hp-btn-ghost-white {
  background: transparent; color: white;
  border: 1.5px solid rgba(255,255,255,0.65);
  padding: 15px; border-radius: 10px;
  font-size: 14px; font-weight: 700;
}

/* ===== Footer ===== */
.hp-footer {
  background: var(--ink); color: rgba(255,255,255,0.72);
  padding: 44px 18px 22px;
  font-size: 13px;
}
.hp-footer-grid {
  display: grid; gap: 28px;
  grid-template-columns: 1fr;
  margin-bottom: 28px;
}
.hp-footer-name { color: white; font-weight: 800; font-size: 15px; line-height: 1.4; margin-bottom: 12px; }
.hp-footer-logo {
  height: 48px; width: auto; display: block;
  margin-bottom: 14px;
  background: white;
  padding: 6px 10px;
  border-radius: 6px;
}
.hp-footer-meta { line-height: 1.9; font-size: 12px; }
.hp-footer-license {
  margin-top: 14px; padding-top: 14px;
  border-top: 1px solid rgba(255,255,255,0.1);
  font-size: 10px; line-height: 1.8;
  color: rgba(255,255,255,0.5);
}
.hp-footer-label {
  color: white; font-size: 11px; font-weight: 800;
  letter-spacing: 0.08em; margin-bottom: 10px;
}
.hp-footer-link {
  display: block; padding: 5px 0;
  font-size: 13px;
  transition: color 0.15s;
}
.hp-footer-link:hover { color: var(--accent); }
.hp-sns-row { display: flex; gap: 10px; }
.hp-sns {
  width: 40px; height: 40px; border-radius: 999px;
  background: rgba(255,255,255,0.1);
  display: grid; place-items: center;
  color: white;
  transition: all 0.18s;
}
.hp-sns svg { width: 18px; height: 18px; display: block; }
.hp-sns:hover { transform: translateY(-2px); }
.hp-sns-line:hover { background: #06C755; color: white; }
.hp-sns-x:hover { background: #000; color: white; border: 1px solid rgba(255,255,255,0.4); }
.hp-sns-yt:hover { background: #FF0000; color: white; }
.hp-footer-bottom {
  border-top: 1px solid rgba(255,255,255,0.1);
  padding-top: 18px; font-size: 11px; opacity: 0.5;
}

/* ===== Floating CTA (mobile only) ===== */
.hp-floating {
  position: fixed; bottom: 14px; left: 14px; right: 14px;
  display: flex; gap: 8px; z-index: 90;
  pointer-events: auto;
}
.hp-floating > a {
  flex: 1; text-align: center;
  padding: 14px; border-radius: 999px;
  font-size: 13px; font-weight: 800;
  box-shadow: 0 6px 20px rgba(0,0,0,0.18);
}
.hp-floating-line { background: var(--primary); color: white; }
.hp-floating-tel {
  background: white; color: var(--ink);
  border: 1.5px solid var(--ink);
}

/* ============================================
   Page hero (fixed pages common)
   ============================================ */
.pg-hero {
  background: var(--primary);
  color: white;
  padding: 36px 18px 44px;
  position: relative;
  overflow: hidden;
}
.pg-hero-bg7 {
  position: absolute; right: -30px; bottom: -110px;
  font-size: 280px; font-weight: 900; line-height: 1;
  color: rgba(255,255,255,0.08);
  font-family: system-ui; pointer-events: none;
  letter-spacing: -0.05em;
}
.pg-hero-inner { position: relative; }
.pg-breadcrumb {
  display: flex; gap: 8px; align-items: center;
  font-size: 11px; opacity: 0.88;
  margin-bottom: 20px;
  font-weight: 600;
}
.pg-breadcrumb a:hover { text-decoration: underline; }
.pg-breadcrumb-sep { opacity: 0.6; }
.pg-hero-eyebrow {
  font-size: 11px; font-weight: 800; letter-spacing: 0.14em;
  color: var(--accent); font-family: system-ui;
  margin-bottom: 8px;
}
.pg-hero-title {
  font-size: 32px; font-weight: 900; line-height: 1.3;
  letter-spacing: -0.01em;
  margin: 0 0 10px;
}
.pg-hero-lead {
  font-size: 14px; opacity: 0.94; line-height: 1.85;
  margin: 0; max-width: 640px;
  text-wrap: pretty;
}

/* ===== Plan highlight ===== */
.pg-plan-hi {
  background: var(--soft);
  border: 1.5px solid var(--primary);
  border-radius: 16px;
  padding: 22px;
  display: flex; flex-wrap: wrap; gap: 20px;
  align-items: center; justify-content: space-between;
  margin-bottom: 28px;
}
.pg-plan-hi-badges {
  display: flex; flex-direction: column; gap: 7px;
  font-size: 13px; font-weight: 700;
}

/* ===== Tables ===== */
.pg-table-wrap {
  border: 1px solid var(--line);
  border-radius: 14px;
  overflow: hidden;
  background: white;
  overflow-x: auto;
}
.pg-table { width: 100%; border-collapse: collapse; font-size: 14px; }
.pg-table th {
  background: var(--ink); color: white;
  text-align: left; padding: 12px 16px;
  font-size: 11px; font-weight: 700; letter-spacing: 0.06em;
}
.pg-table td { padding: 14px 16px; border-top: 1px solid var(--line); }
.pg-table tbody tr:first-child td { border-top: 0; }
.pg-table thead + tbody tr:first-child td { border-top: 0; }
.pg-table tbody tr { transition: background 0.15s; }
.pg-table tbody tr:hover { background: var(--softer); }
.pg-tr-popular { background: var(--soft); }
.pg-tr-popular:hover { background: var(--soft) !important; }
.pg-td-data { font-weight: 800; font-family: system-ui; font-size: 16px; letter-spacing: -0.01em; }
.pg-td-note { display: block; font-size: 10px; color: var(--sub); font-weight: 600; margin-top: 2px; }
.pg-td-price {
  font-weight: 900; color: var(--primary);
  font-family: system-ui; font-size: 19px; letter-spacing: -0.02em;
}
.pg-td-price small { font-size: 12px; font-weight: 700; margin-left: 1px; }
.pg-td-taxin { color: var(--sub); font-size: 12px; }
.pg-popular-chip {
  font-size: 10px; font-weight: 800;
  background: var(--primary); color: white;
  border-radius: 4px; padding: 2px 8px;
  margin-left: 8px; vertical-align: 2px;
  font-family: "Hiragino Sans","Noto Sans JP",sans-serif;
}
.pg-td-fee-name { font-size: 13px; font-weight: 600; }
.pg-td-fee-val { font-size: 14px; font-weight: 800; text-align: right; }
.pg-td-fee-val small {
  display: block; font-size: 10px; color: var(--primary);
  font-weight: 700; margin-top: 2px;
}

/* ===== Notes ===== */
.pg-notes {
  margin: 16px 0 0; padding: 0; list-style: none;
  display: flex; flex-direction: column; gap: 7px;
  font-size: 12px; color: var(--sub); line-height: 1.8;
}
.pg-notes li { padding-left: 18px; position: relative; }
.pg-notes li::before { content: "※"; position: absolute; left: 0; color: var(--primary); }

/* ===== Option cards ===== */
.pg-opt-grid { display: grid; gap: 12px; grid-template-columns: 1fr; }
.pg-opt-card {
  background: white; border: 1px solid var(--line);
  border-radius: 14px; padding: 18px 20px;
  display: flex; justify-content: space-between; align-items: center; gap: 12px;
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}
.pg-opt-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 26px rgba(26,22,20,0.08);
  border-color: #F5C9AE;
}
.pg-opt-name { font-weight: 700; font-size: 14px; }
.pg-opt-note { font-size: 10px; color: var(--sub); margin-top: 2px; }
.pg-opt-price {
  font-weight: 900; color: var(--primary);
  font-family: system-ui; font-size: 22px; letter-spacing: -0.02em;
  white-space: nowrap;
}
.pg-opt-price small { font-size: 12px; font-weight: 700; }

/* ===== Area / service card ===== */
.pg-area-card {
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 16px; padding: 22px;
  color: white;
}
.pg-area-name { font-size: 13px; font-weight: 700; opacity: 0.88; }
.pg-area-price {
  font-size: 32px; font-weight: 900; line-height: 1.1;
  color: var(--accent); margin-top: 6px;
  letter-spacing: -0.02em;
}
.pg-area-note { font-size: 12px; opacity: 0.8; margin-top: 8px; line-height: 1.7; }

/* ===== Flow steps ===== */
.pg-flow { display: grid; gap: 14px; grid-template-columns: 1fr; }
.pg-flow-step {
  background: white; border: 1px solid var(--line);
  border-radius: 16px; padding: 22px;
}
.pg-flow-n {
  font-size: 12px; font-weight: 800; color: var(--primary);
  font-family: system-ui; letter-spacing: 0.1em;
  margin-bottom: 12px;
  display: flex; align-items: center; gap: 10px;
}
.pg-flow-n::after { content: ""; flex: 1; height: 2px; background: var(--soft); }
.pg-flow-t { font-size: 16px; font-weight: 800; margin-bottom: 8px; }
.pg-flow-d { font-size: 13px; color: var(--sub); line-height: 1.8; }

/* ===== Checklist ===== */
.pg-checklist { display: flex; flex-direction: column; gap: 10px; }
.pg-check-item {
  display: flex; gap: 14px; align-items: flex-start;
  background: white; border: 1px solid var(--line);
  border-radius: 12px; padding: 16px 18px;
}
.pg-check-mark {
  color: white; background: var(--primary);
  width: 22px; height: 22px; border-radius: 999px;
  display: grid; place-items: center;
  font-size: 12px; font-weight: 900; flex-shrink: 0;
  margin-top: 1px;
}
.pg-check-name { font-size: 14px; font-weight: 700; line-height: 1.5; }
.pg-check-note { font-size: 11px; color: var(--sub); margin-top: 3px; }

/* ===== Campaign cards ===== */
.pg-camp-grid { display: grid; gap: 16px; grid-template-columns: 1fr; }
.pg-camp-card {
  border-radius: 20px; padding: 28px 24px;
  position: relative; overflow: hidden;
  background: linear-gradient(135deg, var(--accent) 0%, #FF9500 100%);
  color: var(--ink);
}
.pg-camp-card-alt { background: var(--ink); color: white; }
.pg-camp-tag {
  display: inline-block; font-size: 11px; font-weight: 800;
  background: rgba(0,0,0,0.78); color: white;
  padding: 4px 12px; border-radius: 999px;
  margin-bottom: 14px; letter-spacing: 0.06em;
}
.pg-camp-card-alt .pg-camp-tag { background: var(--primary); }
.pg-camp-title { font-size: 24px; font-weight: 900; margin: 0 0 6px; line-height: 1.4; }
.pg-camp-period { font-size: 12px; font-weight: 700; opacity: 0.72; margin-bottom: 12px; font-family: system-ui; }
.pg-camp-body { font-size: 13px; line-height: 1.85; margin: 0 0 18px; text-wrap: pretty; }
.pg-camp-card-alt .pg-camp-body { opacity: 0.9; }

/* ===== Blog ===== */
.pg-filter { display: flex; gap: 8px; flex-wrap: wrap; margin-bottom: 24px; }
.pg-chip {
  border: 1px solid var(--line); background: white;
  border-radius: 999px; padding: 8px 16px;
  font-size: 12px; font-weight: 700; color: var(--sub);
  transition: all 0.18s;
  display: inline-block;
}
.pg-chip:hover { border-color: var(--primary); color: var(--primary); }
.pg-chip-on { background: var(--primary); border-color: var(--primary); color: white; }
.pg-chip-on:hover { color: white; }

.pg-blog-grid { display: grid; gap: 16px; grid-template-columns: 1fr; }
.pg-blog-card {
  background: white; border: 1px solid var(--line);
  border-radius: 14px; overflow: hidden; display: block;
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}
.pg-blog-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 14px 30px rgba(26,22,20,0.08);
  border-color: #F5C9AE;
}
.pg-blog-thumb {
  aspect-ratio: 16 / 9;
  width: 100%;
  object-fit: cover;
  display: block;
  background: repeating-linear-gradient(135deg, #FFE6D1 0 12px, #FFD4AC 12px 24px);
}
.pg-blog-body { padding: 16px 18px 18px; }
.pg-blog-meta { display: flex; gap: 10px; align-items: center; margin-bottom: 8px; }
.pg-blog-date { font-size: 11px; color: var(--sub); font-family: system-ui; }
.pg-blog-cat {
  font-size: 10px; font-weight: 700; color: var(--primary);
  border: 1px solid var(--primary);
  padding: 1px 7px; border-radius: 4px;
}
.pg-blog-title { font-size: 15px; font-weight: 700; line-height: 1.55; margin-bottom: 6px; }
.pg-blog-excerpt { font-size: 12px; color: var(--sub); line-height: 1.75; }
.pg-blog-empty { font-size: 13px; color: var(--sub); padding: 40px 0; text-align: center; }

/* ===== Access detail ===== */
.pg-access-detail { display: grid; gap: 16px; grid-template-columns: 1fr; }
.pg-dl {
  display: grid; grid-template-columns: 112px 1fr;
  border: 1px solid var(--line); border-radius: 14px;
  overflow: hidden; background: white;
  font-size: 13px; margin: 0;
  align-self: start;
}
.pg-dl > dt {
  background: var(--soft); padding: 14px 16px;
  font-weight: 700; margin: 0;
  border-top: 1px solid var(--line);
}
.pg-dl > dd {
  padding: 14px 16px; margin: 0;
  border-top: 1px solid var(--line);
  line-height: 1.7;
}
.pg-dl > dt:nth-of-type(1), .pg-dl > dd:nth-of-type(1) { border-top: 0; }
.pg-photo-frame { border-radius: 14px; overflow: hidden; border: 1px solid var(--line); }

/* ===== GB usage cards (packet) ===== */
.pg-gb-grid { display: grid; gap: 12px; grid-template-columns: 1fr 1fr; }
.pg-gb-card {
  background: white; border: 1px solid var(--line);
  border-radius: 14px; padding: 18px;
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}
.pg-gb-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 26px rgba(26,22,20,0.08);
  border-color: #F5C9AE;
}
.pg-gb-amount {
  font-size: 26px; font-weight: 900; color: var(--primary);
  font-family: system-ui; letter-spacing: -0.02em;
  line-height: 1;
}
.pg-gb-price { font-size: 11px; color: var(--sub); font-weight: 700; margin-top: 4px; }
.pg-gb-list {
  margin: 12px 0 0; padding: 0; list-style: none;
  display: flex; flex-direction: column; gap: 5px;
  font-size: 12px; color: var(--sub); line-height: 1.6;
}
.pg-gb-list li { padding-left: 14px; position: relative; }
.pg-gb-list li::before { content: "・"; position: absolute; left: 0; color: var(--primary); }

/* ===== Wi-Fi plan banner ===== */
.pg-wifi {
  background: var(--ink); color: white;
  border-radius: 20px; padding: 28px 24px;
  display: grid; gap: 18px; grid-template-columns: 1fr;
}
.pg-wifi-eyebrow {
  font-size: 11px; font-weight: 800; letter-spacing: 0.12em;
  color: var(--accent); font-family: system-ui; margin-bottom: 10px;
}
.pg-wifi-title { font-size: 24px; font-weight: 900; margin: 0 0 10px; line-height: 1.4; }
.pg-wifi-body { font-size: 13px; line-height: 1.85; opacity: 0.88; margin: 0 0 18px; }
.pg-wifi-big {
  text-align: center;
  font-size: 72px; font-weight: 900; line-height: 1;
  color: var(--accent); font-family: system-ui; letter-spacing: -0.04em;
}
.pg-wifi-big small { font-size: 24px; margin-left: 2px; }
.pg-wifi-small { text-align: center; font-size: 12px; font-weight: 700; opacity: 0.75; margin-top: 6px; }

/* ============================================
   Motion — scroll reveal / hero entrance
   (respects prefers-reduced-motion)
   ============================================ */
@media (prefers-reduced-motion: no-preference) {
  .rv {
    opacity: 0;
    transform: translateY(26px);
    transition:
      opacity 0.7s cubic-bezier(0.16, 1, 0.3, 1),
      transform 0.7s cubic-bezier(0.16, 1, 0.3, 1);
    transition-delay: calc(var(--rv-i, 0) * 80ms);
  }
  .rv-in {
    opacity: 1;
    transform: translateY(0);
  }

  .hp-hero-badge  { animation: hpUp 0.8s cubic-bezier(0.16, 1, 0.3, 1) 0.05s backwards; }
  .hp-hero-h1     { animation: hpUp 0.8s cubic-bezier(0.16, 1, 0.3, 1) 0.15s backwards; }
  .hp-hero-lead   { animation: hpUp 0.8s cubic-bezier(0.16, 1, 0.3, 1) 0.30s backwards; }
  .hp-hero-bullets{ animation: hpUp 0.8s cubic-bezier(0.16, 1, 0.3, 1) 0.42s backwards; }
  .hp-hero-card   { animation: hpCard 0.9s cubic-bezier(0.16, 1, 0.3, 1) 0.5s backwards; }
  .hp-hero-bg7    { animation: hp7 1.3s cubic-bezier(0.16, 1, 0.3, 1) 0.2s backwards; }

  .hp-hero-mark {
    background: linear-gradient(var(--accent), var(--accent)) left center / 0% 100% no-repeat;
    animation: hpMarkSweep 0.55s cubic-bezier(0.4, 0, 0.2, 1) 0.75s forwards;
  }

  .hp-floating { animation: hpFloatIn 0.6s cubic-bezier(0.16, 1, 0.3, 1) 1s backwards; }

  .pg-breadcrumb   { animation: hpUp 0.7s cubic-bezier(0.16,1,0.3,1) 0.02s backwards; }
  .pg-hero-eyebrow { animation: hpUp 0.7s cubic-bezier(0.16,1,0.3,1) 0.10s backwards; }
  .pg-hero-title   { animation: hpUp 0.7s cubic-bezier(0.16,1,0.3,1) 0.18s backwards; }
  .pg-hero-lead    { animation: hpUp 0.7s cubic-bezier(0.16,1,0.3,1) 0.28s backwards; }
  .pg-hero-bg7     { animation: hp7 1.2s cubic-bezier(0.16,1,0.3,1) 0.15s backwards; }
}

@keyframes hpUp {
  from { opacity: 0; transform: translateY(26px); }
}
@keyframes hpCard {
  from { opacity: 0; transform: translateY(36px) scale(0.97); }
}
@keyframes hp7 {
  from { opacity: 0; transform: translateX(60px); }
  to   { opacity: 1; }
}
@keyframes hpMarkSweep {
  to { background-size: 100% 100%; }
}
@keyframes hpMenuIn {
  from { opacity: 0; transform: translateY(-8px); }
}
@keyframes hpFloatIn {
  from { opacity: 0; transform: translateY(60px); }
}

/* ============================================
   Tablet — 640px+
   ============================================ */
@media (min-width: 640px) {
  .hp-section { padding: 72px 32px; }
  .hp-final-cta { padding: 72px 32px; }
  .hp-footer { padding: 56px 32px 22px; }
  .hp-hero { padding: 48px 32px 56px; }

  .hp-logo-img { height: 44px; }

  .hp-h2 { font-size: 34px; }
  .hp-hero-h1 { font-size: 48px; }
  .hp-final-h2 { font-size: 36px; }

  .hp-grid-3 { grid-template-columns: 1fr 1fr 1fr; gap: 16px; }
  .hp-grid-plans { grid-template-columns: 1fr 1fr; }
  .hp-grid-devices { grid-template-columns: repeat(3, 1fr); }
  .hp-grid-voices { grid-template-columns: 1fr 1fr; }
  .hp-outcall-grid { grid-template-columns: 1fr 1fr; }
  .hp-access-grid { grid-template-columns: 1fr 1fr; }
  .hp-access-actions { flex-direction: row; }
  .hp-access-actions > a { flex: 1; }
  .hp-contact-grid { grid-template-columns: 1fr 1.5fr; }
  .hp-footer-grid { grid-template-columns: 1.4fr 1fr 1fr 0.8fr; }
  .hp-staff-feature {
    grid-template-columns: 320px 1fr;
    gap: 36px;
    padding: 32px;
  }
  .hp-staff-actions { flex-direction: row; }
  .hp-staff-actions > a { flex: 1; }
  .hp-campaign {
    grid-template-columns: 1.4fr 1fr;
    align-items: center;
    padding: 36px 36px;
  }
  .hp-final-actions { flex-direction: row; max-width: 520px; }
  .hp-final-actions > a { flex: 1; }

  .hp-floating { display: none; }
  html { scroll-padding-top: 76px; }

  .pg-hero { padding: 48px 32px 56px; }
  .pg-hero-title { font-size: 42px; }
  .pg-opt-grid { grid-template-columns: repeat(3, 1fr); }
  .pg-opt-card { flex-direction: column; align-items: flex-start; gap: 14px; }
  .pg-camp-grid { grid-template-columns: 1fr 1fr; }
  .pg-blog-grid { grid-template-columns: 1fr 1fr; }
  .pg-gb-grid { grid-template-columns: repeat(4, 1fr); }
  .pg-flow { grid-template-columns: 1fr 1fr; }
  .pg-access-detail { grid-template-columns: 1.4fr 1fr; }
  .pg-wifi { grid-template-columns: 1.5fr 1fr; align-items: center; padding: 36px; }
}

/* ============================================
   Desktop — 960px+
   ============================================ */
@media (min-width: 960px) {
  .hp-section { padding: 96px 40px; }
  .hp-final-cta { padding: 96px 40px; }
  .hp-hero { padding: 64px 40px 88px; }
  .hp-footer { padding: 64px 40px 28px; }

  .hp-h2 { font-size: 40px; }
  .hp-sub { font-size: 15px; max-width: 720px; }
  .hp-final-h2 { font-size: 42px; }

  .hp-hero-inner {
    flex-direction: row;
    align-items: center;
    gap: 56px;
  }
  .hp-hero-text { flex: 1.1; }
  .hp-hero-card { flex: 1; max-width: 460px; }
  .hp-hero-h1 { font-size: 64px; line-height: 1.4; }
  .hp-hero-lead { font-size: 16px; }
  .hp-br-mobile { display: none; }
  .hp-price-num { font-size: 84px; }

  .hp-grid-plans { grid-template-columns: repeat(4, 1fr); }
  .hp-grid-devices { grid-template-columns: repeat(6, 1fr); }
  .hp-staff-feature {
    grid-template-columns: 380px 1fr;
    gap: 48px;
    padding: 40px;
  }
  .hp-staff-name-jp { font-size: 36px; }
  .hp-staff-quote { font-size: 17px; }

  .hp-nav-desktop {
    display: flex; gap: 22px;
    flex: 1; justify-content: center;
  }
  .hp-nav-link {
    font-size: 13px; font-weight: 600;
    color: var(--ink);
    padding: 6px 0;
    transition: color 0.15s;
  }
  .hp-nav-link:hover { color: var(--primary); }
  .hp-nav-active { color: var(--primary); font-weight: 700; }
  .hp-menu-btn { display: none; }

  .hp-campaign-big { font-size: 160px; }
  .hp-campaign-h2 { font-size: 38px; }

  .pg-hero { padding: 64px 40px 72px; }
  .pg-hero-title { font-size: 52px; }
  .pg-hero-lead { font-size: 15px; }
  .pg-blog-grid { grid-template-columns: repeat(3, 1fr); }
  .pg-camp-grid { grid-template-columns: repeat(3, 1fr); }
  .pg-camp-grid.pg-camp-grid-2col { grid-template-columns: 1fr 1fr; }
  .pg-flow { grid-template-columns: repeat(4, 1fr); }
  .pg-dl { grid-template-columns: 150px 1fr; font-size: 14px; }
}

/* ============================================
   Wide — 1180px+
   ============================================ */
@media (min-width: 1180px) {
  .hp-hero-h1 { font-size: 72px; }
}

/* editor-only niceties */
.editor-styles-wrapper .hp-root { overflow-x: visible; }
