/*font-family: 'Open Sans', sans-serif;
font-family: 'Space Mono', monospace;*/

* {
  box-sizing: border-box !important;
}

body {
  font-family: 'Open Sans', sans-serif; //font-family: 'Space Mono', monospace;
  font-size: 16px;
  color: #000;
}

a {
  text-decoration: none;
  color: inherit;
}

a:hover {
  text-decoration: none;
  color: inherit;
  color: #111;
}

a:active {
  text-decoration: none;
  color: inherit;
}

.container-fluid {
  margin: 0;
  padding: 0;
}


/*PRIMARY NAV*/

.nav-primary, .nav-mobile {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  width: 100%;
  height: 70px;
  background-color: rgba(255, 255, 255, .6); //border-bottom:dashed 1px #000;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.20);
}

nav h1 {
  display: inline;
  font-size: 1.2em;
  padding: 0 0 0 30px;
  margin: 0;
  line-height: 70px;
  text-transform: uppercase;
  font-weight: 300;
}

.nav-mobile {
  font-size: .70em;
}

strong {
  font-weight: 700;
}

.blackBlock {
  float: left;
  top: 0;
  background-color: #000;
  width: 10px;
  height: 100%;
}


/*MENU*/

.menu {
  position: absolute;
  top: 0;
  right: 0;
  line-height: 68px;
  font-family: 'Space Mono', monospace;
}

.menu li {
  height: 48px;
  display: inline-block;
  list-style-type: none;
  padding: 0 10px 0 10px;
  margin-right: 35px;
  color: #000;
}


/*MAIN CONTENT*/

.main-content {
  min-height: 82vh;
  padding:0 10px;
  margin: 180px auto 0 auto;
}

.grid {
  margin: 0 auto;
  width: 970px;
}

.clip {
  margin: 0;
  padding: 15px 0 15px 0;
}

.wrap-square {
  height: auto;
  overflow: hidden;
  width: 282px !important;
  height: 180px;
  margin: 0 auto;
}


/*-----------------------*/


/* Common style */

.grid figure {
  margin: 0;
  width: 100%;
  height: 180px;
  position: relative;
  overflow: hidden;
  background: #000;
  text-align: center;
  cursor: pointer; //border:1px solid red;
}

.grid figure img {
  position: relative;
  width:100%;
  height:auto;
  //margin-top:-20px;
}

.grid figure figcaption {
  color: #fff;
  text-transform: uppercase;
  font-size: 1em;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.grid figure figcaption::before, .grid figure figcaption::after {
  pointer-events: none;
}

.grid figure figcaption, .grid figure figcaption>a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}


/* Anchor will cover the whole item by default */


/* For some effects it will show as a button */

.grid figure figcaption>a {
  z-index: 10;
  text-indent: 200%;
  white-space: nowrap;
  opacity: 0;
}

.grid figure h2 {
  font-size: 13px;
  word-spacing: -0.15em;
  font-weight: 300;
}

.grid figure h2 span {
  font-weight: 800;
}

.grid figure h2, .grid figure p {
  margin: 0;
}

.grid figure p {
  letter-spacing: 1px;
  font-size: 8px;
}


/*---------------*/


/***** Chico *****/


/*---------------*/

.no-touch figure.effect-chico img {
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.no-touch figure.effect-chico:hover img {
  opacity: 0;
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

figure.effect-chico figcaption {
  padding: 1em;
}

.no-touch figure.effect-chico figcaption::before, .no-touch figure.effect-chico p, .no-touch figure.effect-chico h2 {
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
}

figure.effect-chico h2 {
  padding: 17% 0 10px 0;
}

figure.effect-chico p {
  margin: 0 auto;
  max-width: 200px;
}

.no-touch figure.effect-chico:hover figcaption::before, .no-touch figure.effect-chico:hover p, .no-touch figure.effect-chico:hover h2 {
  opacity: 1;
}

figure.effect-chico h2::after {
  content: '';
  display: block;
  margin: 10px auto 0 auto;
  width: 33%;
  border-bottom: 3px solid rgba(255, 255, 255, .5);
}

figure.effect-chico img {
  opacity: 1;
  margin:-2px !important;
}


/*PROJECT*/

.caption {
  max-width: 650px;
  margin: 135px auto 0 auto;
}

.caption h2 {
  margin: 0 auto;
  text-align: center;
}

.caption p::before {
  content: '';
  display: block;
  margin: 20px auto 35px auto;
  width: 30%;
  border-bottom: 3px solid #CCCCCC;
}

.caption p {
  text-align: center;
  font-style: italic;
  line-height: 22px;
  width: 100%;
}

.art-item{
    margin:15px auto;
}

.gallery {
  max-width: 740px;
  margin: 20px auto 0 auto;
  text-align: center;
}

.gallery img {
  position: relative;
  width: 100%;
  height: auto;
}

.infos {
  max-width: 740px;
  margin: 30px auto 0 auto;
  text-align: justify;
}

.project-nav {
  max-width: 740px;
  margin: 30px auto 0 auto;
}

.project-nav div {
  margin: 0;
  padding: 0 5px;
  width: 50%;
}

.project-nav a {
  display: block;
}

.next {
  text-align: right; //border:1px solid red;
}

.prev {
  text-align: left; //border:1px solid green;
}


/*CONTACT*/

.center-horizontal {
  height: 60px;
  padding-top: 35vh;
}

.contact-links {
  width: 300px;
  margin: 0 auto;
}

.social-links {
  width: 32px;
  margin: 40px auto 0 auto;
}

.social-links a {
  padding: 0 4px 0 4px;
}

.contact-links a {
  display: block;
  position: relative;
  margin: 0 auto;
}


/*ABOUT*/


/*.header-img{
  max-width: 650px;
  height:400px;
  margin:0 auto;
  overflow: hidden;
}*/

.header-img {
  width: 100%;
  max-width: 640px;
  margin: 0 auto;
}

.image-cover {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.image-cover img {
  flex-shrink: 0;
  width: 100% !important;
  height: auto !important;
}

.caption-intro {
  max-width: 650px;
  margin: 65px auto 0 auto;
}

.caption-intro h2 {
  margin: 0 auto;
  text-align: center;
}

.caption-intro p::before {
  content: '';
  display: block;
  margin: 20px auto 35px auto;
  width: 30%;
  border-bottom: 3px solid #CCCCCC;
}

.caption-intro p {
  text-align: center;
  font-style: italic;
  line-height: 22px;
}

.bio {
  max-width: 650px;
  margin: 40px auto 0 auto;
  text-align: justify;
}

.exhib {
  max-width: 650px;
  margin: 62px auto 0 auto;
}

.exhib h2 {
  margin: 0 auto;
  text-align: center;
}

.exhib ul {
  display: block !important;
  width: 650px;
  padding: 0; //list-style-type: none;
}

.exhib ul::before {
  content: '';
  display: block;
  margin: 20px auto 35px auto;
  width: 30%;
  border-bottom: 3px solid #CCCCCC;
}


/*FOOTER*/

footer {
  width: 100%;
  font-size: .75em;
  text-align: center;
}

#copy {
  padding: 20px 0 20px 0;
}

.actif {
  text-decoration: line-through;
}


/***************/


/*EXPERIMENTAL*/


/**************/

.button {
  position: relative;
  display: block;
  width: 48px;
  height: 48px;
  text-align: center;
  cursor: pointer;
  margin-bottom: 16px;
  user-select: none;
}

.button:before, .button:after {
  content: attr(data-text);
  position: absolute;
  top: 0px;
  width: 100%;
  clip: rect(0, 0, 0, 0);
  background: #000; //background: #fff;
  color: #fff;
}

.button:after {
  left: 2px;
  text-shadow: -1px 0 #fff;
  box-shadow: -1px 0 #fff;
}

.button:before {
  left: -2px;
  text-shadow: 2px 0 #fff;
  box-shadow: 2px 0 #fff;
}

.button:hover:after, .button.hover:after {
  animation: glitch-after 2s infinite linear alternate-reverse;
}

.button:hover:before, .button.hover:before {
  animation: glitch-before 3s infinite linear alternate-reverse;
}

@keyframes glitch-after {
  0% {
    clip: rect(104px, 450px, 106px, 0)
  }
  5.88235% {
    clip: rect(48px, 450px, 59px, 0)
  }
  11.76471% {
    clip: rect(79px, 450px, 62px, 0)
  }
  17.64706% {
    clip: rect(93px, 450px, 40px, 0)
  }
  23.52941% {
    clip: rect(78px, 450px, 35px, 0)
  }
  29.41176% {
    clip: rect(23px, 450px, 68px, 0)
  }
  35.29412% {
    clip: rect(45px, 450px, 38px, 0)
  }
  41.17647% {
    clip: rect(45px, 450px, 14px, 0)
  }
  47.05882% {
    clip: rect(92px, 450px, 104px, 0)
  }
  52.94118% {
    clip: rect(3px, 450px, 45px, 0)
  }
  58.82353% {
    clip: rect(84px, 450px, 24px, 0)
  }
  64.70588% {
    clip: rect(112px, 450px, 6px, 0)
  }
  70.58824% {
    clip: rect(49px, 450px, 94px, 0)
  }
  76.47059% {
    clip: rect(30px, 450px, 39px, 0)
  }
  82.35294% {
    clip: rect(55px, 450px, 92px, 0)
  }
  88.23529% {
    clip: rect(105px, 450px, 112px, 0)
  }
  94.11765% {
    clip: rect(58px, 450px, 98px, 0)
  }
  100% {
    clip: rect(68px, 450px, 103px, 0)
  }
}

@keyframes glitch-before {
  0% {
    clip: rect(86px, 450px, 73px, 0)
  }
  5.88235% {
    clip: rect(25px, 450px, 3px, 0)
  }
  11.76471% {
    clip: rect(56px, 450px, 38px, 0)
  }
  17.64706% {
    clip: rect(86px, 450px, 48px, 0)
  }
  23.52941% {
    clip: rect(19px, 450px, 16px, 0)
  }
  29.41176% {
    clip: rect(88px, 450px, 3px, 0)
  }
  35.29412% {
    clip: rect(45px, 450px, 71px, 0)
  }
  41.17647% {
    clip: rect(84px, 450px, 61px, 0)
  }
  47.05882% {
    clip: rect(114px, 450px, 27px, 0)
  }
  52.94118% {
    clip: rect(15px, 450px, 114px, 0)
  }
  58.82353% {
    clip: rect(26px, 450px, 72px, 0)
  }
  64.70588% {
    clip: rect(54px, 450px, 28px, 0)
  }
  70.58824% {
    clip: rect(89px, 450px, 107px, 0)
  }
  76.47059% {
    clip: rect(95px, 450px, 81px, 0)
  }
  82.35294% {
    clip: rect(109px, 450px, 31px, 0)
  }
  88.23529% {
    clip: rect(82px, 450px, 16px, 0)
  }
  94.11765% {
    clip: rect(83px, 450px, 3px, 0)
  }
  100% {
    clip: rect(49px, 450px, 52px, 0)
  }
}

.headroom {
  will-change: transform !important;
  transition: transform 200ms linear !important;
  -webkit-transition: -webkit-transform 200ms linear !important;
}

.headroom--pinned {
  transform: translateY(0%) !important;
  -webkit-transform: translateY(0%) !important;
}

.headroom--unpinned {
  transform: translateY(-100%) !important;
  -webkit-transform: translateY(-100%) !important;
}


/*MOBILE MENU*/

.nav-mobile div {
  display: none;
}

.expanded {
  background-color: transparent;
  border: 0;
}

.nav-mobile div a, .nav-mobile div p {
  display: block;
  background: rgba(255, 255, 255, .9);
  text-align: center;
  padding: 20px 0;
  margin-bottom:0;
  //border-bottom: 1px solid #ddd;
  text-decoration: none;
  font-weight: bold;
  font-size: 16px;
  font-family: 'Space Mono', monospace;
}

/*.nav-undertitle{
  font-weight:normal !important;
  font-size:12px !important;
  text-decoration: none !important;
  padding: 8px 0 !important;
}

.nav-separator{
  display:block;
  margin:0;
  width:100%;
  height:1px;
  border-bottom:1px solid #ddd;
}*/

.nav-mobile button {
  cursor: pointer;
  position: absolute;
  top: 15px;
  right: 15px;
  border: none;
  overflow: hidden;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearence: none;
  background: url(http://i.imgur.com/vKRaKDX.png) center no-repeat;
  background-size: 80%;
  width: 30px;
  height: 30px;
  outline: none;
  transition: all 400ms ease;
}

@media screen and (max-width:1400px){
  .col-md-6{
    flex: 0 0 50%;
    max-width: 50%;
    -webkit-box-flex: 0;
  }
  .grid{
    width: 750px;
  }
}

@media screen and (max-width:1130px){
  .nav-mobile{
    display:block;
  }
  .nav-primary{
    display:none;
  }
  #listing-mobile{
    display:block;
  }
  #listing-primary{
    display:none;
  }
}

@media screen and (min-width:1131px){
  .nav-mobile{
    display:none;
  }
  .nav-primary{
    display:block;
  }
  #listing-mobile{
    display:none;
  }
  #listing-primary{
    display:block;
  }
}

@media screen and (max-width: 990px) {
  .grid {
    width: 750px;
  }
}

@media screen and (max-width: 765px) {
  .col-sm-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .grid {
    width: 95%;
  }
  .wrap-square {
    position: relative;
    padding: 15px;
    width: 100% !important;
    height: 300px;
  }
  .grid figure img {
    height: 300px;
  }
  .grid figure {
      height: 300px;
  }
  figure.effect-chico h2 {
    padding: 26% 0 10px 0;
  }
  .main-content {
    margin: 80px auto 0 auto;
  }
  #listing-page{
    width:100% !important;
    padding:10px;
  }
}



/*-------- TESTING LISTING SOMMAIRE ----------*/
/*--------------------------------------------*/


#listing-primary{
  width:33%;
  height:auto;
  position: absolute;
  top:195px;
  left:40px;
  text-decoration: none;
  font-family: 'Space Mono', monospace;
}

#listing-primary p{
  font-weight: bold;
  margin-bottom: .1rem;
}

#listing-primary div.link{
  margin:0;
  font-size: 13px;
}

#listing-primary div.link:hover{
  margin-left:10px;
}

#listing-page{
  width:60%;
  margin:0 auto 0 auto;
  height:auto;
  position: relative;
  /*top:195px;
  left:40px;*/
  text-decoration: none;
  font-family: 'Space Mono', monospace;
}

#listing-page p{
  font-weight: bold;
  margin-bottom: .1rem;
}

#listing-page div.link{
  margin:0;
  font-size: 13px;
}

#listing-page div.link:hover{
  margin-left:10px;
}




/*----*/
/*.buttonlist {
  position: relative;
  display: block;
  //width: 48px;
  //height: 48px;
  text-align: center;
  cursor: pointer;
  margin-bottom: 16px;
  user-select: none;
}

.buttonlist:before, .buttonlist:after {
  content: attr(data-text);
  position: absolute;
  top: 0px;
  width: 100%;
  clip: rect(0, 0, 0, 0);
  background: #000; //background: #fff;
  color: #fff;
}

.buttonlist:after {
  left: 2px;
  text-shadow: -1px 0 #fff;
  box-shadow: -1px 0 #fff;
}

.buttonlist:before {
  left: -2px;
  text-shadow: 2px 0 #fff;
  box-shadow: 2px 0 #fff;
}

.buttonlist:hover:after, .buttonlist.hover:after {
  animation: glitch-after 2s infinite linear alternate-reverse;
}

.buttonlist:hover:before, .buttonlist.hover:before {
  animation: glitch-before 3s infinite linear alternate-reverse;
}*/

/* ============================================================
   mathieuzurstrassen.com — Layout patch  (2026-04)
   All rules appended to main.css after existing styles.
   ============================================================ */

/* 1 · Image crop fix ---------------------------------------- */
.wrap-square {
  height: auto !important;
  aspect-ratio: 3 / 2 !important;
  position: relative !important;
}
.effect-chico {
  position: absolute !important;
  inset: 0 !important;
  width: 100% !important;
  height: 100% !important;
  background: #ffffff !important;
}
.effect-chico img {
  position: absolute !important;
  inset: 0 !important;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  object-position: center !important;
}
.effect-chico figcaption {
  position: absolute !important;
  inset: 0 !important;
  width: 100% !important;
  height: 100% !important;
}

/* 2 · Featured tile every 5th ------------------------------ */
.row.grid .col-lg-4:nth-child(5n) {
  flex: 0 0 66.6667% !important;
  max-width: 66.6667% !important;
}

/* 3 · Tighter gutters -------------------------------------- */
.clip {
  padding-right: 4px !important;
  padding-left: 4px !important;
  margin-bottom: 8px !important;
}
.row.grid {
  margin-left: -4px !important;
  margin-right: -4px !important;
}

/* 4 · Overexposed B&W → colour on hover ------------------- */
.effect-chico img {
  filter: grayscale(100%) brightness(1.8) contrast(0.85) !important;
  transition: filter 0.6s ease !important;
}
.no-touch figure.effect-chico:hover img,
figure.effect-chico:hover img {
  filter: grayscale(0%) brightness(1) contrast(1) !important;
  opacity: 1 !important;
  transform: none !important;
}
.effect-chico {
  background: #ffffff !important;
}
figure.effect-chico figcaption {
  display: flex !important;
  align-items: flex-end !important;
  padding: 0 !important;
  background: transparent !important;
}
figure.effect-chico h2 {
  width: 100% !important;
  margin: 0 !important;
  padding: 10px 14px !important;
  color: #fff !important;
  background: rgba(0, 0, 0, 0.55) !important;
  font-size: 0.65em !important;
  letter-spacing: 0.12em !important;
  opacity: 0 !important;
  transform: translateY(6px) !important;
  transition: opacity 0.35s ease, transform 0.35s ease !important;
}
.no-touch figure.effect-chico:hover h2,
figure.effect-chico:hover h2 {
  opacity: 1 !important;
  transform: translateY(0) !important;
}
figure.effect-chico p  { display: none !important; }
.effect-chico::after   { display: none !important; }

/* 5 · Reduced top margin ----------------------------------- */
.container.main-content {
  margin-top: 60px !important;
}
#listing-primary {
  top: 75px !important;
}
/* SEO bio block */
.seo-bio {
  max-width: 740px;
  margin: 60px auto 40px auto;
  padding: 0 10px;
  border-top: 1px solid #eee;
  padding-top: 20px;
}
.seo-bio p {
  font-size: 11px;
  color: #999;
  line-height: 1.7;
  text-align: left;
  font-style: normal;
}

/* ============================================================
   mathieuzurstrassen.com — New design system  (2026-04)
   Matches the redesigned layout: clean nav, article pages,
   consistent typography and footer.
   ============================================================ */

/* Design tokens */
:root {
  --mz-black:   #000000;
  --mz-white:   #ffffff;
  --mz-bg:      #f5f5f5;
  --mz-mid:     #666666;
  --mz-line:    #d0d0d0;
  --mz-font:    'Helvetica Neue', Helvetica, Arial, sans-serif;
  --mz-mono:    'Courier New', Courier, monospace;
  --mz-nav-h:   60px;
}

/* ── Kill old Bootstrap nav ─────────────────────────────── */
.container-fluid.main-nav,
.nav-primary,
.nav-mobile,
.nav-head,
.blackBlock,
.menu { display: none !important; }

/* ── New sticky nav ─────────────────────────────────────── */
.site-nav {
  position: sticky;
  top: 0;
  z-index: 200;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 1.75rem;
  height: var(--mz-nav-h);
  background: var(--mz-bg);
  border-bottom: 1px solid var(--mz-line);
  font-family: var(--mz-font);
}

.site-logo {
  text-decoration: none;
  color: var(--mz-black);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: .06em;
  text-transform: uppercase;
  line-height: 1.1;
}
.site-logo span {
  display: block;
  font-weight: 400;
  font-size: 10px;
  letter-spacing: .2em;
  color: var(--mz-mid);
}

.site-nav-links {
  display: flex;
  gap: 2rem;
}
.site-nav-links a {
  font-family: var(--mz-font);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--mz-mid);
  text-decoration: none;
}
.site-nav-links a:hover { color: var(--mz-black); }

.nav-tagline {
  background: var(--mz-black);
  color: var(--mz-bg);
  font-family: var(--mz-mono);
  font-size: 10px;
  letter-spacing: .18em;
  text-transform: lowercase;
  text-align: center;
  padding: 7px 0;
}

/* ── Article page body ──────────────────────────────────── */
body {
  font-family: var(--mz-font);
  background: var(--mz-bg);
  color: var(--mz-black);
}

/* Offset main content for new nav height */
.container.main-content {
  margin-top: 20px !important;
  max-width: 860px;
  margin-left: auto;
  margin-right: auto;
}

/* Article title */
.article-title,
h1.entry-title,
.main-content h1 {
  font-family: var(--mz-font);
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: .06em;
  text-transform: uppercase;
  margin: 2rem 0 .75rem;
}

/* Article body text */
.main-content p,
.article .texte p,
.texte p {
  font-family: var(--mz-font);
  font-size: 14px;
  line-height: 1.75;
  color: #222;
  max-width: 680px;
}

/* Article images */
.main-content img,
.texte img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 1.5rem 0;
}

/* ── New footer ─────────────────────────────────────────── */
footer.site-footer,
footer.container-fluid {
  border-top: 1px solid var(--mz-line) !important;
  background: var(--mz-bg) !important;
  padding: 2rem 1.75rem !important;
  margin-top: 4rem !important;
}

#copy {
  font-family: var(--mz-mono);
  font-size: 10px;
  letter-spacing: .12em;
  color: var(--mz-mid);
  text-align: center;
}
#copy a {
  color: var(--mz-mid);
  text-decoration: none;
  margin: 0 .4rem;
}
#copy a:hover { color: var(--mz-black); }

/* ── Static inner pages (About, Press, etc.) ────────────── */
.page-wrap {
  max-width: 740px;
  margin: 3rem auto 5rem;
  padding: 0 1.75rem;
}

.page-title {
  font-family: var(--mz-font);
  font-size: 1.1rem;
  font-weight: 700;
  letter-spacing: .06em;
  text-transform: uppercase;
  margin-bottom: 2rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid var(--mz-line);
}

.page-chapo {
  font-family: var(--mz-font);
  font-size: 15px;
  line-height: 1.75;
  color: #333;
  margin-bottom: 1.5rem;
}

.page-text {
  font-family: var(--mz-font);
  font-size: 13px;
  line-height: 1.85;
  color: #444;
}
.page-text p    { margin-bottom: 1.1em; }
.page-text h2,
.page-text h3   { font-weight: 700; letter-spacing: .05em; margin: 2em 0 .6em; }
.page-text a    { color: var(--mz-black); text-underline-offset: 3px; }
.page-text a:hover { color: var(--mz-mid); }
.page-text img  { max-width: 100%; height: auto; margin: 1.5rem 0; display: block; }

/* ── Responsive ─────────────────────────────────────────── */
@media (max-width: 860px) {
  .site-nav { padding: 0 1rem; }
  .site-nav-links { gap: 1.2rem; }
  .page-wrap { padding: 0 1rem; margin: 2rem auto 3rem; }
}

@media (max-width: 600px) {
  .site-nav-links a { font-size: 10px; letter-spacing: .06em; }
  .site-logo { font-size: 12px; }
  .nav-tagline { font-size: 9px; letter-spacing: .12em; }
  .page-wrap { padding: 0 .9rem; }
  .page-title { font-size: .95rem; }
}

@media (max-width: 400px) {
  /* On very small phones, only show first + last nav link */
  .site-nav-links a:not(:first-child):not(:last-child) { display: none; }
}
