@import url("./design-system/coast-terra/tokens.css");
@import url("./styles/measurement.css");

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--paper); }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--body); font-size: 16px; line-height: 1.5; }
button, input { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; text-decoration: none; }
button { color: inherit; }
img { display: block; max-width: 100%; }
::selection { color: var(--paper); background: var(--ocean); }
.skip-link { position: fixed; z-index: 100; top: 12px; left: 12px; padding: 12px 16px; transform: translateY(-160%); color: var(--paper); background: var(--ink); transition: transform .2s var(--ease); }
.skip-link:focus { transform: translateY(0); }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }

.announcement { min-height: 39px; padding: 8px 3vw; display: flex; align-items: center; justify-content: space-between; gap: 20px; color: var(--paper); background: var(--ink); font-size: 11px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; }
.announcement p { display: flex; align-items: center; gap: 10px; margin: 0; }
.announcement p span { color: var(--sand); }
.announcement i, .quote-band i { width: 4px; height: 4px; display: inline-block; background: var(--signal); border-radius: 50%; }
.announcement a { white-space: nowrap; color: var(--sand); }
.announcement a span { display: inline-block; margin-left: 4px; transition: transform .25s var(--ease); }
.announcement a:hover span { transform: translate(3px, -3px); }

.site-header { position: relative; z-index: 20; height: 89px; padding: 0 3vw; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; border-bottom: 1px solid var(--line); background: var(--paper); }
.wordmark { display: flex; align-items: baseline; gap: 5px; font-family: var(--display); font-size: clamp(21px, 2.15vw, 34px); font-weight: 900; letter-spacing: -.07em; line-height: .8; }
.wordmark b { font-size: .72em; font-weight: 500; color: var(--signal); }
.desktop-nav { display: flex; align-items: center; gap: clamp(16px, 2vw, 32px); font-size: 11px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; }
.desktop-nav a { position: relative; padding: 10px 0; }
.desktop-nav a::after { content: ""; position: absolute; right: 0; bottom: 5px; left: 0; height: 1px; background: currentColor; transform: scaleX(0); transform-origin: right; transition: transform .25s var(--ease); }
.desktop-nav a:hover::after { transform: scaleX(1); transform-origin: left; }
.nav-right { justify-content: flex-end; padding-right: 45px; }
.icon-button { width: 44px; height: 44px; border: 0; display: inline-grid; place-items: center; cursor: pointer; color: inherit; background: transparent; }
.icon-button svg { width: 21px; height: 21px; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.5; }
.menu-button { display: none; }
.round-link { width: 44px; height: 44px; display: grid; place-items: center; position: absolute; right: 3vw; top: 23px; color: var(--paper); background: var(--signal); border-radius: 50%; font-size: 8px; font-weight: 800; letter-spacing: .05em; transition: transform .25s var(--ease), background .25s var(--ease); }
.round-link span { display: none; }.round-link svg { width: 19px; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.7; }.round-link:hover { transform: rotate(-12deg) scale(1.08); background: var(--ocean); }
.mobile-menu { display: none; }

.section-tag { margin: 0; font-size: 11px; font-weight: 700; letter-spacing: .1em; line-height: 1.25; text-transform: uppercase; }
.section-tag::before { content: ""; width: 18px; height: 1px; display: inline-block; margin: 0 8px 3px 0; background: currentColor; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-family: var(--display); }
h1, h2 { letter-spacing: -.075em; line-height: .83; font-weight: 900; }
h1 em, h2 em { font-family: var(--display); font-weight: 400; font-style: normal; color: var(--signal); }
.button { min-height: 50px; padding: 14px 18px; border: 1px solid transparent; display: inline-flex; align-items: center; justify-content: space-between; gap: 28px; cursor: pointer; font-size: 11px; font-weight: 800; letter-spacing: .075em; line-height: 1.1; text-transform: uppercase; transition: transform .25s var(--ease), background .25s var(--ease), color .25s var(--ease), border-color .25s var(--ease); }
.button:hover { transform: translateY(-3px); }
.button:focus-visible, button:focus-visible, a:focus-visible, input:focus-visible { outline: 3px solid var(--signal); outline-offset: 3px; }
.button-light { color: var(--ink); background: var(--paper); }
.button-dark { width: 100%; color: var(--paper); background: var(--ink); }
.button-dark:hover { background: var(--ocean); }
.button-signal { color: var(--paper); background: var(--signal); }
.text-link { padding-bottom: 5px; display: inline-flex; align-items: center; gap: 9px; border-bottom: 1px solid currentColor; font-size: 11px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.text-link span { transition: transform .25s var(--ease); }.text-link:hover span { transform: translate(3px, -3px); }

.hero { min-height: min(760px, calc(100svh - 128px)); position: relative; overflow: hidden; display: grid; grid-template-columns: minmax(330px, .92fr) 1.08fr; color: var(--paper); background: var(--ocean); isolation: isolate; }
.hero-image { width: 100%; height: 100%; position: absolute; z-index: -3; inset: 0; object-fit: cover; object-position: center; animation: image-in 1.2s var(--ease) both; }.hero-wash { position: absolute; z-index: -2; inset: 0; background: linear-gradient(90deg, rgba(8,36,47,.97) 0%, rgba(8,36,47,.8) 35%, rgba(8,36,47,.23) 65%, rgba(8,36,47,.08) 100%); }.hero::after { content: ""; position: absolute; z-index: -1; width: 74%; height: 200%; left: -23%; top: -38%; border: 1px solid rgba(242,240,233,.2); border-radius: 50%; transform: rotate(-20deg); }
.hero-gridline { position: absolute; z-index: -1; opacity: .4; background: var(--water); }.hero-gridline-a { width: 1px; height: 100%; top: 0; left: 28%; }.hero-gridline-b { width: 1px; height: 100%; top: 0; right: 13%; }
.hero-copy { align-self: center; padding: 20px 4vw; }.hero-copy h1 { margin: 39px 0 25px; font-size: clamp(68px, 8.6vw, 152px); }.hero-intro { max-width: 30ch; margin: 0; color: var(--water); font-size: 15px; line-height: 1.55; }.hero-disclosure { max-width: 29ch; margin: 18px 0 0; color: var(--paper); font-size: 9px; font-weight: 700; letter-spacing: .075em; line-height: 1.45; text-transform: uppercase; }
.hero-action { align-self: end; justify-self: end; width: min(385px, 86%); margin: 0 clamp(28px,5vw,84px) 46px 0; padding: 28px; background: rgba(13,52,65,.79); backdrop-filter: blur(9px); border: 1px solid rgba(242,240,233,.4); }.hero-action > p { margin-bottom: 25px; font-family: var(--display); font-size: clamp(29px, 3vw, 43px); font-weight: 700; line-height: .9; letter-spacing: -.055em; }.hero-action .button { width: 100%; }
.hero-stamp { position: absolute; left: 4vw; bottom: 42px; display: grid; gap: 6px; place-items: center; font-size: 8px; font-weight: 800; letter-spacing: .08em; transform: rotate(-8deg); }.hero-stamp svg { width: 66px; height: 66px; fill: none; stroke: var(--sand); stroke-width: 1.5; }
@keyframes image-in { from { transform: scale(1.05); opacity: 0; } to { transform: scale(1); opacity: 1; } }

.intro-band { padding: clamp(86px, 12vw, 175px) 9vw clamp(100px, 12vw, 170px); position: relative; overflow: hidden; background: var(--paper); }.intro-band .section-tag { margin-bottom: 36px; }.intro-statement { max-width: 16ch; margin: 0; font-family: var(--display); font-size: clamp(40px, 6.5vw, 103px); font-weight: 700; letter-spacing: -.065em; line-height: .91; }.intro-statement strong { color: var(--signal); font-weight: 500; }.intro-note { max-width: 31ch; margin: 42px 0 0; color: #53615b; font-size: 14px; }.marquee { width: 130%; position: absolute; right: -5%; bottom: -22px; color: var(--sand); font-family: var(--display); font-size: clamp(42px,7vw,112px); font-weight: 900; letter-spacing: -.07em; line-height: .8; white-space: nowrap; pointer-events: none; }

.manifesto { min-height: 670px; display: grid; grid-template-columns: .65fr 1.05fr .6fr; color: var(--paper); background: var(--ocean); }.manifesto-mark { padding: 7vw 3vw; display: flex; flex-direction: column; justify-content: space-between; border-right: 1px solid rgba(242,240,233,.25); font-family: var(--display); font-size: clamp(58px,7vw,110px); font-weight: 900; letter-spacing: -.09em; line-height: .75; }.manifesto-mark span:last-child { color: var(--signal); font-size: 17px; letter-spacing: -.04em; }.manifesto-copy { padding: clamp(70px,10vw,145px) 7vw; align-self: center; }.manifesto-copy h2 { margin: 44px 0 30px; font-size: clamp(49px,5.75vw,93px); }.manifesto-copy h2 em { color: var(--water); }.manifesto-copy > p:not(.section-tag) { max-width: 35ch; margin: 0; color: #c9d9d7; font-size: 15px; }.manifesto-words { padding: 5vw 3vw; display: flex; flex-direction: column; justify-content: space-between; align-items: end; color: var(--water); font-family: var(--display); font-size: clamp(27px,3vw,47px); font-weight: 700; letter-spacing: -.06em; line-height: .8; }

.campaign-grid { min-height: 740px; display: grid; grid-template-columns: .83fr 1.15fr .83fr; background: var(--sand); }.campaign-image { min-height: 100%; overflow: hidden; }.campaign-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .8s var(--ease); }.campaign-grid:hover .campaign-image img { transform: scale(1.04); }.campaign-copy { min-height: 520px; padding: clamp(45px,6vw,96px) clamp(32px,5vw,75px); display: flex; flex-direction: column; align-items: flex-start; justify-content: center; }.campaign-copy .section-tag { margin-bottom: 45px; }.campaign-copy h2 { margin-bottom: 30px; font-size: clamp(44px,5.25vw,82px); }.campaign-copy > p:not(.section-tag) { max-width: 31ch; margin-bottom: 36px; font-size: 15px; }.campaign-copy .text-link { margin-top: auto; }

.terrain { padding: clamp(78px,10vw,150px) 6vw; display: grid; grid-template-columns: .77fr 1.23fr; gap: clamp(40px,8vw,150px); color: var(--paper); background: var(--ink); }.terrain-heading { position: sticky; top: 26px; align-self: start; }.terrain h2 { margin: 38px 0 28px; font-size: clamp(62px,8vw,120px); }.terrain h2 em { color: var(--lichen); }.terrain-heading > p:not(.section-tag) { max-width: 30ch; color: #aab6ab; font-size: 14px; }.terrain-list { border-top: 1px solid rgba(242,240,233,.35); }.terrain-row { min-height: 114px; padding: 22px 0; display: grid; grid-template-columns: 45px 1fr minmax(160px,.72fr) auto; align-items: center; gap: 18px; border-bottom: 1px solid rgba(242,240,233,.35); transition: color .25s var(--ease), transform .25s var(--ease); }.terrain-row:hover { color: var(--sand); transform: translateX(12px); }.terrain-row > span, .terrain-row > b { font-size: 10px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }.terrain-row > span { color: var(--lichen); }.terrain-row h3 { margin: 0; font-size: clamp(34px,4vw,57px); letter-spacing: -.065em; line-height: .8; }.terrain-row p { margin: 0; color: #aab6ab; font-size: 13px; line-height: 1.35; }.terrain-row b { color: var(--signal); white-space: nowrap; }

.collection { padding: clamp(80px,10vw,150px) 5vw; overflow: hidden; background: var(--paper); }.collection-top { padding-bottom: 28px; display: flex; justify-content: space-between; gap: 30px; border-bottom: 1px solid var(--line); }.collection-top > p:last-child { max-width: 33ch; margin: 0; color: #53615b; font-size: 13px; }.collection-title { display: flex; align-items: end; justify-content: space-between; }.collection-title h2 { margin: 48px 0 40px; font-size: clamp(72px,10.2vw,170px); }.collection-title h2 em { color: var(--signal); }.collection-title > span { margin-bottom: 48px; font-size: 10px; font-weight: 800; letter-spacing: .09em; }.collection-grid { display: grid; grid-template-columns: repeat(4, 1fr); }.collection-card { min-height: 350px; padding: 26px; display: flex; flex-direction: column; color: var(--ink); }.collection-card span { margin-bottom: auto; font-size: 11px; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }.collection-card p { max-width: 8ch; margin: 45px 0 17px; font-family: var(--display); font-size: clamp(34px,3.8vw,58px); font-weight: 700; letter-spacing: -.065em; line-height: .82; }.collection-card i { font-size: 9px; font-style: normal; font-weight: 800; letter-spacing: .07em; text-transform: uppercase; }.card-water { background: var(--water); }.card-sand { background: var(--sand); }.card-signal { color: var(--paper); background: var(--signal); }.card-ink { color: var(--paper); background: var(--ink); }

.make { min-height: 760px; display: grid; grid-template-columns: 1fr 1fr; }.make-image { overflow: hidden; background: var(--ocean); }.make-image img { width: 100%; height: 100%; object-fit: cover; }.make-content { padding: clamp(55px,8vw,125px); display: flex; flex-direction: column; justify-content: center; background: var(--ocean); color: var(--paper); }.make-content h2 { margin: 40px 0 30px; font-size: clamp(50px,6vw,98px); }.make-content h2 em { color: var(--water); }.make-content > p:not(.section-tag) { max-width: 36ch; margin-bottom: 42px; color: #c9d9d7; font-size: 14px; }.material-list { margin: 0 0 40px; border-top: 1px solid rgba(242,240,233,.35); }.material-list div { padding: 15px 0; display: grid; grid-template-columns: .9fr 1.1fr; gap: 18px; border-bottom: 1px solid rgba(242,240,233,.35); }.material-list dt { font-size: 10px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }.material-list dd { margin: 0; color: #c9d9d7; font-size: 13px; }

.quote-band { min-height: 510px; padding: clamp(65px, 10vw, 150px) 15vw 70px; display: flex; flex-direction: column; align-items: center; text-align: center; background: var(--signal); color: var(--paper); }.quote-mark { height: 60px; font-family: Georgia, serif; font-size: 120px; line-height: 1; }.quote-band blockquote { max-width: 20ch; margin: 25px 0 40px; font-family: var(--display); font-size: clamp(33px,4.3vw,65px); font-weight: 600; letter-spacing: -.06em; line-height: .92; }.quote-band p { margin: 0; display: flex; align-items: center; gap: 9px; font-size: 10px; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }.quote-band i { background: var(--ink); }

.journal { padding: clamp(80px,10vw,150px) 5vw; background: var(--paper); }.journal-head { max-width: 760px; margin-bottom: 57px; }.journal h2 { margin: 40px 0 28px; font-size: clamp(62px,8vw,126px); }.journal-head > p:not(.section-tag) { max-width: 40ch; color: #53615b; font-size: 14px; }.journal-grid { display: grid; grid-template-columns: 1fr 1.2fr 1fr; align-items: stretch; }.journal-grid article { min-height: 280px; padding: 33px; display: flex; flex-direction: column; color: var(--paper); background: var(--ink); }.journal-grid article:first-child { background: var(--lichen); }.journal-grid article span { margin-bottom: auto; font-size: 10px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }.journal-grid article h3 { max-width: 7ch; margin: 38px 0 12px; font-size: clamp(35px,4vw,56px); letter-spacing: -.06em; line-height: .82; }.journal-grid article p { max-width: 20ch; margin: 0; color: #d0d7ca; font-size: 13px; }.journal-grid .journal-image { padding: 0; background: var(--sand); }.journal-image img { width: 100%; height: 100%; object-fit: cover; }

.notes { padding: clamp(80px,10vw,150px) 5vw; background: var(--paper); }.notes-head { max-width: 760px; margin-bottom: 57px; }.notes h2 { margin: 40px 0 28px; font-size: clamp(62px,8vw,126px); }.notes-head > p:not(.section-tag) { max-width: 40ch; color: #53615b; font-size: 14px; }.notes-grid { display: grid; grid-template-columns: 1fr 1.2fr 1fr; align-items: stretch; }.notes-grid article { min-height: 300px; padding: 33px; display: flex; flex-direction: column; color: var(--paper); background: var(--ink); }.notes-grid article:first-child { background: var(--lichen); }.notes-grid article span { margin-bottom: auto; font-size: 10px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }.notes-grid article h3 { max-width: 7ch; margin: 38px 0 12px; font-size: clamp(35px,4vw,56px); letter-spacing: -.06em; line-height: .82; }.notes-grid article p { max-width: 20ch; margin: 0; color: #d0d7ca; font-size: 13px; }.notes-grid .notes-centre { position: relative; display: grid; place-items: center; overflow: hidden; background: var(--sand); color: var(--ink); }.notes-centre::before { content: ""; width: 130%; height: 130%; position: absolute; border: 1px solid rgba(19,34,31,.28); border-radius: 50%; }.notes-centre span { z-index: 1; margin: 0; font-family: var(--display); font-size: clamp(74px,9vw,144px); font-weight: 900; letter-spacing: -.1em; }.notes-centre p { z-index: 1; max-width: none; margin: 0; color: var(--ink); font-size: 10px; font-weight: 800; letter-spacing: .1em; line-height: 1.35; text-align: center; }

.newsletter { padding: clamp(80px,12vw,175px) 6vw; color: var(--paper); background: var(--ink); }.newsletter h2 { max-width: 13ch; margin: 41px 0 25px; font-size: clamp(58px,8.5vw,138px); }.newsletter h2 em { color: var(--lichen); }.newsletter > p:not(.section-tag):not(.form-message):not(.newsletter-setup) { max-width: 40ch; margin-bottom: 20px; color: #aab6ab; font-size: 14px; }.newsletter-setup { max-width: 50ch; margin: 0 0 28px; color: var(--sand); font-size: 11px; font-weight: 700; line-height: 1.45; }.newsletter form { max-width: 650px; display: grid; grid-template-columns: 1fr auto; border-bottom: 1px solid rgba(242,240,233,.7); }.newsletter input { min-width: 0; height: 57px; padding: 0 12px 0 0; border: 0; color: var(--paper); outline: 0; background: transparent; font-size: 16px; }.newsletter input::placeholder { color: #aab6ab; }.newsletter .button { margin: 3px 0; }.form-message { min-height: 21px; margin: 12px 0 0; color: var(--water); font-size: 12px; }

.footer { min-height: 310px; padding: 55px 5vw; display: grid; grid-template-columns: 1.1fr 1fr 1fr .8fr; gap: 40px; align-items: end; color: var(--paper); background: var(--ocean); }.footer-mark { font-family: var(--display); font-size: clamp(42px,5vw,80px); font-weight: 900; letter-spacing: -.08em; line-height: .72; }.footer p, .footer a { margin: 0; font-size: 10px; font-weight: 700; letter-spacing: .09em; line-height: 1.7; text-transform: uppercase; }.footer nav { display: grid; gap: 7px; }.footer nav a:hover { color: var(--sand); }

.bag-drawer { width: min(440px,100%); height: 100svh; padding: 25px; position: fixed; z-index: 50; top: 0; right: 0; display: flex; flex-direction: column; color: var(--paper); background: var(--ink); transform: translateX(101%); visibility: hidden; transition: transform .35s var(--ease), visibility .35s var(--ease); }.bag-drawer.open { transform: translateX(0); visibility: visible; }.drawer-head { padding-bottom: 20px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid rgba(242,240,233,.35); }.drawer-head p { margin: 0; font-size: 11px; font-weight: 800; letter-spacing: .1em; }.drawer-head .icon-button { color: var(--paper); }.bag-empty, .bag-filled { padding-top: 32px; }.bag-empty p, .bag-item { margin: 0 0 28px; font-family: var(--display); font-size: 30px; font-weight: 600; letter-spacing: -.05em; line-height: .9; }.bag-filled { display: flex; height: 100%; flex-direction: column; }.bag-filled .button { margin-top: auto; }.bag-filled .prototype-note { color: #aab6ab; }.scrim { position: fixed; z-index: 40; inset: 0; opacity: 0; visibility: hidden; background: rgba(13,52,65,.55); transition: opacity .35s var(--ease), visibility .35s var(--ease); }.scrim.show { opacity: 1; visibility: visible; }

.reveal { animation: reveal-up .7s .1s var(--ease) both; }.hero-product.reveal { animation-delay: .12s; }.hero-action.reveal { animation-delay: .2s; } @keyframes reveal-up { from { opacity: 0; transform: translateY(18px); } to { opacity: 1; transform: translateY(0); } }
@media (prefers-reduced-motion: reduce) { *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; } }
@media (max-width: 960px) { .site-header { height: 74px; }.desktop-nav { display: none; }.menu-button { display: inline-grid; }.bag-button { top: 15px; }.mobile-menu { position: absolute; z-index: 19; top: 113px; right: 0; left: 0; padding: 20px 5vw 26px; display: grid; gap: 11px; color: var(--paper); background: var(--ink); transform: translateY(-115%); visibility: hidden; transition: transform .3s var(--ease), visibility .3s var(--ease); }.mobile-menu.open { transform: translateY(0); visibility: visible; }.mobile-menu a { padding: 9px 0; font-family: var(--display); font-size: 31px; font-weight: 600; letter-spacing: -.055em; }.hero { grid-template-columns: .8fr 1.15fr .55fr; }.hero-copy { padding-left: 5vw; }.hero-product { min-height: 520px; }.hero-action { padding-right: 3vw; }.campaign-grid { grid-template-columns: .7fr 1.3fr .7fr; }.terrain { grid-template-columns: .7fr 1.3fr; }.terrain-row { grid-template-columns: 35px 1fr; gap: 8px 15px; }.terrain-row p { grid-column: 2; }.terrain-row b { grid-column: 2; justify-self: start; }.product-stage { grid-template-columns: 1fr; }.stage-panel { min-height: 520px; }.product-controls { padding: 45px 9vw 55px; }.make { min-height: 0; }.make-content { padding: 65px 9vw; }.footer { grid-template-columns: 1.3fr 1fr; }.footer nav, .footer > p { justify-self: end; text-align: right; } }
@media (max-width: 640px) { .announcement { min-height: 44px; padding: 7px 18px; font-size: 9px; }.announcement p { max-width: 24ch; }.announcement p span { display: none; }.announcement a { display: none; }.site-header { padding: 0 14px; }.bag-button { right: 13px; }.wordmark { font-size: 26px; }.hero { min-height: calc(100svh - 118px); display: flex; flex-direction: column; }.hero-gridline-a { left: 12%; }.hero-gridline-b { right: 14%; }.hero-copy { padding: 31px 25px 0; }.hero-copy h1 { margin: 44px 0 20px; font-size: clamp(69px,21vw,104px); }.hero-intro { max-width: 30ch; font-size: 13px; }.hero-product { min-height: 0; height: 390px; margin-top: -20px; }.hero-product img { width: 125%; }.hero-product-caption { width: 77%; top: 20%; }.hero-shadow { top: 67%; }.hero-curve { right: -64px; bottom: 0; }.hero-action { padding: 7px 25px 32px; display: grid; grid-template-columns: 1fr auto; gap: 4px 20px; }.hero-action > p { margin: 0; font-size: 28px; }.hero-action > div { margin: 3px 0 0; grid-row: 2; font-size: 8px; }.hero-action .button { min-height: 45px; padding: 10px 12px; grid-row: span 2; font-size: 9px; }.hero-stamp { display: none; }.intro-band { padding: 75px 25px 78px; }.intro-band .section-tag { margin-bottom: 31px; }.intro-statement { font-size: clamp(41px,12vw,66px); }.marquee { bottom: -11px; font-size: 48px; }.campaign-grid { display: block; }.campaign-image { height: 310px; }.campaign-copy { min-height: 380px; padding: 52px 25px; }.campaign-copy .section-tag { margin-bottom: 40px; }.campaign-copy h2 { font-size: 49px; }.image-right { display: none; }.terrain { padding: 75px 25px; display: block; }.terrain-heading { position: static; margin-bottom: 52px; }.terrain h2 { margin: 32px 0 22px; font-size: 74px; }.terrain-row { min-height: 110px; grid-template-columns: 32px 1fr; }.terrain-row h3 { font-size: 47px; }.terrain-row p { font-size: 12px; }.launch { padding: 78px 0 0; }.launch-head { padding: 0 25px; display: block; }.launch h2 { margin-top: 35px; font-size: 70px; }.launch-note { margin: 24px 0 0; }.product-stage { margin-top: 38px; }.stage-panel { min-height: 390px; padding: 20px 25px; }.stage-panel img { width: 115%; }.product-controls { padding: 43px 25px 55px; }.make { display: flex; flex-direction: column; }.make-image { height: 420px; order: 2; }.make-content { padding: 68px 25px; }.make-content h2 { font-size: 54px; }.material-list div { grid-template-columns: 1fr; gap: 6px; }.quote-band { min-height: 440px; padding: 58px 26px 65px; }.quote-band blockquote { max-width: 19ch; font-size: 37px; }.journal { padding: 80px 0 0; }.journal-head { padding: 0 25px; }.journal h2 { font-size: 73px; }.journal-grid { margin-top: 46px; display: flex; flex-direction: column; }.journal-grid article { min-height: 250px; }.journal-grid .journal-image { height: 330px; order: -1; }.newsletter { padding: 80px 25px; }.newsletter h2 { font-size: 67px; }.newsletter form { display: block; border: 0; }.newsletter input { width: 100%; border-bottom: 1px solid rgba(242,240,233,.7); }.newsletter .button { width: 100%; margin: 15px 0 0; }.footer { min-height: 420px; padding: 55px 25px; grid-template-columns: 1fr; gap: 24px; align-items: start; }.footer-mark { font-size: 63px; }.footer nav, .footer > p { justify-self: start; text-align: left; }.footer > p { margin-top: 10px; } }

@media (max-width: 960px) { .round-link { top: 15px; }.hero { grid-template-columns: 1fr .72fr; }.hero-action { width: min(330px, 90%); margin-right: 4vw; }.manifesto { grid-template-columns: .45fr 1fr .4fr; }.collection-grid { grid-template-columns: repeat(2, 1fr); }.notes-grid { grid-template-columns: 1fr 1.1fr 1fr; } }
@media (max-width: 640px) { .round-link { right: 13px; }.hero { min-height: 618px; display: flex; }.hero-image { object-position: 68% center; }.hero-wash { background: linear-gradient(180deg, rgba(8,36,47,.86) 0%, rgba(8,36,47,.88) 55%, rgba(8,36,47,.96) 100%); }.hero-copy { padding: 28px 25px 0; }.hero-copy h1 { margin: 27px 0 15px; font-size: 72px; }.hero-intro { font-size: 12px; }.hero-disclosure { margin-top: 12px; font-size: 8px; }.hero-action { width: auto; margin: auto 25px 16px; padding: 14px; display: block; background: rgba(13,52,65,.76); }.hero-action > p { margin: 0 0 12px; font-size: 24px; }.hero-action .button { min-height: 44px; padding: 12px; }.manifesto { min-height: 0; display: block; }.manifesto-mark { height: 170px; padding: 30px 25px; border-right: 0; border-bottom: 1px solid rgba(242,240,233,.25); }.manifesto-copy { padding: 68px 25px; }.manifesto-copy h2 { font-size: 54px; }.manifesto-words { padding: 25px; display: grid; grid-template-columns: 1fr 1fr; gap: 25px; align-items: start; font-size: 44px; }.collection { padding: 78px 0 0; }.collection-top { padding: 0 25px 25px; display: block; }.collection-top > p:last-child { margin-top: 25px; }.collection-title { padding: 0 25px; }.collection-title h2 { margin: 38px 0 30px; font-size: 79px; }.collection-title > span { margin-bottom: 34px; }.collection-grid { grid-template-columns: 1fr 1fr; }.collection-card { min-height: 250px; padding: 20px; }.collection-card p { font-size: 39px; }.notes { padding: 80px 0 0; }.notes-head { padding: 0 25px; }.notes h2 { font-size: 73px; }.notes-grid { margin-top: 46px; display: flex; flex-direction: column; }.notes-grid article { min-height: 250px; }.notes-grid .notes-centre { height: 340px; order: -1; }.notes-centre span { font-size: 120px; } }
