
:root{
  --ink:#15353b;
  --ink-2:#24484f;
  --teal:#2c7f7d;
  --teal-dark:#236a68;
  --aqua:#e8f5f3;
  --cream:#fbf8f2;
  --paper:#fffdfa;
  --line:#d6e3df;
  --muted:#68787b;
  --warm:#c96961;
  --shadow:0 14px 34px rgba(21,53,59,.10);
  --radius:18px;
  --max:1180px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:var(--paper);color:var(--ink);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;line-height:1.5}
a{color:inherit;text-decoration:none}
img{max-width:100%;display:block}
button,input,textarea,select{font:inherit}
button{cursor:pointer}
.container{width:min(var(--max),calc(100% - 36px));margin-inline:auto}
.site-header{position:sticky;top:0;z-index:50;background:rgba(255,253,250,.96);backdrop-filter:blur(12px);border-bottom:1px solid rgba(214,227,223,.9)}
.header-inner{min-height:86px;display:flex;align-items:center;gap:28px}
.brand{display:flex;align-items:center;gap:11px;flex:0 0 auto}
.brand-mark{width:42px;height:66px;object-fit:contain;display:block;flex:0 0 auto}
.brand-text{font-size:29px;letter-spacing:-.7px;color:#173f46;font-weight:460;line-height:1}
.brand-services{display:block;margin-top:8px;font-size:10px;letter-spacing:1.6px;font-weight:800;text-transform:uppercase;color:var(--teal)}
.desktop-nav{margin-left:auto;display:flex;align-items:center;gap:24px;font-size:14px;font-weight:650}
.desktop-nav a{padding:8px 0;border-bottom:2px solid transparent}
.desktop-nav a:hover,.desktop-nav a[aria-current="page"]{color:var(--teal-dark);border-color:var(--teal)}
.header-cta{padding:11px 16px;background:var(--teal);color:white;border-radius:999px;font-size:13px;font-weight:800;white-space:nowrap}
.menu-toggle{display:none;background:none;border:0;padding:8px;color:var(--ink);font-size:28px}
.mobile-nav{display:none;border-top:1px solid var(--line);padding:14px 18px 18px;background:var(--paper)}
.mobile-nav.open{display:grid;grid-template-columns:1fr 1fr;gap:8px 18px}
.mobile-nav a{padding:8px 0;font-weight:700}

h1,h2,h3{font-family:Georgia,"Times New Roman",serif;color:#112f36;line-height:1.03;margin:0}
h1{font-size:clamp(46px,6.8vw,82px);letter-spacing:-2.6px}
h2{font-size:clamp(34px,4vw,52px);letter-spacing:-1.4px}
h3{font-size:26px;letter-spacing:-.4px}
p{margin:0 0 1em}
.eyebrow{font-size:12px;font-weight:850;letter-spacing:2.2px;text-transform:uppercase;color:var(--teal);margin-bottom:12px}
.lede{font-size:clamp(19px,2vw,25px);color:var(--ink-2);max-width:660px}
.small{font-size:14px;color:var(--muted)}
.section{padding:78px 0}
.section.tight{padding:52px 0}
.section.aqua{background:linear-gradient(135deg,#edf9f7,#e5f3f1)}
.section.cream{background:var(--cream)}
.section-head{display:flex;flex-wrap:wrap;align-items:end;justify-content:space-between;gap:24px;margin-bottom:28px}
.section-head p{max-width:620px;color:var(--muted);margin:0}
.btn-row{display:flex;flex-wrap:wrap;gap:12px;margin-top:28px}
.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:13px 20px;border-radius:8px;border:1.5px solid var(--teal);font-weight:800;transition:.18s ease}
.btn.primary{background:var(--teal);color:white}
.btn.secondary{background:white;color:var(--teal-dark)}
.btn:hover{transform:translateY(-1px);box-shadow:0 8px 20px rgba(44,127,125,.15)}
.text-link{color:var(--teal-dark);font-weight:800}

.hero{background:linear-gradient(100deg,#fffdfa 0%,#fffdfa 54%,#f4f6f2 54%,#f4f6f2 100%)}
.hero-grid{min-height:560px;display:grid;grid-template-columns:minmax(0,1.03fr) minmax(0,.97fr);align-items:stretch}
.hero-copy{padding:76px 42px 68px 0;display:flex;flex-direction:column;justify-content:center;min-width:0}
.hero-copy .lede{max-width:600px;margin-top:18px}

/* Prevent text collisions throughout the home page at in-between viewport sizes. */
.hero-grid > *,.category-grid > *,.split-feature > *,.tote-pair > *,.story-grid > *,.section-head > *{min-width:0}
.hero h1,.hero p,.product-card h3,.product-card p,.section-head h2,.section-head p,.story-copy h2,.story-copy p,.wellspring-box .tagline{overflow-wrap:break-word;word-break:normal}

/* Home-page overlap protection: keep the hero headline inside its grid column. */
.hero-copy h1{font-size:clamp(46px,5.2vw,68px);max-width:100%;overflow-wrap:normal;word-break:normal}
.hero-copy .btn-row,.hero-copy .perks{min-width:0}
.hero-copy .btn{max-width:100%;white-space:normal;text-align:center}
.story-copy,.wellspring-box{min-width:0}
.wellspring-box .tagline{overflow-wrap:break-word}

.hero-media{position:relative;overflow:hidden;min-height:560px}
.hero-media img{width:100%;height:100%;object-fit:cover;object-position:center}
.hero-note{position:absolute;right:26px;top:36px;max-width:160px;font-family:Georgia,"Times New Roman",serif;font-style:italic;font-size:18px;color:var(--teal-dark);background:rgba(255,253,250,.82);padding:10px 12px;border-radius:12px}
.perks{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-top:36px;padding-top:24px;border-top:1px solid var(--line)}
.perk{display:flex;gap:11px;align-items:center;font-size:13px;font-weight:750;color:var(--ink-2)}
.perk-icon{width:34px;height:34px;border:1.5px solid var(--teal);border-radius:50%;display:grid;place-items:center;color:var(--teal);font-weight:900;flex:0 0 auto}

.category-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:14px}
.product-card{background:white;border:1px solid var(--line);border-radius:14px;overflow:hidden;transition:.2s ease;min-width:0}
.product-card:hover{transform:translateY(-3px);box-shadow:var(--shadow)}
.product-card .photo{aspect-ratio:1.16/1;overflow:hidden;background:#f3f0ea}
.product-card .photo img{width:100%;height:100%;object-fit:cover;display:block}
.product-card .card-body{padding:13px 14px 15px}
.product-card h3{font-family:Inter,ui-sans-serif,system-ui,sans-serif;font-size:16px;letter-spacing:0;font-weight:850;margin-bottom:5px}
.product-card p{font-size:13px;color:var(--muted);margin:0}
.product-card .arrow{margin-top:10px;color:var(--teal);font-weight:900}

.split-feature{display:grid;grid-template-columns:minmax(0,.85fr) minmax(0,1.15fr);gap:46px;align-items:center}
.tote-pair{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}
.tote-pair figure{margin:0;text-align:center}
.tote-pair img{width:100%;aspect-ratio:1.15/1;object-fit:cover;border-radius:14px;background:white;box-shadow:0 8px 22px rgba(21,53,59,.08)}
.tote-pair figcaption{font-size:12px;color:var(--muted);margin-top:7px;font-weight:750}
.script-note{font-family:Georgia,"Times New Roman",serif;font-style:italic;color:var(--teal-dark);font-size:20px;margin-top:22px}

.story-grid{display:grid;grid-template-columns:minmax(0,.78fr) minmax(0,1.42fr) minmax(0,.8fr);gap:34px;align-items:center}
.story-photo{border-radius:16px;overflow:hidden;box-shadow:var(--shadow)}
.story-photo img{width:100%;aspect-ratio:1.25/1;object-fit:cover;object-position:center 42%}
.story-copy p{color:#40585d}
.wellspring-box{padding-left:28px;border-left:1px solid var(--line);text-align:center}
.wellspring-box img{width:min(260px,100%);margin-inline:auto}
.wellspring-box .tagline{font-family:Georgia,"Times New Roman",serif;font-style:italic;color:var(--teal-dark);margin-top:14px}

.page-hero{padding:70px 0 56px;background:linear-gradient(135deg,var(--cream),#eef8f6)}
.page-hero-grid{display:grid;grid-template-columns:1.15fr .85fr;gap:54px;align-items:center}
.page-hero .visual{border-radius:18px;overflow:hidden;box-shadow:var(--shadow);background:#f3f0ea}
.page-hero .visual img{width:100%;height:390px;object-fit:cover;display:block}
.content-grid-3{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}
.content-grid-2{display:grid;grid-template-columns:repeat(2,1fr);gap:24px}
.info-card{background:white;border:1px solid var(--line);border-radius:16px;padding:26px;box-shadow:0 5px 18px rgba(21,53,59,.04)}
.info-card h3{margin-bottom:10px}
.info-card p{color:var(--muted)}
.image-card{background:white;border:1px solid var(--line);border-radius:16px;overflow:hidden}
.image-card img{width:100%;height:270px;object-fit:cover;display:block}
.image-card .body{padding:20px}
.image-card .body h3{margin-bottom:8px}
.image-card .body p{color:var(--muted)}
.badge{display:inline-flex;padding:6px 10px;border-radius:999px;background:var(--aqua);color:var(--teal-dark);font-size:11px;font-weight:850;text-transform:uppercase;letter-spacing:.8px;margin-bottom:12px}
.process{counter-reset:step;display:grid;grid-template-columns:repeat(4,1fr);gap:18px}
.process .step{padding:24px;border-radius:16px;background:white;border:1px solid var(--line)}
.process .step:before{counter-increment:step;content:counter(step);width:34px;height:34px;border-radius:50%;background:var(--teal);color:white;display:grid;place-items:center;font-weight:900;margin-bottom:14px}
.process .step h3{font-size:20px;margin-bottom:8px}
.process .step p{font-size:14px;color:var(--muted)}

.collection-toolbar{display:flex;gap:10px;flex-wrap:wrap;margin-bottom:28px}
.filter-btn{border:1px solid var(--line);background:white;border-radius:999px;padding:9px 14px;font-weight:800;color:var(--ink-2)}
.filter-btn.active{background:var(--teal);border-color:var(--teal);color:white}
.collection-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}
.collection-card{background:white;border:1px solid var(--line);border-radius:14px;overflow:hidden}
.collection-card img{width:100%;aspect-ratio:.88/1;object-fit:cover;background:#f5f2ed}
.collection-card .body{padding:14px}
.collection-card h3{font-family:Inter,ui-sans-serif,system-ui,sans-serif;font-size:15px;font-weight:850;letter-spacing:0;margin-bottom:3px}
.collection-card p{font-size:12px;color:var(--muted);margin:0}

.contact-layout{display:grid;grid-template-columns:.8fr 1.2fr;gap:48px;align-items:start}
.contact-card{background:var(--cream);padding:26px;border-radius:16px;border:1px solid var(--line)}
.contact-list{display:grid;gap:14px;margin-top:22px}
.contact-list a{font-weight:800;color:var(--teal-dark)}
form{display:grid;gap:16px}
.field{display:grid;gap:6px}
.field label{font-weight:800;font-size:13px}
.field input,.field textarea,.field select{width:100%;border:1px solid #bfd0cc;border-radius:9px;background:white;padding:12px 13px;color:var(--ink);outline:none}
.field input:focus,.field textarea:focus,.field select:focus{border-color:var(--teal);box-shadow:0 0 0 3px rgba(44,127,125,.12)}
.field textarea{min-height:150px;resize:vertical}
.form-row{display:grid;grid-template-columns:1fr 1fr;gap:14px}
.form-note{font-size:12px;color:var(--muted)}

.site-footer{background:#12343b;color:#e9f4f1;margin-top:0}
.footer-grid{display:grid;grid-template-columns:1.2fr 1fr 1fr;gap:36px;padding:46px 0}
.footer-brand .brand-text{color:white;font-size:25px}
.footer-brand .brand-services{color:#93ceca}
.footer-nav{display:grid;grid-template-columns:1fr 1fr;gap:8px 20px;font-size:13px}
.footer-nav a:hover{color:#9ed8d3}
.footer-contact{font-size:13px}
.footer-contact a{display:block;margin-bottom:7px;color:#f3fbf8}
.footer-bottom{border-top:1px solid rgba(255,255,255,.16);padding:16px 0;font-size:12px;color:#bdd2ce;display:flex;justify-content:space-between;gap:18px}

.notice{padding:14px 16px;border:1px solid #cfe2de;background:#f2fbf8;border-radius:10px;color:#3b5a5f;font-size:13px}
.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}

@media (max-width:1020px){
  .desktop-nav{display:none}.menu-toggle{display:block;margin-left:auto}.header-cta{display:none}
  .hero-grid{grid-template-columns:1fr}.hero{background:var(--paper)}.hero-copy{padding:60px 0 42px}.hero-media{min-height:440px}.hero-note{right:18px}
  .category-grid{grid-template-columns:repeat(3,1fr)}
  .story-grid{grid-template-columns:1fr 1.4fr}.wellspring-box{grid-column:1/-1;border-left:0;border-top:1px solid var(--line);padding:26px 0 0;display:flex;align-items:center;gap:28px;text-align:left}.wellspring-box img{width:190px;margin:0}
  .collection-grid{grid-template-columns:repeat(3,1fr)}
  .process{grid-template-columns:1fr 1fr}
}
@media (max-width:760px){
  .container{width:min(var(--max),calc(100% - 24px))}.header-inner{min-height:72px}.brand-text{font-size:23px}.brand-mark{width:34px;height:46px}.brand-services{display:none}
  .mobile-nav.open{grid-template-columns:1fr}
  h1{font-size:48px;letter-spacing:-1.6px}.hero-copy h1{font-size:48px}.section{padding:58px 0}.section-head{display:block}.section-head p{margin-top:12px}
  .hero-media{min-height:340px}.hero-note{display:none}.perks{grid-template-columns:1fr;gap:10px}
  .category-grid{grid-template-columns:1fr 1fr}.split-feature{grid-template-columns:1fr;gap:28px}
  .page-hero-grid{grid-template-columns:1fr;gap:28px}.page-hero .visual img{height:300px}
  .content-grid-3,.content-grid-2{grid-template-columns:1fr}.collection-grid{grid-template-columns:1fr 1fr}
  .story-grid{grid-template-columns:1fr}.story-photo img{aspect-ratio:1.15/1}.wellspring-box{display:block;text-align:center}.wellspring-box img{margin-inline:auto}
  .contact-layout{grid-template-columns:1fr}.form-row{grid-template-columns:1fr}.process{grid-template-columns:1fr}
  .footer-grid{grid-template-columns:1fr}.footer-bottom{display:block}.footer-bottom span{display:block;margin-top:5px}
}
@media (max-width:480px){.category-grid,.collection-grid{grid-template-columns:1fr}.tote-pair{grid-template-columns:1fr}h1{font-size:41px}.hero-copy h1{font-size:41px}.brand-text{font-size:21px}}

.content-grid-4{display:grid;grid-template-columns:repeat(4,1fr);gap:22px}
@media (max-width:1020px){.content-grid-4{grid-template-columns:repeat(2,1fr)}}
@media (max-width:760px){.content-grid-4{grid-template-columns:1fr}}

.footer-brand .brand{align-items:flex-start}
.site-footer .brand-mark{filter:brightness(1.15) saturate(1.05)}

/* Launch cleanup: ensure product artwork never spills into card text. */
.product-card .photo{position:relative;isolation:isolate;overflow:hidden}
.product-card .photo img{position:relative;z-index:0}
.product-card .card-body{position:relative;z-index:1;background:#fff}


/* Our Story: blog-style News & Projects panel replaces the large portrait. */
.updates-box{background:#fff;border:1px solid var(--line);border-radius:18px;box-shadow:var(--shadow);padding:24px;min-width:0}
.updates-head{display:flex;align-items:flex-start;justify-content:space-between;gap:18px;padding-bottom:16px;border-bottom:1px solid var(--line)}
.updates-head h2{font-size:clamp(28px,3vw,38px);letter-spacing:-.8px}
.updates-head .eyebrow{margin-bottom:6px}
.updates-kicker{flex:0 0 auto;display:inline-flex;align-items:center;padding:6px 10px;border-radius:999px;background:var(--aqua);color:var(--teal-dark);font-size:11px;font-weight:850;text-transform:uppercase;letter-spacing:.8px}
.updates-list{display:grid}
.update-item{display:grid;gap:5px;padding:17px 2px;border-bottom:1px solid var(--line);min-width:0}
.update-item:last-child{border-bottom:0;padding-bottom:2px}
.update-item:hover strong{color:var(--teal-dark)}
.update-meta{font-size:11px;font-weight:850;letter-spacing:.7px;text-transform:uppercase;color:var(--teal)}
.update-item strong{font-family:Georgia,"Times New Roman",serif;font-size:19px;line-height:1.15;color:#112f36;transition:.18s ease}
.update-item span:last-child{font-size:13px;color:var(--muted);line-height:1.45}
.story-text-grid{display:grid;grid-template-columns:minmax(0,1.55fr) minmax(260px,.65fr);gap:52px;align-items:center}
.story-wellspring{padding-left:36px}
@media (max-width:1020px){.story-text-grid{grid-template-columns:1fr}.story-wellspring{border-left:0;border-top:1px solid var(--line);padding:28px 0 0;display:flex;align-items:center;gap:28px;text-align:left}.story-wellspring img{width:190px;margin:0}}
@media (max-width:760px){.updates-box{padding:20px}.updates-head{display:block}.updates-kicker{margin-top:10px}.story-wellspring{display:block;text-align:center}.story-wellspring img{margin-inline:auto}}


/* v10 art direction: cleaner image framing and better fit across cards. */
.product-card .photo,.image-card .media-frame,.page-hero .visual,.tote-pair img,.story-photo{background:linear-gradient(180deg,#f8f5ef,#f1ece3)}
.product-card .photo{padding:10px}
.product-card .photo img{object-fit:contain;border-radius:10px}
.image-card img{object-fit:contain;padding:14px;background:linear-gradient(180deg,#f8f5ef,#f1ece3)}
.page-hero .visual{padding:14px}
.page-hero .visual img{object-fit:contain;border-radius:12px;background:#f7f3ec}
.tote-pair img{object-fit:contain;padding:12px;background:linear-gradient(180deg,#f8f5ef,#f1ece3)}
.story-photo{padding:14px}
.story-photo img{object-fit:contain;background:#f7f3ec;border-radius:12px}
@media (max-width:760px){.product-card .photo{padding:8px}.image-card img,.page-hero .visual img,.tote-pair img{padding:10px}}

.cheer-role-grid .info-card{height:100%}
.cheer-role-grid .info-card p{max-width:36ch}
