  *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
    :root {
      --teal: #1a7a7a;
      --teal-dark: #0f5a5a;
      --teal-light: #e8f5f5;
      --pink: #d63384;
      --green: #3a8a3a;
      --text: #1a1a1a;
      --muted: #5a6472;
      --border: #e0e8e8;
    }
    html { scroll-behavior: smooth; }
    body { font-family: 'Lato', sans-serif; color: var(--text); background: #fff; line-height: 1.7; }

    /* ─── ANNOUNCE BAR ─── */
    .announce-bar {
      background: var(--teal-dark);
      color: #fff;
      text-align: center;
      padding: 10px 20px;
      font-size: 0.82rem;
      font-weight: 700;
      letter-spacing: 0.05em;
    }
    .announce-bar a { color: #a0e8e8; text-decoration: none; }

    /* ─── NAV ─── */
    nav {
      position: sticky;
      top: 0;
      z-index: 1000;
      background: #fff;
      border-bottom: 1px solid var(--border);
      box-shadow: 0 2px 12px rgba(0,0,0,0.06);
    }
    .nav-inner {
      max-width: 1200px;
      margin: 0 auto;
      display: flex;
      align-items: center;
      justify-content: space-between;
      padding: 0 40px;
      height: 72px;
    }
    .nav-logo { display: flex; align-items: center; gap: 12px; text-decoration: none; }
    .nav-logo img { height: 52px; width: auto; }
    .nav-logo-text .name {
      font-family: 'Playfair Display', serif;
      font-size: 1.1rem;
      font-weight: 700;
      color: var(--teal-dark);
      display: block;
      line-height: 1.2;
    }
    .nav-logo-text .creds {
      font-size: 0.65rem;
      font-weight: 700;
      letter-spacing: 0.07em;
      color: var(--teal);
      text-transform: uppercase;
    }
    .nav-links { display: flex; gap: 28px; list-style: none; }
    .nav-links a {
      font-size: 0.8rem; font-weight: 700; letter-spacing: 0.08em;
      text-transform: uppercase; color: var(--text); text-decoration: none;
      transition: color 0.2s; padding-bottom: 2px;
    }
    .nav-links a:hover { color: var(--teal); }

    /* Hamburger */
    .hamburger {
      display: none;
      flex-direction: column;
      gap: 5px;
      cursor: pointer;
      padding: 8px;
      background: none;
      border: none;
    }
    .hamburger span {
      display: block;
      width: 24px;
      height: 2px;
      background: var(--text);
      transition: all 0.3s;
      border-radius: 2px;
    }
    .hamburger.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
    .hamburger.open span:nth-child(2) { opacity: 0; }
    .hamburger.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

    /* Mobile drawer */
    .mobile-menu {
      display: none;
      position: fixed;
      top: 72px;
      left: 0;
      right: 0;
      bottom: 0;
      background: #fff;
      z-index: 999;
      flex-direction: column;
      padding: 32px 40px;
      gap: 0;
      border-top: 1px solid var(--border);
      overflow-y: auto;
    }
    .mobile-menu.open { display: flex; }
    .mobile-menu a {
      font-size: 1.1rem;
      font-weight: 700;
      letter-spacing: 0.06em;
      text-transform: uppercase;
      color: var(--text);
      text-decoration: none;
      padding: 18px 0;
      border-bottom: 1px solid var(--border);
      transition: color 0.2s;
    }
    .mobile-menu a:hover { color: var(--teal); }

    /* ─── HERO ─── */
      .hero {
          position: relative;
          background-color: #FFFDD0;
          color: #800000;
          overflow: hidden;
      }
    .hero::before {
      content:'';
      position:absolute; inset:0;
      background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23ffffff' fill-opacity='0.04'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/svg%3E");
    }
    .hero-inner {
      max-width: 1200px;
      margin: 0 auto;
      display: grid;
      grid-template-columns: 1fr 1fr;
      align-items: center;
      gap: 60px;
      padding: 80px 40px;
      position: relative;
    }
    .hero-text .label {
      font-size: 0.72rem; font-weight: 700; letter-spacing: 0.15em;
      text-transform: uppercase; color: #7fe8e8; margin-bottom: 16px;
    }
    .hero-text h1 {
      font-family: 'Playfair Display', serif;
      font-size: clamp(2rem, 3.5vw, 3rem);
      font-style: italic;
      line-height: 1.25;
      margin-bottom: 24px;
    }
    .hero-text p {
      font-size: 1.05rem; line-height: 1.8; opacity: 0.9; margin-bottom: 12px;
    }
    .hero-photo-col {
      display: flex;
      align-items: center;
      justify-content: center;
    }
    .hero-photo-wrap {
      position: relative;
      width: 340px;
      height: 400px;
      border-radius: 12px;
      overflow: hidden;
      box-shadow: 0 24px 64px rgba(0,0,0,0.5);
    }
    .hero-photo-wrap img {
      width: 100%; height: 100%;
      object-fit: cover; object-position: center top;
      display: block;
    }
    .hero-photo-fallback {
      width: 100%; height: 100%;
      background: linear-gradient(160deg, #c2d8d2, #8fb0a8);
      display: flex;
      align-items: center;
      justify-content: center;
    }
    .hero-photo-fallback img {
      width: auto; height: 300px; object-fit: contain;
      filter: drop-shadow(0 8px 24px rgba(0,0,0,0.3));
    }

    /* ─── BADGE CAROUSEL ─── */
    .badges-bar {
      background: var(--teal-light);
      border-bottom: 1px solid var(--border);
      padding: 18px 0;
      overflow: hidden;
      position: relative;
    }
    .badges-bar::before,
    .badges-bar::after {
      content: '';
      position: absolute;
      top: 0; bottom: 0;
      width: 80px;
      z-index: 2;
      pointer-events: none;
    }
    .badges-bar::before { left: 0; background: linear-gradient(to right, var(--teal-light), transparent); }
    .badges-bar::after  { right: 0; background: linear-gradient(to left, var(--teal-light), transparent); }
    .badges-track {
      display: flex;
      gap: 14px;
      width: max-content;
      animation: badge-scroll 28s linear infinite;
    }
    .badges-track:hover { animation-play-state: paused; }
    @keyframes badge-scroll {
      0%   { transform: translateX(0); }
      100% { transform: translateX(-50%); }
    }
    .badge {
      background: var(--teal);
      color: #fff;
      font-size: 0.72rem;
      font-weight: 700;
      letter-spacing: 0.07em;
      text-transform: uppercase;
      padding: 8px 20px;
      border-radius: 100px;
      white-space: nowrap;
      display: flex;
      align-items: center;
      gap: 8px;
      cursor: default;
      transition: background 0.2s, transform 0.2s;
      flex-shrink: 0;
    }
    .badge:hover { background: var(--teal-dark); transform: scale(1.06); }
    .badge .badge-icon { font-size: 1rem; }

    /* ─── SECTION WRAPPER ─── */
    .section-wrap {
      max-width: 1100px;
      margin: 0 auto;
      padding: 72px 40px;
    }
    .section-label {
      font-size: 0.72rem; font-weight: 700; letter-spacing: 0.15em;
      text-transform: uppercase; color: var(--teal); margin-bottom: 10px;
    }
    .section-wrap h2 {
      font-family: 'Playfair Display', serif;
      font-size: clamp(1.6rem, 3vw, 2.2rem);
      color: var(--teal-dark);
      margin-bottom: 28px;
    }
    .section-wrap p {
      font-size: 1.05rem;
      color: var(--muted);
      max-width: 780px;
      margin-bottom: 18px;
      line-height: 1.8;
    }

    /* ─── STATS ─── */
    .stats-bar {
      background: var(--teal-dark);
      color: #fff;
      padding: 52px 40px;
    }
    .stats-inner {
      max-width: 1100px; margin: 0 auto;
      display: grid; grid-template-columns: repeat(4,1fr); gap: 24px; text-align: center;
    }
    .stat-num {
      font-family: 'Playfair Display', serif;
      font-size: 2.8rem; font-weight: 700; color: #7fe8e8; display: block;
    }
    .stat-label { font-size: 0.82rem; letter-spacing: 0.06em; text-transform: uppercase; opacity: 0.85; }

    /* ─── CONNECT CARDS ─── */
    .cards-grid {
      display: grid;
      grid-template-columns: repeat(3,1fr);
      gap: 24px;
      margin-top: 8px;
    }
    .card {
      border: 1px solid var(--border); border-radius: 10px;
      overflow: hidden; text-decoration: none; color: inherit;
      transition: transform 0.2s, box-shadow 0.2s;
      display: flex; flex-direction: column;
    }
    .card:hover { transform: translateY(-4px); box-shadow: 0 12px 36px rgba(26,122,122,0.16); }
.card-thumb {
    background-color: #ecfcfc;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 3.5rem;
}

    .card-body { padding: 20px 22px 24px; border-top: 1px solid var(--border); flex: 1; }
    .card-body h3 {
      font-family: 'Playfair Display', serif;
      font-size: 1.05rem; margin-bottom: 6px; color: var(--teal-dark);
    }
    .card-body p { font-size: 0.9rem; color: var(--muted); line-height: 1.6; margin: 0; }

    /* ─── BOOKS SHOP ─── */
    .books-shop-grid {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 16px;
      margin-top: 8px;
    }
    .shop-card {
      border: 1px solid var(--border);
      border-radius: 10px;
      overflow: hidden;
      background: #fff;
      display: flex;
      flex-direction: column;
      transition: box-shadow 0.2s, transform 0.2s;
    }
    .shop-card:hover {
      box-shadow: 0 8px 28px rgba(26,122,122,0.15);
      transform: translateY(-3px);
    }
    .shop-cover {
      height: 160px;
      overflow: hidden;
      position: relative;
      background: #e8f0f0;
      flex-shrink: 0;
    }
    .shop-cover img {
      width: 100%; height: 100%;
      object-fit: cover;
      display: block;
      transition: transform 0.3s;
    }
    .shop-card:hover .shop-cover img { transform: scale(1.05); }
    .shop-cover-fallback {
      width: 100%; height: 100%;
      display: flex; flex-direction: column;
      align-items: center; justify-content: center;
      gap: 8px; padding: 12px; text-align: center;
    }
    .shop-cover-fallback .icon { font-size: 2.2rem; }
    .shop-cover-fallback .title {
      font-size: 0.75rem; font-weight: 700;
      color: #fff; line-height: 1.3;
      font-family: 'Playfair Display', serif;
      font-style: italic;
    }
    .shop-badge {
      position: absolute; top: 8px; left: 8px;
      font-size: 0.6rem; font-weight: 800;
      letter-spacing: 0.07em; text-transform: uppercase;
      padding: 3px 8px; border-radius: 100px;
      background: var(--pink); color: #fff;
    }
    .shop-info {
      padding: 10px 12px 6px;
      flex: 1;
      display: flex;
      flex-direction: column;
      gap: 3px;
    }
    .shop-info h3 {
      font-family: 'Playfair Display', serif;
      font-size: 0.82rem;
      font-weight: 700;
      color: var(--teal-dark);
      line-height: 1.3;
    }
    .shop-info .shop-author {
      font-size: 0.72rem;
      color: var(--muted);
    }
    .shop-info .shop-publisher {
      font-size: 0.68rem;
      color: #aaa;
    }
    .shop-rating {
      display: flex; align-items: center; gap: 4px;
      margin-top: 2px;
    }
    .shop-stars { color: #f4a020; font-size: 0.7rem; letter-spacing: -1px; }
    .shop-rating-text { font-size: 0.68rem; color: var(--muted); }
    .shop-footer {
      padding: 8px 12px 12px;
      display: flex;
      flex-direction: column;
      gap: 6px;
      border-top: 1px solid var(--border);
    }
    .shop-amazon-btn {
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 6px;
      background: #FF9900;
      color: #111;
      font-size: 0.72rem;
      font-weight: 800;
      letter-spacing: 0.04em;
      text-transform: uppercase;
      padding: 7px 10px;
      border-radius: 6px;
      text-decoration: none;
      transition: background 0.2s, transform 0.1s;
    }
    .shop-amazon-btn:hover { background: #e68900; transform: scale(1.02); }
    .shop-amazon-btn .amz-logo {
      font-size: 0.78rem; font-weight: 900;
      font-style: italic; letter-spacing: -0.02em;
    }
    .shop-alt-btn {
      display: flex;
      align-items: center;
      justify-content: center;
      background: transparent;
      color: var(--teal);
      font-size: 0.68rem;
      font-weight: 700;
      letter-spacing: 0.04em;
      text-transform: uppercase;
      padding: 5px 10px;
      border-radius: 6px;
      border: 1px solid var(--border);
      text-decoration: none;
      transition: border-color 0.2s, color 0.2s;
    }
    .shop-alt-btn:hover { border-color: var(--teal); color: var(--teal-dark); }
    .shop-coming {
      display: flex; align-items: center; justify-content: center;
      font-size: 0.68rem; font-weight: 700;
      letter-spacing: 0.06em; text-transform: uppercase;
      color: var(--pink);
      background: #fde8f0;
      padding: 7px 10px;
      border-radius: 6px;
      text-align: center;
    }

    /* ─── AWARDS ─── */
    .awards-bg { background: #f7fbfb; border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); }
    .awards-list { margin-top: 4px; }
    .award-item {
      display: flex; gap: 24px;
      padding: 20px 0;
      border-bottom: 1px solid var(--border);
      align-items: flex-start;
    }
    .award-item:last-child { border-bottom: none; }
    .award-year {
      font-size: 0.72rem; font-weight: 700; letter-spacing: 0.08em;
      text-transform: uppercase; color: var(--teal);
      min-width: 90px; flex-shrink: 0; padding-top: 2px;
    }
    .award-text { font-size: 0.97rem; color: var(--text); line-height: 1.6; }

    /* ─── MEDIA / VIDEO ─── */
    .media-grid {
      display: grid;
      grid-template-columns: repeat(2,1fr);
      gap: 24px;
      margin-top: 8px;
    }
    .video-card {
      border: 1px solid var(--border); border-radius: 10px; overflow: hidden;
      transition: box-shadow 0.2s;
    }
    .video-card:hover { box-shadow: 0 8px 28px rgba(26,122,122,0.15); }
    .video-card iframe {
      width: 100%; aspect-ratio: 16/9;
      display: block; border: none;
    }
    .video-card-body { padding: 14px 18px; }
    .video-card-body h3 { font-size: 0.95rem; font-weight: 700; color: var(--teal-dark); margin-bottom: 4px; }
    .video-card-body p { font-size: 0.83rem; color: var(--muted); margin: 0; }

    /* ─── FOOTER ─── */
    footer {
      background: #0d2a2a;
      color: #a0c8c8;
      padding: 60px 40px 32px;
    }
    .footer-grid {
      max-width: 1100px; margin: 0 auto;
      display: grid; grid-template-columns: 2fr 1fr 1fr;
      gap: 48px; padding-bottom: 40px;
      border-bottom: 1px solid #1a4a4a;
    }
    .footer-brand img { height: 60px; margin-bottom: 14px; }
    .footer-brand p { font-size: 0.88rem; line-height: 1.7; color: #7aacac; max-width: 280px; }
    .footer-col h4 {
      color: #fff; font-size: 0.74rem; font-weight: 700;
      letter-spacing: 0.12em; text-transform: uppercase; margin-bottom: 16px;
    }
    .footer-col ul { list-style: none; display: flex; flex-direction: column; gap: 10px; }
    .footer-col ul a { color: #7aacac; text-decoration: none; font-size: 0.9rem; transition: color 0.2s; }
    .footer-col ul a:hover { color: #fff; }
    .footer-bottom {
      max-width: 1100px; margin: 24px auto 0;
      display: flex; justify-content: space-between;
      font-size: 0.78rem; color: #4a8a8a;
    }
    .footer-bottom a { color: #5a9a9a; text-decoration: none; }

    /* ─── RESPONSIVE ─── */
    @media (max-width: 960px) {
      .nav-inner { padding: 0 20px; }
      .nav-links { display: none; }
      .hamburger { display: flex; }
      .hero-inner { grid-template-columns: 1fr; padding: 48px 24px; text-align: center; }
      .hero-photo-col { order: -1; }
      .hero-photo-wrap { width: 240px; height: 280px; margin: 0 auto; }
      .section-wrap { padding: 48px 24px; }
      .cards-grid { grid-template-columns: 1fr; }
      .books-shop-grid { grid-template-columns: repeat(2, 1fr); }
      .stats-inner { grid-template-columns: repeat(2,1fr); }
      .media-grid { grid-template-columns: 1fr; }
      .footer-grid { grid-template-columns: 1fr; gap: 28px; }
      .footer-bottom { flex-direction: column; gap: 6px; }
    }
    @media (max-width: 540px) {
      .books-shop-grid { grid-template-columns: repeat(2, 1fr); }
      .hero-text h1 { font-size: 1.7rem; }
      .stat-num { font-size: 2rem; }
      .award-item { flex-direction: column; gap: 4px; }
    }