@font-face{
  font-family:"Last Apollo Sans";
  src:url("media/fonts/geist-normal-300.ttf") format("truetype");
  font-style:normal;
  font-weight:300;
  font-display:swap;
}
@font-face{
  font-family:"Last Apollo Sans";
  src:url("media/fonts/geist-normal-400.ttf") format("truetype");
  font-style:normal;
  font-weight:400;
  font-display:swap;
}
@font-face{
  font-family:"Last Apollo Sans";
  src:url("media/fonts/geist-italic-300.ttf") format("truetype");
  font-style:italic;
  font-weight:300;
  font-display:swap;
}
@font-face{
  font-family:"Last Apollo Sans";
  src:url("media/fonts/geist-italic-400.ttf") format("truetype");
  font-style:italic;
  font-weight:400;
  font-display:swap;
}
@font-face{
  font-family:"Last Apollo Body";
  src:url("media/fonts/roboto-normal.ttf") format("truetype");
  font-style:normal;
  font-weight:300 700;
  font-display:swap;
}
@font-face{
  font-family:"Last Apollo Body";
  src:url("media/fonts/roboto-italic.ttf") format("truetype");
  font-style:italic;
  font-weight:300 700;
  font-display:swap;
}
:root{
  --blue:#4D7ADC;
  --white:#FFFFFF;
  --black:#000000;
  --almost-white:#FFFFFE;
  --grey:#A0A09F;
  --deep-blue:#273D6E;
  --dark-grey:#4D4D4D;
  --newsletter-bg:rgba(77,122,220,.88);
  --nav:"Last Apollo Sans","Proxima Nova","Helvetica Neue",Arial,sans-serif;
  --display:"Last Apollo Sans","Proxima Nova","Helvetica Neue",Arial,sans-serif;
  --body:"Last Apollo Body","Proxima Nova","Helvetica Neue",Arial,sans-serif;
  --body-track:.08px;
}
*{box-sizing:border-box}
html{
  min-height:100%;
  background:var(--blue);
  color-scheme:light;
}
body{
  min-height:100%;
  margin:0;
  overflow-x:hidden;
  color:var(--white);
  background:var(--blue);
  font-family:var(--body);
}
img{display:block;max-width:100%}
button,input,textarea{font:inherit}
button{cursor:pointer}
a{
  color:inherit;
  text-decoration:underline;
}
:focus-visible{
  outline:2px solid var(--white);
  outline-offset:4px;
}
.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:absolute;
  left:16px;
  top:16px;
  z-index:100;
  transform:translateY(-80px);
  padding:8px 12px;
  color:var(--blue);
  background:var(--white);
  font:14px/1.2 var(--nav);
}
.skip-link:focus{transform:none}
.site-topline{
  height:55px;
}
.site-canvas{
  width:min(980px,calc(100% - 40px));
  margin:0 auto;
}
.brand-block{
  width:931px;
  margin-left:-135px;
  padding-top:7px;
  color:var(--white);
  font-family:var(--display);
  font-weight:400;
}
.brand-block p{
  margin:0;
}
.brand-title{
  font-size:45px;
  line-height:54px;
}
.brand-subtitle{
  font-size:37px;
  height:44px;
  overflow:visible;
  line-height:54px;
}
.site-body{
  position:relative;
  display:grid;
  grid-template-columns:100%;
  align-items:start;
}
.desktop-nav{
  position:relative;
  z-index:2;
  grid-area:1 / 1;
  width:154px;
  margin-left:-135px;
  margin-top:16px;
  font:300 17px/1.41 var(--nav);
  text-align:left;
}
.desktop-nav a{
  display:flex;
  align-items:center;
  justify-content:flex-start;
  height:61px;
  padding-left:0;
  color:var(--white);
  text-align:left;
  text-decoration:none;
}
.desktop-nav a[aria-current="page"]{
  font-weight:300;
}
.pages{
  position:relative;
  z-index:1;
  grid-area:1 / 1;
  min-height:700px;
}
.page[hidden]{
  display:none;
}
.home-page{
  width:543px;
  margin-left:35px;
  padding-top:38px;
  padding-bottom:80px;
}
.home-content{
  display:flex;
  flex-direction:column;
}
.home-credits{
  width:543px;
  color:var(--white);
  font:350 15px/1 var(--body);
  letter-spacing:var(--body-track);
  text-align:justify;
}
.home-credits p{
  margin:0;
}
.home-credits .copy-spacer{
  line-height:15px;
}
.home-credits p:nth-last-child(3){
  font-style:italic;
}
.home-actions{
  width:407px;
  margin-left:68px;
  margin-top:39px;
  color:var(--white);
  font:350 16px/1.88 var(--body);
  letter-spacing:var(--body-track);
  text-align:center;
}
.home-actions a{
  display:block;
}
.home-art{
  width:340px;
  margin:9px 0 0 101px;
}
.home-art img{
  width:340px;
  height:400px;
  object-fit:cover;
}
.about-page{
  width:723px;
  margin-left:39px;
  padding-top:57px;
  padding-bottom:80px;
}
.about-copy{
  width:723px;
  color:var(--white);
  font:350 15px/1.2 var(--body);
  letter-spacing:var(--body-track);
}
.about-copy p{
  margin:0 0 18px;
}
.about-copy p:nth-child(n+2){
  font-weight:600;
}
.birds-page{
  padding-bottom:80px;
}
.birds-stage{
  position:relative;
  width:min(976px,calc(100vw - 464px));
  min-height:600px;
  margin-left:234px;
  padding-top:51px;
}
.birds-title{
  position:absolute;
  top:51px;
  left:210px;
  z-index:2;
  width:403px;
  margin:0;
  color:var(--white);
  font:400 23px/1.3 "Times New Roman",Times,serif;
  text-align:center;
}
.bird-board{
  width:976px;
  max-width:100%;
  min-height:600px;
}
.bird-controls{
  display:flex;
  align-items:center;
  gap:6px;
  min-height:32px;
}
.bird-controls button{
  padding:2px 8px;
  border:2px outset buttonborder;
  border-radius:0;
  color:buttontext;
  background:buttonface;
  font:13px/1.2 Arial,Helvetica,sans-serif;
}
.bird-controls input{
  width:44px;
  height:27px;
  padding:1px 2px;
}
.bird-board canvas{
  display:block;
  width:600px;
  max-width:100%;
  height:auto;
  border:2px solid var(--white);
  touch-action:none;
}
.newsletter-page{
  padding-bottom:90px;
}
.newsletter-signup{
  width:809px;
  min-height:626px;
  margin-left:9px;
  padding-top:49px;
  padding-bottom:69px;
  color:var(--white);
  background:var(--newsletter-bg);
}
.newsletter-heading{
  width:559px;
  margin:0 0 52px 122px;
  color:var(--white);
  font-family:var(--display);
  font-weight:300;
  line-height:.9;
  text-align:right;
}
.newsletter-heading span{
  display:block;
  font-size:21px;
  font-weight:300;
}
.newsletter-heading strong{
  display:block;
  font-size:38px;
  font-weight:300;
}
.newsletter-image{
  width:415px;
  height:195px;
  margin:0 0 68px 194px;
  object-fit:cover;
}
.newsletter-intro{
  width:511px;
  margin:0 0 27px 146px;
  color:var(--white);
  font:350 18px/1.5 var(--body);
  letter-spacing:var(--body-track);
  text-align:center;
}
.newsletter-entry{
  display:flex;
  align-items:flex-end;
  gap:43px;
  margin-left:113px;
  margin-bottom:16px;
}
.newsletter-field{
  width:270px;
  height:63px;
}
.newsletter-field label{
  display:block;
  margin-bottom:4px;
  color:var(--white);
  font:350 14px/1 var(--body);
  letter-spacing:var(--body-track);
}
.newsletter-field input{
  width:100%;
  height:34px;
  border:0;
  border-bottom:1px solid var(--white);
  border-radius:0;
  padding:4px 0;
  color:var(--black);
  background:transparent;
  outline:0;
}
.newsletter-field input:focus{
  border-bottom-width:2px;
}
.newsletter-button{
  width:270px;
  height:50px;
  border:0;
  border-radius:0;
  color:var(--blue);
  background:var(--white);
  font:300 19px/1.41 var(--nav);
}
.newsletter-status,
.newsletter-success{
  width:510px;
  min-height:22px;
  margin:0 0 0 100px;
  color:var(--white);
  font:300 18px/1.3 var(--nav);
  text-align:center;
}
.past-letters{
  width:578px;
  margin:15px 0 0 124px;
  color:var(--white);
}
.past-letters h2{
  margin:0 0 12px;
  font-family:var(--display);
  font-size:34px;
  font-weight:300;
  line-height:1.2;
  text-align:center;
}
.letter-list{
  width:533px;
  margin:0 0 0 22px;
  font:300 18px/1.4 var(--nav);
}
.letter-list div{
  display:grid;
  grid-template-columns:188px 345px;
}
.letter-list dt,
.letter-list dd{
  margin:0;
  min-height:25px;
  text-align:center;
}
.letter-list a{
  color:var(--almost-white);
}
.shop-page{
  width:min(1100px,calc(100vw - 395px));
  margin-left:112px;
  padding-top:78px;
  padding-bottom:80px;
  color:var(--white);
}
.shop-empty{
  margin:0;
  font:400 15px/1.2 var(--body);
  letter-spacing:var(--body-track);
}
.shop-list{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  column-gap:46px;
  row-gap:84px;
  width:100%;
  margin:0;
  padding:0;
  list-style:none;
}
.shop-item-link{
  display:block;
  color:var(--white);
  text-decoration:none;
}
.shop-item-link:hover .shop-item-action,
.shop-item-link:focus-visible .shop-item-action{
  text-decoration-thickness:2px;
}
.shop-item-link:hover img,
.shop-item-link:focus-visible img{
  opacity:.92;
}
.shop-item-media{
  position:relative;
  width:100%;
  aspect-ratio:1 / 1;
  display:grid;
  place-items:center;
  margin:0 0 26px;
  padding:0;
  overflow:hidden;
  background:transparent;
}
.shop-item img{
  width:100%;
  height:100%;
  object-fit:contain;
  object-position:center;
  display:block;
  transition:opacity .16s ease;
}
.shop-item h2{
  margin:0 0 12px;
  font:350 19px/1.2 var(--body);
  letter-spacing:var(--body-track);
}
.shop-item p{
  margin:0 0 16px;
  font:400 15px/1.2 var(--body);
  letter-spacing:var(--body-track);
}
.shop-item-action{
  font:300 16px/1.4 var(--nav);
  text-decoration:underline;
}
.contact-page{
  width:685px;
  margin-left:19px;
  padding-top:16px;
  padding-bottom:80px;
}
.contact-links{
  display:flex;
  flex-direction:column;
  align-items:flex-start;
  color:var(--white);
  font:350 19px/1.2 var(--body);
  letter-spacing:var(--body-track);
  font-style:normal;
}
.contact-links a{
  min-height:27px;
  text-decoration:none;
}
.contact-links .contact-utility-link{
  min-height:0;
  margin-top:14px;
  opacity:.78;
  font-size:15px;
  text-decoration:underline;
}
.contact-form{
  width:360px;
  margin-top:44px;
  color:var(--white);
  font:350 15px/1.2 var(--body);
  letter-spacing:var(--body-track);
}
.contact-field{
  margin-bottom:22px;
}
.contact-field label{
  display:block;
  margin-bottom:6px;
}
.contact-field input,
.contact-field textarea{
  display:block;
  width:100%;
  border:0;
  border-bottom:1px solid var(--white);
  border-radius:0;
  padding:5px 0;
  color:var(--white);
  background:transparent;
  outline:0;
}
.contact-field textarea{
  min-height:118px;
  border:1px solid var(--white);
  padding:8px;
  resize:vertical;
}
.contact-field input:focus,
.contact-field textarea:focus{
  border-bottom-width:2px;
}
.contact-field textarea:focus{
  border-width:2px;
}
.contact-submit{
  border:0;
  border-bottom:1px solid var(--white);
  border-radius:0;
  padding:0 0 2px;
  color:var(--white);
  background:transparent;
  font:300 19px/1.2 var(--nav);
}
.contact-submit:disabled{
  cursor:default;
  opacity:.65;
}
.contact-privacy-notice{
  margin:12px 0 0;
  color:rgba(255,255,255,.78);
  font:350 13px/1.45 var(--body);
  letter-spacing:var(--body-track);
}
.contact-privacy-notice a{
  text-decoration:underline;
  text-underline-offset:2px;
}
.contact-status{
  min-height:18px;
  margin:14px 0 0;
}
.contact-form[data-state="error"] .contact-status{
  font-weight:600;
}
.contact-honeypot{
  position:absolute;
  left:-10000px;
  width:1px;
  height:1px;
  overflow:hidden;
}
.privacy-page{
  width:690px;
  margin-left:35px;
  padding-top:38px;
  padding-bottom:90px;
}
.privacy-content{
  max-width:690px;
  color:var(--white);
  font:350 15px/1.55 var(--body);
  letter-spacing:var(--body-track);
}
.privacy-content h1,
.privacy-content h2,
.privacy-content h3,
.privacy-content p,
.privacy-content ul{
  margin-top:0;
}
.privacy-content h1{
  margin-bottom:20px;
  font:300 30px/1.2 var(--display);
}
.privacy-updated{
  margin-bottom:26px;
}
.privacy-content section{
  margin-top:34px;
}
.privacy-content h2{
  margin-bottom:12px;
  font:300 18px/1.25 var(--display);
}
.privacy-content h3{
  margin:24px 0 9px;
  font:350 15px/1.3 var(--body);
}
.privacy-content p{
  margin-bottom:14px;
}
.privacy-content ul{
  margin-bottom:16px;
  padding-left:20px;
}
.privacy-content li{
  margin-bottom:5px;
}
.privacy-content a{
  text-decoration:underline;
  text-underline-offset:2px;
}
.mobile-header{
  display:none;
}

@media(min-width:821px) and (max-width:1200px){
  .birds-stage{
    width:calc(100vw - 75px);
    margin-left:35px;
  }
}

@media(min-width:821px) and (max-width:1180px){
  .shop-page{
    width:min(790px,calc(100vw - 280px));
    margin-left:112px;
    padding-top:72px;
  }
  .shop-list{
    grid-template-columns:repeat(2,minmax(0,1fr));
    column-gap:40px;
    row-gap:76px;
  }
}

@media(max-width:820px){
  .mobile-header{
    position:sticky;
    top:0;
    z-index:80;
    display:block;
    width:100%;
    height:72px;
    margin:0 auto;
    background:var(--blue);
  }
  .mobile-menu-button{
    position:absolute;
    top:18px;
    right:22px;
    z-index:100;
    width:40px;
    height:40px;
    border:0;
    border-radius:0;
    padding:8px;
    background:transparent;
  }
  .mobile-menu-button span[aria-hidden="true"]{
    display:block;
    width:24px;
    height:2px;
    margin:5px auto;
    background:var(--white);
    transition:transform .16s ease,opacity .16s ease,background-color .16s ease;
  }
  body.mobile-menu-open{
    overflow:hidden;
  }
  body.mobile-menu-open .mobile-menu-button{
    position:fixed;
    top:18px;
    right:22px;
  }
  body.mobile-menu-open .mobile-menu-button span[aria-hidden="true"]{
    background:var(--blue);
  }
  body.mobile-menu-open .mobile-menu-button span[aria-hidden="true"]:nth-child(2){
    transform:translateY(7px) rotate(45deg);
  }
  body.mobile-menu-open .mobile-menu-button span[aria-hidden="true"]:nth-child(3){
    opacity:0;
  }
  body.mobile-menu-open .mobile-menu-button span[aria-hidden="true"]:nth-child(4){
    transform:translateY(-7px) rotate(-45deg);
  }
  .mobile-nav{
    position:fixed;
    inset:0;
    z-index:90;
    width:100%;
    height:100dvh;
    min-height:100vh;
    padding:clamp(132px,18dvh,174px) 24px 64px;
    overflow-y:auto;
    background:var(--black);
  }
  .mobile-nav[hidden]{
    display:none;
  }
  .mobile-nav:not([hidden]){
    display:flex;
    flex-direction:column;
    align-items:center;
    gap:34px;
  }
  .mobile-nav a{
    display:flex;
    align-items:center;
    justify-content:center;
    min-height:1.1em;
    color:var(--blue);
    font:300 clamp(31px,8.2vw,35px)/1.1 var(--nav);
    text-decoration:none;
    transition:color .16s ease;
  }
  .mobile-nav a[aria-current="page"],
  .mobile-nav a:hover,
  .mobile-nav a:focus-visible{
    color:var(--white);
  }
  .site-topline{
    display:none;
  }
  .site-canvas{
    width:100%;
    max-width:none;
    margin:0 auto;
  }
  .brand-block{
    width:min(390px,calc(100% - 44px));
    max-width:calc(100% - 44px);
    margin-left:auto;
    margin-right:auto;
    padding-top:16px;
    text-align:center;
  }
  .brand-title{
    font-size:40px;
    line-height:48px;
  }
  .brand-subtitle{
    height:auto;
    font-size:clamp(23px,6.55vw,28px);
    line-height:34px;
    white-space:nowrap;
  }
  .site-body{
    display:block;
  }
  .desktop-nav{
    display:none;
  }
  .pages{
    min-height:0;
  }
  .home-page,
  .about-page,
  .shop-page,
  .contact-page,
  .privacy-page,
  .newsletter-page,
  .birds-page{
    width:min(390px,calc(100% - 44px));
    max-width:calc(100% - 44px);
    margin-left:auto;
    margin-right:auto;
    padding-top:44px;
    padding-bottom:70px;
  }
  .home-page{
    padding-top:54px;
  }
  .about-page{
    padding-top:88px;
  }
  .home-content{
    width:100%;
  }
  .home-credits{
    order:3;
    width:100%;
    font-size:15px;
    line-height:1.42;
    text-align:left;
  }
  .home-credits .copy-spacer{
    line-height:18px;
  }
  .home-actions{
    order:1;
    width:100%;
    margin:0;
    font-size:16px;
    line-height:1.55;
  }
  .home-actions a + a{
    margin-top:24px;
  }
  .home-art{
    order:2;
    width:min(82vw,340px);
    margin:58px auto 78px;
  }
  .home-art img{
    width:100%;
    height:auto;
    object-fit:contain;
  }
  .about-copy{
    width:100%;
    font-size:15px;
    line-height:1.52;
    text-align:left;
  }
  .about-copy p{
    margin-bottom:28px;
  }
  .birds-stage{
    width:100%;
    min-height:0;
    margin-left:0;
    padding-top:48px;
  }
  .birds-title{
    position:static;
    width:100%;
    margin:0 0 16px;
    font-size:23px;
    text-align:left;
  }
  .bird-board{
    width:100%;
    min-height:0;
  }
  .bird-controls{
    margin-bottom:6px;
  }
  .bird-board canvas{
    width:100%;
  }
  .newsletter-signup{
    width:100%;
    min-height:0;
    margin-left:0;
    padding-top:20px;
    padding-bottom:24px;
  }
  .newsletter-heading{
    width:180px;
    margin:0 auto 28px;
  }
  .newsletter-heading span{
    font-size:21px;
  }
  .newsletter-heading strong{
    font-size:38px;
  }
  .newsletter-image{
    width:100%;
    height:auto;
    aspect-ratio:415 / 195;
    margin:0 0 22px;
  }
  .newsletter-intro{
    width:100%;
    margin:0 0 24px;
    font-size:18px;
  }
  .newsletter-entry{
    display:block;
    margin-left:0;
    margin-bottom:14px;
  }
  .newsletter-field{
    width:100%;
    height:54px;
    margin-bottom:16px;
  }
  .newsletter-button{
    display:block;
    width:150px;
    height:42px;
    margin:0 auto;
  }
  .newsletter-status,
  .newsletter-success{
    width:100%;
    margin-left:0;
  }
  .past-letters{
    width:100%;
    margin:20px 0 0;
  }
  .past-letters h2{
    font-size:34px;
  }
  .letter-list{
    width:100%;
    margin-left:0;
    font-size:18px;
  }
  .letter-list div{
    grid-template-columns:minmax(92px,.36fr) minmax(0,1fr);
  }
  .shop-empty,
  .shop-list,
  .contact-form{
    width:100%;
  }
  .shop-list{
    grid-template-columns:1fr;
    gap:48px;
  }
  .shop-item-media{margin-bottom:24px}
  .contact-links{
    font-size:19px;
  }
  .contact-form{
    margin-top:34px;
  }
  .privacy-page{
    padding-top:50px;
  }
  .privacy-content{
    max-width:100%;
    font-size:15px;
    line-height:1.58;
    text-align:left;
  }
  .privacy-content h1{
    margin-bottom:22px;
    font-size:28px;
  }
  .privacy-updated{
    margin-bottom:28px;
  }
  .privacy-content section{
    margin-top:38px;
  }
  .privacy-content h2{
    margin-bottom:13px;
    font-size:17px;
    line-height:1.3;
  }
  .privacy-content h3{
    margin-top:26px;
  }
  .privacy-content p{
    margin-bottom:16px;
  }
  .privacy-content ul{
    margin-bottom:18px;
  }
}

@media(min-width:700px) and (max-width:820px){
  body[data-route="/shop"] .site-canvas{
    width:100%;
  }
  body[data-route="/shop"] .brand-block{
    margin-left:auto;
    margin-right:auto;
  }
  .shop-page{
    width:min(680px,calc(100% - 48px));
    max-width:calc(100% - 48px);
    margin-left:auto;
    margin-right:auto;
    padding-top:56px;
  }
  .shop-empty,
  .shop-list{
    width:100%;
  }
  .shop-list{
    grid-template-columns:repeat(2,minmax(0,1fr));
    column-gap:32px;
    row-gap:62px;
  }
}

@media(max-width:699px){
  body[data-route="/shop"] .site-canvas{
    width:100%;
  }
  body[data-route="/shop"] .brand-block{
    margin-left:auto;
    margin-right:auto;
  }
  .shop-page{
    width:min(350px,calc(100% - 40px));
    max-width:calc(100% - 40px);
    margin-left:auto;
    margin-right:auto;
    padding-top:48px;
  }
  .shop-empty,
  .shop-list{
    width:100%;
  }
}
