/** Shopify CDN: Minification failed

Line 537:0 All "@import" rules must come first

**/
/* =========================================================
   Defender OCTA Landing Styles
   Namespaced under .docta and .defender-octa-page so nothing
   here can affect the rest of the Debut theme.
   ========================================================= */

.defender-octa-page {
  background: #0a0a0a;
  color: #e9e6df;
  margin: 0;
}

.defender-octa-page .docta,
.defender-octa-page .docta * {
  box-sizing: border-box;
}

.docta {
  font-family: 'Inter', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  color: #e9e6df;
}

.docta a { color: #d4af37; text-decoration: none; }
.docta a:hover { color: #f0c75e; text-decoration: underline; }

.docta__wrap {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 24px;
}

.docta__section {
  padding: 72px 0;
  border-top: 1px solid #1a1a1a;
}
.docta__section:first-of-type { border-top: 0; }

.docta__h2 {
  font-family: 'Playfair Display', 'Times New Roman', serif;
  font-size: 36px;
  line-height: 1.15;
  letter-spacing: 0.5px;
  color: #f3eedd;
  margin: 0 0 28px;
  font-weight: 600;
}

/* =================== HERO =================== */
.docta__hero {
  position: relative;
  width: 100%;
  min-height: 78vh;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background: #000;
}

.docta__hero-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}

.docta__hero-img--placeholder {
  background:
    radial-gradient(ellipse at top, #1a1a1a 0%, #050505 60%),
    linear-gradient(180deg, #0a0a0a 0%, #000 100%);
}

.docta__hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0,0,0,0.45) 0%, rgba(0,0,0,0.75) 100%);
  z-index: 2;
}

.docta__hero-content {
  position: relative;
  z-index: 3;
  text-align: center;
  padding: 96px 24px;
  max-width: 960px;
}

.docta__eyebrow {
  color: #d4af37;
  letter-spacing: 4px;
  font-size: 12px;
  text-transform: uppercase;
  margin: 0 0 18px;
  font-weight: 600;
}

.docta__title {
  font-family: 'Playfair Display', 'Times New Roman', serif;
  font-size: 56px;
  line-height: 1.05;
  font-weight: 700;
  color: #fff;
  margin: 0 0 22px;
  letter-spacing: 0.5px;
}

.docta__subtitle {
  font-size: 18px;
  line-height: 1.6;
  color: #d8d2c2;
  max-width: 760px;
  margin: 0 auto 32px;
}

.docta__cta-row {
  display: flex;
  gap: 14px;
  justify-content: center;
  flex-wrap: wrap;
}

.docta__btn {
  display: inline-block;
  padding: 16px 28px;
  font-size: 14px;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: 600;
  border-radius: 0;
  transition: all .2s ease;
  border: 1px solid transparent;
  cursor: pointer;
}

.docta__btn--gold {
  background: #d4af37;
  color: #0a0a0a;
  border-color: #d4af37;
}
.docta__btn--gold:hover {
  background: #f0c75e;
  border-color: #f0c75e;
  color: #0a0a0a;
  text-decoration: none;
}

.docta__btn--ghost {
  background: transparent;
  color: #f3eedd;
  border-color: rgba(243, 238, 221, 0.5);
}
.docta__btn--ghost:hover {
  background: rgba(212, 175, 55, 0.08);
  border-color: #d4af37;
  color: #d4af37;
  text-decoration: none;
}

.docta__hero-contact {
  margin: 26px 0 0;
  font-size: 14px;
  color: #b6b1a3;
  letter-spacing: 1px;
}
.docta__hero-contact a { color: #f3eedd; }
.docta__hero-contact a:hover { color: #d4af37; }

/* =================== SPECS BAR =================== */
.docta__specs {
  background: #050505;
  border-top: 1px solid #1a1a1a;
  border-bottom: 1px solid #1a1a1a;
  padding: 36px 24px;
}
.docta__specs-inner {
  max-width: 1180px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  gap: 24px;
  flex-wrap: wrap;
}
.docta__spec {
  flex: 1 1 140px;
  text-align: center;
}
.docta__spec-num {
  display: block;
  font-family: 'Playfair Display', serif;
  font-size: 36px;
  color: #d4af37;
  font-weight: 700;
  line-height: 1;
}
.docta__spec-lbl {
  display: block;
  font-size: 11px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #9a9486;
  margin-top: 8px;
}

/* =================== INTRO =================== */
.docta__section--intro p {
  font-size: 17px;
  line-height: 1.75;
  margin: 0 0 18px;
  color: #d8d2c2;
}

/* =================== FEATURE GRID =================== */
.docta__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.docta__card {
  background: #111;
  border: 1px solid #1f1f1f;
  padding: 28px;
  transition: border-color .2s ease, transform .2s ease;
}
.docta__card:hover {
  border-color: #d4af37;
  transform: translateY(-2px);
}
.docta__card h3 {
  font-family: 'Playfair Display', serif;
  font-size: 20px;
  color: #f3eedd;
  margin: 0 0 10px;
  font-weight: 600;
}
.docta__card p {
  color: #c7c2b2;
  margin: 0;
  font-size: 15px;
  line-height: 1.6;
}

/* =================== SPEC TABLE =================== */
.docta__spec-table {
  width: 100%;
  border-collapse: collapse;
  background: #0d0d0d;
  border: 1px solid #1f1f1f;
}
.docta__spec-table th,
.docta__spec-table td {
  text-align: left;
  padding: 16px 20px;
  border-bottom: 1px solid #1a1a1a;
  font-size: 15px;
}
.docta__spec-table tr:last-child th,
.docta__spec-table tr:last-child td { border-bottom: 0; }
.docta__spec-table th {
  color: #d4af37;
  font-weight: 600;
  width: 40%;
  letter-spacing: 0.5px;
}
.docta__spec-table td { color: #e0dccc; }
.docta__small {
  color: #807a6d;
  font-size: 12px;
  margin-top: 12px;
}

/* =================== AREAS =================== */
.docta__pills {
  list-style: none;
  padding: 0;
  margin: 16px 0 0;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.docta__pills li {
  border: 1px solid rgba(212, 175, 55, 0.35);
  color: #f3eedd;
  padding: 8px 16px;
  font-size: 13px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

/* =================== INTL =================== */
.docta__section--intl p {
  font-size: 16px;
  line-height: 1.75;
  color: #d8d2c2;
  margin: 0 0 16px;
}

/* =================== FAQ =================== */
.docta__faq {
  background: #0d0d0d;
  border: 1px solid #1f1f1f;
  margin-bottom: 10px;
  padding: 0;
}
.docta__faq summary {
  padding: 18px 22px;
  cursor: pointer;
  list-style: none;
  font-size: 16px;
  font-weight: 600;
  color: #f3eedd;
  position: relative;
}
.docta__faq summary::-webkit-details-marker { display: none; }
.docta__faq summary::after {
  content: '+';
  position: absolute;
  right: 22px;
  top: 50%;
  transform: translateY(-50%);
  color: #d4af37;
  font-size: 22px;
  line-height: 1;
}
.docta__faq[open] summary::after { content: '\2013'; }
.docta__faq p {
  padding: 0 22px 20px;
  margin: 0;
  color: #c7c2b2;
  font-size: 15px;
  line-height: 1.7;
}

/* =================== RELATED =================== */
.docta__related {
  list-style: none;
  padding: 0;
  margin: 0;
}
.docta__related li {
  padding: 12px 0;
  border-bottom: 1px solid #1a1a1a;
  font-size: 16px;
}
.docta__related li:last-child { border-bottom: 0; }

/* =================== FINAL CTA =================== */
.docta__section--cta {
  background: #050505;
  text-align: center;
}
.docta__cta-block { max-width: 760px; }
.docta__cta-block .docta__h2 { color: #f3eedd; }
.docta__cta-block p {
  color: #c7c2b2;
  margin: 0 0 26px;
  font-size: 17px;
}
.docta__cta-block .docta__cta-row { justify-content: center; }

/* =================== HOMEPAGE FEATURE SECTION =================== */
.docta-feature {
  background: #0a0a0a;
  color: #e9e6df;
  padding: 80px 24px;
  position: relative;
  overflow: hidden;
}
.docta-feature__wrap {
  max-width: 1180px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 48px;
  align-items: center;
}
.docta-feature__media {
  position: relative;
  aspect-ratio: 4 / 3;
  background: #111;
  overflow: hidden;
}
.docta-feature__media img {
  width: 100%; height: 100%; object-fit: cover;
}
.docta-feature__eyebrow {
  color: #d4af37;
  letter-spacing: 4px;
  font-size: 12px;
  text-transform: uppercase;
  margin: 0 0 16px;
  font-weight: 600;
}
.docta-feature__title {
  font-family: 'Playfair Display', 'Times New Roman', serif;
  font-size: 40px;
  line-height: 1.1;
  color: #f3eedd;
  margin: 0 0 18px;
  font-weight: 700;
}
.docta-feature__copy {
  color: #c7c2b2;
  font-size: 16px;
  line-height: 1.7;
  margin: 0 0 24px;
}
.docta-feature .docta__btn { display: inline-block; }

/* =================== INTERIOR SPLIT =================== */
.docta__split {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 48px;
  align-items: center;
}
.docta__split-media {
  position: relative;
  aspect-ratio: 4 / 3;
  background: #0d0d0d;
  overflow: hidden;
  border: 1px solid #1f1f1f;
}
.docta__split-media img {
  width: 100%; height: 100%; object-fit: cover; display: block;
}
.docta__split-body .docta__h2 { margin-top: 0; }
.docta__split-body p {
  color: #d8d2c2;
  font-size: 16px;
  line-height: 1.75;
  margin: 0 0 16px;
}

/* =================== FLEET GRID =================== */
.docta__fleet-intro {
  color: #c7c2b2;
  font-size: 16px;
  line-height: 1.7;
  margin: 0 0 32px;
  max-width: 760px;
}
.docta__fleet-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}
.docta__fleet-card {
  display: block;
  background: #0d0d0d;
  border: 1px solid #1f1f1f;
  text-decoration: none;
  color: inherit;
  transition: border-color .2s ease, transform .2s ease;
  overflow: hidden;
}
.docta__fleet-card:hover {
  border-color: #d4af37;
  transform: translateY(-2px);
  text-decoration: none;
}
.docta__fleet-media {
  position: relative;
  aspect-ratio: 4 / 3;
  background: #050505;
  overflow: hidden;
}
.docta__fleet-media img {
  width: 100%; height: 100%; object-fit: cover; display: block;
  transition: transform .4s ease;
}
.docta__fleet-card:hover .docta__fleet-media img {
  transform: scale(1.04);
}
.docta__fleet-meta {
  padding: 16px 18px 18px;
}
.docta__fleet-tag {
  display: inline-block;
  color: #d4af37;
  font-size: 11px;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 6px;
  font-weight: 600;
}
.docta__fleet-meta h3 {
  font-family: 'Playfair Display', serif;
  font-size: 18px;
  color: #f3eedd;
  margin: 0;
  font-weight: 600;
  line-height: 1.25;
}
.docta__fleet-cta {
  margin: 28px 0 0;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 13px;
}
.docta__fleet-cta a { color: #d4af37; }

/* =================== RESPONSIVE =================== */
@media (max-width: 900px) {
  .docta__title { font-size: 38px; }
  .docta__h2 { font-size: 28px; }
  .docta__section { padding: 56px 0; }
  .docta__grid { grid-template-columns: 1fr; }
  .docta__hero-content { padding: 72px 20px; }
  .docta__spec-num { font-size: 28px; }
  .docta-feature__wrap { grid-template-columns: 1fr; }
  .docta-feature__title { font-size: 30px; }
  .docta__split { grid-template-columns: 1fr; gap: 28px; }
  .docta__fleet-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 520px) {
  .docta__title { font-size: 30px; }
  .docta__subtitle { font-size: 16px; }
  .docta__btn { padding: 14px 22px; font-size: 12px; letter-spacing: 1.5px; }
  .docta__cta-row { flex-direction: column; align-items: stretch; }
  .docta__spec-table th, .docta__spec-table td { padding: 12px 14px; font-size: 14px; }
  .docta__spec-table th { width: 45%; }
  .docta__fleet-grid { grid-template-columns: 1fr; }
}

/* Load luxury serif via Google Fonts (used only on this page) */
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@600;700&family=Inter:wght@400;500;600&display=swap');
