:root {
  --primary: #075ba8;
  --primary-dark: #06477f;
  --ink: #172432;
  --muted: #65717d;
  --line: #e3e9ee;
  --surface: #fff;
  --background: #f3f6f8;
  --success: #16864c;
  --radius: 18px;
  --shadow: 0 14px 34px #17243217;
}

* { box-sizing: border-box; }
body { margin: 0; background: var(--background); color: var(--ink); font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; line-height: 1.6; }
a { color: inherit; }
.site-header { height: 58px; padding: 0 max(24px, calc((100% - 1240px) / 2)); display: flex; align-items: center; justify-content: space-between; background: #fff; border-bottom: 1px solid var(--line); }
.brand-link { display: flex; align-items: center; }
.brand-link img { width: 42px; height: 42px; display: block; border-radius: 8px; object-fit: cover; }
.back-link { color: var(--primary); font-weight: 750; text-decoration: none; }
.back-link i { margin-right: 8px; }
.hero { min-height: 510px; position: relative; display: flex; align-items: flex-end; background: #25445d var(--hero-image) center/cover no-repeat; color: #fff; }
.hero-no-image { background: linear-gradient(135deg, #123b5e, #0a6cad); }
.hero-overlay { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(0,0,0,.08) 10%, rgba(5,19,32,.88) 100%); }
.hero-content { position: relative; width: min(1240px, calc(100% - 48px)); margin: 0 auto; padding: 64px 0; }
.breadcrumb { display: flex; gap: 9px; align-items: center; margin-bottom: 22px; font-size: 14px; color: rgba(255,255,255,.8); }
.breadcrumb a { text-decoration: none; }
.breadcrumb span:last-child { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.category { display: inline-flex; align-items: center; gap: 8px; padding: 7px 12px; border: 1px solid rgba(255,255,255,.45); border-radius: 999px; background: rgba(7,30,48,.38); font-size: 13px; font-weight: 750; }
.hero h1 { max-width: 900px; margin: 18px 0 10px; font-size: clamp(38px, 6vw, 72px); line-height: 1.04; letter-spacing: -.045em; text-wrap: balance; }
.hero-region { margin: 0; font-size: 17px; color: #ffffffe6; }
.hero-region i { margin-right: 7px; }
.page-layout { width: min(1240px, calc(100% - 48px)); margin: 36px auto 70px; display: grid; grid-template-columns: minmax(0, 1fr) 370px; gap: 28px; align-items: start; }
.main-column, .side-column { display: grid; gap: 24px; }
.side-column { position: sticky; top: 22px; }
.content-card, .location-card { padding: 30px; background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow); }
.eyebrow { margin: 0 0 5px; color: var(--primary); font-size: 12px; font-weight: 850; letter-spacing: .09em; text-transform: uppercase; }
.content-card h2, .location-card h2 { margin: 0 0 18px; font-size: 25px; line-height: 1.2; letter-spacing: -.02em; }
.description-section > p:last-child { margin: 0; color: #44515e; font-size: 17px; }
.detail-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
.detail-item { display: flex; gap: 14px; padding: 18px; border-radius: 13px; background: #f5f8fa; }
.detail-item > i { width: 22px; padding-top: 3px; color: var(--primary); font-size: 18px; text-align: center; }
.detail-item div { min-width: 0; display: flex; flex-direction: column; gap: 3px; }
.detail-item strong { font-size: 13px; }
.detail-item span { color: #4d5a66; font-size: 14px; }
.detail-item .price { color: var(--success); font-weight: 800; }
.detail-wide { grid-column: 1 / -1; }
.discount-section ul { margin: 0; padding: 0; display: grid; gap: 10px; list-style: none; }
.discount-section li { display: flex; gap: 10px; color: #46535f; }
.discount-section li i { padding-top: 5px; color: var(--success); }
.contact-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
.contact-grid > a { min-width: 0; display: flex; gap: 13px; align-items: center; padding: 15px; border: 1px solid var(--line); border-radius: 12px; text-decoration: none; }
.contact-grid > a:hover { border-color: var(--primary); }
.contact-grid i { width: 22px; color: var(--primary); text-align: center; }
.contact-grid span { min-width: 0; overflow-wrap: anywhere; font-size: 14px; font-weight: 700; }
.contact-grid small { display: block; color: var(--muted); font-size: 11px; font-weight: 500; }
.social-links { margin-top: 20px; display: flex; gap: 10px; align-items: center; color: var(--muted); font-size: 13px; }
.social-links a { width: 38px; height: 38px; display: grid; place-items: center; border-radius: 50%; background: #eef3f6; color: var(--primary); text-decoration: none; }
.location-card address { margin-bottom: 20px; color: #4c5965; font-style: normal; }
#attraction-map { width: 100%; height: 260px; margin-bottom: 15px; overflow: hidden; border-radius: 12px; background: #dfe8ee; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 9px; min-height: 48px; padding: 12px 20px; border-radius: 11px; color: #fff; font-weight: 800; text-align: center; text-decoration: none; }
.button-primary { background: var(--primary); }
.button-primary:hover { background: var(--primary-dark); }
.button-purchase { min-height: 58px; background: var(--success); font-size: 17px; box-shadow: 0 10px 24px rgba(22,134,76,.22); }
.button-purchase:hover { background: #10713e; }
.not-found { width: min(680px, calc(100% - 40px)); min-height: 80vh; margin: auto; display: grid; place-content: center; justify-items: start; }
.not-found h1 { margin: 0; font-size: clamp(36px, 7vw, 64px); line-height: 1.05; }
.not-found > p:not(.eyebrow) { margin: 18px 0 26px; color: var(--muted); }

@media (max-width: 900px) {
  .hero { min-height: 440px; }
  .page-layout { grid-template-columns: 1fr; }
  .side-column { position: static; }
}

@media (max-width: 600px) {
  .site-header { padding: 0 18px; }
  .hero { min-height: 390px; }
  .hero-content { width: calc(100% - 36px); padding: 38px 0; }
  .hero h1 { font-size: 38px; }
  .page-layout { width: calc(100% - 24px); margin-top: 12px; gap: 12px; }
  .main-column, .side-column { gap: 12px; }
  .content-card, .location-card { padding: 21px; border-radius: 14px; }
  .detail-grid, .contact-grid { grid-template-columns: 1fr; }
  .detail-wide { grid-column: auto; }
}

@media print {
  .site-header, .button, #attraction-map { display: none; }
  .hero { min-height: auto; color: #000; background: none; }
  .hero-overlay { display: none; }
  .page-layout { display: block; width: 100%; }
  .content-card, .location-card { margin-bottom: 16px; box-shadow: none; }
}
