:root {
  /* EDIT COLORS */
  --ink: #111111;
  --black: #101010;
  --paper: #f7f2e9;
  --white: #fffdf8;
  --muted: #746f68;
  --line: #d8d0c5;
  --orange: #f26a2e;
  --cyan: #29b6d0;
  --shell: 1280px;
  --wide: 1500px;
  --pad: clamp(22px, 4vw, 60px);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.52;
  -webkit-font-smoothing: antialiased;
}
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
a:hover { opacity: .62; }
.shell { width: min(var(--shell), calc(100% - (2 * var(--pad)))); margin-inline: auto; }
.shell-wide { width: min(var(--wide), calc(100% - (2 * var(--pad)))); margin-inline: auto; }
.skip-link { position: absolute; left: -9999px; top: 0; z-index: 99; padding: 10px 14px; background: #fff; color: #111; }
.skip-link:focus { left: 10px; top: 10px; }

.site-header {
  position: absolute;
  z-index: 30;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  min-height: 112px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.brand img { width: 185px; height: auto; }
.desktop-nav { display: flex; gap: 30px; align-items: center; font-size: 11px; letter-spacing: .10em; text-transform: uppercase; color: #fff; }
.mobile-nav { display: none; position: relative; color: #fff; }
.mobile-nav summary { width: 34px; height: 26px; display: grid; align-content: space-between; cursor: pointer; list-style: none; }
.mobile-nav summary::-webkit-details-marker { display: none; }
.mobile-nav summary span { height: 2px; background: currentColor; width: 100%; }
.mobile-nav nav { position: absolute; right: 0; top: 42px; min-width: 270px; background: var(--white); color: var(--ink); border: 1px solid var(--line); padding: 18px; box-shadow: 0 18px 44px rgba(0,0,0,.14); }
.mobile-nav nav a { display: block; padding: 10px 0; }

.hero {
  min-height: 100vh;
  background: linear-gradient(90deg, var(--paper) 0 50%, var(--black) 50% 100%);
  overflow: hidden;
  position: relative;
}
.hero-grid {
  position: relative;
  min-height: 100vh;
  padding-top: 112px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr auto;
}
.hero-left-top, .hero-right-top {
  position: absolute;
  top: clamp(145px, 15vh, 190px);
  z-index: 5;
  font-family: "Courier New", Courier, monospace;
  font-size: 11px;
  line-height: 1.45;
  letter-spacing: .15em;
  font-weight: 700;
}
.hero-left-top { left: 0; color: var(--ink); }
.hero-right-top { right: 0; color: #e6e1da; width: min(290px, 35vw); }
.accent { display: block; margin-top: 16px; width: 42px; height: 2px; }
.accent.orange { background: var(--orange); }
.accent.cyan { background: var(--cyan); }

.hero-portrait {
  position: absolute;
  z-index: 3;
  left: 50%;
  bottom: -3%;
  transform: translateX(-50%);
  width: min(64vw, 960px);
  margin: 0;
  pointer-events: none;
}
.hero-portrait img { width: 100%; height: auto; }

.hero-left-bottom, .hero-right-bottom { z-index: 6; align-self: end; padding-bottom: clamp(56px, 6vw, 92px); }
.hero-left-bottom { grid-column: 1; padding-right: 22%; }
.hero-right-bottom { grid-column: 2; justify-self: end; padding-left: 28%; width: 100%; color: #f5f0e8; }
h1 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(58px, 6.3vw, 104px);
  line-height: .83;
  letter-spacing: -.055em;
  font-weight: 700;
}
h1 span { color: var(--orange); }
.hero-subline { margin: 30px 0 0; font-family: "Courier New", Courier, monospace; font-size: 17px; letter-spacing: .05em; }
.other-side { margin: 0; font-family: "Courier New", Courier, monospace; font-size: clamp(30px, 3vw, 48px); line-height: 1.14; }
.other-side span { color: #e79a56; }
.small-copy { margin: 34px 0 0; max-width: 340px; font-family: "Courier New", Courier, monospace; color: #aaa49e; font-size: 13px; line-height: 1.6; }
.instagram-inline { display: inline-block; margin-top: 38px; font-family: "Courier New", Courier, monospace; font-size: 13px; border-bottom: 1px solid #777; padding-bottom: 5px; }

.section { padding-block: clamp(88px, 10vw, 145px); }
.section-label { margin: 0 0 28px; font-family: "Courier New", Courier, monospace; font-size: 11px; letter-spacing: .20em; font-weight: 700; color: var(--muted); }
.section-label.light { color: #aaa39a; }
h2 { margin: 0; font-size: clamp(43px, 5.5vw, 76px); line-height: 1.02; letter-spacing: -.045em; font-weight: 500; }

.split-section { background: linear-gradient(90deg, var(--paper) 0 50%, var(--black) 50% 100%); }
.split-grid { display: grid; grid-template-columns: 1fr 1fr; }
.pad-block { padding-block: clamp(90px, 10vw, 150px); }
.split-light { padding-right: clamp(34px, 7vw, 110px); }
.split-dark { color: #f3eee7; padding-left: clamp(34px, 7vw, 110px); }
.large-copy { font-family: "Courier New", Courier, monospace; font-size: clamp(18px, 2vw, 26px); line-height: 1.55; max-width: 600px; }
.large-copy p { margin-top: 0; margin-bottom: 28px; }

.exnovation { display: grid; grid-template-columns: minmax(0, .85fr) minmax(0, 1.15fr); gap: clamp(50px, 9vw, 135px); align-items: center; border-bottom: 1px solid var(--line); }
.media-column img { width: 100%; aspect-ratio: 4 / 5; object-fit: cover; }
.image-caption { margin: 12px 0 0; font-family: "Courier New", Courier, monospace; font-size: 11px; color: var(--muted); }
.content-column { max-width: 670px; }
.content-column > p:not(.section-label) { font-size: 18px; color: #36322e; }
.content-column blockquote { margin: 44px 0 0; padding: 26px 0; border-top: 1px solid var(--ink); border-bottom: 1px solid var(--ink); font-family: "Courier New", Courier, monospace; font-size: 16px; line-height: 1.6; }

.other-copy-block {
  padding-right: clamp(34px, 7vw, 110px);
  color: var(--ink);
}
.image-panel {
  min-height: 0;
  overflow: hidden;
  padding: clamp(42px, 6vw, 88px) 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--black);
}
.image-panel img {
  width: 100%;
  height: auto;
  min-height: 0;
  max-height: 560px;
  object-fit: contain;
  filter: saturate(.94) contrast(1.01);
}
.pairs { display: grid; gap: 22px; max-width: 600px; }
.pairs div { display: grid; grid-template-columns: 1fr 34px 1fr; align-items: center; font-family: "Courier New", Courier, monospace; font-size: clamp(22px, 2.3vw, 32px); color: var(--ink); }
.pairs span:last-child { text-align: left; }
.pairs i { font-style: normal; color: var(--orange); text-align: center; }
.other-end { margin: 42px 0 0; display: inline-block; border: 1px solid var(--ink); padding: 12px 16px; color: var(--ink); font-family: "Courier New", Courier, monospace; font-size: 13px; }

.visual-notes { border-bottom: 1px solid var(--line); }
.visual-head { display: flex; align-items: end; justify-content: space-between; gap: 40px; }
.visual-head h2 { max-width: 850px; }
.visual-head > a { font-family: "Courier New", Courier, monospace; white-space: nowrap; border-bottom: 1px solid var(--ink); padding-bottom: 5px; }
.visual-intro { max-width: 680px; margin: 28px 0 58px; color: var(--muted); }
.gallery { display: grid; grid-template-columns: 1.2fr .8fr; grid-auto-rows: 280px; gap: 18px; }
.gallery-item { margin: 0; position: relative; overflow: hidden; background: #ddd7cf; }
.gallery-item a { display: block; width: 100%; height: 100%; }
.gallery-item img { width: 100%; height: 100%; object-fit: cover; transition: transform .25s ease; }
.gallery-item:hover img { transform: scale(1.012); }
.gallery-large { grid-row: span 2; }
.gallery-wide { grid-column: 1 / -1; height: 380px; }
.gallery-item figcaption { position: absolute; left: 0; bottom: 0; background: rgba(247,242,233,.94); padding: 10px 12px; font-family: "Courier New", Courier, monospace; font-size: 11px; }
.instagram-band { margin-top: 70px; background: var(--black); color: #fff; padding: 34px 38px; display: flex; align-items: end; justify-content: space-between; gap: 40px; }
.instagram-band p { margin: 0; max-width: 620px; font-size: 22px; }
.instagram-band a { white-space: nowrap; font-family: "Courier New", Courier, monospace; border-bottom: 1px solid #fff; padding-bottom: 5px; }

.about { display: grid; grid-template-columns: 190px minmax(0, 1fr); gap: 48px; }
.about-grid { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(300px, .68fr); gap: clamp(42px, 8vw, 110px); }
.about-grid > div { font-size: 17px; color: #34302d; }
.about-grid p { margin-top: 0; margin-bottom: 22px; }
.text-link { display: inline-block; border-bottom: 1px solid var(--ink); padding-bottom: 4px; }

.site-footer { min-height: 190px; display: grid; grid-template-columns: 1fr auto 1fr; gap: 30px; align-items: center; }
.footer-brand { font-family: "Courier New", Courier, monospace; font-size: 24px; font-weight: 700; }
.site-footer > p { font-family: "Courier New", Courier, monospace; font-size: 10px; letter-spacing: .16em; }
.site-footer > div { justify-self: end; display: flex; gap: 22px; font-size: 12px; }

/* Another Side: keep the full landscape image visible without black letterboxing. */
.another { background: var(--paper); }
.another .split-grid { align-items: center; }
.another .image-panel {
  background: var(--paper);
  padding: 0;
  align-self: center;
}
.another .image-panel img {
  width: 100%;
  height: auto;
  max-height: none;
  object-fit: contain;
  background: var(--paper);
}

/* Align both words towards the centre dash. */
.pairs span:first-child { text-align: right; }
.pairs span:last-child { text-align: left; }

@media (max-width: 1020px) {
  .desktop-nav { display: none; }
  .mobile-nav { display: block; }
  .brand img { width: 165px; }
  .hero-portrait { width: min(72vw, 840px); }
  .hero-left-bottom { padding-right: 14%; }
  .hero-right-bottom { padding-left: 18%; }
  .exnovation { grid-template-columns: .9fr 1.1fr; }
  .about { grid-template-columns: 1fr; gap: 28px; }
}

@media (max-width: 720px) {
  :root { --pad: 20px; }
  .site-header { min-height: 86px; }
  .brand img { width: 152px; }
  .hero { min-height: 1120px; background: linear-gradient(90deg, var(--paper) 0 50%, var(--black) 50% 100%); }
  .hero-grid { min-height: 1120px; padding-top: 86px; display: block; }
  .hero-left-top, .hero-right-top { top: 136px; width: 42%; font-size: 9.5px; }
  .hero-left-top { left: 0; }
  .hero-right-top { right: 0; }
  .hero-portrait { width: 112vw; max-width: 610px; bottom: 205px; }
  .hero-left-bottom, .hero-right-bottom { position: absolute; bottom: 44px; padding: 0; width: 48%; }
  .hero-left-bottom { left: 0; }
  .hero-right-bottom { right: 0; padding-left: 22px; }
  h1 { font-size: clamp(46px, 13.4vw, 64px); line-height: .86; }
  .hero-subline { margin-top: 20px; font-size: 13px; }
  .other-side { font-size: clamp(24px, 7vw, 31px); }
  .small-copy { display: none; }
  .instagram-inline { margin-top: 28px; font-size: 11px; }
  .section { padding-block: 70px; }
  .split-section { background: none; }
  .split-grid { grid-template-columns: 1fr; width: 100%; }
  .split-light, .split-dark { padding-inline: var(--pad); }
  .split-light { background: var(--paper); }
  .split-dark { background: var(--black); }
  .another .split-dark { background: var(--paper); }
  h2 { font-size: clamp(40px, 11vw, 56px); }
  .large-copy { font-size: 18px; }
  .exnovation { grid-template-columns: 1fr; gap: 44px; }
  .media-column img { aspect-ratio: 4 / 3; }
  .reverse-mobile .split-dark { order: 2; }
  .reverse-mobile .split-light { order: 1; }
  .image-panel { min-height: 0; padding: 34px 0; }
  .another .image-panel { padding: 0; background: var(--paper); }
  .image-panel img { min-height: 0; max-height: none; width: 100%; height: auto; object-fit: contain; }
  .pairs div { font-size: 22px; }
  .visual-head { display: block; }
  .visual-head > a { display: inline-block; margin-top: 26px; }
  .gallery { grid-template-columns: 1fr; grid-auto-rows: auto; }
  .gallery-item, .gallery-large, .gallery-wide { grid-column: auto; grid-row: auto; height: auto; }
  .gallery-item img { aspect-ratio: 4 / 3; }
  .gallery-large img { aspect-ratio: 4 / 5; }
  .instagram-band { flex-direction: column; align-items: flex-start; padding: 28px 24px; }
  .about-grid { grid-template-columns: 1fr; gap: 34px; }
  .site-footer { grid-template-columns: 1fr; min-height: 0; padding-block: 44px; }
  .site-footer > div { justify-self: start; flex-wrap: wrap; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .gallery-item img { transition: none; }
}


/* Watercolour Instagram icon links */
.instagram-icon-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0 !important;
  padding: 0 !important;
  line-height: 0;
  opacity: 1;
  transition: transform .2s ease, opacity .2s ease;
}
.instagram-icon-link:hover { opacity: .88; transform: scale(1.045); }
.instagram-icon-link img { display: block; width: 100%; height: auto; }
.instagram-icon-hero { margin-top: 30px; width: 70px; }
.instagram-icon-section { margin-bottom: -5px; width: 66px; flex: 0 0 auto; }
.instagram-icon-band { width: 72px; flex: 0 0 auto; }
.instagram-icon-footer { width: 42px; }

@media (max-width: 720px) {
  .instagram-icon-hero { margin-top: 22px; width: 56px; }
  .instagram-icon-section { margin-top: 22px; width: 58px; }
  .instagram-icon-band { width: 64px; }
  .instagram-icon-footer { width: 38px; }
}

.instagram-icon-nav { width: 31px; }
.instagram-icon-nav-mobile { width: 44px; margin: 6px 0 8px; }

/* =========================================================
   ENDMOBILE — refined phone layout for the hero only.
   Desktop/tablet rules above remain unchanged.
   ========================================================= */
@media (max-width: 720px) {
  html, body { overflow-x: hidden; }

  .hero {
    min-height: 0;
    background: var(--paper);
    overflow: visible;
  }

  .hero-grid {
    width: 100%;
    min-height: 0;
    padding-top: 86px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto auto auto;
    background: linear-gradient(90deg, var(--paper) 0 50%, var(--black) 50% 100%);
  }

  .hero-left-top,
  .hero-right-top {
    position: static;
    top: auto;
    width: auto;
    min-height: 126px;
    padding-top: 42px;
    padding-bottom: 14px;
    font-size: 9.5px;
    line-height: 1.42;
    align-self: stretch;
  }

  .hero-left-top {
    grid-column: 1;
    padding-left: var(--pad);
    padding-right: 10px;
    color: var(--ink);
  }

  .hero-right-top {
    grid-column: 2;
    padding-left: 22px;
    padding-right: var(--pad);
    color: #e6e1da;
  }

  .hero-left-top p,
  .hero-right-top p { margin: 0; }

  .hero-portrait {
    position: relative;
    grid-column: 1 / -1;
    left: auto;
    bottom: auto;
    transform: none;
    width: 100%;
    max-width: none;
    margin: 0;
    background: linear-gradient(90deg, var(--paper) 0 50%, var(--black) 50% 100%);
    overflow: hidden;
  }

  .hero-portrait img {
    width: 100%;
    height: auto;
    margin: 0 auto;
  }

  .hero-left-bottom,
  .hero-right-bottom {
    position: static;
    bottom: auto;
    width: 100%;
    padding: 0;
    align-self: auto;
  }

  .hero-left-bottom {
    grid-column: 1 / -1;
    background: var(--paper);
    color: var(--ink);
    padding: 30px var(--pad) 34px;
  }

  .hero-left-bottom h1 {
    max-width: 100%;
    font-size: clamp(48px, 14vw, 64px);
    line-height: .88;
    letter-spacing: -.055em;
    overflow-wrap: normal;
    word-break: keep-all;
  }

  .hero-subline {
    margin-top: 22px;
    font-size: 13px;
    line-height: 1.55;
  }

  .hero-right-bottom {
    grid-column: 1 / -1;
    justify-self: stretch;
    background: var(--black);
    color: #f5f0e8;
    padding: 32px var(--pad) 38px;
  }

  .other-side {
    margin: 0;
    font-size: clamp(28px, 8.5vw, 38px);
    line-height: 1.14;
  }

  .small-copy {
    display: block;
    margin-top: 22px;
    max-width: 330px;
    font-size: 12px;
    line-height: 1.55;
  }

  /* The next section follows immediately; no artificial hero whitespace. */
  .approach { margin-top: 0; }
}
