/* ------------------------------------------------------------------ *
 *  thecruisebrief.com
 *
 *  Same tokens as brand/brand.css. Duplicated rather than imported so the
 *  site can be deployed as a folder of static files with no build step and
 *  no dependency on the video pipeline's directory layout.
 * ------------------------------------------------------------------ */

:root {
  --deep:     #0A1626;
  --panel:    #10203A;
  --panel-2:  #16283F;
  --grid:     #1B3A57;
  --cyan:     #17C2E9;
  --blue:     #14A2DC;
  --hot:      #BFEAFF;
  --pale:     #CFE6F5;
  --slate:    #8FB2CC;
  --dim:      #61809A;
  --warn:     #E8A33C;
  --font: "Archivo", "Helvetica Neue", Arial, sans-serif;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }

body {
  margin: 0;
  background: var(--deep);
  color: #fff;
  font-family: var(--font);
  font-size: 17px;
  line-height: 1.62;
  -webkit-font-smoothing: antialiased;
}

.wrap { max-width: 940px; margin: 0 auto; padding: 0 24px; }

a { color: var(--cyan); text-underline-offset: 3px; }
a:focus-visible { outline: 2px solid var(--cyan); outline-offset: 3px; border-radius: 2px; }

/* ---------- header ---------- */
header.top {
  border-bottom: 1px solid var(--grid);
  position: sticky; top: 0; z-index: 10;
  background: rgba(10, 22, 38, .92);
  backdrop-filter: blur(10px);
}
.bar { display: flex; align-items: center; gap: 22px; padding: 15px 0; }

.mark { display: flex; flex-direction: column; line-height: 1; text-decoration: none; }
.mark .pre { font-size: 8px; font-weight: 600; letter-spacing: .5em; color: var(--cyan); }
.mark .nm  { font-size: 19px; font-weight: 700; letter-spacing: .05em; color: #fff; margin-top: 5px; }
.mark .nm i { font-style: normal; font-weight: 400; color: var(--pale); }

nav { margin-left: auto; display: flex; gap: 22px; align-items: center; }
nav a {
  font-size: 13px; font-weight: 600; letter-spacing: .1em; text-transform: uppercase;
  color: var(--slate); text-decoration: none;
}
nav a:hover { color: #fff; }

.btn {
  display: inline-block;
  background: var(--cyan); color: #06202C;
  font-weight: 700; font-size: 14px; letter-spacing: .04em;
  padding: 11px 20px; border-radius: 4px; text-decoration: none;
  white-space: nowrap;
}
.btn:hover { background: var(--hot); }
.btn.ghost { background: transparent; color: var(--pale); border: 1px solid var(--grid); }
.btn.ghost:hover { border-color: var(--cyan); color: #fff; background: transparent; }

/* ---------- hero ---------- */
.hero { padding: 92px 0 74px; text-align: center; position: relative; overflow: hidden; }
.hero::before {
  content: ""; position: absolute; inset: 0;
  background: radial-gradient(900px 460px at 50% 8%, #14304C 0%, rgba(10,22,38,0) 68%);
  pointer-events: none;
}
.hero > * { position: relative; }

.lockup .pre {
  font-size: clamp(10px, 1.5vw, 14px); font-weight: 600;
  letter-spacing: .62em; text-indent: .62em; color: var(--cyan);
}
.lockup .nm {
  font-size: clamp(40px, 9vw, 82px); font-weight: 700;
  letter-spacing: .06em; text-indent: .06em; line-height: .98;
  margin-top: 14px; white-space: nowrap;
}
.lockup .nm i { font-style: normal; font-weight: 400; color: var(--pale); }
.lockup .rule { height: 4px; background: var(--cyan); margin: 22px auto 0; max-width: 560px; }

.promise {
  margin: 26px auto 0; max-width: 30ch;
  font-size: clamp(19px, 2.6vw, 25px); font-weight: 500; line-height: 1.4;
  color: var(--pale); text-wrap: balance;
}
.when {
  margin-top: 16px;
  font-size: 14px; font-weight: 600; letter-spacing: .28em; text-transform: uppercase;
  color: var(--cyan);
}
.cta { margin-top: 34px; display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; }

/* ---------- sections ---------- */
section { padding: 62px 0; border-top: 1px solid var(--grid); }
.eyebrow {
  font-size: 11px; font-weight: 600; letter-spacing: .22em;
  text-transform: uppercase; color: var(--blue); margin-bottom: 14px;
}
h2 {
  font-size: clamp(24px, 3.6vw, 34px); font-weight: 700;
  letter-spacing: -.02em; line-height: 1.14; margin: 0 0 18px;
  text-wrap: balance;
}
h3 { font-size: 18px; font-weight: 600; margin: 0 0 8px; }
p { margin: 0 0 16px; max-width: 66ch; color: var(--pale); }
p.lead { font-size: 19px; }

.cards { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 16px; margin-top: 28px; }
.card { background: var(--panel); border: 1px solid var(--grid); border-radius: 6px; padding: 22px 24px; }
.card p { font-size: 15.5px; margin: 0; color: var(--slate); }
.card .n {
  font-size: 11px; font-weight: 700; letter-spacing: .16em;
  color: var(--cyan); margin-bottom: 12px;
}

ul.covers { list-style: none; padding: 0; margin: 26px 0 0; display: grid;
            grid-template-columns: repeat(auto-fit, minmax(230px, 1fr)); gap: 12px 26px; }
ul.covers li {
  display: flex; gap: 12px; align-items: flex-start;
  font-size: 16px; color: var(--pale); padding: 9px 0;
  border-bottom: 1px solid var(--grid);
}
ul.covers li::before {
  content: ""; flex: none; width: 9px; height: 9px; margin-top: 8px;
  border-radius: 50%; border: 2px solid var(--cyan);
}

.take { background: var(--panel-2); border-left: 3px solid var(--cyan); border-radius: 0 6px 6px 0; padding: 26px 30px; }
.take p:last-child { margin-bottom: 0; }

.note { background: var(--panel); border: 1px solid var(--grid); border-radius: 6px; padding: 22px 26px; margin-top: 26px; }
.note p { margin: 0; font-size: 15.5px; color: var(--slate); }
.note strong { color: var(--pale); font-weight: 600; }

/* ---------- embed ---------- */
.embed { position: relative; padding-top: 56.25%; border-radius: 6px; overflow: hidden;
         background: var(--panel-2); border: 1px solid var(--grid); margin-top: 26px; }
.embed iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }

/* ---------- footer ---------- */
footer { border-top: 1px solid var(--grid); padding: 40px 0 60px; }
footer .row { display: flex; gap: 26px; flex-wrap: wrap; align-items: baseline; }
footer p { font-size: 13.5px; color: var(--dim); max-width: 60ch; }
footer a { color: var(--slate); }
.foot-mark { font-size: 15px; font-weight: 700; letter-spacing: .05em; color: var(--slate); }

@media (max-width: 620px) {
  nav a:not(.btn) { display: none; }
  .hero { padding: 60px 0 52px; }
  section { padding: 46px 0; }
}
