
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,500;0,600;0,700;1,600&family=Inter:wght@400;500;600;700;800&display=swap');

:root{
  --green-0:#03110c;
  --green-1:#071b14;
  --green-2:#0d2a20;
  --green-3:#174637;
  --gold:#ddb957;
  --gold-soft:#f0d68c;
  --cream:#f5f0e5;
  --warm:#fbfaf7;
  --ink:#132019;
  --muted:#66726d;
  --line:#dcd8cf;
  --white:#ffffff;
  --heading:"Cormorant Garamond",Georgia,serif;
  --body:"Inter",Arial,sans-serif;
  --shadow:0 22px 70px rgba(3,17,12,.13);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:var(--warm);color:var(--ink);font-family:var(--body);line-height:1.65}
img{display:block;max-width:100%}
a{color:inherit;text-decoration:none}
button,input,select{font:inherit}
.container{width:min(1220px,calc(100% - 48px));margin:auto}
.skip-link{position:fixed;left:16px;top:-60px;z-index:9999;padding:11px 15px;background:white;color:var(--green-1);border-radius:10px}
.skip-link:focus{top:16px}
h1,h2,h3{margin:0;font-family:var(--heading);line-height:.98}
h2{font-size:clamp(44px,5vw,76px);letter-spacing:-.04em}
.section{padding:120px 0}
.section-label,.eyebrow{margin:0 0 18px;color:var(--gold);font-size:12px;font-weight:800;letter-spacing:.18em;text-transform:uppercase}
.button{min-height:54px;display:inline-flex;align-items:center;justify-content:center;padding:0 25px;border:1px solid transparent;border-radius:999px;font-size:13px;font-weight:800;transition:.25s ease}
.button:hover{transform:translateY(-2px)}
.button-gold{background:var(--gold);color:var(--green-0)}
.button-gold:hover{background:var(--gold-soft)}
.button-outline{border-color:rgba(255,255,255,.45);color:white;background:rgba(255,255,255,.04)}
.button-outline:hover{background:white;color:var(--green-1)}
.button-outline-dark{border:2px solid var(--gold);background:transparent;color:var(--gold)}
.button-outline-dark:hover{background:var(--gold);color:var(--green-0)}
.button-dark{
    background:var(--gold);
    color:var(--green-0);
    border:2px solid var(--gold);
}

.button-dark:hover{
    background:var(--gold-soft);
    border-color:var(--gold-soft);
    color:var(--green-0);
}
.text-link{display:inline-block;margin-top:14px;color:var(--green-3);font-weight:800}

.site-header{position:sticky;top:0;z-index:1000;background:rgba(3,17,12,.96);border-bottom:1px solid rgba(255,255,255,.1);backdrop-filter:blur(16px)}
.header-inner{min-height:98px;display:flex;align-items:center;justify-content:space-between;gap:30px}
.brand-logo{width:150px;height:auto}
.main-navigation ul{display:flex;align-items:center;gap:29px;margin:0;padding:0;list-style:none}
.main-navigation a{color:rgba(255,255,255,.85);font-size:14px;font-weight:700}
.main-navigation a:hover,.main-navigation a.active{color:var(--gold)}
.nav-contact{padding:12px 19px;border:1px solid rgba(255,255,255,.4);border-radius:999px}
.cart-button{display:flex;align-items:center;gap:8px;padding:12px 15px;border-radius:999px;background:var(--gold);color:var(--green-0)!important}
.cart-button span{display:grid;place-items:center;min-width:22px;height:22px;padding:0 6px;border-radius:999px;background:var(--green-0);color:white;font-size:11px}
.menu-button{display:none;width:46px;height:42px;border:1px solid rgba(255,255,255,.3);border-radius:10px;background:transparent}
.menu-button span{display:block;width:20px;height:2px;margin:4px auto;background:white}

.hero{position:relative;min-height:780px;overflow:hidden;color:white;background:var(--green-0)}
.hero-media{position:absolute;inset:0}
.hero-media img{width:100%;height:100%;object-fit:cover;object-position:72% center;filter:saturate(.82) contrast(1.02)}
.hero-overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(3,17,12,.98) 0%,rgba(3,17,12,.91) 42%,rgba(3,17,12,.44) 73%,rgba(3,17,12,.18))}
.hero-ring{position:absolute;border:1px solid rgba(221,185,87,.27);border-radius:50%}
.hero-ring-one{width:690px;height:690px;right:-140px;top:-210px}
.hero-ring-two{width:500px;height:500px;right:-45px;top:-115px}
.hero-inner{position:relative;z-index:2;min-height:780px;display:flex;align-items:center}
.hero-copy{max-width:790px;padding:80px 0}
.hero h1{font-size:clamp(64px,7.4vw,112px);letter-spacing:-.055em}
.hero h1 span{display:block;margin-top:9px;color:var(--gold);font-style:italic;font-weight:600}
.hero-copy>p:not(.eyebrow){max-width:680px;margin:30px 0 0;color:rgba(255,255,255,.72);font-size:18px}
.hero-actions{display:flex;flex-wrap:wrap;gap:13px;margin-top:36px}
.hero-proof{display:grid;grid-template-columns:repeat(3,1fr);gap:25px;margin-top:66px;padding-top:27px;border-top:1px solid rgba(255,255,255,.18)}
.hero-proof strong,.hero-proof span{display:block}
.hero-proof strong{font-family:var(--heading);font-size:23px}
.hero-proof span{color:rgba(255,255,255,.55);font-size:12px}

.trust-strip{background:var(--cream);border-bottom:1px solid var(--line)}
.trust-grid{display:grid;grid-template-columns:repeat(4,1fr)}
.trust-grid a{padding:31px 25px;border-right:1px solid var(--line)}
.trust-grid a:first-child{border-left:1px solid var(--line)}
.trust-grid strong,.trust-grid span{display:block}
.trust-grid strong{font-family:var(--heading);font-size:24px;color:var(--green-2)}
.trust-grid span{margin-top:4px;color:var(--muted);font-size:12px}
.trust-grid a:hover strong{color:#9d7718}

.section-heading{display:grid;grid-template-columns:1.1fr .8fr;gap:80px;align-items:end}
.section-heading>div:last-child p{margin:0;color:var(--muted);font-size:16px}
.featured-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:22px;margin-top:54px}
.featured-card{overflow:hidden;border:1px solid var(--line);border-radius:28px;background:white;box-shadow:0 15px 50px rgba(3,17,12,.08);transition:.25s ease}
.featured-card:hover{transform:translateY(-7px);box-shadow:var(--shadow)}
.featured-image{position:relative;aspect-ratio:1/1;overflow:hidden;background:#e7e2d8}
.featured-image img{width:100%;height:100%;object-fit:cover;transition:.45s ease}
.featured-card:hover .featured-image img{transform:scale(1.04)}
.available-badge{position:absolute;left:15px;top:15px;padding:7px 11px;border-radius:999px;background:rgba(245,240,229,.94);color:var(--green-2);font-size:10px;font-weight:900;letter-spacing:.1em;text-transform:uppercase}
.featured-body{padding:22px}
.featured-top{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}
.featured-top h3{font-size:31px}
.featured-top strong{color:var(--green-3);font-size:18px}
.sex-pill{display:inline-flex;margin-top:10px;padding:6px 10px;border-radius:999px;font-size:10px;font-weight:900}
.sex-male{background:#e1f0f6;color:#185d77}
.sex-female{background:#eee5f4;color:#6b4e83}
.featured-body>p{min-height:48px;margin:17px 0;color:var(--muted);font-size:13px}
.featured-actions{display:flex;align-items:center;justify-content:space-between;gap:12px;padding-top:18px;border-top:1px solid var(--line)}
.text-button{color:var(--green-2);font-size:12px;font-weight:900}
.text-button span{color:var(--gold)}
.add-cart{min-height:40px;padding:0 16px;border:0;border-radius:999px;background:var(--green-2);color:white;font-size:11px;font-weight:900;cursor:pointer}

.why-section{background:var(--cream)}
.why-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:90px;align-items:center}
.why-copy>p:not(.section-label){color:var(--muted);font-size:17px}
.why-copy .button{margin-top:18px}
.why-cards{display:grid;gap:14px}
.why-cards a{display:grid;grid-template-columns:55px 1fr;column-gap:20px;padding:28px;border:1px solid var(--line);border-radius:22px;background:white;transition:.25s ease}
.why-cards a:hover{transform:translateX(7px);border-color:var(--gold)}
.why-cards span{grid-row:1/3;color:var(--gold);font-family:var(--heading);font-size:27px}
.why-cards h3{font-size:29px}
.why-cards p{margin:8px 0 0;color:var(--muted);font-size:14px}

.story-section{display:grid;grid-template-columns:1fr 1fr;min-height:680px;background:var(--green-2);color:white}
.story-image img{width:100%;height:100%;object-fit:cover}
.story-copy{display:flex;flex-direction:column;justify-content:center;padding:80px max(6vw,50px)}
.story-copy h2{color:white}
.story-copy>p:not(.section-label){color:rgba(255,255,255,.68);font-size:17px}
.story-links{display:flex;flex-wrap:wrap;gap:28px;margin-top:18px}
.story-links a{color:var(--gold);font-weight:800}

.services-section{background:var(--warm)}
.service-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;margin-top:50px}
.service-grid a{min-height:330px;display:flex;flex-direction:column;padding:30px;border:1px solid var(--line);border-radius:24px;background:white;transition:.25s ease}
.service-grid a:hover{transform:translateY(-6px);border-color:var(--gold);box-shadow:var(--shadow)}
.service-grid span{color:var(--gold);font-size:11px;font-weight:900;letter-spacing:.13em;text-transform:uppercase}
.service-grid h3{margin-top:28px;font-size:34px}
.service-grid p{color:var(--muted);font-size:14px}
.service-grid strong{margin-top:auto;color:var(--green-3);font-size:13px}

.testimonial-preview{padding:105px 0;background:var(--green-1);color:white}
.testimonial-inner{display:grid;grid-template-columns:.8fr 1.2fr auto;gap:60px;align-items:center}
.testimonial-inner h2{color:white;font-size:clamp(44px,4vw,67px)}
.testimonial-inner blockquote{margin:0;color:rgba(255,255,255,.76);font-family:var(--heading);font-size:30px;line-height:1.25}
.testimonial-inner blockquote footer{margin-top:18px;color:var(--gold);font-family:var(--body);font-size:12px;font-weight:800;letter-spacing:.1em;text-transform:uppercase}
.testimonial-preview .button.button-outline-dark{
  color:var(--gold)!important;
  border:2px solid var(--gold)!important;
  background:transparent!important;
}

.testimonial-preview .button.button-outline-dark:hover{
  color:var(--green-0)!important;
  background:var(--gold)!important;
  border-color:var(--gold)!important;
}

.guides-section{background:var(--cream)}
.guides-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:90px;align-items:center}
.guides-grid>div:first-child>p:not(.section-label){color:var(--muted);font-size:17px}
.guides-grid .button{margin-top:18px}
.guide-links{display:grid}
.guide-links a{display:grid;grid-template-columns:42px 1fr auto;gap:20px;align-items:center;padding:25px 0;border-bottom:1px solid var(--line)}
.guide-links span{color:var(--gold);font-family:var(--heading);font-size:25px}
.guide-links strong,.guide-links small{display:block}
.guide-links strong{font-family:var(--heading);font-size:29px}
.guide-links small{margin-top:4px;color:var(--muted)}
.guide-links b{color:var(--green-3)}

.faq-preview{padding:120px 0;background:white}
.faq-grid{display:grid;grid-template-columns:.8fr 1.2fr;gap:100px}
.faq-grid>div:first-child>p:not(.section-label){color:var(--muted)}
.faq-list details{padding:24px 0;border-bottom:1px solid var(--line)}
.faq-list summary{cursor:pointer;list-style:none;font-family:var(--heading);font-size:29px;font-weight:700}
.faq-list summary::-webkit-details-marker{display:none}
.faq-list summary::after{content:"+";float:right;color:var(--gold)}
.faq-list details[open] summary::after{content:"–"}
.faq-list p{color:var(--muted)}

.final-cta{padding:110px 0;background:linear-gradient(120deg,var(--green-0),var(--green-2));color:white}
.final-cta-inner{display:grid;grid-template-columns:1.1fr .9fr;gap:90px;align-items:center}
.final-cta h2{color:white}
.final-cta-inner>div:last-child>p{color:rgba(255,255,255,.68);font-size:17px}
.final-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:23px}

.site-footer{background:var(--green-0);color:white;padding:85px 0 0}
.footer-grid{display:grid;grid-template-columns:1.35fr repeat(3,1fr);gap:55px;padding-bottom:65px}
.footer-logo{width:210px}
.footer-brand p{max-width:340px;color:rgba(255,255,255,.6)}
.footer-brand>a:not(:first-child){display:block;margin-top:8px;color:rgba(255,255,255,.76)}
.footer-column h3{margin-bottom:22px;font-size:26px;color:white}
.footer-column a{display:block;margin:11px 0;color:rgba(255,255,255,.68)}
.footer-column a:hover,.footer-brand a:hover{color:var(--gold)}
.footer-bottom{border-top:1px solid rgba(255,255,255,.12)}
.footer-bottom-inner{min-height:78px;display:flex;align-items:center;justify-content:space-between;gap:25px;color:rgba(255,255,255,.45);font-size:12px}
.footer-bottom-inner div{display:flex;gap:28px}

.cart-toast{position:fixed;right:23px;bottom:23px;z-index:5000;transform:translateY(140%);opacity:0;padding:15px 19px;border-radius:14px;background:var(--gold);color:var(--green-0);font-weight:900;box-shadow:var(--shadow);transition:.3s ease}
.cart-toast.show{transform:translateY(0);opacity:1}

@media(max-width:1100px){
  .main-navigation ul{gap:17px}
  .featured-grid,.service-grid{grid-template-columns:repeat(2,1fr)}
  .testimonial-inner{grid-template-columns:1fr 1.2fr}
  .testimonial-inner>.button{grid-column:2}
}
@media(max-width:880px){
  .menu-button{display:block}
  .main-navigation{position:absolute;left:20px;right:20px;top:86px;display:none;padding:21px;border:1px solid rgba(255,255,255,.14);border-radius:18px;background:var(--green-1);box-shadow:var(--shadow)}
  .main-navigation.is-open{display:block}
  .main-navigation ul{flex-direction:column;align-items:stretch}
  .main-navigation a{display:block;padding:8px}
  .section-heading,.why-grid,.guides-grid,.faq-grid,.final-cta-inner,.testimonial-inner{grid-template-columns:1fr;gap:40px}
  .story-section{grid-template-columns:1fr}
  .story-image{max-height:550px}
  .trust-grid{grid-template-columns:repeat(2,1fr)}
  .footer-grid{grid-template-columns:1fr 1fr}
  .testimonial-inner>.button{grid-column:auto}
}
@media(max-width:600px){
  .container{width:min(100% - 32px,1220px)}
  .section{padding:85px 0}
  .header-inner{min-height:82px}
  .brand-logo{width:132px}
  .hero,.hero-inner{min-height:720px}
  .hero-copy{padding:70px 0}
  .hero h1{font-size:clamp(56px,17vw,82px)}
  .hero-proof{grid-template-columns:1fr;gap:16px}
  .hero-actions,.final-actions{flex-direction:column}
  .button{width:100%}
  .trust-grid,.featured-grid,.service-grid,.footer-grid{grid-template-columns:1fr}
  .trust-grid a,.trust-grid a:first-child{border-left:0;border-right:0;border-bottom:1px solid var(--line)}
  .section-heading{gap:25px}
  .featured-actions{align-items:stretch;flex-direction:column}
  .add-cart{min-height:46px}
  .story-copy{padding:65px 24px}
  .testimonial-inner blockquote{font-size:26px}
  .footer-bottom-inner,.footer-bottom-inner div{align-items:flex-start;flex-direction:column}
  .footer-bottom-inner{padding:22px 0}
}
/* Compact featured parrot cards on mobile */
@media screen and (max-width: 700px) {
    .featured-grid .featured-card .featured-image {
        display: block !important;
        width: 100% !important;
        height: 280px !important;
        min-height: 0 !important;
        max-height: 280px !important;
        aspect-ratio: unset !important;
        overflow: hidden !important;
    }

    .featured-grid .featured-card .featured-image img {
        display: block !important;
        width: 100% !important;
        height: 280px !important;
        min-height: 0 !important;
        max-height: 280px !important;
        object-fit: cover !important;
        object-position: center 30% !important;
    }
    }
    /* Desktop homepage mini-store cards */
@media screen and (min-width: 981px) {
    .featured-grid {
        align-items: stretch;
    }

    .featured-card {
        display: flex;
        flex-direction: column;
        height: 100%;
    }

    .featured-card .featured-image {
        display: block;
        width: 100%;
        height: 360px;
        min-height: 360px;
        max-height: 360px;
        aspect-ratio: auto;
        overflow: hidden;
    }

    .featured-card .featured-image img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center;
    }

    .featured-card .featured-body {
        display: flex;
        flex: 1;
        flex-direction: column;
        padding: 24px;
    }

    .featured-card .featured-top {
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
        gap: 14px;
    }

    .featured-card .featured-top h3 {
        margin: 0;
        font-size: 27px;
    }

    .featured-card .featured-body > p {
        min-height: 46px;
        margin: 16px 0;
    }

    .featured-card .featured-actions {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 12px;
        margin-top: auto;
        padding-top: 18px;
    }

    .featured-card .add-cart {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        min-height: 44px;
        padding: 0 18px;
        cursor: pointer;
    }
}

/* Mobile header cart — hidden on desktop */
.mobile-header-actions{
  display:flex;
  align-items:center;
  gap:10px;
}

.mobile-cart-button{
  display:none;
}

@media (max-width:880px){
  .header-inner{
    justify-content:space-between;
  }

  .mobile-header-actions{
    display:flex;
    align-items:center;
    gap:10px;
    margin-left:auto;
  }

  .mobile-cart-button{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    gap:7px;
    min-height:46px;
    padding:0 13px;
    border:1px solid var(--gold);
    border-radius:999px;
    background:var(--gold);
    color:var(--green-0);
    font-size:12px;
    font-weight:800;
    line-height:1;
    text-decoration:none;
    white-space:nowrap;
    transition:background .2s ease, transform .2s ease, box-shadow .2s ease;
  }

  .mobile-cart-button:hover,
  .mobile-cart-button:focus-visible{
    background:var(--gold-soft);
    transform:translateY(-1px);
    box-shadow:0 8px 20px rgba(3,17,12,.2);
    outline:none;
  }

  .mobile-cart-count{
    display:grid;
    place-items:center;
    min-width:22px;
    height:22px;
    padding:0 6px;
    border-radius:999px;
    background:var(--green-0);
    color:#fff;
    font-size:11px;
    font-weight:900;
  }

  .mobile-header-actions .menu-button{
    display:block;
    flex:0 0 auto;
  }

  .main-navigation .cart-button{
    display:none;
  }
}

@media (max-width:600px){
  .mobile-header-actions{
    gap:8px;
  }

  .mobile-cart-button{
    min-height:44px;
    padding:0 11px;
    font-size:11px;
  }

  .mobile-cart-count{
    min-width:21px;
    height:21px;
    font-size:10px;
  }

  .mobile-header-actions .menu-button{
    width:46px;
    height:44px;
  }
}

@media (max-width:390px){
  .brand-logo{
    width:118px;
  }

  .mobile-cart-button{
    padding:0 10px;
  }

  .mobile-header-actions{
    gap:7px;
  }
}

/* Ensure the mobile cart remains tappable above all header layers */
@media (max-width:880px){
  .site-header,
  .header-inner{
    overflow:visible;
  }

  .mobile-header-actions{
    position:relative;
    z-index:1003;
    pointer-events:auto;
  }

  .mobile-cart-button{
    position:relative;
    z-index:1004;
    pointer-events:auto;
    touch-action:manipulation;
    -webkit-tap-highlight-color:transparent;
  }

  .mobile-header-actions .menu-button{
    position:relative;
    z-index:1003;
  }

  .main-navigation{
    z-index:1002;
  }
}
