:root {
  --forest: #203128;
  --deep: #14221b;
  --moss: #61705a;
  --mist: #e6e8e1;
  --cream: #f6f3eb;
  --sand: #d9c5a0;
  --ink: #1d2621;
  --white: #fff;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--cream);
  font-family: "DM Sans", sans-serif;
  line-height: 1.5;
}

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

.site-header {
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  padding: 24px 4.5vw;
  color: var(--white);
}

.wordmark,
.footer-brand {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.05em;
}

.site-logo {
  display: block;
  width: 88px;
  height: 88px;
  border-radius: 2px;
  object-fit: cover;
  box-shadow: 0 8px 30px rgba(7, 18, 12, 0.18);
}

.footer-logo {
  display: block;
  width: 64px;
  height: 64px;
  border-radius: 2px;
  object-fit: cover;
}

nav {
  display: flex;
  align-items: center;
  gap: 30px;
  font-size: 14px;
}

nav a:not(.nav-cta) {
  opacity: 0.82;
}

.nav-cta {
  padding: 11px 18px;
  border: 1px solid rgba(255, 255, 255, 0.55);
  border-radius: 100px;
}

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

.hero-image,
.image-panel,
.founders-image {
  background-position: center;
  background-size: cover;
}

.hero-image {
  position: absolute;
  inset: 0;
  background-image: url("/images/perthshire-reservoir.avif");
  transform: scale(1.02);
}

.hero-shade {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(7, 18, 12, 0.78), rgba(7, 18, 12, 0.13) 70%),
    linear-gradient(0deg, rgba(7, 18, 12, 0.48), transparent 45%);
}

.hero-content {
  position: relative;
  z-index: 1;
  display: flex;
  min-height: 100%;
  max-width: 820px;
  flex-direction: column;
  justify-content: center;
  padding: 130px 7vw 90px;
}

.eyebrow {
  margin: 0 0 24px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.19em;
  text-transform: uppercase;
}

.eyebrow.green {
  color: var(--moss);
}

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

h1,
h2,
.meaning-word {
  margin: 0;
  font-family: "Gloock", serif;
  font-weight: 400;
  line-height: 0.98;
}

h1 {
  max-width: 750px;
  font-size: clamp(54px, 7.2vw, 105px);
  letter-spacing: -0.035em;
}

h1 em {
  color: var(--sand);
  font-weight: 400;
}

.hero-copy {
  max-width: 500px;
  margin: 32px 0 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 18px;
}

.hero-actions {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-top: 38px;
}

.button {
  display: inline-flex;
  min-height: 54px;
  align-items: center;
  justify-content: center;
  gap: 36px;
  padding: 0 25px;
  border: 0;
  border-radius: 100px;
  cursor: pointer;
  font: 600 14px "DM Sans", sans-serif;
  transition: transform 180ms ease, background 180ms ease;
}

.button:hover {
  transform: translateY(-2px);
}

.button-light {
  color: var(--forest);
  background: var(--white);
}

.button-sand {
  color: var(--deep);
  background: var(--sand);
}

.text-link {
  display: inline-flex;
  gap: 10px;
  align-items: center;
  padding: 8px 0;
  border-bottom: 1px solid currentColor;
  font-size: 14px;
}

.light {
  color: rgba(255, 255, 255, 0.85);
}

.hero-note {
  position: absolute;
  z-index: 1;
  right: 4.5vw;
  bottom: 32px;
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 12px;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.section {
  padding: 120px 7vw;
}

.intro {
  max-width: 1500px;
  margin: 0 auto;
}

.intro-grid {
  display: grid;
  grid-template-columns: minmax(300px, 0.9fr) minmax(350px, 1.1fr);
  gap: 8vw;
}

h2 {
  font-size: clamp(46px, 5.3vw, 78px);
  letter-spacing: -0.03em;
}

.intro-copy {
  max-width: 600px;
  font-size: 20px;
}

.intro-copy p:first-child {
  margin-top: 5px;
  font-size: 28px;
  line-height: 1.35;
}

.intro-copy p:last-child {
  color: #556058;
}

.image-break {
  display: grid;
  min-height: 670px;
  grid-template-columns: 1.2fr 0.8fr;
  background: var(--forest);
}

.image-forest {
  background-image:
    linear-gradient(rgba(20, 34, 27, 0.12), rgba(20, 34, 27, 0.12)),
    url("/images/perthshire-forest.avif");
}

blockquote {
  display: flex;
  margin: 0;
  flex-direction: column;
  justify-content: center;
  padding: 9vw;
  color: var(--white);
  font-family: "Gloock", serif;
  font-size: clamp(36px, 4vw, 60px);
  line-height: 1.13;
}

.quote-mark {
  margin-bottom: 5px;
  color: var(--sand);
  font-size: 100px;
  line-height: 0.5;
}

blockquote small {
  margin-top: 32px;
  color: rgba(255, 255, 255, 0.65);
  font: 400 15px/1.5 "DM Sans", sans-serif;
}

.experience {
  display: grid;
  max-width: 1500px;
  margin: 0 auto;
  grid-template-columns: 0.75fr 1.25fr;
  gap: 8vw;
}

.experience-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-top: 1px solid #c8cbc3;
}

.experience-grid article {
  min-height: 250px;
  padding: 28px 34px 34px 0;
  border-bottom: 1px solid #c8cbc3;
}

.experience-grid article:nth-child(odd) {
  border-right: 1px solid #c8cbc3;
}

.experience-grid article:nth-child(even) {
  padding-left: 34px;
}

.number {
  color: var(--moss);
  font-size: 12px;
}

h3 {
  margin: 45px 0 12px;
  font-family: "Gloock", serif;
  font-size: 25px;
  font-weight: 400;
}

.experience-grid p {
  margin: 0;
  color: #5b655e;
  font-size: 15px;
}

.founders {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  color: var(--white);
  background: var(--deep);
}

.founders-image {
  min-height: 800px;
  background-image: url("/images/perthshire-water.avif");
}

.founders-copy {
  display: flex;
  max-width: 780px;
  flex-direction: column;
  justify-content: center;
  padding: 100px 9vw;
}

.founders-copy .lead {
  margin: 42px 0 30px;
  color: rgba(255, 255, 255, 0.85);
  font-size: 21px;
}

.bio {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  color: rgba(255, 255, 255, 0.64);
  font-size: 14px;
}

.hms-note {
  margin: 25px 0 0;
  padding-top: 25px;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  color: rgba(255, 255, 255, 0.64);
  font-size: 14px;
}

.brand-seal {
  width: 108px;
  height: 108px;
  margin-top: 28px;
  border-radius: 50%;
  object-fit: cover;
}

.meaning {
  max-width: 1350px;
  margin: 0 auto;
}

.meaning-grid {
  display: grid;
  align-items: start;
  grid-template-columns: 1fr auto 1fr;
  gap: 5vw;
}

.meaning-grid > div:not(.ampersand) {
  padding-top: 25px;
  border-top: 1px solid #b9bdb4;
}

.meaning-word {
  color: var(--forest);
  font-size: clamp(72px, 9vw, 130px);
}

.meaning-grid p {
  max-width: 340px;
  color: #59635c;
  font-size: 17px;
}

.ampersand {
  padding-top: 25px;
  color: var(--sand);
  font-family: "Gloock", serif;
  font-size: 80px;
}

.waitlist {
  padding: 120px 7vw;
  color: var(--white);
  background: var(--forest);
}

.waitlist-inner {
  display: grid;
  max-width: 1300px;
  margin: 0 auto;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 8vw;
}

.waitlist-form-wrap > p {
  max-width: 600px;
  margin: 0 0 40px;
  color: rgba(255, 255, 255, 0.7);
  font-size: 18px;
}

label > span {
  display: block;
  margin-bottom: 9px;
  color: rgba(255, 255, 255, 0.7);
  font-size: 12px;
}

input[type="email"] {
  width: 100%;
  height: 57px;
  padding: 0 18px;
  border: 1px solid rgba(255, 255, 255, 0.26);
  border-radius: 4px;
  outline: 0;
  color: var(--white);
  background: rgba(255, 255, 255, 0.04);
  font: 16px "DM Sans", sans-serif;
}

input::placeholder {
  color: rgba(255, 255, 255, 0.35);
}

input:focus {
  border-color: var(--sand);
}

.email-field {
  display: block;
}

.consent-note {
  margin: 14px 0 26px;
  color: rgba(255, 255, 255, 0.55);
  font-size: 12px;
}

.ml-form-embedSubmit {
  display: flex;
}

.ml-form-embedSubmit .button {
  min-width: 235px;
}

.ml-form-embedSubmit .loading {
  display: none;
}

.ml-form-embedSubmitLoad {
  display: block;
  width: 18px;
  height: 18px;
  border: 2px solid var(--deep);
  border-right-color: transparent;
  border-radius: 50%;
  animation: waitlist-spin 0.8s linear infinite;
}

.row-success {
  max-width: 540px;
  padding: 32px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.row-success h3 {
  margin: 0 0 12px;
  font-size: 40px;
}

.row-success > p:last-child {
  color: rgba(255, 255, 255, 0.7);
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

@keyframes waitlist-spin {
  to {
    transform: rotate(360deg);
  }
}

footer {
  display: grid;
  align-items: center;
  grid-template-columns: 1fr auto auto;
  gap: 50px;
  padding: 45px 5vw;
  color: var(--white);
  background: #0c1711;
}

.footer-brand div {
  display: flex;
  flex-direction: column;
}

.footer-brand div span {
  margin-top: 4px;
  color: rgba(255, 255, 255, 0.45);
  font-size: 11px;
  font-weight: 400;
}

.footer-links {
  display: flex;
  gap: 25px;
  font-size: 13px;
}

.footer-meta {
  text-align: right;
}

.footer-meta p {
  margin: 0;
  color: rgba(255, 255, 255, 0.4);
  font-size: 12px;
}

.footer-meta a {
  display: inline-block;
  margin-top: 6px;
  color: rgba(255, 255, 255, 0.55);
  font-size: 11px;
  transition: color 180ms ease;
}

.footer-meta a:hover {
  color: var(--sand);
}

.privacy-page {
  max-width: 760px;
  min-height: 70vh;
  margin: 0 auto;
  padding: 150px 25px 100px;
}

.privacy-page h1 {
  color: var(--forest);
  font-size: clamp(48px, 8vw, 76px);
}

.privacy-page h2 {
  margin-top: 45px;
  font-family: "DM Sans", sans-serif;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0;
}

.privacy-page p,
.privacy-page li {
  color: #505b54;
}

@media (max-width: 900px) {
  nav > a:not(.nav-cta) {
    display: none;
  }

  .intro-grid,
  .experience,
  .founders,
  .waitlist-inner {
    grid-template-columns: 1fr;
  }

  .image-break {
    grid-template-columns: 1fr;
  }

  .image-panel {
    min-height: 480px;
  }

  blockquote {
    min-height: 500px;
    padding: 70px 8vw;
  }

  .founders-image {
    min-height: 600px;
  }

  .meaning-grid {
    gap: 25px;
  }

  footer {
    grid-template-columns: 1fr;
    gap: 25px;
  }

  .footer-meta {
    text-align: left;
  }
}

@media (max-width: 600px) {
  .site-header {
    padding: 18px 20px;
  }

  .site-logo {
    width: 68px;
    height: 68px;
  }

  .hero {
    min-height: 720px;
  }

  .hero-content {
    padding: 115px 22px 110px;
  }

  h1 {
    font-size: 53px;
  }

  .hero-actions {
    align-items: flex-start;
    flex-direction: column;
    gap: 16px;
  }

  .hero-note {
    right: auto;
    left: 22px;
  }

  .section,
  .waitlist {
    padding: 80px 22px;
  }

  .intro-grid {
    gap: 35px;
  }

  .intro-copy p:first-child {
    font-size: 23px;
  }

  .image-panel {
    min-height: 370px;
  }

  .experience {
    gap: 55px;
  }

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

  .experience-grid article,
  .experience-grid article:nth-child(even) {
    min-height: auto;
    padding: 28px 0;
    border-right: 0;
  }

  .experience-grid h3 {
    margin-top: 28px;
  }

  .founders-image {
    min-height: 450px;
  }

  .founders-copy {
    padding: 80px 22px;
  }

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

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

  .ampersand {
    padding: 0;
    font-size: 55px;
    line-height: 0.7;
  }

  .meaning-word {
    font-size: 85px;
  }

  .waitlist-inner {
    gap: 55px;
  }

  .button-sand {
    width: 100%;
    justify-content: space-between;
  }

  .footer-links {
    align-items: flex-start;
    flex-direction: column;
    gap: 12px;
  }
}

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

  .button {
    transition: none;
  }
}
