:root {
      --green-dark:#1a2e1a;--green-mid:#2e7d32;--green-bright:#43a047;
      --green-light:#81c784;--green-pale:#e8f5e9;--cream:#fffef9;
      --gold:#f0c96a;--gold-dark:#c9a030;--text-dark:#1a2e1a;--text-mid:#4a6a4a;
      --font-display:'Playfair Display',Georgia,serif;
      --font-body:'DM Sans',system-ui,sans-serif;
    }

    *,*::before,*::after { box-sizing:border-box;margin:0;padding:0; }
    html { scroll-behavior:smooth; }
    body { font-family:var(--font-body);background:var(--green-dark);color:var(--cream);line-height:1.7;overflow-x:hidden; }
    .nav { position:sticky;top:0;z-index:100;background:rgba(26,46,26,0.97);backdrop-filter:blur(12px);border-bottom:1px solid rgba(129,199,132,0.15);padding:0 2rem;display:flex;align-items:center;justify-content:space-between;height:64px; }
    .nav-logo { font-family:var(--font-display);font-size:18px;font-weight:700;color:var(--green-light);text-decoration:none; }
    .nav-logo em { color:var(--gold);font-style:normal; }
    .nav-back { font-size:12px;color:var(--green-light);text-decoration:none;display:flex;align-items:center;gap:6px;opacity:0.7;transition:opacity 0.2s; }
    .nav-back:hover { opacity:1; }
    .divider { text-align:center;padding:20px 0;color:var(--gold-dark);font-size:18px;letter-spacing:8px; }
    .footer { background:rgba(10,20,10,0.6);border-top:1px solid rgba(129,199,132,0.1);padding:3rem 2rem 2rem;margin-top:2rem; }
    .footer-inner { max-width:1000px;margin:0 auto;display:grid;grid-template-columns:2fr 1fr 1fr;gap:2rem; }
    .footer-logo { font-family:var(--font-display);font-size:18px;color:var(--green-light);margin-bottom:6px; }
    .footer-slogan { font-size:12px;color:rgba(255,255,255,0.4); }
    .suit-black-f { color:var(--green-light); } .suit-red-f { color:#e57373; }
    .footer-col h3 { font-size:12px;text-transform:uppercase;letter-spacing:2px;color:var(--green-light);margin-bottom:10px; }
    .footer-col ul { list-style:none; } .footer-col li { margin-bottom:6px; }
    .footer-col a { color:rgba(255,255,255,0.5);text-decoration:none;font-size:13px;transition:color 0.2s; }
    .footer-col a:hover { color:var(--cream); }
    .footer-bottom { text-align:center;margin-top:2rem;padding-top:1.5rem;border-top:1px solid rgba(129,199,132,0.08);font-size:12px;color:rgba(255,255,255,0.3); }
    .footer-bottom a { color:var(--green-light);text-decoration:none; }
    @media(max-width:768px) { .footer-inner { grid-template-columns:1fr; } }

.sub-hero{padding:4rem 2rem 2rem;text-align:center;}.sub-hero .icon{font-size:64px;display:block;margin-bottom:16px;}.sub-hero .cat-name{font-family:var(--font-display);font-size:clamp(28px,4.5vw,44px);font-weight:900;color:var(--cream);margin-bottom:6px;line-height:1.3;}.sub-hero .cat-slogan{font-size:1.15rem;color:var(--gold);font-style:italic;margin-bottom:18px;}.sub-hero p{font-size:1.02rem;color:rgba(255,255,255,0.62);max-width:620px;margin:0 auto;line-height:1.8;}.details-section{max-width:700px;margin:2rem auto 3rem;padding:0 2rem;}.details-section h2{font-family:var(--font-display);font-size:1.4rem;color:var(--gold);margin-bottom:8px;}.details-section .details-sub{font-size:0.9rem;color:rgba(255,255,255,0.42);margin-bottom:20px;font-style:italic;}.detail-item{display:flex;align-items:flex-start;gap:14px;padding:16px 0;border-bottom:1px solid rgba(129,199,132,0.08);}.detail-check{color:var(--green-light);font-size:18px;flex-shrink:0;margin-top:2px;}.detail-item span:last-child{font-size:0.96rem;color:rgba(255,255,255,0.76);line-height:1.7;}.form-section{max-width:600px;margin:0 auto 4rem;padding:0 2rem;}.form-section h2{font-family:var(--font-display);font-size:1.4rem;color:var(--gold);margin-bottom:8px;text-align:center;}.form-section p.form-sub{text-align:center;color:rgba(255,255,255,0.42);font-size:0.9rem;margin-bottom:24px;}.form-group{margin-bottom:18px;}.form-group label{display:block;font-size:0.85rem;color:var(--green-light);margin-bottom:6px;letter-spacing:0.5px;}.form-group input,.form-group textarea,.form-group select{width:100%;padding:12px 16px;background:rgba(255,255,255,0.06);border:1px solid rgba(129,199,132,0.2);border-radius:10px;color:var(--cream);font-family:var(--font-body);font-size:1rem;outline:none;transition:border-color 0.2s;}.form-group input:focus,.form-group textarea:focus,.form-group select:focus{border-color:var(--gold);}.form-group textarea{min-height:120px;resize:vertical;}.form-group select option{background:var(--green-dark);color:var(--cream);}.form-submit{display:block;width:100%;padding:14px;background:var(--gold-dark);color:var(--green-dark);border:none;border-radius:28px;font-size:1rem;font-weight:700;cursor:pointer;transition:background 0.2s;font-family:var(--font-body);}.form-submit:hover{background:var(--gold);}
    /* ACTIVE LINK — colored + underlined, same on every page */
    nav.nav .nav-links a[aria-current="page"] {
      color: #2e7d32; font-weight: 700;
    }
    nav.nav .nav-links a[aria-current="page"]::after {
      content: '';
      position: absolute;
      left: 0; right: 0; bottom: -6px;
      height: 2px;
      background: #2e7d32;
      border-radius: 2px;
      animation: lagNavActive 0.35s cubic-bezier(0.22, 1, 0.36, 1);
    }
    @keyframes lagNavActive {
      0%   { transform: scaleX(0); opacity: 0; }
      100% { transform: scaleX(1); opacity: 1; }
    }
    nav.nav .nav-right {
      display: flex; align-items: center; gap: 10px; flex-shrink: 0;
    }
    nav.nav .cart-btn {
      position: relative; background: none;
      border: 1px solid #c8dfc8; border-radius: 30px;
      padding: 7px 12px; font-size: 12px;
      font-family: inherit; color: #1a2e1a; cursor: pointer;
      display: inline-flex; align-items: center; gap: 6px;
      transition: all 0.2s; font-weight: 500;
      white-space: nowrap; flex-shrink: 0;
    }
    nav.nav .cart-btn:hover { background: #e8f5e9; border-color: #2e7d32; }
    nav.nav .cart-count {
      background: #2e7d32; color: #fff;
      font-size: 10px; font-weight: 700;
      width: 18px; height: 18px; border-radius: 50%;
      display: none; align-items: center; justify-content: center;
    }
    nav.nav .cart-count.visible { display: inline-flex; }
    nav.nav .nav-cta {
      background: #2e7d32; color: #fff; border: none;
      padding: 9px 20px; font-size: 13px; font-weight: 500;
      font-family: inherit; border-radius: 30px;
      cursor: pointer; letter-spacing: 0.3px; white-space: nowrap;
      transition: background 0.2s, transform 0.15s;
    }
    nav.nav .nav-cta:hover { background: #43a047; transform: translateY(-1px); }
    nav.nav .nav-hamburger {
      display: none; flex-direction: column; gap: 5px;
      cursor: pointer; padding: 6px; background: none;
      border: none; align-items: center;
    }
    nav.nav .nav-hamburger span {
      display: block; width: 22px; height: 2px;
      background: #1a2e1a; border-radius: 2px;
      transition: all 0.3s;
    }

    /* Tablet + mobile: collapse links into hamburger */
    @media (max-width: 1300px) {
      nav.nav .nav-links { display: none; }
      nav.nav .nav-links.open {
        display: flex; flex-direction: column;
        position: absolute; top: 68px; left: 0; right: 0;
        background: #f4faf4; border-bottom: 1px solid #c8dfc8;
        padding: 1rem 1.5rem; gap: 16px; z-index: 99;
      }
      nav.nav .nav-links.open a[aria-current="page"]::after { display: none; }
      nav.nav .nav-links.open a[aria-current="page"] {
        border-left: 3px solid #2e7d32; padding-left: 10px;
      }
      nav.nav .nav-hamburger { display: flex; }
    }
    /* Small phones: tighten everything so the logo never wraps */
    @media (max-width: 560px) {
      nav.nav { padding: 0 1rem; height: 62px; gap: 0.5rem; }
      nav.nav .nav-logo-top { font-size: 17px; }
      nav.nav .nav-logo-sub { font-size: 7px; letter-spacing: 1px; }
      nav.nav .cart-btn { padding: 6px 9px; font-size: 11px; }
      nav.nav .cart-btn .cart-label { display: none; }
      nav.nav .nav-cta { padding: 7px 14px; font-size: 12px; }
      nav.nav .nav-right { gap: 6px; }
      nav.nav .nav-links.open { top: 62px; }
    }
    @media (max-width: 380px) {
      nav.nav { padding: 0 0.75rem; }
      nav.nav .nav-logo-top { font-size: 15px; }
      nav.nav .nav-logo-sub { display: none; }
      nav.nav .nav-cta { padding: 6px 12px; font-size: 11px; }
    }


    /* ═══════════════════════════════════════════════════════════ */
    /*  CANONICAL SITEWIDE FOOTER — do not edit per-page           */
    /*  Marker: __LAG_FOOTER_V1__                                  */
    /* ═══════════════════════════════════════════════════════════ */
    footer.footer {
      background: #1a2e1a;
      padding: 3rem 2rem 2rem;
      position: relative;
      overflow: hidden;
      color: #3a5a3a;
      font-family: 'DM Sans', system-ui, sans-serif;
      margin-top: 0;
      border-top: none;
      text-align: left;
    }
    footer.footer .footer-inner {
      display: grid;
      grid-template-columns: 1fr 1fr 1fr;
      gap: 2rem;
      max-width: 900px;
      margin: 0 auto 2rem;
      position: relative;
      z-index: 1;
    }
    footer.footer .footer-brand { text-align: left; }
    footer.footer .footer-logo {
      font-family: 'Playfair Display', Georgia, serif;
      font-size: 22px; color: #81c784;
      margin: 0 0 6px; font-weight: 700;
      line-height: 1.2;
    }
    footer.footer .footer-slogan {
      font-size: 12px; color: #4a7a4a;
      font-style: italic; line-height: 1.6;
      margin-bottom: 8px;
    }
    footer.footer .footer-slogan .suit-black-f { color: #1a1814; font-style: normal; }
    footer.footer .footer-slogan .suit-red-f   { color: #b8302a; font-style: normal; opacity: 0.85; }
    footer.footer .footer-blurb {
      font-size: 12px;
      color: rgba(255,255,255,0.45);
      margin: 10px 0 0;
      line-height: 1.6;
    }
    footer.footer .footer-col h3 {
      font-size: 11px; letter-spacing: 2px;
      text-transform: uppercase; color: #81c784;
      margin: 0 0 14px; font-weight: 700;
    }
    footer.footer .footer-col ul {
      list-style: none; margin: 0; padding: 0;
    }
    footer.footer .footer-col ul li { margin-bottom: 8px; }
    footer.footer .footer-col ul li a {
      font-size: 13px; color: #3a5a3a;
      text-decoration: none;
      transition: color 0.2s;
    }
    footer.footer .footer-col ul li a:hover { color: #81c784; }
    footer.footer .footer-col ul li a[aria-current="page"] {
      color: #81c784; font-weight: 700;
    }
    footer.footer .footer-bottom {
      border-top: 1px solid #2e4a2e;
      padding-top: 1.5rem;
      text-align: center;
      max-width: 900px;
      margin: 0 auto;
      position: relative;
      z-index: 1;
    }
    footer.footer .footer-bottom p {
      font-size: 11px;
      color: #3a5a3a;
      margin: 0;
    }
    footer.footer .footer-bottom a {
      color: #81c784;
      text-decoration: none;
    }
    footer.footer .footer-bottom .footer-tag {
      margin-top: 6px;
      font-size: 10px;
      opacity: 0.6;
    }
    @media (max-width: 768px) {
      footer.footer { padding: 2.5rem 1.5rem 1.8rem; }
      footer.footer .footer-inner {
        grid-template-columns: 1fr;
        gap: 1.8rem;
        text-align: center;
      }
      footer.footer .footer-brand { text-align: center; }
      footer.footer .footer-logo { font-size: 20px; }
    }


    /* ═══════════════════════════════════════════════════════════ */
    /*  CANONICAL SITEWIDE NAV — do not edit per-page              */
    /*  Marker: __LAG_NAV_V2__                                     */
    /* ═══════════════════════════════════════════════════════════ */
    nav.nav {
      position: sticky; top: 0; z-index: 100;
      background: rgba(244, 250, 244, 0.95);
      backdrop-filter: blur(12px);
      -webkit-backdrop-filter: blur(12px);
      border-bottom: 1px solid #c8dfc8;
      padding: 0 1.5rem;
      display: flex; align-items: center; justify-content: space-between;
      height: 68px; gap: 0.8rem;
      font-family: 'DM Sans', system-ui, sans-serif;
    }
    nav.nav .nav-logo {
      display: flex; flex-direction: column; line-height: 1.1;
      text-decoration: none; flex-shrink: 0; min-width: 0;
    }
    nav.nav .nav-logo-top {
      font-family: 'Playfair Display', Georgia, serif;
      font-size: 20px; font-weight: 700; color: #1a2e1a;
      letter-spacing: 0.3px; white-space: nowrap;
    }
    nav.nav .nav-logo-top em { color: #2e7d32; font-style: normal; }
    nav.nav .nav-logo-sub {
      font-size: 8px; color: #1a2e1a; letter-spacing: 1.5px;
      font-style: italic; text-align: center; display: block;
      margin-top: 2px; white-space: nowrap;
    }
    nav.nav .nav-logo-sub .suit-black { color: #1a1814; }
    nav.nav .nav-logo-sub .suit-red   { color: #b8302a; }
    nav.nav .nav-links {
      display: flex; gap: 20px; list-style: none;
      align-items: center; margin: 0; padding: 0; flex-wrap: nowrap;
    }
    nav.nav .nav-links a {
      color: #4a6a4a; text-decoration: none;
      font-size: 13px; font-weight: 500;
      letter-spacing: 0.3px; position: relative;
      padding: 6px 2px; transition: color 0.2s;
      white-space: nowrap;
    }
    nav.nav .nav-links a:hover { color: #2e7d32; }
    /* ACTIVE LINK — colored + underlined, same on every page */
    nav.nav .nav-links a[aria-current="page"] {
      color: #2e7d32; font-weight: 700;
    }
    nav.nav .nav-links a[aria-current="page"]::after {
      content: '';
      position: absolute;
      left: 0; right: 0; bottom: -6px;
      height: 2px;
      background: #2e7d32;
      border-radius: 2px;
      animation: lagNavActive 0.35s cubic-bezier(0.22, 1, 0.36, 1);
    }
    @keyframes lagNavActive {
      0%   { transform: scaleX(0); opacity: 0; }
      100% { transform: scaleX(1); opacity: 1; }
    }
    nav.nav .nav-right {
      display: flex; align-items: center; gap: 10px; flex-shrink: 0;
    }
    nav.nav .cart-btn {
      position: relative; background: none;
      border: 1px solid #c8dfc8; border-radius: 30px;
      padding: 7px 12px; font-size: 12px;
      font-family: inherit; color: #1a2e1a; cursor: pointer;
      display: inline-flex; align-items: center; gap: 6px;
      transition: all 0.2s; font-weight: 500;
      white-space: nowrap; flex-shrink: 0;
    }
    nav.nav .cart-btn:hover { background: #e8f5e9; border-color: #2e7d32; }
    nav.nav .cart-count {
      background: #2e7d32; color: #fff;
      font-size: 10px; font-weight: 700;
      width: 18px; height: 18px; border-radius: 50%;
      display: none; align-items: center; justify-content: center;
    }
    nav.nav .cart-count.visible { display: inline-flex; }
    nav.nav .nav-cta {
      background: #2e7d32; color: #fff; border: none;
      padding: 9px 20px; font-size: 13px; font-weight: 500;
      font-family: inherit; border-radius: 30px;
      cursor: pointer; letter-spacing: 0.3px; white-space: nowrap;
      transition: background 0.2s, transform 0.15s;
    }
    nav.nav .nav-cta:hover { background: #43a047; transform: translateY(-1px); }
    nav.nav .nav-hamburger {
      display: none; flex-direction: column; gap: 5px;
      cursor: pointer; padding: 6px; background: none;
      border: none; align-items: center;
    }
    nav.nav .nav-hamburger span {
      display: block; width: 22px; height: 2px;
      background: #1a2e1a; border-radius: 2px;
      transition: all 0.3s;
    }

    /* Tablet + mobile: collapse links into hamburger */
    /* 10 links need ~1380px to breathe comfortably */
    @media (max-width: 1380px) {
      nav.nav .nav-links { display: none; }
      nav.nav .nav-links.open {
        display: flex; flex-direction: column;
        position: absolute; top: 68px; left: 0; right: 0;
        background: #f4faf4; border-bottom: 1px solid #c8dfc8;
        padding: 1rem 1.5rem; gap: 16px; z-index: 99;
        max-height: calc(100vh - 68px); overflow-y: auto;
      }
      nav.nav .nav-links.open a[aria-current="page"]::after { display: none; }
      nav.nav .nav-links.open a[aria-current="page"] {
        border-left: 3px solid #2e7d32; padding-left: 10px;
      }
      nav.nav .nav-hamburger { display: flex; }
    }
    /* Small phones: tighten everything so the logo never wraps */
    @media (max-width: 560px) {
      nav.nav { padding: 0 1rem; height: 62px; gap: 0.5rem; }
      nav.nav .nav-logo-top { font-size: 17px; }
      nav.nav .nav-logo-sub { font-size: 7px; letter-spacing: 1px; }
      nav.nav .cart-btn { padding: 6px 9px; font-size: 11px; }
      nav.nav .cart-btn .cart-label { display: none; }
      nav.nav .nav-cta { padding: 7px 14px; font-size: 12px; }
      nav.nav .nav-right { gap: 6px; }
      nav.nav .nav-links.open { top: 62px; }
    }
    @media (max-width: 380px) {
      nav.nav { padding: 0 0.75rem; }
      nav.nav .nav-logo-top { font-size: 15px; }
      nav.nav .nav-logo-sub { display: none; }
      nav.nav .nav-cta { padding: 6px 12px; font-size: 11px; }
    }

        
        
    /* __LAG_SOCIAL_V1_CSS__ */
    footer .footer-social {
      display: flex;
      flex-wrap: wrap;
      gap: 6px;
      margin-top: 14px;
    }
    footer .footer-social .social-icon {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      width: 32px; height: 32px;
      border-radius: 50%;
      color: #81c784;
      background: transparent;
      border: 1px solid #2e4a2e;
      transition: color 0.2s, background 0.2s, border-color 0.2s, transform 0.15s;
      text-decoration: none;
    }
    footer .footer-social .social-icon:hover {
      color: #1a2e1a;
      background: #f0c96a;
      border-color: #f0c96a;
      transform: translateY(-2px);
    }
    footer .footer-social .social-icon svg {
      display: block;
    }
    /* Center the social row on tablet / mobile where the footer stacks */
    @media (max-width: 800px) {
      footer .footer-social {
        justify-content: center;
        margin-top: 18px;
      }
    }
    /* __LAG_SOCIAL_V1_CSS_END__ */
