/* ===============================
   Brand Theme: Black + Red
   =============================== */
:root{
  --brand-red: #C1121F;
  --brand-red-600: #A10E19;
  --brand-red-700: #8B0C15;
  --brand-black: #0B0B0C;
  --ink: #1A1A1A;
  --paper: #FAF9F6;
  --paper-2: #F4F4F4;
  --muted: #666;
  --border: #E6E3DF;
  --focus: #FFD166;
}

/* ========== Base ========== */
*{ box-sizing:border-box; }
html, body{ margin:0; padding:0; }
body{
  font-family: Arial, sans-serif;
  line-height:1.6;
  color: var(--ink);
  background: var(--paper-2);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a{ color: var(--brand-red); text-decoration: none; transition: color .2s; }
a:hover{ text-decoration: underline; }
a:focus, button:focus{ outline: 3px solid var(--focus); outline-offset: 2px; }

h1,h2,h3{ margin:0 0 10px; color: var(--brand-black); letter-spacing:.2px; }
h1{ font-size: 2.2rem; }
h2{ font-size: 1.6rem; }
h3{ font-size: 1.2rem; }
p{ margin:0 0 16px; }

/* Screen-reader utilities */
.sr-only{
  position:absolute; width:1px; height:1px; padding:0; margin:-1px; overflow:hidden; clip:rect(0,0,0,0); border:0;
}
.sr-only-focusable:focus{
  position: static; width:auto; height:auto; margin:0; clip:auto; background: #fff3cd; padding:6px 10px; border-radius:6px;
}

/* Container: center EVERYTHING consistently */
.container{
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

/* Buttons */
.btn, .cta{
  display:inline-block; background: var(--brand-red); color: var(--paper);
  padding: 10px 18px; border-radius: 8px; border:1px solid var(--brand-red);
  transition: background .2s, transform .06s, box-shadow .2s;
  cursor:pointer;
}
.btn:hover, .cta:hover{ background: var(--brand-red-600); }
.btn:active{ background: var(--brand-red-700); transform: translateY(1px); }
.btn-outline{
  background: transparent; color: var(--paper); border-color: var(--paper);
}
.btn-outline:hover{ background: var(--paper); color: var(--brand-black); border-color: var(--paper); }

/* Links styled as subtle buttons */
.link{ color: var(--brand-red); }
.link:hover{ text-decoration: underline; }

/* ========== Header / Nav ========== */
.site-header{
  position: sticky; top:0; z-index:50;
  background: var(--brand-black);
  border-bottom: 1px solid rgba(255,255,255,.08);
}
.header-inner{
  display:flex; align-items:center; justify-content:space-between;
  padding: 14px 0; /* slightly taller header */
}
.brand{ display:flex; align-items:center; gap:10px; color: var(--paper); font-weight:700; }

/* ✅ Brand logo size and alignment (outside of .site-header block) */
.site-header .brand img{
  height: 128px;           /* adjust 48–56px as you like */
  width: auto;
  display: block;
  margin-right: 10px;
  flex: 0 0 auto;
}

.nav ul{ list-style:none; display:flex; gap:20px; align-items:center; margin:0; padding:0; }
.nav a{ color: var(--paper); }
.nav-toggle{ display:none; background:none; border:0; color: var(--paper); font-size:1.4rem; }
.nav.open{ display:block; }

/* ========== Hero ========== */
.hero{
  background: linear-gradient(180deg, #0B0B0C 0%, #1A1A1A 100%);
  color: var(--paper);
}

.hero h1, 
.hero h2, 
.hero p {
  color: var(--paper); /* ✅ ensures headings and text are readable */
}
.hero--split .hero-content{
  display:grid; grid-template-columns: 1.1fr .9fr; gap: 24px; align-items:center;
  padding: 60px 0;
}
.hero-copy p{ max-width: 620px; }
.hero-ctas{ display:flex; gap:12px; flex-wrap:wrap; margin-top: 12px; }
.hero-art{ display:flex; justify-content:center; }
.hero-icon{ width: 220px; max-width:100%; filter: drop-shadow(0 6px 20px rgba(0,0,0,.25)); }

/* ========== Sections ========== */
.section{ padding: 56px 0; }
.section-alt{ padding: 22px 0; background:#fff; }
.section-head{ display:flex; align-items:baseline; justify-content:space-between; gap: 16px; margin-bottom: 14px; }
.muted{ color: var(--muted); }

/* Grids / Cards */
.grid-2{ display:grid; grid-template-columns: 1fr 1fr; gap: 26px; align-items:start; }
.card-grid{ display:grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-top: 18px; }
.card{
  background:#fff; border:1px solid var(--border); border-radius: 12px; padding: 18px;
  box-shadow: 0 2px 8px rgba(0,0,0,.04);
}
.card h3{ margin-bottom:8px; }
.card.highlight{ border-color: var(--brand-red); box-shadow: 0 4px 14px rgba(193,18,31,.12); }

/* About extras */
.about-card{ background:#fff; border:1px solid var(--border); border-radius: 12px; padding: 20px; }
.checklist{ list-style:none; padding:0; margin:0; display:grid; gap:10px; }
.checklist li{ position:relative; padding-left:26px; }
.checklist li::before{
  content:""; width:14px; height:14px; border-radius:50%;
  background: var(--brand-red); position:absolute; left:0; top:.25em;
}

/* Trust bar */
.trust-grid{ display:grid; grid-template-columns: repeat(4, 1fr); gap: 10px; text-align:center; }
.trust-item{ background:#fff; border:1px solid var(--border); border-radius:10px; padding: 10px; }
.trust-item strong{ display:block; font-size:1.2rem; }

/* Accordion */
.accordion-item{ border:1px solid var(--border); border-radius:10px; padding: 0 16px; background:#fff; }
.accordion-item + .accordion-item{ margin-top: 10px; }
.accordion-item summary{
  cursor:pointer; list-style:none; padding: 14px 0; font-weight:600;
}
.accordion-item summary::-webkit-details-marker{ display:none; }
.accordion-item[open]{ border-color: var(--brand-red); box-shadow: 0 2px 10px rgba(193,18,31,.08); }
.accordion-item p{ margin: 0 0 16px; color: var(--ink); }

/* Form */
form{ display:flex; flex-direction:column; }
form label{ margin-bottom:6px; }
form input, form textarea{
  padding: 10px; margin-bottom: 14px;
  border: 1px solid var(--border); border-radius: 8px; background:#fff;
  transition: border-color .15s, box-shadow .15s;
}
form textarea{ min-height: 120px; }
form input:focus, form textarea:focus{
  border-color: var(--brand-red);
  box-shadow: 0 0 0 3px rgba(193,18,31,.2);
  outline: none;
}
.photo-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 18px;
  margin-top: 18px;
}

.photo-grid img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  border-radius: 12px;
  box-shadow: 0 4px 14px rgba(0,0,0,.15);
  transition: transform .25s ease, box-shadow .25s ease;
}

.photo-grid img:hover {
  transform: scale(1.03);
  box-shadow: 0 6px 18px rgba(0,0,0,.25);
}
.hidden { display:none !important; }

/* Footer */
.site-footer{ background: var(--brand-black); color: var(--paper); padding: 28px 0; margin-top: 24px; }
.footer-inner p{ margin:0; }

/* Utilities */
.stack-sm > * + *{ margin-left: 10px; }

/* ========== Responsive ========== */
@media (max-width: 960px){
  .card-grid{ grid-template-columns: repeat(2, 1fr); }
  .grid-2{ grid-template-columns: 1fr; }
  .hero--split .hero-content{ grid-template-columns: 1fr; text-align:center; }
  .stack-sm{ display:flex; justify-content:center; flex-wrap:wrap; }
}
@media (max-width: 720px){
  .nav-toggle{ display:block; }
  .nav{ display:none; position:absolute; right:20px; top:58px; background: var(--brand-black); padding:12px; border:1px solid rgba(255,255,255,.08); border-radius: 8px; }
  .nav.open{ display:block; }
  .nav ul{ flex-direction: column; align-items:flex-start; gap: 10px; }
  .site-header .header-inner{ position:relative; }
  .card-grid{ grid-template-columns: 1fr; }
  .trust-grid{ grid-template-columns: repeat(2, 1fr); }
}
