:root {
  --primary: #3a8afd;
  --primary-dark: #2b7bf0;
  --accent: #ff006c;
  --ink: #111827;
  --ink-soft: #3d4753;
  --muted: #8a95a3;
  --line: #e8ecf1;
  --soft: #f4f6f8;
  --page: #f3f5f9;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body, h1, h2, h3, p, ul { margin: 0; }
ul { list-style: none; padding: 0; }
button, a { -webkit-tap-highlight-color: transparent; }
button { border: 0; padding: 0; color: inherit; font: inherit; background: none; cursor: pointer; }
a { color: inherit; text-decoration: none; }
body {
  min-width: 0;
  overflow-x: hidden;
  color: var(--ink);
  background: var(--page);
  font-family: Pretendard, -apple-system, BlinkMacSystemFont, "Apple SD Gothic Neo", "Malgun Gothic", Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
}

.page-width {
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
  padding-right: 12px;
  padding-left: 12px;
}

/* Header: 35 + 91 + 55 = 181px */
.utility-bar { height: 35px; border-bottom: 1px solid var(--line); background: #fff; }
.utility-inner { display: flex; height: 34px; align-items: center; justify-content: flex-end; gap: 14px; }
.utility-link { font-size: 12px; line-height: 1; color: #666; }
.utility-link:hover { color: var(--primary); }

.logo-row { height: 91px; border-bottom: 1px solid var(--line); background: #fff; }
.logo-inner { display: flex; height: 90px; align-items: center; gap: 26px; }
.brand { display: flex; width: 152.2px; height: 67px; flex-direction: column; justify-content: center; gap: 2px; }
.brand strong { font-size: 30px; font-weight: 900; line-height: 1; letter-spacing: -.06em; color: #1a2c57; }
.brand span { padding-left: 2px; font-size: 11px; font-weight: 600; line-height: 13px; color: #8a94a0; letter-spacing: .08em; }
.header-cta { display: flex; margin-left: auto; align-items: center; gap: 12px; }
.header-copy { display: flex; width: 197.2px; align-items: center; justify-content: flex-end; gap: 9px; }
.header-copy i { position: relative; width: 34px; height: 34px; flex: 0 0 34px; border-radius: 50%; background: linear-gradient(135deg, #5b9bfd, #2563eb); box-shadow: inset 0 1px rgba(255,255,255,.4), 0 4px 10px -3px rgba(37,99,235,.55); }
.header-copy i::before { content: ""; position: absolute; top: 9px; left: 9px; width: 16px; height: 16px; border: 2px solid #fff; border-radius: 50%; opacity: .92; }
.header-copy span { display: flex; flex-direction: column; line-height: 1.15; }
.header-copy small { font-size: 11px; font-weight: 600; color: var(--muted); }
.header-copy strong { font-size: 20px; font-weight: 800; letter-spacing: -.03em; }
.header-button { min-width: 107.3px; height: 37.5px; padding: 0 18px; border-radius: 10px; color: #fff; background: linear-gradient(135deg,#1a2c57,#0f1c3a); box-shadow: inset 0 1px rgba(255,255,255,.16), 0 6px 14px -6px rgba(15,28,58,.6); font-size: 13px; font-weight: 800; }

.menu-bar { height: 55px; border-bottom: 1px solid rgba(91,155,253,.42); background: linear-gradient(180deg,#1a2c57 0%,#0f1c3a 100%); box-shadow: inset 0 1px rgba(255,255,255,.09), 0 3px 12px rgba(15,28,58,.26); }
.menu-inner { display: flex; height: 54px; align-items: stretch; padding-right: 0; padding-left: 0; }
.menu-inner a { position: relative; display: flex; flex: 1 1 0; align-items: center; justify-content: center; color: #e6edfb; font-size: 15px; font-weight: 700; letter-spacing: -.02em; white-space: nowrap; }
.menu-inner a::after { content: ""; position: absolute; right: 50%; bottom: 0; left: 50%; height: 3px; border-radius: 3px 3px 0 0; background: linear-gradient(90deg,#5b9bfd,#8fd0ff); opacity: 0; transition: left .18s, right .18s, opacity .18s; }
.menu-inner a:hover, .menu-inner a.is-current { color: #fff; background: rgba(255,255,255,.045); }
.menu-inner a:hover::after, .menu-inner a.is-current::after { right: 15%; left: 15%; opacity: 1; }

/* Main shell */
.content-grid { display: grid; grid-template-columns: 250px minmax(0,1fr); gap: 18px; align-items: start; padding: 16px 0 44px; }
.sidebar { width: 250px; }
.main-content { min-width: 0; }
.main-stack { display: flex; flex-direction: column; gap: 16px; }

/* Sidebar */
.sister-card {
  position: relative;
  height: 167.6px;
  margin-bottom: 14px;
  overflow: hidden;
  padding: 22px 22px 20px;
  border: 1px solid rgba(201,162,75,.35);
  border-radius: 16px;
  color: #fff;
  background: linear-gradient(135deg,#151b28 0%,#223052 55%,#2c3a55 100%);
  box-shadow: 0 8px 22px rgba(20,28,45,.28);
}
.sister-card::before { content: ""; position: absolute; top: -46px; right: -46px; width: 170px; height: 170px; border-radius: 50%; background: radial-gradient(circle,rgba(201,162,75,.38),transparent 68%); }
.sister-card::after { content: ""; position: absolute; inset: 0 auto 0 -10%; width: 45%; transform: skewX(-18deg); background: linear-gradient(105deg,transparent,rgba(255,255,255,.08),transparent); }
.sister-card > * { position: relative; z-index: 1; }
.sister-badge { display: inline-block; margin-bottom: 10px; padding: 4px 11px; border-radius: 20px; color: #10151f; background: linear-gradient(135deg,#e5c983,#c9a24b); font-size: 11px; font-weight: 800; line-height: 16px; letter-spacing: .06em; }
.sister-card p { margin-bottom: 3px; color: #c3ccdd; font-size: 13px; font-weight: 600; line-height: 17px; }
.sister-card h2 { color: #e5c983; font-size: 22px; font-weight: 800; line-height: 1.3; letter-spacing: -.02em; }
.sister-card button { display: inline-flex; height: 34px; margin-top: 12px; align-items: center; gap: 6px; padding: 0 15px; border: 1px solid rgba(255,255,255,.18); border-radius: 9px; color: #fff; background: rgba(255,255,255,.13); font-size: 13px; font-weight: 700; }
.sister-card button b { font-size: 18px; line-height: 1; }

.side-widget { overflow: hidden; margin-bottom: 14px; border: 1px solid var(--line); border-radius: 14px; background: #fff; box-shadow: 0 1px 2px rgba(16,24,40,.05), 0 12px 26px -16px rgba(var(--widget-shadow),.55); }
.widget-blue { --widget-a:#5b9bfd; --widget-b:#2563eb; --widget-shadow:37,99,235; height:419.5px; }
.widget-purple { --widget-a:#a78bfa; --widget-b:#7c3aed; --widget-shadow:124,58,237; height:301px; }
.widget-teal { --widget-a:#2dd4bf; --widget-b:#0d9488; --widget-shadow:13,148,136; height:182.5px; }
.side-widget > h3 { display: flex; height: 48px; align-items: center; gap: 8px; padding: 0 14px; color: #fff; background: linear-gradient(135deg,var(--widget-a),var(--widget-b)); box-shadow: inset 0 1px rgba(255,255,255,.38), inset 0 -1px rgba(0,0,0,.14); font-size: 14px; font-weight: 800; letter-spacing: -.03em; text-shadow: 0 1px 1px rgba(0,0,0,.18); }
.widget-icon { position: relative; width: 26px; height: 26px; margin-left: auto; border-radius: 50%; background: rgba(255,255,255,.22); box-shadow: inset 0 1px rgba(255,255,255,.4); }
.widget-icon::before, .widget-icon::after { content:""; position:absolute; background:#fff; opacity:.9; }
.widget-icon::before { top:8px; left:7px; width:12px; height:2px; }
.widget-icon::after { top:7px; left:12px; width:2px; height:12px; }
.widget-body { padding: 10px; background: linear-gradient(#fff,#fafbfd); }
.link-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 6px; }
.link-grid button { display: block; height: 33.5px; padding: 0 9px; overflow: hidden; border: 1px solid #eceff4; border-radius: 9px; color: #4a5563; background: #fff; box-shadow: 0 1px 1px rgba(16,24,40,.04); font-size: 13px; font-weight: 600; letter-spacing: -.02em; white-space: nowrap; }
.call-card { display: flex; height: 81.5px; flex-direction: column; align-items: center; justify-content: center; border-radius: 14px; color: #fff; background: linear-gradient(135deg,#1f2937,#374151); box-shadow: 0 6px 18px rgba(31,41,55,.25); }
.call-card span { font-size: 12px; font-weight: 600; opacity: .75; }
.call-card strong { margin-top: 5px; font-size: 20px; font-weight: 800; letter-spacing: -.03em; }

/* Hero */
.hero { position: relative; height: 230.5px; overflow: hidden; padding: 34px 30px 30px; border-radius: 16px; color: #fff; background: radial-gradient(900px 320px at 88% -20%,rgba(91,155,253,.40),transparent 62%),radial-gradient(620px 280px at 4% 118%,rgba(45,212,191,.22),transparent 62%),linear-gradient(135deg,#1d3160 0%,#0f1c3a 100%); box-shadow: inset 0 1px rgba(255,255,255,.1), 0 18px 38px -24px rgba(15,28,58,.85); }
.hero h1 { height: 36px; color: #fff; font-family: "Malgun Gothic", Pretendard, sans-serif; font-size: 30px; font-weight: 800; line-height: 36px; letter-spacing: -.04em; }
.hero p { height: 17.5px; margin-top: 9px; color: #b6c6e6; font-size: 14.5px; line-height: 17.5px; letter-spacing: -.02em; }
.hero-mobile-line { display:none; }
.hero-chips { display: flex; height: 82px; flex-wrap: wrap; align-content: flex-start; gap: 8px; margin-top: 22px; overflow: hidden; }
.hero-chips button { width: 55.64px; height: 37px; padding: 0; border: 1px solid rgba(255,255,255,.17); border-radius: 999px; color: #e8eefc; background: rgba(255,255,255,.10); box-shadow: inset 0 1px rgba(255,255,255,.14); font-size: 10px; font-weight: 800; letter-spacing: -.04em; }
.hero-chips button:hover { color:#fff; background:rgba(255,255,255,.18); }

/* Shared section heading */
.section-title { display: flex; height: 20.5px; align-items: center; gap: 8px; margin: 22px 0 12px; font-size: 17px; font-weight: 800; line-height: 20.5px; letter-spacing: -.03em; }
.section-title::before { content: ""; width: 3px; height: 16px; flex: 0 0 3px; border-radius: 2px; background: var(--primary); }
.more-button { margin-left: auto; color: var(--primary); font-size: 14.5px; font-weight: 700; }

/* Shop cards */
.shops-grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 18px; }
.shop-card { display: block; min-width: 0; padding: 10px 10px 4px; border: 1px solid #e6ebf2; border-radius: 16px; background: #fff; box-shadow: 0 2px 4px rgba(16,24,40,.05),0 10px 26px rgba(16,24,40,.07); transition: transform .18s,box-shadow .18s,border-color .18s; }
.shop-card:hover { transform: translateY(-4px); border-color:#bcd6fb; box-shadow:0 4px 10px rgba(58,138,253,.1),0 20px 40px rgba(16,24,40,.14); }
.shop-photo { position: relative; width: 100%; aspect-ratio: 1/1; overflow: hidden; border-radius: 11px; color: #fff; background: #eef1f5; }
.shop-photo::before, .magazine-photo::before { content:""; position:absolute; inset:0; background: radial-gradient(circle at 72% 24%,rgba(255,255,255,.34),transparent 22%),linear-gradient(145deg,transparent 45%,rgba(255,255,255,.13)); }
.shop-photo::after { content:""; position:absolute; inset:0; background:linear-gradient(180deg,transparent 70%,rgba(17,24,39,.22)); }
.shop-photo span, .magazine-photo span { position:absolute; z-index:2; top:50%; left:50%; transform:translate(-50%,-50%); font-size:17px; font-weight:800; letter-spacing:-.03em; white-space:nowrap; text-shadow:0 1px 2px rgba(15,28,58,.22); }
.shop-copy { height: 114.5px; padding: 13px 6px 12px; }
.shop-copy h3 { overflow: hidden; color:#1b2b45; font-size:15px; font-weight:800; line-height:20.25px; letter-spacing:-.03em; white-space:nowrap; text-overflow:ellipsis; }
.shop-copy p { overflow:hidden; margin-top:5px; color:#5a6573; font-size:13.5px; line-height:18px; white-space:nowrap; text-overflow:ellipsis; }
.shop-copy p + p { margin-top:3px; color:#7d8794; }
.shop-copy strong { display:block; margin-top:3px; color:var(--ink); font-size:19px; font-weight:800; line-height:23px; letter-spacing:-.04em; }
.section-action { height:17.5px; margin-top:10px; line-height:17.5px; }
.section-action button { color:var(--primary); font-size:14.5px; font-weight:700; line-height:17.5px; }

/* Magazine */
.magazine-grid { display:grid; grid-template-columns:repeat(4,minmax(0,1fr)); gap:16px; }
.magazine-card { min-width:0; overflow:hidden; border:1px solid var(--line); border-radius:14px; background:#fff; }
.magazine-photo { position:relative; width:100%; aspect-ratio:420/264; overflow:hidden; color:#fff; }
.magazine-copy { height:92.6px; padding:13px 14px 15px; }
.magazine-copy h3 { display:-webkit-box; overflow:hidden; color:var(--ink); font-size:15px; font-weight:700; line-height:21.3px; -webkit-line-clamp:2; -webkit-box-orient:vertical; }
.magazine-copy p { margin-top:7px; color:#8a96a6; font-size:12.5px; font-weight:600; line-height:15px; }

.photo-1 { background:linear-gradient(145deg,#7289b7,#253e70); }
.photo-2 { background:linear-gradient(145deg,#3b7f86,#173d51); }
.photo-3 { background:linear-gradient(145deg,#9a779f,#4b315a); }
.photo-4 { background:linear-gradient(145deg,#b98a62,#5b3d30); }
.photo-5 { background:linear-gradient(145deg,#5e89a8,#243b5d); }
.photo-6 { background:linear-gradient(145deg,#6f9481,#2d5449); }
.photo-7 { background:linear-gradient(145deg,#a17076,#58313d); }
.photo-8 { background:linear-gradient(145deg,#7e789d,#3d365e); }
.photo-9 { background:linear-gradient(135deg,#6a8eb8,#315077); }
.photo-10 { background:linear-gradient(135deg,#7c69a6,#483765); }
.photo-11 { background:linear-gradient(135deg,#4c9895,#285a63); }
.photo-12 { background:linear-gradient(135deg,#b07b72,#653f48); }

/* Notice */
.notice-panel { height:203px; overflow:hidden; border:1px solid var(--line); border-radius:16px; background:#fff; box-shadow:0 1px 2px rgba(16,24,40,.04); }
.notice-panel > h3 { display:flex; height:52px; align-items:center; justify-content:space-between; padding:0 20px; border-bottom:1px solid #f1f4f7; font-size:15px; font-weight:800; letter-spacing:-.03em; }
.notice-panel > h3 button { color:var(--primary); font-size:14px; font-weight:700; }
.notice-body { height:149px; padding:8px 20px 16px; }
.notice-row { display:flex; height:42px; align-items:center; justify-content:space-between; gap:12px; border-bottom:1px solid #f4f6f8; color:var(--ink-soft); font-size:14px; }
.notice-row:last-child { border-bottom:0; }
.notice-row button { min-width:0; overflow:hidden; white-space:nowrap; text-overflow:ellipsis; }
.notice-row span { flex:0 0 auto; color:#a3adba; font-size:12.5px; }

/* Footer */
.site-footer { height:567.4px; margin-top:40px; overflow:hidden; border-top:1px solid var(--line); background:#f7f8fa; }
.footer-inner { height:566.4px; padding-top:36px; padding-bottom:30px; }
.footer-top { display:grid; height:304.5px; grid-template-columns:1.7fr 1.1fr 1fr 1fr 1fr; gap:26px; overflow:hidden; }
.footer-brand strong { color:#1a2230; font-size:19px; font-weight:900; letter-spacing:-.02em; }
.footer-brand p { max-width:320px; margin:11px 0 15px; color:#7b8592; font-size:12.5px; line-height:1.72; }
.footer-brand button { color:#55606c; font-size:13px; font-weight:700; }
.footer-column { min-width:0; min-height:0; overflow:hidden; }
.footer-column h3 { margin-bottom:13px; color:#3a4451; font-size:13px; font-weight:800; }
.footer-column li { margin-bottom:8px; line-height:15px; }
.footer-column button { max-width:100%; overflow:hidden; color:#6b7581; font-size:12.5px; font-weight:500; line-height:15px; white-space:nowrap; text-overflow:ellipsis; }
.footer-wide ul { column-count:2; column-gap:16px; }
.footer-wide li { break-inside:avoid; }
.footer-bottom { height:167.9px; margin-top:28px; padding-top:20px; overflow:hidden; border-top:1px solid var(--line); }
.footer-bottom p:first-child { display:flex; flex-wrap:wrap; gap:6px 16px; margin-bottom:11px; color:#55606c; font-size:12.5px; }
.footer-bottom p:first-child strong { color:#3a4451; font-weight:800; }
.footer-bottom p:not(:first-child) { margin-bottom:10px; color:#8892a0; font-size:12px; line-height:1.75; }
.footer-bottom small { color:#9aa4b0; font-size:12px; }

@media (max-width:1200px) {
  .shops-grid { grid-template-columns:repeat(3,minmax(0,1fr)); }
}

@media (min-width:1201px) and (max-width:1280px) {
  .shop-card:nth-child(-n+4) { min-height:362.25px; }
}

@media (max-width:1024px) {
  .content-grid { grid-template-columns:1fr; }
  .sidebar { width:100%; height:183.6px; }
  .sister-card { height:167.6px; margin-bottom:16px; }
  .side-widget, .call-card { display:none; }
}

@media (max-width:980px) {
  .sidebar { height:181px; }
  .sister-card { height:165px; }
  .sister-card h2 { font-size:20px; }
}

@media (max-width:900px) {
  .header-button { display:none; }
  .magazine-grid { grid-template-columns:repeat(2,minmax(0,1fr)); gap:12px; }
  .site-footer { height:979.4px; }
  .footer-inner { height:978.4px; }
  .footer-top { height:652.25px; grid-template-columns:1fr 1fr; grid-template-rows:133.25px 235.5px 235.5px; gap:24px 20px; }
  .footer-brand { grid-column:1/-1; }
  .footer-bottom { height:232.13px; }
}

@media (max-width:820px) {
  .shops-grid { grid-template-columns:repeat(2,minmax(0,1fr)); gap:13px; }
}

@media (max-width:640px) {
  .brand { width:111.2px; height:52px; }
  .brand strong { font-size:23px; }
  .brand span { font-size:10px; line-height:12px; }
  .header-cta { display:none; }
  .menu-inner { overflow-x:auto; padding-right:12px; padding-left:12px; scrollbar-width:none; }
  .menu-inner::-webkit-scrollbar { display:none; }
  .menu-inner a { flex:0 0 70.43px; width:70.43px; padding:0 8px; font-size:12px; }
  .menu-inner a:hover::after, .menu-inner a.is-current::after { right:12px; left:12px; }
  .hero { padding:24px 18px 22px; border-radius:14px; }
  .hero h1 { height:26.5px; font-size:22px; line-height:26.5px; }
  .hero p { height:16px; font-size:13.5px; line-height:16px; }
  .hero-chips { gap:6px; margin-top:18px; }
  .hero-chips button { width:55.64px; height:35px; padding:0; font-size:10px; }
}

@media (max-width:520px) {
  .magazine-grid { gap:10px; }
  .magazine-copy { height:82.3px; padding:10px 11px 12px; }
  .magazine-copy h3 { font-size:13.5px; line-height:19px; }
  .site-footer { height:1070.8px; }
  .footer-inner { height:1069.8px; padding:28px 14px 26px; }
  .footer-top { height:648.25px; grid-template-rows:133.25px 235.5px 235.5px; gap:22px 16px; }
  .footer-bottom { height:339.55px; }
}

@media (max-width:420px) {
  .shops-grid { grid-template-columns:1fr; }
  .hero { height:314.5px; }
  .hero p { height:33px; line-height:16.5px; }
  .hero-mobile-line { display:block; }
  .hero-chips { height:182px; }
  .hero-chips button { width:51.64px; height:41px; }
}

@media (hover:none) {
  .shop-card:hover { transform:none; }
}

@media (prefers-reduced-motion:reduce) {
  html { scroll-behavior:auto; }
  * { transition:none !important; }
}

/* Todakinet content components extend Template12 without changing its measured breakpoints. */

/* Keep the Template12 visual order while exposing the primary H1 before ancillary headings. */
.content-grid > .sidebar { grid-column: 1; grid-row: 1; }
.content-grid > .main-content { grid-column: 2; grid-row: 1; }

.brand-logo {
  display: block;
  width: 152px;
  height: 36px;
  object-fit: contain;
  object-position: left center;
}

.header-copy span { min-width: 0; }
.header-copy small,
.header-copy strong { white-space: nowrap; }
.header-copy strong {
  font-size: 18px;
  line-height: 1.15;
}

.sister-card { padding: 18px 20px 16px; }
.sister-badge {
  margin-bottom: 7px;
  padding: 3px 10px;
  font-size: 10px;
  line-height: 15px;
}
.sister-card p {
  margin-bottom: 2px;
  font-size: 12px;
  line-height: 16px;
}
.sister-card h2 {
  font-size: 18px;
  line-height: 1.34;
  letter-spacing: -.035em;
  word-break: keep-all;
}
.hero--photo {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  background: #0f1c3a;
}
.hero--photo .hero-photo {
  position: absolute;
  inset: 0;
  z-index: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 48%;
}
.hero--video .hero-loop-video {
  position: absolute;
  inset: 0;
  z-index: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 50%;
  pointer-events: none;
}
.hero--photo::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(11,24,53,.96) 0%, rgba(13,29,62,.88) 42%, rgba(13,29,62,.58) 72%, rgba(13,29,62,.36) 100%),
    linear-gradient(180deg, rgba(8,19,42,.08), rgba(8,19,42,.42));
  pointer-events: none;
}
.hero--photo h1,
.hero--photo p,
.hero--photo .hero-chips {
  position: relative;
  z-index: 2;
}

.header-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.sister-card-link {
  display: inline-flex;
  height: 32px;
  margin-top: 8px;
  align-items: center;
  gap: 6px;
  padding: 0 14px;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 9px;
  color: #fff;
  background: rgba(255,255,255,.13);
  font-size: 12px;
  font-weight: 700;
}

.footer-column a {
  display: inline-block;
  max-width: 100%;
  overflow: hidden;
  color: #6b7581;
  font-size: 12.5px;
  font-weight: 500;
  line-height: 15px;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.footer-brand a {
  color: #55606c;
  font-size: 13px;
  font-weight: 700;
}

.section-action a {
  color: var(--primary);
  font-size: 14.5px;
  font-weight: 700;
  line-height: 17.5px;
}

.notice-panel > h3 a {
  color: var(--primary);
  font-size: 14px;
  font-weight: 700;
}

.notice-row a {
  min-width: 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.hero-chips a {
  display: inline-flex;
  width: 55.64px;
  height: 37px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255,255,255,.17);
  border-radius: 999px;
  color: #e8eefc;
  background: rgba(255,255,255,.10);
  box-shadow: inset 0 1px rgba(255,255,255,.14);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: -.04em;
}

.link-grid a,
.link-grid span {
  display: flex;
  height: 33.5px;
  align-items: center;
  justify-content: center;
  padding: 0 9px;
  overflow: hidden;
  border: 1px solid #eceff4;
  border-radius: 9px;
  color: #4a5563;
  background: #fff;
  box-shadow: 0 1px 1px rgba(16,24,40,.04);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: -.02em;
  white-space: nowrap;
}

.shop-card-link { display: block; }
.shop-photo img,
.magazine-photo img {
  position: absolute;
  inset: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.shop-photo .image-placeholder,
.magazine-photo .image-placeholder { z-index: 3; }

.region-hero-media {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 7;
  min-height: 230px;
  overflow: hidden;
  margin: 0;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: #e9eef5;
  box-shadow: 0 1px 2px rgba(16,24,40,.04), 0 16px 36px -28px rgba(16,24,40,.32);
}

.region-hero-media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.region-hero-placeholder {
  display: grid;
  width: 100%;
  height: 100%;
  place-items: center;
  color: #65758d;
  background:
    radial-gradient(circle at 76% 24%, rgba(52,137,220,.20), transparent 33%),
    linear-gradient(135deg, #f3f7fb, #dce6f1);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .02em;
}

.content-section,
.price-board,
.faq-panel,
.locality-panel,
.transit-panel,
.restaurant-panel,
.column-panel,
.cta-panel {
  border: 1px solid var(--line);
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 1px 2px rgba(16,24,40,.04), 0 16px 36px -28px rgba(16,24,40,.32);
}

.content-section,
.locality-panel,
.transit-panel,
.column-panel,
.faq-panel { padding: 28px 30px; }

.section-kicker {
  margin-bottom: 7px;
  color: var(--primary);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .12em;
}

.content-heading {
  color: #172640;
  font-size: 24px;
  font-weight: 850;
  line-height: 1.35;
  letter-spacing: -.04em;
}

.content-prose {
  max-width: 74ch;
  margin-top: 18px;
  color: #4b5868;
  font-size: 15px;
  line-height: 1.82;
  word-break: keep-all;
}

.content-prose p + p { margin-top: 15px; }

.overview-notes { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 8px; margin-top: 18px; }
.overview-notes li { padding: 12px 13px; border-left: 3px solid var(--primary); border-radius: 0 9px 9px 0; color: #5d6b7e; background: #f4f8fd; font-size: 12px; line-height: 1.65; }

.fact-strip {
  display: grid;
  grid-template-columns: repeat(3,minmax(0,1fr));
  gap: 1px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: var(--line);
}

.fact-item { padding: 18px; background: #fff; }
.fact-item small { display: block; color: #8a95a3; font-size: 11px; font-weight: 800; }
.fact-item strong { display: block; margin-top: 5px; color: #182640; font-size: 16px; line-height: 1.4; }

.price-board { overflow: hidden; }
.price-board-head {
  display: flex;
  min-height: 108px;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  padding: 24px 30px;
  color: #fff;
  background: linear-gradient(135deg,#17284e,#243d70);
}
.price-board-head small { display: block; color: #a9bde2; font-size: 11px; font-weight: 800; letter-spacing: .1em; }
.price-board-head h2 { margin-top: 6px; font-size: 24px; line-height: 1.35; letter-spacing: -.04em; }
.price-board-head p { max-width: 320px; color: #c9d5ed; font-size: 13px; line-height: 1.65; }
.price-rows { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); }
.price-row { padding: 21px 24px; border-right: 1px solid var(--line); }
.price-row:last-child { border-right: 0; }
.price-row span { color: #657184; font-size: 13px; font-weight: 800; }
.price-row strong { display: block; margin-top: 5px; color: #192945; font-size: 25px; letter-spacing: -.04em; }
.price-row small { display: block; margin-top: 5px; color: #8a95a3; font-size: 11px; line-height: 1.5; }

.guide-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 12px; margin-top: 20px; }
.guide-card { padding: 19px; border: 1px solid #e7edf5; border-radius: 13px; background: #fbfcfe; }
.guide-card b { display: block; color: var(--primary); font-size: 12px; }
.guide-card h3 { margin-top: 7px; color: #20304c; font-size: 16px; line-height: 1.45; }
.guide-card p { margin-top: 8px; color: #637083; font-size: 13px; line-height: 1.72; }

.locality-list { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 8px; margin-top: 18px; }
.locality-list li { min-width: 0; padding: 12px 13px; border: 1px solid #dfe7f2; border-radius: 10px; background: #f8fafc; }
.locality-list strong { display: block; color: #33445f; font-size: 12px; font-weight: 850; }
.locality-list span { display: block; margin-top: 4px; color: #748094; font-size: 11px; font-weight: 550; line-height: 1.55; }
.road-list { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 16px; }
.road-list span { padding: 6px 9px; border-radius: 8px; color: #315b8c; background: #edf5ff; font-size: 12px; font-weight: 750; }

.transit-lines { display: flex; flex-wrap: wrap; gap: 7px; margin-top: 17px; }
.line-badge { padding: 6px 10px; border-radius: 999px; color: #fff; background: #376ec5; font-size: 11px; font-weight: 850; }
.station-timeline { position: relative; display: flex; gap: 8px; margin-top: 18px; overflow-x: auto; padding: 12px 1px 7px; scrollbar-width: thin; }
.station-timeline::before { content: ""; position: absolute; top: 20px; right: 8px; left: 8px; height: 3px; border-radius: 3px; background: #d9e6f7; }
.station { position: relative; z-index: 1; flex: 1 0 130px; min-width: 0; padding: 28px 11px 12px; border: 1px solid #e3e9f1; border-radius: 11px; background: #fff; text-align: center; }
.station::before { content: ""; position: absolute; top: 2px; left: 50%; width: 14px; height: 14px; transform: translateX(-50%); border: 4px solid #fff; border-radius: 50%; background: var(--primary); box-shadow: 0 0 0 2px var(--primary); }
.station strong,
.station h3 { display: block; overflow: hidden; margin: 0; font-size: 13px; white-space: nowrap; text-overflow: ellipsis; }
.station span { display: block; margin-top: 5px; color: #7c8794; font-size: 10px; line-height: 1.45; }
.station small { display: block; margin-top: 4px; color: #97a2af; font-size: 9px; line-height: 1.45; }

.restaurant-panel { overflow: hidden; }
.restaurant-head { padding: 24px 30px 18px; border-bottom: 1px solid var(--line); }
.restaurant-article { padding: 25px 30px 28px; }
.restaurant-article + .restaurant-article { border-top: 1px solid var(--line); }
.restaurant-meta { display: block; }
.restaurant-meta h3 { color: #1c2c48; font-size: 20px; line-height: 1.4; }
.restaurant-facts { display: flex; flex-wrap: wrap; gap: 6px; margin-top: 8px; }
.restaurant-meta span { padding: 5px 8px; border-radius: 7px; color: #66758b; background: #f1f5fa; font-size: 11px; font-weight: 700; }

.column-panel .content-prose { max-width: 70ch; }
.column-title { max-width: 70ch; margin-top: 12px; color: #34465f; font-size: 16px; line-height: 1.55; }
.column-callout { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 10px; margin-top: 18px; }
.column-callout div { padding: 15px 17px; border-left: 3px solid var(--primary); border-radius: 0 10px 10px 0; background: #f4f8fd; color: #536174; font-size: 13px; line-height: 1.7; }

.faq-list { margin-top: 18px; border-top: 1px solid var(--line); }
.faq-item { border-bottom: 1px solid var(--line); }
.faq-question { display: flex; width: 100%; min-height: 58px; align-items: center; justify-content: space-between; gap: 12px; text-align: left; color: #22314b; font-size: 14px; font-weight: 800; }
.faq-answer { padding: 0 0 18px; color: #637083; font-size: 13px; line-height: 1.75; }

.breadcrumb { display: flex; flex-wrap: wrap; gap: 6px; padding: 2px 0 10px; color: #7f8b9a; font-size: 12px; }
.breadcrumb a { color: #426da8; }

.cta-panel { padding: 28px 30px; color: #fff; background: linear-gradient(135deg,#18294f,#244677); }
.cta-panel h2 { font-size: 24px; line-height: 1.35; }
.cta-panel p { max-width: 68ch; margin-top: 10px; color: #c5d3ec; font-size: 14px; line-height: 1.75; }
.cta-button { display: inline-flex; min-height: 43px; margin-top: 18px; align-items: center; padding: 0 18px; border-radius: 10px; color: #17284e; background: #fff; font-size: 14px; font-weight: 900; }

.region-directory { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 10px; margin-top: 18px; }
.region-directory a { display: block; padding: 15px; border: 1px solid #e2e9f2; border-radius: 11px; background: #fbfcfe; }
.region-directory strong,
.region-directory h3 { display: block; margin: 0; color: #253552; font-size: 14px; }
.region-directory span { display: block; margin-top: 5px; color: #7c8797; font-size: 11px; line-height: 1.55; }

.main-stack--detail { gap: 14px; }
.main-stack--detail .hero { height: auto; min-height: 185px; }
.main-stack--detail .hero h1 { height: auto; min-height: 36px; white-space: normal; }
.main-stack--detail .hero p { height: auto; max-width: 720px; line-height: 1.65; }

@media (max-width:1024px) {
  .content-grid > .sidebar { grid-column: 1; grid-row: 1; }
  .content-grid > .main-content { grid-column: 1; grid-row: 2; }
}

@media (max-width:900px) {
  .content-section,
  .locality-panel,
  .transit-panel,
  .column-panel,
  .faq-panel { padding: 24px; }
  .guide-grid,
  .region-directory { grid-template-columns: repeat(2,minmax(0,1fr)); }
}

@media (max-width:980px) {
  .sister-card h2 { font-size: 18px; }
}

@media (max-width:640px) {
  .brand-logo { width: 111px; height: 28px; }
  .sister-card { padding: 18px 20px 15px; }
  .sister-card h2 { font-size: 17px; line-height: 1.32; }
  .hero--photo::after {
    background:
      linear-gradient(90deg, rgba(11,24,53,.92), rgba(13,29,62,.67)),
      linear-gradient(180deg, rgba(8,19,42,.12), rgba(8,19,42,.48));
  }
  .hero--photo .hero-photo { object-position: 58% center; }
  .hero-chips a { width: 55.64px; height: 35px; }
  .region-hero-media { min-height: 190px; aspect-ratio: 16 / 9; border-radius: 13px; }
  .content-section,
  .locality-panel,
  .transit-panel,
  .column-panel,
  .faq-panel,
  .restaurant-head,
  .restaurant-article,
  .cta-panel { padding: 21px 18px; }
  .content-heading,
  .price-board-head h2,
  .cta-panel h2 { font-size: 20px; }
  .fact-strip,
  .guide-grid,
  .price-rows,
  .column-callout,
  .locality-list,
  .overview-notes,
  .region-directory { grid-template-columns: 1fr; }
  .price-board-head { display: block; padding: 21px 18px; }
  .price-board-head p { margin-top: 10px; }
  .price-row { border-right: 0; border-bottom: 1px solid var(--line); }
  .price-row:last-child { border-bottom: 0; }
  .station-timeline { display: block; overflow: visible; padding: 0 0 0 18px; }
  .station-timeline::before { top: 8px; bottom: 8px; left: 6px; width: 3px; height: auto; }
  .station { margin-top: 8px; padding: 13px 12px 13px 18px; text-align: left; }
  .station::before { top: 50%; left: -13px; transform: translateY(-50%); }
}

@media (max-width:420px) {
  .hero { height: 236px; }
  .hero-chips { height: 88px; }
  .hero-chips a { width: 51.64px; height: 41px; }
}

/* Todakinet deep-forest finish. Keep these overrides after Template12 and component rules. */
:root {
  --forest-950: #07100c;
  --forest-900: #0b1a13;
  --forest-800: #143426;
  --forest-700: #1f5039;
  --forest-accent: #5d9a73;
  --forest-glow: rgba(115, 206, 157, .24);
  --primary: #2f7653;
  --primary-dark: #1f5c40;
  --ink: #111a15;
  --ink-soft: #3f4c44;
  --muted: #7d8981;
  --line: #e1e8e3;
  --soft: #f1f5f2;
  --page: #f2f5f3;
}

html { scroll-padding-top: 197px; }
body {
  background:
    radial-gradient(980px 420px at 8% -8%, rgba(69,126,91,.08), transparent 68%),
    var(--page);
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  isolation: isolate;
  box-shadow: 0 8px 28px rgba(7,16,12,.10);
}
.utility-bar,
.logo-row { border-color: var(--line); background: rgba(251,253,252,.98); }
.brand-tagline { color: #63776b; }
.header-copy i {
  background: linear-gradient(135deg, #3d8a62, #154c36);
  box-shadow: inset 0 1px rgba(255,255,255,.42), 0 4px 11px -3px rgba(21,76,54,.55);
}
.header-button {
  background: linear-gradient(135deg, var(--forest-800), var(--forest-950));
  box-shadow: inset 0 1px rgba(255,255,255,.14), 0 7px 16px -7px rgba(7,16,12,.72);
}
.menu-bar {
  border-bottom-color: rgba(93,154,115,.48);
  background: linear-gradient(135deg, var(--forest-950) 0%, var(--forest-900) 48%, var(--forest-800) 100%);
  box-shadow: inset 0 1px rgba(255,255,255,.07), 0 5px 16px rgba(7,16,12,.30);
}
.menu-inner a { color: #deebe3; }
.menu-inner a::after { background: linear-gradient(90deg, var(--forest-accent), #b4d7c1); }
.menu-inner a:hover,
.menu-inner a.is-current { background: rgba(163,211,182,.08); }

.sister-card {
  border-color: rgba(93,154,115,.38);
  background: linear-gradient(145deg, var(--forest-950) 0%, var(--forest-900) 48%, var(--forest-800) 100%);
  box-shadow: 0 10px 25px rgba(7,16,12,.28);
}
.sister-card::before { background: radial-gradient(circle, var(--forest-glow), transparent 68%); }
.sister-card p { color: #b9c9bf; }
.sister-card h2 { color: #d7e7dc; }
.sister-badge { color: #0a160f; background: linear-gradient(135deg, #dbe9df, #8db59b); }
.widget-blue { --widget-a:#347a57; --widget-b:#153d2c; --widget-shadow:21,61,44; }
.widget-purple { --widget-a:#58745e; --widget-b:#263f2f; --widget-shadow:38,63,47; }
.widget-teal { --widget-a:#2f8067; --widget-b:#114638; --widget-shadow:17,70,56; }
.call-card {
  background: linear-gradient(145deg, var(--forest-900), #254333);
  box-shadow: 0 8px 21px rgba(7,16,12,.24);
}

.hero {
  background:
    radial-gradient(760px 300px at 92% -18%, var(--forest-glow), transparent 64%),
    radial-gradient(560px 260px at 3% 118%, rgba(93,154,115,.16), transparent 64%),
    linear-gradient(135deg, var(--forest-800) 0%, var(--forest-900) 48%, var(--forest-950) 100%);
  box-shadow: inset 0 1px rgba(255,255,255,.08), 0 19px 40px -25px rgba(7,16,12,.86);
}
.hero--photo { background: var(--forest-950); }
.hero--photo::after {
  background:
    linear-gradient(90deg, rgba(7,16,12,.97) 0%, rgba(11,26,19,.90) 42%, rgba(20,52,38,.60) 72%, rgba(20,52,38,.38) 100%),
    linear-gradient(180deg, rgba(7,16,12,.08), rgba(7,16,12,.48));
}
.hero p { color: #b9cbbf; }
.hero-chips a {
  border-color: rgba(190,224,202,.22);
  color: #e6f0e9;
  background: rgba(133,185,151,.12);
  box-shadow: inset 0 1px rgba(255,255,255,.12);
}

.price-board-head,
.cta-panel {
  background: linear-gradient(135deg, var(--forest-900), var(--forest-800));
}
.price-board-head p,
.cta-panel p { color: #c4d4ca; }
.cta-button { color: var(--forest-900); }
.line-badge,
.breadcrumb a,
.section-action a,
.notice-panel > h3 a { color: var(--primary); }
.road-list span { border-color: #cfe0d5; color: #476052; background: #f4f8f5; }
.overview-notes li,
.column-callout div { border-left-color: var(--primary); background: #f0f6f2; }
.region-hero-placeholder {
  background:
    radial-gradient(circle at 76% 24%, var(--forest-glow), transparent 34%),
    linear-gradient(135deg, #f1f6f3, #dce9e1);
}
.content-heading,
.fact-item strong,
.guide-card h3,
.restaurant-meta h3,
.column-title,
.region-directory strong,
.region-directory h3,
.price-row strong { color: #17261d; }
.shop-card:hover {
  border-color: #a8cbb5;
  box-shadow: 0 4px 11px rgba(47,118,83,.12), 0 20px 40px rgba(7,16,12,.13);
}
.shop-card-link { height: 100%; }
.shop-copy { height: 92px; }

.hero,
.price-board-head,
.cta-panel,
.call-card { position: relative; overflow: hidden; isolation: isolate; }
.hero::before,
.sister-card::after,
.price-board-head::before,
.cta-panel::before,
.call-card::before {
  content: "";
  position: absolute;
  top: -110%;
  left: -90%;
  width: 64%;
  height: 320%;
  background: linear-gradient(135deg, transparent 35%, rgba(255,255,255,.03) 41%, rgba(255,255,255,.16) 50%, rgba(255,255,255,.07) 58%, transparent 66%);
  opacity: 0;
  transform: translate3d(-160%, -70%, 0) rotate(-14deg);
  pointer-events: none;
  will-change: transform, opacity;
}
.hero::before { z-index: 2; }
.sister-card::after,
.price-board-head::before,
.cta-panel::before,
.call-card::before { z-index: 0; inset: auto; top: -110%; left: -90%; }
.hero > h1,
.hero > p,
.hero > .hero-chips { position: relative; z-index: 3; }
.price-board-head > *,
.cta-panel > *,
.call-card > * { position: relative; z-index: 1; }

@keyframes diagonal-sheen {
  0%, 52% { opacity: 0; transform: translate3d(-160%, -70%, 0) rotate(-14deg); }
  60% { opacity: .16; }
  72% { opacity: .44; }
  88% { opacity: 0; transform: translate3d(410%, 120%, 0) rotate(-14deg); }
  100% { opacity: 0; transform: translate3d(410%, 120%, 0) rotate(-14deg); }
}

@media (prefers-reduced-motion: no-preference) {
  .hero::before,
  .sister-card::after,
  .price-board-head::before,
  .cta-panel::before,
  .call-card::before { animation: diagonal-sheen 10s ease-in-out infinite; }
  .sister-card::after { animation-delay: -2s; }
  .price-board-head::before { animation-delay: -4s; }
  .cta-panel::before { animation-delay: -6s; }
  .call-card::before { animation-delay: -8s; }
}

@media (max-width:640px) {
  .brand { width: 144px; }
  .brand-tagline {
    white-space: nowrap;
    font-size: 9px;
    line-height: 12px;
    letter-spacing: .02em;
  }
  .hero--photo::after {
    background:
      linear-gradient(90deg, rgba(7,16,12,.93), rgba(20,52,38,.68)),
      linear-gradient(180deg, rgba(7,16,12,.14), rgba(7,16,12,.52));
  }
}

@media (prefers-reduced-motion: reduce) {
  .hero::before,
  .sister-card::after,
  .price-board-head::before,
  .cta-panel::before,
  .call-card::before { animation: none !important; opacity: 0; }
}

body {
  padding-bottom: calc(76px + env(safe-area-inset-bottom));
}

.fixed-phone-cta {
  align-items: center;
  background: var(--primary);
  border: 2px solid #fff;
  border-radius: 999px;
  bottom: calc(16px + env(safe-area-inset-bottom));
  box-shadow: 0 12px 30px rgba(62, 12, 34, .3);
  color: #fff;
  display: inline-flex;
  font-size: 14px;
  font-weight: 900;
  justify-content: center;
  min-height: 44px;
  min-width: 44px;
  padding: 10px 18px;
  position: fixed;
  right: calc(16px + env(safe-area-inset-right));
  text-decoration: none;
  white-space: nowrap;
  z-index: 1000;
}

.fixed-phone-cta:focus-visible {
  outline: 3px solid #111827;
  outline-offset: 3px;
}

/* Route-specific Google map and stable owner-approved reference video. */
.reference-media-section {
  overflow: hidden;
}

.reference-media-intro {
  max-width: 72ch;
  margin-top: 14px;
  color: #67545c;
  font-size: 14px;
  line-height: 1.72;
  word-break: keep-all;
}

.reference-media-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin-top: 22px;
}

.reference-media-card {
  min-width: 0;
  padding: 16px;
  border: 1px solid #ead4dc;
  border-radius: 16px;
  background: linear-gradient(145deg, #fff 0%, #fff7f9 100%);
  box-shadow: 0 12px 30px rgba(95, 20, 47, .07);
}

.reference-media-card h3 {
  margin: 0 0 12px;
  color: var(--berry-900);
  font-size: 16px;
  line-height: 1.4;
  word-break: keep-all;
}

.reference-media-frame {
  position: relative;
  overflow: hidden;
  width: 100%;
  aspect-ratio: 16 / 9;
  border-radius: 12px;
  background: #2b0714;
}

.reference-media-frame iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.reference-media-card > p {
  margin-top: 12px;
  color: #705d65;
  font-size: 12.5px;
  line-height: 1.68;
  word-break: keep-all;
}

.reference-map-link {
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  gap: 6px;
  margin-top: 12px;
  padding: 9px 13px;
  border: 1px solid rgba(173, 58, 92, .34);
  border-radius: 11px;
  color: var(--berry-800);
  background: #fff;
  font-size: 12.5px;
  font-weight: 800;
  text-decoration: none;
  transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.reference-map-link:hover,
.reference-map-link:focus-visible {
  border-color: var(--berry-600);
  box-shadow: 0 9px 20px rgba(103, 26, 52, .12);
  transform: translateY(-2px);
}

.reference-map-link:focus-visible {
  outline: 3px solid rgba(173, 58, 92, .28);
  outline-offset: 3px;
}

@media (max-width:820px) {
  .reference-media-grid {
    grid-template-columns: 1fr;
    gap: 13px;
  }
}

@media (max-width:420px) {
  .reference-media-section {
    padding: 22px 16px;
  }

  .reference-media-card {
    padding: 12px;
    border-radius: 14px;
  }

  .reference-media-card h3 {
    font-size: 14px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .reference-map-link {
    transition: none;
  }

  .reference-map-link:hover,
  .reference-map-link:focus-visible {
    transform: none;
  }
}

/* 2026-08-30 owner palette: lovely deep burgundy. This final block overrides the historical forest theme. */
:root {
  --berry-950: #2a0713;
  --berry-900: #461022;
  --berry-800: #671a34;
  --berry-700: #8b2948;
  --berry-600: #ad3a5c;
  --berry-accent: #d75e7d;
  --berry-glow: rgba(231, 105, 139, .28);
  --primary: #a42f52;
  --primary-dark: #7b1d3d;
  --ink: #21161a;
  --ink-soft: #5a444c;
  --muted: #8f7881;
  --line: #ead8df;
  --soft: #fbf0f4;
  --page: #fbf5f7;
}

body {
  background:
    radial-gradient(980px 430px at 8% -8%, rgba(196, 68, 106, .11), transparent 68%),
    var(--page);
}
.site-header { box-shadow: 0 8px 28px rgba(67, 11, 31, .13); }
.utility-bar,
.logo-row { border-color: var(--line); background: rgba(255, 251, 252, .98); }
.brand-tagline { color: #886572; }
.header-copy i {
  background: linear-gradient(135deg, var(--berry-600), var(--berry-800));
  box-shadow: inset 0 1px rgba(255,255,255,.45), 0 4px 11px -3px rgba(104,22,52,.56);
}
.header-button {
  background: linear-gradient(135deg, var(--berry-700), var(--berry-950));
  box-shadow: inset 0 1px rgba(255,255,255,.16), 0 7px 16px -7px rgba(72,10,33,.72);
}
.menu-bar {
  border-bottom-color: rgba(218, 94, 127, .52);
  background: linear-gradient(135deg, var(--berry-950) 0%, var(--berry-900) 48%, var(--berry-800) 100%);
  box-shadow: inset 0 1px rgba(255,255,255,.08), 0 5px 16px rgba(57,7,26,.34);
}
.menu-inner a { color: #f9e9ee; }
.menu-inner a::after { background: linear-gradient(90deg, #ef91aa, #ffd2dd); }
.menu-inner a:hover,
.menu-inner a.is-current { background: rgba(255, 205, 219, .10); }

.sister-card {
  border-color: rgba(220, 91, 127, .42);
  background: linear-gradient(145deg, var(--berry-950), var(--berry-900) 50%, var(--berry-800));
  box-shadow: 0 10px 25px rgba(65,8,29,.30);
}
.sister-card::before { background: radial-gradient(circle, var(--berry-glow), transparent 68%); }
.sister-card p { color: #e4c3ce; }
.sister-card h2 { color: #fff0f4; }
.sister-badge { color: #4f0d25; background: linear-gradient(135deg, #ffe3eb, #ec95ad); }
.widget-blue { --widget-a:#b64165; --widget-b:#6d1738; --widget-shadow:109,23,56; }
.widget-purple { --widget-a:#9f4a68; --widget-b:#63233b; --widget-shadow:99,35,59; }
.widget-teal { --widget-a:#cb5374; --widget-b:#7c1e3d; --widget-shadow:124,30,61; }
.call-card {
  background: linear-gradient(145deg, var(--berry-900), #7a2946);
  box-shadow: 0 8px 21px rgba(70,10,32,.26);
}

.hero {
  background:
    radial-gradient(760px 300px at 92% -18%, var(--berry-glow), transparent 64%),
    radial-gradient(560px 260px at 3% 118%, rgba(218, 83, 121, .19), transparent 64%),
    linear-gradient(135deg, var(--berry-800) 0%, var(--berry-900) 48%, var(--berry-950) 100%);
  box-shadow: inset 0 1px rgba(255,255,255,.09), 0 19px 40px -25px rgba(67,7,29,.88);
}
.hero--photo { background: var(--berry-950); }
.hero--photo::after {
  background:
    linear-gradient(90deg, rgba(43,7,20,.97) 0%, rgba(70,16,34,.91) 42%, rgba(111,28,56,.64) 72%, rgba(111,28,56,.40) 100%),
    linear-gradient(180deg, rgba(43,7,20,.08), rgba(43,7,20,.50));
}
.hero p { color: #ead0d8; }
.hero-chips a {
  border-color: rgba(255, 210, 222, .27);
  color: #fff3f6;
  background: rgba(231, 111, 144, .15);
}
.hero-chips a:hover,
.hero-chips a:focus-visible { border-color: #ffd5e0; background: rgba(238, 126, 156, .28); }

.price-board-head,
.cta-panel { background: linear-gradient(135deg, var(--berry-900), var(--berry-800)); }
.price-board-head p,
.cta-panel p { color: #efd3dc; }
.cta-button { color: var(--berry-900); }
.line-badge { color: #fff; background: var(--berry-600); }
.breadcrumb a,
.section-action a,
.notice-panel > h3 a { color: var(--primary); }
.road-list span { border-color: #e9cbd5; color: #7b4054; background: #fff4f7; }
.overview-notes li,
.column-callout div { border-left-color: var(--primary); background: #fcf1f5; }
.region-hero-placeholder {
  color: #906f7b;
  background:
    radial-gradient(circle at 76% 24%, var(--berry-glow), transparent 34%),
    linear-gradient(135deg, #fff5f8, #f3dfe6);
}
.content-heading,
.fact-item strong,
.guide-card h3,
.restaurant-meta h3,
.column-title,
.region-directory strong,
.region-directory h3,
.price-row strong { color: #391522; }
.guide-card,
.region-directory a,
.locality-list li { border-color: #efdae1; background: #fffafb; }
.shop-card:hover,
.shop-card:focus-within {
  border-color: #dfa3b5;
  box-shadow: 0 4px 11px rgba(165,47,82,.14), 0 20px 40px rgba(74,10,33,.14);
}
.faq-question:focus-visible,
.region-directory a:focus-visible,
.shop-card-link:focus-visible { outline: 3px solid rgba(215,94,125,.38); outline-offset: 3px; }

.home-guide-text { overflow: hidden; }
.home-guide-intro { margin-top: 12px; color: #6e5560; font-size: 14px; line-height: 1.75; }
.home-guide-text ol { margin: 19px 0 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.home-guide-text li { display: grid; grid-template-columns: 42px minmax(0,1fr); gap: 13px; padding: 17px 2px; border-bottom: 1px solid var(--line); }
.home-guide-text li > span { color: var(--primary); font-size: 12px; font-weight: 900; letter-spacing: .08em; }
.home-guide-text li strong { color: #421927; font-size: 15px; line-height: 1.5; }
.home-guide-text li p { margin-top: 5px; color: #765f68; font-size: 13px; line-height: 1.68; }
.photo-credit { opacity: .78; }
.photo-credit a { color: inherit; text-decoration: underline; text-underline-offset: 2px; }

@media (max-width:640px) {
  .hero--photo::after {
    background:
      linear-gradient(90deg, rgba(43,7,20,.94), rgba(105,25,52,.72)),
      linear-gradient(180deg, rgba(43,7,20,.14), rgba(43,7,20,.54));
  }
  .home-guide-text li { grid-template-columns: 34px minmax(0,1fr); gap: 10px; }
}

/* 2026-08-30 owner-approved all-page hero video and roomier region navigation. */
.hero--video,
.main-stack--detail .hero--video {
  position: relative;
  isolation: isolate;
  min-height: 0;
  height: auto;
  background: var(--berry-950);
}

.hero--video::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(43,7,20,.97) 0%, rgba(70,16,34,.91) 42%, rgba(111,28,56,.64) 72%, rgba(111,28,56,.40) 100%),
    linear-gradient(180deg, rgba(43,7,20,.08), rgba(43,7,20,.50));
  pointer-events: none;
}

.hero--video .hero-loop-video {
  object-position: center 50%;
}

.hero h1,
.main-stack--detail .hero h1,
.hero p,
.main-stack--detail .hero p {
  height: auto;
}

.hero p,
.main-stack--detail .hero p {
  min-height: 18px;
}

.hero-chips {
  display: grid;
  grid-template-columns: repeat(9, minmax(0, 1fr));
  width: 100%;
  height: auto;
  margin-top: 24px;
  gap: 10px;
  overflow: visible;
  align-content: stretch;
}

.hero-chips a {
  width: 100%;
  min-width: 0;
  height: 52px;
  padding: 0 8px;
  border-radius: 18px;
  font-size: 14px;
  line-height: 1;
  letter-spacing: -.025em;
}

@media (max-width:1024px) {
  .hero--video,
  .main-stack--detail .hero--video {
    min-height: 0;
  }

  .hero-chips {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
}

@media (max-width:640px) {
  .hero,
  .main-stack--detail .hero,
  .hero--video,
  .main-stack--detail .hero--video {
    min-height: 0;
    height: auto;
    padding: 26px 18px 24px;
  }

  .hero h1,
  .main-stack--detail .hero h1 {
    min-height: 0;
    font-size: clamp(21px, 6.25vw, 25px);
    line-height: 1.34;
    word-break: keep-all;
  }

  .hero p,
  .main-stack--detail .hero p {
    display: flex;
    max-width: none;
    min-height: 0;
    margin-top: 12px;
    flex-direction: column;
    gap: 5px;
    font-size: 13.5px;
    line-height: 1.62;
    word-break: keep-all;
  }

  .hero--photo::after,
  .hero--video::after {
    background:
      linear-gradient(90deg, rgba(43,7,20,.95), rgba(105,25,52,.76)),
      linear-gradient(180deg, rgba(43,7,20,.15), rgba(43,7,20,.56));
  }

  .hero-chips {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    height: auto;
    margin-top: 20px;
    gap: 10px;
  }

  .hero-chips a {
    width: 100%;
    height: 48px;
    padding: 0 6px;
    border-radius: 16px;
    font-size: 13px;
  }
}

@media (max-width:420px) {
  .hero,
  .main-stack--detail .hero {
    height: auto;
  }

  .hero-mobile-line {
    margin-top: 1px;
  }

  .hero-chips {
    height: auto;
  }
}

/* 2026-08-30 owner-corrected Todaki visiting-homecare article. */
.owner-service-section {
  scroll-margin-top: 196px;
}

.owner-service-section .content-prose {
  max-width: 76ch;
}

.owner-section-intro {
  max-width: 76ch;
  margin-top: 18px;
  color: #4b5868;
  font-size: 15px;
  line-height: 1.82;
  word-break: keep-all;
}

.owner-coverage-list,
.owner-audience-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 9px;
  margin-top: 20px;
  list-style: none;
}

.owner-coverage-list li {
  min-width: 0;
}

.owner-coverage-link {
  position: relative;
  display: flex;
  width: 100%;
  min-width: 0;
  min-height: 52px;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 12px 14px 12px 32px;
  border: 1px solid #efdae1;
  border-radius: 12px;
  color: #684b56;
  background: linear-gradient(145deg, #fff 0%, #fff8fa 100%);
  box-shadow: 0 7px 18px rgba(103, 26, 52, .04);
  font-size: 13px;
  font-weight: 750;
  line-height: 1.62;
  text-decoration: none;
  word-break: keep-all;
  transition: transform .22s ease, border-color .22s ease, color .22s ease, background-color .22s ease, box-shadow .22s ease;
}

.owner-coverage-link::before {
  position: absolute;
  top: 50%;
  left: 13px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--berry-accent);
  box-shadow: 0 0 0 4px rgba(215, 94, 125, .11);
  content: "";
  transform: translateY(-50%);
  transition: transform .22s ease, box-shadow .22s ease;
}

.owner-coverage-arrow {
  flex: 0 0 auto;
  color: var(--berry-700);
  font-size: 15px;
  font-weight: 900;
  opacity: .7;
  transform: translateX(-2px);
  transition: opacity .22s ease, transform .22s ease;
}

.owner-coverage-link:hover,
.owner-coverage-link:focus-visible {
  border-color: rgba(173, 58, 92, .62);
  color: var(--berry-900);
  background: linear-gradient(145deg, #fff 0%, #fff0f4 100%);
  box-shadow: 0 13px 28px rgba(103, 26, 52, .13);
  transform: translateY(-3px);
}

.owner-coverage-link:hover::before,
.owner-coverage-link:focus-visible::before {
  box-shadow: 0 0 0 6px rgba(215, 94, 125, .16);
  transform: translateY(-50%) scale(1.14);
}

.owner-coverage-link:hover .owner-coverage-arrow,
.owner-coverage-link:focus-visible .owner-coverage-arrow {
  opacity: 1;
  transform: translateX(3px);
}

.owner-coverage-link:focus-visible {
  outline: 3px solid rgba(173, 58, 92, .3);
  outline-offset: 3px;
}

.owner-coverage-link:active {
  transform: translateY(-1px) scale(.99);
}

.owner-audience-list li {
  position: relative;
  min-width: 0;
  padding: 12px 13px 12px 30px;
  border: 1px solid #efdae1;
  border-radius: 12px;
  color: #684b56;
  background: #fffafb;
  font-size: 13px;
  line-height: 1.62;
  word-break: keep-all;
}

.owner-audience-list li::before {
  position: absolute;
  top: 15px;
  left: 13px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--berry-accent);
  box-shadow: 0 0 0 4px rgba(215, 94, 125, .11);
  content: "";
}

.locality-list > li[id] {
  scroll-margin-top: 198px;
}

.locality-list > li[id]:target {
  border-color: rgba(173, 58, 92, .7);
  background: linear-gradient(145deg, #fff 0%, #fff0f4 100%);
  box-shadow: 0 12px 26px rgba(103, 26, 52, .14);
}

.owner-reservation-steps {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin-top: 20px;
  list-style: none;
}

.owner-reservation-steps li {
  display: grid;
  min-width: 0;
  grid-template-columns: 38px minmax(0, 1fr);
  align-items: start;
  gap: 12px;
  padding: 15px;
  border: 1px solid #efdae1;
  border-radius: 13px;
  background: linear-gradient(145deg, #fff 0%, #fff7f9 100%);
}

.owner-reservation-steps span {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border-radius: 12px;
  color: #fff;
  background: linear-gradient(135deg, var(--berry-600), var(--berry-800));
  font-size: 11px;
  font-weight: 900;
}

.owner-reservation-steps p {
  padding-top: 6px;
  color: #624c54;
  font-size: 13px;
  line-height: 1.68;
  word-break: keep-all;
}

.owner-service-section--notice {
  border-color: #e6bdca;
  background: linear-gradient(145deg, #fff 0%, #fff5f8 100%);
}

.owner-service-section--notice .content-prose p:last-child {
  padding: 14px 16px;
  border-left: 3px solid var(--primary);
  border-radius: 0 10px 10px 0;
  color: #5d3d49;
  background: rgba(215, 94, 125, .08);
}

@media (max-width:640px) {
  .owner-coverage-list,
  .owner-audience-list,
  .owner-reservation-steps {
    grid-template-columns: 1fr;
    gap: 8px;
    margin-top: 15px;
  }

  .owner-service-section {
    padding: 22px 18px;
  }

  .owner-section-intro,
  .owner-service-section .content-prose {
    font-size: 13.5px;
    line-height: 1.78;
  }

  .owner-coverage-list li,
  .owner-coverage-link,
  .owner-audience-list li,
  .owner-reservation-steps p {
    font-size: 12.5px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .owner-coverage-link,
  .owner-coverage-link::before,
  .owner-coverage-arrow {
    transition: none !important;
  }

  .owner-coverage-link:hover,
  .owner-coverage-link:focus-visible,
  .owner-coverage-link:active,
  .owner-coverage-link:hover::before,
  .owner-coverage-link:focus-visible::before,
  .owner-coverage-link:hover .owner-coverage-arrow,
  .owner-coverage-link:focus-visible .owner-coverage-arrow {
    transform: none;
  }
}
