/* ==========================================================================
   RockSee — shared stylesheet
   Brand palette (teal / coral) in an international OTA layout: dark brand
   header, photo hero with an overlapping white search card, white surfaces,
   real photography carrying the personality.
   ========================================================================== */

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

:root{
  --teal:#2FA8A0;
  --teal-dark:#1C7E77;
  --teal-deep:#17403D;
  --coral:#FF8A5C;
  --coral-dark:#E86F41;

  --page:#F6F7F7;
  --surface:#FFFFFF;
  --surface-2:#F0F4F4;

  --ink:#14312E;
  --body-text:#3D4F4C;
  --muted:#6E827F;

  --line:#DFE6E5;
  --line-strong:#C5D2D0;

  --shadow-sm:0 1px 2px rgba(20,49,46,.06), 0 1px 3px rgba(20,49,46,.04);
  --shadow-md:0 4px 12px rgba(20,49,46,.08);
  --shadow-lg:0 12px 32px rgba(20,49,46,.12);

  --display:'Plus Jakarta Sans', system-ui, sans-serif;
  --body:'Inter', system-ui, sans-serif;

  --r:8px;
  --r-lg:14px;
}

*{box-sizing:border-box;}
html{-webkit-text-size-adjust:100%;}
html, body{max-width:100%;overflow-x:hidden;}
.hero, .hero-inner, .hero-notes, .search-card{display:block;}
.search-card{display:flex;}
.hero-inner > *, .hero-notes > *{max-width:100%;}
body{
  margin:0;background:var(--page);color:var(--body-text);
  font-family:var(--body);font-size:16px;line-height:1.6;
}
a{color:var(--teal-dark);text-decoration:none;}
a:hover{text-decoration:underline;}
:focus-visible{outline:2px solid var(--teal);outline-offset:2px;}
img{max-width:100%;display:block;}

/* ==========================  HEADER  ========================== */
nav{
  display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;
  padding:14px 5vw;background:var(--teal-deep);position:sticky;top:0;z-index:60;
}
.brand{display:flex;align-items:center;gap:9px;text-decoration:none;}
.brand:hover{text-decoration:none;}
.brand svg{width:26px;height:26px;}
.brand .name{font-family:var(--display);font-weight:800;font-size:19px;letter-spacing:-0.02em;color:#fff;}
.nav-toggle{
  display:none;background:transparent;border:1px solid rgba(255,255,255,.35);border-radius:var(--r);
  width:42px;height:36px;cursor:pointer;color:#fff;font-size:12px;font-weight:600;
  align-items:center;justify-content:center;
}
.nav-right{display:flex;align-items:center;gap:18px;flex-wrap:nowrap;}
.navlinks{display:flex;gap:4px;align-items:center;flex-wrap:nowrap;}
.navlinks a{
  font-size:14px;font-weight:500;color:rgba(255,255,255,.9);text-decoration:none;
  padding:8px 11px;border-radius:var(--r);white-space:nowrap;
}
.navlinks a:hover{background:rgba(255,255,255,.12);color:#fff;text-decoration:none;}
.back{font-size:14px;font-weight:500;color:rgba(255,255,255,.9);text-decoration:none;}
.back:hover{color:#fff;text-decoration:none;}
.lang{
  font-family:var(--body);font-size:13px;font-weight:500;
  border:1px solid rgba(255,255,255,.35);border-radius:var(--r);
  background:transparent;color:#fff;padding:7px 28px 7px 10px;cursor:pointer;
  -webkit-appearance:none;appearance:none;
  background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23ffffff' stroke-width='2'><path d='M6 9l6 6 6-6'/></svg>");
  background-repeat:no-repeat;background-position:right 8px center;background-size:13px;
}
.lang option{color:var(--ink);}
#accountArea{display:flex;align-items:center;gap:12px;}
#accountArea .account-email{font-size:13px;color:rgba(255,255,255,.75);}
#accountArea .account-email b{color:#fff;font-weight:600;}
#accountArea a{color:#fff;font-weight:600;font-size:14px;}
#accountArea button{
  background:transparent;border:1px solid rgba(255,255,255,.35);border-radius:var(--r);
  padding:7px 13px;cursor:pointer;color:#fff;font-family:var(--body);font-size:13px;font-weight:500;
}
#accountArea button:hover{background:rgba(255,255,255,.12);}

@media (max-width:1080px){
  .nav-toggle{display:flex;}
  .nav-right{
    display:none;order:3;width:100%;flex-direction:column;align-items:flex-start;gap:14px;
    padding-top:14px;margin-top:14px;border-top:1px solid rgba(255,255,255,.18);
  }
  .nav-right.open{display:flex;}
  .navlinks{flex-direction:column;align-items:stretch;gap:2px;width:100%;flex-wrap:wrap;}
  .navlinks a{padding:10px 0;}
  #accountArea{flex-direction:column;align-items:flex-start;gap:10px;}
}

/* ==========================  TYPE / LAYOUT  ========================== */
main{max-width:1080px;margin:0 auto;padding:40px 5vw 80px;}
main.narrow{max-width:720px;}

h1{
  font-family:var(--display);font-weight:800;font-size:clamp(27px,3.4vw,38px);
  line-height:1.15;letter-spacing:-0.025em;color:var(--ink);margin:0 0 12px;
}
h2{font-family:var(--display);font-weight:700;font-size:23px;letter-spacing:-0.02em;color:var(--ink);margin:40px 0 16px;}
h3{font-family:var(--display);font-weight:700;font-size:17px;letter-spacing:-0.01em;color:var(--ink);margin:22px 0 8px;}
p{margin:0 0 16px;}
ul,ol{padding-left:22px;margin:0 0 16px;}
li{margin-bottom:8px;}

.eyebrow{
  font-size:12.5px;font-weight:700;letter-spacing:0.08em;text-transform:uppercase;
  color:var(--teal-dark);margin-bottom:10px;
}
.sub, .subtitle, .lede, .desc{color:var(--muted);}
.sub{font-size:16px;margin-bottom:26px;}
.lede{font-family:var(--display);font-weight:600;font-size:19px;color:var(--ink);line-height:1.5;}
.dates, .updated{font-size:13px;color:var(--muted);margin-bottom:32px;}
.section-head{margin-bottom:20px;}
.section-head h2{margin-top:0;}
.section-head p{color:var(--muted);font-size:15px;max-width:58ch;}

/* ==========================  PHOTO HERO  ========================== */
.hero{position:relative;background:var(--teal-deep);overflow:hidden;}
.hero-inner{position:relative;z-index:1;width:100%;max-width:1080px;margin:0 auto;padding:92px 5vw 112px;}
.hero .eyebrow{color:#9BDDD6;}
.hero h1{color:#fff;max-width:20ch;font-size:clamp(30px,4.2vw,46px);}
.hero .sub{color:rgba(255,255,255,.86);max-width:50ch;font-size:17px;margin-bottom:0;}

.search-card{
  position:relative;z-index:2;max-width:1080px;margin:-52px auto 0;
  background:var(--surface);border-radius:var(--r-lg);box-shadow:var(--shadow-lg);
  padding:20px;display:flex;gap:12px;align-items:flex-end;flex-wrap:wrap;
}
.search-field{flex:1 1 200px;min-width:0;position:relative;}
.search-field label{display:block;font-size:12px;font-weight:600;color:var(--muted);margin-bottom:6px;}
.search-field input{
  width:100%;padding:13px 14px;border:1.5px solid var(--line);border-radius:var(--r);
  background:var(--surface);color:var(--ink);font-family:var(--body);font-size:15.5px;font-weight:500;
}
.search-field input:focus{outline:none;border-color:var(--teal);box-shadow:0 0 0 3px rgba(47,168,160,.16);}
.search-card .btn-primary{padding:14px 30px;font-size:15.5px;}
.hero-notes{max-width:1080px;margin:22px auto 0;padding:0 5vw;}
.honesty-note, .launch-banner{font-size:13px;line-height:1.7;color:var(--muted);max-width:70ch;}
.launch-banner{
  background:rgba(47,168,160,.09);border:1px solid rgba(47,168,160,.28);border-radius:var(--r);
  padding:12px 15px;margin-bottom:12px;color:var(--teal-dark);font-weight:500;
}
.launch-banner .seed{display:none;}

/* ==========================  BUTTONS  ========================== */
.btn, .btn-primary, .submit-btn, .btn-post, .btn-save, .btn-publish, .follow-btn{
  display:inline-block;font-family:var(--body);font-size:15px;font-weight:600;
  background:var(--coral);color:#fff;border:1.5px solid var(--coral);border-radius:var(--r);
  padding:12px 22px;cursor:pointer;text-align:center;text-decoration:none;
  transition:background .14s ease, border-color .14s ease;
}
.btn:hover, .btn-primary:hover, .submit-btn:hover, .btn-post:hover, .btn-save:hover,
.btn-publish:hover, .follow-btn:hover{
  background:var(--coral-dark);border-color:var(--coral-dark);color:#fff;text-decoration:none;
}
.btn:disabled, .btn-primary:disabled, .submit-btn:disabled, .btn-post:disabled{opacity:.45;cursor:not-allowed;}
.submit-btn{width:100%;margin-top:26px;}
.btn-publish{background:var(--teal);border-color:var(--teal);}
.btn-publish:hover{background:var(--teal-dark);border-color:var(--teal-dark);}

.btn-outline, .btn-cancel, .btn-change, .btn-signout, .btn-edit, .btn-delete,
.btn-reject, .btn-view, .settings-gear, .filter-pill{
  display:inline-block;font-family:var(--body);font-size:14px;font-weight:600;
  background:var(--surface);color:var(--teal-dark);
  border:1.5px solid var(--line-strong);border-radius:var(--r);
  padding:10px 17px;cursor:pointer;text-align:center;text-decoration:none;
}
.btn-outline:hover, .btn-cancel:hover, .btn-change:hover, .btn-signout:hover,
.btn-edit:hover, .btn-view:hover, .settings-gear:hover{
  border-color:var(--teal);background:var(--surface-2);text-decoration:none;
}
.btn-delete, .btn-reject{color:var(--coral-dark);}
.btn-delete:hover, .btn-reject:hover{border-color:var(--coral);background:#FFF4EF;}
.follow-btn{background:var(--teal);border-color:var(--teal);}
.follow-btn:hover{background:var(--teal-dark);border-color:var(--teal-dark);}
.follow-btn.following{background:var(--surface);color:var(--teal-dark);border-color:var(--line-strong);}
.follow-btn.following:hover{border-color:var(--coral);color:var(--coral-dark);background:#FFF4EF;}
.settings-gear{width:38px;height:38px;display:inline-flex;align-items:center;justify-content:center;padding:0;font-size:12px;}
.filter-pill{border-radius:999px;padding:8px 16px;}
.filter-pill.active{background:var(--teal-deep);color:#fff;border-color:var(--teal-deep);}
.filter-pills{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:26px;}
.cta-row, .action-row, .edit-actions, .review-actions{display:flex;gap:10px;flex-wrap:wrap;align-items:center;}

/* ==========================  FORMS  ========================== */
label{display:block;font-size:12.5px;font-weight:600;color:var(--muted);margin:20px 0 7px;}
input[type=text], input[type=email], input[type=password], input[type=date],
select, textarea{
  width:100%;padding:12px 14px;border:1.5px solid var(--line);border-radius:var(--r);
  background:var(--surface);color:var(--ink);font-family:var(--body);font-size:15px;
}
input:focus, select:focus, textarea:focus{
  outline:none;border-color:var(--teal);box-shadow:0 0 0 3px rgba(47,168,160,.16);
}
textarea{resize:vertical;min-height:120px;line-height:1.65;}
input[type=file]{width:100%;font-size:13.5px;padding:10px 0;border:none;background:none;}
input[type=checkbox]{width:auto;accent-color:var(--teal);}
.file-note, .edit-note, .hint{font-size:12.5px;line-height:1.65;color:var(--muted);margin-top:7px;}
.msg, .status-msg{font-size:13.5px;margin-top:12px;}
.msg.error, .status-msg.error{color:#C0392B;}
.msg.success, .status-msg.success{color:var(--teal-dark);}

.star-picker{display:flex;gap:5px;}
.star-picker span{font-size:30px;line-height:1;cursor:pointer;color:var(--line-strong);transition:color .1s ease;}
.star-picker span.active{color:var(--coral);}

.autocomplete-wrap{position:relative;}
.autocomplete-list{
  position:absolute;top:calc(100% + 4px);left:0;right:0;z-index:40;display:none;
  background:var(--surface);border:1px solid var(--line);border-radius:var(--r);
  box-shadow:var(--shadow-md);max-height:250px;overflow-y:auto;
}
.autocomplete-list.open{display:block;}
.autocomplete-item{padding:11px 14px;cursor:pointer;font-size:14.5px;color:var(--ink);}
.autocomplete-item:hover, .autocomplete-item.highlighted{background:var(--surface-2);}
.autocomplete-item .cat{font-size:12.5px;color:var(--muted);margin-left:7px;}
.autocomplete-empty{padding:12px 14px;font-size:13.5px;color:var(--muted);}

/* ==========================  CARDS  ========================== */
.review-card, .review-item, .feed-item, .op-card, .post-card, .trending-card,
.account-card, .field-row, .item, .overview, .user-card{
  background:var(--surface);border:1px solid var(--line);border-radius:var(--r-lg);
  padding:20px 22px;margin-bottom:14px;box-shadow:var(--shadow-sm);
}
.post-card, .trending-card, .op-card, .user-card{display:block;text-decoration:none;color:inherit;}
.post-card:hover, .trending-card:hover, .op-card:hover, .user-card:hover{
  box-shadow:var(--shadow-md);border-color:var(--line-strong);text-decoration:none;
}
.review-top, .item-top, .top-row, .overview-top, .feed-head, .review-foot,
.review-foot-row, .field-display, .foot-grid{
  display:flex;justify-content:space-between;align-items:flex-start;gap:12px;flex-wrap:wrap;
}
.review-foot, .review-foot-row, .field-display{align-items:center;}

.reviewer{display:flex;align-items:center;gap:11px;text-decoration:none;color:inherit;}
.reviewer:hover{text-decoration:none;}
.avatar, .avatar-sm, .avatar-big{
  flex-shrink:0;display:flex;align-items:center;justify-content:center;border-radius:50%;
  background:var(--teal);color:#fff;font-family:var(--display);font-weight:700;
}
.avatar, .avatar-sm{width:36px;height:36px;font-size:14px;}
.avatar-big{width:66px;height:66px;font-size:25px;}

.who .name, .name, .op-name, .op, .display-name, .feed-head .name{
  font-family:var(--display);font-weight:700;font-size:15.5px;color:var(--ink);letter-spacing:-0.01em;
}
.who .trip, .who .meta, .meta, .review-meta, .meta-row, .trip, .handle, .username,
.count, .time, .dot, .feed-op-line, .view-count, .review-stats, .body-text, .queue-count{
  font-size:13px;color:var(--muted);
}
.feed-op-line b, .meta b{color:var(--ink);font-weight:600;}

.op-badge, .category-badge, .review-tag, .verified-badge, .status-pill, .edited-badge, .route-pill{
  display:inline-block;font-size:12px;font-weight:600;border-radius:999px;
  padding:4px 11px;background:var(--surface-2);color:var(--muted);border:none;
}
.category-badge{background:var(--teal-deep);color:#fff;margin-bottom:16px;}
.verified-badge, .review-tag{background:rgba(47,168,160,.13);color:var(--teal-dark);margin-left:7px;}
.status-pill.published{background:rgba(47,168,160,.13);color:var(--teal-dark);}
.status-pill.pending{background:#FFF3E6;color:#B5691F;}
.status-pill.rejected{background:#FFECE6;color:var(--coral-dark);}
.edited-badge{background:none;padding:0;font-weight:400;font-style:italic;color:var(--muted);}
.route-pill{background:var(--surface);border:1px solid var(--line);}
.route-pill b{color:var(--coral-dark);}

.stars, .review-stars, .feed-stars{font-size:14px;letter-spacing:1px;color:var(--coral);white-space:nowrap;}
.stars-empty{color:var(--line-strong);font-size:14px;letter-spacing:1px;}

.review-body, .review-text, .feed-text, .body-snippet{
  font-size:15px;line-height:1.7;color:var(--body-text);margin-top:12px;
}
.feed-text{white-space:pre-wrap;}
.body-snippet{font-size:14px;}

.like-btn{
  font-family:var(--body);font-size:13.5px;font-weight:600;
  background:var(--surface);border:1.5px solid var(--line-strong);border-radius:999px;
  padding:7px 15px;cursor:pointer;color:var(--muted);
}
.like-btn:hover{border-color:var(--coral);color:var(--coral-dark);}
.like-btn.liked{border-color:var(--coral);color:var(--coral-dark);background:#FFF4EF;}
.like-count{font-weight:700;}

/* ==========================  SECTIONS  ========================== */
section{padding:48px 5vw;}
section > .section-head, section > .board, section > .dest-grid,
section > .trending-grid, section > .why-grid, section > .trending-more,
section > #homeTrendingList, section > .explore-grid{max-width:1080px;margin-left:auto;margin-right:auto;}

.board{background:var(--surface);border:1px solid var(--line);border-radius:var(--r-lg);overflow:hidden;box-shadow:var(--shadow-sm);}
.board-row{
  display:grid;grid-template-columns:1fr auto;align-items:center;gap:16px;
  padding:18px 22px;border-bottom:1px solid var(--line);text-decoration:none;color:inherit;
}
.board-row:last-child{border-bottom:none;}
.board-row:hover{background:var(--surface-2);text-decoration:none;}
.board-code{display:none;}
.board-dest{font-family:var(--display);font-weight:700;font-size:16.5px;color:var(--ink);letter-spacing:-0.01em;}
.board-note{font-size:13.5px;color:var(--muted);display:block;margin-top:3px;}
.board-arrow{font-size:16px;color:var(--teal);}

.explore-grid, .trending-grid, .why-grid, .route-grid{
  display:grid;grid-template-columns:repeat(auto-fit,minmax(255px,1fr));gap:16px;
}
.explore-card, .why-item{
  background:var(--surface);border:1px solid var(--line);border-radius:var(--r-lg);
  padding:22px;text-decoration:none;color:inherit;box-shadow:var(--shadow-sm);
}
.explore-card:hover{box-shadow:var(--shadow-md);text-decoration:none;}
.explore-icon{display:none;}
.explore-title{font-family:var(--display);font-weight:700;font-size:16.5px;color:var(--ink);margin-bottom:7px;}
.explore-desc{font-size:14px;color:var(--muted);line-height:1.6;}
.trending-grid.is-empty{display:block;}
.trending-card{margin-bottom:0;}
.trending-more{display:inline-block;margin-top:20px;font-size:15px;font-weight:600;color:var(--teal-dark);}

section.why{background:var(--teal-deep);}
section.why h2, section.why h3{color:#fff;}
section.why .eyebrow{color:#9BDDD6;}
section.why .why-item{background:rgba(255,255,255,.06);border-color:rgba(255,255,255,.14);box-shadow:none;}
section.why .why-item p{color:rgba(255,255,255,.75);font-size:14px;}
.why-item .num{
  display:block;font-size:12px;font-weight:700;letter-spacing:0.08em;text-transform:uppercase;
  color:#9BDDD6;margin-bottom:8px;
}

.route-search-wrap{
  display:flex;gap:12px;flex-wrap:wrap;align-items:flex-end;
  background:var(--surface);border:1px solid var(--line);border-radius:var(--r-lg);
  padding:18px;margin-bottom:32px;box-shadow:var(--shadow-sm);
}
.route-search-field{flex:1 1 200px;min-width:0;position:relative;}
.route-search-field label{margin:0 0 6px;}
.route-search-wrap .btn-primary{padding:13px 26px;}

.route-summary{margin-bottom:28px;padding-bottom:22px;border-bottom:1px solid var(--line);}
.route-summary-title{font-family:var(--display);font-weight:700;font-size:15px;color:var(--ink);}
.route-summary-pills{display:flex;flex-wrap:wrap;gap:8px;margin-top:11px;}
.category-section{margin-bottom:36px;}
.category-heading{
  font-family:var(--display);font-weight:700;font-size:16px;color:var(--ink);
  padding-bottom:10px;margin-bottom:14px;border-bottom:2px solid var(--teal);display:inline-block;
}

.rating-block{text-align:right;}
.rating-block .score{font-family:var(--display);font-weight:800;font-size:34px;line-height:1;color:var(--teal-dark);}
.rating-block .count{display:block;margin-top:4px;}

.reviews-head{display:flex;justify-content:space-between;align-items:center;gap:14px;flex-wrap:wrap;margin-bottom:18px;}
.reviews-head h2{margin:0;}
.sort-wrap select{
  width:auto;font-size:14px;font-weight:500;padding:10px 34px 10px 13px;
  -webkit-appearance:none;appearance:none;
  background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%236E827F' stroke-width='2'><path d='M6 9l6 6 6-6'/></svg>");
  background-repeat:no-repeat;background-position:right 11px center;background-size:14px;
}

.tabs{display:flex;gap:6px;background:var(--surface-2);border-radius:999px;padding:5px;margin-bottom:26px;}
.tabs button{
  flex:1;padding:10px 8px;border:none;background:transparent;border-radius:999px;cursor:pointer;
  font-family:var(--body);font-size:14px;font-weight:600;color:var(--muted);
}
.tabs button.active{background:var(--surface);color:var(--ink);box-shadow:var(--shadow-sm);}

.profile-head{display:flex;align-items:center;gap:18px;margin-bottom:12px;}
.profile-name h1{font-size:26px;margin:0;}
.profile-name .handle{margin-top:3px;}
.profile-bio{font-size:15px;line-height:1.7;margin:12px 0 0;max-width:62ch;}
.stats-row{display:flex;gap:12px;margin:20px 0 22px;flex-wrap:wrap;}
.stats-row > div{
  background:var(--surface);border:1px solid var(--line);border-radius:var(--r);
  padding:12px 20px;min-width:104px;
}
.stats-row b{display:block;font-family:var(--display);font-weight:800;font-size:21px;line-height:1.15;color:var(--ink);}
.stats-row span{font-size:12.5px;color:var(--muted);}

.feed-item{display:flex;gap:13px;align-items:flex-start;}
.feed-body-col{flex:1;min-width:0;}
.feed-head{align-items:baseline;gap:7px;}
.feed-actions{margin-top:13px;}

.compose-cta, .signin-cta, .signin-prompt, .callout, .empty-note, .gate{
  background:var(--surface);border:1px solid var(--line);border-radius:var(--r-lg);
  padding:20px 22px;margin-bottom:24px;box-shadow:var(--shadow-sm);
}
.callout{background:rgba(47,168,160,.07);border-color:rgba(47,168,160,.28);}
.compose-cta{display:flex;justify-content:space-between;align-items:center;gap:16px;flex-wrap:wrap;}
.compose-cta-text{font-size:15px;color:var(--body-text);}
.signin-prompt, .gate{text-align:center;}
.signin-prompt p, .gate p{color:var(--muted);font-size:15px;margin-bottom:18px;}
.badge-req{
  display:inline-block;font-size:12px;font-weight:700;letter-spacing:0.06em;text-transform:uppercase;
  color:var(--coral-dark);background:#FFF4EF;border-radius:999px;padding:5px 13px;margin-bottom:12px;
}

.field-row{position:relative;}
.field-value{font-size:15.5px;font-weight:500;color:var(--ink);word-break:break-word;}
.field-edit{display:none;margin-top:15px;padding-top:15px;border-top:1px solid var(--line);}
.field-edit.open{display:block;}
.field-edit input, .field-edit textarea{margin-bottom:11px;}
.field-label{font-size:12.5px;font-weight:600;color:var(--muted);margin-bottom:8px;}
.edit-form{background:var(--surface-2);border-radius:var(--r);padding:18px 20px;margin:13px 0;}
.edit-form label{margin-top:14px;}
.edit-form label:first-child{margin-top:0;}
.account-card{display:flex;justify-content:space-between;align-items:center;gap:14px;flex-wrap:wrap;}
.account-card .email{font-size:14.5px;color:var(--muted);}
.account-card .email b{color:var(--ink);font-weight:600;}

table{
  width:100%;border-collapse:collapse;margin:20px 0;font-size:14.5px;
  background:var(--surface);border:1px solid var(--line);border-radius:var(--r-lg);overflow:hidden;
}
th{
  text-align:left;font-family:var(--display);font-size:13px;font-weight:700;color:var(--ink);
  padding:12px 14px;background:var(--surface-2);
}
td{padding:12px 14px;border-top:1px solid var(--line);vertical-align:top;}

.search-row input{margin-bottom:26px;}
.user-card{display:flex;align-items:center;gap:13px;}
.empty-state, .empty, .loading{font-size:14.5px;color:var(--muted);text-align:center;padding:52px 20px;}
.empty-note{font-size:14px;color:var(--muted);text-align:center;}
.pullquote{
  font-family:var(--display);font-weight:700;font-size:20px;line-height:1.45;color:var(--ink);
  border-left:3px solid var(--coral);padding-left:20px;margin:30px 0;
}

/* ==========================  FOOTER  ========================== */
footer{
  background:var(--teal-deep);color:rgba(255,255,255,.7);
  padding:48px 5vw 40px;font-size:13.5px;line-height:1.8;
}
footer a{color:rgba(255,255,255,.82);}
footer a:hover{color:#fff;}
.foot-grid{
  max-width:1080px;margin:0 auto 30px;
  display:flex;justify-content:space-between;gap:32px;flex-wrap:wrap;align-items:flex-start;
}
.foot-col b{display:block;font-family:var(--display);font-size:14px;font-weight:700;color:#fff;margin-bottom:10px;}
.foot-col div{line-height:1.95;}
.disclosure{
  max-width:1080px;margin:0 auto;border-top:1px solid rgba(255,255,255,.15);padding-top:18px;
  font-size:12.5px;line-height:1.75;color:rgba(255,255,255,.55);
}
.social-links, .social-links-footer{display:flex;gap:15px;margin-top:13px;}
.social-links a, .social-links-footer a{color:rgba(255,255,255,.7);display:inline-flex;}
.social-links a:hover, .social-links-footer a:hover{color:#fff;}
.social-links-footer{justify-content:center;}

/* ==========================  RESPONSIVE  ========================== */
@media (max-width:760px){
  .hero-inner{padding:56px 5vw 84px;}
  .search-card{margin:-40px auto 0;padding:16px;flex-direction:column;align-items:stretch;}
  .search-field{flex:1 1 auto;width:100%;}
  .search-card .btn-primary{width:100%;}
  .hero h1{font-size:30px;}
  .hero .sub{font-size:15.5px;}
  .route-search-field{min-width:100%;}
  .route-search-wrap .btn-primary{width:100%;}
  .rating-block{text-align:left;}
  .stats-row > div{flex:1;min-width:88px;padding:11px 14px;}
}

@media (prefers-reduced-motion:reduce){
  *{transition:none !important;animation:none !important;}
}
