/* ============================================
   Sea Gold Foods — Main Stylesheet v1.1
   ============================================ */

@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@700;900&family=Source+Sans+3:wght@400;600&display=swap');

/* === RESET & BASE === */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { font-size: 16px; scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body { font-family: 'Source Sans 3', sans-serif; color: #1a1a1a; background: #f7f4ef; line-height: 1.6; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; height: auto; display: block; }
button { font-family: inherit; cursor: pointer; }
ul { list-style: none; }

/* === LAYOUT === */
.sg-site-wrap { max-width: 960px; margin: 32px auto; background: #fff; border-radius: 12px; overflow: hidden; box-shadow: 0 4px 24px rgba(0,0,0,0.08); }

/* === HEADER === */
.sg-header { background: #0a2a1a; padding: 14px 32px; display: flex; align-items: center; justify-content: space-between; position: relative; }
.sg-logo { font-family: 'Playfair Display', serif; color: #f0c040; font-size: 22px; font-weight: 700; }
.sg-logo span { color: #fff; }
.sg-nav { display: flex; align-items: center; gap: 22px; }
.sg-nav a { color: #ccc; font-size: 14px; padding: 4px 0; border-bottom: 2px solid transparent; transition: color 0.15s; white-space: nowrap; }
.sg-nav a:hover, .sg-nav a.active { color: #fff; }
.sg-nav a.active { border-bottom-color: #f0c040; }
.sg-nav .sg-phone-btn { background: #f0c040; color: #0a2a1a !important; font-weight: 700; font-size: 14px; padding: 8px 16px; border-radius: 6px; border-bottom: none !important; display: flex; align-items: center; gap: 6px; transition: background 0.15s; }
.sg-nav .sg-phone-btn:hover { background: #d4a800; }
.sg-menu-toggle { display: none; background: none; border: none; color: #f0c040; font-size: 24px; padding: 4px; line-height: 1; }

/* === TRUST BAR === */
.sg-trust-bar { background: #f0c040; padding: 10px 32px; display: flex; align-items: center; justify-content: center; gap: 28px; flex-wrap: wrap; }
.sg-trust-item { display: flex; align-items: center; gap: 7px; font-size: 12px; font-weight: 700; color: #0a2a1a; text-transform: uppercase; letter-spacing: 0.3px; white-space: nowrap; }
.sg-usa-badge { background: #0a2a1a; color: #f0c040; padding: 2px 8px; border-radius: 4px; font-size: 10px; font-weight: 700; letter-spacing: 1px; }

/* === HERO === */
.sg-hero { background: linear-gradient(135deg, #0a2a1a 0%, #134d2e 60%, #1a6e3c 100%); padding: 56px 40px 52px; }
.sg-hero-badge { display: inline-flex; align-items: center; gap: 6px; background: rgba(240,192,64,0.18); border: 1px solid rgba(240,192,64,0.4); color: #f0c040; font-size: 11px; font-weight: 600; letter-spacing: 1.2px; text-transform: uppercase; padding: 5px 14px; border-radius: 100px; margin-bottom: 20px; }
.sg-hero h1 { font-family: 'Playfair Display', serif; font-size: 44px; font-weight: 900; color: #fff; line-height: 1.1; margin-bottom: 16px; max-width: 560px; }
.sg-hero h1 em { color: #f0c040; font-style: normal; }
.sg-hero-sub { color: #9ecfad; font-size: 16px; line-height: 1.65; max-width: 500px; margin-bottom: 32px; }
.sg-hero-ctas { display: flex; gap: 14px; flex-wrap: wrap; align-items: center; }
.sg-cta-primary { background: #f0c040; color: #0a2a1a; font-weight: 700; font-size: 16px; padding: 14px 28px; border-radius: 8px; display: inline-flex; align-items: center; gap: 8px; border: none; transition: background 0.15s; }
.sg-cta-primary:hover { background: #d4a800; color: #0a2a1a; }
.sg-cta-secondary { color: #fff; font-size: 15px; border: 1.5px solid rgba(255,255,255,0.35); padding: 13px 22px; border-radius: 8px; display: inline-flex; align-items: center; gap: 7px; transition: border-color 0.15s; }
.sg-cta-secondary:hover { border-color: rgba(255,255,255,0.7); color: #fff; }

/* Route hero variant */
.sg-route-hero { background: linear-gradient(135deg, #0a2a1a 0%, #134d2e 100%); padding: 40px 40px 36px; }
.sg-route-hero h1 { font-family: 'Playfair Display', serif; font-size: 36px; color: #fff; margin-bottom: 10px; }
.sg-route-hero p { color: #9ecfad; font-size: 15px; line-height: 1.65; max-width: 520px; }

/* === SECTIONS === */
.sg-section { padding: 48px 40px; background: #fff; }
.sg-section-alt { background: #f7f4ef; }
.sg-section-label { font-size: 11px; font-weight: 700; letter-spacing: 2px; text-transform: uppercase; color: #1a6e3c; margin-bottom: 8px; display: block; }
.sg-section h2 { font-family: 'Playfair Display', serif; font-size: 28px; font-weight: 700; margin-bottom: 10px; }
.sg-section-intro { color: #555; font-size: 15px; max-width: 580px; line-height: 1.65; margin-bottom: 28px; }
.sg-divider { height: 1px; background: #e0ddd6; margin: 0; }

/* === WHY GRID === */
.sg-why-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.sg-why-card { background: #fff; border: 0.5px solid #e0ddd6; border-radius: 10px; padding: 22px 18px; }
.sg-why-icon { width: 40px; height: 40px; border-radius: 8px; background: #0a2a1a; display: flex; align-items: center; justify-content: center; margin-bottom: 14px; color: #f0c040; font-size: 18px; }
.sg-why-title { font-weight: 600; font-size: 15px; margin-bottom: 6px; }
.sg-why-desc { font-size: 13px; color: #666; line-height: 1.55; }

/* === PRODUCTS PAGE === */
.sg-core-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.sg-core-card { background: #fff; border: 0.5px solid #e0ddd6; border-radius: 10px; padding: 22px 18px; border-top: 3px solid #1a6e3c; }
.sg-core-icon { width: 40px; height: 40px; border-radius: 8px; background: #0a2a1a; display: flex; align-items: center; justify-content: center; color: #f0c040; font-size: 20px; margin-bottom: 14px; }
.sg-core-name { font-weight: 600; font-size: 15px; margin-bottom: 4px; }
.sg-core-sub { font-size: 12px; color: #888; margin-bottom: 10px; }
.sg-core-desc { font-size: 13px; color: #666; line-height: 1.65; margin-bottom: 12px; }
.sg-range-pill { display: inline-block; background: #e8f5ee; color: #0a3d1e; font-size: 12px; font-weight: 600; padding: 3px 10px; border-radius: 100px; border: 0.5px solid #b8ddc8; }
.sg-spec-divider { display: flex; align-items: center; gap: 12px; margin: 28px 0 20px; }
.sg-spec-divider-label { font-size: 11px; font-weight: 700; letter-spacing: 2px; text-transform: uppercase; color: #888; white-space: nowrap; }
.sg-spec-divider-line { flex: 1; height: 1px; background: #e0ddd6; }
.sg-spec-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; }
.sg-spec-card { background: #f7f4ef; border: 0.5px solid #e0ddd6; border-radius: 10px; padding: 20px 18px; border-top: 3px solid rgba(240,192,64,0.6); display: flex; gap: 14px; align-items: flex-start; }
.sg-spec-icon { width: 36px; height: 36px; border-radius: 8px; background: #0a2a1a; display: flex; align-items: center; justify-content: center; color: #f0c040; font-size: 17px; flex-shrink: 0; }
.sg-spec-name { font-weight: 600; font-size: 14px; margin-bottom: 3px; }
.sg-spec-sub { font-size: 12px; color: #888; margin-bottom: 6px; }
.sg-spec-desc { font-size: 13px; color: #666; line-height: 1.6; margin-bottom: 8px; }
.sg-spec-pill { display: inline-block; background: rgba(240,192,64,0.15); color: #7a5000; font-size: 12px; font-weight: 600; padding: 3px 10px; border-radius: 100px; border: 0.5px solid rgba(240,192,64,0.35); }
.sg-wb-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.sg-wb-card { background: #fff; border: 0.5px solid #e0ddd6; border-radius: 10px; padding: 22px 20px; }
.sg-wb-card.white { border-top: 3px solid #1a6e3c; }
.sg-wb-card.brown { border-top: 3px solid #f0c040; }
.sg-wb-name { font-weight: 600; font-size: 15px; margin-bottom: 6px; }
.sg-wb-desc { font-size: 13px; color: #666; line-height: 1.65; margin-bottom: 10px; }
.sg-wb-uses { font-size: 12px; color: #666; }
.sg-wb-uses strong { color: #1a1a1a; font-weight: 600; }

/* === OBJECTIONS === */
.sg-obj-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 16px; }
.sg-obj-card { background: #fff; border: 0.5px solid #e0ddd6; border-radius: 10px; padding: 22px; border-top: 3px solid #1a6e3c; }
.sg-obj-card.featured { border-top-color: #f0c040; }
.sg-obj-tag { display: inline-flex; align-items: center; gap: 5px; background: #f0c040; color: #0a2a1a; font-size: 11px; font-weight: 700; padding: 3px 10px; border-radius: 100px; letter-spacing: 0.5px; text-transform: uppercase; margin-bottom: 10px; }
.sg-obj-q { font-size: 13px; font-weight: 600; color: #666; margin-bottom: 8px; line-height: 1.4; }
.sg-obj-a { font-size: 14px; color: #1a1a1a; line-height: 1.6; }

/* === ROUTES === */
.sg-schedule { display: grid; grid-template-columns: repeat(5, 1fr); border: 0.5px solid #e0ddd6; border-radius: 10px; overflow: hidden; margin-bottom: 28px; }
.sg-sched-day { border-right: 0.5px solid #e0ddd6; }
.sg-sched-day:last-child { border-right: none; }
.sg-sched-header { background: #0a2a1a; padding: 12px 14px; }
.sg-sched-dayname { color: #f0c040; font-weight: 700; font-size: 12px; text-transform: uppercase; letter-spacing: 0.5px; }
.sg-sched-body { padding: 13px 14px; background: #fff; }
.sg-sched-main { font-weight: 600; font-size: 13px; color: #1a1a1a; margin-bottom: 5px; line-height: 1.3; }
.sg-sched-also { font-size: 11px; color: #888; line-height: 1.4; }
.sg-delivery-box { background: #0a2a1a; border-radius: 10px; padding: 28px 32px; display: flex; align-items: flex-start; gap: 20px; margin-bottom: 20px; }
.sg-delivery-icon { width: 52px; height: 52px; border-radius: 10px; background: #f0c040; display: flex; align-items: center; justify-content: center; font-size: 24px; color: #0a2a1a; flex-shrink: 0; }
.sg-delivery-box h3 { font-family: 'Playfair Display', serif; font-size: 22px; color: #fff; margin-bottom: 8px; }
.sg-delivery-box p { color: #9ecfad; font-size: 14px; line-height: 1.6; margin-bottom: 14px; }
.sg-delivery-pill { display: inline-flex; align-items: center; gap: 6px; background: rgba(240,192,64,0.15); border: 1px solid rgba(240,192,64,0.3); color: #f0c040; font-size: 13px; font-weight: 600; padding: 6px 14px; border-radius: 100px; }
.sg-min-bar { background: #e8f5ee; border-radius: 8px; padding: 14px 20px; display: flex; align-items: center; gap: 12px; font-size: 14px; color: #0a3d1e; }

/* === FAQ === */
.sg-faq-group { margin-bottom: 36px; }
.sg-faq-group-title { font-size: 11px; font-weight: 700; letter-spacing: 2px; text-transform: uppercase; color: #1a6e3c; margin-bottom: 12px; display: flex; align-items: center; gap: 8px; }
.sg-faq-group-title::after { content: ''; flex: 1; height: 1px; background: #e0ddd6; }
.sg-faq { border: 0.5px solid #e0ddd6; border-radius: 10px; margin-bottom: 8px; overflow: hidden; }
.sg-faq-q { display: flex; align-items: center; justify-content: space-between; padding: 16px 20px; cursor: pointer; gap: 16px; background: #fff; border: none; width: 100%; text-align: left; }
.sg-faq-q:hover { background: #f7f4ef; }
.sg-faq-q-text { font-weight: 600; font-size: 15px; line-height: 1.4; color: #1a1a1a; }
.sg-faq-icon { color: #1a6e3c; font-size: 20px; flex-shrink: 0; transition: transform 0.2s; line-height: 1; }
.sg-faq.open .sg-faq-icon { transform: rotate(45deg); }
.sg-faq-body { display: none; padding: 14px 20px 18px; font-size: 14px; color: #555; line-height: 1.7; border-top: 0.5px solid #e0ddd6; background: #f7f4ef; }
.sg-faq.open .sg-faq-body { display: block; }
.sg-faq.open .sg-faq-q { background: #f7f4ef; }

/* === BLOG === */
.sg-blog-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 16px; }
.sg-blog-card { background: #fff; border: 0.5px solid #e0ddd6; border-radius: 10px; padding: 20px; display: flex; flex-direction: column; gap: 8px; }
.sg-blog-date { font-size: 11px; font-weight: 600; letter-spacing: 1px; text-transform: uppercase; color: #888; }
.sg-blog-title { font-family: 'Playfair Display', serif; font-size: 16px; font-weight: 700; line-height: 1.3; color: #1a1a1a; flex: 1; }
.sg-blog-link { font-size: 13px; font-weight: 600; color: #1a6e3c; }
.sg-blog-link:hover { text-decoration: underline; }

/* === PRODUCTS NOTE & SHARED CALLOUT === */
.sg-products-note { background: #0a2a1a; border-radius: 10px; padding: 18px 22px; display: flex; align-items: flex-start; gap: 14px; margin-top: 24px; }
.sg-products-note p { color: #9ecfad; font-size: 14px; line-height: 1.6; margin: 0; }
.sg-products-note strong { color: #f0c040; }

/* === CTA FOOTER === */
.sg-cta-footer { background: #0a2a1a; padding: 52px 40px; text-align: center; }
.sg-cta-footer h2 { font-family: 'Playfair Display', serif; font-size: 30px; color: #fff; margin-bottom: 8px; }
.sg-cta-footer > p { color: #9ecfad; font-size: 15px; margin-bottom: 28px; }
.sg-big-phone { display: inline-flex; align-items: center; gap: 12px; background: #f0c040; color: #0a2a1a; font-family: 'Playfair Display', serif; font-size: 26px; font-weight: 700; padding: 18px 36px; border-radius: 10px; margin-bottom: 16px; transition: background 0.15s; }
.sg-big-phone:hover { background: #d4a800; color: #0a2a1a; }
.sg-hours { color: #9ecfad; font-size: 13px; margin-bottom: 28px; }
.sg-form-box { background: rgba(255,255,255,0.06); border: 0.5px solid rgba(255,255,255,0.12); border-radius: 10px; padding: 28px 32px; max-width: 480px; margin: 0 auto 28px; text-align: left; }
.sg-form-box h3 { color: #fff; font-size: 16px; font-weight: 600; margin-bottom: 16px; text-align: center; }
.sg-form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-bottom: 10px; }
.sg-form-box input, .sg-form-box textarea { width: 100%; background: rgba(255,255,255,0.08); border: 0.5px solid rgba(255,255,255,0.2); border-radius: 6px; color: #fff; font-size: 14px; padding: 10px 12px; outline: none; font-family: inherit; margin-bottom: 10px; }
.sg-form-box input::placeholder, .sg-form-box textarea::placeholder { color: rgba(255,255,255,0.4); }
.sg-form-box textarea { resize: vertical; min-height: 72px; }
.sg-honeypot { position: absolute; left: -9999px; opacity: 0; pointer-events: none; }
.sg-form-submit { width: 100%; background: #f0c040; color: #0a2a1a; font-weight: 700; font-size: 15px; padding: 13px; border: none; border-radius: 7px; cursor: pointer; font-family: inherit; transition: background 0.15s; }
.sg-form-submit:hover { background: #d4a800; }
.sg-contact-row { display: flex; gap: 28px; justify-content: center; flex-wrap: wrap; margin-top: 16px; }
.sg-contact-item { color: #9ecfad; font-size: 14px; display: flex; align-items: center; gap: 8px; }
.sg-contact-item a { color: #9ecfad; }
.sg-contact-item a:hover { color: #f0c040; }

/* === FOOTER === */
.sg-site-footer { background: #060f09; padding: 20px 40px; text-align: center; font-size: 12px; color: #4a7a5a; }
.sg-site-footer a { color: #4a7a5a; }
.sg-site-footer a:hover { color: #9ecfad; }

/* === 404 === */
.sg-404 { padding: 80px 40px; text-align: center; }
.sg-404 h1 { font-family: 'Playfair Display', serif; font-size: 80px; color: #e0ddd6; font-weight: 900; line-height: 1; margin-bottom: 8px; }
.sg-404 h2 { font-family: 'Playfair Display', serif; font-size: 28px; margin-bottom: 12px; }
.sg-404 p { color: #666; font-size: 15px; margin-bottom: 28px; }

/* ============================================
   RESPONSIVE — TABLET (≤768px)
   ============================================ */
@media (max-width: 768px) {
  .sg-site-wrap { margin: 0; border-radius: 0; box-shadow: none; }

  /* Header */
  .sg-header { padding: 14px 20px; position: relative; }
  .sg-menu-toggle { display: block; }
  .sg-nav { display: none; flex-direction: column; align-items: flex-start; position: absolute; top: 100%; left: 0; right: 0; background: #0a2a1a; padding: 16px 20px; gap: 14px; z-index: 100; border-top: 1px solid rgba(255,255,255,0.1); }
  .sg-nav.open { display: flex; }
  .sg-nav a { font-size: 15px; width: 100%; padding: 6px 0; border-bottom: 0.5px solid rgba(255,255,255,0.08); }
  .sg-nav .sg-phone-btn { border-radius: 6px; padding: 10px 16px; border-bottom: none !important; margin-top: 4px; justify-content: center; }

  /* Trust bar */
  .sg-trust-bar { gap: 10px; padding: 10px 16px; }
  .sg-trust-item { font-size: 11px; }

  /* Hero */
  .sg-hero { padding: 36px 20px 32px; }
  .sg-hero h1 { font-size: 30px; }
  .sg-hero-sub { font-size: 14px; }
  .sg-hero-ctas { flex-direction: column; align-items: flex-start; gap: 10px; }
  .sg-cta-primary, .sg-cta-secondary { width: 100%; justify-content: center; }
  .sg-route-hero { padding: 28px 20px; }
  .sg-route-hero h1 { font-size: 28px; }

  /* Sections */
  .sg-section { padding: 32px 20px; }

  /* Grids */
  .sg-why-grid { grid-template-columns: 1fr 1fr; }
  .sg-core-grid { grid-template-columns: 1fr; }
  .sg-spec-grid { grid-template-columns: 1fr; }
  .sg-spec-card { flex-direction: row; }
  .sg-wb-grid { grid-template-columns: 1fr; }

  /* Schedule — stack on mobile */
  .sg-schedule { grid-template-columns: 1fr 1fr; }
  .sg-sched-day { border-right: none; border-bottom: 0.5px solid #e0ddd6; }
  .sg-sched-day:nth-child(odd) { border-right: 0.5px solid #e0ddd6; }
  .sg-sched-day:last-child { border-right: none; border-bottom: none; }

  /* Delivery */
  .sg-delivery-box { flex-direction: column; padding: 20px; gap: 14px; }

  /* CTA */
  .sg-cta-footer { padding: 36px 20px; }
  .sg-big-phone { font-size: 20px; padding: 14px 24px; }
  .sg-form-box { padding: 20px; margin-bottom: 20px; }
  .sg-form-row { grid-template-columns: 1fr; gap: 0; }
}

/* ============================================
   RESPONSIVE — MOBILE (≤480px)
   ============================================ */
@media (max-width: 480px) {
  .sg-hero h1 { font-size: 26px; }
  .sg-why-grid { grid-template-columns: 1fr; }
  .sg-obj-grid { grid-template-columns: 1fr; }
  .sg-schedule { grid-template-columns: 1fr; }
  .sg-sched-day { border-right: none !important; border-bottom: 0.5px solid #e0ddd6; }
  .sg-sched-day:last-child { border-bottom: none; }
  .sg-spec-card { flex-direction: column; }
  .sg-blog-grid { grid-template-columns: 1fr 1fr; }
  .sg-trust-item:nth-child(n+3) { display: none; }
  .sg-big-phone { font-size: 18px; padding: 13px 20px; }
  .sg-site-footer { padding: 16px; }
}

/* ============================================
   PRINT
   ============================================ */
@media print {
  .sg-header, .sg-trust-bar, .sg-cta-footer, .sg-site-footer { display: none; }
  .sg-site-wrap { box-shadow: none; margin: 0; }
  body { background: #fff; }
}
