*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
:root {
  --ice: #EAF4FA;
  --glacier: #B8DDF0;
  --deep: #1A3A4A;
  --mid: #2E6880;
  --accent: #0099CC;
  --pale: #F5F9FB;
  --text: #1A2830;
  --muted: #5A7A88;
  --white: #ffffff;
  --border: #D0E8F2;
  --border2: #c0dcea;
}
html { scroll-behavior: smooth; }
body { font-family: 'DM Sans', sans-serif; background: var(--white); color: var(--text); overflow-x: hidden; }

/* ── NAV ── */
nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 200;
  display: flex; align-items: center; justify-content: space-between;
  padding: 0 4rem; height: 70px;
  background: rgba(255,255,255,0.93);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid var(--border);
  transition: box-shadow 0.3s;
}
nav.scrolled { box-shadow: 0 2px 24px rgba(0,50,80,0.08); }
.logo { font-family: 'Cormorant Garamond', serif; font-size: 23px; font-weight: 600; color: var(--deep); letter-spacing: 0.02em; text-decoration: none; }
.logo span { color: var(--accent); }
.logo-svg { display: flex; align-items: center; }
.logo-svg svg { height: 46px; width: auto; }
.nav-links { display: flex; gap: 2.2rem; list-style: none; }
.nav-links a { font-size: 12px; font-weight: 500; text-decoration: none; color: var(--muted); letter-spacing: 0.06em; text-transform: uppercase; transition: color 0.2s; }
.nav-links a:hover { color: var(--accent); }
.nav-cta { background: var(--deep); color: var(--white); border: none; padding: 11px 26px; font-family: 'DM Sans', sans-serif; font-size: 12px; font-weight: 500; letter-spacing: 0.06em; text-transform: uppercase; cursor: pointer; transition: background 0.2s; text-decoration: none; display: inline-block; }
.nav-cta:hover { background: var(--mid); }

/* ── HERO ── */
.hero {
  min-height: 100vh;
  padding-top: 70px;
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
}
.hero-bg {
  position: absolute; inset: 0;
  background: linear-gradient(150deg, #d6eef8 0%, #c2e4f4 35%, #a8d8ee 70%, #8ac9e6 100%);
  z-index: 0;
}
.hero-photo {
  position: absolute; right: 0; top: 0; bottom: 0; width: 52%;
  overflow: hidden; z-index: 1;
}
.hero-photo img { width: 100%; height: 100%; object-fit: cover; opacity: 0.82; }
.hero-photo::before {
  content: ''; position: absolute; inset: 0; z-index: 2;
  background: linear-gradient(to right, #c8e6f4 0%, transparent 40%);
}
.hero-content {
  position: relative; z-index: 3;
  padding: 4rem 4rem 4rem 4rem;
}
.hero-eyebrow { font-size: 11px; font-weight: 500; letter-spacing: 0.2em; text-transform: uppercase; color: var(--accent); margin-bottom: 1.4rem; }
.hero-title { font-family: 'Cormorant Garamond', serif; font-size: clamp(52px, 6.5vw, 88px); font-weight: 300; line-height: 1.02; color: var(--deep); margin-bottom: 1.6rem; }
.hero-title em { font-style: italic; color: var(--mid); }
.hero-tagline { font-size: 16px; font-weight: 300; color: var(--muted); margin-bottom: 2.8rem; line-height: 1.8; max-width: 400px; }
.hero-actions { display: flex; gap: 1rem; flex-wrap: wrap; }
.btn-primary { background: var(--deep); color: var(--white); padding: 15px 34px; font-size: 12px; font-weight: 500; letter-spacing: 0.07em; text-transform: uppercase; border: none; cursor: pointer; transition: background 0.2s; text-decoration: none; display: inline-block; }
.btn-primary:hover { background: var(--mid); }
.btn-outline { background: transparent; color: var(--deep); padding: 15px 34px; font-size: 12px; font-weight: 500; letter-spacing: 0.07em; text-transform: uppercase; border: 1.5px solid var(--deep); cursor: pointer; transition: all 0.2s; text-decoration: none; display: inline-block; }
.btn-outline:hover { background: var(--deep); color: var(--white); }
.hero-chips { display: flex; gap: 0.8rem; margin-top: 2.5rem; flex-wrap: wrap; }
.chip { font-size: 11px; letter-spacing: 0.08em; text-transform: uppercase; color: var(--mid); background: rgba(255,255,255,0.65); border: 1px solid var(--border); padding: 6px 14px; backdrop-filter: blur(4px); text-decoration: none; display: inline-block; transition: background 0.2s, color 0.2s; cursor: pointer; }
.chip:hover { background: var(--accent); color: var(--white); border-color: var(--accent); }

/* ── STATS ── */
.stats-bar {
  background: var(--deep);
  display: grid; grid-template-columns: repeat(5, 1fr);
  border-top: 2px solid var(--mid);
}
.stat { padding: 2rem 1.5rem; text-align: center; border-right: 1px solid rgba(255,255,255,0.07); }
.stat:last-child { border-right: none; }
.stat-num { font-family: 'Cormorant Garamond', serif; font-size: 42px; font-weight: 300; color: var(--glacier); display: block; line-height: 1; }
.stat-txt { font-size: 10px; letter-spacing: 0.14em; text-transform: uppercase; color: rgba(255,255,255,0.65); margin-top: 0.5rem; display: block; }

/* ── SECTIONS COMMON ── */
section { padding: 7rem 4rem; }
.section-eyebrow { font-size: 11px; font-weight: 500; letter-spacing: 0.2em; text-transform: uppercase; color: var(--accent); margin-bottom: 0.8rem; }
.section-title { font-family: 'Cormorant Garamond', serif; font-size: clamp(36px, 4vw, 52px); font-weight: 300; color: var(--deep); margin-bottom: 1rem; line-height: 1.1; }
.section-sub { font-size: 15px; color: var(--muted); max-width: 520px; line-height: 1.8; }
.section-header { display: flex; justify-content: space-between; align-items: flex-end; margin-bottom: 3.5rem; gap: 2rem; }
.link-more { font-size: 11px; letter-spacing: 0.12em; text-transform: uppercase; color: var(--accent); text-decoration: none; border-bottom: 1px solid var(--accent); padding-bottom: 2px; white-space: nowrap; }

/* ── INTRO BAND ── */
.intro-band { background: var(--pale); padding: 4rem; border-bottom: 1px solid var(--border); display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 3rem; align-items: center; }
.intro-band .big-quote { font-family: 'Cormorant Garamond', serif; font-size: 28px; font-style: italic; font-weight: 300; color: var(--deep); line-height: 1.4; grid-column: span 2; border-left: 2px solid var(--accent); padding-left: 2rem; }
.intro-band .intro-text { font-size: 14px; color: var(--muted); line-height: 1.8; }

/* ── TOURS ── */
.tours { background: var(--white); padding-bottom: 0; }
.tours-mosaic { display: grid; grid-template-columns: 1fr 1fr 1fr; grid-template-rows: auto; gap: 16px; background: var(--pale); margin-top: 3.5rem; padding: 16px; border: 1px solid var(--border); }
.tour-card { background: var(--white); overflow: hidden; cursor: pointer; position: relative; transition: transform 0.3s; border: 2px solid var(--border); }
.tour-card:hover .tour-img img { transform: scale(1.06); }
.tour-card.featured { grid-column: span 2; grid-row: span 1; }
.tour-img { width: 100%; overflow: hidden; position: relative; }
.tour-img img { width: 100%; height: 320px; object-fit: cover; transition: transform 0.5s ease; display: block; }
.tour-card.featured .tour-img img { height: 420px; }
.tour-overlay { position: absolute; bottom: 0; left: 0; right: 0; background: linear-gradient(to top, rgba(15,40,55,0.85) 0%, transparent 100%); padding: 2rem 1.8rem 1.6rem; }
.tour-tag-pill { display: inline-block; font-size: 9px; letter-spacing: 0.14em; text-transform: uppercase; color: var(--glacier); background: rgba(0,153,204,0.25); border: 1px solid rgba(0,153,204,0.4); padding: 4px 10px; margin-bottom: 0.6rem; }
.tour-card-name { font-family: 'Cormorant Garamond', serif; font-size: 28px; font-weight: 300; color: var(--white); line-height: 1.1; margin-bottom: 0.3rem; }
.tour-card.featured .tour-card-name { font-size: 38px; }
.tour-card-loc { font-size: 12px; color: rgba(255,255,255,0.82); }
.tour-body { padding: 1.6rem; border-top: 3px solid var(--accent); }
.tour-desc-text { font-size: 13px; color: var(--muted); line-height: 1.7; margin-bottom: 1.2rem; }
.tour-meta-row { display: flex; gap: 1.5rem; flex-wrap: wrap; }
.tour-meta-pill { font-size: 11px; color: var(--muted); background: var(--pale); border: 1px solid var(--border); padding: 5px 12px; }
.tour-meta-pill strong { color: var(--deep); font-weight: 500; }
.tour-price-row { display: flex; justify-content: space-between; align-items: center; margin-top: 1.2rem; padding-top: 1.2rem; border-top: 2px solid var(--border); background: var(--pale); padding: 1rem 1.2rem; margin-left: -1.6rem; margin-right: -1.6rem; margin-bottom: -1.6rem; }
.tour-price { font-family: 'Cormorant Garamond', serif; font-size: 22px; color: var(--deep); }
.tour-price span { font-size: 12px; font-family: 'DM Sans', sans-serif; color: var(--muted); }
.tour-book-btn { font-size: 11px; letter-spacing: 0.08em; text-transform: uppercase; color: var(--accent); text-decoration: none; border-bottom: 1px solid var(--accent); padding-bottom: 2px; background: none; border-top: none; border-left: none; border-right: none; cursor: pointer; }

/* ── GALLERY STRIP ── */
.gallery-strip { padding: 0; display: grid; grid-template-columns: repeat(6, 1fr); gap: 3px; background: var(--border); }
.gallery-strip-item { overflow: hidden; }
.gallery-strip-item img { width: 100%; height: 220px; object-fit: cover; display: block; transition: transform 0.4s; filter: brightness(0.9); }
.gallery-strip-item:hover img { transform: scale(1.08); filter: brightness(1); }

/* ── RENTAL ── */
.rental { background: var(--pale); }
.rental-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 3px; background: var(--border); margin-top: 3.5rem; }
.rental-hero { grid-column: span 2; position: relative; overflow: hidden; }
.rental-hero img { width: 100%; height: 380px; object-fit: cover; display: block; filter: brightness(0.75); }
.rental-hero-overlay { position: absolute; inset: 0; display: flex; align-items: flex-end; padding: 3rem; background: linear-gradient(to top, rgba(10,30,45,0.8) 0%, transparent 60%); }
.rental-hero-text h2 { font-family: 'Cormorant Garamond', serif; font-size: 46px; font-weight: 300; color: var(--white); }
.rental-hero-text p { font-size: 15px; color: rgba(255,255,255,0.65); margin-top: 0.5rem; max-width: 480px; line-height: 1.7; }
.rental-cat { background: var(--white); padding: 2rem; }
.rental-cat-icon { font-size: 28px; margin-bottom: 0.8rem; }
.rental-cat h3 { font-family: 'Cormorant Garamond', serif; font-size: 22px; font-weight: 400; color: var(--deep); margin-bottom: 0.5rem; }
.rental-cat p { font-size: 13px; color: var(--muted); line-height: 1.7; margin-bottom: 1rem; }
.rental-items { list-style: none; }
.rental-items li { font-size: 13px; color: var(--text); padding: 5px 0; border-bottom: 1px solid var(--border); display: flex; justify-content: space-between; }
.rental-items li:last-child { border-bottom: none; }
.rental-items li .price { color: var(--accent); font-weight: 500; }
.rental-note { grid-column: span 2; background: var(--deep); padding: 2rem 2.5rem; display: flex; align-items: center; justify-content: space-between; gap: 2rem; }
.rental-note p { font-size: 14px; color: rgba(255,255,255,0.85); max-width: 600px; line-height: 1.7; }
.rental-note a { display: inline-block; background: var(--accent); color: var(--white); padding: 12px 28px; font-size: 12px; letter-spacing: 0.08em; text-transform: uppercase; text-decoration: none; white-space: nowrap; }

/* ── COURSES ── */
.courses { background: var(--deep); }
.courses .section-title { color: var(--glacier); }
.courses .section-eyebrow { color: rgba(0,153,204,0.9); }
.courses .section-sub { color: rgba(255,255,255,0.75); }
.courses-top { display: grid; grid-template-columns: 1fr 1fr; gap: 4rem; align-items: start; margin-bottom: 4rem; }
.courses-img { position: relative; }
.courses-img img { width: 100%; height: 360px; object-fit: cover; filter: brightness(0.8); }
.courses-img-caption { position: absolute; bottom: 0; left: 0; right: 0; background: linear-gradient(to top, rgba(10,30,45,0.85), transparent); padding: 1.5rem; }
.courses-img-caption p { font-size: 13px; color: rgba(255,255,255,0.85); }
.courses-img-caption strong { font-family: 'Cormorant Garamond', serif; font-size: 22px; color: var(--white); display: block; margin-top: 0.2rem; }
.courses-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2px; background: rgba(255,255,255,0.07); }
.course-card { background: rgba(255,255,255,0.03); padding: 2rem; border-top: 2px solid transparent; transition: border-color 0.25s, background 0.25s; cursor: pointer; }
.course-card:hover { background: rgba(255,255,255,0.06); border-top-color: var(--accent); }
.course-level { font-size: 9px; letter-spacing: 0.16em; text-transform: uppercase; color: rgba(0,153,204,0.75); margin-bottom: 0.8rem; }
.course-name { font-family: 'Cormorant Garamond', serif; font-size: 24px; font-weight: 300; color: var(--white); margin-bottom: 0.6rem; }
.course-desc { font-size: 13px; color: rgba(255,255,255,0.72); line-height: 1.7; margin-bottom: 1rem; }
.course-meta { display: flex; gap: 1rem; font-size: 11px; color: rgba(255,255,255,0.55); }

/* ── SHOP ── */
.shop { background: var(--white); }
.shop-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 3px; background: var(--border); margin-top: 3.5rem; }
.shop-card { background: var(--white); overflow: hidden; cursor: pointer; }
.shop-card:hover .shop-img img { transform: scale(1.05); }
.shop-img { overflow: hidden; position: relative; }
.shop-img img { width: 100%; height: 240px; object-fit: cover; transition: transform 0.4s; display: block; }
.shop-badge { position: absolute; top: 12px; left: 12px; font-size: 9px; letter-spacing: 0.12em; text-transform: uppercase; padding: 5px 10px; }
.shop-badge.new { background: var(--accent); color: var(--white); }
.shop-badge.used { background: var(--deep); color: var(--glacier); }
.shop-body { padding: 1.2rem 1.4rem; }
.shop-brand { font-size: 10px; letter-spacing: 0.1em; text-transform: uppercase; color: var(--mid); margin-bottom: 0.3rem; }
.shop-name { font-family: 'Cormorant Garamond', serif; font-size: 20px; color: var(--deep); margin-bottom: 0.4rem; }
.shop-price { font-size: 18px; font-weight: 500; color: var(--accent); }
.shop-price-was { font-size: 13px; color: var(--muted); text-decoration: line-through; margin-left: 8px; }
.shop-cta { display: block; text-align: center; margin: 1rem 1.4rem 1.4rem; padding: 10px; font-size: 11px; letter-spacing: 0.08em; text-transform: uppercase; border: 1px solid var(--border2); color: var(--deep); text-decoration: none; transition: all 0.2s; }
.shop-cta:hover { background: var(--deep); color: var(--white); border-color: var(--deep); }

/* ── REPAIR ── */
.repair { background: var(--text); }
.repair-inner { display: grid; grid-template-columns: 1fr 1fr; gap: 6rem; align-items: center; }
.repair .section-title { color: var(--glacier); }
.repair .section-eyebrow { color: rgba(0,153,204,0.8); }
.repair .section-sub { color: rgba(255,255,255,0.75); max-width: 440px; }
.repair-list { list-style: none; margin-top: 2rem; }
.repair-list li { display: flex; align-items: flex-start; gap: 1rem; padding: 1rem 0; border-bottom: 1px solid rgba(255,255,255,0.07); }
.repair-list li:last-child { border-bottom: none; }
.repair-list-icon { width: 36px; height: 36px; background: rgba(0,153,204,0.12); border: 1px solid rgba(0,153,204,0.2); display: flex; align-items: center; justify-content: center; flex-shrink: 0; font-size: 16px; }
.repair-list-text strong { display: block; font-size: 14px; color: var(--white); font-weight: 500; margin-bottom: 0.2rem; }
.repair-list-text span { font-size: 12px; color: rgba(255,255,255,0.7); line-height: 1.6; }
.repair-img { position: relative; }
.repair-img img { width: 100%; height: 480px; object-fit: cover; filter: brightness(0.7); }
.repair-img::after { content: ''; position: absolute; inset: 0; border: 1px solid rgba(0,153,204,0.15); }
.turnaround-badge { position: absolute; bottom: -20px; right: -20px; background: var(--accent); color: var(--white); padding: 1.5rem; text-align: center; width: 120px; }
.turnaround-badge .days { font-family: 'Cormorant Garamond', serif; font-size: 44px; font-weight: 300; line-height: 1; display: block; }
.turnaround-badge .label { font-size: 9px; letter-spacing: 0.12em; text-transform: uppercase; opacity: 0.8; display: block; margin-top: 0.3rem; }

/* ── PHOTO FEATURE ── */
.photo-feature { padding: 0; display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 3px; background: var(--border); }
.photo-feature-item img { width: 100%; height: 380px; object-fit: cover; display: block; transition: filter 0.3s; }
.photo-feature-item:hover img { filter: brightness(1.05); }
.photo-feature-item img { filter: brightness(0.88); }
.photo-feature-item.tall img { height: 380px; }

/* ── CTA BAND ── */
.cta-band {
  background: linear-gradient(135deg, #1A3A4A 0%, #2E6880 100%);
  padding: 6rem 4rem; text-align: center;
}
.cta-band h2 { font-family: 'Cormorant Garamond', serif; font-size: 54px; font-weight: 300; color: var(--white); margin-bottom: 1rem; }
.cta-band p { font-size: 16px; color: rgba(255,255,255,0.82); margin-bottom: 2.5rem; line-height: 1.8; }
.cta-band .actions { display: flex; gap: 1rem; justify-content: center; flex-wrap: wrap; }
.btn-white { background: var(--white); color: var(--deep); padding: 15px 36px; font-size: 12px; font-weight: 500; letter-spacing: 0.07em; text-transform: uppercase; border: none; cursor: pointer; transition: all 0.2s; text-decoration: none; display: inline-block; }
.btn-white:hover { background: var(--glacier); }
.btn-outline-white { background: transparent; color: var(--white); padding: 15px 36px; font-size: 12px; font-weight: 500; letter-spacing: 0.07em; text-transform: uppercase; border: 1.5px solid rgba(255,255,255,0.4); cursor: pointer; transition: all 0.2s; text-decoration: none; display: inline-block; }
.btn-outline-white:hover { border-color: var(--white); background: rgba(255,255,255,0.08); }

/* ── FOOTER ── */
footer { background: var(--pale); border-top: 1px solid var(--border); }
.footer-inner { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 3rem; padding: 4rem; }
.footer-brand .logo { font-size: 21px; }
.footer-brand p { font-size: 13px; color: var(--muted); margin-top: 1rem; line-height: 1.8; max-width: 240px; }
.footer-brand .social-row { display: flex; gap: 0.8rem; margin-top: 1.5rem; }
.social-btn { width: 36px; height: 36px; background: var(--border); display: flex; align-items: center; justify-content: center; font-size: 14px; text-decoration: none; transition: background 0.2s; }
.social-btn:hover { background: var(--glacier); }
.footer-col h4 { font-size: 10px; letter-spacing: 0.16em; text-transform: uppercase; color: var(--text); margin-bottom: 1.2rem; }
.footer-col ul { list-style: none; }
.footer-col ul li { margin-bottom: 0.7rem; }
.footer-col ul li a { font-size: 13px; color: var(--muted); text-decoration: none; transition: color 0.2s; }
.footer-col ul li a:hover { color: var(--accent); }
.footer-bottom { background: var(--deep); padding: 1.2rem 4rem; display: flex; justify-content: space-between; align-items: center; }
.footer-bottom p { font-size: 11px; color: rgba(255,255,255,0.6); }

/* ── MODAL ── */
.modal-overlay { display: none; position: fixed; inset: 0; background: rgba(10,25,35,0.75); z-index: 500; align-items: center; justify-content: center; backdrop-filter: blur(4px); }
.modal-overlay.open { display: flex; }
.modal { background: var(--white); max-width: 580px; width: 90%; max-height: 85vh; overflow-y: auto; position: relative; }
.modal-img img { width: 100%; height: 280px; object-fit: cover; display: block; }
.modal-body { padding: 2rem; }
.modal-tag { font-size: 10px; letter-spacing: 0.14em; text-transform: uppercase; color: var(--accent); margin-bottom: 0.6rem; }
.modal-title { font-family: 'Cormorant Garamond', serif; font-size: 36px; font-weight: 300; color: var(--deep); margin-bottom: 1rem; }
.modal-desc { font-size: 14px; color: var(--muted); line-height: 1.8; margin-bottom: 1.5rem; }
.modal-details { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; margin-bottom: 1.5rem; }
.modal-detail { background: var(--pale); padding: 1rem; }
.modal-detail label { font-size: 10px; letter-spacing: 0.1em; text-transform: uppercase; color: var(--muted); display: block; margin-bottom: 0.3rem; }
.modal-detail strong { font-size: 16px; color: var(--deep); font-weight: 500; }
.modal-includes { list-style: none; margin-bottom: 1.5rem; }
.modal-includes li { font-size: 13px; color: var(--text); padding: 6px 0; border-bottom: 1px solid var(--border); display: flex; align-items: center; gap: 8px; }
.modal-includes li::before { content: '✓'; color: var(--accent); font-weight: 600; }
.modal-close { position: absolute; top: 1rem; right: 1rem; width: 36px; height: 36px; background: rgba(255,255,255,0.9); border: none; cursor: pointer; font-size: 18px; display: flex; align-items: center; justify-content: center; z-index: 10; }
.modal-footer { display: flex; gap: 1rem; align-items: center; justify-content: space-between; padding-top: 1rem; border-top: 1px solid var(--border); }
.modal-price-big { font-family: 'Cormorant Garamond', serif; font-size: 32px; color: var(--deep); }
.modal-price-big span { font-size: 13px; font-family: 'DM Sans', sans-serif; color: var(--muted); }

/* ── HAMBURGER MENU ── */
.hamburger {
  display: none;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  width: 40px;
  height: 40px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 4px;
  z-index: 300;
}
.hamburger span {
  display: block;
  width: 24px;
  height: 2px;
  background: var(--deep);
  transition: all 0.3s ease;
  transform-origin: center;
}
.hamburger.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.hamburger.open span:nth-child(2) { opacity: 0; transform: scaleX(0); }
.hamburger.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

.mobile-menu {
  display: none;
  position: fixed;
  top: 70px;
  left: 0;
  right: 0;
  background: rgba(255,255,255,0.98);
  backdrop-filter: blur(20px);
  border-bottom: 1px solid var(--border);
  z-index: 199;
  padding: 1.5rem 1.5rem 2rem;
  flex-direction: column;
  gap: 0;
  box-shadow: 0 8px 32px rgba(0,50,80,0.1);
}
.mobile-menu.open { display: flex; }
.mobile-menu a {
  font-size: 15px;
  font-weight: 400;
  color: var(--text);
  text-decoration: none;
  padding: 0.9rem 0;
  border-bottom: 1px solid var(--border);
  letter-spacing: 0.02em;
  transition: color 0.2s;
}
.mobile-menu a:last-child { border-bottom: none; }
.mobile-menu a:hover { color: var(--accent); }
.mobile-menu .mobile-cta {
  margin-top: 1rem;
  background: var(--deep);
  color: var(--white) !important;
  text-align: center;
  padding: 14px !important;
  font-size: 12px !important;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  border-bottom: none !important;
}
.mobile-menu .mobile-cta:hover { background: var(--mid); color: var(--white) !important; }

/* ── TABLET (max 1100px) ── */
@media (max-width: 1100px) {
  nav { padding: 0 2rem; }
  .hero-content { padding: 4rem 2rem 4rem 2.5rem; }
  .tours-mosaic { grid-template-columns: 1fr 1fr; }
  .tour-card.featured { grid-column: span 2; }
  .shop-grid { grid-template-columns: repeat(3, 1fr); }
  .footer-inner { grid-template-columns: 1fr 1fr 1fr; gap: 2rem; padding: 3rem 2rem; }
  .footer-inner .footer-brand { grid-column: span 3; }
  .footer-bottom { padding: 1.2rem 2rem; }
  section { padding: 5rem 2.5rem; }
  .intro-band { padding: 3rem 2.5rem; }
  .cta-band { padding: 5rem 2.5rem; }
}

/* ── MOBILE (max 768px) ── */
@media (max-width: 768px) {
  nav { padding: 0 1.25rem; }
  .nav-links { display: none; }
  .nav-cta { display: none; }
  .hamburger { display: flex; }

  .hero {
    grid-template-columns: 1fr;
    min-height: 100svh;
    align-items: flex-end;
    padding-bottom: 3rem;
  }
  .hero-bg {
    background: linear-gradient(180deg, #b8ddf0 0%, #8ac9e6 100%);
  }
  .hero-photo {
    position: absolute;
    width: 100%;
    top: 0; bottom: 0;
    opacity: 1;
  }
  .hero-photo img { opacity: 0.35; }
  .hero-photo::before {
    background: linear-gradient(to top, #1a3a4a 0%, transparent 60%);
  }
  .hero-content {
    padding: 2rem 1.5rem 2.5rem;
    position: relative;
    z-index: 3;
  }
  .hero-eyebrow { color: rgba(255,255,255,0.7); }
  .hero-title { color: var(--white); font-size: clamp(42px, 11vw, 64px); }
  .hero-title em { color: var(--glacier); }
  .hero-tagline { color: rgba(255,255,255,0.88); max-width: 100%; }
  .btn-outline { border-color: rgba(255,255,255,0.5); color: var(--white); }
  .btn-outline:hover { background: rgba(255,255,255,0.15); color: var(--white); }
  .chip { background: rgba(255,255,255,0.12); border-color: rgba(255,255,255,0.2); color: rgba(255,255,255,0.85); }
  .chip:hover { background: var(--accent); color: var(--white); border-color: var(--accent); }

  .stats-bar { grid-template-columns: repeat(3, 1fr); }
  .stat { padding: 1.4rem 0.8rem; }
  .stat-num { font-size: 32px; }

  section { padding: 3.5rem 1.25rem; }
  .intro-band { padding: 2.5rem 1.25rem; grid-template-columns: 1fr; gap: 1.5rem; }
  .intro-band .big-quote { grid-column: span 1; font-size: 22px; padding-left: 1.25rem; }
  .section-header { flex-direction: column; align-items: flex-start; gap: 1rem; margin-bottom: 2rem; }

  .tours-mosaic { grid-template-columns: 1fr; gap: 2px; }
  .tour-card.featured { grid-column: span 1; }
  .tour-img img { height: 260px; }
  .tour-card.featured .tour-img img { height: 300px; }
  .tour-card.featured .tour-card-name { font-size: 30px; }

  .gallery-strip { grid-template-columns: repeat(2, 1fr); }
  .gallery-strip-item img { height: 160px; }

  .photo-feature { grid-template-columns: 1fr; }
  .photo-feature-item img { height: 240px; }
  .photo-feature-item.tall img { height: 240px; }

  .rental-grid { grid-template-columns: 1fr; }
  .rental-hero { grid-column: span 1; }
  .rental-hero img { height: 280px; }
  .rental-hero-text h2 { font-size: 34px; }
  .rental-hero-text p { font-size: 14px; }
  .rental-note { grid-column: span 1; flex-direction: column; align-items: flex-start; gap: 1.25rem; }

  .courses-top { grid-template-columns: 1fr; gap: 2rem; }
  .courses-img { order: -1; }
  .courses-img img { height: 240px; }
  .courses-grid { grid-template-columns: 1fr; }

  .shop-grid { grid-template-columns: 1fr 1fr; }
  .shop-img img { height: 180px; }

  .repair-inner { grid-template-columns: 1fr; gap: 2.5rem; }
  .repair-img img { height: 300px; }
  .turnaround-badge { bottom: -16px; right: 16px; }

  .faq-grid { grid-template-columns: 1fr !important; }
  #multiday > div { grid-template-columns: 1fr !important; gap: 2.5rem !important; }
  #multiday { padding: 3.5rem 1.25rem !important; }
  .faq-item { border-right: none !important; }
  section.faq-section { padding: 3.5rem 1.25rem; }
  .cta-band h2 { font-size: clamp(32px, 9vw, 48px); }
  .cta-band .actions { flex-direction: column; align-items: center; }
  .btn-white, .btn-outline-white { width: 100%; max-width: 280px; text-align: center; }

  .footer-inner { grid-template-columns: 1fr 1fr; gap: 2rem; padding: 2.5rem 1.25rem; }
  .footer-inner .footer-brand { grid-column: span 2; }
  .footer-bottom { padding: 1rem 1.25rem; flex-direction: column; gap: 0.3rem; text-align: center; }
  .modal { width: 95%; max-height: 90vh; }
  .modal-img img { height: 200px; }
  .modal-body { padding: 1.25rem; }
  .modal-title { font-size: 28px; }
  .modal-details { grid-template-columns: 1fr 1fr; gap: 0.6rem; }
  .modal-footer { flex-direction: column; align-items: flex-start; gap: 1rem; }
}

/* ── SMALL MOBILE (max 420px) ── */
@media (max-width: 420px) {
  .stats-bar { grid-template-columns: 1fr 1fr; }
  .stat:last-child { grid-column: span 2; }
  .shop-grid { grid-template-columns: 1fr; }
  .hero-actions { flex-direction: column; }
  .btn-primary, .btn-outline { text-align: center; }
  .footer-inner { grid-template-columns: 1fr; }
  .footer-inner .footer-brand { grid-column: span 1; }
}

/* ── CONTACT FORM ── */
.contact-section {
  background: linear-gradient(135deg, #1A3A4A 0%, #2E6880 100%);
  padding: 6rem 4rem;
}
.contact-inner {
  display: grid;
  grid-template-columns: 1fr 1.4fr;
  gap: 5rem;
  max-width: 1100px;
  margin: 0 auto;
  align-items: start;
}
.contact-info h2 { font-family: 'Cormorant Garamond', serif; font-size: clamp(36px,4vw,52px); font-weight: 300; color: var(--white); margin-bottom: 1rem; line-height: 1.1; }
.contact-info p { font-size: 15px; color: rgba(255,255,255,0.75); line-height: 1.9; margin-bottom: 2rem; }
.contact-detail { display: flex; align-items: center; gap: 1rem; margin-bottom: 1rem; }
.contact-detail-icon { width: 40px; height: 40px; background: rgba(0,153,204,0.15); border: 1px solid rgba(0,153,204,0.3); display: flex; align-items: center; justify-content: center; font-size: 16px; flex-shrink: 0; }
.contact-detail-text a, .contact-detail-text span { font-size: 14px; color: rgba(255,255,255,0.85); text-decoration: none; }
.contact-detail-text a:hover { color: var(--glacier); }
.contact-detail-label { font-size: 10px; letter-spacing: 0.12em; text-transform: uppercase; color: rgba(255,255,255,0.4); display: block; margin-bottom: 0.2rem; }

/* CF7 form styling */
.contact-form-wrap { background: var(--white); padding: 2.5rem; }
.contact-form-wrap h3 { font-family: 'Cormorant Garamond', serif; font-size: 28px; font-weight: 300; color: var(--deep); margin-bottom: 1.8rem; }
.wpcf7-form .form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; margin-bottom: 1rem; }
.wpcf7-form .form-row-full { margin-bottom: 1rem; }
.wpcf7-form label { display: block; font-size: 11px; letter-spacing: 0.1em; text-transform: uppercase; color: var(--muted); margin-bottom: 0.4rem; }
.wpcf7-form input[type="text"],
.wpcf7-form input[type="email"],
.wpcf7-form input[type="tel"],
.wpcf7-form select,
.wpcf7-form textarea {
  width: 100%;
  padding: 12px 14px;
  border: 1px solid var(--border);
  background: var(--pale);
  font-family: 'DM Sans', sans-serif;
  font-size: 14px;
  color: var(--text);
  outline: none;
  transition: border-color 0.2s;
  appearance: none;
}
.wpcf7-form input:focus,
.wpcf7-form select:focus,
.wpcf7-form textarea:focus { border-color: var(--accent); background: var(--white); }
.wpcf7-form textarea { height: 140px; resize: vertical; }
.wpcf7-form select { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8'%3E%3Cpath d='M0 0l6 8 6-8z' fill='%235A7A88'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right 14px center; cursor: pointer; }
.wpcf7-form input[type="submit"] {
  background: var(--deep);
  color: var(--white);
  border: none;
  padding: 14px 32px;
  font-family: 'DM Sans', sans-serif;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  cursor: pointer;
  transition: background 0.2s;
  width: 100%;
  margin-top: 0.5rem;
}
.wpcf7-form input[type="submit"]:hover { background: var(--mid); }
.wpcf7-response-output { margin-top: 1rem; padding: 1rem; font-size: 13px; border: none !important; }
.wpcf7-mail-sent-ok { background: #e8f5e9; color: #2e7d32; }
.wpcf7-validation-errors, .wpcf7-acceptance-missing { background: #fff3e0; color: #e65100; }
.wpcf7-not-valid-tip { font-size: 11px; color: #e65100; margin-top: 0.3rem; display: block; }

@media (max-width: 768px) {
  .contact-section { padding: 3.5rem 1.25rem; }
  .contact-inner { grid-template-columns: 1fr; gap: 2.5rem; }
  .wpcf7-form .form-row { grid-template-columns: 1fr; }
}
/* ── TOUR CARD NAVY BORDER ── */
.tour-card { border: 3px solid var(--deep) !important; }
.tour-card.expanded { border-color: var(--accent) !important; }

/* ── TOUR EXPANDED SECTION ── */
.tour-expanded { max-height: 0; overflow: hidden; transition: max-height 0.5s ease; background: var(--white); }
.tour-expanded.open { border-top: 3px solid var(--accent); }
.tour-expanded-inner { padding: 2rem; }
.tour-full-desc { font-size: 14px; color: var(--muted); line-height: 1.9; margin-bottom: 1.8rem; }
.tour-details-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 0.8rem; margin-bottom: 1.8rem; }
.tour-detail-item { background: var(--pale); padding: 0.9rem 1rem; border-left: 3px solid var(--accent); }
.tour-detail-item label { display: block; font-size: 10px; letter-spacing: 0.1em; text-transform: uppercase; color: var(--muted); margin-bottom: 0.3rem; }
.tour-detail-item strong { font-size: 14px; color: var(--deep); font-weight: 500; }
.tour-includes { margin-bottom: 1.5rem; }
.tour-includes h4 { font-family: 'Cormorant Garamond',serif; font-size: 18px; font-weight: 400; color: var(--deep); margin-bottom: 0.8rem; }
.tour-includes ul { list-style: none; display: grid; grid-template-columns: 1fr 1fr; gap: 0.4rem; }
.tour-includes ul li { font-size: 13px; color: var(--text); padding: 5px 0; border-bottom: 1px solid var(--border); display: flex; align-items: center; gap: 8px; }
.tour-includes ul li::before { content: '✓'; color: var(--accent); font-weight: 700; flex-shrink: 0; }
.tour-expanded-price { font-family: 'Cormorant Garamond',serif; font-size: 28px; color: var(--deep); margin-bottom: 2rem; padding: 1rem 1.2rem; background: var(--pale); border-left: 4px solid var(--deep); }
.tour-enquiry-form { background: var(--pale); padding: 1.8rem; border: 1px solid var(--border); margin-bottom: 1.5rem; }
.tour-enquiry-form h4 { font-family: 'Cormorant Garamond',serif; font-size: 22px; font-weight: 300; color: var(--deep); margin-bottom: 1.2rem; }
.tour-collapse-btn { background: none; border: 1px solid var(--border); color: var(--muted); padding: 8px 20px; font-size: 12px; cursor: pointer; letter-spacing: 0.06em; display: block; margin: 0 auto; transition: all 0.2s; }
.tour-collapse-btn:hover { background: var(--deep); color: var(--white); border-color: var(--deep); }

/* ── ENQUIRY FORM ── */
.tef-row { display: grid; grid-template-columns: 1fr 1fr; gap: 0.8rem; margin-bottom: 0.8rem; }
.tef-field { margin-bottom: 0.8rem; }
.tef-field label { display: block; font-size: 10px; letter-spacing: 0.1em; text-transform: uppercase; color: var(--muted); margin-bottom: 0.3rem; }
.tef-field input, .tef-field select, .tef-field textarea { width: 100%; padding: 10px 12px; border: 1px solid var(--border); background: var(--white); font-family: 'DM Sans',sans-serif; font-size: 13px; color: var(--text); outline: none; transition: border-color 0.2s; }
.tef-field input:focus, .tef-field select:focus, .tef-field textarea:focus { border-color: var(--accent); }
.tef-field textarea { resize: vertical; }
.tef-phone { display: flex; gap: 0.5rem; }
.tef-phone select { width: 130px; flex-shrink: 0; }
.tef-phone input { flex: 1; }
.tef-submit { width: 100%; background: var(--deep); color: var(--white); border: none; padding: 13px; font-family: 'DM Sans',sans-serif; font-size: 12px; font-weight: 500; letter-spacing: 0.07em; text-transform: uppercase; cursor: pointer; transition: background 0.2s; margin-top: 0.3rem; }
.tef-submit:hover { background: var(--mid); }
.tef-submit:disabled { background: var(--muted); cursor: not-allowed; }
/* tef-status defined below */

/* ── SCROLL STRIP ── */
.scroll-strip-wrap { position: relative; background: var(--deep); }
.scroll-strip { display: flex; overflow-x: auto; scroll-snap-type: x mandatory; -webkit-overflow-scrolling: touch; scrollbar-width: none; gap: 3px; }
.scroll-strip::-webkit-scrollbar { display: none; }
.sstrip-item { flex: 0 0 calc(25% - 3px); scroll-snap-align: start; overflow: hidden; }
.sstrip-item img { width: 100%; height: 220px; object-fit: cover; display: block; transition: transform 0.3s; }
.sstrip-item:hover img { transform: scale(1.04); }
.sstrip-arrow { position: absolute; top: 50%; transform: translateY(-50%); background: rgba(0,0,0,0.5); color: white; border: none; width: 44px; height: 44px; font-size: 30px; cursor: pointer; z-index: 10; display: flex; align-items: center; justify-content: center; transition: background 0.2s; border-radius: 2px; line-height: 1; }
.sstrip-arrow:hover { background: rgba(0,0,0,0.8); }
.sstrip-prev { left: 8px; }
.sstrip-next { right: 8px; }
#sstrip-feature .sstrip-item img { height: 320px; }

/* ── COURSE EXPANDED ── */
.course-card { position: relative; transition: border-top-color 0.25s, background 0.25s; cursor: pointer; }
.course-card.expanded { background: rgba(255,255,255,0.08); border-top-color: var(--accent); }
.course-expanded { max-height: 0; overflow: hidden; transition: max-height 0.5s ease; }
.course-expanded.open { border-top: 1px solid rgba(255,255,255,0.1); }
.course-expanded-inner { padding: 1.5rem; }
.course-extra-desc { font-size: 13px; color: rgba(255,255,255,0.8); line-height: 1.8; margin-bottom: 1.2rem; }
.course-learns { margin-bottom: 1.2rem; }
.course-learns h5 { font-size: 10px; letter-spacing: 0.14em; text-transform: uppercase; color: rgba(0,153,204,0.85); margin-bottom: 0.7rem; }
.course-learns ul { list-style: none; }
.course-learns ul li { font-size: 13px; color: rgba(255,255,255,0.75); padding: 4px 0; border-bottom: 1px solid rgba(255,255,255,0.06); display: flex; align-items: center; gap: 8px; }
.course-learns ul li::before { content: '→'; color: var(--accent); font-size: 11px; }
.course-expanded-meta { display: flex; gap: 1.5rem; flex-wrap: wrap; font-size: 12px; color: rgba(255,255,255,0.6); margin-bottom: 1.5rem; padding: 0.8rem; background: rgba(255,255,255,0.04); }
.course-expanded-meta strong { color: rgba(255,255,255,0.85); }
.course-enquiry-form { background: rgba(255,255,255,0.05); border: 1px solid rgba(255,255,255,0.1); padding: 1.5rem; margin-bottom: 1rem; }
.course-enquiry-form h5 { font-family: 'Cormorant Garamond',serif; font-size: 20px; font-weight: 300; color: var(--white); margin-bottom: 1rem; }
.course-enquiry-form .tef-field input, .course-enquiry-form .tef-field select, .course-enquiry-form .tef-field textarea { background: rgba(255,255,255,0.08); border-color: rgba(255,255,255,0.15); color: var(--white); }
.course-enquiry-form .tef-field label { color: rgba(255,255,255,0.5); }
.course-enquiry-form .tef-submit { background: var(--accent); }
.course-collapse-btn { background: none; border: 1px solid rgba(255,255,255,0.2); color: rgba(255,255,255,0.5); padding: 7px 18px; font-size: 11px; cursor: pointer; display: block; margin: 0 auto; transition: all 0.2s; }
.course-collapse-btn:hover { background: rgba(255,255,255,0.1); color: white; }

/* ── MOBILE ── */
@media (max-width: 1024px) { .sstrip-item { flex: 0 0 calc(33.333% - 3px); } }
@media (max-width: 768px) {
  .sstrip-item { flex: 0 0 calc(50% - 3px); }
  .sstrip-item img { height: 160px; }
  .sstrip-arrow { width: 36px; height: 36px; font-size: 22px; }
  .tour-details-grid { grid-template-columns: 1fr 1fr; }
  .tour-includes ul { grid-template-columns: 1fr; }
  .tef-row { grid-template-columns: 1fr; }
  .tef-phone { flex-direction: column; }
  .tef-phone select { width: 100%; }
  .tour-expanded-inner { padding: 1.2rem; }
  .course-expanded-meta { flex-direction: column; gap: 0.5rem; }
  #sstrip-feature .sstrip-item img { height: 220px; }
}
@media (max-width: 480px) {
  .sstrip-item { flex: 0 0 80%; }
  .tour-details-grid { grid-template-columns: 1fr; }
}

/* ── TOUR CARD BORDER & EXPAND ── */
.tour-card { border: 3px solid var(--deep) !important; cursor: pointer; }
.tour-card.expanded { border-color: var(--accent) !important; }
.tour-expanded { max-height: 0; overflow: hidden; transition: max-height 0.5s ease; background: var(--white); }
.tour-expanded.open { border-top: 3px solid var(--accent); }
.tour-expanded-inner { padding: 2rem; }
.tour-full-desc { font-size: 14px; color: var(--muted); line-height: 1.9; margin-bottom: 1.8rem; }
.tour-details-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 0.8rem; margin-bottom: 1.8rem; }
.tour-detail-item { background: var(--pale); padding: 0.9rem 1rem; border-left: 3px solid var(--accent); }
.tour-detail-item label { display: block; font-size: 10px; letter-spacing: 0.1em; text-transform: uppercase; color: var(--muted); margin-bottom: 0.3rem; }
.tour-detail-item strong { font-size: 14px; color: var(--deep); font-weight: 500; }
.tour-includes { margin-bottom: 1.5rem; }
.tour-includes h4 { font-family: 'Cormorant Garamond',serif; font-size: 18px; font-weight: 400; color: var(--deep); margin-bottom: 0.8rem; }
.tour-includes ul { list-style: none; display: grid; grid-template-columns: 1fr 1fr; gap: 0.4rem; }
.tour-includes ul li { font-size: 13px; color: var(--text); padding: 5px 0; border-bottom: 1px solid var(--border); display: flex; align-items: center; gap: 8px; }
.tour-includes ul li::before { content: '✓'; color: var(--accent); font-weight: 700; flex-shrink: 0; }
.tour-expanded-price { font-family: 'Cormorant Garamond',serif; font-size: 26px; color: var(--deep); margin-bottom: 1.5rem; padding: 1rem 1.2rem; background: var(--pale); border-left: 4px solid var(--deep); }
.tour-enquiry-form { background: var(--pale); padding: 1.8rem; border: 1px solid var(--border); margin-bottom: 1.5rem; }
.tour-enquiry-form h4 { font-family: 'Cormorant Garamond',serif; font-size: 20px; font-weight: 300; color: var(--deep); margin-bottom: 1rem; }
.tour-collapse-btn { background: none; border: 1px solid var(--border); color: var(--muted); padding: 8px 20px; font-size: 12px; cursor: pointer; letter-spacing: 0.06em; display: block; margin: 0 auto; transition: all 0.2s; }
.tour-collapse-btn:hover { background: var(--deep); color: var(--white); border-color: var(--deep); }

/* ── ENQUIRY FORM ── */
.tef-row { display: grid; grid-template-columns: 1fr 1fr; gap: 0.8rem; margin-bottom: 0.8rem; }
.tef-field { margin-bottom: 0.8rem; }
.tef-field label { display: block; font-size: 10px; letter-spacing: 0.1em; text-transform: uppercase; color: var(--muted); margin-bottom: 0.3rem; }
.tef-field input,.tef-field select,.tef-field textarea { width: 100%; padding: 10px 12px; border: 1px solid var(--border); background: var(--white); font-family: 'DM Sans',sans-serif; font-size: 13px; color: var(--text); outline: none; transition: border-color 0.2s; box-sizing: border-box; }
.tef-field input:focus,.tef-field select:focus,.tef-field textarea:focus { border-color: var(--accent); }
.tef-field textarea { resize: vertical; }
.tef-phone { display: flex; gap: 0.5rem; }
.tef-phone select { width: 130px; flex-shrink: 0; }
.tef-phone input { flex: 1; }
.tef-submit { width: 100%; background: var(--deep); color: var(--white); border: none; padding: 13px; font-family: 'DM Sans',sans-serif; font-size: 12px; font-weight: 500; letter-spacing: 0.07em; text-transform: uppercase; cursor: pointer; transition: background 0.2s; margin-top: 0.3rem; }
.tef-submit:hover { background: var(--mid); }
.tef-submit:disabled { background: var(--muted); cursor: not-allowed; }
/* tef-status defined below */

/* ── SCROLL STRIP ── */
.scroll-strip-wrap { position: relative; background: var(--deep); }
.scroll-strip { display: flex; overflow-x: auto; scroll-snap-type: x mandatory; -webkit-overflow-scrolling: touch; scrollbar-width: none; gap: 3px; }
.scroll-strip::-webkit-scrollbar { display: none; }
.sstrip-item { flex: 0 0 calc(25% - 3px); scroll-snap-align: start; overflow: hidden; }
.sstrip-item img { width: 100%; height: 220px; object-fit: cover; display: block; transition: transform 0.3s; }
.sstrip-item:hover img { transform: scale(1.04); }
.sstrip-arrow { position: absolute; top: 50%; transform: translateY(-50%); background: rgba(0,0,0,0.5); color: white; border: none; width: 44px; height: 44px; font-size: 30px; cursor: pointer; z-index: 10; display: flex; align-items: center; justify-content: center; transition: background 0.2s; border-radius: 2px; line-height: 1; }
.sstrip-arrow:hover { background: rgba(0,0,0,0.8); }
.sstrip-prev { left: 8px; }
.sstrip-next { right: 8px; }

/* ── COURSE EXPAND ── */
.course-card { cursor: pointer; transition: border-top-color 0.2s; }
.course-card.expanded { border-top-color: var(--accent) !important; }
.course-expanded { max-height: 0; overflow: hidden; transition: max-height 0.5s ease; }
.course-expanded.open { border-top: 1px solid rgba(255,255,255,0.1); }
.course-expanded-inner { padding: 1.5rem 0 0.5rem; }
.course-extra-desc { font-size: 13px; color: rgba(255,255,255,0.8); line-height: 1.85; margin-bottom: 1.2rem; }
.course-learns { margin-bottom: 1.2rem; }
.course-learns h5 { font-size: 10px; letter-spacing: 0.14em; text-transform: uppercase; color: rgba(0,153,204,0.9); margin-bottom: 0.7rem; }
.course-learns ul { list-style: none; }
.course-learns ul li { font-size: 13px; color: rgba(255,255,255,0.75); padding: 5px 0; border-bottom: 1px solid rgba(255,255,255,0.07); display: flex; align-items: center; gap: 8px; }
.course-learns ul li::before { content: '→'; color: var(--accent); font-size: 11px; flex-shrink: 0; }
.course-expanded-meta { display: flex; gap: 1.5rem; flex-wrap: wrap; font-size: 12px; color: rgba(255,255,255,0.6); margin-bottom: 1.5rem; padding: 0.8rem; background: rgba(255,255,255,0.04); border-left: 3px solid var(--accent); }
.course-expanded-meta strong { color: rgba(255,255,255,0.85); }
.course-enquiry-form { background: rgba(255,255,255,0.05); border: 1px solid rgba(255,255,255,0.1); padding: 1.5rem; margin-bottom: 1rem; }
.course-enquiry-form h5 { font-family: 'Cormorant Garamond',serif; font-size: 20px; font-weight: 300; color: var(--white); margin-bottom: 1rem; }
.course-enquiry-form .tef-field label { color: rgba(255,255,255,0.5); }
.course-enquiry-form .tef-field input,.course-enquiry-form .tef-field select,.course-enquiry-form .tef-field textarea { background: rgba(255,255,255,0.08); border-color: rgba(255,255,255,0.15); color: var(--white); }
.course-enquiry-form .tef-submit { background: var(--accent); }
.course-enquiry-form .tef-submit:hover { background: var(--mid); }
.course-collapse-btn { background: none; border: 1px solid rgba(255,255,255,0.2); color: rgba(255,255,255,0.5); padding: 7px 18px; font-size: 11px; cursor: pointer; display: block; margin: 0.5rem auto 0; transition: all 0.2s; }
.course-collapse-btn:hover { background: rgba(255,255,255,0.1); color: white; }

/* ── MOBILE ── */
@media (max-width: 1024px) { .sstrip-item { flex: 0 0 calc(33.333% - 3px); } }
@media (max-width: 768px) {
  .sstrip-item { flex: 0 0 calc(50% - 3px); }
  .sstrip-item img { height: 160px; }
  .sstrip-arrow { width: 36px; height: 36px; font-size: 22px; }
  .tour-details-grid { grid-template-columns: 1fr 1fr; }
  .tour-includes ul { grid-template-columns: 1fr; }
  .tef-row { grid-template-columns: 1fr; }
  .tef-phone { flex-direction: column; }
  .tef-phone select { width: 100%; }
  .tour-expanded-inner { padding: 1.2rem; }
  .course-expanded-meta { flex-direction: column; gap: 0.5rem; }
}
@media (max-width: 480px) {
  .sstrip-item { flex: 0 0 80%; }
  .tour-details-grid { grid-template-columns: 1fr; }
}

/* ── FORM STATUS MESSAGES ── */
.tef-status {
  font-size: 14px !important;
  margin-top: 1rem;
  text-align: center;
  min-height: 24px;
  font-weight: 700 !important;
  padding: 10px 14px;
  border-radius: 2px;
}
.tef-status:not(:empty) {
  background: rgba(0, 0, 0, 0.4) !important;
  border: 2px solid #ffffff !important;
  color: #ffffff !important;
  letter-spacing: 0.03em;
}
