/* DLS public site */
.wrap { width: 100%; max-width: 1220px; margin-inline: auto; padding-inline: var(--gutter); }
section.blk { padding-block: clamp(3.5rem, 8vw, 6.25rem); position: relative; }
.stack > * + * { margin-top: 1rem; }
.skip { position: absolute; left: -999px; top: 0; background: var(--gold); color: var(--ink); padding: 0.6rem 1rem; z-index: 300; font-weight: 700; }
.skip:focus { left: 0; }
.shead { max-width: 74ch; margin-bottom: clamp(2rem, 5vw, 3.25rem); display: flex; flex-direction: column; gap: 1rem; }
.actions { display: flex; flex-wrap: wrap; gap: 0.9rem; align-items: center; margin-top: 1.75rem; }

/* Header */
.site-header { position: fixed; top: env(safe-area-inset-top, 0px); left: 0; right: 0; z-index: 260; border-bottom: 1px solid transparent; transition: background-color 0.3s ease, border-color 0.3s ease; background: linear-gradient(rgba(11, 13, 18, 0.85), rgba(11, 13, 18, 0)); }
.site-header.scrolled, .site-header.open { background: rgba(11, 13, 18, 0.92); backdrop-filter: blur(16px); -webkit-backdrop-filter: blur(16px); border-bottom-color: var(--line); }
.site-header .bar { display: flex; align-items: center; justify-content: space-between; gap: 1.5rem; height: 78px; }
.brand { display: inline-flex; align-items: center; color: var(--text); text-decoration: none; }
.brand img { height: 44px; width: auto; }
.nav { display: flex; align-items: center; gap: 1.75rem; }
.nav a:not(.btn) { position: relative; color: var(--muted); text-decoration: none; font-size: 0.86rem; font-weight: 600; letter-spacing: 0.01em; padding: 6px 0; transition: color 0.18s; }
.nav a:not(.btn)::after { content: ""; position: absolute; left: 0; bottom: 0; width: 0; height: 2px; background: var(--gold); transition: width 0.22s; }
.nav a:not(.btn):hover, .nav a[aria-current="page"] { color: #fff; }
.nav a:not(.btn):hover::after, .nav a[aria-current="page"]::after { width: 100%; }
.burger { display: none; background: none; border: 0; cursor: pointer; padding: 9px; }
.burger span { display: block; width: 24px; height: 2px; background: #fff; margin: 5px 0; transition: 0.25s; }
.burger[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.burger[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.burger[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
@media (max-width: 900px) {
  .burger { display: block; }
  .site-header .bar { flex-wrap: wrap; height: auto; min-height: 68px; row-gap: 0; }
  .nav { display: none; order: 5; flex-basis: 100%; flex-direction: column; align-items: stretch; gap: 0; padding-bottom: 1rem; }
  .site-header.open .nav { display: flex; }
  .nav a:not(.btn) { padding: 0.95rem 0.25rem; border-bottom: 1px solid var(--line); font-size: 1rem; }
  .nav a:not(.btn)::after { display: none; }
  .nav .btn { margin-top: 1rem; }
}

/* Hero */
.hero { position: relative; overflow: hidden; padding: clamp(8rem, 16vw, 11rem) 0 clamp(3.5rem, 8vw, 6rem);
  background: radial-gradient(120% 90% at 78% 10%, rgba(30, 63, 176, 0.32), transparent 55%), radial-gradient(90% 80% at 12% 95%, rgba(244, 194, 27, 0.1), transparent 55%), var(--ink); }
.hero-art { position: absolute; inset: 0; pointer-events: none; overflow: hidden; }
.hero-art svg { position: absolute; }
.arc1 { top: -8%; right: -6%; width: 70vmax; height: 70vmax; opacity: 0.5; animation: spin 60s linear infinite; }
.arc2 { bottom: -20%; left: -10%; width: 55vmax; height: 55vmax; opacity: 0.35; animation: spin 90s linear infinite reverse; }
.kicker-fig { right: 4%; bottom: 0; height: 86%; width: auto; opacity: 0.85; filter: drop-shadow(0 0 60px rgba(30, 63, 176, 0.5)); }
@keyframes spin { to { transform: rotate(360deg); } }
.hero-inner { position: relative; z-index: 3; }
.hero-tag { display: inline-flex; align-items: center; gap: 12px; font-family: var(--font-display); font-weight: 700; font-size: 0.78rem; letter-spacing: 0.28em; text-transform: uppercase; color: var(--gold); margin-bottom: 1.75rem; }
.hero-tag .dot { width: 8px; height: 8px; background: var(--gold); border-radius: 50%; animation: pulse 2.4s infinite; }
@keyframes pulse { 0% { box-shadow: 0 0 0 0 rgba(244, 194, 27, 0.6); } 70% { box-shadow: 0 0 0 12px rgba(244, 194, 27, 0); } 100% { box-shadow: 0 0 0 0 rgba(244, 194, 27, 0); } }
.hero h1 { max-width: 16ch; }
.hero h1 span { display: block; }
.hero h1 .l2 { color: var(--gold); }
.hero h1 .l3 { color: transparent; -webkit-text-stroke: 1.5px var(--muted); }
.hero .lede { margin-top: 1.75rem; }
.hero-cta { display: flex; flex-wrap: wrap; gap: 1rem; align-items: center; margin-top: 2.25rem; }
.hero-rev { display: flex; align-items: center; gap: 9px; font-size: 0.85rem; color: var(--muted); }
.stars { color: var(--gold); letter-spacing: 2px; }
.hero-serve { display: flex; flex-wrap: wrap; gap: 0.6rem; align-items: center; margin-top: 2.5rem; }
.hs-lbl { width: 100%; font-family: var(--font-display); font-weight: 700; font-size: 0.7rem; letter-spacing: 0.12em; text-transform: uppercase; color: var(--muted); }
.hs-pill { font-family: var(--font-display); font-weight: 700; font-size: 0.8rem; padding: 7px 15px; border: 1.5px solid #c8cdd6; border-radius: 100px; color: var(--text); text-decoration: none; background: rgba(200, 205, 214, 0.1); transition: 0.16s; white-space: nowrap; }
.hs-pill:hover { border-color: var(--gold); color: var(--gold); background: rgba(244, 194, 27, 0.06); }
@media (max-width: 760px) { .kicker-fig { opacity: 0.3; height: 60%; right: -10%; } }

/* Page hero (inner pages) */
.page-hero { position: relative; overflow: hidden; padding: clamp(8rem, 14vw, 10rem) 0 clamp(2.5rem, 6vw, 4.5rem);
  background: radial-gradient(110% 100% at 85% 0%, rgba(30, 63, 176, 0.3), transparent 60%), var(--ink); border-bottom: 1px solid var(--line); }
.page-hero .wrap { position: relative; z-index: 2; display: flex; flex-direction: column; gap: 1.25rem; align-items: flex-start; }
.page-hero h1 { font-size: clamp(2.4rem, 6vw, 4.5rem); max-width: 22ch; }
.crumbs { font-size: 0.85rem; color: var(--muted); }
.crumbs a { color: var(--muted); }

/* Stats band */
.statsband { display: grid; grid-template-columns: repeat(4, 1fr); border-block: 1px solid var(--line); background: var(--ink-2); }
.statsband .sb { padding: 2rem var(--gutter); border-right: 1px solid var(--line); display: flex; flex-direction: column; gap: 0.35rem; }
.statsband .sb:last-child { border-right: 0; }
.statsband b { font-family: var(--font-display); font-weight: 900; font-size: clamp(1.8rem, 3.4vw, 2.75rem); color: var(--gold); line-height: 1; letter-spacing: -0.02em; }
.statsband span { font-size: 0.9rem; color: var(--muted); }
@media (max-width: 760px) { .statsband { grid-template-columns: 1fr 1fr; } .statsband .sb:nth-child(2) { border-right: 0; } .statsband .sb:nth-child(-n+2) { border-bottom: 1px solid var(--line); } }

/* Marquee */
.marq { background: var(--gold); color: var(--ink); overflow: hidden; padding: 15px 0; border-block: 3px solid var(--ink); }
.marq-track { display: flex; gap: 44px; white-space: nowrap; width: max-content; animation: scrollx 34s linear infinite; font-family: var(--font-display); font-weight: 800; font-size: 0.95rem; letter-spacing: 0.14em; text-transform: uppercase; }
.marq-track span { display: inline-flex; align-items: center; gap: 44px; }
.marq-track b { color: var(--royal-deep); }
@keyframes scrollx { to { transform: translateX(-50%); } }

/* Cards */
.ways { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
@media (max-width: 960px) { .ways { grid-template-columns: 1fr 1fr; } }
@media (max-width: 620px) { .ways { grid-template-columns: 1fr; } }
.way { position: relative; background: var(--ink-2); border: 1px solid var(--line); padding: 34px 30px 30px; overflow: hidden; transition: 0.28s; min-height: 240px; display: flex; flex-direction: column; color: var(--text); text-decoration: none; }
.way::before { content: ""; position: absolute; left: 0; top: 0; width: 3px; height: 0; background: var(--gold); transition: height 0.3s; }
.way:hover { border-color: var(--line-2); background: var(--ink-3); transform: translateY(-4px); text-decoration: none; }
.way:hover::before { height: 100%; }
.way .idx { font-family: var(--font-display); font-weight: 800; font-size: 0.75rem; letter-spacing: 0.16em; text-transform: uppercase; color: var(--gold); }
.way h3 { margin: 1rem 0 0.6rem; }
.way p { font-size: 0.95rem; color: var(--muted); }
.way .price { margin-top: 0.9rem; margin-bottom: 0.1rem; font-family: var(--font-display); font-weight: 800; font-size: 0.85rem; letter-spacing: 0.06em; text-transform: uppercase; color: var(--text); }
.way .go { margin-top: auto; padding-top: 1.1rem; font-family: var(--font-display); font-weight: 800; font-size: 0.72rem; letter-spacing: 0.14em; text-transform: uppercase; display: inline-flex; gap: 8px; align-items: center; }
.way .go .arr { color: var(--gold); transition: transform 0.2s; }
.way:hover .go .arr { transform: translateX(5px); }

/* Packages */
.pkgs { display: grid; grid-template-columns: repeat(5, 1fr); gap: 14px; }
@media (max-width: 960px) { .pkgs { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 480px) { .pkgs { grid-template-columns: 1fr; } }
.pk { border: 1px solid rgba(0, 0, 0, 0.1); background: #fff; padding: 26px 20px 22px; position: relative; overflow: hidden; }
.pk .bar { position: absolute; inset: 0 0 auto 0; height: 5px; }
.pk.green .bar { background: #3e7a47; } .pk.bronze .bar { background: #a56a2e; } .pk.silver .bar { background: #8a9099; } .pk.gold .bar { background: var(--gold); } .pk.plat .bar { background: var(--royal); }
.pk .nm { font-family: var(--font-display); font-weight: 900; font-size: 0.95rem; letter-spacing: 0.06em; text-transform: uppercase; margin: 8px 0 10px; }
.pk.green .nm { color: #3e7a47; } .pk.bronze .nm { color: #a56a2e; } .pk.silver .nm { color: #6e7379; } .pk.gold .nm { color: var(--gold-deep); } .pk.plat .nm { color: var(--royal); }
.pk p { font-size: 0.85rem; color: #6a6355; line-height: 1.55; }

/* Price tables */
.ptable { margin-top: 2.25rem; }
.ptable h3 { margin-bottom: 0.4rem; }
.ptable .pnote { color: var(--muted); font-size: 0.92rem; margin-bottom: 1rem; max-width: 70ch; }
.tbl-wrap { overflow-x: auto; border: 1px solid var(--line); background: var(--surface); }
table.prices { width: 100%; border-collapse: collapse; font-size: 0.95rem; min-width: 560px; }
.prices th { text-align: left; font-family: var(--font-display); font-weight: 800; font-size: 0.72rem; letter-spacing: 0.14em; text-transform: uppercase; padding: 0.85rem 1rem; background: var(--surface-2); color: var(--muted); border-bottom: 3px solid var(--line); white-space: nowrap; }
.prices th.t-green { border-bottom-color: #3e9b57; } .prices th.t-bronze { border-bottom-color: #c08552; } .prices th.t-silver { border-bottom-color: #bfc7d2; } .prices th.t-gold { border-bottom-color: var(--gold); } .prices th.t-plat { border-bottom-color: var(--royal-lite); }
.prices td { padding: 0.8rem 1rem; border-top: 1px solid var(--line); font-variant-numeric: tabular-nums; white-space: nowrap; }
.prices td:first-child { font-weight: 600; }
.prices tbody tr:hover { background: rgba(255, 255, 255, 0.03); }
.bone .prices th { color: #4a4438; }

/* Feature and list */
.feature { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(1.5rem, 4vw, 3.5rem); align-items: start; }
@media (max-width: 860px) { .feature { grid-template-columns: 1fr; } }
.ticks { list-style: none; margin: 0; padding: 0; display: grid; gap: 0.75rem; }
.ticks li { position: relative; padding-left: 1.9rem; line-height: 1.5; }
.ticks li::before { content: ""; position: absolute; left: 0; top: 0.4em; width: 14px; height: 14px; background: var(--gold); clip-path: polygon(0 55%, 15% 40%, 40% 62%, 85% 12%, 100% 28%, 40% 95%); }

/* Schedule block (Google Calendar feed drops in here later) */
.schedule { border: 1.5px dashed var(--line-2); padding: 1.25rem 1.5rem; display: flex; gap: 1rem 2rem; align-items: center; justify-content: space-between; flex-wrap: wrap; background: var(--ink-2); }
.schedule strong { font-family: var(--font-display); font-weight: 900; text-transform: uppercase; letter-spacing: 0.02em; font-size: 1.3rem; }
.schedule .sched-body { color: var(--muted); }

/* CTA band */
.cta { background: linear-gradient(100deg, var(--royal-deep), var(--royal)); }
.cta .wrap { padding-block: clamp(2.5rem, 6vw, 4rem); display: flex; gap: 1.5rem 3rem; align-items: center; justify-content: space-between; flex-wrap: wrap; }
.cta h2 { max-width: 16ch; }
.cta .btn-ghost { color: #fff; border-color: #fff; }

/* Find us */
.findus { display: grid; grid-template-columns: 1.2fr 0.8fr; gap: clamp(2rem, 5vw, 4rem); align-items: center; }
@media (max-width: 860px) { .findus { grid-template-columns: 1fr; } }
.findus address { font-style: normal; display: grid; gap: 0.35rem; }
.findus .rows { display: grid; gap: 0.6rem; margin-top: 1.5rem; padding-top: 1.5rem; border-top: 1px solid var(--line); }
.findus .rows div { display: flex; gap: 1rem; flex-wrap: wrap; }
.findus .rows strong { min-width: 5.5rem; font-family: var(--font-display); font-weight: 800; font-size: 0.75rem; letter-spacing: 0.14em; text-transform: uppercase; color: var(--muted); padding-top: 0.2rem; }
.emb-wrap { position: relative; display: grid; place-items: center; min-height: 260px; }
.emb-wrap .ring { position: absolute; border: 1px solid var(--gold); border-radius: 50%; opacity: 0.18; }
.emb-wrap .r1 { width: 300px; height: 300px; } .emb-wrap .r2 { width: 220px; height: 220px; }
.emb-wrap img { width: min(260px, 70%); position: relative; filter: drop-shadow(0 20px 60px rgba(0, 0, 0, 0.6)); }

/* Form card */
.form-wrap { display: grid; grid-template-columns: 0.8fr 1.2fr; gap: clamp(1.5rem, 4vw, 3.5rem); align-items: start; }
@media (max-width: 900px) { .form-wrap { grid-template-columns: 1fr; } }
.form-card { background: var(--ink-2); border: 1px solid var(--line); border-top: 3px solid var(--gold); padding: clamp(1.25rem, 3vw, 2rem); }
.form-card h3 { margin-bottom: 1.25rem; font-size: 1.75rem; }
.dform { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1.1rem 1rem; }
.dform .fld.full, .dform .consents, .dform .form-foot, .dform .alert { grid-column: 1 / -1; }
@media (max-width: 560px) { .dform { grid-template-columns: 1fr; } }
.consents { display: grid; gap: 0.7rem; padding-top: 0.25rem; }
.form-foot { display: flex; flex-direction: column; gap: 0.6rem; }
.form-foot .btn { width: 100%; }
.success { display: flex; flex-direction: column; gap: 1rem; }
.success .ref { font-family: var(--font-display); font-size: 1.6rem; font-weight: 900; letter-spacing: 0.06em; background: var(--ink-3); padding: 0.4rem 0.9rem; align-self: flex-start; border-left: 6px solid var(--gold); }
.success h3 { font-size: 2.2rem; margin: 0; }
.side-list { display: grid; gap: 1.1rem; margin-top: 1.5rem; }
.side-list div { display: grid; gap: 0.15rem; }
.side-list strong { font-family: var(--font-display); font-weight: 800; text-transform: uppercase; letter-spacing: 0.06em; font-size: 1rem; }
.side-list span { color: var(--muted); }

/* Tabs (guard services) */
.tabs { display: flex; gap: 0.5rem; flex-wrap: wrap; margin-bottom: 2rem; }
.tab { min-height: 48px; padding: 0 1.3rem; border: 2px solid var(--line-2); background: transparent; color: var(--text); border-radius: var(--radius); font-family: var(--font-display); text-transform: uppercase; letter-spacing: 0.08em; font-weight: 800; font-size: 0.85rem; cursor: pointer; }
.tab[aria-selected="true"] { background: var(--gold); color: var(--ink); border-color: var(--gold); }

/* Footer */
.site-footer { background: #07090d; border-top: 1px solid var(--line); color: var(--text); }
.site-footer .wrap { padding-block: 4.5rem 2.5rem; display: grid; grid-template-columns: 1.5fr 1fr 1fr 1.2fr; gap: 2.5rem; }
@media (max-width: 860px) { .site-footer .wrap { grid-template-columns: 1fr 1fr; } }
@media (max-width: 520px) { .site-footer .wrap { grid-template-columns: 1fr; } }
.site-footer h4 { font-size: 0.72rem; letter-spacing: 0.22em; color: #fff; margin-bottom: 1.1rem; font-weight: 800; }
.site-footer ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 0.5rem; }
.site-footer a { color: var(--muted); text-decoration: none; }
.site-footer a:hover { color: var(--gold); }
.site-footer .brand img { height: 40px; }
.site-footer p { color: var(--muted); font-size: 0.95rem; margin-top: 1rem; max-width: 34ch; }
.legal { border-top: 1px solid var(--line); }
.site-footer .legal .wrap { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 0.5rem 2rem; padding-block: 1.25rem; font-size: 0.85rem; color: var(--muted); }
