/* azino777u3.top — Азино777 / Azino777, концепт «Тропическая лагуна / Остров». Палитра: бирюза лагуны + коралл + песок */

:root {
  --bg: #0c1416;
  --bg-2: #102022;
  --bg-3: #16302e;
  --line: #1d423e;
  --line-2: #2a5a52;
  --txt: #fdf1e8;
  --txt-d: #ecc2a8;
  --txt-dd: #b08a72;
  --acc: #1fc9bd;      /* turquoise */
  --acc-2: #ff7e52;    /* coral */
  --acc-2-d: #0f9488;  /* deep teal */
  --hot: #ffa06a;
  --sand: #f2c14e;
  --good: #6ee7dd;
  --r: 14px;
  --r-s: 8px;
}

* { box-sizing: border-box }
html { scroll-behavior: smooth }
body {
  margin: 0;
  font: 16px/1.64 "Cuprum", ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", system-ui, Arial, sans-serif;
  color: var(--txt);
  background:
    radial-gradient(980px 560px at 88% -12%, rgba(31, 201, 189, .16) 0%, transparent 60%),
    radial-gradient(860px 600px at -8% 58%, rgba(255, 126, 82, .07) 0%, transparent 62%),
    var(--bg);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
img { max-width: 100%; display: block; height: auto }
a { color: var(--acc); text-decoration: none }
a:hover { text-decoration: underline }

.lagoonskip {
  position: absolute; top: -44px; left: 8px;
  padding: 8px 12px; background: var(--acc); color: #04100f;
  border-radius: 6px; z-index: 100; font-weight: 700;
}
.lagoonskip:focus { top: 8px }

/* ===== TOP BAR ===== */
.lagoonbar {
  display: flex; align-items: center; gap: 16px;
  padding: 12px 22px;
  border-bottom: 1px solid var(--line);
  background: rgba(12, 20, 22, .84);
  backdrop-filter: blur(10px);
  position: sticky; top: 0; z-index: 50;
}
.atolllogo { display: flex; align-items: center; gap: 11px; color: var(--txt) }
.atolllogo:hover { text-decoration: none }
.atolllogo__svg {
  width: 32px; height: 32px; flex: none;
  filter: drop-shadow(0 0 10px rgba(31, 201, 189, .55));
}
.atolllogo__t {
  font-family: "Pattaya", "Cuprum", system-ui, sans-serif;
  font-weight: 400; font-size: 25px; line-height: 1;
}
.atolllogo__sub {
  display: block; font-size: 10px; color: var(--txt-dd);
  letter-spacing: 2px; font-weight: 600; margin-top: 5px;
  text-transform: uppercase; font-family: "Cuprum", sans-serif;
}
.reefnav { display: flex; gap: 22px; margin-left: auto; flex-wrap: wrap }
.reefnav a {
  color: var(--txt-d); font-size: 15px; padding: 4px 0;
  border-bottom: 1px solid transparent; transition: color .15s, border-color .15s;
}
.reefnav a:hover { color: var(--acc); border-bottom-color: var(--acc); text-decoration: none }

/* ===== CTA ===== */
.surfcta {
  display: inline-flex; align-items: center; justify-content: center;
  padding: 11px 20px; border-radius: 8px;
  font-family: "Cuprum", system-ui, sans-serif;
  font-weight: 700; font-size: 15px;
  border: 1px solid transparent; white-space: nowrap;
  transition: transform .15s, box-shadow .2s, background .2s;
  cursor: pointer; letter-spacing: .2px;
}
.surfcta:hover { text-decoration: none; transform: translateY(-1px) }
.surfcta--small { background: var(--bg-3); color: var(--txt); border-color: var(--line) }
.surfcta--small:hover { background: var(--bg-2); border-color: var(--acc) }
.surfcta--big { padding: 15px 28px; font-size: 16px; border-radius: 10px }
.surfcta--hot {
  background: linear-gradient(120deg, var(--acc) 0%, var(--acc-2-d) 100%);
  color: #03110f; border: 0;
  box-shadow: 0 12px 30px -10px rgba(31, 201, 189, .7);
  font-weight: 700;
}
.surfcta--hot:hover { box-shadow: 0 16px 40px -8px rgba(31, 201, 189, .92) }
.surfcta--ghost { background: transparent; color: var(--txt); border-color: var(--line) }
.surfcta--ghost:hover { border-color: var(--acc); color: var(--acc) }

/* ===== AGGREGATE TICKER STRIP ===== */
.surfticker {
  display: grid; grid-template-columns: repeat(5, 1fr);
  gap: 0; padding: 10px 22px;
  border-bottom: 1px solid var(--line);
  background: linear-gradient(90deg, rgba(31, 201, 189, .05), rgba(255, 126, 82, .03));
  font-size: 13px;
}
.surfticker__cell {
  display: flex; flex-direction: column; gap: 2px;
  padding: 6px 14px;
  border-right: 1px solid var(--line);
  align-items: flex-start;
}
.surfticker__cell:last-child { border-right: 0 }
.surfticker__num {
  font-family: "Cuprum", system-ui, sans-serif;
  font-weight: 700; font-size: 16px; color: var(--acc);
  letter-spacing: .2px;
}
.surfticker__lbl { font-size: 11px; color: var(--txt-dd); letter-spacing: .5px; text-transform: uppercase }

/* ===== HERO ===== */
.lagoonhero {
  display: grid; grid-template-columns: 1.18fr 1fr; gap: 36px;
  padding: 48px 22px 20px;
  max-width: 1240px; margin: 0 auto;
  align-items: center;
}
.lagoonhero__chip {
  display: inline-block;
  font-size: 12px; letter-spacing: 1.2px; color: var(--acc);
  background: rgba(31, 201, 189, .08);
  border: 1px solid rgba(31, 201, 189, .28);
  padding: 6px 12px; border-radius: 4px;
  margin: 0 0 18px;
  text-transform: uppercase; font-weight: 700;
}
h1 {
  font-family: "Pattaya", "Cuprum", system-ui, sans-serif;
  font-size: clamp(27px, 3.7vw, 42px); line-height: 1.14;
  margin: 0 0 18px; letter-spacing: .2px; font-weight: 400;
}
.aqua { color: var(--acc) }
.lagoonhero__sub {
  color: var(--txt-d); font-size: 17px; margin: 0 0 14px; line-height: 1.66;
}
.lagoonhero__btns { display: flex; gap: 12px; flex-wrap: wrap; margin: 24px 0 28px }
.lagoonhero__pic { margin: 0 }
.lagoonhero__pic-svg {
  display: block; width: 100%; height: auto;
  border-radius: var(--r); border: 1px solid var(--line);
  background:
    radial-gradient(420px 320px at 26% 28%, rgba(31, 201, 189, .28), transparent 60%),
    radial-gradient(360px 280px at 80% 82%, rgba(255, 126, 82, .18), transparent 65%),
    linear-gradient(150deg, #0d1a1c 0%, #123330 100%);
  aspect-ratio: 16 / 11;
  box-shadow: 0 24px 64px -22px rgba(31, 201, 189, .4);
}
.lagoonhero__pic figcaption {
  margin-top: 12px; font-size: 13px; color: var(--txt-dd);
  font-style: italic; text-align: right;
}

/* wave divider */
.wavecurve { display: block; width: 100%; height: 34px; margin: -4px 0 0 }
.wavecurve svg { display: block; width: 100%; height: 100% }

/* HERO KPI */
.coralkpi {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px;
  padding: 18px 0 0; border-top: 1px solid var(--line);
}
.coralkpi__item { display: flex; flex-direction: column; gap: 2px }
.coralkpi__num {
  font-family: "Cuprum", system-ui, sans-serif;
  font-size: 27px; font-weight: 700;
  color: var(--acc); letter-spacing: 0;
}
.coralkpi__lbl { font-size: 11px; color: var(--txt-dd); text-transform: uppercase; letter-spacing: 1.1px }

/* ===== SECTIONS GENERAL ===== */
section {
  max-width: 1240px; margin: 0 auto;
  padding: 56px 22px;
}
section.lagoonhero { padding-top: 44px; padding-bottom: 8px }
.overtide {
  display: inline-block;
  font-family: "Pattaya", "Cuprum", system-ui, sans-serif;
  font-size: 16px; letter-spacing: .4px;
  color: var(--acc-2); font-weight: 400;
  margin: 0 0 8px;
}
h2 {
  font-family: "Pattaya", "Cuprum", system-ui, sans-serif;
  font-size: clamp(23px, 2.9vw, 33px); line-height: 1.22;
  margin: 0 0 16px; letter-spacing: .2px; font-weight: 400;
}
h3 {
  font-family: "Pattaya", "Cuprum", system-ui, sans-serif;
  font-size: clamp(18px, 1.9vw, 22px); line-height: 1.34;
  margin: 26px 0 10px; color: var(--acc); font-weight: 400; letter-spacing: .2px;
}
p { margin: 0 0 14px; color: var(--txt) }
.leadtide { color: var(--txt-d); font-size: 17px; margin-bottom: 24px; max-width: 790px }

/* ===== WELCOME ===== */
.shorewelcome {
  background:
    radial-gradient(720px 360px at 82% 26%, rgba(255, 126, 82, .07) 0%, transparent 70%),
    rgba(16, 32, 34, .6);
  border: 1px solid var(--line);
  border-radius: var(--r);
  margin: 32px 22px;
  max-width: none;
}
.shorewelcome__grid {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px;
  margin: 22px 0 24px;
}
.covebox {
  background: var(--bg-2);
  border: 1px solid var(--line);
  border-radius: var(--r);
  padding: 22px 20px;
  position: relative; overflow: hidden;
  transition: border-color .2s, transform .15s;
}
.covebox:hover { border-color: var(--acc); transform: translateY(-2px) }
.covebox::before {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(135deg, rgba(31, 201, 189, .08), transparent 60%);
  pointer-events: none;
}
.covebox__step {
  font-family: "Cuprum", system-ui, sans-serif;
  font-size: 11px; color: var(--acc-2); font-weight: 700;
  letter-spacing: 2px; margin-bottom: 8px; text-transform: uppercase;
}
.covebox__pct {
  font-family: "Cuprum", system-ui, sans-serif;
  font-size: 31px; font-weight: 700; line-height: 1;
  color: var(--acc); letter-spacing: -.3px;
  margin-bottom: 8px;
}
.covebox__title { font-weight: 700; font-size: 16px; margin-bottom: 6px }
.covebox__sub { font-size: 13.5px; color: var(--txt-d); line-height: 1.52 }

/* ===== THREE STEPS ===== */
.tidesteps__grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px;
  margin-top: 22px;
}
.reefbox {
  background: var(--bg-2);
  border: 1px solid var(--line);
  border-radius: var(--r);
  padding: 24px;
  position: relative;
}
.reefbox__num {
  font-family: "Pattaya", system-ui, sans-serif;
  position: absolute; top: 12px; right: 22px;
  font-size: 54px; font-weight: 400; line-height: 1;
  color: var(--bg-3);
}
.reefbox__head {
  font-size: 19px; font-weight: 700; margin-bottom: 12px;
  color: var(--acc);
}
.reefbox p { color: var(--txt-d); font-size: 14.5px; margin: 0 }

/* ===== SLOT GRID (palm wall) ===== */
.palmwall__grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: 14px; margin: 24px 0;
}
.conchcard {
  background: var(--bg-2);
  border: 1px solid var(--line);
  border-radius: var(--r);
  overflow: hidden;
  transition: transform .15s, border-color .2s, box-shadow .25s;
  display: flex; flex-direction: column;
}
.conchcard:hover {
  transform: translateY(-3px);
  border-color: var(--acc);
  box-shadow: 0 18px 36px -14px rgba(31, 201, 189, .4);
}
.conchcard__cover {
  width: 100%; aspect-ratio: 4 / 3;
  display: flex; align-items: center; justify-content: center;
  font-family: "Pattaya", system-ui, sans-serif;
  font-weight: 400; font-size: 23px; color: rgba(253, 241, 232, .95);
  text-align: center; padding: 14px;
  letter-spacing: 0; line-height: 1.18;
  position: relative; overflow: hidden;
}
.conchcard__cover::after {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(160deg, transparent 40%, rgba(0,0,0,.34) 100%);
  pointer-events: none;
}
.shell-1 { background: linear-gradient(135deg, #06322f 0%, #1fc9bd 100%) }
.shell-2 { background: linear-gradient(135deg, #3a2110 0%, #ff7e52 100%) }
.shell-3 { background: linear-gradient(135deg, #073038 0%, #45c8ee 100%) }
.shell-4 { background: linear-gradient(135deg, #1a3510 0%, #6ee7dd 100%); color: #05130f }
.shell-5 { background: linear-gradient(135deg, #3a1808 0%, #ffa06a 100%); color: #120704 }
.shell-6 { background: linear-gradient(135deg, #072a3a 0%, #2a9bd6 100%) }
.shell-7 { background: linear-gradient(135deg, #063230 0%, #0f9488 100%) }
.shell-8 { background: linear-gradient(135deg, #2a2408 0%, #f2c14e 100%); color: #120b04 }
.shell-9 { background: linear-gradient(135deg, #073a34 0%, #26d0a0 100%); color: #05130f }
.shell-10 { background: linear-gradient(135deg, #3a1420 0%, #ff8a76 100%) }
.shell-11 { background: linear-gradient(135deg, #082e2e 0%, #1fc9bd 100%) }
.shell-12 { background: linear-gradient(135deg, #241a3a 0%, #7fb0ff 100%) }

.conchcard h3 { font-size: 15.5px; margin: 12px 14px 4px; color: var(--txt); font-weight: 400; font-family: "Cuprum", sans-serif }
.conchcard p { font-size: 12.5px; color: var(--txt-d); margin: 0 14px 12px; line-height: 1.42 }
.haulbtn {
  display: block; padding: 10px;
  margin: auto 12px 12px;
  background: var(--bg-3); color: var(--txt);
  text-align: center; border-radius: 6px; font-size: 13.5px; font-weight: 700;
  border: 1px solid var(--line); transition: all .15s;
}
.haulbtn:hover { background: var(--acc); border-color: var(--acc); color: #03110f; text-decoration: none }

.islandprov { margin: 22px 0 0 }
.islandprov__title { font-size: 12px; color: var(--acc-2); margin-bottom: 10px; letter-spacing: 1.3px; text-transform: uppercase; font-weight: 700 }
.islandprov__list { display: flex; flex-wrap: wrap; gap: 8px }
.islandprov__list span {
  padding: 6px 12px;
  background: var(--bg-2);
  border: 1px solid var(--line);
  border-radius: 4px;
  font-size: 12.5px; color: var(--txt-d);
}

/* ===== LOYALTY ===== */
.lagoonrewards { }
.coralperk-grid {
  display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px;
  margin-top: 22px;
}
.coralperk {
  background: var(--bg-2);
  border: 1px solid var(--line);
  border-radius: var(--r);
  padding: 22px 24px;
  transition: border-color .2s;
}
.coralperk:hover { border-color: var(--acc-2) }
.coralperk__h { font-weight: 700; font-size: 18px; margin-bottom: 10px; color: var(--acc-2) }
.coralperk p { color: var(--txt-d); font-size: 14.5px; margin: 0; line-height: 1.62 }

/* VIP ladder as stacked steps */
.atollladder {
  display: grid; grid-template-columns: repeat(6, 1fr);
  gap: 6px; margin-top: 16px;
}
.reefstep {
  background: var(--bg-3);
  border: 1px solid var(--line);
  border-radius: 6px;
  padding: 10px 8px;
  text-align: center;
  position: relative;
}
.reefstep:nth-child(1) { transform: translateY(0) }
.reefstep:nth-child(2) { transform: translateY(-5px) }
.reefstep:nth-child(3) { transform: translateY(-14px) }
.reefstep:nth-child(4) { transform: translateY(-23px); border-color: var(--acc); background: var(--bg-2) }
.reefstep:nth-child(5) { transform: translateY(-33px); border-color: var(--acc); background: var(--bg-2) }
.reefstep:nth-child(6) { transform: translateY(-44px); border-color: var(--acc-2); background: linear-gradient(135deg, var(--bg-2), rgba(255, 126, 82, .1)) }
.reefstep__name {
  font-family: "Cuprum", system-ui, sans-serif;
  font-size: 12px; font-weight: 700; color: var(--txt);
  display: block; line-height: 1.06; margin-bottom: 5px;
}
.reefstep__cb { font-size: 11px; color: var(--txt-d) }
.reefstep:nth-child(6) .reefstep__name { color: var(--acc-2) }

/* ===== TOUR ===== */
.islandtour {
  background:
    radial-gradient(640px 360px at 50% 46%, rgba(31, 201, 189, .1) 0%, transparent 70%),
    var(--bg-2);
  border: 1px solid var(--line);
  border-radius: var(--r);
  margin: 32px 22px; max-width: none;
  text-align: center;
}
.islandtour__btns { margin: 22px 0 28px }
.tidestat {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px;
  margin-top: 22px;
}
.tidestat > div {
  background: var(--bg-3);
  border: 1px solid var(--line);
  border-radius: var(--r);
  padding: 18px 16px;
  display: flex; flex-direction: column; align-items: center; gap: 4px;
  text-align: center;
}
.tidestat span {
  font-family: "Cuprum", system-ui, sans-serif;
  font-size: 23px; font-weight: 700; color: var(--acc);
  margin-bottom: 4px; letter-spacing: 0;
}
.tidestat i { font-size: 14px; font-weight: 700; color: var(--txt); font-style: normal }
.tidestat em { font-size: 12px; color: var(--txt-d); font-style: normal; line-height: 1.42 }

/* ===== LIVE ===== */
.lagoonlive__grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 14px; margin-top: 22px;
}
.sandbarbox {
  background: var(--bg-2);
  border: 1px solid var(--line);
  border-radius: var(--r);
  overflow: hidden;
  position: relative;
  transition: transform .15s, border-color .2s, box-shadow .25s;
}
.sandbarbox:hover {
  transform: translateY(-3px);
  border-color: var(--hot);
  box-shadow: 0 18px 36px -14px rgba(255, 160, 106, .4);
}
.sandbarbox__cover {
  width: 100%; aspect-ratio: 16 / 9;
  display: flex; align-items: center; justify-content: center;
  font-family: "Pattaya", system-ui, sans-serif;
  font-weight: 400; font-size: 19px; color: rgba(253, 241, 232, .95);
  padding: 12px; text-align: center; letter-spacing: 0;
  position: relative; overflow: hidden;
}
.sandbar-1 { background: linear-gradient(135deg, #072a3a 0%, #45c8ee 100%) }
.sandbar-2 { background: linear-gradient(135deg, #3a1808 0%, #ff7e52 100%) }
.sandbar-3 { background: linear-gradient(135deg, #063230 0%, #1fc9bd 100%) }
.sandbar-4 { background: linear-gradient(135deg, #2a2408 0%, #f2c14e 100%); color: #120b04 }
.sandbar-5 { background: linear-gradient(135deg, #3a1420 0%, #ffa06a 100%) }
.sandbar-6 { background: linear-gradient(135deg, #073a34 0%, #26d0a0 100%); color: #05130f }

.sandbarbox__b { padding: 14px 16px 16px; position: relative }
.sandbarbox__t { font-weight: 700; font-size: 16px; margin-bottom: 4px }
.sandbarbox__s { font-size: 12.5px; color: var(--txt-d); margin-bottom: 10px }
.sandbarbox__m { font-size: 13px; color: var(--acc-2); font-weight: 700; margin-bottom: 4px }
.sandbarbox__p { font-size: 12.5px; color: var(--txt-dd) }
.sandbarbox__live {
  position: absolute; top: 12px; right: 16px;
  background: var(--hot); color: #120704;
  padding: 3px 10px; border-radius: 4px;
  font-size: 10px; font-weight: 700; letter-spacing: 1.1px; text-transform: uppercase;
}

/* ===== BRAND OVERVIEW ===== */
.horizonview h3 {
  border-left: 3px solid var(--acc);
  padding-left: 14px; margin-top: 30px;
}
.horizonview p { color: var(--txt); line-height: 1.72 }
.wardtide {
  display: flex; flex-wrap: wrap; gap: 10px;
  margin-top: 28px; padding-top: 22px; border-top: 1px solid var(--line);
}
.wardtide__item {
  padding: 7px 13px;
  background: var(--bg-2);
  border: 1px solid var(--acc);
  border-radius: 4px;
  font-size: 12.5px; color: var(--txt);
  letter-spacing: .3px;
}

/* ===== REVIEWS (castaway logbook) ===== */
.castaway__grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px;
  margin-top: 22px;
}
.castawaycard {
  background: var(--bg-2);
  border: 1px solid var(--line);
  border-radius: var(--r);
  padding: 22px 24px;
  display: flex; flex-direction: column; gap: 14px;
}
.castawaycard__stars { color: var(--sand); font-size: 16px; letter-spacing: 4px }
.castawaycard__stars--four .castawaycard__off { color: var(--line-2) }
.castawaycard__q { font-size: 14.5px; line-height: 1.6; color: var(--txt); margin: 0 }
.castawaycard__meta {
  display: flex; align-items: center; gap: 10px;
  font-size: 12.5px; color: var(--txt-d);
  border-top: 1px solid var(--line); padding-top: 14px;
}
.castawaycard__a {
  display: flex; align-items: center; justify-content: center;
  width: 32px; height: 32px;
  background: linear-gradient(135deg, var(--acc), var(--acc-2));
  border-radius: 50%; color: #03110f; font-weight: 700; font-size: 14px;
  flex: none;
}

/* ===== PAYMENTS ===== */
.shorepay__grid {
  display: grid; grid-template-columns: repeat(6, 1fr); gap: 12px;
  margin: 22px 0 22px;
}
.lockerbox {
  background: var(--bg-2);
  border: 1px solid var(--line);
  border-radius: var(--r-s);
  padding: 18px 14px;
  text-align: center;
  display: flex; flex-direction: column; gap: 4px;
}
.lockerbox__n { font-size: 15px; color: var(--txt); font-weight: 700 }
.lockerbox__d { font-size: 11px; color: var(--txt-d); text-transform: uppercase; letter-spacing: 1px }

.timesurf {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px;
  margin-top: 8px;
}
.timesurf > div {
  background: var(--bg-3);
  border: 1px solid var(--line);
  border-radius: var(--r-s);
  padding: 14px 18px;
  display: flex; flex-direction: column; gap: 4px;
}
.timesurf__v {
  font-family: "Cuprum", system-ui, sans-serif;
  font-size: 16px; color: var(--acc); font-weight: 700;
}
.timesurf__d { font-size: 12.5px; color: var(--txt-d) }

/* ===== FINAL CTA ===== */
.finalcove {
  text-align: center; padding: 56px 22px;
  background:
    radial-gradient(620px 320px at 50% 50%, rgba(31, 201, 189, .16) 0%, transparent 70%),
    var(--bg-2);
  border-radius: var(--r);
  margin: 32px 22px;
  border: 1px solid var(--line);
  max-width: none;
}
.finalcove h2 { margin-bottom: 10px }
.finalcove p { color: var(--txt-d); margin-bottom: 24px }

/* ===== FAQ ===== */
.faqreef h2 { margin-bottom: 22px }
.reefitem {
  background: var(--bg-2);
  border: 1px solid var(--line);
  border-radius: var(--r-s);
  padding: 16px 20px;
  margin: 0 0 10px;
  transition: border-color .2s;
}
.reefitem[open] { border-color: var(--acc) }
.reefitem summary {
  cursor: pointer; font-weight: 700; list-style: none;
  position: relative; padding-right: 32px;
  display: flex; align-items: center; min-height: 24px;
  font-size: 16px;
}
.reefitem summary::-webkit-details-marker { display: none }
.reefitem summary::after {
  content: "≈"; position: absolute; right: 0; top: 50%; transform: translateY(-50%);
  width: 22px; height: 22px;
  border: 1px solid var(--line); border-radius: 4px;
  display: flex; align-items: center; justify-content: center;
  font-weight: 700; color: var(--acc); font-size: 14px;
  transition: transform .25s;
}
.reefitem[open] summary::after { transform: translateY(-50%) rotate(90deg); border-color: var(--acc) }
.reefitem p { margin: 12px 0 0; color: var(--txt-d); font-size: 15px; line-height: 1.66 }

/* ===== AUTHOR NOTE ===== */
.frondnote {
  max-width: 1240px; margin: 0 auto;
  padding: 8px 22px 48px;
}
.frondnote__box {
  background: var(--bg-2);
  border: 1px solid var(--line);
  border-left: 3px solid var(--acc-2);
  border-radius: var(--r);
  padding: 22px 26px;
}
.frondnote__box h2 { font-size: clamp(19px, 2.1vw, 24px); margin-bottom: 12px }
.frondnote__box p { color: var(--txt-d); font-size: 14.5px; line-height: 1.66; margin: 0 0 10px }
.driftwoodnote { font-size: 12.5px; color: var(--txt-dd); font-style: italic; margin: 4px 0 0 }

/* ===== FOOTER ===== */
.lagoonfoot {
  margin-top: 24px;
  border-top: 1px solid var(--line);
  background: rgba(12, 20, 22, .62);
}
.lagoonfoot__top {
  max-width: 1240px; margin: 0 auto;
  padding: 42px 22px 26px;
  display: grid; grid-template-columns: 1.4fr 2fr; gap: 36px;
}
.lagoonfoot__brand { font-size: 14px; color: var(--txt-d); line-height: 1.66 }
.lagoonfoot__logo {
  display: flex; align-items: center; gap: 10px;
  margin-bottom: 16px;
}
.lagoonfoot__logo span { display: flex; flex-direction: column; line-height: 1.12 }
.lagoonfoot__logo .lagoonfoot__brandname { color: var(--txt); font-size: 17px; font-weight: 700; margin-bottom: 2px; font-family: "Pattaya", sans-serif }
.lagoonfoot__legal { font-size: 12.5px; color: var(--txt-dd); margin: 0; line-height: 1.66 }
.lagoonfoot__legal .lagoonfoot__op { color: var(--acc) }
.lagoonfoot__cols {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px;
}
.palmcol h4 {
  font-family: "Cuprum", system-ui, sans-serif;
  font-size: 12px; color: var(--acc-2); font-weight: 700;
  text-transform: uppercase; letter-spacing: 1.5px;
  margin: 0 0 12px;
}
.palmcol ul { list-style: none; padding: 0; margin: 0 }
.palmcol li {
  font-size: 13.5px; color: var(--txt-d);
  padding: 4px 0; cursor: default;
  transition: color .15s;
}
.palmcol li:hover { color: var(--txt) }
.lagoonfoot__bottom {
  border-top: 1px solid var(--line);
  padding: 16px 22px;
  max-width: 1240px; margin: 0 auto;
  display: flex; justify-content: space-between; flex-wrap: wrap; gap: 14px;
  font-size: 12.5px; color: var(--txt-dd);
}

/* ===== RESPONSIVE ===== */
@media (max-width: 1024px) {
  .shorewelcome__grid { grid-template-columns: repeat(2, 1fr) }
  .shorepay__grid { grid-template-columns: repeat(3, 1fr) }
  .tidestat { grid-template-columns: repeat(2, 1fr) }
  .castaway__grid { grid-template-columns: 1fr }
  .lagoonfoot__top { grid-template-columns: 1fr }
  .surfticker { grid-template-columns: repeat(3, 1fr) }
  .surfticker__cell:nth-child(4), .surfticker__cell:nth-child(5) { border-top: 1px solid var(--line); padding-top: 8px }
  .atollladder { grid-template-columns: repeat(3, 1fr) }
  .reefstep { transform: none !important }
}

@media (max-width: 880px) {
  .lagoonhero { grid-template-columns: 1fr; gap: 24px; padding-top: 32px }
  .lagoonhero__pic { order: -1 }
  .reefnav { display: none }
  .lagoonbar { padding: 11px 14px }
  section { padding: 36px 16px }
  .shorewelcome, .islandtour, .finalcove { padding: 36px 18px; margin: 22px 14px }
  .tidesteps__grid { grid-template-columns: 1fr }
  .coralperk-grid { grid-template-columns: 1fr }
  .lagoonfoot__top { padding: 30px 16px 22px; gap: 22px }
  .lagoonfoot__cols { grid-template-columns: repeat(2, 1fr); gap: 18px }
  .surfticker { padding: 8px 14px; grid-template-columns: repeat(2, 1fr); font-size: 12px }
  .surfticker__cell { padding: 4px 10px }
  .timesurf { grid-template-columns: 1fr }
  .coralkpi { grid-template-columns: repeat(2, 1fr) }
}

@media (max-width: 480px) {
  .shorewelcome__grid { grid-template-columns: 1fr }
  .palmwall__grid { grid-template-columns: repeat(2, 1fr); gap: 10px }
  .lagoonlive__grid { grid-template-columns: 1fr }
  .conchcard h3 { font-size: 13.5px }
  .conchcard p { font-size: 11.5px }
  .conchcard__cover { font-size: 17px }
  .lagoonhero__btns { flex-direction: column; align-items: stretch }
  .surfcta--big { width: 100% }
  .shorepay__grid { grid-template-columns: repeat(2, 1fr) }
  .tidestat { grid-template-columns: 1fr }
  .lagoonfoot__cols { grid-template-columns: 1fr }
  .atollladder { grid-template-columns: repeat(2, 1fr) }
}
