/* ============================================================
   PLC — Station Luggage Delivery landing page
   Loaded AFTER styles.css. Reuses brand tokens, header, footer,
   .btn, .eyebrow, .section-head, .reveal. Fonts UNCHANGED.
   ============================================================ */

/* section rhythm */
.section{ padding:88px 0; }
.section--tint{ background:var(--cloud,#f2efe6); }
@media (min-width:768px){ .section{ padding:112px 0; } }
.slnarrow{ max-width:840px; }

/* nav airport link */
.nav__airport{ font-family:var(--f-head); font-weight:700; font-size:.9rem; color:var(--ink,#15315e); text-decoration:none; opacity:.85; }
.nav__airport:hover{ opacity:1; color:var(--gold,#b8892b); }
@media (max-width:940px){ .nav__airport{ display:none; } }

/* header service switcher (Airport / Station) */
.nav{ gap:24px; }
.nav__svc{ position:relative; font-weight:700; }
.nav__svc.is-active{ color:var(--gold,#b8892b); }
.nav__svc.is-active::after{ content:""; position:absolute; left:0; right:0; bottom:-7px; height:2px; border-radius:2px; background:currentColor; }
.nav__div{ width:1px; height:15px; background:currentColor; opacity:.22; margin:0 -8px; align-self:center; }
.mmenu__nav a.is-active{ color:var(--gold,#b8892b); }

/* ---------- HERO (full-bleed photo, left cream scrim, text on left) ---------- */
.slhero{ position:relative; background:var(--paper,#fbfaf5); overflow:hidden; border-bottom:1px solid var(--line,#e7e3da); }
.slhero__art{ position:absolute; inset:0; width:100%; height:100%; object-fit:cover; object-position:72% center; pointer-events:none; z-index:0; }
.slhero__scrim{ position:absolute; inset:0; z-index:1; pointer-events:none;
  background:linear-gradient(90deg, rgba(251,250,245,.96) 0%, rgba(251,250,245,.86) 28%, rgba(251,250,245,.5) 48%, rgba(251,250,245,.12) 66%, rgba(251,250,245,0) 80%); }
.slhero__inner{ position:relative; z-index:2; padding:150px 0 92px; }
.slhero__copy{ max-width:560px; }
.slhero__copy h1{ font-size:clamp(2.3rem,5.6vw,3.9rem); line-height:1.12; letter-spacing:.005em; margin:20px 0 22px; color:var(--ink,#15315e); }
.slhero__sub{ font-size:1.1rem; line-height:1.78; color:var(--ink-soft,#43536b); max-width:42ch; }
.slhero__cta{ display:flex; flex-wrap:wrap; gap:16px; margin-top:34px; }
.slhero__cta .btn{ gap:10px; }
.slhero__cta .btn svg{ width:20px; height:20px; }
.slhero__cta .btn-ico{ display:inline-flex; align-items:center; }
.slhero__cta .btn-ico svg{ width:22px; height:22px; display:block; }
/* gold CTA: no shadow, hover changes colour only */
.slhero__cta .btn-gold{ box-shadow:none; }
.slhero__cta .btn-gold:hover{ background:#9a7238; transform:none; box-shadow:none; }
.slhero__cta .btn-line{ background:rgba(255,255,255,.92); }
@media (min-width:1100px){ .slhero__inner{ padding:176px 0 112px; } .slhero__copy h1{ font-size:clamp(3rem,3.4vw,3.9rem); } }
/* tablet / mobile: text on cream at top, photo as a block below */
@media (max-width:900px){
  .slhero__art{ position:relative; display:block; width:100%; height:auto; aspect-ratio:16/10; object-position:70% center; }
  .slhero__scrim{ display:none; }
  .slhero__inner{ padding:128px 0 24px; }
  /* 狭い画面ではヘッダーが2行になる（styles.css 参照）。その分を足す。 */
  @media (max-width:768px){ .slhero__inner{ padding-top:180px; } }
  .slhero__copy{ max-width:none; }
  .slhero__sub{ max-width:none; }
  /* stack: text block first, image after, via flex order on the section */
  .slhero{ display:flex; flex-direction:column; }
  .slhero__inner{ order:1; }
  .slhero__art{ order:2; }
}
@media (max-width:520px){
  .slhero__cta{ gap:12px; }
  .slhero__cta .btn{ width:100%; justify-content:center; }
}

/* ---------- Section head (icon + title, optional EN subtitle) ---------- */
.shead{ text-align:center; margin-bottom:52px; }
@media (min-width:768px){ .shead{ margin-bottom:60px; } }
.shead__t{ display:inline-flex; align-items:center; justify-content:center; gap:14px; }
.shead__ico{ display:none !important; }
.tcard__ico,.meetcard__ico{ display:none !important; }
.shead__t h2{ margin:0; font-size:2rem; color:var(--ink,#15315e); line-height:1.16; }
.shead__sub{ margin:10px 0 0; font-family:var(--f-head); font-weight:700; font-size:.9rem; letter-spacing:.16em; color:var(--ink-soft,#8a97a8); }
html[lang="en"] .shead__sub{ display:none; }

/* shared note line with info icon */
.pnote{ display:flex; align-items:flex-start; gap:9px; margin:26px 0 0; color:var(--ink-soft,#5a6b82); font-size:.96rem; line-height:1.6; }
.pnote--center{ justify-content:center; text-align:center; }
.pnote__i{ flex:none; color:var(--ink-soft,#9aa6b6); display:inline-grid; place-items:center; margin-top:1px; }
.pnote__i svg{ width:19px; height:19px; }
.pnote a{ color:var(--gold,#b8892b); border-bottom:1px solid currentColor; font-weight:600; white-space:nowrap; }
/* area note sits over the photo — give it a solid card for legibility */
.areas-sec .pnote{ background:rgba(255,255,255,.62); backdrop-filter:blur(3px); border:1px solid rgba(255,255,255,.7); border-radius:0; padding:16px 20px; margin-top:22px; box-shadow:0 10px 28px rgba(16,24,48,.08); color:var(--ink,#15315e); justify-content:center; text-align:center; }
.areas-sec .pnote__i{ color:var(--gold,#b8892b); }

/* ---------- SUPPORTED STATIONS ---------- */
.stgrid{ display:grid; grid-template-columns:repeat(2,1fr); gap:18px; }
@media (min-width:920px){ .stgrid{ grid-template-columns:repeat(4,1fr); gap:24px; } }
.stcard{ position:relative; background:#fff; border:1px solid var(--line,#e7e3da); border-radius:0; overflow:hidden; text-align:center; }
.stcard__ph{ width:100%; aspect-ratio:16/10; background:var(--cloud,#f2efe6); }
.stcard__ph img{ width:100%; height:100%; object-fit:cover; display:block; }
.stcard h3{ font-size:1.24rem; margin:18px 0 8px; padding:0 18px; }
.stcard p{ font-size:.94rem; line-height:1.7; color:var(--ink-soft,#5a6b82); padding:0 20px 24px; margin:0; }

/* ---------- SERVICE AREAS ---------- */
/* full-section background photo, lowest layer */
.areas-sec{ position:relative; overflow:hidden; z-index:0; }
.areas-sec__bg{ position:absolute; inset:0; width:100%; height:100%; object-fit:cover; z-index:-2; }
.areas-sec::after{ content:""; position:absolute; inset:0; background:rgba(251,250,245,.42); z-index:-1; }
.areas-sec{ padding-top:56px; padding-bottom:56px; }
.areawrap{ position:relative; }
.areabanner{ margin:0 0 26px; border-radius:0; overflow:hidden; box-shadow:0 16px 40px rgba(16,24,48,.12); }
.areabanner img{ width:100%; height:clamp(180px,26vw,320px); object-fit:cover; display:block; }
.areagrid{ display:grid; grid-template-columns:repeat(2,1fr); gap:16px; }@media (min-width:960px){ .areagrid{ grid-template-columns:repeat(4,1fr); gap:22px; } }
.areacard{ position:relative; background:rgba(255,255,255,.62); backdrop-filter:blur(3px); border:1px solid rgba(255,255,255,.7); border-radius:0; overflow:hidden; box-shadow:0 10px 28px rgba(16,24,48,.08); padding:18px 16px 20px; z-index:0; }
.areacard__h{ font-family:var(--f-head); font-weight:700; font-size:1.08rem; text-align:center; color:var(--gold,#b8892b); padding:0 4px 12px; margin-bottom:12px; border-bottom:1px solid #f0e7d6; }
:lang(ja) .areacard__h{ font-family:var(--f-jp); }
.arealist{ list-style:none; margin:0; padding:0 4px; display:block; text-align:center; line-height:1.9; color:var(--ink,#15315e); font-size:.92rem; }
.arealist li{ display:inline; }
.arealist li:not(:last-child)::after{ content:" / "; color:var(--gold-soft,#c9a868); margin:0 2px; }

/* ---------- PRICING ---------- */
.pricecards{ display:grid; grid-template-columns:1fr; gap:20px; max-width:960px; margin:0 auto; }
@media (min-width:760px){ .pricecards{ grid-template-columns:1fr 1fr; gap:26px; } }
.pcard{ position:relative; background:#fff; border:1px solid var(--line,#e7e3da); border-radius:0; padding:34px 30px; box-shadow:0 14px 40px rgba(16,24,48,.07); overflow:hidden; }
.pcard__corner{ position:absolute; top:0; left:0; width:56px; height:56px; clip-path:polygon(0 0, 100% 0, 0 100%); color:#fff; font-family:var(--f-head); font-weight:800; font-size:.85rem; padding:7px 0 0 9px; box-sizing:border-box; }
.pcard__corner--navy{ background:var(--ink,#15315e); }
.pcard__corner--gold{ background:var(--gold,#b8892b); }
.pcard__h{ text-align:center; font-family:var(--f-head); font-weight:700; font-size:1.3rem; color:var(--ink,#15315e); margin:0 0 22px; }
:lang(ja) .pcard__h{ font-family:var(--f-jp); }
.pcard__h--gold{ color:var(--gold,#b8892b); }
.pcard__body{ text-align:center; }
.pfare__lbl{ display:block; font-size:.96rem; color:var(--ink-soft,#5a6b82); margin-bottom:6px; }
.pfare__amt{ font-family:var(--f-head); font-weight:800; font-size:2.7rem; color:var(--ink,#15315e); line-height:1.1; }
.pfare__amt em{ font-style:normal; font-weight:600; font-size:.9rem; color:var(--ink-soft,#8a97a8); margin-left:4px; }
.pcard__div{ height:1px; background:var(--line,#eee); margin:22px auto; max-width:80%; }
.poptlist{ list-style:none; margin:0; padding:0; }
.poptlist li{ display:flex; align-items:baseline; justify-content:space-between; gap:16px; padding:15px 0; border-bottom:1px solid var(--line,#f0ede6); font-size:1rem; color:var(--ink,#15315e); }
.poptlist li:last-child{ border-bottom:none; }
.poptlist li b{ font-family:var(--f-head); font-weight:800; color:var(--ink,#15315e); white-space:nowrap; }
.poptlist li b.cq{ color:var(--gold,#b8892b); }

/* ---------- MEETING POINTS ---------- */
.meetgrid{ display:grid; grid-template-columns:repeat(2,1fr); gap:16px; }
@media (min-width:960px){ .meetgrid{ grid-template-columns:repeat(4,1fr); gap:20px; } }
.meetcard{ background:#fff; border:1px solid #ece2cf; border-radius:0; padding:20px 18px; display:flex; align-items:center; gap:14px; box-shadow:0 8px 22px rgba(16,24,48,.04); }
.meetcard__ico{ flex:none; color:var(--ink,#15315e); display:inline-grid; place-items:center; }
.meetcard__ico svg{ width:30px; height:30px; }
.meetcard__tx h3{ font-size:1.06rem; margin:0 0 4px; }
.meetcard__tx p{ font-size:.9rem; line-height:1.5; color:var(--ink-soft,#5a6b82); margin:0; }
/* Tokyo card with embedded map (width unchanged, grows in height) */
.meetgrid{ align-items:start; }
.meetcard--map{ flex-direction:column; align-items:stretch; gap:0; }
.meetcard--map .meetcard__top{ display:flex; align-items:center; gap:14px; }
.meetcard__map{ margin-top:14px; }
.meetcard__map iframe{ width:100%; height:160px; border:0; border-radius:0; display:block; }
.meetcard__link{ display:inline-flex; align-items:center; gap:7px; margin-top:12px; font-family:var(--f-head); font-weight:700; font-size:.85rem; color:var(--gold,#b8892b); }
:lang(ja) .meetcard__link{ font-family:var(--f-jp); }
.meetcard__link svg{ width:15px; height:15px; }
.meetcard__link:hover{ text-decoration:underline; }

/* ---------- HOW IT WORKS (illustrated boxes, reference design) ---------- */
.flowline{ list-style:none; margin:0; padding:0; display:grid; grid-template-columns:1fr; gap:16px; }
@media (min-width:560px){ .flowline{ grid-template-columns:repeat(2,1fr); gap:18px; } }
@media (min-width:960px){ .flowline{ grid-template-columns:repeat(4,1fr); gap:22px; } }
.flowstep{ position:relative; background:#fff; border:1px solid var(--line,#e7e3da); border-radius:0; padding:16px 18px 14px; text-align:center; display:flex; flex-direction:column; box-shadow:0 10px 30px rgba(16,24,48,.05); }
.flowstep__num{ display:flex; align-items:center; justify-content:center; gap:12px; margin-bottom:10px; }
.flowstep__num::before, .flowstep__num::after{ content:""; width:26px; height:1px; background:var(--gold,#b8892b); opacity:.6; }
.flowstep__n{ width:36px; height:36px; border-radius:50%; background:var(--gold,#b8892b); color:#fff; font-family:var(--f-head); font-weight:800; font-size:.9rem; display:grid; place-items:center; }
.flowstep__t{ font-size:1.16rem; margin:0 0 8px; color:var(--ink,#15315e); }
:lang(ja) .flowstep__t{ font-family:var(--f-jp); }
.flowstep p{ margin:0; font-size:.9rem; line-height:1.65; color:var(--ink-soft,#5a6b82); }
.flowstep__img{ margin-top:10px; }
.flowstep__img img{ width:100%; aspect-ratio:16/10; object-fit:cover; display:block; }

/* ---------- NOTES · COMPENSATION · FAQ (3-up) ---------- */
.trio{ display:grid; grid-template-columns:1fr; gap:20px; align-items:stretch; }
@media (min-width:900px){ .trio{ grid-template-columns:repeat(3,1fr); gap:24px; } }
.tcard{ position:relative; background:#fff; border:1px solid var(--line,#e7e3da); border-radius:0; padding:30px 28px; box-shadow:0 12px 34px rgba(16,24,48,.06); overflow:hidden; display:flex; flex-direction:column; }
.tcard__h{ display:flex; align-items:center; gap:12px; margin-bottom:20px; }
.tcard__ico{ flex:none; width:40px; height:40px; border-radius:11px; background:#faf6ec; color:var(--gold,#b8892b); display:grid; place-items:center; border:1px solid #f0e7d6; }
.tcard__ico svg{ width:22px; height:22px; }
.tcard__ico--warn{ background:#fbf1ea; border-color:#f2ddcd; }
.tcard__h h3{ font-size:1.24rem; margin:0; color:var(--ink,#15315e); }

/* checklist inside notes card */
.checklist{ list-style:none; margin:0; padding:0; display:grid; gap:0; }
.checklist li{ position:relative; padding:14px 0 14px 32px; font-size:.96rem; line-height:1.6; color:var(--ink,#15315e); }
.checklist li:first-child{ padding-top:0; }
.checklist li:last-child{ padding-bottom:0; }
.checklist li:not(:first-child){ border-top:1px dashed #e7ddc8; }
.checklist li::before{ content:""; position:absolute; left:0; top:15px; width:20px; height:20px; border-radius:50%; background:var(--gold,#b8892b) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='3.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 12l4 4 10-11'/%3E%3C/svg%3E") center/11px no-repeat; }
.checklist li:first-child::before{ top:2px; }

/* compensation card */
.tcard--comp .tcard__lead{ font-size:1.02rem; line-height:1.75; color:var(--ink,#15315e); margin:0 0 14px; }
.tcard--comp .tcard__lead b{ font-weight:800; color:var(--ink,#15315e); }
.tcard--comp p{ line-height:1.75; color:var(--ink-soft,#5a6b82); font-size:.96rem; margin:0 0 14px; }
.tcard--comp .compbox__note{ font-size:.84rem; color:var(--ink-soft,#9aa6b6); margin-bottom:0; }
.tcard--comp .tcard__illus{ margin-top:auto; padding-top:16px; margin-bottom:-30px; margin-left:-28px; margin-right:-28px; text-align:center; }
.tcard--comp .tcard__illus img{ width:100%; height:auto; display:block; margin:0 auto; }
/* boxed provisional note at card bottom */
.compnote{ margin-top:auto; display:flex; align-items:flex-start; gap:12px; border:1px solid var(--line,#e7e3da); padding:14px 16px; }
.compnote__i{ flex:none; color:var(--gold,#b8892b); display:inline-grid; place-items:center; }
.compnote__i svg{ width:22px; height:22px; }
.compnote span:last-child{ font-size:.84rem; line-height:1.6; color:var(--ink-soft,#5a6b82); }

/* FAQ inside card */
.tcard .faq{ display:grid; gap:10px; }
.faqitem{ background:#fff; border:1px solid var(--line,#e7e3da); border-radius:0; box-shadow:none; overflow:hidden; }
.faqitem summary{ list-style:none; cursor:pointer; padding:15px 44px 15px 16px; position:relative; font-family:var(--f-head); font-weight:700; font-size:.95rem; color:var(--ink,#15315e); line-height:1.4; }
:lang(ja) .faqitem summary{ font-family:var(--f-jp); }
.faqitem summary::-webkit-details-marker{ display:none; }
.faqitem summary::after{ content:""; position:absolute; right:16px; top:50%; width:9px; height:9px; margin-top:-6px; border-right:2px solid var(--gold,#b8892b); border-bottom:2px solid var(--gold,#b8892b); transform:rotate(45deg); transition:transform .2s ease; }
.faqitem[open] summary::after{ transform:rotate(-135deg); }
.faqitem__a{ padding:0 16px 16px; }
.faqitem__a p{ margin:0; line-height:1.65; color:var(--ink-soft,#5a6b82); font-size:.9rem; }
.faqmore{ margin-top:16px; align-self:flex-end; display:inline-flex; align-items:center; gap:8px; font-family:var(--f-head); font-weight:700; font-size:.9rem; color:var(--gold,#b8892b); }
:lang(ja) .faqmore{ font-family:var(--f-jp); }
.faqmore svg{ width:18px; height:18px; transition:transform .2s ease; }
.faqmore:hover svg{ transform:translateX(3px); }

/* ---------- FINAL CTA BAND (full-width photo, no rounded box) ---------- */
.ctaband{ position:relative; overflow:hidden; }
.ctaband__bg{ position:absolute; inset:0; width:100%; height:100%; object-fit:cover; object-position:center; z-index:0; }
.ctaband__scrim{ position:absolute; inset:0; z-index:1; pointer-events:none;
  background:linear-gradient(90deg, rgba(9,16,34,.82) 0%, rgba(9,16,34,.6) 40%, rgba(9,16,34,.32) 68%, rgba(9,16,34,.28) 100%); }
.ctaband__in{ position:relative; z-index:2; padding:60px 26px; max-width:var(--maxw,1200px); }
@media (min-width:768px){ .ctaband__in{ padding:78px 26px; } }
.ctaband__in > *{ max-width:640px; }
.ctaband h2{ color:#fff; font-size:clamp(1.7rem,3.6vw,2.6rem); line-height:1.22; margin:0 0 14px; }
.ctaband p{ color:rgba(255,255,255,.85); font-size:1.08rem; margin:0 0 30px; }
.ctaband__btns{ display:flex; flex-wrap:wrap; gap:14px; }
@media (max-width:520px){ .ctaband__btns{ flex-direction:column; } .ctaband__btns .btn{ width:100%; justify-content:center; } }
.btn-gold{ background:var(--gold,#b8892b); color:#fff; border:none; }
.btn-gold:hover{ filter:brightness(1.06); }
.btn-ghost{ background:transparent; color:#fff; border:1.5px solid rgba(255,255,255,.55); }
.btn-ghost:hover{ border-color:#fff; background:rgba(255,255,255,.1); }

/* ---------- reveal (matches app.js .reveal/.in) ---------- */
.reveal{ opacity:0; transform:translateY(18px); transition:opacity .6s ease, transform .6s ease; }
.reveal.in{ opacity:1; transform:none; }
@media (prefers-reduced-motion: reduce){ .reveal{ opacity:1; transform:none; } }

/* ---------- safety: no horizontal overflow ---------- */
html,body{ overflow-x:hidden; }
