:root {
  --ink: #1b1a17;
  --gold: #d9993f;
  --white: #ffffff;
  --paper: #f2f3f0;
  --mist: #dce4e4;
  --line: #bfc2bd;
  --muted: #666862;
  --page-padding: 36px;
  --content-width: 1440px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  background: var(--white);
  color: var(--ink);
  font-family: Arial, Helvetica, sans-serif;
  margin: 0;
}

body.nav-open {
  overflow: hidden;
}

img,
video {
  display: block;
  max-width: 100%;
}

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

button,
a,
p,
h1,
h2,
h3 {
  letter-spacing: 0;
}

button {
  font: inherit;
}

::selection {
  background: var(--gold);
  color: var(--ink);
}

.skip-link {
  background: var(--white);
  color: var(--ink);
  left: 12px;
  padding: 10px 14px;
  position: fixed;
  top: -60px;
  z-index: 200;
}

.skip-link:focus {
  top: 12px;
}

.announcement {
  align-items: center;
  background: var(--gold);
  color: var(--ink);
  display: flex;
  font-size: 12px;
  height: 36px;
  justify-content: center;
  padding: 0 20px;
  position: relative;
  text-align: center;
  z-index: 80;
}

.announcement a {
  border-bottom: 1px solid transparent;
}

.announcement a:hover {
  border-bottom-color: currentColor;
}

.site-header {
  color: var(--white);
  left: 0;
  position: absolute;
  right: 0;
  top: 36px;
  transition: background-color 180ms ease, color 180ms ease, border-color 180ms ease;
  z-index: 70;
}

.site-header.is-scrolled,
.site-header.is-menu-open {
  background: var(--white);
  border-bottom: 1px solid var(--line);
  color: var(--ink);
  position: fixed;
  top: 0;
}

#our-story,
#collection,
#point-of-view,
#contact {
  scroll-margin-top: 90px;
}

#our-story {
  scroll-margin-top: 79px;
}

.site-header__inner {
  align-items: center;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  height: 78px;
  margin: 0 auto;
  max-width: var(--content-width);
  padding: 0 var(--page-padding);
}

.desktop-nav {
  align-items: center;
  display: flex;
  gap: 28px;
}

.desktop-nav--right {
  justify-content: flex-end;
}

.desktop-nav a,
.mobile-bag {
  font-size: 12px;
  text-transform: uppercase;
}

.desktop-nav a {
  border-bottom: 1px solid transparent;
  padding: 5px 0;
}

.desktop-nav a:hover,
.desktop-nav a:focus-visible {
  border-bottom-color: currentColor;
}

.wordmark {
  color: var(--gold);
  font-family: "Iowan Old Style", Baskerville, "Times New Roman", serif;
  font-size: 30px;
  font-weight: 300;
  line-height: 1;
  padding: 8px 24px;
}

.site-header.is-scrolled .wordmark,
.site-header.is-menu-open .wordmark {
  color: var(--ink);
}

.menu-toggle,
.mobile-bag {
  display: none;
}

.mobile-menu {
  background: var(--white);
  color: var(--ink);
  inset: 70px 0 0;
  padding: 38px 24px;
  position: fixed;
  z-index: 65;
}

.mobile-menu[hidden] {
  display: none;
}

.mobile-menu a {
  border-bottom: 1px solid var(--line);
  display: block;
  font-family: "Iowan Old Style", Baskerville, "Times New Roman", serif;
  font-size: 30px;
  padding: 15px 0;
}

.hero {
  color: var(--white);
  height: min(760px, calc(100svh - 84px));
  min-height: 560px;
  overflow: hidden;
  position: relative;
}

.hero__video {
  height: 100%;
  inset: 0;
  object-fit: cover;
  object-position: center 48%;
  position: absolute;
  width: 100%;
}

.hero__veil {
  background: rgba(10, 15, 18, 0.32);
  inset: 0;
  position: absolute;
}

.hero__content {
  bottom: 72px;
  left: max(var(--page-padding), calc((100vw - var(--content-width)) / 2 + var(--page-padding)));
  max-width: 760px;
  position: absolute;
  z-index: 2;
}

.eyebrow {
  font-size: 12px;
  line-height: 1.4;
  margin: 0 0 18px;
  text-transform: uppercase;
}

.eyebrow--light {
  color: var(--white);
}

.eyebrow--gold {
  color: var(--gold);
}

.hero h1 {
  color: var(--gold);
  font-family: "Iowan Old Style", Baskerville, "Times New Roman", serif;
  font-size: 84px;
  font-weight: 300;
  line-height: 0.96;
  margin: 0 0 12px;
}

.hero__slogan {
  font-family: "Iowan Old Style", Baskerville, "Times New Roman", serif;
  font-size: 28px;
  line-height: 1.25;
  margin: 0;
}

.hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 28px;
  margin-top: 34px;
}

.text-link {
  align-items: center;
  border-bottom: 1px solid currentColor;
  display: inline-flex;
  font-size: 12px;
  line-height: 1.2;
  padding-bottom: 5px;
  text-transform: uppercase;
}

.text-link:hover,
.text-link:focus-visible {
  color: var(--gold);
}

.text-link--light {
  color: var(--white);
}

.text-link--gold {
  color: var(--gold);
}

.video-control {
  align-items: center;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 50%;
  bottom: 34px;
  color: var(--white);
  cursor: pointer;
  display: flex;
  height: 42px;
  justify-content: center;
  position: absolute;
  right: var(--page-padding);
  width: 42px;
  z-index: 3;
}

.video-control:hover,
.video-control:focus-visible {
  background: var(--white);
  color: var(--ink);
}

.section-shell {
  margin: 0 auto;
  max-width: var(--content-width);
  padding-left: var(--page-padding);
  padding-right: var(--page-padding);
}

.opening {
  padding-bottom: 116px;
  padding-top: 108px;
}

.opening__grid {
  border-top: 1px solid var(--line);
  display: grid;
  gap: 56px;
  grid-template-columns: 1.25fr 0.75fr;
  padding-top: 22px;
}

.opening h2,
.section-heading h2,
.color-story h2,
.closing-note h2 {
  font-family: "Iowan Old Style", Baskerville, "Times New Roman", serif;
  font-weight: 300;
  letter-spacing: 0;
}

.opening h2 {
  font-size: 62px;
  line-height: 1.04;
  margin: 0;
  max-width: 820px;
}

.opening__copy {
  align-self: end;
  max-width: 520px;
}

.opening__copy p {
  font-family: "Iowan Old Style", Baskerville, "Times New Roman", serif;
  font-size: 24px;
  line-height: 1.42;
  margin: 0 0 30px;
}

.featured {
  padding-bottom: 128px;
}

.section-heading {
  align-items: end;
  border-top: 1px solid var(--line);
  display: flex;
  justify-content: space-between;
  margin-bottom: 38px;
  padding-top: 18px;
}

.section-heading h2 {
  font-size: 46px;
  line-height: 1.05;
  margin: 0;
}

.section-heading__note {
  color: var(--muted);
  font-family: "Iowan Old Style", Baskerville, "Times New Roman", serif;
  font-size: 20px;
  line-height: 1.35;
  margin: 0;
  max-width: 390px;
}

.product-grid {
  display: grid;
  gap: 54px 12px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  list-style: none;
  margin: 0;
  padding: 0;
}

.product-tile__image {
  aspect-ratio: 1;
  background: var(--paper);
  display: block;
  overflow: hidden;
}

.product-tile__image img {
  height: 100%;
  mix-blend-mode: multiply;
  object-fit: cover;
  transition: opacity 180ms ease, transform 300ms ease;
  width: 100%;
}

.product-tile__image:hover img {
  opacity: 0.84;
  transform: scale(1.015);
}

.product-tile__details {
  align-items: baseline;
  display: flex;
  gap: 14px;
  justify-content: space-between;
  padding-top: 15px;
}

.product-tile h3 {
  font-family: "Iowan Old Style", Baskerville, "Times New Roman", serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 1.2;
  margin: 0;
}

.product-tile__details p {
  font-size: 11px;
  margin: 0;
  text-transform: uppercase;
  white-space: nowrap;
}

.color-story {
  background: var(--ink);
  color: var(--white);
  display: grid;
  gap: 6vw;
  grid-template-columns: minmax(300px, 0.78fr) minmax(600px, 1.5fr);
  padding: 94px max(var(--page-padding), calc((100vw - var(--content-width)) / 2 + var(--page-padding)));
}

.color-story__copy {
  align-self: center;
  max-width: 540px;
}

.color-story h2 {
  color: var(--gold);
  font-size: 56px;
  line-height: 1.02;
  margin: 0 0 28px;
}

.color-story__copy > p:not(.eyebrow) {
  font-family: "Iowan Old Style", Baskerville, "Times New Roman", serif;
  font-size: 21px;
  line-height: 1.5;
  margin: 0 0 34px;
}

.color-story__gallery {
  display: grid;
  gap: 12px;
  grid-template-columns: 1.15fr 0.85fr;
  grid-template-rows: repeat(2, minmax(0, 1fr));
}

.color-story__image {
  min-height: 260px;
  overflow: hidden;
  position: relative;
}

.color-story__image--tall {
  grid-row: 1 / span 2;
}

.color-story__image img {
  height: 100%;
  object-fit: cover;
  transition: opacity 180ms ease;
  width: 100%;
}

.color-story__image:hover img {
  opacity: 0.82;
}

.color-story__image span {
  background: var(--ink);
  bottom: 0;
  color: var(--gold);
  font-size: 11px;
  left: 0;
  padding: 9px 12px;
  position: absolute;
  text-transform: uppercase;
}

.quiet-collection {
  padding-bottom: 128px;
  padding-top: 120px;
}

.quiet-grid {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.quiet-piece {
  background: var(--paper);
  min-width: 0;
  overflow: hidden;
}

.quiet-piece img {
  aspect-ratio: 1;
  mix-blend-mode: multiply;
  object-fit: cover;
  transition: opacity 180ms ease;
  width: 100%;
}

.quiet-piece:hover img {
  opacity: 0.82;
}

.quiet-piece span {
  align-items: baseline;
  background: var(--white);
  display: flex;
  gap: 12px;
  justify-content: space-between;
  padding: 16px 0 0;
}

.quiet-piece strong {
  font-family: "Iowan Old Style", Baskerville, "Times New Roman", serif;
  font-size: 20px;
  font-weight: 300;
}

.quiet-piece em {
  color: var(--muted);
  font-size: 11px;
  font-style: normal;
  text-transform: uppercase;
}

.closing-note {
  background: var(--mist);
  padding: 116px var(--page-padding);
}

.closing-note__inner {
  margin: 0 auto;
  max-width: 940px;
  text-align: center;
}

.closing-note h2 {
  font-size: 54px;
  line-height: 1.08;
  margin: 0 auto 36px;
}

.contact-section {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
}

.contact-section__intro,
.contact-section__form-wrap {
  padding: 96px clamp(36px, 6vw, 104px);
}

.contact-section__intro {
  background: var(--gold);
  color: var(--ink);
}

.contact-section__intro h2 {
  font-size: 54px;
  line-height: 1.05;
  margin: 0 0 30px;
  max-width: 620px;
}

.contact-section__intro > p:not(.eyebrow) {
  font-family: "Iowan Old Style", Baskerville, "Times New Roman", serif;
  font-size: 21px;
  line-height: 1.5;
  margin: 0 0 34px;
  max-width: 570px;
}

.contact-section__email {
  border-bottom: 1px solid currentColor;
  display: inline-block;
  font-size: 12px;
  padding-bottom: 7px;
  text-transform: uppercase;
}

.contact-section__form-wrap {
  background: var(--ink);
  color: var(--white);
}

.contact-form {
  display: grid;
  gap: 28px;
  margin: 0 auto;
  max-width: 720px;
}

.contact-form__row {
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.contact-form label {
  display: grid;
  gap: 10px;
}

.contact-form label > span {
  color: var(--gold);
  font-size: 11px;
  text-transform: uppercase;
}

.contact-form label em {
  color: rgba(255, 255, 255, 0.56);
  font-style: normal;
  margin-left: 6px;
}

.contact-form input,
.contact-form textarea {
  appearance: none;
  background: transparent;
  border: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.48);
  border-radius: 0;
  color: var(--white);
  font: inherit;
  font-size: 16px;
  letter-spacing: 0;
  outline: 0;
  padding: 9px 0 13px;
  width: 100%;
}

.contact-form textarea {
  min-height: 132px;
  resize: vertical;
}

.contact-form input:focus-visible,
.contact-form textarea:focus-visible {
  border-bottom-color: var(--gold);
  box-shadow: 0 2px 0 var(--gold);
}

.contact-form button {
  align-items: center;
  align-self: start;
  background: var(--gold);
  border: 1px solid var(--gold);
  border-radius: 0;
  color: var(--ink);
  cursor: pointer;
  display: inline-flex;
  font-size: 12px;
  height: 52px;
  justify-content: center;
  padding: 0 34px;
  text-transform: uppercase;
  transition: background-color 180ms ease, color 180ms ease;
  width: max-content;
}

.contact-form button:hover,
.contact-form button:focus-visible {
  background: var(--white);
  border-color: var(--white);
}

.contact-form button:disabled {
  cursor: wait;
  opacity: 0.68;
}

.contact-form__status {
  color: var(--gold);
  font-family: "Iowan Old Style", Baskerville, "Times New Roman", serif;
  font-size: 17px;
  line-height: 1.4;
  margin: -8px 0 0;
  min-height: 24px;
}

.contact-form__status.is-error {
  color: #f2b8ae;
}

.contact-form__honeypot {
  left: -10000px;
  position: absolute;
  top: auto;
}

.site-footer {
  background: var(--ink);
  color: var(--gold);
  display: grid;
  gap: 56px;
  grid-template-columns: 1.5fr 1fr;
  padding: 78px max(var(--page-padding), calc((100vw - var(--content-width)) / 2 + var(--page-padding))) 28px;
}

.site-footer__brand {
  align-items: center;
  display: flex;
  gap: 36px;
}

.site-footer__brand img {
  height: 142px;
  object-fit: contain;
  width: 142px;
}

.site-footer__name {
  font-family: "Iowan Old Style", Baskerville, "Times New Roman", serif;
  font-size: 50px;
  margin: 0 0 12px;
}

.site-footer__slogan {
  font-family: "Iowan Old Style", Baskerville, "Times New Roman", serif;
  font-size: 21px;
  line-height: 1.3;
  margin: 0;
}

.site-footer__links {
  display: grid;
  gap: 32px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.site-footer__links div {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.site-footer__links p,
.site-footer__links a,
.site-footer__copyright {
  font-size: 11px;
  text-transform: uppercase;
}

.site-footer__links p {
  color: var(--white);
  margin: 0 0 9px;
}

.site-footer__links a:hover {
  color: var(--white);
}

.site-footer__copyright {
  border-top: 1px solid rgba(217, 153, 63, 0.4);
  grid-column: 1 / -1;
  margin: 18px 0 0;
  padding-top: 22px;
}

.reveal {
  opacity: 1;
  transform: none;
}

.reveal-enabled .reveal {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 420ms ease, transform 420ms ease;
}

.reveal-enabled .reveal.is-visible {
  opacity: 1;
  transform: none;
}

@media (max-width: 1080px) {
  :root {
    --page-padding: 24px;
  }

  .desktop-nav {
    gap: 18px;
  }

  .product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .color-story {
    gap: 54px;
    grid-template-columns: 1fr;
  }

  .color-story__copy {
    max-width: 760px;
  }

  .contact-section__intro,
  .contact-section__form-wrap {
    padding: 76px 40px;
  }

  .contact-section__intro h2 {
    font-size: 46px;
  }

  .site-footer {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 760px) {
  :root {
    --page-padding: 18px;
  }

  .announcement {
    font-size: 11px;
    height: 34px;
  }

  .site-header {
    top: 34px;
  }

  #our-story {
    scroll-margin-top: 71px;
  }

  .site-header__inner {
    height: 70px;
    padding: 0 var(--page-padding);
  }

  .desktop-nav {
    display: none;
  }

  .menu-toggle,
  .mobile-bag {
    display: flex;
  }

  .menu-toggle {
    background: transparent;
    border: 0;
    flex-direction: column;
    gap: 6px;
    height: 40px;
    justify-content: center;
    padding: 0;
    width: 32px;
  }

  .menu-toggle span {
    background: currentColor;
    display: block;
    height: 1px;
    transition: transform 180ms ease;
    width: 24px;
  }

  .site-header.is-menu-open .menu-toggle span:first-child {
    transform: translateY(3.5px) rotate(45deg);
  }

  .site-header.is-menu-open .menu-toggle span:last-child {
    transform: translateY(-3.5px) rotate(-45deg);
  }

  .mobile-bag {
    justify-self: end;
  }

  .wordmark {
    font-size: 27px;
    padding: 8px;
  }

  .hero {
    height: calc(100svh - 86px);
    max-height: 720px;
    min-height: 540px;
  }

  .hero__content {
    bottom: 58px;
    left: var(--page-padding);
    right: var(--page-padding);
  }

  .hero h1 {
    font-size: 57px;
  }

  .hero__slogan {
    font-size: 23px;
  }

  .hero__actions {
    gap: 20px;
    margin-top: 28px;
  }

  .video-control {
    bottom: 18px;
    height: 38px;
    right: var(--page-padding);
    width: 38px;
  }

  .opening {
    padding-bottom: 80px;
    padding-top: 78px;
  }

  .opening__grid {
    gap: 32px;
    grid-template-columns: 1fr;
  }

  .opening h2 {
    font-size: 43px;
  }

  .opening__copy p {
    font-size: 21px;
  }

  .featured {
    padding-bottom: 86px;
  }

  .section-heading {
    align-items: flex-start;
    flex-direction: column;
    gap: 24px;
  }

  .section-heading h2 {
    font-size: 37px;
  }

  .product-grid {
    gap: 46px 8px;
  }

  .product-tile__details {
    align-items: flex-start;
    flex-direction: column;
    gap: 6px;
    padding-top: 12px;
  }

  .product-tile h3 {
    font-size: 18px;
  }

  .color-story {
    gap: 44px;
    padding-bottom: 70px;
    padding-top: 72px;
  }

  .color-story h2 {
    font-size: 43px;
  }

  .color-story__gallery {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: auto;
  }

  .color-story__image,
  .color-story__image--tall {
    aspect-ratio: 1;
    grid-row: auto;
    min-height: 0;
  }

  .quiet-collection {
    padding-bottom: 86px;
    padding-top: 82px;
  }

  .quiet-grid {
    grid-template-columns: 1fr;
  }

  .quiet-piece span {
    padding-bottom: 28px;
  }

  .closing-note {
    padding: 82px var(--page-padding);
  }

  .closing-note h2 {
    font-size: 39px;
  }

  .contact-section {
    grid-template-columns: 1fr;
  }

  .contact-section__intro,
  .contact-section__form-wrap {
    padding: 68px var(--page-padding);
  }

  .contact-section__intro h2 {
    font-size: 41px;
  }

  .contact-section__intro > p:not(.eyebrow) {
    font-size: 20px;
  }

  .contact-form__row {
    grid-template-columns: 1fr;
  }

  .contact-form button {
    width: 100%;
  }

  .site-footer {
    gap: 48px;
    padding-top: 58px;
  }

  .site-footer__brand {
    align-items: flex-start;
    flex-direction: column;
    gap: 22px;
  }

  .site-footer__brand img {
    height: 108px;
    width: 108px;
  }

  .site-footer__name {
    font-size: 42px;
  }

  .site-footer__links {
    gap: 26px 18px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .reveal {
    opacity: 1;
    transform: none;
    transition: none;
  }

  .product-tile__image img,
  .quiet-piece img,
  .color-story__image img {
    transition: none;
  }
}
