/* WAHY Travels — Sri Lanka Tours page.
   Values are taken from the Claude Design source (Sri Lanka Tours.dc.html).
   The design sets this page in Jost rather than Inter; the token below is
   the only place that differs from the shared chrome. */

:root { --font-sans: 'Jost', 'Inter', system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif; }
::selection { background: var(--ink); color: #fff; }
.btn-lite { border-color: rgba(255,255,255,.45); }
.flagbtn { letter-spacing: .14em; }
.flagbtn.on:hover { color: #111; }
.fab-call { color: #fff; }
.fab-call:hover { color: #fff; }
.fab-mail { background: #3a3a3a; color: #fff; }
.fab-mail:hover { color: #fff; }
.notice svg { color: #fff; }

/* Layout ------------------------------------------------------------------- */
.section { padding: 92px 0; }
.section-white { background: #fff; }
.section-sand { background: var(--sand); }
.narrow { max-width: 1120px; }
.eyebrow { margin-bottom: 16px; }
@media (max-width: 760px) { .section { padding: 64px 0; } }

/* Hero --------------------------------------------------------------------- */
.hero { position: relative; background: var(--ink); color: #fff; overflow: hidden; }
.hero-bg { position: absolute; inset: 0; overflow: hidden; }
.hero-bg img { width: 100%; height: 116%; object-fit: cover; filter: brightness(.42); will-change: transform; }
.hero .wrap { position: relative; padding-top: 96px; padding-bottom: 96px; }
.hero-copy { max-width: 820px; }
.hero-copy .eyebrow { margin-bottom: 22px; }
.hero-copy .h1 { margin-bottom: 22px; text-wrap: balance; }
.hero-lede { font-size: 18px; line-height: 1.7; color: #fff; font-weight: 300; max-width: 580px; margin: 0 0 34px; }
.hero-actions { display: flex; gap: 13px; flex-wrap: wrap; margin-bottom: 44px; }
.hero-facts { display: flex; gap: 34px; flex-wrap: wrap; font-size: 12px; letter-spacing: .14em; text-transform: uppercase; color: #fff; }
.hero-facts span { display: inline-flex; align-items: center; gap: 9px; }
.hero-facts svg { color: #fff; flex-shrink: 0; }
@media (max-width: 760px) {
  .hero .wrap { padding-top: 64px; padding-bottom: 64px; }
  .hero-actions { margin-bottom: 30px; }
  .hero-facts { gap: 16px; }
}

/* Intro -------------------------------------------------------------------- */
.intro { padding: 82px 0 20px; }
.intro-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 56px; align-items: start; }
.intro-grid .lede { margin: 0; }
@media (max-width: 900px) { .intro-grid { grid-template-columns: 1fr; gap: 24px; } }
@media (max-width: 760px) { .intro { padding: 56px 0 8px; } }

/* Tours -------------------------------------------------------------------- */
.tours { padding: 60px 0 100px; }
.tours-head { display: flex; justify-content: space-between; align-items: end; gap: 30px; flex-wrap: wrap; margin-bottom: 44px; }
.tours-note { font-size: 13px; color: var(--muted-2); max-width: 300px; text-align: right; }
.tour-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(330px, 1fr)); gap: 24px; }
.tour {
  background: #fff; border: 1px solid var(--line);
  display: flex; flex-direction: column; overflow: hidden;
  transition: transform .4s var(--ease), box-shadow .4s, border-color .4s;
}
.tour:hover { transform: translateY(-6px); box-shadow: 0 30px 60px -26px rgba(18,18,18,.28); border-color: var(--ink); }
.tour-img { position: relative; height: 252px; overflow: hidden; background: #e0dcd2; }
.tour-img img { width: 100%; height: 100%; object-fit: cover; transition: transform 1.2s var(--ease); }
.tour:hover .tour-img img { transform: scale(1.07); }
.tag { position: absolute; top: 14px; left: 14px; background: var(--ink); color: #fff; padding: 6px 12px; font-size: 10px; letter-spacing: .16em; text-transform: uppercase; font-weight: 600; }
.days { position: absolute; top: 14px; right: 14px; background: rgba(255,255,255,.94); color: var(--ink); padding: 6px 12px; font-size: 10px; letter-spacing: .14em; text-transform: uppercase; font-weight: 600; }
.tour-body { padding: 26px 24px; display: flex; flex-direction: column; gap: 12px; flex: 1; }
.tour-t { font-family: var(--font-display); font-weight: 500; font-size: 27px; line-height: 1.13; margin: 0; color: var(--ink); letter-spacing: -.01em; }
.route { display: flex; flex-wrap: wrap; gap: 7px; font-size: 11px; letter-spacing: .1em; text-transform: uppercase; color: var(--muted-2); }
.route span:not(:last-child)::after { content: " ·"; color: #c9c9c9; }
.tour-p { font-size: 14px; line-height: 1.68; color: var(--muted); margin: 0; flex: 1; }
.feat { display: flex; flex-wrap: wrap; gap: 6px; }
.feat span { font-size: 10.5px; padding: 5px 10px; border: 1px solid #e2ded6; color: var(--muted); letter-spacing: .06em; }
.price-row { display: flex; justify-content: space-between; align-items: end; padding-top: 18px; margin-top: 4px; border-top: 1px solid #eeece6; }
.price-lbl { font-size: 10px; letter-spacing: .2em; text-transform: uppercase; color: var(--muted-2); margin-bottom: 3px; }
.price { font-family: var(--font-display); font-size: 33px; font-weight: 600; line-height: 1; color: var(--ink); }
.rowlink {
  font-size: 11px; letter-spacing: .16em; text-transform: uppercase; font-weight: 600;
  color: var(--ink);
  display: inline-flex; align-items: center; gap: 7px;
  border: 1px solid var(--ink); padding: 11px 18px;
  transition: background .3s, color .3s;
}
.tour:hover .rowlink { background: var(--ink); color: #fff; }
.rowlink svg { transition: transform .3s; flex-shrink: 0; width: 13px; height: 13px; display: block; overflow: visible; }
.tour:hover .rowlink svg { transform: translateX(4px); }
@media (max-width: 760px) {
  .tours { padding: 40px 0 64px; }
  .tours-note { text-align: left; }
  .tour-grid { grid-template-columns: 1fr; }
}

/* Included ----------------------------------------------------------------- */
.included { border-top: 1px solid var(--line); }
.split { display: grid; grid-template-columns: .85fr 1.15fr; gap: 60px; align-items: start; }
.split .h2 { margin-bottom: 18px; }
.split .lede { margin: 0; }
.hl-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(230px, 1fr)); gap: 22px 34px; }
.hl { display: flex; gap: 14px; align-items: start; }
.hl svg { color: var(--ink); flex-shrink: 0; margin-top: 3px; }
.hl-t { font-weight: 500; margin-bottom: 3px; }
.hl-d { font-size: 13px; color: var(--muted); line-height: 1.6; }
@media (max-width: 900px) { .split { grid-template-columns: 1fr; gap: 32px; } }

/* When to go --------------------------------------------------------------- */
.when-head { margin-bottom: 40px; }
.when-head .lede { margin: 18px 0 0; max-width: 640px; }
.seasons { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 2px; background: #ddd9d1; border: 1px solid #ddd9d1; }
.season { background: #fff; padding: 32px 28px; }
.season-t { font-family: var(--font-display); font-size: 26px; font-weight: 500; margin-bottom: 6px; }
.season-r { font-size: 11px; letter-spacing: .2em; text-transform: uppercase; color: var(--muted-2); margin-bottom: 14px; }
.season p { font-size: 14px; line-height: 1.7; color: var(--muted); margin: 0; }

/* Enquire ------------------------------------------------------------------ */
.enquire { scroll-margin-top: 110px; }
.enquire-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 56px; align-items: start; }
.enquire-copy .h2 { margin-bottom: 18px; }
.enquire-copy .lede { margin: 0 0 26px; }
.assure { display: flex; flex-direction: column; gap: 16px; }
.assure .hl-t { font-size: 14.5px; }
.assure .hl-d { line-height: 1.5; }
.hl svg.wa { color: var(--whatsapp); }
.enq-form { background: var(--paper); border: 1px solid var(--line); padding: 40px 36px; }
.g2 { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; margin-bottom: 18px; }
.g3 { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 18px; margin-bottom: 18px; }
.row { margin-bottom: 18px; }
.row.last { margin-bottom: 26px; }
.fld {
  width: 100%; border: 1px solid var(--line-2); background: #fff;
  padding: 14px 15px; font-size: 15px; font-family: inherit; color: var(--ink);
  outline: none; border-radius: 0;
  transition: border-color .25s;
}
.fld:focus { border-color: var(--ink); }
.fld::placeholder { color: var(--muted-3); }
textarea.fld { resize: vertical; }
.flb { display: block; font-size: 10.5px; letter-spacing: .16em; text-transform: uppercase; color: var(--muted-2); font-weight: 600; margin-bottom: 7px; }
.flb .opt { text-transform: none; letter-spacing: 0; color: var(--muted-3); }
.sw { position: relative; }
.sw::after {
  content: ""; position: absolute; right: 15px; bottom: 19px;
  width: 7px; height: 7px;
  border-right: 2px solid var(--ink); border-bottom: 2px solid var(--ink);
  transform: rotate(45deg); pointer-events: none;
}
select.fld { appearance: none; -webkit-appearance: none; cursor: pointer; padding-right: 34px; }
.enq-form .btn { width: 100%; justify-content: center; padding: 18px; }
.enq-form .btn[disabled] { opacity: .6; cursor: progress; transform: none; }
.form-note { font-size: 12px; color: var(--muted-2); text-align: center; margin: 14px 0 0; line-height: 1.55; }
.form-status { margin: 18px 0 0; padding: 16px 18px; font-size: 14px; line-height: 1.6; border: 1px solid var(--line-2); background: #fff; }
.form-status[hidden] { display: none; }
.form-status[data-state="ok"] { border-color: var(--ink); background: var(--sand); color: var(--ink); }
.form-status[data-state="error"] { border-color: #b3261e; color: #7a1a14; }
.form-status[data-state="pending"] { color: var(--muted); }
@media (max-width: 900px) { .enquire-grid { grid-template-columns: 1fr; gap: 36px; } }
@media (max-width: 760px) { .enq-form { padding: 26px 20px; } .g2, .g3 { grid-template-columns: 1fr; } }

/* Footer (Colombo variant) ------------------------------------------------- */
.site-footer { padding: 72px 0 36px; color: rgba(255,255,255,.7); }
.foot-grid { grid-template-columns: 1.5fr 1fr 1fr 1.2fr; gap: 46px; padding-bottom: 42px; }
.foot-logo { width: 84px; height: 84px; margin-bottom: 20px; }
.foot-blurb { max-width: 330px; margin-bottom: 20px; }
.foot-hours { display: inline-flex; align-items: center; gap: 9px; color: inherit; }
.foot-base { padding-top: 26px; }
@media (max-width: 900px) { .foot-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 560px) { .foot-grid { grid-template-columns: 1fr; } }
