/* ========================================
   Dr. David Borenstein - Clean Stylesheet
   Pixel-perfect recreation without GoDaddy bloat
   ======================================== */

/* --- Fonts --- */
@font-face {
  font-family: 'Playfair Display';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(/_assets/7058a6039f81.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Playfair Display';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(/_assets/7058a6039f81.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Playfair Display';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(/_assets/7058a6039f81.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  font-stretch: 100%;
  font-display: swap;
  src: url(/_assets/007a4e197c4d.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  font-stretch: 100%;
  font-display: swap;
  src: url(/_assets/007a4e197c4d.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  font-stretch: 100%;
  font-display: swap;
  src: url(/_assets/007a4e197c4d.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 800;
  font-stretch: 100%;
  font-display: swap;
  src: url(/_assets/007a4e197c4d.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* --- Reset & Base --- */
*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  scroll-behavior: smooth;
}

body {
  font-family: 'Open Sans', arial, sans-serif;
  font-size: 16px;
  line-height: 1.5;
  color: #575757;
  background: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  border: 0;
}

a {
  color: inherit;
  text-decoration: none;
}

ul {
  list-style: none;
}

.container {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}

@media (min-width: 768px) {
  .container { width: 100%; }
}
@media (min-width: 1024px) {
  .container { width: 984px; }
}
@media (min-width: 1280px) {
  .container { width: 1160px; }
}
@media (min-width: 1536px) {
  .container { width: 1280px; }
}

.section {
  padding-top: 40px;
  padding-bottom: 40px;
}
@media (max-width: 767px) {
  .section {
    padding-top: 32px;
    padding-bottom: 32px;
  }
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0,0,0,0);
  white-space: nowrap;
  border: 0;
}

/* --- Header / Navigation --- */
.site-header {
  background: #fff;
  width: 100%;
}

.header-top-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 24px;
  padding-bottom: 0;
}

.header-logo-wrap {
  width: 30%;
}

.header-logo {
  display: inline-block;
}

.logo-heading {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 28px;
  font-weight: 400;
  color: #151515;
  letter-spacing: 0.031em;
  line-height: 1;
  text-align: center;
  display: inline-block;
  padding: 8px 16px;
  border: 1px solid #151515;
  margin: 0 auto;
}

@media (min-width: 768px) {
  .logo-heading { font-size: 30px; }
}
@media (min-width: 1024px) {
  .logo-heading { font-size: 30px; overflow-wrap: break-word; }
}
@media (min-width: 1280px) {
  .logo-heading { font-size: 32px; }
}
@media (min-width: 1536px) {
  .logo-heading { font-size: 36px; }
}

.header-center {
  width: 40%;
  text-align: center;
}

.header-right {
  width: 30%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

/* Desktop Navigation */
.desktop-nav {
  display: none;
  padding-top: 32px;
  padding-bottom: 32px;
}

@media (min-width: 1024px) {
  .desktop-nav { display: block; }
}

.nav-list {
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 24px;
}

.nav-item {
  position: relative;
  display: inline-block;
  vertical-align: top;
  padding-left: 32px;
  white-space: nowrap;
  visibility: hidden;
}

.nav-item:first-child {
  margin-left: 0;
  padding-left: 0;
  visibility: visible;
}

/* When nav items fit, they become visible via JS */
.nav-item.visible {
  visibility: visible;
}

.nav-link {
  display: block;
  font-family: 'Open Sans', arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.214em;
  color: #151515;
  padding-bottom: 4px;
  border-bottom: 1px solid #000;
  transition: color 0.2s ease;
}

.nav-link:hover {
  color: #000;
}

.nav-link:not(.nav-link-active) {
  border-bottom: none;
  padding: 6px;
  margin: -6px;
}

.nav-link:not(.nav-link-active):hover {
  color: #000;
}

/* Mobile Header */
.mobile-header {
  display: flex;
  width: 100%;
}

@media (min-width: 1024px) {
  .mobile-header { display: none; }
}

.mobile-header-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-top: 24px;
  padding-bottom: 24px;
}

.mobile-nav-toggle {
  width: 15%;
}

.hamburger-btn {
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  color: #000;
  transition: color 0.2s;
}

.hamburger-btn:hover {
  color: #000;
}

.mobile-logo-wrap {
  width: 70%;
  text-align: center;
}

.mobile-logo-empty {
  width: 15%;
}

/* Mobile Drawer */
.mobile-drawer {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #f3f3f3;
  z-index: 10002;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  transform: translateX(-249vw);
  transition: transform 0.3s ease-in-out;
  overscroll-behavior: contain;
  box-shadow: 0 2px 6px 0 rgba(0,0,0,0.2);
  padding-top: 56px;
  display: flex;
  flex-direction: column;
}

.mobile-drawer.open {
  transform: translateX(0);
}

.drawer-close {
  padding: 24px;
  text-align: right;
}

.drawer-close-btn {
  background: none;
  border: none;
  cursor: pointer;
  position: absolute;
  top: 15px;
  right: 15px;
  color: #000;
  font-size: 22px;
  line-height: 1.3em;
}

.drawer-nav-list {
  padding: 0 32px 32px 24px;
}

.drawer-nav-item {
  border-bottom: 1px solid rgba(185,185,185,0.5);
  border-bottom-style: solid;
  border-bottom-width: 0;
}

.drawer-nav-item:last-child {
  border-bottom: 0;
}

.drawer-nav-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 24px;
  font-family: 'Open Sans', arial, sans-serif;
  font-size: 22px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.136em;
  color: #1b1b1b;
  min-width: 200px;
  transition: color 0.2s;
}

.drawer-nav-link:hover {
  color: #000;
}

.drawer-nav-link-active {
  font-weight: 700;
}

/* --- Hero Section --- */
.hero-section {
  background: #fff;
}

.hero-layout {
  display: flex;
  flex-wrap: wrap;
  min-height: unset;
  padding: 14px;;
}

@media (min-width: 768px) {
  .hero-layout { flex-direction: row; }
}

.hero-image-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

@media (min-width: 768px) {
  .hero-image-wrap {
    flex: 1 1 0%;
    min-width: 50%;
  }
}

@media (min-width: 1024px) {
  .hero-image-wrap {
    min-width: 300px;
  }
}

.hero-portrait-wrapper {
  display: inline-block;
  width: 100%;
  margin: 0;
}

.hero-portrait-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (min-width: 768px) {
  .hero-portrait-img {
    object-fit: cover;
    min-height: 400px;
    height: auto;
  }
}

.hero-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 56px 24px;
  background: #fff;
}

@media (min-width: 768px) {
  .hero-content {
    flex: 0 1 360px;
    min-width: 360px;
    flex-basis: 360px;
    padding: 40px;
  }
}

@media (min-width: 1024px) {
  .hero-content {
    max-width: 100%;
    min-width: 600px;
    flex-basis: 600px;
  }
}

.hero-inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
}

@media (min-width: 768px) {
  .hero-inner {
    max-height: 80vh;
  }
}

.hero-text-wrap {
  max-width: 750px;
  width: 100%;
  margin: 0 auto;
}

.hero-tagline {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 28px;
  font-weight: 400;
  color: #151515;
  line-height: 1.2;
  letter-spacing: 0.023em;
  margin-bottom: 16px;
  white-space: pre-line;
  text-wrap: pretty;
}

@media (min-width: 768px) {
  .hero-tagline { font-size: 38px; }
}
@media (min-width: 1024px) {
  .hero-tagline { font-size: 38px; }
}
@media (min-width: 1280px) {
  .hero-tagline { font-size: 44px; }
}
@media (min-width: 1536px) {
  .hero-tagline { font-size: 48px; }
}

.hero-subtitle {
  line-height: 1.5;
  margin-bottom: 16px;
  text-wrap: pretty;
  color: #575757;
  font-size: 20px;
  font-weight: 400;
}

@media (min-width: 768px) { .hero-subtitle { font-size: 20px; } }
@media (min-width: 1024px) { .hero-subtitle { font-size: 20px; } }
@media (min-width: 1280px) { .hero-subtitle { font-size: 20px; } }
@media (min-width: 1536px) { .hero-subtitle { font-size: 23px; } }

.hero-ctas {
  display: flex;
  gap: 16px;
  justify-content: center;
  margin-top: 24px;
  flex-wrap: wrap;
}

.hero-btn {
  display: inline-block;
  font-family: 'Open Sans', arial, sans-serif;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  padding: 14px 32px;
  border-radius: 6px;
  text-decoration: none;
  transition: all 0.3s ease;
  text-align: center;
  cursor: pointer;
}

.hero-btn-primary {
  background: #1a1a2e;
  color: #fff;
  border: 2px solid #1a1a2e;
}

.hero-btn-primary:hover {
  background: #333;
  border-color: #333;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(26,26,46,0.3);
}

.hero-btn-secondary {
  background: transparent;
  color: #1a1a2e;
  border: 2px solid #1a1a2e;
}

.hero-btn-secondary:hover {
  background: #1a1a2e;
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(26,26,46,0.15);
}

@media (max-width: 767px) {
  .hero-ctas {
    flex-direction: column;
    align-items: center;
  }
  .hero-btn {
    width: 100%;
    max-width: 280px;
  }
}

/* --- Content Section --- */
.content-text {
  line-height: 1.5;
  text-wrap: pretty;
  color: #5e5e5e;
  font-size: 16px;
}

.content-text p {
  margin: 0;
}

.content-text p + p {
  margin-top: 1em;
}

/* --- Section Headings --- */
.section-heading {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 36px;
  font-weight: 700;
  color: #1a1a2e;
  text-align: center;
  margin: 0 0 40px 0;
  line-height: 1.2;
}

@media (max-width: 1023px) {
  .section-heading { font-size: 30px; }
}
@media (max-width: 767px) {
  .section-heading { font-size: 26px; }
}

/* --- Areas of Focus Grid --- */
.focus-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
  max-width: 900px;
  margin: 0 auto;
}

@media (max-width: 1023px) {
  .focus-grid { grid-template-columns: 1fr; }
}

.focus-card {
  background: #fff;
  border: 1px solid #e8e8e8;
  border-radius: 16px;
  padding: 32px 28px;
  display: flex;
  gap: 20px;
  align-items: flex-start;
  transition: all 0.3s ease;
}

.focus-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 24px rgba(0,0,0,0.08);
  border-color: #1a1a2e;
}

.focus-icon {
  flex-shrink: 0;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.focus-icon svg {
  width: 48px;
  height: 48px;
}

.focus-card-content {
  flex: 1;
}

.focus-card-title {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 20px;
  font-weight: 700;
  color: #1a1a2e;
  margin: 0 0 8px 0;
  line-height: 1.3;
}

.focus-card-text {
  font-family: 'Open Sans', arial, sans-serif;
  font-size: 14px;
  color: #666;
  line-height: 1.6;
  margin: 0;
}

@media (max-width: 767px) {
  .focus-card {
    padding: 24px 20px;
  }
}

/* --- Featured News Grid --- */
.featured-news-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-bottom: 32px;
}

@media (max-width: 1023px) {
  .featured-news-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 767px) {
  .featured-news-grid { grid-template-columns: 1fr; }
}

.featured-news-card {
  background: #fff;
  border: 1px solid #e8e8e8;
  border-radius: 12px;
  overflow: hidden;
  transition: all 0.3s ease;
  display: flex;
  flex-direction: column;
}

.featured-news-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 24px rgba(0,0,0,0.12);
}

.featured-news-image {
  height: 180px;
  overflow: hidden;
}

.featured-news-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.featured-news-card:hover .featured-news-image img {
  transform: scale(1.05);
}

.featured-news-content {
  padding: 20px;
  display: flex;
  flex-direction: column;
  flex: 1;
}

.featured-news-source {
  font-family: 'Open Sans', arial, sans-serif;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #888;
  margin-bottom: 4px;
}

.featured-news-title {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 17px;
  font-weight: 700;
  color: #1a1a2e;
  line-height: 1.3;
  margin: 6px 0 10px 0;
}

.featured-news-summary {
  font-family: 'Open Sans', arial, sans-serif;
  font-size: 13px;
  color: #666;
  line-height: 1.5;
  margin: 0 0 16px 0;
  flex: 1;
}

.featured-news-link {
  font-family: 'Open Sans', arial, sans-serif;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #fff;
  background: #1a1a2e;
  padding: 10px 20px;
  border-radius: 6px;
  text-decoration: none;
  display: inline-block;
  text-align: center;
  transition: background 0.2s ease;
  align-self: anchor-center; 
}

.featured-news-link:hover {
  background: #333;
}

.featured-news-cta {
  text-align: center;
}

/* --- Social Section --- */
.social-section {
}
@media (max-width: 767px) {
  .social-section {
    padding-top: 32px;
    padding-bottom: 32px;
  }
}

.social-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px;
  padding: 40px 20px;
}
.social-btn {
  position: relative;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  color: #fff;
  display: grid;
  place-items: center;
  text-decoration: none;
  transition: transform .2s, box-shadow .2s;
}
.social-btn:hover {
  transform: scale(1.1);
  box-shadow: 0 4px 12px #0003;
}
.social-btn i,
.social-btn svg {
  width: 18px;
  height: 18px;
}
.social-btn::after,
.social-btn::before {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  visibility: hidden;
  transition: opacity .18s, transform .18s;
}
.social-btn::after {
  content: attr(data-tooltip);
  bottom: 100%;
  margin-bottom: 6px;
  padding: 4px 10px;
  background: #1a1a2e;
  color: #fff;
  font-size: 12.5px;
  white-space: nowrap;
  border-radius: 5px;
  pointer-events: none;
}
.social-btn::before {
  content: '';
  bottom: 100%;
  margin-bottom: 0;
  border: 5px solid transparent;
  border-top-color: #1a1a2e;
}
.social-btn:hover::after,
.social-btn:hover::before {
  opacity: 1;
  visibility: visible;
}
.social-btn:hover::after {
  transform: translateX(-50%) translateY(-4px);
}
.social-btn:hover::before {
  transform: translateX(-50%) translateY(-2px);
}

@media (min-width: 768px) {
  .social-link {
    margin: 0 16px;
  }
}

@media (min-width: 1024px) {
  .social-link svg {
    width: 48px;
    height: 48px;
    margin: 0 24px;
  }
}

.social-link:hover {
  opacity: 0.8;
}

/* --- Footer --- */
.footer-section {
  padding: 56px 0;
}

@media (max-width: 767px) {
  .footer-section {
    padding-top: 32px;
    padding-bottom: 32px;
  }
}

.footer-divider {
  padding: 24px 0;
  display: none;
}

.footer-divider hr {
  border: none;
  border-top: 1px solid #999;
  margin: 0;
}

.footer-content {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.footer-details {
  font-family: 'Open Sans', arial, sans-serif;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.083em;
  line-height: 1.5;
  text-wrap: pretty;
  color: #595959;
}

@media (min-width: 1024px) {
  .footer-details {
    text-align: center;
  }
}

/* --- Cookie Banner --- */
.cookie-banner {
  position: fixed;
  right: 0;
  bottom: -500px;
  z-index: 10000;
  width: auto;
  height: auto;
  text-align: left;
  background: #000;
  border-radius: 0;
  overflow-y: auto;
  transition: all 1s ease-in;
  box-shadow: 0 2px 6px 0 rgba(0,0,0,0.3);
  contain: content;
  padding: 24px 24px 40px;
  margin: 24px;
  transform: translateY(-500px);
}

.cookie-banner.visible {
  transform: translateY(0);
}

@media (min-width: 768px) {
  .cookie-banner {
    width: 400px;
    max-height: 500px;
    border-radius: 7px;
  }
}

.cookie-title {
  font-family: 'Open Sans', arial, sans-serif;
  font-size: 22px;
  font-weight: 400;
  letter-spacing: 0.045em;
  line-height: 1.25;
  color: #e2e2e2;
  margin-bottom: 8px;
}

.cookie-text {
  line-height: 1.5;
  text-wrap: pretty;
  max-height: 300px;
  overflow-y: auto;
  color: #919191;
  font-size: 16px;
  margin-bottom: 24px;
}

@media (min-width: 768px) {
  .cookie-text {
    max-height: 200px;
  }
}

.cookie-actions {
  display: flex;
  justify-content: space-between;
}

.cookie-accept {
  display: flex;
  flex-direction: column;
  justify-content: center;
  cursor: pointer;
  margin-top: 24px;
  margin-bottom: 4px;
  word-break: break-word;
  flex-basis: 50%;
  flex-grow: 1;
  border: none;
  padding: 4px 16px 8px;
  min-height: 40px;
  border-radius: 0;
  color: #303030;
  background: #fff;
  font-family: 'Open Sans', arial, sans-serif;
  font-weight: 700;
  text-shadow: none;
  font-size: 12px;
  transition: box-shadow 0.3s;
}

.cookie-accept:hover {
  background: #fff;
  box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.5);
}

.cookie-accept + .cookie-accept {
  margin-left: 24px;
}

@media (min-width: 768px) {
  .cookie-accept { width: auto; }
}
@media (min-width: 1024px) {
  .cookie-accept { z-index: 9999; }
}

/* --- Scrollbar --- */
::-webkit-scrollbar {
  width: 8px;
}
::-webkit-scrollbar-track {
  background: #f1f1f1;
}
::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 4px;
}
::-webkit-scrollbar-thumb:hover {
  background: #555;
}

/* --- Animations --- */
@keyframes opacity-bounce {
  0% { opacity: 0; transform: translateY(100%); }
  60% { transform: translateY(-20%); }
  100% { opacity: 1; transform: translateY(0); }
}

.gd-ad-flex-parent {
  animation-name: opacity-bounce;
  animation-duration: 800ms;
  animation-delay: 400ms;
  animation-fill-mode: forwards;
  animation-timing-function: ease;
  opacity: 0;
}
