@font-face { font-family: "Bricolage Grotesque"; src: url("assets/fonts/bricolage-grotesque-latin.woff2") format("woff2"); font-style: normal; font-weight: 200 800; font-display: swap; }
@font-face { font-family: "Archivo"; src: url("assets/fonts/archivo-latin.woff2") format("woff2"); font-style: normal; font-weight: 400 600; font-display: swap; }
@font-face { font-family: "Fraunces"; src: url("assets/fonts/fraunces-latin.woff2") format("woff2"); font-style: normal; font-weight: 400 500; font-display: swap; }
@font-face { font-family: "Fraunces"; src: url("assets/fonts/fraunces-italic-latin.woff2") format("woff2"); font-style: italic; font-weight: 400; font-display: swap; }

:root {
  --paper: #f1ece4;
  --light: #fbf7ef;
  --ink: #10100f;
  --muted: #6b665e;
  --line: #d1c8bc;
  --terracotta: #c94635;
  --plum: #4c315f;
  --olive: #817d48;
  --sand: #e8dfd2;
  --yellow: #d1b46a;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: "Archivo", sans-serif; }
img { display: block; width: 100%; }
a { color: inherit; text-decoration: none; }
p, h1, h2, figure, blockquote { margin: 0; }
.eyebrow, .site-header, .hero-index, .four-flows li span, blockquote span, .status > p, footer { font-family: "Archivo", sans-serif; }
.eyebrow { font-size: 11px; line-height: 1.3; letter-spacing: .08em; text-transform: uppercase; }
h1, .section-mark h2, .atlas-heading h2, .discovery-copy h2, .custody h2, .essentials h2, .status h2 { font-family: "Bricolage Grotesque", sans-serif; }

.site-header {
  position: relative;
  z-index: 20;
  height: 84px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  padding: 0 28px;
  border-bottom: 3px solid var(--ink);
  background: var(--paper);
  font-size: 10px;
  letter-spacing: .06em;
}
.site-header p { text-align: right; }
.parent-brand { justify-self: start; font: 800 27px/1 "Bricolage Grotesque", sans-serif; letter-spacing: -.055em; }
.vini-brand { font: 500 23px/1 "Archivo", sans-serif; letter-spacing: .28em; margin-right: -.28em; }

.hero {
  min-height: 790px;
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(340px, .75fr);
  position: relative;
  border-bottom: 1px solid var(--ink);
  overflow: hidden;
}
.hero-copy { padding: 72px 40px 68px 28px; display: flex; flex-direction: column; justify-content: space-between; }
.hero h1 { max-width: 930px; font-size: clamp(76px, 9.7vw, 156px); line-height: .82; letter-spacing: -.075em; font-weight: 760; }
.intro { max-width: 560px; margin: 42px 0 0 auto; font: 23px/1.35 "Fraunces", Georgia, serif; }
.store-buttons { max-width: 560px; margin: 36px 0 0 auto; display: flex; gap: 10px; }
.store-badge { min-width: 184px; min-height: 58px; padding: 9px 15px; display: flex; align-items: center; gap: 11px; text-align: left; border: 1px solid var(--ink); border-radius: 9px; background: var(--ink); color: var(--light); opacity: .72; cursor: not-allowed; }
.store-badge > span { display: grid; gap: 3px; }
.store-badge small { font: 500 7px/1 "Archivo", sans-serif; letter-spacing: .1em; }
.store-badge strong { font: 500 18px/1 "Archivo", sans-serif; letter-spacing: -.03em; }
.store-icon { width: 25px; flex: 0 0 25px; display: block; position: relative; font-style: normal; }
.apple-icon { font: 29px/1 -apple-system, BlinkMacSystemFont, sans-serif; text-align: center; }
.play-icon { height: 27px; overflow: hidden; }
.play-icon::before { content: ""; position: absolute; inset: 2px 2px 2px 4px; background: conic-gradient(from 90deg at 30% 50%, #34a853 0 25%, #fbbc04 0 50%, #ea4335 0 75%, #4285f4 0); clip-path: polygon(0 0, 100% 50%, 0 100%); }
.hero-art { min-height: 790px; position: relative; border-left: 1px solid var(--ink); overflow: hidden; background: #611e25; }
.hero-art img { height: 100%; object-fit: cover; }
.hero-art figcaption { position: absolute; left: 0; right: 0; bottom: 0; padding: 12px 14px; background: var(--ink); color: var(--light); font: 500 10px/1.2 "Archivo", sans-serif; letter-spacing: .06em; }
.hero-index { position: absolute; right: calc(min(340px, 37.5vw) + 18px); bottom: 22px; font-size: 10px; line-height: 1.4; }

.four-flows { display: grid; grid-template-columns: .8fr 1.2fr; min-height: 670px; border-bottom: 1px solid var(--ink); }
.section-mark { padding: 58px 28px; background: var(--terracotta); border-right: 1px solid var(--ink); }
.section-mark > p { font: 500 10px/1 "Archivo", sans-serif; letter-spacing: .07em; }
.section-mark h2 { margin-top: 22vh; font-size: clamp(66px, 7vw, 116px); line-height: .82; letter-spacing: -.07em; }
.four-flows ol { list-style: none; padding: 0; margin: 0; display: grid; grid-template-columns: 1fr 1fr; }
.four-flows li { min-height: 335px; display: grid; grid-template-columns: 44px 1fr; align-content: start; gap: 4px 14px; padding: 36px; border-bottom: 1px solid var(--ink); }
.four-flows li:nth-child(odd) { border-right: 1px solid var(--ink); }
.four-flows li:nth-last-child(-n+2) { border-bottom: 0; }
.four-flows li span { grid-row: 1 / 3; font-size: 10px; }
.four-flows li strong { font-size: clamp(38px, 4vw, 64px); line-height: .85; letter-spacing: -.055em; font-weight: 700; }
.four-flows li p { grid-column: 2; max-width: 320px; margin-top: 75px; font: 18px/1.4 "Fraunces", Georgia, serif; }

.atlas-showcase { padding: 72px 28px 0; background: var(--ink); color: var(--light); border-bottom: 1px solid var(--light); }
.atlas-heading { display: grid; grid-template-columns: .5fr 1.5fr .8fr; gap: 34px; align-items: end; }
.atlas-heading h2 { max-width: 820px; font-size: clamp(54px, 6.6vw, 105px); line-height: .86; letter-spacing: -.066em; }
.atlas-heading > p:last-child { font: 18px/1.45 "Fraunces", Georgia, serif; }
.atlas-grid { margin: 88px -28px 0; display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid #4a4946; }
.atlas-grid article { min-width: 0; padding: 0 24px 40px; border-right: 1px solid #4a4946; }
.atlas-grid article:last-child { border-right: 0; }
.atlas-grid img, .catalog-card { width: calc(100% + 48px); height: 430px; margin: 0 -24px 28px; object-fit: cover; border-bottom: 1px solid #4a4946; }
.atlas-grid article > span { font-size: 9px; letter-spacing: .12em; color: #aaa59b; }
.atlas-grid h3 { max-width: 360px; margin: 64px 0 14px; font: 400 clamp(29px, 3vw, 48px)/1 "Fraunces", Georgia, serif; }
.atlas-grid article > p { max-width: 360px; margin: 0; color: #c9c4ba; font: 15px/1.55 "Archivo", sans-serif; }
.catalog-card { padding: 34px; display: flex; flex-direction: column; justify-content: space-between; background: var(--paper); color: var(--ink); }
.catalog-card span { font-size: 9px; letter-spacing: .14em; }
.catalog-card strong { font: 400 clamp(66px, 8vw, 126px)/.8 "Fraunces", Georgia, serif; letter-spacing: -.07em; }
.catalog-card p { max-width: 240px; font: italic 19px/1.2 "Fraunces", Georgia, serif; }

.discoveries { min-height: 820px; display: grid; grid-template-columns: 1fr 1fr; background: var(--sand); border-bottom: 1px solid var(--ink); }
.discoveries figure { overflow: hidden; border-right: 1px solid var(--ink); }
.discoveries img { height: 100%; object-fit: cover; }
.discovery-copy { padding: 64px 44px; display: flex; flex-direction: column; }
.discovery-copy h2 { max-width: 660px; margin-top: 18px; font-size: clamp(62px, 7.2vw, 116px); line-height: .83; letter-spacing: -.07em; }
.discovery-copy > p:not(.eyebrow,.small) { max-width: 540px; margin: 38px 0 0 auto; font: 20px/1.4 "Fraunces", Georgia, serif; }
blockquote { margin-top: auto; padding: 24px 0; border-top: 3px solid var(--ink); border-bottom: 1px solid var(--ink); font: 31px/1.13 "Fraunces", Georgia, serif; }
blockquote span { display: block; margin-bottom: 22px; font-size: 9px; letter-spacing: .08em; }
.small { max-width: 530px; margin: 22px 0 0 auto; font: 10px/1.55 "Archivo", sans-serif; }

.custody { min-height: 740px; display: grid; grid-template-columns: 1.15fr .85fr; background: var(--plum); color: var(--light); border-bottom: 1px solid var(--ink); }
.custody > div { padding: 64px 28px; }
.custody > div:first-child { border-right: 1px solid rgba(255,255,255,.35); }
.custody h2 { max-width: 820px; margin-top: 18vh; font-size: clamp(66px, 8vw, 130px); line-height: .82; letter-spacing: -.075em; }
.custody-copy { display: flex; flex-direction: column; }
.custody-copy > p:first-child { max-width: 520px; font: 25px/1.35 "Fraunces", Georgia, serif; }
.custody ul { list-style: none; padding: 0; margin: auto 0 30px; border-top: 1px solid rgba(255,255,255,.45); }
.custody li { display: grid; grid-template-columns: 42px 1fr; padding: 16px 0; border-bottom: 1px solid rgba(255,255,255,.45); font-size: 18px; }
.custody li span { font: 9px/1.8 "Archivo", sans-serif; }

.essentials { padding: 68px 28px 0; background: var(--paper); border-bottom: 1px solid var(--ink); }
.essentials-heading { display: grid; grid-template-columns: .55fr 1.45fr; gap: 32px; align-items: start; }
.essentials h2 { max-width: 960px; font-size: clamp(58px, 7vw, 112px); line-height: .84; letter-spacing: -.07em; }
.accordion { margin: 82px -28px 0; border-top: 3px solid var(--ink); }
.accordion details { border-bottom: 1px solid var(--ink); }
.accordion summary { min-height: 118px; padding: 24px 88px 24px 28px; display: flex; align-items: center; position: relative; list-style: none; font: 500 clamp(30px, 3.1vw, 50px)/1 "Fraunces", Georgia, serif; cursor: pointer; }
.accordion summary::-webkit-details-marker { display: none; }
.accordion summary::after { content: "+"; width: 48px; height: 48px; position: absolute; right: 28px; top: 50%; display: grid; place-items: center; border: 1px solid var(--ink); border-radius: 50%; font: 400 30px/1 "Archivo", sans-serif; transform: translateY(-50%); transition: transform .2s ease, background .2s ease, color .2s ease; }
.accordion summary:hover::after, .accordion summary:focus-visible::after { background: var(--ink); color: var(--light); }
.accordion summary:focus-visible { outline: 3px solid var(--ink); outline-offset: -3px; }
.accordion details[open] summary::after { transform: translateY(-50%) rotate(45deg); }
.accordion details > p { max-width: 660px; margin: 0 28px 0 auto; padding: 0 0 42px; font: 17px/1.55 "Archivo", sans-serif; }
.share-box { margin: 0 -28px; padding: 36px 28px; display: grid; grid-template-columns: 1fr auto; gap: 28px; align-items: center; background: var(--yellow); }
.share-box > p:first-child { max-width: 690px; font-size: 11px; line-height: 1.45; letter-spacing: .06em; }
.share-box button { min-height: 52px; padding: 0 24px; border: 3px solid var(--ink); border-radius: 0; background: transparent; color: var(--ink); font: 600 11px/1 "Archivo", sans-serif; letter-spacing: .06em; cursor: pointer; }
.share-box button:hover, .share-box button:focus-visible { background: var(--ink); color: var(--light); }
.share-box nav { grid-column: 1 / -1; display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.share-box nav a { padding-top: 10px; border-top: 1px solid var(--ink); font-size: 9px; letter-spacing: .06em; }
.share-status { grid-column: 1 / -1; min-height: 1.3em; font-size: 10px; }

.status { min-height: 640px; padding: 58px 28px; background: var(--terracotta); display: flex; flex-direction: column; }
.status > p { font-size: 10px; letter-spacing: .08em; }
.status h2 { max-width: 1180px; margin-top: 13vh; font-size: clamp(70px, 10vw, 160px); line-height: .8; letter-spacing: -.075em; }
.store-buttons-dark { margin: 38px 0 0; }
.store-buttons-dark .store-badge { background: var(--ink); color: var(--light); }
.status-links { margin-top: auto; display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.status-links a { padding-top: 12px; border-top: 3px solid var(--ink); font: 500 10px/1.2 "Archivo", sans-serif; }

footer { min-height: 96px; padding: 26px 28px; display: grid; grid-template-columns: 1fr 1fr 1fr; align-items: end; gap: 20px; background: var(--paper); font-size: 9px; letter-spacing: .06em; }
footer p:nth-child(2) { text-align: center; }
footer a { text-align: right; }

@media (max-width: 900px) {
  .hero { grid-template-columns: 1fr 38%; }
  .hero-copy { padding-left: 20px; }
  .intro { font-size: 19px; }
  .four-flows { grid-template-columns: 1fr; }
  .section-mark { min-height: 520px; border-right: 0; border-bottom: 1px solid var(--ink); }
  .atlas-heading { grid-template-columns: 1fr; }
  .atlas-grid { grid-template-columns: 1fr 1fr; }
  .atlas-grid article:last-child { grid-column: 1 / -1; border-top: 1px solid #4a4946; }
  .discoveries { grid-template-columns: .8fr 1.2fr; }
  .custody { grid-template-columns: 1fr; }
  .custody > div:first-child { min-height: 600px; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.35); }
}

@media (max-width: 620px) {
  .site-header { height: 72px; grid-template-columns: 1fr auto; padding: 0 16px; }
  .site-header .vini-brand { justify-self: end; }
  .site-header p { display: none; }
  .hero { min-height: 0; grid-template-columns: 1fr; }
  .hero-copy { min-height: 660px; padding: 32px 16px 44px; }
  .hero h1 { font-size: clamp(70px, 22.4vw, 96px); }
  .intro { max-width: 84%; margin-left: auto; font-size: 18px; }
  .hero-art { min-height: 560px; border-left: 0; border-top: 1px solid var(--ink); }
  .hero-index { display: none; }
  .section-mark { min-height: 480px; padding: 34px 16px; }
  .section-mark h2 { margin-top: 25vh; font-size: 68px; }
  .four-flows ol { grid-template-columns: 1fr; }
  .four-flows li { min-height: 270px; padding: 26px 16px; border-right: 0 !important; border-bottom: 1px solid var(--ink) !important; }
  .four-flows li:last-child { border-bottom: 0 !important; }
  .four-flows li strong { font-size: 48px; }
  .four-flows li p { margin-top: 42px; font-size: 17px; }
  .store-buttons { width: 100%; flex-direction: column; }
  .store-badge { width: 100%; }
  .atlas-showcase { padding: 50px 16px 0; }
  .atlas-heading h2 { font-size: 58px; }
  .atlas-heading > p:last-child { max-width: 86%; margin-left: auto; }
  .atlas-grid { margin: 60px -16px 0; grid-template-columns: 1fr; }
  .atlas-grid article, .atlas-grid article:last-child { grid-column: auto; border-right: 0; border-bottom: 1px solid #4a4946; }
  .atlas-grid article:last-child { border-bottom: 0; }
  .atlas-grid img, .catalog-card { height: 410px; }
  .discoveries { grid-template-columns: 1fr; }
  .discoveries figure { height: 520px; border-right: 0; border-bottom: 1px solid var(--ink); }
  .discovery-copy { min-height: 720px; padding: 42px 16px; }
  .discovery-copy h2 { font-size: 62px; }
  blockquote { font-size: 26px; }
  .custody > div { padding: 42px 16px; }
  .custody > div:first-child { min-height: 540px; }
  .custody h2 { margin-top: 18vh; font-size: 70px; }
  .custody-copy { min-height: 650px; }
  .custody-copy > p:first-child { font-size: 22px; }
  .essentials { padding: 50px 16px 0; }
  .essentials-heading { grid-template-columns: 1fr; }
  .essentials h2 { font-size: 62px; }
  .accordion { margin: 56px -16px 0; }
  .accordion summary { min-height: 96px; padding: 22px 70px 22px 16px; font-size: 30px; }
  .accordion summary::after { width: 40px; height: 40px; right: 16px; font-size: 25px; }
  .accordion details > p { max-width: none; margin: 0; padding: 0 16px 34px; font-size: 15px; }
  .share-box { margin: 0 -16px; padding: 30px 16px; grid-template-columns: 1fr; }
  .share-box button { width: 100%; }
  .share-box nav { grid-template-columns: 1fr 1fr; }
  .status { min-height: 720px; padding: 42px 16px; }
  .status h2 { font-size: 70px; }
  .status-links { grid-template-columns: 1fr; gap: 22px; }
  footer { grid-template-columns: 1fr; gap: 16px; }
  footer p:nth-child(2), footer a { text-align: left; }
}

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