/* ══════════════════════════════════════════════════════════════════
   MemoriPress Landing Page — Figma Redesign
   Loaded only by the public landing page (.marketing-page wrapper).
   Desktop-first; mobile breakpoints will be added later.
   ══════════════════════════════════════════════════════════════════ */

/* ── Base ─────────────────────────────────────────────────────── */

body.marketing-page {
  background: var(--mp-color-bg);
  color: var(--mp-color-text);
  font-family: var(--mp-font-body);
  line-height: 1.6;
  margin: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body.marketing-page main {
  display: block;
  max-width: none;
  margin: 0;
  padding: 0;
}

body.marketing-page h1,
body.marketing-page h2,
body.marketing-page h3,
body.marketing-page h4 {
  font-family: var(--mp-font-display);
  font-weight: 400;
  margin: 0;
}

body.marketing-page p { margin: 0; }
body.marketing-page a { text-decoration: none; }

/* ── Header ───────────────────────────────────────────────────── */

.landing-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px;
  background: #121212;
  overflow: hidden;
}

.landing-logo {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #F5F5F5;
}

.landing-logo-icon {
  width: 32px;
  height: 32px;
  flex-shrink: 0;
}

.landing-logo-text {
  font-family: 'Instrument Serif', serif;
  font-style: italic;
  font-size: 24px;
  line-height: 32px;
  color: #F5F5F5;
  white-space: nowrap;
}

.landing-nav {
  display: flex;
  align-items: center;
  gap: 32px;
  padding: 10px;
}

.landing-nav-link {
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  color: #FFFFFF;
  white-space: nowrap;
}

.landing-nav-link:hover {
  opacity: 0.8;
}

.landing-nav-cart {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  color: #EAE6E0;
}

.landing-nav-cart svg {
  width: 24px;
  height: 24px;
}

.landing-nav-cart:hover {
  opacity: 0.8;
}

/* ── Hero ──────────────────────────────────────────────────────── */

.hero {
  position: relative;
  width: 100%;
  aspect-ratio: 1440 / 799;
  overflow: hidden;
}

.hero-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}

.hero-book-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 41.43%;
  overflow: hidden;
  z-index: 1;
}

.hero-book {
  position: absolute;
  top: -97%;
  left: 0;
  width: 100%;
  max-width: none;
  height: auto;
}

.hero-vignette {
  position: absolute;
  bottom: 0;
  left: -200px;
  right: -200px;
  height: 500px;
  z-index: 2;
  background: radial-gradient(ellipse 100% 100% at 50% 100%, rgba(115, 70, 61, 0.48) 0%, transparent 70%);
  pointer-events: none;
}

.hero-content {
  position: relative;
  z-index: 3;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 22px;
  padding-top: 10.42%;
}

body.marketing-page .hero-content h1 {
  font-family: 'Instrument Serif', serif;
  font-weight: 400;
  font-size: 72px;
  line-height: 90px;
  letter-spacing: -1.44px;
  text-align: center;
  color: #1F1815;
}

.hero-cta {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 10px 16px;
  background: #A15831;
  color: #FFFFFF;
  border-radius: 8px;
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
}

.hero-cta:hover {
  background: #8B4A29;
}

.hero-cta svg {
  opacity: 0.6;
}

.hero-indicators {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  pointer-events: none;
}

.hero-indicator {
  position: absolute;
}

.hero-indicator-line {
  width: 1px;
  height: 46px;
  background: #FFFFFF;
}

.hero-indicator p {
  margin-left: 6px;
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  color: #FFFFFF;
}

/* ── Promise + Belief Section ──────────────────────────────────── */

.promise {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.accent {
  color: #A15831;
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 4px;
}

/* -- Top: Film strip + iPhones + heading -- */

.promise-top {
  position: relative;
  width: 100%;
  aspect-ratio: 1440 / 860;
  overflow: hidden;
}

.promise-filmstrip {
  position: absolute;
  top: -5.3%;
  left: -0.8%;
  width: 102%;
  height: auto;
  z-index: 1;
}

.promise-heading {
  position: absolute;
  top: 46.5%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  text-align: center;
  max-width: 600px;
  width: 41.7%;
}

.promise-heading h2 {
  font-family: 'Instrument Serif', serif;
  font-weight: 400;
  font-size: 48px;
  line-height: 60px;
  letter-spacing: -0.96px;
  color: #1F1815;
}

.promise-sub {
  margin-top: 12px;
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  color: #423D36;
}

.promise-phone {
  position: absolute;
  z-index: 2;
  max-width: none;
}

.promise-phone-1 {
  left: -4%;
  top: 25.7%;
  width: 19.8%;
}

.promise-phone-2 {
  left: -3%;
  top: 56.3%;
  width: 22%;
}

.promise-phone-3 {
  right: -3.5%;
  top: 33.6%;
  width: 14.4%;
}

.promise-phone-4 {
  right: -3%;
  top: 53.2%;
  width: 16.4%;
}

/* -- Script text bridge -- */

.promise-script {
  position: relative;
  z-index: 3;
  display: flex;
  justify-content: center;
  margin-top: -3%;
  margin-bottom: -3%;
}

.promise-script img {
  width: 290px;
  height: auto;
  filter: drop-shadow(0 4px 74px rgba(248, 244, 242, 1));
}

/* -- Bottom: Belief section -- */

.promise-bottom {
  position: relative;
  width: 100%;
  padding: 4.2%;
}

.belief-frame {
  position: relative;
  border: 3px solid #FCD5C0;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 22.7% 0 5% 0;
  overflow: visible;
}

.belief-content {
  position: relative;
  z-index: 2;
  text-align: center;
  max-width: 600px;
}

.belief-content h2 {
  font-family: 'Instrument Serif', serif;
  font-weight: 400;
  font-size: 48px;
  line-height: 60px;
  letter-spacing: -0.96px;
  color: #1F1815;
}

.belief-content p {
  margin-top: 12px;
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  color: #423D36;
}

.belief-photo {
  position: absolute;
  z-index: 1;
  border-radius: 4px;
  object-fit: cover;
}

.belief-photo-tl {
  top: -11.4%;
  left: -4.8%;
  width: 26.8%;
  height: auto;
}

.belief-photo-left {
  top: 10.8%;
  left: -20.8%;
  width: 15.7%;
  height: auto;
  transform: rotate(-7.68deg);
}

.belief-photo-tr {
  top: -28.3%;
  right: 4.6%;
  width: 19.6%;
  height: auto;
  transform: rotate(0.13deg);
}

.belief-photo-right {
  top: 5.8%;
  right: -8.3%;
  width: 33.1%;
  height: auto;
  transform: rotate(-13.16deg);
}

.belief-photo-bottom {
  position: relative;
  margin: 32px auto 0;
  transform: rotate(0.13deg);
  width: 55.7%;
  height: auto;
}

/* ── Album Types Section ───────────────────────────────────────── */

.albums {
  position: relative;
  background: #F5F3EF;
  padding-bottom: 60px;
  overflow: hidden;
}

.albums-marquees {
  position: relative;
  height: 220px;
}

.marquee {
  position: absolute;
  left: -7%;
  width: 114%;
  overflow: hidden;
  background-size: cover;
  background-position: center;
}

.marquee-top {
  top: 0;
  transform: rotate(-2.37deg);
  background-image: url('/static/images/landing/marquee-top.png');
  padding: 32px 0;
  box-shadow: 0 1px 2px rgba(0,0,0,0.05);
}

.marquee-bottom {
  top: 96px;
  background: #EDE4D3;
  padding: 32px 0;
  border-top: 15px solid #D4BB8C;
  border-bottom: 15px solid #D4BB8C;
}

.marquee-track {
  display: flex;
  align-items: center;
  gap: 80px;
  white-space: nowrap;
  animation: marquee-scroll 30s linear infinite;
}

@keyframes marquee-scroll {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

.marquee-item {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: 'Instrument Serif', serif;
  color: #423D36;
}

.marquee-top .marquee-item {
  opacity: 0.75;
}

.marquee-item span {
  font-size: 30px;
  line-height: 38px;
  font-style: normal;
}

.marquee-bottom .marquee-item span {
  font-size: 36px;
  line-height: 44px;
  letter-spacing: -0.72px;
}

.marquee-item em {
  font-size: 48px;
  line-height: 60px;
  letter-spacing: -0.96px;
  font-style: italic;
}

/* -- Heading -- */

.albums-heading {
  text-align: center;
  max-width: 600px;
  margin: 60px auto;
  padding: 0 1.5rem;
}

.albums-heading h2 {
  font-family: 'Instrument Serif', serif;
  font-weight: 400;
  font-size: 48px;
  line-height: 60px;
  letter-spacing: -0.96px;
  color: #1F1815;
}

.albums-heading p {
  margin-top: 12px;
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  color: #423D36;
}

/* -- Album Cards -- */

.albums-list {
  display: flex;
  justify-content: center;
  gap: 60px;
  padding: 0 1.5rem;
}

.album-card {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 311px;
  color: inherit;
  cursor: pointer;
}

.album-card:hover { text-decoration: none; color: inherit; }

.album-card-cover {
  height: 445px;
}

.album-card-spread {
  display: none;
  height: 445px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 16px;
}

.album-card:hover .album-card-cover { display: none; }
.album-card:hover .album-card-spread { display: flex; }

.album-card-spread img {
  width: 100%;
  height: auto;
  border-radius: 2px;
  box-shadow: 0 4px 16px rgba(0,0,0,0.1);
}

.album-card-spread-cta {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2px;
}

.album-card-spread-title {
  font-family: 'Instrument Serif', serif;
  font-style: italic;
  font-size: 24px;
  line-height: 32px;
  color: #1F1815;
}

.album-card-spread-pages {
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  color: #423D36;
}

.album-card-frame {
  background: #EAE6E0;
  border: 1px solid #F8F4F2;
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
  justify-content: flex-end;
  height: 100%;
  padding: 15px 32px;
  overflow: hidden;
  position: relative;
}

.album-card-frame--dark {
  background-size: cover;
  background-position: center;
}

.album-card-frame--dark::after {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.45);
}

.album-card-frame--dark .album-card-title,
.album-card-frame--dark .album-card-image {
  position: relative;
  z-index: 1;
}

.album-card-frame--dark .album-card-title {
  color: #FFFFFF;
}

.album-card-title {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding-top: 32px;
  color: #121212;
}

.album-card-your {
  font-family: 'Instrument Serif', serif;
  font-style: italic;
  font-size: 24px;
  line-height: 32px;
  margin-bottom: -10px;
}

.album-card-name {
  font-family: 'Instrument Serif', serif;
  font-size: 36px;
  line-height: 44px;
  letter-spacing: -0.72px;
}

.album-card-image {
  width: 100%;
  aspect-ratio: 4/5;
}

.album-card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.album-card-price {
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  color: #423D36;
  text-align: center;
}

/* ── Pricing Section ───────────────────────────────────────────── */

.pricing {
  background: #1F1815;
  padding: 100px 60px 100px;
}

.pricing-inner {
  max-width: 1140px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 44px;
}

.pricing-cards {
  display: flex;
  border-top: 1px solid #5A534A;
  border-bottom: 1px solid #5A534A;
}

.pricing-card {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 44px 20px;
  text-align: center;
  border-right: 1px solid #5A534A;
}

.pricing-card:last-child {
  border-right: none;
}

.pricing-card-top {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.pricing-card-label {
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #A79D8F;
}

.pricing-card-price {
  font-family: 'Instrument Serif', serif;
  font-weight: 400;
  font-size: 60px;
  line-height: 72px;
  letter-spacing: -1.2px;
  color: #A15831;
}

.pricing-card-size {
  font-family: 'Instrument Serif', serif;
  font-weight: 400;
  font-size: 24px;
  line-height: 32px;
  color: #DDD7CF;
}

.pricing-card-extra {
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #A79D8F;
}

.pricing-note {
  display: flex;
  align-items: center;
  gap: 6px;
}

.pricing-note p {
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #8E8578;
}

/* ── Free Delivery Section ─────────────────────────────────────── */

.delivery {
  position: relative;
  background: #EAE6E0;
  padding: 200px 0 100px;
  overflow: visible;
}

.delivery-banner {
  position: absolute;
  top: -50px;
  left: -3%;
  width: 107%;
  transform: rotate(-2.37deg);
  transform-origin: center center;
  background: #A15831;
  padding: 32px;
  border-bottom: 2px dashed #F8F4F2;
  box-shadow: 0 1px 2px rgba(0,0,0,0.05);
  z-index: 10;
}

.delivery-banner-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 32px;
}

.delivery-banner-bold {
  font-family: 'Inter', sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 30px;
  color: #FFFFFF;
}

.delivery-banner-plane {
  flex-shrink: 0;
}

.delivery-banner-italic {
  font-family: 'Instrument Serif', serif;
  font-style: italic;
  font-size: 36px;
  line-height: 44px;
  letter-spacing: -0.72px;
  color: #FFFFFF;
}

.delivery-content {
  max-width: 500px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 38px;
  text-align: center;
}

.delivery-icons {
  display: flex;
  align-items: center;
  gap: 38px;
}

.delivery-heading {
  font-family: 'Instrument Serif', serif;
  font-weight: 400;
  font-size: 36px;
  line-height: 44px;
  letter-spacing: -0.72px;
  color: #423D36;
}

.delivery-body {
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  color: #5A534A;
}

/* ── Photo Gallery Section ─────────────────────────────────────── */

.gallery {
  width: 100%;
}

.gallery-row {
  display: flex;
  gap: 10px;
}

.gallery-ticket {
  position: relative;
  width: 32.2%;
  flex-shrink: 0;
  aspect-ratio: 464 / 437;
  overflow: hidden;
}

.gallery-ticket-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.gallery-ticket-text {
  position: absolute;
  top: 36.4%;
  left: 50%;
  transform: translateX(-50%);
  font-family: 'Instrument Serif', serif;
  font-weight: 400;
  font-size: 48px;
  line-height: 60px;
  letter-spacing: -0.96px;
  text-align: center;
  color: #FAFAFA;
  width: 88%;
}

.gallery-ticket-clip {
  position: absolute;
  top: -9%;
  right: -10%;
  width: 32%;
  height: auto;
  transform: rotate(153deg);
}

.gallery-photos-top {
  display: flex;
  flex: 1;
  gap: 10px;
}

.gallery-photo {
  flex: 1;
  overflow: hidden;
}

.gallery-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.gallery-row-bottom {
  position: relative;
  margin-top: 0;
}

.gallery-row-bottom .gallery-photo {
  aspect-ratio: 473 / 437;
}

.gallery-stamp {
  position: absolute;
  top: -23%;
  right: -1%;
  width: 14%;
  height: auto;
  transform: rotate(16.34deg);
}

/* ── Bookmaking Process Section ────────────────────────────────── */

.process {
  background: #F8F4F2;
  padding: 100px 60px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
}

.process-heading {
  text-align: center;
  max-width: 600px;
}

.process-heading h2 {
  font-family: 'Instrument Serif', serif;
  font-weight: 400;
  font-size: 48px;
  line-height: 60px;
  letter-spacing: -0.96px;
  color: #1F1815;
}

.process-heading p {
  margin-top: 12px;
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  color: #423D36;
}

.process-steps {
  display: flex;
  align-items: center;
}

.process-card {
  width: 357px;
  padding: 15px;
  border-radius: 8px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  gap: 10px;
  flex-shrink: 0;
}

.process-card--peach { background: #F8A071; z-index: 3; }
.process-card--white { background: #FFFFFF; z-index: 2; }
.process-card--tan { background: #C7B196; z-index: 1; }

.process-card-image {
  width: 100%;
  aspect-ratio: 5/4;
  border-radius: 6px;
  overflow: hidden;
}

.process-card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.process-card-step {
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  color: #000000;
}

.process-card h3 {
  font-family: 'Instrument Serif', serif;
  font-weight: 400;
  font-size: 36px;
  line-height: 44px;
  letter-spacing: -0.72px;
  color: #121212;
  margin: 0;
}

.process-card p {
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #423D36;
  margin-top: 4px;
}

.process-arrow {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  background: #A15831;
  padding: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-left: -20px;
  margin-right: -20px;
  z-index: 4;
}

.process-arrow-inner {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: linear-gradient(149deg, rgba(0,0,0,0.33) 19%, rgba(102,102,102,0.33) 92%), #F8A071;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* ── FAQ + CTA Section ─────────────────────────────────────────── */

.faq-section {
  background: #EAE6E0;
  padding: 100px 160px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 42px;
}

.ticket {
  width: 100%;
  background: #FFFFFF;
  display: flex;
  height: 419px;
  box-shadow: 0 12px 12px rgba(0,0,0,0.11);
}

.ticket-left {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 24px;
  padding: 24px 0;
  border-right: 1.5px dashed #736B60;
}

.ticket-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 0 24px;
}

.ticket-faq-title {
  font-family: 'Instrument Serif', serif;
  font-weight: 400;
  font-size: 36px;
  line-height: 44px;
  letter-spacing: -0.72px;
  color: #121212;
}

.ticket-faq-sub {
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  color: #423D36;
  margin-top: 4px;
}

.ticket-barcode {
  width: 140px;
  height: 35px;
  object-fit: cover;
  flex-shrink: 0;
}

.ticket-questions {
  flex: 1;
  background: #A15831;
  padding: 0 24px 12px;
  overflow-y: auto;
}

.ticket-faq-item {
  padding: 35px 0 15px;
  border-top: 1px solid rgba(229,229,229,0.3);
}

.ticket-faq-item:first-child {
  border-top: none;
}

.ticket-faq-item summary {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #FFFFFF;
  list-style: none;
}

.ticket-faq-item summary::-webkit-details-marker { display: none; }

.ticket-faq-item summary::after {
  content: '+';
  font-size: 24px;
  font-weight: 300;
  color: #FFFFFF;
  border: 1.5px solid rgba(255,255,255,0.5);
  border-radius: 50%;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  line-height: 1;
}

.ticket-faq-item[open] summary::after { content: '−'; }

.ticket-faq-item p {
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: rgba(255,255,255,0.85);
  margin-top: 12px;
}

.ticket-boarding {
  display: flex;
  justify-content: space-between;
  padding: 0 24px;
}

.ticket-boarding-item {
  display: flex;
  flex-direction: column;
  gap: 4px;
  flex: 1;
  max-width: 160px;
}

.ticket-boarding-item span {
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  color: #8E8578;
}

.ticket-boarding-item strong {
  font-family: 'Instrument Serif', serif;
  font-weight: 400;
  font-size: 36px;
  line-height: 44px;
  letter-spacing: -0.72px;
  color: #121212;
}

.ticket-right {
  width: 277px;
  flex-shrink: 0;
  padding: 32px 24px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 40px;
}

.ticket-right-top {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 8px;
}

.ticket-airline-logo {
  width: 56px;
  height: 25px;
  object-fit: contain;
}

.ticket-airline-name {
  font-family: 'Instrument Serif', serif;
  font-weight: 400;
  font-size: 30px;
  line-height: 38px;
  color: #121212;
  text-align: right;
}

.ticket-right-rotated {
  flex: 1;
  width: 100%;
  container-type: size;
}

.ticket-right-inner {
  transform: rotate(-90deg);
  transform-origin: center center;
  width: 100cqh;
  height: 100cqw;
  position: relative;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.ticket-right-faq {
  font-family: 'Instrument Serif', serif;
  font-size: 30px;
  line-height: 38px;
  color: #121212;
}

.ticket-right-boarding {
  display: flex;
  justify-content: space-between;
  color: #8E8578;
}

.ticket-right-boarding-item {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.ticket-right-boarding-item span {
  font-family: 'Inter', sans-serif;
  font-size: 12px;
  line-height: 18px;
}

.ticket-right-boarding-item strong {
  font-family: 'Instrument Serif', serif;
  font-weight: 400;
  font-size: 24px;
  line-height: 32px;
  color: #8E8578;
}

.ticket-right-route {
  display: flex;
  align-items: center;
  gap: 16px;
  font-family: 'Instrument Serif', serif;
  font-size: 30px;
  line-height: 38px;
  color: #121212;
}

.ticket-plane-icon {
  width: 22px;
  height: 21px;
  transform: rotate(90deg);
}

.ticket-barcode-small {
  width: 140px;
  height: 35px;
  object-fit: cover;
}

/* -- Final CTA -- */

.final-cta {
  text-align: center;
  max-width: 600px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}

.final-cta h2 {
  font-family: 'Instrument Serif', serif;
  font-weight: 400;
  font-size: 48px;
  line-height: 60px;
  letter-spacing: -0.96px;
  color: #1F1815;
}

.final-cta p {
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  color: #423D36;
}

.final-cta .hero-cta {
  margin-top: 12px;
}

/* ── Footer ────────────────────────────────────────────────────── */

.landing-footer {
  background: #EAE6E0;
  padding: 32px 32px 200px;
}

.footer-inner {
  border-top: 1px solid #A79D8F;
  border-bottom: 1px solid #A79D8F;
  display: flex;
  gap: 32px;
}

.footer-newsletter {
  width: 378px;
  flex-shrink: 0;
  border-right: 1px solid #A15831;
  padding: 32px 60px 32px 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.footer-col-label {
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  color: #8E8578;
}

.footer-newsletter-form {
  padding: 35px 0 15px;
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.footer-newsletter-cta {
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #A15831;
}

.footer-newsletter-input {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #A15831;
  padding: 5px 0;
}

.footer-newsletter-input input {
  background: none;
  border: none;
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1F1815;
  flex: 1;
  outline: none;
}

.footer-newsletter-input input::placeholder {
  color: #8E8578;
}

.footer-newsletter-input button {
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
}

.footer-newsletter-terms {
  font-family: 'Inter', sans-serif;
  font-size: 12px;
  line-height: 18px;
  color: #8E8578;
}

.footer-columns {
  flex: 1;
  display: flex;
  gap: 10px;
  padding-top: 32px;
}

.footer-col {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.footer-link {
  font-family: 'Instrument Serif', serif;
  font-weight: 400;
  font-size: 24px;
  line-height: 32px;
  color: #1F1815;
}

.footer-link:hover {
  color: #A15831;
}

.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;
}
