@font-face { font-family: "Involve"; src: url("./assets/fonts/Involve-VF.ttf") format("truetype"); font-weight: 100 900; font-display: swap; }
@font-face { font-family: "Involve"; src: url("./assets/fonts/Involve-Oblique-VF.ttf") format("truetype"); font-weight: 100 900; font-style: italic; font-display: swap; }
@font-face { font-family: "Lena"; src: url("./assets/fonts/Lena.ttf") format("truetype"); font-display: swap; }
@font-face { font-family: "Gogol"; src: url("./assets/fonts/Gogol-Regular.ttf") format("truetype"); font-display: swap; }

:root {
  --turquoise: #58bbb5;
  --sea: #007076;
  --sand: #f39433;
  --sunset: #ed6c71;
  --light-sea: #d6eceb;
  --light-sand: #fff1c4;
  --light-sunset: #fbdad3;
  --ink: #073f42;
  --paper: #fffaf0;
}

* { box-sizing: border-box; }
[hidden] { display: none !important; }
html { scroll-behavior: smooth; }
html, body { overflow-x: hidden; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: "Involve", sans-serif; }
button, input { font: inherit; }
button { color: inherit; }
.hero { position: relative; min-height: 760px; overflow: hidden; background: var(--turquoise); color: white; padding: 28px clamp(24px, 6vw, 96px) 120px; }
.topbar { position: relative; z-index: 4; display: flex; align-items: center; justify-content: space-between; }
.brand-logo {
  width: 170px;
  height: 120px;
  object-fit: contain;
  object-position: center;
  background: transparent;
  border-radius: 0;
  padding: 0;
}
.top-note, .kicker, .card-label, .modal-eyebrow { font-size: 12px; text-transform: uppercase; letter-spacing: .14em; font-weight: 750; }
.card-label { white-space: nowrap; }
.top-note { color: var(--sand); }
.hero-copy { position: relative; z-index: 3; width: min(53%, 720px); margin-top: 76px; }
.kicker { display: flex; align-items: center; gap: 12px; margin: 0 0 24px; }
.kicker span { width: 40px; height: 3px; background: var(--light-sand); }
h1 { margin: 0; font-family: "Lena", "Involve", sans-serif; font-size: clamp(72px, 7vw, 126px); font-weight: 400; line-height: .78; letter-spacing: -.035em; }
.title-line { display: block; width: max-content; white-space: nowrap; }
.title-phrase { display: flex; align-items: baseline; gap: clamp(12px, 2.4vw, 22px); word-spacing: 0; }
h1 em { display: block; width: max-content; margin-top: 18px; padding-left: .12em; color: var(--light-sand); font-family: "Gogol", "Lena", sans-serif; font-style: normal; font-size: 1.05em; text-shadow: 7px 7px 0 var(--sunset); transform: rotate(-2deg); }
.question-mark { display: inline-block; width: .52em; height: .86em; margin-left: .05em; overflow: visible; color: var(--light-sand); vertical-align: -.12em; filter: drop-shadow(5px 5px 0 var(--sunset)); transform: rotate(3deg); }
.question-mark path { fill: none; stroke: currentColor; stroke-width: 10; stroke-linecap: round; stroke-linejoin: round; }
.question-mark circle { fill: currentColor; }
.lead { max-width: 580px; margin: 104px 0 0; font-size: clamp(19px, 1.5vw, 26px); line-height: 1.25; font-weight: 520; }
.sun { position: absolute; top: -130px; right: -100px; width: 390px; height: 390px; border-radius: 50%; background: var(--light-sand); }
.photo-collage { position: absolute; z-index: 2; top: 128px; right: clamp(20px, 4vw, 80px); width: 43%; height: 560px; }
.photo { position: absolute; margin: 0; border: 12px solid white; background: white; box-shadow: 0 20px 35px rgba(0,55,60,.22); overflow: hidden; }
.photo img { width: 100%; height: 100%; object-fit: cover; display: block; }
.photo-main { z-index: 1; left: 50%; top: 0; width: min(74%, 520px); height: auto; aspect-ratio: 4 / 3; transform: translateX(-50%) rotate(1.5deg); }
.photo-main img { object-position: center; }
.photo-detail { z-index: 2; left: 1%; top: 260px; width: 32%; height: 220px; transform: rotate(-4deg); }
.photo-detail img { object-position: center 30%; }
.photo-detail figcaption { position: absolute; left: 50%; top: 50%; display: grid; place-items: center; width: 112px; height: 112px; border-radius: 50%; transform: translate(-50%,-50%) rotate(7deg); background: var(--sunset); border: 3px dashed white; color: white; text-align: center; text-transform: uppercase; font-size: 13px; font-weight: 800; line-height: 1.05; }
.photo-space { z-index: 2; right: 1%; bottom: 18px; width: 30%; height: 200px; transform: rotate(4deg); }
.photo-space img { object-position: center 28%; }
.photo-bottom { z-index: 3; left: 50%; bottom: -30px; width: 30%; height: 175px; transform: translateX(-50%) rotate(-2deg); }
.photo-bottom img { object-position: center 34%; }
.wave {
  position: absolute;
  left: -3%;
  width: 106%;
  height: 148px;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 160' preserveAspectRatio='none'%3E%3Cpath fill='black' d='M0 72C170 14 304 118 508 66C690 20 830 100 1000 55C1168 10 1308 94 1440 39V160H0Z'/%3E%3C/svg%3E") center / 100% 100% no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 160' preserveAspectRatio='none'%3E%3Cpath fill='black' d='M0 72C170 14 304 118 508 66C690 20 830 100 1000 55C1168 10 1308 94 1440 39V160H0Z'/%3E%3C/svg%3E") center / 100% 100% no-repeat;
}
.wave-one { z-index: 1; bottom: -50px; background: var(--sand); transform: rotate(-2deg); animation: swell-one 7s ease-in-out infinite alternate; }
.wave-two { z-index: 2; bottom: -78px; background: var(--paper); transform: rotate(2deg); animation: swell-two 9s ease-in-out infinite alternate; }
.actions { position: relative; z-index: 3; padding: 52px clamp(24px, 6vw, 96px) 178px; background: var(--paper); }
.actions::before,
.actions::after {
  content: "";
  position: absolute;
  left: -5%;
  width: 110%;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 160' preserveAspectRatio='none'%3E%3Cpath fill='black' d='M0 72C170 14 304 118 508 66C690 20 830 100 1000 55C1168 10 1308 94 1440 39V160H0Z'/%3E%3C/svg%3E") center / 100% 100% no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 160' preserveAspectRatio='none'%3E%3Cpath fill='black' d='M0 72C170 14 304 118 508 66C690 20 830 100 1000 55C1168 10 1308 94 1440 39V160H0Z'/%3E%3C/svg%3E") center / 100% 100% no-repeat;
  pointer-events: none;
}
.actions::before {
  z-index: 0;
  bottom: -16px;
  height: 116px;
  background: var(--sunset);
  transform: rotate(1deg) scaleX(1.03);
  animation: transition-wave-a 8s ease-in-out infinite alternate;
}
.actions::after {
  z-index: 1;
  bottom: -58px;
  height: 128px;
  background: var(--sea);
  transform: rotate(-1deg) scaleX(1.04);
  animation: transition-wave-b 10s ease-in-out infinite alternate;
}
.actions > * { position: relative; z-index: 2; }
.section-head p { margin: 0 0 8px; color: var(--sand); font-family: "Gogol"; font-size: 28px; transform: rotate(-2deg); }
.section-head h2, .story h2, .modal h2 { margin: 0; font-family: "Lena"; font-weight: 400; line-height: .95; }
.section-head h2 { font-size: clamp(48px, 5vw, 82px); }
.action-grid { display: grid; grid-template-columns: 1fr 1fr .78fr; gap: 16px; margin-top: 36px; }
.action-card { position: relative; min-height: 230px; padding: 26px; border: 3px solid var(--ink); border-radius: 30px; text-align: left; cursor: pointer; touch-action: manipulation; animation: card-float 3.6s ease-in-out infinite; transition: transform .2s ease, box-shadow .2s ease; }
.action-card:nth-child(2) { animation-delay: .55s; }
.action-card:nth-child(3) { animation-delay: 1.1s; }
.action-card:hover { animation-play-state: paused; transform: translateY(-7px); box-shadow: 0 9px 0 var(--ink); }
.action-card:focus-visible, .submit:focus-visible, .close:focus-visible { outline: 4px solid white; outline-offset: 4px; }
.action-card strong { position: absolute; left: 26px; right: 82px; bottom: 26px; overflow: hidden; font-family: "Lena", "Involve", sans-serif; font-size: clamp(18px, 1.35vw, 25px); font-weight: 400; line-height: 1.02; white-space: nowrap; text-overflow: clip; }
.arrow { position: absolute; right: 24px; bottom: 24px; display: grid; place-items: center; width: 54px; height: 54px; border: 2px solid currentColor; border-radius: 50%; font-size: 0; }
.action-card .arrow { animation: arrow-invite 2.6s ease-in-out infinite; }
.action-card:nth-child(2) .arrow { animation-delay: .45s; }
.action-card:nth-child(3) .arrow { animation-delay: .9s; }
.arrow::before {
  content: "";
  width: 15px;
  height: 15px;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
  transform: translate(2px, -2px);
}
.arrow::after {
  content: "";
  position: absolute;
  width: 24px;
  height: 2px;
  border-radius: 2px;
  background: currentColor;
  transform: rotate(-45deg);
}
.franchise { background: var(--light-sand); }
.truck { background: var(--sunset); color: white; }
.tour { background: white; }
.promise { max-width: 650px; margin: 26px 0 0 auto; text-align: right; font-size: 16px; line-height: 1.4; }
.brand-story {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1.15fr .85fr;
  gap: clamp(30px, 6vw, 90px);
  align-items: center;
  min-height: 680px;
  padding: 150px clamp(24px, 8vw, 130px) 170px;
  overflow: hidden;
  background: var(--sea);
  color: white;
}
.brand-story::after {
  content: "";
  position: absolute;
  z-index: 0;
  left: -3%;
  bottom: -65px;
  width: 106%;
  height: 148px;
  background: var(--light-sea);
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 160' preserveAspectRatio='none'%3E%3Cpath fill='black' d='M0 72C170 14 304 118 508 66C690 20 830 100 1000 55C1168 10 1308 94 1440 39V160H0Z'/%3E%3C/svg%3E") center / 100% 100% no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 160' preserveAspectRatio='none'%3E%3Cpath fill='black' d='M0 72C170 14 304 118 508 66C690 20 830 100 1000 55C1168 10 1308 94 1440 39V160H0Z'/%3E%3C/svg%3E") center / 100% 100% no-repeat;
  pointer-events: none;
}
.brand-story > * { position: relative; z-index: 2; }
.manifesto-copy h2,
.gallery-heading h2 { margin: 0; font-family: "Lena"; font-weight: 400; line-height: .92; }
.manifesto-copy h2 { max-width: 760px; font-size: clamp(50px, 5.5vw, 84px); }
.manifesto-copy h2 em { color: var(--light-sand); font-family: "Gogol"; font-style: normal; text-shadow: 4px 4px 0 var(--sunset); }
.manifesto-lead { max-width: 700px; margin: 32px 0 18px; font-size: clamp(20px, 1.55vw, 26px); line-height: 1.35; }
.manifesto-copy > p:last-child { max-width: 650px; font-size: 17px; line-height: 1.5; opacity: .88; }
.movnute-card { justify-self: end; width: min(100%, 390px); padding: 26px; border: 3px solid white; border-radius: 32px; background: var(--paper); color: var(--ink); box-shadow: 14px 14px 0 var(--sunset); transform: rotate(2deg); }
.movnute-card .movnute-symbol { display: block; width: 150px; max-width: 58%; margin: -82px auto 6px; filter: drop-shadow(0 10px 15px rgba(0,55,60,.18)); }
.movnute-card .movnute-wordmark { display: block; width: 290px; max-width: 100%; height: auto; margin: -8px auto 2px; }
.movnute-card p { margin: 0; font-size: 16px; line-height: 1.42; text-align: center; }
.brand-sticker { position: absolute; z-index: 3; height: auto; filter: drop-shadow(0 10px 16px rgba(0,55,60,.18)); }
.sticker-wave { top: 96px; right: 7%; width: 190px; transform: rotate(8deg); }
.sticker-cup { left: 4%; bottom: 88px; width: 92px; transform: rotate(-9deg); }
.lakhta-gallery { position: relative; z-index: 3; padding: 120px clamp(18px, 6vw, 96px) 140px; overflow: hidden; background: var(--light-sea); }
.lakhta-gallery::after {
  content: "";
  position: absolute;
  z-index: 0;
  left: -3%;
  bottom: -62px;
  width: 106%;
  height: 146px;
  background: var(--sea);
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 160' preserveAspectRatio='none'%3E%3Cpath fill='black' d='M0 72C170 14 304 118 508 66C690 20 830 100 1000 55C1168 10 1308 94 1440 39V160H0Z'/%3E%3C/svg%3E") center / 100% 100% no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 160' preserveAspectRatio='none'%3E%3Cpath fill='black' d='M0 72C170 14 304 118 508 66C690 20 830 100 1000 55C1168 10 1308 94 1440 39V160H0Z'/%3E%3C/svg%3E") center / 100% 100% no-repeat;
  pointer-events: none;
}
.lakhta-gallery > * { position: relative; z-index: 2; }
.gallery-heading { display: grid; grid-template-columns: 1.25fr .75fr; gap: 40px; align-items: end; margin-bottom: 34px; }
.section-script { margin: 0 0 5px; color: var(--sunset); font-family: "Gogol"; font-size: 30px; transform: rotate(-2deg); }
.gallery-heading h2 { color: var(--ink); font-size: clamp(52px, 6vw, 88px); }
.gallery-heading > p { max-width: 460px; margin: 0 0 7px auto; font-size: 18px; line-height: 1.45; }
.value-notes { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin: 0 0 42px; }
.value-note { position: relative; min-height: 154px; padding: 24px 24px 22px; border: 3px solid var(--ink); border-radius: 28px; box-shadow: 7px 7px 0 var(--ink); }
.value-note:nth-child(1) { transform: rotate(-1deg); }
.value-note:nth-child(2) { transform: translateY(5px) rotate(.8deg); }
.value-note:nth-child(3) { transform: rotate(-.5deg); }
.value-note h3 { margin: 22px 0 8px; font-family: "Lena"; font-size: clamp(24px, 2.2vw, 36px); font-weight: 400; line-height: .95; }
.value-note p { max-width: 380px; margin: 0; font-size: 14px; line-height: 1.35; }
.value-care { background: var(--sunset); color: white; }
.value-joy { background: var(--light-sand); }
.value-wave { background: white; }
.gallery-grid { display: grid; grid-template-columns: 1.4fr .8fr 1fr; grid-auto-rows: 235px; gap: 14px; }
.gallery-item { margin: 0; overflow: hidden; border: 8px solid white; background: white; box-shadow: 0 14px 30px rgba(0,80,84,.12); transform: rotate(-1deg); }
.gallery-item:nth-child(even) { transform: rotate(1.2deg); }
.gallery-item img { display: block; width: 100%; height: 100%; object-fit: cover; transition: transform .6s cubic-bezier(.2,.8,.2,1); }
.gallery-item:hover img { transform: scale(1.04); }
.gallery-wide { grid-column: span 2; }
.gallery-tall { grid-row: span 2; }
.gallery-sticker { position: absolute; z-index: 4; right: 7%; bottom: 52px; width: min(280px, 45vw); transform: rotate(-4deg); filter: drop-shadow(0 10px 16px rgba(0,55,60,.16)); }
.story { position: relative; z-index: 2; display: grid; grid-template-columns: .9fr 1.1fr; gap: 52px; align-items: center; padding: 138px clamp(24px, 6vw, 96px) 154px; background: var(--sea); color: white; }
.story::after {
  content: "";
  position: absolute;
  z-index: 0;
  left: -5%;
  bottom: -62px;
  width: 110%;
  height: 126px;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 160' preserveAspectRatio='none'%3E%3Cpath fill='black' d='M0 72C170 14 304 118 508 66C690 20 830 100 1000 55C1168 10 1308 94 1440 39V160H0Z'/%3E%3C/svg%3E") center / 100% 100% no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 160' preserveAspectRatio='none'%3E%3Cpath fill='black' d='M0 72C170 14 304 118 508 66C690 20 830 100 1000 55C1168 10 1308 94 1440 39V160H0Z'/%3E%3C/svg%3E") center / 100% 100% no-repeat;
  background: var(--light-sea);
  transform: rotate(1deg) scaleX(1.04);
  animation: transition-wave-c 9s ease-in-out infinite alternate;
  pointer-events: none;
}
.story > * { position: relative; z-index: 1; }
.kicker.dark span { background: var(--sunset); }
.story h2 { font-size: clamp(46px, 5vw, 78px); }
.story-copy > p:last-of-type { max-width: 560px; font-size: 20px; line-height: 1.45; }
.partner-points { display: grid; max-width: 590px; margin-top: 32px; border-top: 1px solid rgba(255,255,255,.38); }
.partner-points div { display: grid; grid-template-columns: minmax(150px, .72fr) 1.28fr; gap: 18px; padding: 15px 0; border-bottom: 1px solid rgba(255,255,255,.38); }
.partner-points strong { font-family: "Lena", "Involve", sans-serif; font-size: 19px; font-weight: 500; }
.partner-points span { font-size: 15px; line-height: 1.38; opacity: .9; }
.partner-cta { display: flex; align-items: center; justify-content: space-between; gap: 24px; width: min(100%, 360px); min-height: 62px; margin-top: 30px; padding: 0 22px; border: 2px solid white; border-radius: 18px; background: var(--sunset); color: white; font-weight: 800; cursor: pointer; box-shadow: 7px 7px 0 var(--light-sand); animation: partner-float 3.8s ease-in-out infinite; transition: transform .2s ease, box-shadow .2s ease; }
.partner-cta:hover { animation-play-state: paused; transform: translate(-2px,-4px); box-shadow: 10px 10px 0 var(--light-sand); }
.partner-cta:focus-visible { outline: 3px solid var(--light-sand); outline-offset: 4px; }
.partner-cta span { font-size: 28px; line-height: 1; }
.story-strip { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; transform: rotate(2deg); }
.story-strip img { width: 100%; height: 360px; object-fit: cover; border: 10px solid white; }
footer { position: relative; z-index: 3; display: flex; align-items: center; justify-content: space-between; min-height: 190px; padding: 74px clamp(24px, 6vw, 96px) 30px; background: var(--light-sea); }
footer img {
  position: relative;
  z-index: 5;
  display: block;
  width: 164px;
  height: 142px;
  padding: 0;
  object-fit: contain;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}
footer span { font-size: 12px; text-transform: uppercase; letter-spacing: .13em; font-weight: 700; }
.modal-backdrop { position: fixed; z-index: 20; inset: 0; display: grid; place-items: center; padding: 18px; background: rgba(0,62,66,.72); backdrop-filter: blur(8px); }
.modal { position: relative; width: min(560px, 100%); max-height: calc(100svh - 36px); overflow-y: auto; padding: 40px; border-radius: 32px; background: var(--paper); box-shadow: 0 25px 80px rgba(0,0,0,.3); }
.close { position: absolute; top: 16px; right: 18px; width: 42px; height: 42px; border: 2px solid var(--ink); border-radius: 50%; background: transparent; cursor: pointer; font-size: 28px; line-height: 1; }
.modal-eyebrow { margin: 0 48px 14px 0; color: var(--sunset); }
.modal h2 { padding-right: 36px; font-size: clamp(40px, 6vw, 62px); }
.modal-note { margin: 14px 0 28px; font-size: 17px; }
.gc-widget-panel { width: 100%; min-height: 160px; padding-top: 22px; }
.gc-widget-panel iframe { display: block; width: 100% !important; max-width: 100% !important; border: 0 !important; }
form { display: grid; gap: 14px; }
form label { display: grid; gap: 7px; font-size: 13px; font-weight: 700; }
form input { width: 100%; min-height: 52px; border: 2px solid var(--ink); border-radius: 14px; background: white; padding: 12px 14px; }
.consent { grid-template-columns: 20px 1fr; align-items: center; font-weight: 500; }
.consent input { min-height: 0; width: 19px; height: 19px; accent-color: var(--sea); }
.submit, .success button { min-height: 58px; border: 0; border-radius: 16px; background: var(--sunset); color: white; cursor: pointer; font-weight: 800; font-size: 17px; }
.submit { display: flex; justify-content: space-between; align-items: center; padding: 0 20px; }
.modal small { display: block; margin-top: 14px; color: #567173; line-height: 1.35; }
.success { padding: 35px 0 10px; text-align: center; }
.success > span { display: grid; place-items: center; width: 88px; height: 88px; margin: 0 auto 24px; border-radius: 50%; background: var(--turquoise); color: white; font-family: "Gogol"; font-size: 50px; }
.success p { font-size: 17px; }
.success button { width: 100%; margin-top: 16px; }

@media (max-width: 900px) {
  .hero { min-height: 980px; padding-bottom: 150px; }
  .hero-copy { width: 100%; margin-top: 58px; }
  .photo-collage { top: 500px; right: 5%; width: 90%; height: 430px; }
  .photo-main { width: 76%; height: auto; }
  .photo-detail { top: 165px; width: 34%; height: 190px; }
  .photo-space { width: 32%; height: 170px; }
  .photo-bottom { width: 30%; height: 150px; bottom: 10px; }
  .action-grid { grid-template-columns: 1fr 1fr; }
  .tour { grid-column: 1 / -1; min-height: 180px; }
  .brand-story { grid-template-columns: 1fr; }
  .movnute-card { justify-self: center; margin-top: 50px; }
  .gallery-grid { grid-template-columns: repeat(2, 1fr); }
  .value-notes { grid-template-columns: 1fr 1fr; }
  .value-note:last-child { grid-column: 1 / -1; }
  .story { grid-template-columns: 1fr; }
}

@media (max-width: 600px) {
  .hero { min-height: 0; padding: 14px 18px 104px; }
  .topbar { min-height: 82px; }
  .brand-logo { width: 128px; height: 90px; padding: 0; }
  .top-note { max-width: 120px; text-align: right; font-size: 9px; }
  .sun { width: 190px; height: 190px; top: -75px; right: -72px; }
  .hero-copy { margin-top: 18px; }
  .kicker { margin-bottom: 16px; font-size: 10px; }
  h1 { font-size: clamp(58px, 18vw, 72px); line-height: .8; }
  h1 em { margin-top: 14px; padding-left: .08em; line-height: .78; text-shadow: 4px 4px 0 var(--sunset); }
  .question-mark { filter: drop-shadow(3px 3px 0 var(--sunset)); transform: rotate(3deg); }
  .lead { width: 94%; margin-top: 74px; font-size: 17px; line-height: 1.28; }
  .photo-collage {
    position: relative;
    top: auto;
    right: auto;
    width: 100%;
    height: 380px;
    margin-top: 28px;
    animation: collage-arrive .7s cubic-bezier(.2,.8,.2,1) both;
  }
  .photo { border-width: 7px; }
  .photo-main { left: 50%; right: auto; width: 78%; height: auto; transform: translateX(-50%) rotate(1.5deg); }
  .photo-detail { left: 0; top: 165px; width: 35%; height: 155px; transform: rotate(-4deg); }
  .photo-detail figcaption { width: 76px; height: 76px; font-size: 9px; }
  .photo-space { right: 0; bottom: 14px; width: 34%; height: 150px; transform: rotate(4deg); }
  .photo-bottom { width: 36%; height: 140px; bottom: 20px; }
  .wave { height: 80px; }
  .actions { padding: 28px 18px 142px; }
  .section-head p { font-size: 22px; }
  .section-head h2 { font-size: 48px; }
  .action-grid { grid-template-columns: 1fr; gap: 12px; margin-top: 26px; }
  .action-card, .tour { grid-column: auto; min-height: 158px; border-radius: 24px; padding: 20px; }
  .action-card strong { left: 20px; right: 58px; bottom: 20px; font-size: clamp(15px, 4.8vw, 20px); }
  .arrow { right: 18px; bottom: 18px; width: 46px; height: 46px; }
  .promise { text-align: left; font-size: 14px; }
  .brand-story { min-height: 0; padding: 112px 18px 138px; gap: 24px; }
  .manifesto-copy h2 { font-size: 52px; }
  .manifesto-lead { margin-top: 25px; font-size: 19px; }
  .manifesto-copy > p:last-child { font-size: 16px; }
  .movnute-card { width: calc(100% - 22px); margin-top: 70px; padding: 22px; border-radius: 26px; box-shadow: 9px 9px 0 var(--sunset); }
  .movnute-card .movnute-symbol { width: 132px; margin-top: -78px; }
  .movnute-card .movnute-wordmark { width: 260px; }
  .sticker-wave {
    position: relative;
    top: auto;
    right: auto;
    justify-self: end;
    width: 176px;
    max-width: 62vw;
    margin: -42px 4px -16px 0;
    transform: none;
    object-fit: contain;
  }
  .sticker-cup { left: auto; right: 16px; bottom: 80px; width: 68px; }
  .lakhta-gallery { padding: 96px 14px 124px; }
  .gallery-heading { grid-template-columns: 1fr; gap: 18px; margin: 0 4px 30px; }
  .gallery-heading h2 { font-size: 48px; }
  .gallery-heading > p { margin: 0; font-size: 16px; }
  .value-notes { grid-template-columns: 1fr; gap: 10px; margin-bottom: 34px; }
  .value-note, .value-note:last-child { grid-column: auto; min-height: 126px; padding: 18px 18px 16px; border-radius: 23px; box-shadow: 5px 5px 0 var(--ink); }
  .value-note:nth-child(n) { transform: none; }
  .value-note h3 { margin-top: 14px; font-size: 29px; }
  .value-note p { padding-right: 36px; font-size: 13px; }
  .gallery-grid { grid-auto-rows: 175px; gap: 8px; }
  .gallery-item { border-width: 5px; }
  .gallery-wide { grid-column: span 2; }
  .gallery-tall { grid-row: span 2; }
  .gallery-sticker { right: 18px; bottom: 44px; width: 220px; }
  .story { padding: 112px 18px 132px; gap: 30px; }
  .story h2 { font-size: 48px; }
  .story-copy > p:last-of-type { font-size: 17px; }
  .partner-points { margin-top: 26px; }
  .partner-points div { grid-template-columns: 1fr; gap: 5px; padding: 13px 0; }
  .partner-points strong { font-size: 18px; }
  .partner-cta { width: 100%; min-height: 58px; margin-top: 24px; }
  .story-strip { gap: 8px; }
  .story-strip img { height: 230px; border-width: 6px; }
  footer { min-height: 164px; padding: 40px 24px 22px; }
  footer img { width: 138px; height: 120px; padding: 0; }
  footer span { width: 130px; text-align: right; font-size: 9px; }
  .modal { padding: 30px 20px 24px; border-radius: 26px; }
}

@keyframes collage-arrive {
  from { opacity: 0; transform: translateY(22px) rotate(-1deg); }
  to { opacity: 1; transform: translateY(0) rotate(0); }
}

@keyframes arrow-invite {
  0%, 68%, 100% { transform: translate(0, 0); box-shadow: 0 0 0 0 rgba(255,255,255,0); }
  78% { transform: translate(3px, -3px); box-shadow: 0 0 0 6px rgba(255,255,255,.2); }
  88% { transform: translate(0, 0); box-shadow: 0 0 0 0 rgba(255,255,255,0); }
}

@keyframes card-float {
  0%, 100% { transform: translateY(0); box-shadow: 0 0 0 var(--ink); }
  50% { transform: translateY(-6px); box-shadow: 0 8px 0 var(--ink); }
}

@keyframes partner-float {
  0%, 100% { transform: translateY(0); box-shadow: 7px 7px 0 var(--light-sand); }
  50% { transform: translateY(-5px); box-shadow: 9px 12px 0 var(--light-sand); }
}

@keyframes swell-one {
  from { transform: translate3d(-1.5%, 0, 0) rotate(-2deg) scaleX(1.02); }
  to { transform: translate3d(1.5%, -8px, 0) rotate(-1deg) scaleX(1.05); }
}

@keyframes swell-two {
  from { transform: translate3d(1%, 0, 0) rotate(2deg) scaleX(1.03); }
  to { transform: translate3d(-1%, -5px, 0) rotate(1deg) scaleX(1.05); }
}

@keyframes transition-wave-a {
  from { transform: translate3d(-1.5%, 0, 0) rotate(1deg) scaleX(1.03); }
  to { transform: translate3d(1.5%, -7px, 0) rotate(0deg) scaleX(1.06); }
}

@keyframes transition-wave-b {
  from { transform: translate3d(1%, 0, 0) rotate(-1deg) scaleX(1.04); }
  to { transform: translate3d(-1%, -5px, 0) rotate(0deg) scaleX(1.07); }
}

@keyframes transition-wave-c {
  from { transform: translate3d(-1%, 0, 0) rotate(1deg) scaleX(1.04); }
  to { transform: translate3d(1%, -6px, 0) rotate(0deg) scaleX(1.06); }
}

@media (max-width: 370px) {
  .hero { padding-inline: 14px; }
  h1 { font-size: 56px; }
  .lead { margin-top: 68px; font-size: 16px; }
  .photo-collage { height: 310px; margin-top: 24px; }
  .photo-main { height: auto; }
  .photo-detail { top: 160px; height: 150px; }
  .photo-space { height: 145px; }
  .photo-bottom { height: 132px; }
  .section-head h2, .story h2 { font-size: 43px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; }
  .photo-collage, .wave, .actions::before, .actions::after, .brand-story::after, .lakhta-gallery::after, .story::after, .action-card, .action-card .arrow, .partner-cta { animation: none !important; }
}
