﻿/* Category hub and dedicated collection pages */
.category-hub{padding:120px 6vw 135px;background:linear-gradient(145deg,#fff9ef 0,#effff9 48%,#e7f9ff 100%);position:relative;overflow:hidden}
.category-hub:before{content:"";position:absolute;width:420px;height:420px;border:75px solid rgba(255,200,61,.18);border-radius:50%;right:-180px;top:-180px}
.category-hub-head{display:grid;grid-template-columns:minmax(0,1fr) minmax(280px,430px);gap:6vw;align-items:end;margin-bottom:52px;position:relative}
.category-hub h2{font-size:clamp(52px,7vw,94px)}
.category-hub-intro{color:#526765;font-size:16px;line-height:1.75;margin:0}
.category-grid{display:grid;grid-template-columns:repeat(12,minmax(0,1fr));gap:18px;position:relative}
.category-card{grid-column:span 4;min-height:470px;position:relative;overflow:hidden;color:#fff;text-decoration:none;border-radius:20px;background:#084f59;box-shadow:0 18px 42px rgba(7,59,76,.13);isolation:isolate;transition:transform .35s ease,box-shadow .35s ease}
.category-card--wide{grid-column:span 8}.category-card:last-child{grid-column:span 12;min-height:420px}
.category-card>img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;transition:transform .7s cubic-bezier(.2,.7,.2,1)}
.category-shade{position:absolute;inset:0;background:linear-gradient(180deg,rgba(1,30,40,.05) 20%,rgba(1,28,38,.92) 100%),linear-gradient(120deg,rgba(1,38,48,.3),transparent 65%)}
.category-card:after{content:"";position:absolute;left:0;right:0;bottom:0;height:7px;background:var(--category-accent)}
.category-icon{position:absolute;z-index:1;left:25px;top:25px;width:52px;height:52px;display:grid;place-items:center;border-radius:50%;background:rgba(255,255,255,.93);color:var(--category-accent);box-shadow:0 8px 22px rgba(0,0,0,.15)}
.category-icon svg{width:27px;height:27px}
.category-count{position:absolute;z-index:1;right:22px;top:25px;padding:9px 13px;border:1px solid rgba(255,255,255,.45);border-radius:99px;background:rgba(4,42,53,.38);backdrop-filter:blur(8px);font-size:10px;text-transform:uppercase;letter-spacing:.12em}
.category-count b{font-size:13px;color:#fff}
.category-copy{position:absolute;z-index:1;left:28px;right:28px;bottom:29px;display:flex;flex-direction:column;align-items:flex-start}
.category-copy>small{text-transform:uppercase;letter-spacing:.17em;font-size:9px;color:#bffbf0;font-weight:800}
.category-copy>strong{font:700 clamp(27px,3vw,42px)/1.03 "Manrope";letter-spacing:-.05em;margin:10px 0}
.category-copy>span{max-width:540px;color:rgba(255,255,255,.82);font-size:13px;line-height:1.55}
.category-copy>em{font-style:normal;margin-top:20px;padding:10px 14px;border-radius:99px;background:#fff;color:#073b4c;font-size:10px;font-weight:800;text-transform:uppercase;letter-spacing:.08em}
.category-copy>em i{font-style:normal;margin-left:10px;color:var(--category-accent)}
.category-card:hover{transform:translateY(-8px);box-shadow:0 30px 55px rgba(7,59,76,.23)}
.category-card:hover>img{transform:scale(1.055)}
.category-card:focus-visible{outline:5px solid #ffc83d;outline-offset:4px}
.category-hub-note{text-align:center;color:#6e807e;font-size:11px;margin:28px 0 0}

/* Dedicated category page */
.category-page{--page-accent:#00a8b5;background:#f7fbf8}
.category-page .category-header{position:absolute;background:linear-gradient(180deg,rgba(3,28,39,.7),transparent);backdrop-filter:none}
.category-hero{height:600px;min-height:560px;position:relative;overflow:hidden;color:white;display:flex;align-items:flex-end}
.category-hero>img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}
.category-hero-shade{position:absolute;inset:0;background:linear-gradient(90deg,rgba(3,31,42,.86),rgba(3,31,42,.22) 72%),linear-gradient(0deg,rgba(3,31,42,.73),transparent 62%)}
.category-hero-content{position:relative;z-index:1;width:min(1180px,88vw);margin:0 auto;padding:0 0 58px}
.back-link{display:inline-block;color:rgba(255,255,255,.82);font-size:12px;font-weight:700;text-decoration:none;margin-bottom:26px;border-bottom:1px solid rgba(255,255,255,.4);padding-bottom:4px}
.hero-category-icon{width:58px;height:58px;border-radius:50%;display:grid;place-items:center;background:var(--page-accent);color:white;box-shadow:0 12px 30px rgba(0,0,0,.2);margin-bottom:19px}
.hero-category-icon svg{width:30px;height:30px}
.category-hero-content>p:not(.category-lead){text-transform:uppercase;letter-spacing:.18em;font-size:10px;font-weight:800;color:#c7fff5;margin:0 0 10px}
.category-hero h1{font-size:clamp(58px,8vw,105px);max-width:980px}
.category-lead{max-width:660px;font-size:16px;line-height:1.65;color:rgba(255,255,255,.84);margin:24px 0 0}
.category-total{position:absolute;right:0;bottom:62px;border:1px solid rgba(255,255,255,.45);border-radius:99px;padding:11px 16px;background:rgba(3,31,42,.35);backdrop-filter:blur(9px);font-size:10px;text-transform:uppercase;letter-spacing:.12em}
.category-browser{padding:0 6vw 125px;background:linear-gradient(160deg,#f7fbf8,#fff9e9)}
.category-tabs{width:min(1180px,100%);margin:0 auto 92px;display:flex;gap:8px;overflow-x:auto;padding:22px 0 10px;scrollbar-width:none}
.category-tabs::-webkit-scrollbar{display:none}
.category-tabs a{flex:0 0 auto;display:flex;align-items:center;gap:8px;padding:10px 14px;border:1px solid rgba(7,59,76,.16);border-radius:99px;background:white;color:#47615f;text-decoration:none;font-size:10px;font-weight:800;transition:.2s}
.category-tabs svg{width:17px;height:17px}
.category-tabs a:hover,.category-tabs a.active{background:var(--page-accent);border-color:var(--page-accent);color:white;transform:translateY(-2px)}
.category-search-row{width:min(1180px,100%);margin:0 auto;display:grid;grid-template-columns:1fr 380px;gap:45px;align-items:end}
.category-search-row h2{font-size:clamp(42px,5vw,70px)}
.category-search{height:58px;background:#fff;border:2px solid rgba(7,59,76,.16);border-radius:12px;display:flex;align-items:center;gap:12px;padding:0 18px;box-shadow:0 12px 30px rgba(7,59,76,.07)}
.category-search:focus-within{border-color:var(--page-accent);box-shadow:0 0 0 4px color-mix(in srgb,var(--page-accent) 18%,transparent)}
.category-search span{font-size:25px;color:var(--page-accent)}
.category-search input{border:0;outline:0;background:none;width:100%;font:14px "DM Sans";color:#073b4c}
.category-results-count{width:min(1180px,100%);margin:22px auto 42px;text-align:right;color:#6d7f7d;font-size:10px;text-transform:uppercase;letter-spacing:.14em}
.destination-grid{width:min(1180px,100%);margin:0 auto;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px}
.destination-card{min-width:0;background:#fff;border-radius:16px;overflow:hidden;box-shadow:0 14px 34px rgba(7,59,76,.1);border-top:6px solid var(--page-accent);transition:transform .28s ease,box-shadow .28s ease}
.destination-card:hover{transform:translateY(-6px);box-shadow:0 24px 46px rgba(7,59,76,.17)}
.destination-image{height:285px;position:relative;overflow:hidden;background:#d7eee9}
.destination-image img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .6s ease}
.destination-card:hover .destination-image img{transform:scale(1.035)}
.destination-family,.destination-note{position:absolute;z-index:1;top:16px;padding:8px 11px;border-radius:99px;font-size:8px;font-weight:800;text-transform:uppercase;letter-spacing:.1em}
.destination-family{left:16px;max-width:70%;background:#fff;color:#073b4c}
.destination-note{right:16px;background:var(--page-accent);color:#fff}
.destination-body{padding:27px}
.destination-body h3{font:700 clamp(24px,2.7vw,34px)/1.08 "Manrope";letter-spacing:-.045em;margin:0 0 13px}
.destination-body>p{color:#566b69;font-size:13px;line-height:1.62;margin:0}
.destination-facts{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;border-top:1px solid rgba(7,59,76,.14);border-bottom:1px solid rgba(7,59,76,.14);padding:18px 0;margin:22px 0}
.destination-facts span{display:flex;flex-direction:column;gap:6px;min-width:0}
.destination-facts small{font-size:8px;letter-spacing:.13em;color:#768683}
.destination-facts b{font:600 11px/1.4 "Manrope";overflow-wrap:anywhere}
.destination-tip{min-height:42px}
.destination-tip b{color:#073b4c}
.destination-actions{display:flex;flex-wrap:wrap;gap:9px;margin-top:22px}
.destination-actions a{flex:1;padding:12px;text-align:center;border:1px solid var(--page-accent);color:#075f67;text-decoration:none;font-size:10px;font-weight:800;border-radius:8px}
.destination-actions a.primary{background:var(--page-accent);color:white}
.destination-actions a:hover{background:#ff665b;border-color:#ff665b;color:white}
.restaurant-link-status{flex:1;display:flex;align-items:center;justify-content:center;padding:12px;border:1px dashed #b9cbc5;border-radius:8px;color:#667b78;font-size:10px;font-weight:700;text-align:center}
.restaurant-filters{display:flex;flex-wrap:wrap;gap:10px;margin:-14px 0 34px;padding-bottom:24px;border-bottom:1px solid #dce8e3}
.restaurant-filters button{border:1px solid #c7d8d2;background:white;color:#315d5c;border-radius:999px;padding:11px 17px;font:800 11px "DM Sans";cursor:pointer;transition:.2s ease}
.restaurant-filters button:hover,.restaurant-filters button.active{background:#e65b3f;border-color:#e65b3f;color:white;transform:translateY(-1px)}
.restaurant-card-tags{position:absolute;left:16px;bottom:14px;display:flex;flex-wrap:wrap;gap:6px}
.restaurant-card-tags span{padding:6px 9px;border-radius:999px;background:rgba(7,59,76,.9);color:white;font-size:9px;font-weight:800;letter-spacing:.06em;text-transform:uppercase;backdrop-filter:blur(6px)}
.category-empty{text-align:center;padding:75px 0;color:#607472}
.category-empty span{font-size:50px}.category-empty h3{font:700 27px "Manrope";margin:8px}.category-empty p{margin:0}
.category-cta{padding:100px 6vw;background:linear-gradient(135deg,#073b4c,#007f87);color:white;display:grid;grid-template-columns:1fr auto;gap:50px;align-items:end}
.category-cta h2{font-size:clamp(48px,6vw,82px)}
.category-cta>a{display:flex;align-items:center;gap:45px;padding:17px 20px;border-radius:99px;background:#ffc83d;color:#073b4c;text-decoration:none;font-size:12px;font-weight:800}
.category-cta>a span{font-size:20px}

@media(max-width:1000px){
  .category-card{grid-column:span 6}.category-card--wide{grid-column:span 12}
  .destination-grid{grid-template-columns:1fr}
}
@media(max-width:900px){
  .category-hub-head{grid-template-columns:1fr}
  .category-page .category-header nav{display:none}
  .category-total{position:static;display:inline-block;margin-top:22px}
  .category-search-row{grid-template-columns:1fr}
}
@media(max-width:620px){
  .category-hub{padding:82px 5vw 90px}.category-hub-head{margin-bottom:35px}
  .category-grid{display:flex;flex-direction:column;gap:14px}
  .category-card,.category-card--wide,.category-card:last-child{min-height:390px;border-radius:15px}
  .category-icon{width:46px;height:46px;left:19px;top:19px}.category-count{right:17px;top:20px}
  .category-copy{left:21px;right:21px;bottom:24px}.category-copy>strong{font-size:31px}
  .category-copy>span{font-size:12px}
  .category-hero{height:660px}.category-hero-content{padding-bottom:38px}
  .category-hero h1{font-size:56px}.category-lead{font-size:14px}
  .category-browser{padding:0 5vw 85px}.category-tabs{margin-bottom:65px}
  .category-search{height:54px}.category-results-count{text-align:left;margin-bottom:24px}
  .destination-image{height:230px}.destination-body{padding:21px}
  .destination-facts{grid-template-columns:1fr 1fr}.destination-facts span:last-child{grid-column:1/-1}
  .destination-actions{flex-direction:column}
  .category-cta{grid-template-columns:1fr;padding:80px 6vw}.category-cta>a{justify-content:space-between}
}
@media(prefers-reduced-motion:reduce){
  .category-card,.category-card>img,.destination-card,.destination-image img{transition:none}
}

