@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600&family=Playfair+Display:ital,wght@0,500;0,600;1,500;1,600&display=swap');

:root {
	--ink: #14231d;
	--paper: #f4f0e8;
	--cream: #fbf8f1;
	--gold: #d7a949;
	--rust: #a94f3f;
	--sage: #647d65;
	--serif: 'Playfair Display', Georgia, serif;
	--sans: 'DM Sans', Arial, sans-serif;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
	margin: 0;
	color: var(--ink);
	background: var(--paper);
	font-family: var(--sans);
}

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

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

.site-header {
	top: 0;
	width: 100%;
	display: flex;
	align-items: top;
	justify-content: space-between;
	padding: 28px 5vw;
	color: var(--cream);
	background: url('../img/header.jpg') center center / 100% auto no-repeat; background-size: cover; 
	height: 282px;
}

.brand { display: flex; align-items: flex-start; gap: 11px; text-transform: uppercase; }
.brand__mark { color: var(--gold); font-size: 23px; line-height: 1; }
.brand__name { font-size: 11px; font-weight: 600; letter-spacing: .14em; line-height: 1.15; }
.site-nav { display: flex; align-items: flex-start; gap: 34px; font-size: 12px; font-weight: 500; letter-spacing: .03em; }
.site-nav__cta { padding: 11px 15px; border: 1px solid rgba(251, 248, 241, .7); }
.site-nav__cta span { margin-left: 7px; color: var(--gold); }

.hero { position: relative; min-height: 600px; height: 100vh; overflow: hidden; color: var(--cream); }
.hero__image { position: absolute; inset: 0; background: url('../img/header.jpg') center top / 100% auto no-repeat, linear-gradient(var(--ink), var(--ink)); }
.hero__veil { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(10, 21, 17, .78) 0%, rgba(10, 21, 17, .38) 42%, rgba(10, 21, 17, .08) 100%), linear-gradient(0deg, rgba(10, 21, 17, .5), transparent 35%); }
.hero__content { position: relative; z-index: 1; width: min(560px, 90%); padding-top: 185px; margin-left: 12vw; animation: rise .8s ease-out both; }
.eyebrow, .section-label, .story-card__type {  font-size: 1em; font-weight: 500; letter-spacing: .14em; }
.eyebrow { color: var(--gold); margin: 0 0 22px; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-family: var(--sans); font-weight: 500; }
h1 { margin-bottom: 22px; font-size: clamp(48px, 6vw, 82px); line-height: .98; letter-spacing: 0; }
h1 em { color: var(--gold); font-weight: 500; }
.hero__intro { width: 390px; max-width: 100%; color: rgba(251, 248, 241, .84); font-size: 15px; line-height: 1.65; }
.signup-form { display: flex; flex-direction: column; align-items: center; width: min(450px, 100%); margin: 0 auto; }
.signup-form input { width: 100%; min-width: 0; border: 0; border-bottom: 1px solid rgba(20, 35, 29, .45); padding: 15px 0; outline: 0; color: var(--ink); background: transparent; font: inherit; text-align: center; }
.signup-form input::placeholder { color: rgba(153, 117, 34, 0.62); }
.signup-form input:focus { border-bottom: 2px solid var(--gold); }
.signup-form button { margin-top: 18px; border: 0; padding: 13px 17px; color: var(--ink); background: var(--gold); cursor: pointer; font: 600 12px var(--sans); white-space: nowrap; }
.signup-form button span { margin-left: 10px; font-size: 17px; }
.hero__youtube { display: inline-flex; align-items: center; gap: 12px; margin-top: 24px; padding: 13px 17px; color: var(--ink); background: var(--gold); font-size: 11px; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; }
.hero__youtube span { color: var(--ink); font-size: 17px; }
.form-note { color: rgba(251, 248, 241, .55); font-size: 10px; letter-spacing: .02em; }
.form-note--error { color: #ffcf8a; }
.manifesto .form-note { color: #5d665c; }
.manifesto .form-note--error { color: var(--rust); }
.hero__scroll { position: absolute; z-index: 1; right: 5vw; bottom: 32px; display: flex; align-items: center; gap: 12px; color: rgba(251, 248, 241, .7); text-transform: uppercase; font-size: 9px; letter-spacing: .18em; writing-mode: vertical-rl; }
.hero__scroll span { width: 1px; height: 45px; background: var(--gold); }

.manifesto, .explore { padding: 40px 12vw; }
.manifesto { text-align: center; }
.section-label { display: flex; gap: 16px; color: var(--rust); }
.section-label span { color: var(--gold); }
.manifesto__copy { display: flex; flex-direction: column; align-items: center; gap: 28px; margin-top: 45px; }
h2 { margin-bottom: 0; font-size: clamp(42px, 5vw, 70px); line-height: 1.03; }
.manifesto__copy > div { width: min(450px, 100%); }
.manifesto__copy p { margin-bottom: 28px; color: #5d665c; font-size: 15px; line-height: 1.8; }
.text-link { font-size: 11px; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; }
.text-link span { margin-left: 9px; color: var(--rust); font-size: 16px; }

.explore { background: var(--cream); text-align: center; }
.explore-link { display: flex; align-items: center; gap: 15px; margin-top: 30px; justify-content: center; flex-wrap: wrap; }
.explore-link a img { height: 94px; width: 94px;   filter: grayscale(100%); transition: filter 0.3s ease; }
.explore-link a img:hover { filter: grayscale(0%); }
.section-heading { display: flex; flex-direction: column; align-items: center; gap: 30px; margin-bottom: 48px; }
.section-heading h2 { width: auto; }
.explore .section-label {display: flex; flex-direction: column; justify-content: center; }
.explore .section-label p { max-width: 650px; line-height: 1.8; }
.story-grid { display: flex; flex-direction: column; align-items: center; gap: 15px; }
.story-card { width: min(520px, 100%); min-height: 300px; display: flex; flex-direction: column; align-items: center; padding: 25px 27px; }
.story-card--gold { background: var(--gold); }
.story-card--ink { color: var(--cream); background: var(--ink); }
.story-card--rose { color: var(--cream); background: var(--rust); }
.story-card__number { font-family: var(--sans); font-size: 24px; }
.story-card__type { margin: 43px 0 13px; opacity: .7; }
.story-card h3 { max-width: 380px; margin-bottom: auto; font-size: 25px; line-height: 1.15; }
.story-card a { margin-top: 30px; font-size: 11px; font-weight: 600; text-transform: uppercase; letter-spacing: .08em; }
.story-card a span { margin-left: 8px; font-size: 16px; }
.site-footer { display: flex; justify-content: space-between; padding: 25px 5vw; color: var(--cream); background: var(--ink); text-transform: uppercase; font-size: 9px; letter-spacing: .15em; }
.site-footer span { margin-left: 14px; color: var(--gold); }

:where(.sib-form-message-panel) {
    display: none;
  }

  :where(.sib-form-message-panel .sib-notification__icon) {
    width: 20px;
    height: 20px;
  }


  #sib-container input:-ms-input-placeholder {
    text-align: left;
    color: #c0ccda;
  }

  #sib-container input::placeholder {
    text-align: left;
    color: #c0ccda;
  }

  #sib-container textarea::placeholder {
    text-align: left;
    color: #c0ccda;
  }


  #sib-container a {
    text-decoration: underline;
    color: #2BB2FC;
  }

@keyframes rise { from { opacity: 0; transform: translateY(18px); } to { opacity: 1; transform: translateY(0); } }
