@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@400;500;600;700;800&family=DM+Sans:wght@500;600;700&display=swap');

:root {
  --navy: #0b3154;
  --navy-deep: #061f38;
  --blue: #174f7d;
  --teal: #49b7bb;
  --teal-soft: #dff5f3;
  --gold: #c69a45;
  --cream: #f7f4ec;
  --paper: #fffefa;
  --ink: #172735;
  --muted: #6b7882;
  --line: #dce4e7;
  --shadow: 0 24px 70px rgba(8, 43, 70, .12);
}

* { box-sizing: border-box; }
html { overflow-x: hidden; scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: 'Noto Sans TC', sans-serif; -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }

.site-header { position: sticky; top: 0; z-index: 50; min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 28px; padding: 12px clamp(20px, 5vw, 72px); color: white; background: rgba(6, 31, 56, .94); backdrop-filter: blur(14px); border-bottom: 1px solid rgba(255,255,255,.1); }
.brand { display: inline-flex; align-items: center; gap: 12px; }
.brand-mark { display: grid; place-items: center; width: 46px; height: 46px; color: var(--navy-deep); background: var(--teal); border-radius: 50%; font: 700 13px 'DM Sans'; letter-spacing: .08em; }
.brand strong, .brand small { display: block; }
.brand strong { font-size: 17px; letter-spacing: .08em; }
.brand small { margin-top: 2px; color: #a9c2d2; font: 500 10px 'DM Sans'; text-transform: uppercase; letter-spacing: .08em; }
.primary-nav { display: flex; align-items: center; gap: 6px; }
.primary-nav a { padding: 9px 12px; border-radius: 999px; color: #cad8e2; font-size: 14px; }
.primary-nav a:hover, .primary-nav a[aria-current='page'] { color: white; background: rgba(255,255,255,.1); }
.nav-toggle { display: none; color: white; border: 1px solid rgba(255,255,255,.25); background: transparent; border-radius: 999px; padding: 8px 14px; }

.journey-hero { position: relative; isolation: isolate; overflow: hidden; min-height: 620px; padding: clamp(88px, 11vw, 150px) clamp(24px, 8vw, 120px) 100px; color: white; background: radial-gradient(circle at 75% 28%, rgba(73,183,187,.32), transparent 28%), linear-gradient(135deg, #061f38 0%, #0b3154 54%, #164e73 100%); display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(300px, .7fr); align-items: end; gap: 64px; }
.journey-hero::before { content: ''; position: absolute; inset: auto -10% -35% 35%; z-index: -1; height: 70%; transform: skewY(-9deg); background: linear-gradient(100deg, rgba(255,255,255,.04), rgba(73,183,187,.18)); }
.hero-orbit { position: absolute; z-index: -1; border: 1px solid rgba(255,255,255,.13); border-radius: 50%; }
.orbit-one { width: 520px; height: 520px; right: -180px; top: -190px; }
.orbit-two { width: 330px; height: 330px; right: -100px; top: -100px; }
.eyebrow { margin: 0 0 16px; color: var(--teal); font: 700 12px 'DM Sans'; letter-spacing: .16em; text-transform: uppercase; }
.hero-copy h1 { max-width: 760px; margin: 0; font-size: clamp(48px, 7vw, 92px); line-height: 1.06; letter-spacing: -.055em; }
.hero-copy h1 em { color: #98e3df; font-style: normal; }
.hero-lead { margin: 28px 0 0; color: #cadce7; font-size: clamp(17px, 2vw, 22px); letter-spacing: .08em; }
.hero-meta { display: flex; flex-wrap: wrap; gap: 18px; margin-top: 34px; color: #8eabbc; font: 600 13px 'DM Sans'; letter-spacing: .12em; text-transform: uppercase; }
.hero-meta span + span::before { content: '·'; margin-right: 18px; color: var(--gold); }
.hero-panel { align-self: end; padding: 28px; background: rgba(255,255,255,.09); border: 1px solid rgba(255,255,255,.18); border-radius: 28px; box-shadow: 0 30px 70px rgba(0,0,0,.18); backdrop-filter: blur(18px); }
.panel-kicker { color: var(--gold); font: 700 11px 'DM Sans'; letter-spacing: .2em; }
.hero-panel > strong { display: block; margin-top: 12px; font-size: 23px; line-height: 1.4; }
.hero-panel > p { margin: 8px 0 22px; color: #b9cfdd; font-size: 14px; }
.countdown { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; }
.countdown span { padding: 13px 8px; text-align: center; color: #aac0ce; background: rgba(1,20,36,.34); border-radius: 14px; font-size: 11px; }
.countdown b { display: block; color: white; font: 700 24px 'DM Sans'; }

.announcement-strip { width: min(1120px, calc(100% - 40px)); margin: -32px auto 0; position: relative; z-index: 4; }
.announcement { display: flex; gap: 18px; padding: 20px 24px; background: white; border: 1px solid #e6ecee; border-radius: 18px; box-shadow: var(--shadow); }
.announcement > span { flex: 0 0 auto; align-self: flex-start; padding: 5px 9px; color: #73551e; background: #f5e6bf; border-radius: 6px; font-size: 12px; font-weight: 700; }
.announcement strong { display: block; margin-bottom: 3px; }
.announcement p { margin: 0; color: var(--muted); line-height: 1.7; }
.announcement--urgent { border-color: #f0c4c4; }
.announcement--urgent > span { color: #8b2424; background: #ffe4e4; }

.today-section { width: min(1120px, calc(100% - 40px)); margin: 90px auto; }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 28px; margin-bottom: 34px; }
.section-heading h2 { margin: 0; color: var(--navy); font-size: clamp(32px, 4vw, 48px); letter-spacing: -.035em; }
.section-heading > div > p:last-child { margin: 8px 0 0; color: var(--muted); font-size: 18px; }
.attire { min-width: 180px; padding: 16px 18px; border-left: 3px solid var(--gold); background: var(--cream); }
.attire span, .attire strong, .attire small { display: block; }
.attire span { color: var(--muted); font-size: 11px; letter-spacing: .12em; }
.attire strong { margin-top: 4px; color: var(--navy); }
.attire small { color: var(--gold); font: 600 11px 'DM Sans'; }
.day-grid { display: grid; grid-template-columns: minmax(0, 1.65fr) minmax(280px, .7fr); gap: 28px; align-items: start; }
.timeline-card { padding: 10px 28px; border: 1px solid var(--line); border-radius: 24px; background: white; }
.timeline-item { display: grid; grid-template-columns: 60px 18px 1fr; gap: 15px; padding: 28px 0; border-bottom: 1px solid var(--line); }
.timeline-item:last-child { border-bottom: 0; }
.timeline-item time { padding-top: 2px; color: var(--navy); font: 700 15px 'DM Sans'; }
.timeline-dot { position: relative; width: 11px; height: 11px; margin-top: 7px; background: #b7c8d1; border: 3px solid white; outline: 1px solid #b7c8d1; border-radius: 50%; }
.timeline-dot::after { content: ''; position: absolute; top: 14px; left: 2px; width: 1px; height: calc(100% + 104px); background: var(--line); }
.timeline-item:last-child .timeline-dot::after { display: none; }
.timeline-item.is-next .timeline-dot { background: var(--teal); outline-color: var(--teal); box-shadow: 0 0 0 6px var(--teal-soft); }
.category { color: var(--gold); font: 700 10px 'DM Sans'; letter-spacing: .12em; text-transform: uppercase; }
.timeline-content h3 { margin: 4px 0 8px; color: var(--navy); font-size: 19px; }
.timeline-content p { margin: 7px 0; color: var(--muted); line-height: 1.7; }
.timeline-content .venue { color: var(--ink); font-weight: 600; }
.timeline-content aside { margin: 14px 0; padding: 12px 14px; color: #52626c; background: var(--cream); border-radius: 10px; font-size: 14px; }
.text-link { display: inline-block; margin-top: 7px; color: var(--blue); font-weight: 700; font-size: 14px; }
.text-link span { color: var(--teal); }
.weather-card { position: sticky; top: 100px; overflow: hidden; padding: 26px; color: white; background: linear-gradient(145deg, #0c3a60, #146376); border-radius: 24px; box-shadow: var(--shadow); }
.weather-card::after { content: ''; position: absolute; width: 190px; height: 190px; right: -100px; top: -90px; border: 1px solid rgba(255,255,255,.2); border-radius: 50%; box-shadow: 0 0 0 36px rgba(255,255,255,.04); }
.weather-top, .weather-main, .weather-range { display: flex; justify-content: space-between; align-items: center; }
.weather-top span { font-weight: 700; }
.weather-top small { color: #a9d5d5; }
.weather-main { margin: 28px 0 10px; }
.weather-main strong { font: 700 54px 'DM Sans'; }
.weather-main span { color: #95e2dc; font-size: 44px; }
.weather-card > p { color: #cce0e5; }
.weather-range { margin-top: 24px; padding-top: 18px; border-top: 1px solid rgba(255,255,255,.16); color: #b6d0d7; font-size: 13px; }
.weather-range b { color: white; }
.weather-fallback { margin-top: 22px; padding: 14px; color: #dceced; background: rgba(255,255,255,.08); border-radius: 12px; font-size: 13px; line-height: 1.6; }

.journey-gallery { width: min(1120px, calc(100% - 40px)); margin: 0 auto 90px; }
.journey-gallery .section-heading { align-items: end; }
.journey-gallery .section-heading > div > p:last-child { max-width: 610px; color: var(--muted); line-height: 1.7; }
.gallery-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.gallery-card { overflow: hidden; margin: 0; background: white; border: 1px solid var(--line); border-radius: 20px; box-shadow: 0 16px 46px rgba(8,43,70,.07); }
.gallery-card:first-child { grid-column: span 2; }
.gallery-image { display: block; overflow: hidden; }
.gallery-image img { display: block; width: 100%; aspect-ratio: 4 / 3; object-fit: cover; transition: transform .4s ease; }
.gallery-card:first-child .gallery-image img { aspect-ratio: 2 / 1; }
.gallery-card:hover .gallery-image img { transform: scale(1.035); }
.gallery-card figcaption { display: flex; justify-content: space-between; gap: 14px; padding: 15px 16px 17px; }
.gallery-card figcaption span, .gallery-card figcaption strong { display: block; }
.gallery-card figcaption span { margin-bottom: 5px; color: var(--teal); font: 700 10px 'DM Sans'; letter-spacing: .08em; text-transform: uppercase; }
.gallery-card figcaption strong { color: var(--navy); font-size: 15px; }
.gallery-card figcaption > a { align-self: end; flex: 0 0 auto; color: var(--muted); font-size: 9px; text-align: right; }

.quick-links { width: min(1120px, calc(100% - 40px)); margin: 0 auto 110px; display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.quick-links a { padding: 34px 28px; transition: .2s ease; }
.quick-links a + a { border-left: 1px solid var(--line); }
.quick-links a:hover { background: var(--cream); transform: translateY(-3px); }
.quick-links span { color: var(--teal); font: 700 12px 'DM Sans'; }
.quick-links strong { display: block; margin: 12px 0 6px; color: var(--navy); font-size: 21px; }
.quick-links p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.6; }
.site-footer { display: flex; justify-content: space-between; gap: 30px; padding: 42px clamp(20px, 6vw, 80px); color: #a7bdcb; background: var(--navy-deep); }
.site-footer strong, .site-footer span { display: block; }
.site-footer strong { color: white; }
.site-footer span { margin-top: 4px; font: 500 11px 'DM Sans'; letter-spacing: .1em; }
.site-footer p { margin: 0; font-size: 13px; }
.simple-hero { min-height: 65vh; display: grid; place-content: center; justify-items: start; padding: 80px max(24px, 10vw); background: var(--cream); }
.simple-hero h1 { margin: 0 0 15px; color: var(--navy); font-size: clamp(38px, 6vw, 72px); }
.button { display: inline-flex; margin-top: 15px; padding: 12px 18px; color: white; background: var(--navy); border-radius: 999px; }

.page-hero { min-height: 360px; display: grid; align-content: end; padding: 80px max(24px, calc((100vw - 1120px) / 2)) 64px; color: white; background: radial-gradient(circle at 80% 10%, rgba(73,183,187,.28), transparent 24%), linear-gradient(135deg, var(--navy-deep), var(--navy)); }
.page-hero h1 { margin: 0; font-size: clamp(48px, 7vw, 82px); line-height: 1; letter-spacing: -.055em; }
.page-hero > p:last-child { max-width: 620px; margin: 20px 0 0; color: #bdd0dc; font-size: 18px; }
.itinerary-layout { width: min(1180px, calc(100% - 40px)); margin: 70px auto 110px; display: grid; grid-template-columns: 230px minmax(0, 1fr); gap: 50px; align-items: start; }
.day-selector { position: sticky; top: 96px; max-height: calc(100vh - 120px); overflow-y: auto; padding-right: 8px; }
.day-selector a { display: grid; grid-template-columns: 62px 1fr; padding: 14px; border-bottom: 1px solid var(--line); }
.day-selector a[aria-current='page'] { background: var(--teal-soft); border-radius: 12px; border-bottom-color: transparent; }
.day-selector span { grid-row: span 2; color: var(--teal); font: 700 11px 'DM Sans'; letter-spacing: .08em; }
.day-selector strong { color: var(--navy); font: 700 18px 'DM Sans'; }
.day-selector small { overflow: hidden; color: var(--muted); text-overflow: ellipsis; white-space: nowrap; }
.itinerary-detail .section-heading { align-items: center; }
.day-visual { overflow: hidden; margin: 0 0 42px; background: var(--navy); border-radius: 28px; box-shadow: var(--shadow); }
.day-visual img { display: block; width: 100%; aspect-ratio: 16 / 8.5; object-fit: cover; }
.day-visual img[src*="frankfurt-terminal-3"] { object-fit: contain; background: radial-gradient(circle at center, #174e70, var(--navy)); }
.day-visual figcaption { display: flex; justify-content: space-between; gap: 18px; padding: 13px 18px; color: #c9d9e2; font-size: 11px; }
.day-visual figcaption a { color: #9fe1dc; text-align: right; }
.content-grid { width: min(1120px, calc(100% - 40px)); margin: 70px auto 110px; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px; }
.content-card { padding: clamp(26px, 4vw, 46px); background: white; border: 1px solid var(--line); border-radius: 24px; box-shadow: 0 18px 50px rgba(8,43,70,.07); }
.content-card h2 { margin: 0; color: var(--navy); font-size: 29px; letter-spacing: -.025em; }
.content-card .lead { color: var(--muted); font-size: 16px; line-height: 1.7; }
.rich-text { margin-top: 26px; }
.rich-text h3 { margin: 28px 0 10px; padding-top: 20px; color: var(--navy); border-top: 1px solid var(--line); font-size: 17px; }
.rich-text p, .rich-text li { color: #50616d; line-height: 1.8; }
.rich-text ul { padding-left: 21px; }
.rich-text a { color: var(--blue); font-weight: 700; text-decoration: underline; text-decoration-color: rgba(73,183,187,.7); text-decoration-thickness: 2px; text-underline-offset: 4px; }
.rich-text a:hover { color: #0d6f79; }
.rich-text a span { color: var(--teal); text-decoration: none; }
.formal-attire-block { width: min(1120px, calc(100% - 40px)); margin: 70px auto 0; padding: clamp(28px, 4vw, 48px); color: white; background: radial-gradient(circle at 92% 0, rgba(198,154,69,.28), transparent 30%), linear-gradient(135deg, var(--navy-deep), #104b68); border-radius: 28px; box-shadow: var(--shadow); }
.formal-attire-heading { display: flex; align-items: end; justify-content: space-between; gap: 38px; margin-bottom: 28px; }
.formal-attire-heading h2 { margin: 0; font-size: clamp(30px, 4vw, 44px); letter-spacing: -.04em; }
.formal-attire-heading > p { max-width: 520px; margin: 0; color: #c3d7e1; line-height: 1.75; }
.formal-attire-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
.formal-attire-card { min-width: 0; display: grid; grid-template-columns: 68px minmax(0, 1fr); gap: 18px; padding: 22px; color: var(--ink); background: rgba(255,255,255,.96); border: 1px solid rgba(255,255,255,.32); border-radius: 18px; transition: transform .2s ease, background .2s ease; }
.formal-attire-card:hover { transform: translateY(-3px); background: white; }
.formal-attire-card time { align-self: start; padding-right: 16px; border-right: 1px solid var(--line); text-align: center; }
.formal-attire-card time small, .formal-attire-card time strong { display: block; }
.formal-attire-card time small { color: var(--muted); font: 600 10px 'DM Sans'; }
.formal-attire-card time strong { margin-top: 3px; color: var(--navy); font: 700 21px 'DM Sans'; }
.formal-attire-card > div > span { color: var(--gold); font: 700 10px 'DM Sans'; letter-spacing: .08em; }
.formal-attire-card h3 { margin: 5px 0; color: var(--navy); font-size: 17px; line-height: 1.45; }
.formal-attire-card p { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.55; }
.formal-attire-card b { grid-column: 2; justify-self: start; color: #12616b; font-size: 12px; }
.formal-attire-card b span { color: var(--teal); }
.formal-attire-note { margin: 18px 0 0; color: #c6d9e2; font-size: 12px; line-height: 1.7; }
.formal-attire-block + .content-grid { margin-top: 24px; }
.checklist-wrap { width: min(1120px, calc(100% - 40px)); margin: 70px auto 110px; }
.checklist-overview { display: flex; align-items: end; justify-content: space-between; gap: 36px; margin-bottom: 24px; padding: clamp(25px, 4vw, 42px); background: linear-gradient(135deg, #f2f8f6, #fff9ed); border: 1px solid #dce9e5; border-radius: 24px; }
.checklist-overview h2 { margin: 4px 0 9px; color: var(--navy); font-size: clamp(28px, 4vw, 42px); letter-spacing: -.04em; }
.checklist-overview > div > p:last-child { max-width: 690px; margin: 0; color: var(--muted); line-height: 1.75; }
.luggage-summary { display: flex; flex: 0 0 auto; gap: 8px; }
.luggage-summary a { transition: transform .2s ease; }
.luggage-summary a:hover { transform: translateY(-2px); }
.checklist-progress { display: grid; grid-template-columns: 170px minmax(150px, 1fr) auto; align-items: center; gap: 24px; padding: 22px 26px; color: white; background: var(--navy); border-radius: 20px; }
.checklist-progress span, .checklist-progress strong { display: block; }
.checklist-progress span { color: #abc1cf; font-size: 12px; }
.checklist-progress strong { font: 700 24px 'DM Sans'; }
.progress-track { height: 8px; overflow: hidden; background: rgba(255,255,255,.15); border-radius: 999px; }
.progress-track i { display: block; width: 0; height: 100%; background: var(--teal); transition: width .25s ease; }
.checklist-progress button { color: white; background: transparent; border: 1px solid rgba(255,255,255,.3); border-radius: 999px; padding: 9px 14px; cursor: pointer; }
.packing-zones { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 22px; margin-top: 24px; align-items: start; }
.packing-zone { scroll-margin-top: 100px; overflow: hidden; border: 1px solid var(--line); border-radius: 24px; background: #f8faf9; }
.packing-zone--carry { border-color: #efcfc9; background: #fff9f7; }
.packing-zone--checked { border-color: #cfe1ee; background: #f6fbff; }
.packing-zone-heading { min-height: 205px; display: flex; align-items: start; justify-content: space-between; gap: 24px; padding: 30px; color: white; background: linear-gradient(135deg, #6f2d29, #a64d42); }
.packing-zone--checked .packing-zone-heading { background: linear-gradient(135deg, var(--navy), #17649a); }
.packing-zone-heading .eyebrow { margin-bottom: 10px; color: #ffd8cf; }
.packing-zone--checked .packing-zone-heading .eyebrow { color: #a9dff8; }
.packing-zone-heading h2 { margin: 0; font-size: clamp(28px, 3vw, 38px); letter-spacing: -.035em; }
.packing-zone-heading p:last-child { max-width: 330px; margin: 10px 0 0; color: rgba(255,255,255,.78); font-size: 13px; line-height: 1.7; }
.packing-zone-heading > strong { flex: 0 0 auto; padding: 8px 11px; color: white; background: rgba(255,255,255,.13); border: 1px solid rgba(255,255,255,.18); border-radius: 999px; font: 700 12px 'DM Sans'; }
.packing-zone-progress { height: 5px; background: rgba(11,49,84,.1); }
.packing-zone-progress i { display: block; width: 0; height: 100%; background: #db7568; transition: width .25s ease; }
.packing-zone--checked .packing-zone-progress i { background: #3b9dd0; }
.packing-category-list { display: grid; gap: 14px; padding: 18px; }
.checklist-card { padding: 28px; border: 1px solid var(--line); border-radius: 20px; background: white; }
.checklist-card header { display: flex; align-items: center; justify-content: space-between; gap: 18px; margin-bottom: 17px; }
.checklist-card header > div { display: flex; align-items: center; gap: 10px; }
.checklist-card header span { color: var(--teal); font: 700 11px 'DM Sans'; letter-spacing: .1em; }
.checklist-card h2, .checklist-card h3 { margin: 0; color: var(--navy); font-size: 20px; }
.checklist-card header small { color: var(--muted); font-size: 11px; }
.checklist-card label { display: grid; grid-template-columns: 20px minmax(0, 1fr) auto; align-items: center; gap: 11px; min-height: 49px; padding: 8px 4px; border-top: 1px solid #edf1f2; cursor: pointer; }
.packing-zone .checklist-card label { grid-template-columns: 20px minmax(0, 1fr); }
.checklist-card input { width: 19px; height: 19px; accent-color: var(--teal); }
.checklist-card input:checked + span { color: #8a959b; text-decoration: line-through; }
.location { display: inline-flex; align-items: center; justify-content: center; padding: 5px 9px; border-radius: 999px; font: 700 10px 'DM Sans'; white-space: nowrap; }
.location--carry { color: #a83d32; background: #fff0ec; }
.location--checked { color: #17649a; background: #eaf5fd; }
.checklist-source { margin: 24px 4px 0; color: var(--muted); font-size: 12px; line-height: 1.7; }
.resource-groups { width: min(1120px, calc(100% - 40px)); min-height: 38vh; margin: 70px auto 110px; }
.resource-group + .resource-group { margin-top: 60px; }
.resource-group-heading { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-bottom: 18px; border-bottom: 1px solid var(--line); }
.resource-group-heading .eyebrow { margin-bottom: 12px; }
.resource-group-heading span { color: var(--muted); font-size: 12px; }
.resource-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.resource-card { display: flex; flex-direction: column; min-height: 270px; padding: clamp(26px, 4vw, 40px); color: white; background: linear-gradient(135deg, var(--navy), #176676); border-radius: 24px; box-shadow: var(--shadow); transition: transform .2s ease, box-shadow .2s ease; }
.resource-card:hover { transform: translateY(-4px); box-shadow: 0 28px 70px rgba(8,43,70,.18); }
.resource-card > span { color: #a3ddda; font: 700 12px 'DM Sans'; letter-spacing: .12em; }
.resource-card h2 { margin: 16px 0 8px; font-size: clamp(22px, 3vw, 31px); line-height: 1.28; }
.resource-card p { color: #c6dbe3; line-height: 1.7; }
.resource-card strong { display: inline-block; margin-top: auto; padding-top: 22px; color: #a8e4df; }

.admin-body { min-height: 100vh; background: #f2f5f5; }
.admin-header { position: sticky; top: 0; z-index: 40; display: flex; align-items: center; gap: 24px; padding: 12px 24px; color: white; background: var(--navy-deep); }
.admin-header .brand-mark { width: 50px; border-radius: 11px; font-size: 9px; }
.admin-header nav { flex: 1; display: flex; gap: 4px; overflow-x: auto; }
.admin-header nav a { flex: 0 0 auto; padding: 9px 11px; color: #b7cad7; border-radius: 8px; font-size: 13px; }
.admin-header nav a[aria-current='page'], .admin-header nav a:hover { color: white; background: rgba(255,255,255,.1); }
.ghost-button { padding: 8px 13px; color: white; background: transparent; border: 1px solid rgba(255,255,255,.28); border-radius: 999px; cursor: pointer; }
.admin-main { width: min(1280px, calc(100% - 36px)); margin: 42px auto 90px; }
.admin-title { display: flex; align-items: end; justify-content: space-between; gap: 24px; margin-bottom: 28px; }
.admin-title h1 { margin: 0; color: var(--navy); font-size: clamp(34px, 5vw, 52px); letter-spacing: -.04em; }
.admin-title > div > p:last-child { margin: 8px 0 0; color: var(--muted); }
.admin-title-actions { display: flex; align-items: center; gap: 10px; }
.admin-title-actions .ghost-button { color: var(--navy); border-color: #b9cbd5; }
.primary-button { display: inline-flex; justify-content: center; align-items: center; padding: 12px 18px; color: white; background: var(--navy); border: 0; border-radius: 10px; font-weight: 700; cursor: pointer; }
.stat-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 16px; margin-bottom: 22px; }
.stat-grid article { padding: 24px; background: white; border: 1px solid var(--line); border-radius: 16px; }
.stat-grid span { display: block; color: var(--muted); font-size: 13px; }
.stat-grid strong { display: block; margin-top: 6px; color: var(--navy); font: 700 36px 'DM Sans'; }
.admin-card { margin-bottom: 22px; padding: 26px; background: white; border: 1px solid var(--line); border-radius: 18px; box-shadow: 0 12px 36px rgba(8,43,70,.05); }
.admin-card > h2, .card-heading h2 { margin: 0 0 20px; color: var(--navy); font-size: 21px; }
.card-heading { display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.card-heading a { color: var(--blue); font-size: 13px; font-weight: 700; }
.admin-split { display: grid; grid-template-columns: minmax(0, 1fr) minmax(320px, .75fr); gap: 22px; align-items: start; }
.admin-split--wide { grid-template-columns: minmax(420px, 1.1fr) minmax(320px, .8fr); }
.stack-form { display: grid; gap: 16px; }
.stack-form label { display: grid; gap: 7px; color: #445763; font-size: 13px; font-weight: 700; }
.stack-form input:not([type='checkbox']), .stack-form textarea, .stack-form select, .note-form textarea { width: 100%; padding: 11px 12px; color: var(--ink); background: #fbfcfc; border: 1px solid #cfdadd; border-radius: 9px; outline: none; }
.stack-form input:focus, .stack-form textarea:focus, .stack-form select:focus, .note-form textarea:focus { border-color: var(--teal); box-shadow: 0 0 0 3px rgba(73,183,187,.14); }
.stack-form label small { color: var(--muted); font-weight: 400; }
.form-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
.check-row { display: flex; gap: 24px; }
.check-row label, .inline-check { display: flex !important; align-items: center; gap: 7px; }
.record-list { display: grid; }
.record-list a { display: flex; align-items: center; gap: 12px; padding: 14px 4px; border-top: 1px solid var(--line); }
.record-list a:first-child { border-top: 0; }
.record-list a[aria-current='page'] { margin: 0 -10px; padding: 14px; background: var(--teal-soft); border-top-color: transparent; border-radius: 10px; }
.record-list a:hover strong { color: var(--blue); }
.record-list div { min-width: 0; }
.record-list strong, .record-list small { display: block; }
.record-list strong { overflow: hidden; color: var(--navy); text-overflow: ellipsis; white-space: nowrap; }
.record-list small { margin-top: 3px; color: var(--muted); font-size: 11px; }
.status-dot { flex: 0 0 auto; width: 9px; height: 9px; background: #bdc5ca; border-radius: 50%; }
.status-dot.is-live { background: #36a96a; box-shadow: 0 0 0 4px #e6f7ed; }
.record-time { flex: 0 0 48px; color: var(--teal); font: 700 13px 'DM Sans'; }
.audit-list > div { display: flex; gap: 15px; padding: 13px 0; border-top: 1px solid var(--line); }
.audit-list > div:first-child { border-top: 0; }
.audit-list > div > span { align-self: flex-start; padding: 4px 7px; color: var(--blue); background: #e9f2f6; border-radius: 5px; font-size: 10px; text-transform: uppercase; }
.audit-list p { margin: 0; }
.audit-list strong, .audit-list small { display: block; }
.audit-list small { margin-top: 4px; color: var(--muted); }
.flash { margin-bottom: 22px; padding: 14px 17px; color: #155c35; background: #e7f7ed; border: 1px solid #b9e7ca; border-radius: 12px; }
.flash--error, .form-error { color: #8c2e2e; background: #ffeded; border: 1px solid #f1c5c5; }
.form-error { padding: 12px 14px; border-radius: 10px; }
.admin-day-tabs { display: flex; gap: 7px; overflow-x: auto; margin-bottom: 22px; padding-bottom: 5px; }
.admin-day-tabs a { flex: 0 0 auto; padding: 9px 11px; color: var(--muted); background: white; border: 1px solid var(--line); border-radius: 9px; font-size: 12px; }
.admin-day-tabs a span { display: block; color: var(--teal); font: 700 9px 'DM Sans'; }
.admin-day-tabs a[aria-current='page'] { color: white; background: var(--navy); border-color: var(--navy); }
.private-notes { border-color: #dccda8; background: #fffcf2; }
.private-badge { padding: 6px 9px; color: #765921; background: #f5e7bd; border-radius: 999px; font-size: 11px; }
.note-form { display: grid; grid-template-columns: 1fr auto; gap: 12px; align-items: end; }
.note-list article { margin-top: 15px; padding: 16px; background: white; border: 1px solid #eadfbf; border-radius: 12px; }
.note-list article > p { margin: 0; color: #4f5960; line-height: 1.7; }
.note-list footer { display: flex; justify-content: space-between; gap: 15px; margin-top: 12px; color: var(--muted); font-size: 11px; }
.note-list button, .danger-zone button { color: #a43a3a; background: transparent; border: 0; cursor: pointer; text-decoration: underline; }
.danger-zone { margin-top: 18px; padding-top: 14px; border-top: 1px solid #f0d2d2; }
.empty-state { color: var(--muted); }
.admin-checklist-groups { display: grid; gap: 26px; }
.admin-checklist-groups > section > header { display: flex; justify-content: space-between; align-items: center; gap: 14px; margin-bottom: 5px; padding: 11px 13px; color: var(--navy); background: var(--cream); border-radius: 10px; }
.admin-checklist-groups > section > header span { color: var(--muted); font-size: 12px; }
.login-body { min-height: 100vh; display: grid; place-items: center; padding: 24px; color: white; background: radial-gradient(circle at 80% 20%, rgba(73,183,187,.25), transparent 25%), linear-gradient(135deg, var(--navy-deep), var(--navy)); }
.login-panel { width: min(460px, 100%); display: grid; gap: 30px; padding: clamp(30px, 6vw, 50px); background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.17); border-radius: 26px; box-shadow: 0 30px 70px rgba(0,0,0,.2); backdrop-filter: blur(16px); }
.login-panel h1 { margin: 0; font-size: 37px; }
.login-panel > div > p:last-child { color: #bdd0dc; line-height: 1.7; }
.login-panel .stack-form label { color: white; }
.login-panel .primary-button { color: var(--navy-deep); background: var(--teal); }
.login-panel .text-link { color: #bcd4df; }

@media (max-width: 900px) {
  .nav-toggle { display: inline-block; }
  .primary-nav { display: none; position: absolute; left: 16px; right: 16px; top: 68px; flex-direction: column; align-items: stretch; padding: 12px; background: var(--navy-deep); border: 1px solid rgba(255,255,255,.13); border-radius: 16px; }
  .primary-nav.is-open { display: flex; }
  .journey-hero { grid-template-columns: 1fr; min-height: auto; gap: 54px; }
  .hero-panel { max-width: 520px; }
  .day-grid { grid-template-columns: 1fr; }
  .weather-card { position: static; }
  .itinerary-layout { grid-template-columns: 1fr; }
  .day-selector { position: static; display: flex; max-height: none; overflow-x: auto; padding-bottom: 8px; }
  .day-selector a { flex: 0 0 155px; }
  .content-grid { grid-template-columns: 1fr; }
  .formal-attire-heading { align-items: flex-start; flex-direction: column; }
  .resource-list { grid-template-columns: 1fr; }
  .packing-zones { grid-template-columns: 1fr; }
  .admin-header { flex-wrap: wrap; }
  .admin-header nav { order: 3; width: 100%; }
  .stat-grid { grid-template-columns: repeat(2, 1fr); }
  .admin-split, .admin-split--wide { grid-template-columns: 1fr; }
}

@media (max-width: 640px) {
  .site-header { min-height: 68px; padding: 10px 16px; }
  .brand small { display: none; }
  .brand-mark { width: 40px; height: 40px; }
  .journey-hero { padding: 74px 20px 72px; }
  .journey-hero::before { inset: auto 0 -35% 0; transform: none; }
  .orbit-one, .orbit-two { right: 0; }
  .orbit-one { width: min(390px, 100vw); height: min(390px, 100vw); }
  .hero-copy h1 { font-size: 49px; }
  .hero-meta { gap: 8px; }
  .hero-meta span + span::before { margin-right: 8px; }
  .announcement-strip, .today-section, .journey-gallery, .quick-links { width: min(100% - 28px, 1120px); }
  .announcement { padding: 17px; }
  .today-section { margin: 70px auto; }
  .section-heading { align-items: stretch; flex-direction: column; }
  .attire { min-width: 0; }
  .timeline-card { padding: 4px 17px; }
  .timeline-item { grid-template-columns: 50px 14px 1fr; gap: 9px; }
  .gallery-grid { grid-template-columns: 1fr; }
  .gallery-card:first-child { grid-column: auto; }
  .gallery-card:first-child .gallery-image img { aspect-ratio: 4 / 3; }
  .gallery-card figcaption { align-items: flex-start; }
  .quick-links { grid-template-columns: 1fr; }
  .quick-links a + a { border-left: 0; border-top: 1px solid var(--line); }
  .site-footer { flex-direction: column; }
  .page-hero { min-height: 300px; padding-bottom: 45px; }
  .itinerary-layout { width: calc(100% - 28px); margin-top: 45px; }
  .itinerary-detail .section-heading { align-items: stretch; }
  .content-grid, .checklist-wrap, .resource-groups { width: calc(100% - 28px); margin-top: 45px; }
  .formal-attire-block { width: calc(100% - 28px); margin-top: 45px; padding: 24px 18px; border-radius: 22px; }
  .formal-attire-grid { grid-template-columns: 1fr; }
  .formal-attire-card { grid-template-columns: 60px minmax(0, 1fr); gap: 14px; padding: 18px 15px; }
  .checklist-overview { align-items: flex-start; flex-direction: column; gap: 22px; }
  .luggage-summary { flex-wrap: wrap; }
  .day-visual { margin-bottom: 30px; border-radius: 20px; }
  .day-visual figcaption { flex-direction: column; gap: 4px; }
  .day-visual figcaption a { text-align: left; }
  .checklist-progress { grid-template-columns: 1fr auto; }
  .checklist-progress .progress-track { grid-column: 1 / -1; grid-row: 2; }
  .checklist-card { padding: 21px 18px; }
  .checklist-card label { grid-template-columns: 20px minmax(0, 1fr); }
  .packing-zone-heading { min-height: 0; padding: 26px 22px; }
  .packing-category-list { padding: 12px; }
  .admin-main { width: calc(100% - 24px); margin-top: 26px; }
  .admin-title { align-items: stretch; flex-direction: column; }
  .admin-title-actions { flex-wrap: wrap; }
  .stat-grid { grid-template-columns: 1fr 1fr; gap: 9px; }
  .stat-grid article, .admin-card { padding: 18px; }
  .form-grid, .note-form { grid-template-columns: 1fr; }
  .card-heading { align-items: flex-start; }
}
