:root{
  --ink:#08080a;
  --paper:#fffdf7;
  --paper-2:#f3f0e9;
  --pink:#ed71ae;
  --cyan:#19b9e6;
  --yellow:#ffc21c;
  --blue:#184bd8;
  --lime:#b8db64;
  --orange:#f3a247;
  --lavender:#c8b8e8;
  --cocoa:#8f644c;
  --muted:#66646b;
  --line:#17171c;
  --radius:24px;
  --shadow:0 20px 55px rgba(8,8,10,.14);
  --container:1180px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:var(--paper);color:var(--ink);font-family:"Montserrat",Arial,sans-serif;line-height:1.55}
img{max-width:100%;display:block}
a{color:inherit}
button,input,select,textarea{font:inherit}
.container{width:min(var(--container),calc(100% - 40px));margin-inline:auto}
.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}
.skip-link{position:fixed;left:12px;top:-100px;z-index:999;background:var(--yellow);padding:12px 18px;border:2px solid var(--ink);font-weight:900;text-decoration:none}.skip-link:focus{top:12px}
.site-header{position:sticky;top:0;z-index:100;background:rgba(8,8,10,.96);color:white;border-bottom:1px solid rgba(255,255,255,.13);backdrop-filter:blur(12px)}
.nav-wrap{min-height:80px;display:flex;align-items:center;justify-content:space-between;gap:24px}
.brand{display:inline-flex;align-items:flex-start;gap:10px;text-decoration:none;white-space:nowrap}.brand-art{display:grid;gap:5px;width:170px;line-height:0}.brand-logo-img,.brand-tagline-img{display:block;width:100%;height:auto}.brand-tagline-img{width:96%}.site-header .brand-spark-accent{display:block;width:28px!important;height:28px!important;max-width:28px!important;max-height:28px!important;flex:0 0 28px;margin-top:6px;object-fit:contain}.site-footer .brand-spark-accent{display:none!important}.brand:focus-visible{outline:3px solid var(--yellow);outline-offset:6px;border-radius:4px}
.site-nav{display:flex;align-items:center;gap:18px}.site-nav a{font-size:12px;font-weight:800;text-decoration:none;letter-spacing:.035em}.site-nav a:hover,.site-nav a.active{color:var(--cyan)}.site-nav .nav-cta{background:var(--yellow);color:var(--ink);padding:11px 16px;border-radius:999px}.site-nav .nav-cta:hover{color:var(--ink);transform:translateY(-1px)}
.nav-toggle{display:none;background:transparent;border:0;padding:7px;cursor:pointer}.nav-toggle span:not(.sr-only){display:block;width:27px;height:3px;background:white;margin:5px;border-radius:4px}
h1,h2,h3{font-family:"Archivo Black",Arial,sans-serif;line-height:.97;letter-spacing:-.035em;margin:0}h1{font-size:clamp(54px,7.4vw,108px)}h2{font-size:clamp(36px,5vw,66px)}h3{font-size:25px}.lede{font-size:19px;color:var(--muted);max-width:720px}.lede.light{color:#e5e4e9}
.eyebrow{display:flex;gap:11px;flex-wrap:wrap;margin:0 0 18px;font-size:11px;line-height:1.2;font-weight:900;letter-spacing:.19em;text-transform:uppercase}.eyebrow span:nth-child(1){color:var(--pink)}.eyebrow span:nth-child(2){color:var(--cyan)}.eyebrow span:nth-child(3){color:var(--yellow)}.eyebrow.dark span:nth-child(1){color:#d7428c}.eyebrow.dark span:nth-child(2){color:#087fa7}.eyebrow.dark span:nth-child(3){color:#ad7300}
.button-row{display:flex;flex-wrap:wrap;gap:13px}.button-row.centered{justify-content:center}.button{min-height:52px;display:inline-flex;align-items:center;justify-content:center;padding:0 23px;border:2px solid currentColor;border-radius:999px;text-decoration:none;font-weight:900;letter-spacing:.02em;cursor:pointer;transition:transform .18s ease,box-shadow .18s ease}.button:hover{transform:translateY(-2px);box-shadow:0 9px 24px rgba(0,0,0,.16)}.button-yellow{background:var(--yellow);color:var(--ink);border-color:var(--yellow)}.button-black{background:var(--ink);color:white;border-color:var(--ink)}.button-outline{background:transparent;color:white;border-color:white}.button-pink{background:var(--pink);color:var(--ink);border-color:var(--pink)}
.home-hero{background:var(--ink);color:white;overflow:hidden}.hero-grid{display:grid;grid-template-columns:.88fr 1.12fr;min-height:650px}.hero-copy{padding:92px 58px 80px 0;display:flex;flex-direction:column;justify-content:center;position:relative}.hero-spark{display:none!important}.hero-copy h1{max-width:650px}.hero-lede{font-size:20px;color:#e4e4e8;margin:28px 0 34px;max-width:640px}.hero-photo{margin:0;position:relative;min-height:650px}.hero-photo img{width:100%;height:100%;object-fit:cover;object-position:center}.hero-photo figcaption{position:absolute;left:24px;bottom:24px;background:rgba(8,8,10,.9);padding:11px 14px;border-radius:10px;font-size:12px;font-weight:800;color:white;max-width:300px}
.section{padding:92px 0}.section.tight{padding:44px 0}.paper-section{background:var(--paper-2)}.dark-section{background:var(--ink);color:white}.yellow-section{background:var(--yellow)}.cyan-section{background:var(--cyan)}.paths-section{background:var(--paper)}
.section-intro{display:flex;align-items:end;justify-content:space-between;gap:36px;margin-bottom:42px}.section-intro>p{margin:0;max-width:530px;color:var(--muted);font-size:17px}.dark-section .section-intro>p{color:#d6d5dc}
.path-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.path-card{min-height:270px;border:2px solid var(--ink);border-radius:var(--radius);padding:25px;display:flex;flex-direction:column;position:relative;text-decoration:none;transition:transform .18s,box-shadow .18s}.path-card:hover{transform:translateY(-5px);box-shadow:var(--shadow)}.path-card.pink{background:var(--pink)}.path-card.cyan{background:var(--cyan)}.path-card.yellow{background:var(--yellow)}.path-card.white{background:white}.path-number{font-size:11px;font-weight:900;letter-spacing:.14em}.path-arrow{position:absolute;right:22px;top:17px;font-size:30px;font-weight:900}.path-card h3{margin-top:auto;margin-bottom:11px;font-size:31px}.path-card p{margin:0;font-size:14px}
.feature-grid{display:grid;grid-template-columns:1fr 1fr;gap:56px;align-items:center}.feature-photo,.portrait-photo,.landscape-photo{border:2px solid var(--ink);border-radius:var(--radius);overflow:hidden;box-shadow:var(--shadow)}.dark-section .feature-photo{border-color:white}.feature-photo{aspect-ratio:1}.portrait-photo{aspect-ratio:.78}.landscape-photo{aspect-ratio:1.28}.feature-photo img,.portrait-photo img,.landscape-photo img{width:100%;height:100%;object-fit:cover}.feature-copy>p{font-size:18px;color:#d9d8dd}.spark-list{list-style:none;padding:0;margin:28px 0;display:grid;gap:13px}.spark-list li{position:relative;padding-left:31px;font-weight:700}.spark-list li:before{content:"";position:absolute;left:0;top:.25em;width:18px;height:18px;background:var(--pink);clip-path:polygon(50% 0,60% 36%,100% 50%,60% 64%,50% 100%,40% 64%,0 50%,40% 36%)}.spark-list li:nth-child(2):before{background:var(--cyan)}.spark-list li:nth-child(3):before{background:var(--yellow)}
.flavor-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.flavor-grid.compact{grid-template-columns:repeat(3,1fr)}.flavor-card{background:white;border:2px solid var(--ink);border-radius:var(--radius);overflow:hidden}.flavor-art{min-height:220px;display:grid;place-items:center;text-align:center;padding:28px;font-family:"Archivo Black",Arial,sans-serif;font-size:38px;line-height:.9;letter-spacing:-.045em;position:relative;overflow:hidden}.flavor-art:before,.flavor-art:after{content:"";position:absolute;width:90px;height:11px;border-radius:999px;background:rgba(255,255,255,.45);transform:rotate(28deg)}.flavor-art:before{left:25px;top:36px}.flavor-art:after{right:18px;bottom:31px;transform:rotate(-18deg)}.flavor-copy{padding:22px}.flavor-copy h2,.flavor-copy h3{font-size:24px}.flavor-copy>p{color:var(--muted)}.flavor-type{text-transform:uppercase;font-size:11px;font-weight:900;letter-spacing:.09em;color:var(--blue)!important;margin:7px 0 10px}.tags{display:flex;flex-wrap:wrap;gap:7px}.tags span{border:1.5px solid var(--ink);border-radius:999px;padding:5px 8px;font-size:9px;font-weight:900;letter-spacing:.08em}.flavor-yellow .flavor-art{background:var(--yellow)}.flavor-pink .flavor-art{background:var(--pink)}.flavor-cyan .flavor-art{background:var(--cyan)}.flavor-lime .flavor-art{background:var(--lime)}.flavor-blue .flavor-art{background:#b9caef}.flavor-cream .flavor-art{background:#efe4d4}.flavor-confetti .flavor-art{background:linear-gradient(135deg,#fff 0 65%,#ffd9eb 65%)}.flavor-orange .flavor-art{background:var(--orange)}.flavor-gold .flavor-art{background:#e4c663}.flavor-lavender .flavor-art{background:var(--lavender)}.flavor-cocoa .flavor-art{background:var(--cocoa);color:white}.flavor-black .flavor-art{background:var(--ink);color:white}.centered-action{text-align:center;margin-top:32px}
.photo-story{display:grid;grid-template-columns:.85fr 1.15fr;background:var(--ink);color:white}.photo-story-image{min-height:560px}.photo-story-image img{width:100%;height:100%;object-fit:cover}.photo-story-copy{padding:74px max(38px,calc((100vw - var(--container))/2)) 74px 48px;display:flex;flex-direction:column;justify-content:center}.photo-story-copy>p{font-size:18px;color:#d9d8dd;max-width:600px}.proof-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin:28px 0}.proof-grid div{border:1px solid rgba(255,255,255,.25);border-radius:18px;padding:18px}.proof-grid strong{display:block;color:var(--yellow);font-family:"Archivo Black",Arial,sans-serif;font-size:25px}.proof-grid span,.proof-grid a{font-size:12px;color:#d8d8de;text-decoration:none;overflow-wrap:anywhere}.proof-grid a:hover{color:var(--cyan)}.quote-section{background:var(--yellow)}blockquote{margin:0;font-family:"Archivo Black",Arial,sans-serif;font-size:clamp(31px,4.7vw,60px);line-height:1.04;letter-spacing:-.04em;max-width:1040px}blockquote em{color:#d7428c;font-style:normal}
.page-hero{padding:88px 0 74px;background:var(--ink);color:white;overflow:hidden;position:relative}.page-hero:after{content:"";position:absolute;right:-120px;top:-100px;width:390px;height:390px;background:var(--pink);opacity:.14;border-radius:50%;filter:blur(60px)}.page-hero .container{position:relative;z-index:1}.page-hero p:last-child{font-size:20px;color:#dedde2;max-width:760px;margin:25px 0 0}.breadcrumb{font-size:11px;font-weight:900;letter-spacing:.16em;color:var(--cyan);margin:0 0 20px}.media-split{display:grid;grid-template-columns:1fr 1fr;gap:54px;align-items:center}.media-split.reverse>div:first-child{order:2}.media-split.reverse>div:last-child{order:1}.event-list{display:grid;gap:16px}.event-card{display:grid;grid-template-columns:180px 1fr auto;gap:24px;align-items:center;background:white;border:2px solid var(--ink);border-radius:20px;padding:24px}.event-card h2{font-size:25px}.event-card p{margin:7px 0 0;color:var(--muted)}.event-label{font-size:10px;font-weight:900;letter-spacing:.13em;color:var(--blue)}.text-link{font-weight:900;text-decoration:none}.retail-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.retail-grid article,.values-grid article{background:white;border:2px solid var(--ink);border-radius:20px;padding:25px}.retail-grid span,.values-grid span{font-weight:900;color:var(--blue)}.retail-grid p,.values-grid p{color:var(--muted)}.cta-row{display:flex;align-items:center;justify-content:space-between;gap:30px}.cta-row p{font-size:18px}.dietary-note{display:flex;justify-content:space-between;gap:30px;align-items:center}.dietary-note>div{display:flex;gap:12px;flex-wrap:wrap;align-items:center}.dietary-note span{background:white;border:1.5px solid var(--ink);border-radius:999px;padding:7px 10px;font-size:11px;font-weight:900}.dietary-note p{margin:0;max-width:550px;color:var(--muted);font-size:13px}.drink-list{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-top:25px}.drink-list article{border:1px solid rgba(255,255,255,.24);border-radius:16px;padding:18px}.drink-list h3{font-size:20px}.drink-list p{color:#d7d6dc;font-size:13px;margin-bottom:0}
.price-panel{border:2px solid var(--ink);border-radius:var(--radius);padding:38px;background:white}.price-panel h2{font-size:49px}.price-panel h2 strong{color:#d7428c}.price-panel>p{color:var(--muted);font-size:17px}.check-list{padding-left:22px}.check-list li{margin:9px 0}.small-note{font-size:12px!important;color:var(--muted)!important}.process-grid{list-style:none;padding:0;margin:0;display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.process-grid li{background:white;border:2px solid var(--ink);border-radius:20px;padding:25px}.process-grid li>span{display:block;font-weight:900;color:#c62f7c;margin-bottom:32px}.process-grid h3{font-size:22px}.process-grid p{color:var(--muted);font-size:14px}.process-grid.dark li{background:#15151a;border-color:#55545c;color:white}.process-grid.dark p{color:#cfced5}
.form-layout{display:grid;grid-template-columns:.8fr 1.2fr;gap:55px;align-items:start}.inquiry-form{display:grid;grid-template-columns:1fr 1fr;gap:15px}.inquiry-form label{display:grid;gap:7px;font-size:11px;font-weight:900;letter-spacing:.08em;text-transform:uppercase}.inquiry-form label small{text-transform:none;letter-spacing:0;color:var(--muted)}.inquiry-form .full{grid-column:1/-1}.inquiry-form input,.inquiry-form select,.inquiry-form textarea{width:100%;border:2px solid var(--ink);border-radius:13px;padding:13px 14px;background:white;color:var(--ink)}.inquiry-form textarea{min-height:150px;resize:vertical}.inquiry-form button{justify-self:start}.hp-field{position:absolute!important;left:-9999px!important;width:1px!important;height:1px!important;opacity:0!important}.capability-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin:25px 0}.capability-grid span{background:var(--paper-2);border:1.5px solid var(--ink);border-radius:999px;padding:10px 12px;font-size:12px;font-weight:800;text-align:center}.dark-section .capability-grid span{background:#17171c;border-color:#4e4d55}.wholesale-flavors{display:flex;flex-wrap:wrap;gap:12px}.wholesale-flavors span{background:white;border:2px solid var(--ink);border-radius:999px;padding:13px 18px;font-weight:900}.retail-photo img{object-position:center}
.about-grid{display:grid;grid-template-columns:1.25fr .75fr;gap:18px}.about-main,.about-stack img{border:2px solid var(--ink);border-radius:var(--radius);overflow:hidden}.about-main{min-height:620px}.about-main img{width:100%;height:100%;object-fit:cover}.about-stack{display:grid;grid-template-rows:1fr 1fr;gap:18px}.about-stack img{width:100%;height:100%;object-fit:cover;min-height:300px}.narrow-copy{max-width:850px}.narrow-copy>p{font-size:19px;color:var(--muted)}.values-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.legal-copy h2{font-size:28px;margin-top:32px}.legal-copy p{font-size:16px}.thank-section{min-height:72vh;display:grid;place-items:center;background:var(--paper-2)}.thank-card{max-width:850px;background:white;border:2px solid var(--ink);border-radius:var(--radius);padding:60px 42px;text-align:center}.thank-card>img{width:85px;height:85px;object-fit:contain;margin:0 auto 25px}.thank-card h1{font-size:clamp(45px,7vw,78px)}.thank-card>p{font-size:18px;color:var(--muted)}
.site-footer{background:var(--ink);color:white;padding:64px 0 28px;overflow:hidden}.footer-grid{display:grid;grid-template-columns:1.5fr repeat(3,1fr);gap:34px}.footer-brand .brand-art{width:205px}.footer-brand>p{color:#bcbcc3;max-width:360px}.site-footer h2{font-family:"Montserrat",Arial,sans-serif;font-size:13px;letter-spacing:.08em;color:var(--yellow);margin-bottom:14px}.site-footer a{display:block;color:white;text-decoration:none;margin:8px 0;font-size:14px}.site-footer a:hover{color:var(--cyan)}.footer-bottom{border-top:1px solid rgba(255,255,255,.18);padding-top:21px;margin-top:45px;display:flex;justify-content:space-between;align-items:center;gap:24px;color:#aaaab3;font-size:12px}.footer-signoff{display:inline-flex;align-items:center;justify-content:flex-end;gap:10px;text-align:right}.footer-spark{width:30px;height:30px;flex:0 0 auto}
@media(max-width:1000px){
  .site-nav{display:none;position:absolute;left:0;right:0;top:80px;background:rgba(8,8,10,.99);padding:22px 20px 28px;flex-direction:column;align-items:flex-start;border-bottom:1px solid rgba(255,255,255,.15)}.site-nav.open{display:flex}.nav-toggle{display:block}.hero-grid,.feature-grid,.photo-story,.media-split,.form-layout,.about-grid{grid-template-columns:1fr}.hero-copy{padding:72px 0 55px}.hero-spark{display:none!important}.hero-photo{min-height:470px}.photo-story-copy{padding:58px 32px}.path-grid,.process-grid,.values-grid{grid-template-columns:repeat(2,1fr)}.flavor-grid,.flavor-grid.compact{grid-template-columns:repeat(2,1fr)}.event-card{grid-template-columns:145px 1fr}.event-card .text-link{grid-column:2}.media-split.reverse>div:first-child,.media-split.reverse>div:last-child{order:initial}.footer-grid{grid-template-columns:1fr 1fr}.about-main{min-height:480px}.about-stack{grid-template-columns:1fr 1fr;grid-template-rows:none}.cta-row{align-items:flex-start}.dietary-note{align-items:flex-start;flex-direction:column}
}
@media(max-width:680px){
  .container{width:min(var(--container),calc(100% - 26px))}.nav-wrap{min-height:72px}.site-nav{top:72px}.brand-art{width:148px}.site-header .brand-spark-accent{width:24px!important;height:24px!important;max-width:24px!important;max-height:24px!important;flex-basis:24px;margin-top:5px}.footer-brand .brand-art{width:182px}.section{padding:68px 0}.page-hero{padding:68px 0 60px}.hero-lede,.page-hero p:last-child{font-size:17px}.section-intro{display:block}.section-intro>p{margin-top:18px}.path-grid,.flavor-grid,.flavor-grid.compact,.process-grid,.retail-grid,.values-grid,.proof-grid,.footer-grid,.drink-list,.capability-grid{grid-template-columns:1fr}.path-card{min-height:220px}.feature-grid{gap:32px}.photo-story-image{min-height:380px}.photo-story-copy{padding:48px 20px}.event-card{grid-template-columns:1fr}.event-card .text-link{grid-column:auto}.cta-row{display:block}.cta-row .button{margin-top:18px}.inquiry-form{grid-template-columns:1fr}.inquiry-form .full{grid-column:auto}.about-stack{grid-template-columns:1fr}.about-stack img{min-height:360px}.footer-bottom{display:block}.footer-bottom>span{display:block;margin:10px 0}.footer-signoff{justify-content:flex-start;text-align:left}.footer-signoff span{display:inline;margin:0}.hero-spark{display:none!important}.hero-photo figcaption{display:none}.flavor-art{min-height:180px;font-size:34px}.form-layout{gap:32px}
}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.button,.path-card{transition:none}}


/* Rad Pop drinks + photos patch */
.category-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-top:24px}
.category-grid article{border:1px solid rgba(255,255,255,.24);border-radius:18px;padding:20px;background:rgba(255,255,255,.04)}
.category-grid h3{font-size:22px;margin-bottom:10px}
.category-grid p{margin:0;color:#d7d6dc;font-size:14px}
.photo-grid{display:grid;gap:18px;margin-top:28px}
.photo-grid.two{grid-template-columns:repeat(2,1fr)}
.photo-grid.three{grid-template-columns:repeat(3,1fr)}
.photo-card{background:white;border:2px solid var(--ink);border-radius:20px;overflow:hidden}
.photo-card img{width:100%;display:block;aspect-ratio:4 / 3;object-fit:cover}
.photo-caption{padding:14px 16px;font-size:13px;color:var(--muted)}
.dark-section .photo-card{background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.18)}
.dark-section .photo-caption{color:#d7d6dc}
@media (max-width: 1024px){
  .category-grid,.photo-grid.two,.photo-grid.three{grid-template-columns:1fr 1fr}
}
@media (max-width: 720px){
  .category-grid,.photo-grid.two,.photo-grid.three{grid-template-columns:1fr}
}


/* About editorial polish */
.about-hero p:last-child{max-width:880px}
.editorial-photo-grid figure{margin:0}
.editorial-photo-grid figcaption,.editorial-figure figcaption{font-size:12px;line-height:1.5;color:var(--muted);padding-top:10px}
.editorial-photo-grid .about-main{display:flex;flex-direction:column}
.editorial-photo-grid .about-main img{flex:1}
.editorial-photo-grid .about-stack{display:grid;gap:18px}
.editorial-photo-grid .about-stack figure{display:flex;flex-direction:column;min-height:0}
.editorial-photo-grid .about-stack img{flex:1;min-height:0}
.editorial-copy p{font-size:18px;line-height:1.75}
.editorial-copy .editorial-lede{font-size:22px;line-height:1.55;color:var(--ink);font-weight:600}
.editorial-dark .editorial-lede{color:white}
.about-pullquote{margin:48px 0 0;padding:36px 0 0;border-top:1px solid rgba(255,255,255,.22);font-size:clamp(34px,5vw,64px);line-height:1.02;letter-spacing:-.04em;color:white}
.editorial-figure{margin:0}
.community-story .media-split{align-items:center}
.editorial-values article{position:relative;overflow:hidden}
.editorial-values article span{display:block;margin-bottom:28px}
.editorial-values article h3{font-size:24px}
@media (max-width:1024px){
  .editorial-copy p{font-size:17px}
  .editorial-copy .editorial-lede{font-size:20px}
}
@media (max-width:720px){
  .editorial-photo-grid .about-stack{grid-template-columns:1fr}
  .about-pullquote{margin-top:34px;padding-top:28px}
}


/* About photo sizing + footer capitalization patch */
.editorial-photo-grid .about-main{
  min-height:0;
}
.editorial-photo-grid .about-main img{
  flex:none;
  width:100%;
  height:auto;
  aspect-ratio:4 / 3;
  object-fit:cover;
  object-position:center;
}
@media (max-width:1000px){
  .editorial-photo-grid .about-main{
    min-height:0;
  }
}


/* About photo captions + derby layout patch */
.about-photo-story{
  display:grid;
  gap:22px;
}
.about-photo-story figure{
  margin:0;
}
.about-photo-story img{
  display:block;
  width:100%;
  border:2px solid var(--ink);
  border-radius:var(--radius);
  background:var(--paper-2);
}
.about-photo-story figcaption,
.community-story figcaption{
  padding:11px 4px 0;
  font-size:13px;
  line-height:1.45;
  font-weight:700;
  color:var(--muted);
}
.about-derby-feature img{
  aspect-ratio:16 / 9;
  height:auto;
  object-fit:cover;
  object-position:center 46%;
}
.about-origin-pair{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:22px;
}
.about-origin-card img{
  aspect-ratio:4 / 3;
  height:auto;
  object-fit:cover;
}
.about-origin-katie img{
  object-position:center 39%;
}
.about-origin-iggy img{
  object-position:center;
}
@media(max-width:720px){
  .about-origin-pair{
    grid-template-columns:1fr;
  }
  .about-derby-feature img{
    aspect-ratio:4 / 3;
  }
}
