/* ============================================================
   SecureDocUK — shared stylesheet
   Navy #1A2F4A / Darker #0D1B2A / Gold #C9A84C
   Playfair Display (headings) + Barlow (body)
   ============================================================ */
@import url('https://fonts.googleapis.com/css2?family=Barlow:wght@400;500;600;700&family=Playfair+Display:wght@600;700;800&display=swap');

:root {
  --navy: #1A2F4A;
  --navy-dark: #0D1B2A;
  --gold: #C9A84C;
  --gold-dark: #b3923c;
  --ink: #E8EDF2;
  --muted: #B0BEC5;
  --line: #2A3F5A;
  --bg: #0D1B2A;
  --bg-alt: #112338;
  --bg-tint: #16263C;
  --card: #1A2F4A;
  --footer: #0A1520;
  --radius: 10px;
  --shadow: 0 6px 24px rgba(13, 27, 42, 0.08);
  --shadow-lg: 0 14px 40px rgba(13, 27, 42, 0.14);
  --max: 1160px;
  --head: 'Playfair Display', Georgia, serif;
  --body: 'Barlow', system-ui, -apple-system, 'Segoe UI', sans-serif;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  font-family: var(--body);
  color: var(--ink);
  background: var(--bg);
  line-height: 1.65;
  font-size: 17px;
  -webkit-font-smoothing: antialiased;
}

h1, h2, h3, h4 { font-family: var(--head); color: #fff; line-height: 1.18; margin: 0 0 .5em; font-weight: 700; }
h1 { font-size: clamp(2rem, 5vw, 3.1rem); }
h2 { font-size: clamp(1.5rem, 3vw, 2.1rem); }
h3 { font-size: 1.22rem; }

p { margin: 0 0 1rem; }
a { color: var(--gold); text-decoration: none; }
a:hover { color: #fff; }
main a:not(.btn):not(.brand):not(.card-more):not(.card-etsy) { text-decoration: underline; text-decoration-color: var(--gold); text-underline-offset: 3px; }

.container { width: 100%; max-width: var(--max); margin: 0 auto; padding: 0 24px; }
.narrow { max-width: 820px; }

/* ---------- Buttons ---------- */
.btn {
  display: inline-block;
  font-family: var(--body);
  font-weight: 600;
  font-size: 1rem;
  letter-spacing: .01em;
  padding: 13px 26px;
  border-radius: var(--radius);
  border: 2px solid transparent;
  cursor: pointer;
  transition: transform .15s ease, background .2s ease, color .2s ease, border-color .2s ease;
  text-align: center;
  line-height: 1.2;
}
.btn:hover { transform: translateY(-2px); }
.btn-gold { background: var(--gold); color: var(--navy-dark); border-color: var(--gold); }
.btn-gold:hover { background: var(--gold-dark); border-color: var(--gold-dark); color: #fff; }
.btn-outline { background: transparent; color: #fff; border-color: rgba(255,255,255,.6); }
.btn-outline:hover { background: #fff; color: var(--navy); border-color: #fff; }
.btn-ghost { background: transparent; color: var(--gold); border-color: var(--gold); }
.btn-ghost:hover { background: var(--gold); border-color: var(--gold); color: var(--navy-dark); }
.btn-lg { padding: 16px 32px; font-size: 1.08rem; }
.btn-sm { padding: 10px 18px; font-size: .92rem; }
.btn-block { display: block; width: 100%; margin-top: 10px; }

.buy-group { display: flex; flex-wrap: wrap; gap: 14px; align-items: center; }

/* ---------- Header / nav ---------- */
.site-header {
  position: sticky; top: 0; z-index: 50;
  background: var(--navy-dark);
  border-bottom: 1px solid rgba(201,168,76,.25);
}
.nav-inner { display: flex; align-items: center; justify-content: space-between; height: 70px; }
.brand { font-family: var(--head); font-weight: 800; font-size: 1.5rem; color: #fff; letter-spacing: .01em; }
.brand span { color: var(--gold); }
/* Header logo image — sits on its own light badge to pop against the navy nav */
.logo-link { display: flex; align-items: center; text-decoration: none; }
.site-logo { height: 52px; width: auto; display: block; border-radius: 8px; box-shadow: 0 2px 6px rgba(0,0,0,.25); }
.site-nav { display: flex; align-items: center; gap: 28px; }
.site-nav a { color: #d7dde6; font-weight: 500; font-size: 1rem; }
.site-nav a:hover, .site-nav a.active { color: var(--gold); }
.site-nav .nav-cta { color: var(--navy-dark); }
.site-nav .nav-cta:hover { color: #fff; }

.nav-toggle { display: none; background: none; border: 0; width: 42px; height: 42px; padding: 9px; cursor: pointer; }
.nav-toggle span { display: block; height: 2px; background: var(--gold); margin: 5px 0; transition: .25s; border-radius: 2px; }
.nav-toggle.is-open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.nav-toggle.is-open span:nth-child(2) { opacity: 0; }
.nav-toggle.is-open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* ---------- Hero ---------- */
.hero {
  background: linear-gradient(160deg, var(--navy-dark) 0%, var(--navy) 100%);
  color: #fff; padding: 90px 0 86px; position: relative; overflow: hidden;
}
.hero::after {
  content: ""; position: absolute; right: -120px; top: -120px; width: 420px; height: 420px;
  background: radial-gradient(circle, rgba(201,168,76,.18), transparent 70%); pointer-events: none;
}
.hero h1 { color: #fff; max-width: 16ch; margin-bottom: .35em; }
.hero-tagline { font-size: 1.22rem; color: #cdd5e0; max-width: 46ch; margin-bottom: 2rem; }
.hero-cta { margin-top: .5rem; }
.eyebrow { text-transform: uppercase; letter-spacing: .18em; font-size: .8rem; font-weight: 600; color: var(--gold); margin-bottom: 1rem; }
.eyebrow.gold { color: var(--gold); }

/* ---------- Trust bar ---------- */
.trust-bar { background: var(--gold); color: var(--navy-dark); }
.trust-bar .container { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px 34px; padding-top: 15px; padding-bottom: 15px; }
.trust-bar span { font-weight: 600; font-size: .95rem; position: relative; }
.trust-bar span:not(:last-child)::after { content: "|"; position: absolute; right: -19px; opacity: .45; }

/* ---------- Sections ---------- */
.section { padding: 72px 0; }
.section-alt { background: var(--bg-alt); }
.section-title { margin-bottom: .35em; }
.section-lead { color: var(--muted); font-size: 1.1rem; max-width: 60ch; margin-bottom: 2.4rem; }

/* ---------- Grids / features ---------- */
.grid { display: grid; gap: 26px; }
.grid-3 { grid-template-columns: repeat(3, 1fr); }
.grid-4 { grid-template-columns: repeat(4, 1fr); }

.feature { background: var(--card); border: 1px solid var(--line); border-radius: var(--radius); padding: 28px; box-shadow: var(--shadow); }
.section-alt .feature { box-shadow: none; }
.feature h3 { margin-bottom: .4em; }
.feature p { color: var(--muted); margin: 0; }
.feature-num { position: relative; }
.feature-num span { font-family: var(--head); font-size: 2.2rem; font-weight: 800; color: var(--gold); display: block; margin-bottom: .2em; }

/* ---------- Cards ---------- */
.card {
  background: var(--card); border: 1px solid var(--line); border-radius: var(--radius);
  padding: 24px; display: flex; flex-direction: column; box-shadow: var(--shadow);
  transition: transform .18s ease, box-shadow .18s ease;
}
.card:hover { transform: translateY(-4px); box-shadow: var(--shadow-lg); }
.card-tag { display: inline-block; font-size: .72rem; text-transform: uppercase; letter-spacing: .12em; font-weight: 600; color: var(--gold-dark); margin-bottom: 10px; }
.tag-bundle, .card-bundle .card-tag { color: var(--navy-dark); background: var(--gold); padding: 3px 10px; border-radius: 20px; }
.card h3 { font-size: 1.16rem; margin-bottom: .35em; }
.card h3 a { color: #fff; }
.card h3 a:hover { color: var(--gold); }
.card-price { font-weight: 700; color: var(--gold); font-size: 1.3rem; margin: 0 0 .5rem; font-family: var(--head); }
.card-price span { font-size: .75rem; font-weight: 500; color: var(--muted); font-family: var(--body); letter-spacing: .04em; }
.card-desc { color: var(--muted); font-size: .96rem; flex: 1; margin-bottom: 1.1rem; }
.card-actions { display: flex; flex-direction: column; gap: 10px; align-items: flex-start; }
.card-etsy { font-size: .88rem; font-weight: 600; color: var(--gold); }
.card-etsy:hover { color: #fff; }
.card-more { margin-top: 14px; font-weight: 600; font-size: .92rem; color: var(--gold); }
.card-bundle { background: var(--bg-tint); border-color: var(--line); }

/* ---------- Control Room band ---------- */
.control-room { background: var(--navy-dark); color: #fff; }
.control-room .section-title, .control-room h2 { color: #fff; }
.control-room p { color: #cdd5e0; }
.control-room-inner { display: grid; grid-template-columns: 1.3fr 1fr; gap: 48px; align-items: center; }
.control-room-card {
  background: linear-gradient(150deg, var(--navy) 0%, #16263c 100%);
  border: 1px solid rgba(201,168,76,.4); border-radius: var(--radius); padding: 34px; text-align: center;
}
.cr-day { color: var(--gold); letter-spacing: .2em; font-size: .78rem; font-weight: 600; margin-bottom: .5rem; }
.cr-title { font-family: var(--head); font-size: 1.9rem; font-weight: 800; color: #fff; margin-bottom: .6rem; }
.cr-sub { color: #b9c2cf; font-size: .95rem; margin: 0; }

/* ---------- CTA band ---------- */
.cta-band { background: linear-gradient(160deg, var(--navy) 0%, var(--navy-dark) 100%); color: #fff; text-align: center; padding: 64px 0; }
.cta-band h2 { color: #fff; }
.cta-band p { color: #cdd5e0; margin-bottom: 1.8rem; }
.cta-band .buy-group { justify-content: center; }

/* ---------- Page heads ---------- */
.page-head { background: var(--bg-alt); padding: 64px 0 52px; border-bottom: 1px solid var(--line); }
.page-head-dark { background: linear-gradient(160deg, var(--navy-dark), var(--navy)); border: 0; }
.page-head-dark h1, .page-head-dark .page-lead { color: #fff; }
.page-head-dark .page-lead { color: #cdd5e0; }
.page-lead { font-size: 1.15rem; color: var(--muted); max-width: 64ch; }
.lead-strong { font-size: 1.12rem; font-weight: 600; color: #fff; }

.cat-head { border-bottom: 2px solid var(--gold); padding-bottom: 10px; margin: 56px 0 30px; }
.cat-head:first-child { margin-top: 0; }

/* ---------- Product page ---------- */
.product-head { background: var(--bg-alt); padding: 50px 0 46px; border-bottom: 1px solid var(--line); }
.breadcrumb { font-size: .88rem; color: var(--muted); margin-bottom: 1.1rem; }
.breadcrumb a { color: var(--muted); }
.breadcrumb a:hover { color: var(--gold-dark); }
.product-head h1 { margin: .2em 0 .35em; max-width: 20ch; }
.product-short { font-size: 1.12rem; color: var(--muted); max-width: 60ch; margin-bottom: 1.2rem; }
.product-price { font-family: var(--head); font-size: 1.7rem; font-weight: 700; color: var(--gold); margin-bottom: 1.4rem; }
.product-price span { font-size: .85rem; font-weight: 500; color: var(--muted); font-family: var(--body); }

.product-body { display: grid; grid-template-columns: 1fr 320px; gap: 48px; align-items: start; }
.product-main h2 { margin-top: 1.8rem; }
.product-main h2:first-child { margin-top: 0; }

.ticks { list-style: none; padding: 0; margin: 0 0 1.2rem; }
.ticks li { position: relative; padding-left: 30px; margin-bottom: 11px; color: var(--ink); }
.ticks li::before {
  content: ""; position: absolute; left: 0; top: 7px; width: 16px; height: 9px;
  border-left: 2.5px solid var(--gold); border-bottom: 2.5px solid var(--gold);
  transform: rotate(-45deg);
}

.inline-cta { background: var(--bg-alt); border: 1px solid var(--line); border-left: 4px solid var(--gold); border-radius: var(--radius); padding: 24px; margin-top: 2rem; }
.inline-cta p { margin-bottom: 1rem; }

.product-aside { position: sticky; top: 90px; }
.aside-box { background: var(--card); border: 1px solid var(--line); border-radius: var(--radius); padding: 26px; box-shadow: var(--shadow); }
.aside-box h3 { margin-bottom: 1rem; }
.aside-box dl { margin: 0 0 1.2rem; }
.aside-box dt { font-size: .76rem; text-transform: uppercase; letter-spacing: .1em; color: var(--muted); font-weight: 600; }
.aside-box dd { margin: 2px 0 14px; font-weight: 600; color: #fff; }

/* ---------- Embed / form box ---------- */
.embed-box { background: var(--card); border: 1px solid var(--line); border-radius: var(--radius); padding: 30px; box-shadow: var(--shadow); margin: 2rem 0; }
.embed-box h3 { margin-bottom: .4em; }
.ml-fallback { margin-top: 1rem; }
.ml-fallback label { display: block; font-size: .82rem; font-weight: 600; color: #E8EDF2; margin: 12px 0 5px; }
.ml-fallback input { width: 100%; padding: 12px 14px; background: var(--card); color: #fff; border: 1px solid var(--line); border-radius: 8px; font-family: var(--body); font-size: 1rem; }
.ml-fallback input::placeholder { color: var(--muted); }
.ml-fallback input:focus { outline: none; border-color: var(--gold); box-shadow: 0 0 0 3px rgba(201,168,76,.18); }
.form-note { font-size: .8rem; color: var(--muted); margin: 12px 0 0; }

.crosssell { background: var(--bg-alt); border-radius: var(--radius); padding: 32px; margin-top: 2.5rem; border: 1px solid var(--line); }
.crosssell h3 { margin-bottom: .5em; }

/* ---------- Footer ---------- */
.site-footer { background: var(--footer); color: #aeb8c6; padding: 56px 0 28px; font-size: .95rem; }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1.2fr; gap: 36px; }
.footer-brand .brand { font-size: 1.4rem; }
.footer-brand p { margin-top: 12px; max-width: 34ch; color: #9aa5b4; }
.footer-col h4 { color: #fff; font-family: var(--body); font-size: .82rem; text-transform: uppercase; letter-spacing: .12em; margin-bottom: 14px; }
.footer-col a { display: block; color: #aeb8c6; margin-bottom: 9px; }
.footer-col a:hover { color: var(--gold); }
.footer-standards { color: #9aa5b4; line-height: 1.9; }
.footer-bottom { margin-top: 36px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.1); display: flex; justify-content: space-between; flex-wrap: wrap; gap: 10px; }
.footer-bottom p { margin: 0; font-size: .85rem; color: #8a95a4; }
.footer-bottom a { color: var(--gold); }
.footer-disclaimer { max-width: 60ch; }

.br-d { display: inline; }

/* ============================================================
   Responsive
   ============================================================ */
@media (max-width: 1000px) {
  .grid-4 { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
}

@media (max-width: 860px) {
  .nav-toggle { display: block; }
  .site-nav {
    position: absolute; top: 70px; left: 0; right: 0;
    background: var(--navy-dark); flex-direction: column; align-items: stretch;
    gap: 0; padding: 8px 24px 20px; border-bottom: 1px solid rgba(201,168,76,.25);
    display: none;
  }
  .site-nav.open { display: flex; }
  .site-nav a { padding: 13px 0; border-bottom: 1px solid rgba(255,255,255,.07); }
  .site-nav .nav-cta { margin-top: 12px; text-align: center; }
  .control-room-inner { grid-template-columns: 1fr; gap: 30px; }
  .product-body { grid-template-columns: 1fr; gap: 32px; }
  .product-aside { position: static; }
  .br-d { display: none; }
}

@media (max-width: 620px) {
  body { font-size: 16px; }
  .grid-3, .grid-4 { grid-template-columns: 1fr; }
  .section { padding: 52px 0; }
  .hero { padding: 64px 0; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-bottom { flex-direction: column; }
  .buy-group { width: 100%; }
  .buy-group .btn { width: 100%; }
  .trust-bar span:not(:last-child)::after { content: ""; }
}

/* ============================================================
   Bundle imagery (added 2026-06-22)
   ============================================================ */
.bundle-gallery { padding-top: 40px; padding-bottom: 0; }
.bundle-shot { margin: 0; text-align: center; }
.bundle-shot img { width: 100%; max-width: 540px; height: auto; border-radius: 16px; box-shadow: var(--shadow-lg); }
.bundle-figure { margin: 30px 0 0; text-align: center; }
.bundle-figure img { width: 100%; max-width: 660px; height: auto; border-radius: 12px; border: 1px solid var(--line); box-shadow: var(--shadow-lg); }
.card-bundle .bundle-thumb { display: block; margin: 0 0 16px; border-radius: 8px; overflow: hidden; border: 1px solid var(--line); }
.card-bundle .bundle-thumb img { width: 100%; height: auto; display: block; transition: transform .3s ease; }
.card-bundle .bundle-thumb:hover img { transform: scale(1.03); }
.card .bundle-thumb { display: block; margin: 0 0 16px; border-radius: 8px; overflow: hidden; border: 1px solid var(--line); }
.card .bundle-thumb img { width: 100%; height: auto; display: block; transition: transform .3s ease; }
.card .bundle-thumb:hover img { transform: scale(1.03); }
