*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; font-family: 'Inter', sans-serif; color: #0B1F4A; background: #fff; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
.w { max-width: 1200px; margin: 0 auto; padding: 0 48px; }
.g2 { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: center; }
.g2s { display: grid; grid-template-columns: 1.15fr 0.85fr; gap: 72px; align-items: start; }
.g3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 32px; }
.g5 { display: grid; grid-template-columns: repeat(5, 1fr); gap: 24px; }
.nav-links { display: flex; align-items: center; gap: 28px; list-style: none; margin: 0; padding: 0; }
.mob-toggle { display: none; background: none; border: none; cursor: pointer; padding: 8px; }
.mob-drawer { display: none; position: fixed; top: 0; right: 0; width: 300px; height: 100vh; background: #0B1F4A; z-index: 200; flex-direction: column; padding: 0 32px 32px; overflow-y: auto; }
.mob-drawer.open { display: flex; }
.mob-overlay { display: none; position: fixed; inset: 0; background: rgba(0,0,0,.5); z-index: 150; cursor: pointer; }
.mob-overlay.open { display: block; }
.mob-head { display: flex; align-items: center; justify-content: space-between; padding: 22px 0 24px; border-bottom: 1px solid rgba(255,255,255,.1); margin-bottom: 12px; }
.ep-col { display: flex; flex-direction: column; gap: 12px; }
.form-2col { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
@media (max-width: 1024px) {
  .w { padding: 0 32px; }
  .g5 { grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 768px) {
  .w { padding: 0 20px; }
  .g2 { grid-template-columns: 1fr; gap: 36px; }
  .g2s { grid-template-columns: 1fr; gap: 36px; }
  .g3 { grid-template-columns: 1fr; gap: 20px; }
  .g5 { grid-template-columns: 1fr 1fr; gap: 16px; }
  .nav-links { display: none; }
  .mob-toggle { display: flex; }
  .hero-img { order: -1; }
  .hero-h { font-size: 34px !important; line-height: 1.15 !important; }
  .sec-h { font-size: 30px !important; }
  .phil-h { font-size: 30px !important; }
  .form-2col { grid-template-columns: 1fr !important; }
  .hide-mob { display: none !important; }
  .sp { padding-top: 64px !important; padding-bottom: 64px !important; }
}
@media (max-width: 480px) {
  .g5 { grid-template-columns: 1fr; }
  .hero-h { font-size: 28px !important; }
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; font-family: 'Inter', sans-serif; color: #0B1F4A; background: #fff; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
.w { max-width: 1200px; margin: 0 auto; padding: 0 48px; }
.w-sm { max-width: 840px; margin: 0 auto; padding: 0 48px; }
.g2 { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: center; }
.g2s { display: grid; grid-template-columns: 0.9fr 1.1fr; gap: 64px; align-items: start; }
.g3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 32px; }
.g4 { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.nav-links { display: flex; align-items: center; gap: 28px; list-style: none; margin: 0; padding: 0; }
.mob-toggle { display: none; background: none; border: none; cursor: pointer; padding: 8px; }
.mob-drawer { display: none; position: fixed; top: 0; right: 0; width: 300px; height: 100vh; background: #0B1F4A; z-index: 200; flex-direction: column; padding: 0 32px 32px; overflow-y: auto; }
.mob-drawer.open { display: flex; }
.mob-overlay { display: none; position: fixed; inset: 0; background: rgba(0,0,0,.5); z-index: 150; cursor: pointer; }
.mob-overlay.open { display: block; }
.mob-head { display: flex; align-items: center; justify-content: space-between; padding: 22px 0 24px; border-bottom: 1px solid rgba(255,255,255,.1); margin-bottom: 12px; }
.gallery-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
@media (max-width: 1024px) {
  .w { padding: 0 32px; }
  .w-sm { padding: 0 32px; }
  .gallery-grid { grid-template-columns: repeat(3, 1fr); }
  .g4 { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 768px) {
  .w { padding: 0 20px; }
  .w-sm { padding: 0 20px; }
  .g2 { grid-template-columns: 1fr; gap: 36px; }
  .g2s { grid-template-columns: 1fr; gap: 36px; }
  .g3 { grid-template-columns: 1fr; gap: 20px; }
  .g4 { grid-template-columns: 1fr 1fr; gap: 16px; }
  .nav-links { display: none; }
  .mob-toggle { display: flex; }
  .hero-img { order: -1; }
  .hero-h { font-size: 32px !important; line-height: 1.15 !important; }
  .sec-h { font-size: 28px !important; }
  .gallery-grid { grid-template-columns: repeat(2, 1fr); gap: 12px; }
  .together-cols { flex-direction: column !important; gap: 24px !important; }
  .hide-mob { display: none !important; }
}
@media (max-width: 480px) {
  .gallery-grid { grid-template-columns: 1fr 1fr; }
  .hero-h { font-size: 28px !important; }
}
/* WordPress temporary-template normalization */
body.lad-temp-page { margin: 0; }
body.lad-temp-page .mob-toggle { align-items: center; justify-content: center; }
body.lad-temp-page .mob-drawer { display: none; }
body.lad-temp-page .mob-drawer.open { display: flex; }
body.lad-temp-page .mob-overlay { display: none; }
body.lad-temp-page .mob-overlay.open { display: block; }
body.lad-temp-page button, body.lad-temp-page input { font-family: 'Inter', sans-serif; }
body.lad-temp-page .lad-placeholder-form-note { font: 500 12px/1.5 Inter,sans-serif; color: #6B7A8D; margin: 8px 0 0; }

/* ========================================
   LAD LEGAL + CONTACT PAGES
======================================== */

.lad-legal-page,
.lad-contact-page {
  background: #fff;
  padding: 90px 0 110px;
}

.lad-legal-wrap {
  max-width: 860px;
}

.lad-eyebrow {
  font-family: 'Inter', sans-serif;
  font-size: 11px;
  line-height: 1;
  font-weight: 700;
  color: #29ABE2;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  margin: 0 0 18px;
}

.lad-legal-page h1,
.lad-contact-page h1 {
  font-family: 'Playfair Display', serif;
  font-size: 46px;
  line-height: 1.15;
  font-weight: 600;
  color: #0B1F4A;
  margin: 0 0 12px;
}

.lad-updated {
  color: #8492A6 !important;
  font-size: 13px !important;
  margin-bottom: 42px !important;
}

.lad-legal-page h2 {
  font-family: 'Playfair Display', serif;
  font-size: 26px;
  line-height: 1.3;
  font-weight: 600;
  color: #0B1F4A;
  margin: 42px 0 14px;
}

.lad-legal-page p,
.lad-contact-page p {
  font-family: 'Inter', sans-serif;
  font-size: 15px;
  line-height: 1.8;
  color: #4A5568;
  margin: 0 0 18px;
}

.lad-legal-page ul {
  margin: 8px 0 24px;
  padding-left: 24px;
}

.lad-legal-page li {
  font-family: 'Inter', sans-serif;
  font-size: 15px;
  line-height: 1.75;
  color: #4A5568;
  margin-bottom: 7px;
}

.lad-legal-page a,
.lad-contact-page a {
  color: #159ED8;
  text-decoration: underline;
}

.lad-legal-contact {
  background: #EEF2F7;
  border-radius: 12px;
  padding: 26px 28px;
  margin-top: 20px;
  font-family: 'Inter', sans-serif;
  font-size: 15px;
  line-height: 1.8;
  color: #4A5568;
}

/* CONTACT */

.lad-contact-intro {
  max-width: 720px;
  margin-bottom: 56px;
}

.lad-contact-intro > p:last-child {
  font-size: 17px;
  max-width: 650px;
}

.lad-contact-grid {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 70px;
  align-items: start;
}

.lad-contact-info h2,
.lad-contact-form h2 {
  font-family: 'Playfair Display', serif;
  font-size: 28px;
  color: #0B1F4A;
  margin: 0 0 18px;
}

.lad-contact-card {
  background: #EEF2F7;
  border-radius: 14px;
  padding: 28px;
  margin-top: 30px;
}

.lad-contact-card h3 {
  font-family: 'Playfair Display', serif;
  font-size: 19px;
  color: #0B1F4A;
  margin: 0 0 18px;
}

.lad-contact-form {
  background: #F8FAFB;
  border: 1px solid #E5EAF1;
  border-radius: 16px;
  padding: 36px;
}

.lad-field {
  margin-bottom: 18px;
}

.lad-field label {
  display: block;
  font-family: 'Inter', sans-serif;
  font-size: 13px;
  line-height: 1.4;
  font-weight: 600;
  color: #0B1F4A;
  margin-bottom: 7px;
}

.lad-field label span {
  font-weight: 400;
  color: #8A96A8;
}

.lad-field input,
.lad-field textarea {
  display: block;
  width: 100%;
  border: 1px solid #D6DCE8;
  border-radius: 8px;
  background: #fff;
  padding: 13px 15px;
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  color: #0B1F4A;
  outline: none;
}

.lad-field input:focus,
.lad-field textarea:focus {
  border-color: #29ABE2;
  box-shadow: 0 0 0 3px rgba(41,171,226,.12);
}

.lad-field textarea {
  resize: vertical;
  min-height: 140px;
}

.lad-primary-btn {
  width: 100%;
  background: #29ABE2;
  border: 0;
  border-radius: 8px;
  color: #fff;
  padding: 15px 24px;
  font-family: 'Inter', sans-serif;
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
}

.lad-form-note {
  margin: 14px 0 0 !important;
  color: #8492A6 !important;
  font-size: 12px !important;
  line-height: 1.6 !important;
}

/* RESPONSIVE */

@media (max-width: 768px) {

  .lad-legal-page,
  .lad-contact-page {
    padding: 64px 0 80px;
  }

  .lad-legal-page h1,
  .lad-contact-page h1 {
    font-size: 34px;
  }

  .lad-legal-page h2 {
    font-size: 23px;
    margin-top: 34px;
  }

  .lad-contact-grid {
    grid-template-columns: 1fr;
    gap: 36px;
  }

  .lad-contact-form {
    padding: 26px 20px;
  }

}
