@charset "UTF-8";

/* PUBLIC SHELL SCOPED STYLES */
/* All rules scoped under .public-shell to avoid bleeding into authenticated MainLayout */

.public-shell * {
  box-sizing: border-box;
}

.public-shell {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  color: #10231d;
  background: #eef7f1;
  line-height: 1.6;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

.public-shell img {
  max-width: 100%;
  display: block;
}

.public-shell a {
  color: inherit;
  text-decoration: none;
}


/* GLOBAL LAYOUT */

.public-shell .container {
  width: 90%;
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
}


/* HEADER */

.public-shell .site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: #ffffff;
  border-bottom: 1px solid #d8d0bd;
}

.public-shell .nav {
  height: 82px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.public-shell .logo img {
  height: 50px;
  width: auto;
}

.public-shell .nav-links {
  display: flex;
  gap: 28px;
  font-size: 14px;
  font-weight: bold;
}

.public-shell .nav-button {
  background: #0b3d2e;
  color: #ffffff;
  padding: 13px 22px;
  border-radius: 999px;
  font-weight: bold;
}

.public-shell .primary-button {
  display: inline-block;
  background: #0b3d2e;
  color: #ffffff;
  padding: 13px 22px;
  border-radius: 999px;
  font-weight: bold;
}


/* HERO */

.public-shell .hero {
  padding-top: 70px;
  padding-bottom: 50px;
  overflow: hidden;
}

.public-shell .hero-grid {
  display: flex;
  align-items: center;
  gap: 56px;
}

.public-shell .hero-copy {
  width: 48%;
  max-width: 560px;
}

.public-shell .hero-visual {
  width: 52%;
}

.public-shell .hero-mosaic {
  height: 620px;
  display: flex;
  gap: 18px;
  align-items: stretch;
}

.public-shell .mosaic-col {
  width: 33.333%;
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.public-shell .mosaic-img {
  width: 100%;
  object-fit: cover;
  border-radius: 24px;
  box-shadow: 0 18px 40px #b8cfc0;
}

.public-shell .col1-img1 {
  height: 370px;
  object-position: center center;
}

.public-shell .col1-img2 {
  height: 232px;
  object-position: center center;
}

.public-shell .col2-img1 {
  height: 255px;
  object-position: center center;
}

.public-shell .col2-img2 {
  height: 347px;
  object-position: center bottom;
}

.public-shell .col3-img1 {
  height: 175px;
  object-position: center center;
}

.public-shell .col3-img2 {
  height: 190px;
  object-position: center center;
}

.public-shell .col3-img3 {
  height: 201px;
  object-position: center bottom;
}

.public-shell .eyebrow {
  color: #c9a646;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 13px;
  margin-top: 0;
  margin-bottom: 14px;
}

.public-shell h1 {
  font-size: 72px;
  line-height: 0.95;
  letter-spacing: -3px;
  margin-top: 0;
  margin-bottom: 24px;
  color: #06281f;
}

.public-shell .hero-text {
  font-size: 21px;
  color: #66736f;
  max-width: 560px;
  margin-bottom: 32px;
}

.public-shell .store-buttons {
  display: flex;
  gap: 14px;
  align-items: center;
}

.public-shell .store-buttons img {
  height: 48px;
  width: auto;
}


/* STATS */

.public-shell .stats {
  padding-top: 10px;
  padding-bottom: 50px;
}

.public-shell .stats-grid {
  background: #0b3d2e;
  color: #ffffff;
  border-radius: 28px;
  padding: 34px;
  display: flex;
  gap: 24px;
}

.public-shell .stats-grid div {
  width: 33.333%;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.public-shell .stats strong {
  display: block;
  font-size: 30px;
  line-height: 1.1;
  margin-bottom: 8px;
}

.public-shell .stats span {
  color: #d9e4df;
  display: block;
}


/* FEATURE SECTIONS */

.public-shell .feature-section {
  padding-top: 70px;
  padding-bottom: 70px;
  background: #ffffff;
}

.public-shell .feature-section.alt {
  background: #eef7f1;
}

.public-shell .feature-grid {
  display: flex;
  gap: 72px;
  align-items: center;
}

.public-shell .feature-image {
  width: 50%;
  background: #ffffff;
  border-radius: 42px;
  padding: 42px;
  box-shadow: 0 24px 60px #b8cfc0;
}

.public-shell .feature-image img {
  max-height: 580px;
  width: auto;
  margin-left: auto;
  margin-right: auto;
  object-fit: contain;
}

.public-shell .feature-copy {
  width: 50%;
}

.public-shell .feature-copy p {
  font-size: 19px;
  color: #66736f;
}

.public-shell h2 {
  font-size: 48px;
  line-height: 1;
  letter-spacing: -2px;
  margin-top: 0;
  margin-bottom: 22px;
  color: #06281f;
}


/* BRAND STORY */

.public-shell .brand-story {
  padding-top: 80px;
  padding-bottom: 80px;
  background: #06281f;
}

.public-shell .story-card {
  display: flex;
  gap: 44px;
  align-items: center;
  background: #eef7f1;
  border-radius: 42px;
  padding: 54px;
}

.public-shell .story-card div {
  width: 50%;
}

.public-shell .story-card p {
  font-size: 19px;
  color: #66736f;
}

.public-shell .story-card img {
  width: 50%;
  border-radius: 32px;
  height: 440px;
  object-fit: cover;
}


/* FAQ */

.public-shell .faq-section {
  padding-top: 75px;
  padding-bottom: 75px;
  background: #ffffff;
}

.public-shell .faq-list {
  margin-top: 34px;
}

.public-shell details {
  background: #eef7f1;
  border-radius: 20px;
  padding: 22px 26px;
  margin-bottom: 14px;
}

.public-shell summary {
  cursor: pointer;
  font-weight: bold;
  font-size: 18px;
}

.public-shell details p {
  color: #66736f;
  margin-bottom: 0;
}


/* DOWNLOAD CTA */

.public-shell .download-section {
  padding-top: 70px;
  padding-bottom: 70px;
  background: #eef7f1;
}

.public-shell .download-card {
  background: #0b3d2e;
  color: #ffffff;
  text-align: center;
  border-radius: 42px;
  padding: 68px 32px;
}

.public-shell .download-card h2 {
  color: #ffffff;
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
}

.public-shell .download-card p {
  color: #d9e4df;
  font-size: 20px;
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 28px;
}

.public-shell .centered {
  justify-content: center;
}


/* FOOTER */

.public-shell .site-footer.simple-footer {
  background: #06281f;
  color: #ffffff;
  text-align: center;
  padding-top: 42px;
  padding-bottom: 42px;
}

.public-shell .footer-copyright {
  color: #ffffff;
  font-size: 15px;
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 18px;
}

.public-shell .footer-legal-links {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 18px;
  flex-wrap: wrap;
}

.public-shell .footer-legal-links a {
  color: #ffffff;
  font-size: 21px;
  text-decoration: underline;
  text-underline-offset: 4px;
  margin-bottom: 0;
}

.public-shell .footer-legal-links span {
  color: #ffffff;
  font-size: 21px;
}


/* LEGAL PAGES */

.public-shell .legal-page {
  background: #eef7f1;
  padding-top: 80px;
  padding-bottom: 100px;
  flex: 1;
}

.public-shell .legal-container {
  max-width: 900px;
}

.public-shell .legal-page h1 {
  font-size: 58px;
  line-height: 1;
  letter-spacing: -2px;
  margin-top: 0;
  margin-bottom: 20px;
  color: #06281f;
}

.public-shell .legal-intro {
  font-size: 20px;
  color: #66736f;
  margin-bottom: 42px;
}

.public-shell .legal-content {
  background: #ffffff;
  border-radius: 28px;
  padding: 48px;
  box-shadow: 0 18px 40px #b8cfc0;
}

.public-shell .legal-content h2 {
  font-size: 32px;
  line-height: 1.1;
  letter-spacing: -1px;
  margin-top: 42px;
  margin-bottom: 16px;
  color: #06281f;
}

.public-shell .legal-content h2:first-child {
  margin-top: 0;
}

.public-shell .legal-content h3 {
  font-size: 22px;
  margin-top: 32px;
  margin-bottom: 12px;
  color: #06281f;
}

.public-shell .legal-content p {
  font-size: 17px;
  color: #33423d;
  margin-bottom: 18px;
}

.public-shell .legal-content ul,
.public-shell .legal-content ol {
  padding-left: 24px;
  margin-bottom: 22px;
}

.public-shell .legal-content li {
  margin-bottom: 10px;
  color: #33423d;
}

.public-shell .legal-content a {
  color: #0b3d2e;
  font-weight: bold;
  text-decoration: underline;
}


/* SOCIAL SECTION */

.public-shell .social-section {
  background: #eef7f1;
  padding-top: 65px;
  padding-bottom: 65px;
}

.public-shell .social-card {
  text-align: center;
}

.public-shell .social-card h2 {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 14px;
}

.public-shell .social-intro {
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 36px;
  font-size: 20px;
  color: #66736f;
}

.public-shell .social-links {
  display: flex;
  justify-content: center;
  align-items: stretch;
  gap: 22px;
  flex-wrap: wrap;
}

.public-shell .social-box {
  width: 250px;
  min-height: 120px;
  background: #ffffff;
  border-radius: 18px;
  padding: 24px;
  display: flex;
  align-items: center;
  gap: 18px;
  text-align: left;
  box-shadow: 0 14px 34px #b8cfc0;
  transition: transform 0.2s ease;
}

.public-shell .social-box:hover {
  transform: translateY(-4px);
}

.public-shell .social-icon-img {
  width: 56px;
  height: 56px;
  object-fit: contain;
  flex-shrink: 0;
}

.public-shell .social-text {
  flex: 1;
  min-width: 0;
}

.public-shell .social-text strong {
  display: block;
  color: #06281f;
  font-size: 18px;
  margin-bottom: 4px;
}

.public-shell .social-text span {
  display: block;
  color: #66736f;
  font-size: 14px;
  line-height: 1.3;
}


/* LOGIN PAGE */

.public-shell .login-page {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 48px 16px;
  background: #eef7f1;
}

.public-shell .login-card {
  width: 100%;
  max-width: 440px;
  background: #ffffff;
  border-radius: 28px;
  padding: 48px;
  box-shadow: 0 24px 60px #b8cfc0;
}

.public-shell .login-card h2 {
  font-size: 36px;
  letter-spacing: -1px;
  margin-bottom: 32px;
  color: #06281f;
}

.public-shell .login-label {
  display: block;
  font-weight: bold;
  font-size: 14px;
  color: #10231d;
  margin-bottom: 6px;
}

.public-shell .login-input {
  width: 100%;
  padding: 12px 16px;
  border: 1px solid #d8d0bd;
  border-radius: 12px;
  font-size: 16px;
  color: #10231d;
  background: #f8faf9;
  outline: none;
  margin-bottom: 20px;
  font-family: Arial, Helvetica, sans-serif;
}

.public-shell .login-input:focus {
  border-color: #0b3d2e;
  box-shadow: 0 0 0 3px rgba(11, 61, 46, 0.12);
}

.public-shell .login-submit {
  width: 100%;
  background: #0b3d2e;
  color: #ffffff;
  font-weight: bold;
  font-size: 16px;
  padding: 14px;
  border-radius: 999px;
  border: none;
  cursor: pointer;
  margin-bottom: 16px;
  font-family: Arial, Helvetica, sans-serif;
}

.public-shell .login-submit:hover {
  background: #06281f;
}

.public-shell .login-forgot {
  display: block;
  text-align: center;
  font-size: 14px;
  color: #66736f;
  text-decoration: underline;
  margin-bottom: 24px;
}

.public-shell .login-signup-link {
  display: block;
  text-align: center;
  font-size: 14px;
  color: #0b3d2e;
  font-weight: bold;
  cursor: pointer;
  background: none;
  border: none;
  font-family: Arial, Helvetica, sans-serif;
}

.public-shell .login-signup-link:hover {
  text-decoration: underline;
}

.public-shell .login-alert-error {
  background: #fef2f2;
  border: 1px solid #fca5a5;
  color: #991b1b;
  border-radius: 12px;
  padding: 12px 16px;
  font-size: 14px;
  margin-bottom: 20px;
}

.public-shell .login-alert-info {
  background: #eff6ff;
  border: 1px solid #93c5fd;
  color: #1e40af;
  border-radius: 12px;
  padding: 12px 16px;
  font-size: 14px;
  margin-bottom: 20px;
}


/* MODAL */

.public-shell .modal-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 50;
  padding: 16px;
}

.public-shell .modal-card {
  background: #ffffff;
  border-radius: 28px;
  padding: 40px;
  width: 100%;
  max-width: 540px;
  max-height: 90vh;
  overflow-y: auto;
  box-shadow: 0 24px 60px rgba(0,0,0,0.2);
}

.public-shell .modal-card h2 {
  font-size: 28px;
  letter-spacing: -1px;
  margin-bottom: 24px;
  color: #06281f;
}

.public-shell .modal-input {
  width: 100%;
  padding: 11px 14px;
  border: 1px solid #d8d0bd;
  border-radius: 10px;
  font-size: 15px;
  color: #10231d;
  background: #f8faf9;
  outline: none;
  margin-bottom: 16px;
  font-family: Arial, Helvetica, sans-serif;
}

.public-shell .modal-input:focus {
  border-color: #0b3d2e;
  box-shadow: 0 0 0 3px rgba(11, 61, 46, 0.12);
}

.public-shell .modal-label {
  display: block;
  font-weight: bold;
  font-size: 13px;
  color: #10231d;
  margin-bottom: 5px;
}

.public-shell .modal-btn-primary {
  flex: 1;
  background: #0b3d2e;
  color: #ffffff;
  font-weight: bold;
  font-size: 15px;
  padding: 12px;
  border-radius: 999px;
  border: none;
  cursor: pointer;
  font-family: Arial, Helvetica, sans-serif;
}

.public-shell .modal-btn-primary:hover {
  background: #06281f;
}

.public-shell .modal-btn-primary:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.public-shell .modal-btn-secondary {
  flex: 1;
  background: #eef7f1;
  color: #10231d;
  font-weight: bold;
  font-size: 15px;
  padding: 12px;
  border-radius: 999px;
  border: 1px solid #d8d0bd;
  cursor: pointer;
  font-family: Arial, Helvetica, sans-serif;
}

.public-shell .modal-btn-secondary:hover {
  background: #d8f0e4;
}

.public-shell .modal-btn-secondary:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.public-shell .modal-btn-row {
  display: flex;
  gap: 12px;
  margin-top: 8px;
}

.public-shell .modal-grid-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin-bottom: 16px;
}

.public-shell .modal-checkbox-row {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 20px;
}

.public-shell .modal-checkbox-row input[type="checkbox"] {
  margin-top: 2px;
  width: 18px;
  height: 18px;
  accent-color: #0b3d2e;
  flex-shrink: 0;
}

.public-shell .modal-checkbox-row span {
  font-size: 13px;
  color: #33423d;
}

.public-shell .modal-checkbox-row a {
  color: #0b3d2e;
  font-weight: bold;
  text-decoration: underline;
}

.public-shell .modal-club-dropdown {
  position: absolute;
  z-index: 10;
  width: 100%;
  margin-top: 4px;
  background: #ffffff;
  border: 1px solid #d8d0bd;
  border-radius: 12px;
  box-shadow: 0 8px 24px #b8cfc0;
  max-height: 200px;
  overflow-y: auto;
}

.public-shell .modal-club-item {
  padding: 10px 16px;
  cursor: pointer;
  font-size: 14px;
  color: #10231d;
}

.public-shell .modal-club-item:hover {
  background: #eef7f1;
}

.public-shell .modal-club-selected {
  margin-top: 8px;
  padding: 12px 16px;
  background: #eef7f1;
  border-radius: 12px;
}

.public-shell .modal-club-selected .font-medium {
  font-weight: bold;
  color: #10231d;
}

.public-shell .modal-club-selected .text-xs {
  font-size: 12px;
  color: #66736f;
}


/* MOBILE RESPONSIVE */

@media screen and (max-width: 900px) {

  .public-shell .nav {
    height: 72px;
  }

  .public-shell .logo img {
    height: 34px;
  }

  .public-shell .nav-button {
    padding: 10px 18px;
    font-size: 14px;
  }

  .public-shell .hero {
    padding-top: 36px;
    padding-bottom: 34px;
  }

  .public-shell .hero-grid {
    display: block;
  }

  .public-shell .hero-copy {
    width: 100%;
    max-width: none;
  }

  .public-shell h1 {
    font-size: 46px;
    letter-spacing: -2px;
  }

  .public-shell h2 {
    font-size: 36px;
    letter-spacing: -1px;
  }

  .public-shell .hero-text {
    font-size: 18px;
  }

  .public-shell .store-buttons {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 14px;
  }

  .public-shell .store-buttons img {
    height: 40px;
  }

  .public-shell .hero-visual {
    width: 100%;
    min-height: 0;
    margin-top: 24px;
  }

  .public-shell .hero-mosaic {
    height: auto;
    display: flex;
    gap: 8px;
    align-items: flex-start;
  }

  .public-shell .mosaic-col {
    width: 33.333%;
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-bottom: 0;
  }

  .public-shell .mosaic-img {
    width: 100%;
    object-fit: cover;
    border-radius: 14px;
    box-shadow: 0 8px 18px #b8cfc0;
  }

  .public-shell .col1-img1 { height: 145px; }
  .public-shell .col1-img2 { height: 90px; }
  .public-shell .col2-img1 { height: 105px; }
  .public-shell .col2-img2 { height: 130px; }
  .public-shell .col3-img1 { height: 75px; }
  .public-shell .col3-img2 { height: 80px; }
  .public-shell .col3-img3 { height: 80px; }

  .public-shell .stats {
    padding-top: 10px;
    padding-bottom: 34px;
  }

  .public-shell .stats-grid {
    display: block;
    padding: 28px 22px;
  }

  .public-shell .stats-grid div {
    width: 100%;
    margin-bottom: 24px;
  }

  .public-shell .stats-grid div:last-child {
    margin-bottom: 0;
  }

  .public-shell .feature-section {
    padding-top: 44px;
    padding-bottom: 44px;
  }

  .public-shell .feature-grid {
    display: block;
  }

  .public-shell .feature-image {
    width: 100%;
    margin-bottom: 32px;
    padding: 28px;
  }

  .public-shell .feature-copy {
    width: 100%;
  }

  .public-shell .brand-story {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .public-shell .story-card {
    display: block;
    padding: 32px;
  }

  .public-shell .story-card div {
    width: 100%;
  }

  .public-shell .story-card img {
    width: 100%;
    height: auto;
    margin-top: 32px;
  }

  .public-shell .social-section {
    padding-top: 44px;
    padding-bottom: 44px;
  }

  .public-shell .social-intro {
    font-size: 17px;
    margin-bottom: 26px;
  }

  .public-shell .social-links {
    display: block;
  }

  .public-shell .social-box {
    width: 100%;
    margin-bottom: 14px;
  }

  .public-shell .social-box:last-child {
    margin-bottom: 0;
  }

  .public-shell .social-icon-img {
    width: 48px;
    height: 48px;
  }

  .public-shell .social-text strong {
    font-size: 17px;
  }

  .public-shell .social-text span {
    font-size: 14px;
  }

  .public-shell .site-footer.simple-footer {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .public-shell .footer-copyright {
    font-size: 12px;
    line-height: 1.4;
    margin-bottom: 14px;
  }

  .public-shell .footer-legal-links {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex-wrap: nowrap;
  }

  .public-shell .footer-legal-links a,
  .public-shell .footer-legal-links span {
    font-size: 15px;
    line-height: 1.2;
    white-space: nowrap;
  }

  .public-shell .legal-page {
    padding-top: 50px;
    padding-bottom: 70px;
  }

  .public-shell .legal-page h1 {
    font-size: 42px;
  }

  .public-shell .legal-content {
    padding: 28px;
    border-radius: 22px;
  }

  .public-shell .legal-content h2 {
    font-size: 28px;
  }

  .public-shell .legal-content p,
  .public-shell .legal-content li {
    font-size: 16px;
  }

  .public-shell .login-card {
    padding: 32px 24px;
  }

  .public-shell .login-card h2 {
    font-size: 28px;
  }

  .public-shell .modal-card {
    padding: 28px 20px;
  }

  .public-shell .modal-grid-2 {
    grid-template-columns: 1fr;
  }
}
