:root {
  --ink: #16333b;
  --paper: #f6f2e9;
  --cream: #ebe3d4;
  --sea: #0d5d69;
  --coral: #ee6c4d;
  --white: #fffdf8;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: "DM Sans", sans-serif;
}
button, input { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { color: inherit; }
a { color: inherit; text-decoration: none; }
.site-header {
  height: 82px;
  padding: 0 4vw;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: var(--white);
  position: relative;
  z-index: 10;
}
.brand { display: flex; align-items: center; flex: 0 0 auto; }
.brand img { display: block; width: 260px; height: auto; }
.main-nav { display: flex; gap: 36px; font-size: 14px; font-weight: 600; }
.main-nav a { position: relative; }
.main-nav a::after { content:""; position:absolute; left:0; right:100%; bottom:-8px; height:2px; background:var(--coral); transition:.25s; }
.main-nav a:hover::after { right:0; }
.saved-button {
  border: 0; background: transparent; display: flex; align-items: center; gap: 8px; cursor: pointer; font-weight: 600;
}
.saved-button svg { width: 18px; }
.saved-button b { background: var(--ink); color: white; width: 21px; height: 21px; display: grid; place-items:center; border-radius:50%; font-size:11px; }

.hero { position: relative; min-height: 680px; height: calc(100vh - 82px); overflow: hidden; color: white; }
.hero-image { position: absolute; width: 100%; height: 100%; object-fit: cover; }
.hero-shade { position:absolute; inset:0; background: linear-gradient(90deg, rgba(7,37,43,.74) 0%, rgba(7,37,43,.25) 48%, rgba(7,37,43,.03) 80%), linear-gradient(0deg, rgba(8,40,45,.22), transparent 50%); }
.hero-content { position:relative; z-index:2; padding: clamp(90px, 13vh, 150px) 8vw; max-width: 740px; }
.eyebrow { margin: 0 0 18px; color: var(--coral); font-size: 12px; font-weight: 800; letter-spacing:.19em; text-transform:uppercase; }
.eyebrow.light { color:#ffd4c4; }
.hero h1, h2, blockquote { font-family:"Manrope"; letter-spacing:-.055em; }
.hero h1 { margin:0; font-size:clamp(64px, 8.2vw, 126px); line-height:.82; }
.hero h1 em { font-weight:700; color:#ffd0bd; }
.hero-content > p:not(.eyebrow) { max-width:520px; margin:28px 0 32px; font-size:17px; line-height:1.65; }
.primary-button {
  display:inline-flex; gap:18px; align-items:center; background:var(--coral); color:white; padding:17px 22px; border-radius:4px;
  font-size:13px; font-weight:700; transition:.2s;
}
.primary-button:hover { transform: translateY(-2px); background:#da5e42; }
.primary-button svg { width:17px; }
.tvtas-word { position:absolute; right:4vw; bottom:42px; z-index:2; display:flex; gap:7px; font:800 clamp(42px,6vw,90px)/1 "Manrope"; opacity:.9; }
.tvtas-word span:nth-child(2) { color:#f6c453; }
.tvtas-word span:nth-child(3) { color:#ef7658; }
.tvtas-word span:nth-child(4) { color:#d8e0c8; }
.tvtas-word span:nth-child(5) { color:#9fc7d7; }
.weather-pill { position:absolute; right:4vw; top:35px; z-index:2; display:flex; align-items:center; gap:12px; border:1px solid #ffffff55; background:#173b3c70; backdrop-filter:blur(8px); padding:10px 14px; border-radius:30px; font-size:12px; }
.weather-pill svg { width:16px; }
.weather-pill strong { border-left:1px solid #ffffff55; padding-left:12px; }

.intro { padding:110px 7vw 55px; display:grid; grid-template-columns:1fr 1fr; gap:60px; align-items:end; }
h2 { font-size:clamp(42px,5.2vw,78px); line-height:.98; margin:0; }
.intro-copy { max-width:520px; font-size:18px; line-height:1.7; opacity:.75; }
.island-strip { display:grid; grid-template-columns:repeat(5,1fr); padding:0 4vw 110px; }
.island-card {
  min-width:0; min-height:270px; border:0; border-right:1px solid #17333b24; background:transparent; padding:22px; cursor:pointer;
  display:flex; flex-direction:column; justify-content:space-between; align-items:flex-start; text-align:left; transition:.25s; position:relative;
}
.island-card:first-child { border-left:1px solid #17333b24; }
.island-card:hover, .island-card.active { background:var(--white); transform:translateY(-6px); box-shadow:0 18px 40px #17333b12; }
.island-card.active::after { content:""; position:absolute; left:22px; right:22px; bottom:0; height:4px; background:var(--accent); }
.island-number { font-size:11px; font-weight:800; opacity:.5; }
.island-card strong { display:block; font:800 19px "Manrope"; }
.island-card small { display:block; margin-top:5px; opacity:.55; font-size:12px; }
.island-shape { display:block; height:35px; width:78%; background:var(--accent); border-radius:60% 35% 55% 40%; transform:rotate(-5deg); clip-path:polygon(0 53%, 14% 27%, 33% 34%, 47% 12%, 69% 32%, 100% 26%, 91% 63%, 66% 74%, 38% 65%, 15% 85%); }
.shape-vlieland { width:55%; transform:rotate(-12deg); }
.shape-terschelling { width:92%; transform:rotate(-2deg); }
.shape-ameland { width:78%; }
.shape-schier { width:86%; transform:rotate(-7deg); }

.explore { background:#fffdf9; padding:105px 5vw 125px; }
.explore-heading { display:flex; justify-content:space-between; align-items:end; max-width:1350px; margin:auto; }
.island-summary { display:flex; gap:32px; padding-bottom:8px; }
.island-summary span { display:grid; grid-template-columns:24px auto; font-size:12px; opacity:.7; }
.island-summary svg { grid-row:1/3; width:18px; }
.island-summary b { font-size:15px; }
.toolbar { max-width:1350px; margin:50px auto 24px; display:flex; align-items:center; justify-content:space-between; gap:20px; border-top:1px solid #17333b20; border-bottom:1px solid #17333b20; padding:16px 0; }
.filters { display:flex; gap:5px; flex-wrap:wrap; }
.filter { border:0; background:transparent; padding:10px 13px; border-radius:30px; display:flex; gap:7px; align-items:center; cursor:pointer; font-size:12px; font-weight:700; }
.filter svg { width:15px; }
.filter.active { background:var(--ink); color:white; }
.search-box { display:flex; align-items:center; gap:8px; min-width:200px; }
.search-box svg { width:17px; opacity:.5; }
.search-box input { width:100%; border:0; outline:0; background:transparent; color:var(--ink); }
.results-meta { max-width:1350px; margin:0 auto 20px; display:flex; justify-content:space-between; align-items:center; font-size:12px; opacity:.7; }
.results-meta button { border:0; background:transparent; cursor:pointer; display:flex; align-items:center; gap:7px; font-weight:700; }
.results-meta svg { width:15px; }
.place-grid { max-width:1350px; margin:auto; display:grid; grid-template-columns:repeat(3,1fr); gap:22px; }
.place-card { background:var(--paper); min-height:360px; padding:24px; display:flex; flex-direction:column; position:relative; overflow:hidden; cursor:pointer; transition:.25s; }
.place-card:hover { transform:translateY(-5px); box-shadow:0 20px 45px #16333b18; }
.place-card::before { content:""; position:absolute; width:250px; height:250px; border-radius:50%; background:var(--card-accent); opacity:.12; right:-85px; top:-100px; }
.place-card.featured { grid-column:span 2; background:var(--ink); color:white; }
.place-card.featured::before { width:420px; height:420px; opacity:.25; }
.card-top { display:flex; justify-content:space-between; align-items:center; position:relative; z-index:2; }
.category-label { display:flex; gap:7px; align-items:center; text-transform:uppercase; letter-spacing:.14em; font-size:10px; font-weight:800; }
.category-label svg { width:15px; }
.favorite { border:1px solid currentColor; border-radius:50%; background:transparent; width:36px; height:36px; display:grid; place-items:center; cursor:pointer; opacity:.65; }
.favorite svg { width:16px; pointer-events:none; }
.favorite.active { background:var(--coral); border-color:var(--coral); color:white; opacity:1; }
.place-card h3 { margin:auto 0 10px; font:800 clamp(25px,3vw,40px)/1.08 "Manrope"; letter-spacing:-.04em; max-width:500px; position:relative; z-index:2; }
.place-card > p { margin:0 0 24px; opacity:.68; font-size:13px; line-height:1.55; max-width:520px; position:relative; z-index:2; }
.card-meta { display:flex; justify-content:space-between; align-items:center; border-top:1px solid currentColor; padding-top:16px; opacity:.68; font-size:11px; position:relative; z-index:2; }
.card-meta span { display:flex; align-items:center; gap:5px; }
.card-meta svg { width:14px; }
.empty-state { text-align:center; padding:70px; }

.quote-section { background:#dfe6d4; padding:120px 7vw 0; text-align:center; position:relative; overflow:hidden; }
.quote-mark { font:700 120px/1 Georgia; color:var(--coral); height:70px; }
blockquote { margin:0; font-size:clamp(48px,7vw,104px); line-height:1; }
.quote-section > p { text-transform:uppercase; letter-spacing:.17em; font-size:10px; font-weight:800; margin:25px 0 100px; }
.newsletter { margin:auto; max-width:1100px; background:var(--coral); color:white; padding:38px 45px; display:flex; align-items:center; justify-content:space-between; text-align:left; }
.newsletter span { display:block; text-transform:uppercase; letter-spacing:.17em; font-size:9px; margin-bottom:10px; }
.newsletter strong { font:700 21px/1.3 "Manrope"; }
.newsletter form { display:flex; width:min(380px,45%); border-bottom:1px solid white; }
.newsletter input { flex:1; min-width:0; border:0; background:transparent; color:white; padding:12px 0; outline:0; }
.newsletter input::placeholder { color:#ffffffaa; }
.newsletter button { border:0; background:transparent; color:white; cursor:pointer; }
footer { min-height:190px; display:flex; align-items:center; justify-content:space-between; gap:30px; padding:40px 6vw; background:var(--ink); color:white; }
.footer-brand { padding: 8px 12px; border-radius: 4px; background: var(--white); }
.footer-brand img { width: 230px; }
footer p { opacity:.55; font-size:12px; }
footer > div { display:flex; gap:25px; font-size:12px; }

dialog { border:0; padding:0; width:min(600px,90vw); color:var(--ink); background:var(--paper); box-shadow:0 30px 100px #071f26aa; }
dialog::backdrop { background:#071f26aa; backdrop-filter:blur(3px); }
.dialog-close { position:absolute; right:18px; top:18px; z-index:2; width:38px; height:38px; display:grid; place-items:center; border:0; border-radius:50%; background:white; cursor:pointer; }
.dialog-close svg { width:18px; }
.dialog-inner { padding:55px; }
.dialog-inner .category-label { color:var(--coral); }
.dialog-inner h3 { font:800 44px/1.05 "Manrope"; margin:25px 0 15px; letter-spacing:-.04em; }
.dialog-inner p { line-height:1.7; opacity:.72; }
.dialog-stats { display:flex; gap:30px; border-top:1px solid #16333b28; margin-top:30px; padding-top:25px; }
.dialog-stats span { display:flex; gap:7px; align-items:center; font-size:12px; font-weight:700; }
.dialog-stats svg { width:17px; color:var(--coral); }
.toast { position:fixed; left:50%; bottom:25px; transform:translate(-50%,30px); background:var(--ink); color:white; padding:12px 18px; border-radius:4px; font-size:12px; opacity:0; pointer-events:none; transition:.25s; z-index:20; }
.toast.show { opacity:1; transform:translate(-50%,0); }

@media (max-width: 900px) {
  .main-nav { display:none; }
  .hero { min-height:620px; height:auto; }
  .tvtas-word { display:none; }
  .intro { grid-template-columns:1fr; gap:10px; }
  .island-strip { overflow-x:auto; grid-template-columns:repeat(5,210px); }
  .explore-heading, .toolbar { align-items:flex-start; flex-direction:column; }
  .place-grid { grid-template-columns:repeat(2,1fr); }
  .place-card.featured { grid-column:span 2; }
}
@media (max-width: 600px) {
  .site-header { height:70px; padding:0 20px; }
  .brand img { width: 195px; }
  .saved-button span { display:none; }
  .hero-content { padding:100px 24px 140px; }
  .hero h1 { font-size:62px; }
  .weather-pill { top:auto; bottom:25px; left:24px; right:auto; }
  .intro { padding:80px 24px 40px; }
  h2 { font-size:45px; }
  .island-strip { padding:0 24px 80px; }
  .explore { padding:80px 20px; }
  .island-summary { gap:15px; }
  .toolbar { margin-top:35px; }
  .filters { flex-wrap:nowrap; width:100%; overflow-x:auto; padding-bottom:5px; }
  .filter { flex:0 0 auto; }
  .search-box { width:100%; border-top:1px solid #16333b20; padding-top:15px; }
  .place-grid { grid-template-columns:1fr; }
  .place-card.featured { grid-column:auto; }
  .newsletter { margin:0 -7vw; padding:35px 25px; flex-direction:column; align-items:flex-start; gap:25px; }
  .newsletter form { width:100%; }
  footer { flex-direction:column; align-items:flex-start; }
  .footer-brand img { width: 215px; }
  .dialog-inner { padding:55px 30px 35px; }
  .dialog-inner h3 { font-size:36px; }
}
