@font-face {
  font-family:Instrument;
  src:url('../../assets/InstrumentSerif-Regular-Latin.woff2') format('woff2');
  font-weight:400;
  font-style:normal;
  font-display:swap;
}

@font-face {
  font-family:Instrument;
  src:url('../../assets/InstrumentSerif-Italic-Latin.woff2') format('woff2');
  font-weight:400;
  font-style:italic;
  font-display:swap;
}

@font-face {
  font-family:Plex;
  src:url('../../assets/IBMPlexSans-Latin.woff2') format('woff2');
  font-weight:100 900;
  font-style:normal;
  font-display:swap;
}

:root {
  --cream:#f2f0e5;
  --green:#213e32;
  --muted:#647062;
  --lime:#d9dc91;
  --ochre:#d9b776;
  --line:#213e3233;
  --band-height:44px;
}

* {
  box-sizing:border-box;
}

html {
  scroll-behavior:smooth;
  scroll-padding-top:68px;
}

body {
  margin:0;
  background:var(--cream);
  color:var(--green);
  font-family:Plex,Arial,sans-serif;
  font-size:15px;
  line-height:1.6;
}

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

button {
  font:inherit;
  color:inherit;
}

a,button {
  -webkit-tap-highlight-color:transparent;
}

button {
  cursor:pointer;
}

a:focus-visible,button:focus-visible {
  outline:3px solid #b67723;
  outline-offset:5px;
}

img {
  display:block;
  width:100%;
  height:100%;
  object-fit:cover;
}

h1,h2,h3,p,figure {
  margin:0;
}

h1,h2,h3 {
  font-family:Instrument,Georgia,serif;
  font-weight:400;
  line-height:1.02;
}

em {
  font-weight:400;
}

h2 {
  font-size:clamp(48px,5.2vw,78px);
  letter-spacing:-1.8px;
}

h3 {
  font-size:36px;
}

p {
  max-width:65ch;
}

[hidden] {
  display:none!important;
}

.skip-link {
  position:fixed;
  top:54px;
  left:20px;
  z-index:10;
  background:var(--lime);
  padding:12px 20px;
  clip-path:inset(50%);
  width:1px;
  height:1px;
  overflow:hidden;
  white-space:nowrap;
}

.skip-link:focus {
  clip-path:none;
  width:auto;
  height:auto;
  top:calc(var(--band-height) + 10px);
}

.demo-band {
  position:sticky;
  top:0;
  z-index:5;
  min-height:44px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  padding:0 3.4%;
  background:var(--green);
  color:var(--cream);
  font-size:11px;
  letter-spacing:.02em;
}

.demo-band a {
  display:flex;
  gap:16px;
  align-items:center;
  min-height:44px;
}

.demo-band>a:last-child {
  color:var(--lime);
}

.site-header {
  padding:28px 4.8%;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:30px;
  border-bottom:1px solid var(--line);
}

.brand {
  font-size:30px;
  line-height:1;
  font-weight:500;
  letter-spacing:-1.4px;
  display:inline-block;
}

.brand>span {
  display:block;
  font-size:9px;
  font-weight:400;
  letter-spacing:3.1px;
  margin-top:9px;
}

.site-header nav {
  display:flex;
  gap:38px;
  align-items:center;
  font-size:13px;
}

.site-header nav a {
  display:flex;
  align-items:center;
  min-height:44px;
}

.site-header nav a:not(.nav-contact):hover {
  color:#827039;
}

.nav-contact {
  border:1px solid var(--green);
  padding:8px 20px;
  gap:28px;
  transition:background .25s,color .25s;
}

.nav-contact:hover {
  background:var(--green);
  color:var(--cream);
}

.menu-toggle {
  display:none;
}

.hero {
  display:grid;
  grid-template-columns:47% 53%;
  position:relative;
  min-height:710px;
}

.hero-copy {
  padding:51px 10.2% 30px;
}

.eyebrow {
  font-size:11px;
  letter-spacing:1.7px;
  line-height:1.5;
  font-weight:500;
}

.hero .eyebrow {
  display:flex;
  gap:13px;
  align-items:center;
}

.tiny-sprout {
  width:25px;
  height:25px;
  flex-shrink:0;
  color:#7c8650;
}

.hero h1 {
  font-size:clamp(88px,8.7vw,132px);
  line-height:.94;
  letter-spacing:-3px;
  margin:27px 0 26px;
}

.hero h1 em {
  color:#778044;
}

.hero-description {
  font-size:15px;
  line-height:1.7;
}

.text-link {
  display:inline-flex;
  align-items:center;
  justify-content:space-between;
  gap:30px;
  padding:12px 0;
  border-bottom:1px solid currentColor;
  font-size:13px;
  min-height:44px;
}

.text-link span {
  font-size:22px;
  transition:transform .25s;
}

.text-link:hover span {
  transform:translate(3px,-3px);
}

.hero .text-link {
  margin-top:19px;
}

.hero-location {
  display:block;
  font-size:8px;
  letter-spacing:1.4px;
  margin-top:46px;
}

.hero-photo {
  position:relative;
  overflow:hidden;
  background:#4b6334;
}

.hero-photo:after {
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(180deg,#11241618 25%,#0b2115aa 100%);
}

.hero-photo>img {
  position:absolute;
  inset:0;
  object-position:38% center;
  animation:photo-entry 1.8s ease-out both;
}

.photo-label {
  position:absolute;
  left:35px;
  top:31px;
  font-size:9px;
  letter-spacing:2px;
  color:white;
  z-index:1;
}

.hero-photo>p {
  position:absolute;
  bottom:64px;
  left:12%;
  right:20px;
  z-index:1;
  font-family:Instrument,Georgia,serif;
  font-size:45px;
  line-height:1.06;
  color:var(--cream);
}

.image-note {
  position:absolute;
  right:24px;
  bottom:17px;
  z-index:1;
  font-size:9px;
  letter-spacing:.5px;
  color:#fff;
}

.roundel {
  position:absolute;
  left:calc(47% - 69px);
  bottom:48px;
  width:138px;
  height:138px;
  display:flex;
  flex-direction:column;
  justify-content:center;
  align-items:center;
  background:var(--lime);
  border-radius:50%;
  z-index:2;
  transform:rotate(-12deg);
  transition:transform .4s;
}

.roundel:hover {
  transform:rotate(0);
}

.roundel span {
  font-size:9px;
  letter-spacing:1.4px;
}

.roundel svg {
  width:55px;
  height:61px;
}

.section-pad {
  padding:100px 7%;
}

.intro {
  display:grid;
  grid-template-columns:26% 74%;
  padding-top:104px;
  padding-bottom:104px;
}

.section-marker>span {
  font-size:10px;
  letter-spacing:1.5px;
}

.botanical {
  width:120px;
  height:145px;
  margin-top:34px;
  color:#7c8650;
  display:block;
  transform:rotate(-9deg);
}

.intro h2 {
  font-size:clamp(42px,4.5vw,66px);
}

.intro-bottom {
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:45px;
  margin-top:30px;
  font-size:14px;
  color:#526050;
  max-width:790px;
}

.seasons {
  background:var(--green);
  color:var(--cream);
  padding-bottom:27px;
  position:relative;
}

.section-top {
  display:grid;
  grid-template-columns:1fr 1fr;
  align-items:end;
  gap:25px;
}

.section-top>.eyebrow {
  grid-column:1/-1;
  margin-bottom:3px;
  color:var(--lime);
}

.section-top>p:last-child {
  font-size:13px;
  padding-left:20%;
  padding-bottom:8px;
  color:#c5cdbe;
}

.seasons h2 em {
  color:var(--lime);
}

.season-selector {
  display:grid;
  grid-template-columns:repeat(4,1fr);
  margin-top:55px;
  border-bottom:1px solid #f2f0e547;
}

.season-selector button {
  background:none;
  border:0;
  border-bottom:3px solid transparent;
  color:#c7cebf;
  padding:17px 18px;
  display:flex;
  align-items:center;
  gap:12px;
  font-size:16px;
  transition:background .25s,color .25s;
}

.season-selector button>span:first-child {
  font-size:10px;
  opacity:.9;
}

.season-selector .season-symbol {
  margin-left:auto;
  font-size:24px;
}

.season-selector svg.season-symbol {
  width:23px;
  height:23px;
}

.season-selector button[aria-pressed=true] {
  color:var(--green);
  background:var(--lime);
  border-color:var(--lime);
}

.season-selector button:hover:not([aria-pressed=true]) {
  background:#ffffff0b;
  color:white;
}

.season-content {
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:10%;
  padding:51px 0 57px;
}

.season-heading {
  position:relative;
  min-height:258px;
}

.season-heading>.eyebrow {
  color:var(--lime);
}

.season-heading h3 {
  font-size:clamp(52px,5.2vw,76px);
  position:relative;
  z-index:1;
  margin-top:24px;
}

.season-number {
  font-family:Instrument,Georgia,serif;
  font-size:240px;
  position:absolute;
  right:0;
  bottom:-30px;
  color:#ffffff09;
  line-height:1;
  pointer-events:none;
}

/* The oversized numeral is decorative artwork, not informational text. */
.season-number::before { content:attr(data-number); }

.season-details>p {
  font-size:14px;
  color:#d0d6ca;
  max-width:430px;
}

.season-details ul {
  padding:0;
  margin:23px 0 14px;
  list-style:none;
}

.season-details li {
  border-top:1px solid #f2f0e52b;
  padding:12px 0;
  display:flex;
  justify-content:space-between;
  gap:16px;
  font-size:14px;
}

.season-details li:last-child {
  border-bottom:1px solid #f2f0e52b;
}

.season-details .text-link {
  color:var(--lime);
}

.season-footnote {
  display:flex;
  justify-content:space-between;
  gap:20px;
  border-top:1px solid #f2f0e530;
  padding-top:24px;
  font-size:8px;
  letter-spacing:2px;
  color:#bcc7b2;
}

.no-js-note {
  margin-bottom:30px;
}

.inspiration {
  padding-top:104px;
  padding-bottom:90px;
}

.inspiration-head {
  display:flex;
  justify-content:space-between;
  align-items:end;
  gap:36px;
}

.inspiration h2 {
  margin-top:25px;
}

.inspiration-head>p {
  font-size:13px;
  padding-bottom:6px;
}

.inspiration-head>p>span {
  display:inline-block;
  font-size:11px;
  color:var(--muted);
  margin-top:12px;
}

.photo-montage {
  display:grid;
  grid-template-columns:1.35fr 1fr;
  column-gap:7%;
  margin-top:50px;
  align-items:start;
}

.image-wrap {
  overflow:hidden;
  background:#d8dbc9;
}

.image-wrap img {
  transition:transform 1.2s cubic-bezier(.2,.6,.2,1);
}

.image-wrap:hover img {
  transform:scale(1.035);
}

.garden-figure .image-wrap {
  height:480px;
}

.garden-figure img {
  object-position:30% center;
}

.hands-figure {
  margin-top:120px;
}

.hands-figure .image-wrap {
  height:350px;
}

.hands-figure img {
  object-position:40% center;
}

.photo-montage figcaption {
  display:flex;
  flex-wrap:wrap;
  justify-content:space-between;
  gap:8px;
  font-size:9px;
  letter-spacing:1px;
  margin-top:16px;
}

.photo-montage figcaption span:last-child {
  font-family:Instrument,Georgia,serif;
  font-size:17px;
  letter-spacing:0;
  line-height:1;
}

.montage-note {
  grid-column:1/-1;
  margin-top:-5px;
  font-family:Instrument,Georgia,serif;
  font-size:33px;
  line-height:1.08;
  padding-left:8%;
  position:relative;
}

.montage-note>svg {
  width:60px;
  height:60px;
  position:absolute;
  top:-5px;
  margin-left:30px;
  color:#81834e;
}

.process {
  background:#e6dfc9;
  padding-top:80px;
  padding-bottom:85px;
  border-top:1px solid #213e3215;
}

.process h2 {
  margin-top:25px;
  font-size:clamp(44px,4.8vw,68px);
}

.process-steps {
  list-style:none;
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:6%;
  padding:0;
  margin:55px 0 0;
}

.step-number {
  border-top:1px solid #213e3266;
  display:flex;
  align-items:center;
  justify-content:space-between;
  padding:16px 0 28px;
  font-size:11px;
  letter-spacing:1px;
}

.step-number>span {
  font-size:24px;
}

.step-number>svg {
  width:24px;
  height:24px;
}

.process-steps h3 {
  font-size:34px;
  margin-bottom:16px;
}

.process-steps p {
  font-size:13px;
  color:#4f5b48;
  max-width:310px;
}

.contact {
  display:grid;
  grid-template-columns:1.65fr 1fr;
  gap:9%;
  align-items:end;
  background:var(--green);
  color:var(--cream);
  padding-top:91px;
  padding-bottom:95px;
}

.contact h2 {
  font-size:clamp(49px,5.5vw,79px);
  margin-top:27px;
}

.contact h2 em {
  color:var(--lime);
}

.contact-main>.eyebrow {
  color:#ccd1bf;
  font-size:10px;
}

.contact-button {
  display:inline-flex;
  align-items:center;
  gap:45px;
  min-height:58px;
  margin-top:38px;
  padding:13px 23px;
  background:var(--lime);
  color:var(--green);
  font-size:13px;
  transition:background .25s,transform .25s;
}

.contact-button>span {
  font-size:24px;
}

.contact-button:hover {
  background:#e9ecb1;
  transform:translateY(-3px);
}

.demo-explainer {
  font-size:13px;
  color:#ccd3c6;
}

.demo-pill {
  display:inline-block;
  padding:5px 10px;
  border:1px solid #d9dc9170;
  border-radius:30px;
  color:var(--lime);
  font-size:9px;
  letter-spacing:1.4px;
  margin-bottom:20px;
}

.demo-explainer p+p {
  margin-top:14px;
}

.demo-explainer .text-link {
  font-size:12px;
  margin-top:17px;
}

.site-footer {
  padding:40px 7% 23px;
  background:var(--green);
  color:var(--cream);
  border-top:1px solid #f2f0e530;
}

.footer-top {
  display:flex;
  align-items:center;
  gap:35px;
  justify-content:space-between;
}

.footer-top .brand {
  font-size:27px;
}

.footer-top .brand>span {
  font-size:8px;
  letter-spacing:2.8px;
}

.footer-top>p {
  font-family:Instrument,Georgia,serif;
  font-style:italic;
  font-size:25px;
  color:#c1c9ae;
}

.to-top {
  height:48px;
  width:48px;
  border:1px solid #f2f0e55c;
  border-radius:50%;
  display:grid;
  place-items:center;
  font-size:25px;
}

.footer-bottom {
  display:flex;
  justify-content:space-between;
  align-items:end;
  gap:25px;
  margin-top:39px;
  color:#b5c1b1;
  font-size:10px;
}

.footer-bottom nav {
  display:flex;
  gap:25px;
}

.footer-bottom a {
  display:inline-flex;
  min-height:44px;
  align-items:center;
}

.footer-bottom a:hover {
  text-decoration:underline;
}

.reveal.is-pending {
  opacity:0;
  transform:translateY(24px);
}

.reveal {
  transition:opacity .8s ease,transform .8s cubic-bezier(.2,.6,.2,1);
}

.hero-copy>h1 {
  animation:text-entry .9s ease both;
}

.hero-copy>.hero-description {
  animation:text-entry 1.1s ease both;
}

@keyframes text-entry {
  from {
    opacity:0;
    transform:translateY(16px);
  }
  to {
    opacity:1;
    transform:translateY(0);
  }
}

@keyframes photo-entry {
  from {
    transform:scale(1.045);
  }
  to {
    transform:scale(1);
  }
}

@keyframes season-entry {
  from {
    opacity:.5;
    transform:translateY(7px);
  }
  to {
    opacity:1;
    transform:translateY(0);
  }
}

.season-content.changing {
  animation:season-entry .35s ease;
}

@media(min-width:1600px) {
  .hero {
    min-height:780px;
  }
  .hero-copy {
    padding-top:68px;
  }
  .hero h1 {
    font-size:144px;
  }
  .hero-location {
    margin-top:60px;
  }
  .section-pad {
    padding-left:max(7%,calc((100vw - 1400px)/2));
    padding-right:max(7%,calc((100vw - 1400px)/2));
  }
}

@media(max-width:1100px) {
  .site-header nav {
    gap:21px;
  }
  .hero {
    min-height:650px;
  }
  .hero-copy {
    padding-left:10%;
    padding-right:7%;
  }
  .hero h1 {
    font-size:clamp(76px,9vw,100px);
  }
  .hero-location {
    font-size:7px;
    letter-spacing:.7px;
  }
  .hero-photo>p {
    font-size:38px;
    left:16%;
  }
  .roundel {
    width:118px;
    height:118px;
    left:calc(47% - 59px);
  }
  .hero .eyebrow {
    font-size:9px;
  }
  .section-pad {
    padding-left:6%;
    padding-right:6%;
  }
  .section-top>p:last-child {
    padding-left:5%;
  }
  .intro {
    grid-template-columns:23% 77%;
  }
  .intro-bottom {
    gap:25px;
  }
  .garden-figure .image-wrap {
    height:400px;
  }
  .hands-figure .image-wrap {
    height:300px;
  }
  .process-steps {
    gap:4%;
  }
  .process-steps h3 {
    font-size:30px;
  }
  .contact {
    gap:5%;
    grid-template-columns:1.5fr 1fr;
  }
  .contact h2 {
    font-size:64px;
  }
}

@media(max-width:760px) {
  :root {
    --band-height:76px;
  }
  html {
    scroll-padding-top:96px;
  }
  .demo-band {
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:0 12px;
    padding:6px 20px 0;
    font-size:10px;
    min-height:68px;
  }
  .demo-band>span {
    grid-column:1/-1;
    grid-row:1;
    text-align:center;
    font-size:10px;
  }
  .demo-band>a {
    min-height:44px;
  }
  .demo-band>a:last-child {
    justify-content:flex-end;
  }
  .site-header {
    padding:23px 6%;
    position:relative;
    flex-wrap:wrap;
    gap:0;
  }
  .brand {
    font-size:27px;
  }
  .brand>span {
    font-size:8px;
    letter-spacing:2.7px;
  }
  .menu-toggle {
    display:none;
    border:1px solid var(--line);
    background:transparent;
    padding:8px 12px;
    min-height:44px;
    align-items:center;
    gap:20px;
    font-size:12px;
  }
  .menu-toggle>span {
    font-size:20px;
  }
  .js-menu .menu-toggle {
    display:flex;
  }
  .site-header nav {
    width:100%;
    padding-top:20px;
    gap:6px 20px;
    flex-wrap:wrap;
    justify-content:space-between;
    font-size:12px;
  }
  .js-menu .site-header nav {
    display:none;
  }
  .js-menu .site-header nav.is-open {
    display:flex;
  }
  .site-header nav .nav-contact {
    padding:6px 10px;
    gap:12px;
  }
  .hero {
    grid-template-columns:1fr;
    min-height:0;
  }
  .hero-copy {
    padding:34px 7% 36px;
  }
  .hero .eyebrow {
    font-size:9px;
    letter-spacing:1.5px;
  }
  .hero h1 {
    font-size:clamp(82px,16vw,116px);
    line-height:.94;
    margin-top:23px;
    letter-spacing:-2px;
  }
  .hero-description {
    font-size:14px;
  }
  .hero .text-link {
    margin-top:12px;
    font-size:12px;
  }
  .hero-location {
    margin-top:27px;
    font-size:7px;
    letter-spacing:1px;
  }
  .hero-photo {
    height:390px;
  }
  .hero-photo>img {
    object-position:50% 62%;
  }
  .photo-label {
    left:7%;
    top:90px;
    font-size:8px;
  }
  .hero-photo>p {
    font-size:40px;
    left:7%;
    bottom:43px;
  }
  .image-note {
    font-size:8px;
    bottom:13px;
    right:7%;
  }
  .roundel {
    left:auto;
    right:7%;
    bottom:326px;
    width:115px;
    height:115px;
  }
  .roundel span {
    font-size:8px;
  }
  .section-pad {
    padding:65px 7%;
  }
  h2 {
    font-size:48px;
    letter-spacing:-1px;
  }
  .intro {
    grid-template-columns:1fr;
    gap:25px;
  }
  .section-marker {
    display:flex;
    align-items:center;
    justify-content:space-between;
  }
  .section-marker>span {
    font-size:9px;
  }
  .botanical {
    height:58px;
    width:55px;
    margin-top:-12px;
    margin-right:10px;
  }
  .intro h2 {
    font-size:38px;
  }
  .intro-bottom {
    grid-template-columns:1fr;
    gap:15px;
    margin-top:25px;
    font-size:13px;
  }
  .section-top {
    grid-template-columns:1fr;
    gap:18px;
  }
  .section-top>.eyebrow {
    margin-bottom:8px;
  }
  .section-top>p:last-child {
    padding-left:0;
    padding-bottom:0;
    font-size:12px;
  }
  .season-selector {
    margin-top:32px;
    grid-template-columns:1fr 1fr;
    gap:1px;
    border:1px solid #f2f0e52b;
  }
  .season-selector button {
    padding:12px;
    font-size:13px;
    gap:10px;
    min-height:53px;
  }
  .season-selector .season-symbol {
    font-size:22px;
  }
  .season-content {
    grid-template-columns:1fr;
    gap:26px;
    padding:35px 0 36px;
  }
  .season-heading {
    min-height:150px;
  }
  .season-heading h3 {
    font-size:56px;
    margin-top:16px;
  }
  .season-number {
    font-size:176px;
    right:8px;
    bottom:-13px;
  }
  .season-details>p {
    font-size:13px;
  }
  .season-details li {
    font-size:13px;
  }
  .season-footnote {
    font-size:7px;
    letter-spacing:.8px;
    gap:15px;
    padding-top:20px;
  }
  .seasons {
    padding-bottom:24px;
  }
  .inspiration-head {
    display:block;
  }
  .inspiration h2 {
    margin-top:22px;
  }
  .inspiration-head>p {
    margin-top:22px;
    font-size:12px;
  }
  .inspiration-head>p>span {
    margin-top:8px;
    font-size:10px;
  }
  .photo-montage {
    grid-template-columns:1fr;
    gap:30px;
    margin-top:30px;
  }
  .garden-figure .image-wrap {
    height:320px;
  }
  .hands-figure {
    margin-top:0;
    width:83%;
    margin-left:auto;
  }
  .hands-figure .image-wrap {
    height:265px;
  }
  .photo-montage figcaption {
    font-size:8px;
  }
  .photo-montage figcaption span:last-child {
    font-size:15px;
  }
  .montage-note {
    font-size:30px;
    padding-left:0;
    margin-top:-3px;
  }
  .montage-note>svg {
    width:46px;
    height:46px;
    top:-5px;
    margin-left:20px;
  }
  .process h2 {
    font-size:44px;
  }
  .process-steps {
    grid-template-columns:1fr;
    gap:30px;
    margin-top:35px;
  }
  .step-number {
    padding:12px 0 13px;
  }
  .process-steps h3 {
    font-size:34px;
    margin-bottom:12px;
  }
  .process-steps p {
    font-size:13px;
    max-width:none;
  }
  .contact {
    grid-template-columns:1fr;
    gap:42px;
  }
  .contact h2 {
    font-size:51px;
  }
  .contact-main>.eyebrow {
    font-size:8px;
    letter-spacing:1.2px;
  }
  .contact-button {
    gap:28px;
    font-size:12px;
    margin-top:30px;
    min-height:56px;
    padding:12px 18px;
  }
  .demo-explainer {
    padding-top:30px;
    border-top:1px solid #f2f0e530;
    font-size:12px;
  }
  .demo-pill {
    margin-bottom:16px;
  }
  .site-footer {
    padding:30px 7% 15px;
  }
  .footer-top {
    flex-wrap:wrap;
    gap:25px;
  }
  .footer-top>p {
    order:3;
    width:100%;
    font-size:25px;
  }
  .footer-bottom {
    flex-direction:column;
    align-items:flex-start;
    margin-top:25px;
    gap:10px;
    font-size:9px;
  }
  .footer-bottom nav {
    gap:25px;
  }
  .footer-top .brand {
    font-size:25px;
  }
  .to-top {
    width:44px;
    height:44px;
  }
}

@media(max-width:360px) {
  .demo-band {
    padding-left:12px;
    padding-right:12px;
  }
  .demo-band>span {
    font-size:9px;
  }
  .hero h1 {
    font-size:72px;
  }
  .hero-copy {
    padding-top:27px;
  }
  .hero-description {
    font-size:12px;
  }
  .hero-location {
    font-size:6px;
  }
  .hero-photo {
    height:350px;
  }
  .roundel {
    bottom:289px;
    width:108px;
    height:108px;
  }
  .hero-photo>p {
    font-size:35px;
  }
  .intro h2 {
    font-size:32px;
  }
  h2 {
    font-size:43px;
  }
  .process h2 {
    font-size:39px;
  }
  .contact h2 {
    font-size:45px;
  }
  .season-footnote {
    font-size:6px;
  }
  .montage-note>svg {
    width:38px;
    height:38px;
    margin-left:10px;
  }
}

@media(prefers-reduced-motion:reduce) {
  html {
    scroll-behavior:auto;
  }
  *,*::before,*::after {
    animation:none!important;
    transition:none!important;
  }
  .reveal.is-pending {
    opacity:1;
    transform:none;
  }
}
