:root{
  --navy:#0f2747;
  --navy-deep:#062343;
  --olive:#556b2f;
  --sage:#8ba579;
  --gold:#b49a47;
  --cream:#f7f4ea;
  --cream2:#f1ede1;
  --ink:#14263f;
  --line:#d9d3c5;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:var(--cream);color:var(--ink);font-family:Arial,Helvetica,sans-serif;-webkit-font-smoothing:antialiased}
a{color:inherit;text-decoration:none}
button,input{font:inherit}
.site-header{
  height:92px;padding:0 3.2vw;display:grid;grid-template-columns:auto 1fr auto auto;align-items:center;
  gap:3.4vw;border-bottom:1px solid var(--line);background:#fbf9f2;position:relative;z-index:20
}
.brand-lockup{display:flex;align-items:center;gap:13px;white-space:nowrap}
.mini-mark{
  width:55px;height:55px;border:2px solid var(--navy);border-radius:50%;
  display:grid;grid-template-columns:1fr 9px 1fr;align-items:center;justify-items:center;
  font-weight:800;font-size:18px;color:var(--navy);padding:7px
}
.mini-mark i{
  height:31px;width:7px;background:var(--olive);
  clip-path:polygon(10% 0,90% 0,65% 20%,57% 85%,50% 100%,43% 85%,35% 20%)
}
.brand-name{display:flex;flex-direction:column;line-height:1}
.brand-name strong{font-size:29px;letter-spacing:.17em}
.brand-name small{font-size:13px;letter-spacing:.29em;margin-top:7px;font-weight:700}
.main-nav{display:flex;justify-content:center;gap:4vw;text-transform:uppercase;font-size:13px;font-weight:700;letter-spacing:.1em}
.main-nav a:hover,.footer-nav a:hover{color:var(--olive)}
.est{display:flex;align-items:center;gap:18px;color:#43532a;font-size:13px;letter-spacing:.32em;font-weight:700;white-space:nowrap}
.est span{display:block;width:43px;height:1px;background:var(--olive)}
.nav-cta{
  background:var(--navy-deep);color:white;text-transform:uppercase;letter-spacing:.12em;
  font-weight:700;font-size:13px;padding:17px 23px;border-radius:5px
}
.mobile-menu-button,.mobile-menu{display:none}

/* HERO */
.hero{
  min-height:382px;display:grid;grid-template-columns:41% 59%;position:relative;overflow:hidden;
  background:linear-gradient(90deg,#f8f5ec 0%,#f8f5ec 38%,#ece6d8 46%,#ece6d8 100%)
}
.hero-copy{
  grid-column:1;grid-row:1;padding:37px 3.4vw 28px;display:flex;flex-direction:column;
  justify-content:center;position:relative;z-index:3
}
.eyebrow{text-transform:uppercase;color:#43532a;font-weight:800;letter-spacing:.17em;font-size:13px;margin:0 0 17px}
.hero h1{
  font-family:Georgia,'Times New Roman',serif;font-size:49px;line-height:1.08;margin:0;
  color:var(--navy-deep);font-weight:700;letter-spacing:-.02em
}
.short-rule{width:43px;height:3px;background:var(--olive);margin:20px 0 16px}
.hero-intro{font-size:16px;line-height:1.48;margin:0 0 19px}
.hero-actions{display:flex;gap:16px;align-items:center}
.button{padding:14px 22px;border-radius:5px;text-transform:uppercase;letter-spacing:.08em;font-weight:700;font-size:12px}
.button.primary{background:var(--navy-deep);color:white}
.button.secondary{border:1px solid var(--olive);color:#43532a;background:#fbf9f2}
.ig-icon{font-size:19px;vertical-align:-2px;margin-right:6px}
.hero-visual{
  grid-column:2;grid-row:1;background-image:linear-gradient(90deg,#f8f5ec 0%,rgba(248,245,236,0) 17%),url('assets/hero-crest-tees-ball.jpg');
  background-size:cover;background-position:center right;min-height:382px
}

/* STORY */
.story{
  background:var(--navy-deep);color:white;display:grid;grid-template-columns:28% 34% 1fr;
  align-items:center;min-height:253px;padding:15px 6.8vw 6px 7.8vw;gap:35px
}
.photo-wrap{position:relative;justify-self:start;width:265px;transform:rotate(-2.2deg)}
.polaroid{background:#f4f0e6;padding:11px 11px 17px;box-shadow:0 8px 13px rgba(0,0,0,.22)}
.polaroid img{display:block;width:100%;height:185px;object-fit:cover;object-position:center 31%}
.tape{position:absolute;z-index:3;width:85px;height:25px;left:87px;top:-13px;background:#c6b37d;opacity:.86}
.story-copy{padding-right:25px}
.eyebrow.gold{color:var(--gold);margin-bottom:9px}
.story h2{font-family:Georgia,'Times New Roman',serif;font-size:27px;margin:0 0 12px}
.story-copy p:last-child{font-size:15.5px;line-height:1.55;margin:0}
.founder-block{
  height:185px;border-left:1px solid rgba(255,255,255,.5);padding-left:48px;
  display:flex;flex-direction:column;justify-content:center
}
.founder-block img{width:230px;max-height:78px;object-fit:contain;object-position:left center}
.founder-block p{text-transform:uppercase;color:var(--gold);font-weight:800;letter-spacing:.06em;line-height:1.6;font-size:14px;margin:8px 0 0}
.founder-block span{font-size:13px}

/* PILLARS */
.pillars{display:grid;grid-template-columns:repeat(3,1fr);padding:19px 6.3vw 21px;border-bottom:1px solid var(--line);background:#f7f4eb}
.pillars article{display:grid;grid-template-columns:110px 1fr;align-items:center;gap:18px;padding:0 44px;border-right:1px solid var(--line);min-height:152px}
.pillars article:first-child{padding-left:0}
.pillars article:last-child{border-right:0;padding-right:0}
.icon-circle{width:104px;height:104px;border-radius:50%;background:#e5e1d1;color:#46582d;display:flex;align-items:center;justify-content:center}
.icon-circle svg{width:62px;height:62px}
.pillars h3{text-transform:uppercase;color:#43532a;letter-spacing:.12em;line-height:1.3;font-size:15px;margin:0 0 8px}
.pillars p{font-size:14.5px;line-height:1.45;margin:0}

/* FOOTER */
footer{background:#fbf9f2}
.footer-top{min-height:92px;display:grid;grid-template-columns:1.15fr .9fr 1.15fr 1.45fr;gap:28px;align-items:center;padding:12px 3.2vw}
.footer-brand .mini-mark{width:48px;height:48px;font-size:15px}
.footer-brand .brand-name strong{font-size:21px}
.footer-brand .brand-name small{font-size:9px;margin-top:5px}
.footer-tagline{text-transform:uppercase;color:#43532a;font-weight:800;letter-spacing:.08em;font-size:12px;line-height:1.45}
.footer-nav{display:flex;gap:28px;text-transform:uppercase;font-size:11px;font-weight:800;letter-spacing:.07em}
.notify-box label{display:block;text-transform:uppercase;font-weight:800;letter-spacing:.1em;font-size:11px;margin-bottom:6px}
.signup-row{display:grid;grid-template-columns:1fr auto;gap:10px}
.signup-row input{border:1px solid #cbc5b7;background:#fbf9f2;border-radius:4px;padding:11px 13px;font-size:13px;min-width:0}
.signup-row button{border:0;border-radius:4px;background:var(--navy-deep);color:#fff;text-transform:uppercase;font-weight:800;letter-spacing:.12em;padding:0 24px;cursor:pointer}
.signup-message{font-size:11px;margin:4px 0 0;color:var(--olive);min-height:13px}
.footer-bottom{min-height:39px;background:var(--olive);color:white;display:flex;justify-content:center;align-items:center;gap:18px;font-size:11px;letter-spacing:.02em}
.divider{opacity:.65}

/* TABLET */
@media(max-width:1050px){
  .site-header{grid-template-columns:auto 1fr auto}
  .est{display:none}
  .brand-name strong{font-size:23px}
  .main-nav{gap:2.7vw}
  .hero h1{font-size:42px}
  .story{grid-template-columns:250px 1fr}
  .founder-block{grid-column:2;margin-top:-15px;height:auto;border:0;border-top:1px solid rgba(255,255,255,.3);padding:15px 0}
  .founder-block img{width:190px}
  .pillars article{grid-template-columns:80px 1fr;padding:0 22px}
  .icon-circle{width:75px;height:75px}
  .icon-circle svg{width:48px;height:48px}
  .footer-top{grid-template-columns:1fr 1fr}
  .footer-nav{order:3}
  .notify-box{order:4}
}

/* APPROVED PORTRAIT / MOBILE LAYOUT */
@media(max-width:760px){
  .site-header{
    min-height:78px;height:auto;padding:12px 18px;grid-template-columns:1fr auto;gap:12px
  }
  .main-nav,.nav-cta,.est{display:none}
  .brand-lockup{gap:10px}
  .mini-mark{width:48px;height:48px;font-size:15px;grid-template-columns:1fr 7px 1fr;padding:6px}
  .mini-mark i{height:28px;width:6px}
  .brand-name strong{font-size:21px;letter-spacing:.16em}
  .brand-name small{font-size:9px;letter-spacing:.28em;margin-top:6px}
  .mobile-menu-button{
    display:flex;width:44px;height:44px;border:0;background:transparent;padding:7px;
    flex-direction:column;justify-content:center;gap:6px;cursor:pointer
  }
  .mobile-menu-button span{display:block;height:2px;width:100%;background:var(--navy-deep)}
  .mobile-menu{
    display:none;position:absolute;left:0;right:0;top:100%;background:#fbf9f2;
    border-top:1px solid var(--line);border-bottom:1px solid var(--line);padding:12px 18px 18px;
    flex-direction:column;gap:2px
  }
  .mobile-menu.open{display:flex}
  .mobile-menu a{padding:12px 4px;text-transform:uppercase;font-size:12px;font-weight:800;letter-spacing:.1em}

  /* This is the key fix:
     image spans the hero, but is shifted right and sized to keep crest + tees visible.
     The ball is intentionally allowed to crop off-screen. */
  .hero{
    min-height:560px;display:block;position:relative;background:#f8f5ec;overflow:hidden
  }
  .hero-visual{
    position:absolute;inset:0;min-height:0;
    background-image:url('assets/mobile-hero-approved.png');
    background-repeat:no-repeat;
    background-size:auto 76%;
    background-position:100% 10%;
    z-index:0
  }
  .hero::after{
    content:"";position:absolute;inset:0;z-index:1;pointer-events:none;
    background:
      linear-gradient(90deg,
        #f8f5ec 0%,
        #f8f5ec 37%,
        rgba(248,245,236,.93) 48%,
        rgba(248,245,236,.45) 61%,
        rgba(248,245,236,0) 75%);
  }
  .hero-copy{
    position:relative;z-index:2;width:58%;min-height:560px;padding:38px 0 30px 22px;
    justify-content:flex-start
  }
  .eyebrow{font-size:11px;line-height:1.4;letter-spacing:.14em;margin-bottom:14px}
  .hero h1{font-size:38px;line-height:1.05}
  .short-rule{width:36px;height:2px;margin:17px 0 15px}
  .desktop-break{display:none}
  .hero-intro{font-size:14px;line-height:1.48;margin-bottom:18px}
  .hero-actions{flex-direction:column;align-items:stretch;gap:10px;width:100%}
  .button{padding:13px 10px;text-align:center;font-size:10px;letter-spacing:.08em}
  .button.secondary{background:rgba(251,249,242,.82)}

  .story{
    display:grid;grid-template-columns:45% 55%;gap:0;padding:32px 24px 38px;align-items:start
  }
  .photo-wrap{width:100%;max-width:250px;margin:0;justify-self:start;transform:rotate(-2.2deg)}
  .polaroid{padding:9px 9px 15px}
  .polaroid img{height:235px;object-position:center 24%}
  .tape{width:82px;height:22px;left:50%;transform:translateX(-50%);top:-12px}
  .story-copy{padding:7px 0 0 26px}
  .story h2{font-size:25px;line-height:1.12;margin-bottom:13px}
  .story-copy p:last-child{font-size:14px;line-height:1.48}
  .founder-block{
    grid-column:1 / -1;margin:26px 0 0;padding:22px 0 0;border-left:0;
    border-top:1px solid rgba(255,255,255,.45);height:auto;
    display:grid;grid-template-columns:45% 55%;align-items:center
  }
  .founder-block img{width:210px;max-width:90%;max-height:84px;justify-self:center}
  .founder-block p{padding-left:26px;margin:0;font-size:13px}
  .founder-block span{font-size:12px}

  .pillars{
    display:grid;grid-template-columns:repeat(3,1fr);padding:26px 14px 30px;align-items:start
  }
  .pillars article{
    display:flex;flex-direction:column;text-align:center;gap:11px;padding:0 12px;min-height:0;
    border-right:1px solid var(--line);border-bottom:0
  }
  .pillars article:first-child{padding-left:5px}
  .pillars article:last-child{padding-right:5px;border-right:0}
  .icon-circle{width:78px;height:78px;margin:0 auto}
  .icon-circle svg{width:49px;height:49px}
  .pillars h3{font-size:11px;letter-spacing:.08em;line-height:1.35;margin-bottom:7px}
  .pillars p{font-size:12px;line-height:1.43}

  .footer-top{display:flex;flex-direction:column;padding:22px 20px 18px;gap:18px}
  .notify-box{order:-1;width:100%;margin:0}
  .notify-box label{text-align:center;font-size:11px}
  .signup-row{grid-template-columns:1fr 115px;gap:9px}
  .signup-row input{padding:12px 13px}
  .signup-row button{min-height:44px;padding:0 12px}
  .footer-brand{align-self:center}
  .footer-tagline{display:none}
  .footer-nav{display:flex;justify-content:center;flex-wrap:wrap;gap:22px;margin:0}
  .footer-bottom{padding:13px 18px;min-height:0;text-align:center;flex-wrap:wrap;gap:7px}
  .divider{display:none}
}

/* Narrow phones: keep crest visible, let more of ball disappear */
@media(max-width:430px){
  .hero{min-height:575px}
  .hero-copy{min-height:575px;width:61%;padding-left:18px}
  .hero-visual{background-size:auto 72%;background-position:100% 9%}
  .hero::after{
    background:linear-gradient(90deg,#f8f5ec 0%,#f8f5ec 39%,rgba(248,245,236,.94) 50%,rgba(248,245,236,.38) 66%,rgba(248,245,236,0) 78%)
  }
  .hero h1{font-size:35px}
  .story{grid-template-columns:46% 54%;padding-left:16px;padding-right:16px}
  .polaroid img{height:215px}
  .story-copy{padding-left:20px}
  .founder-block{grid-template-columns:46% 54%}
  .founder-block p{padding-left:20px}
  .pillars{padding-left:8px;padding-right:8px}
  .pillars article{padding:0 8px}
  .icon-circle{width:70px;height:70px}
  .pillars p{font-size:11px}
}


/* V1.4 desktop hero fit: preserve full crest on wide screens */
@media (min-width: 761px) {
  .hero-visual {
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    background-color: #ece6d8;
  }
}
