/* ============================================================
   Beshy landing — "Paper Garden"
   Matisse-cutout warmth × Airbnb editorial calm.
   Cream paper, terracotta ink, organic shapes, serif voice.
   ============================================================ */

@import url('fonts/fonts.css');

:root {
  /* paper & ink */
  --cream:       #FAF4E8;
  --cream-deep:  #F3EAD7;
  --paper:       #FFFDF7;
  --ink:         #2B2118;
  --ink-soft:    #5C4F42;
  --ink-faint:   #8C7D6B;
  --line:        #E5D9C3;

  /* cutout palette */
  --terracotta:  #FF3B5C;
  --terracotta-deep: #E22950;
  --sand:        #FFCFC2;
  --sage:        #8FA678;
  --sage-deep:   #6E8A5B;
  --sky:         #7FA3A1;
  --blush:       #FF9D8A;
  --butter:      #E9B84C;

  --display: "Fraunces", Georgia, "Times New Roman", serif;
  --body: "Hanken Grotesk", -apple-system, "Segoe UI", sans-serif;

  --radius-lg: 28px;
  --radius-md: 18px;
  --shadow-soft: 0 18px 50px rgba(43, 33, 24, .10);
  --shadow-card: 0 8px 26px rgba(43, 33, 24, .07);

  --pad: clamp(20px, 5vw, 56px);
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  font-family: var(--body);
  background: var(--cream);
  color: var(--ink);
  line-height: 1.6;
  font-size: 17px;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

/* paper grain over everything */
body::after {
  content: ""; position: fixed; inset: 0; pointer-events: none; z-index: 9999;
  opacity: .05; mix-blend-mode: multiply;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='160' height='160'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2'/%3E%3C/filter%3E%3Crect width='160' height='160' filter='url(%23n)'/%3E%3C/svg%3E");
}

a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
::selection { background: var(--sand); color: var(--ink); }

/* ---------- entrance choreography ---------- */
@keyframes rise { from { opacity: 0; transform: translateY(22px); } to { opacity: 1; transform: none; } }
.rise { opacity: 0; animation: rise .8s cubic-bezier(.2,.7,.2,1) forwards; }
.d1 { animation-delay: .05s } .d2 { animation-delay: .15s } .d3 { animation-delay: .25s }
.d4 { animation-delay: .35s } .d5 { animation-delay: .5s }  .d6 { animation-delay: .65s }

@keyframes drift { 0%,100% { transform: translateY(0) rotate(var(--rot,0deg)); } 50% { transform: translateY(-10px) rotate(calc(var(--rot,0deg) + 2deg)); } }
.shape { position: absolute; pointer-events: none; animation: drift 9s ease-in-out infinite; }
.shape:nth-child(odd) { animation-duration: 12s; }

@media (prefers-reduced-motion: reduce) {
  .rise { opacity: 1; animation: none; }
  .shape { animation: none; }
  .ticker-track { animation: none !important; }
}

/* ---------- nav ---------- */
.nav {
  display: flex; align-items: center; gap: 28px;
  max-width: 1200px; margin: 0 auto; padding: 26px var(--pad) 8px;
  position: relative; z-index: 5;
}
.logo {
  font-family: var(--display); font-weight: 600; font-size: 1.55rem; letter-spacing: -.01em;
  display: inline-flex; align-items: center; gap: 10px;
}
.logo svg { width: 30px; height: 30px; }
.nav-links { display: flex; gap: 26px; margin-left: auto; font-weight: 600; font-size: .95rem; color: var(--ink-soft); }
.nav-links a { padding: 6px 2px; border-bottom: 2px solid transparent; transition: border-color .2s, color .2s; }
.nav-links a:hover { color: var(--ink); border-color: var(--terracotta); }
.nav-actions { display: flex; align-items: center; gap: 14px; }
.lang-select {
  font-family: var(--body); font-weight: 600; font-size: .85rem; color: var(--ink-soft);
  background: transparent; border: 1.5px solid var(--line); border-radius: 999px; padding: 7px 12px; cursor: pointer;
}
.btn-login { font-weight: 700; font-size: .95rem; color: var(--ink); padding: 9px 6px; }
.btn-login:hover { color: var(--terracotta); }
.btn-cta {
  background: var(--ink); color: var(--cream); font-weight: 700; font-size: .95rem;
  padding: 11px 22px; border-radius: 999px; transition: transform .15s, background .2s;
}
.btn-cta:hover { background: var(--terracotta-deep); transform: translateY(-1px); }

@media (max-width: 760px) { .nav-links { display: none; } }

/* ---------- hero ---------- */
.hero {
  max-width: 1200px; margin: 0 auto; padding: clamp(36px, 6vw, 84px) var(--pad) 40px;
  display: grid; grid-template-columns: minmax(0, 7fr) minmax(0, 5fr);
  gap: clamp(28px, 5vw, 72px); align-items: center; position: relative;
}
@media (max-width: 900px) { .hero { grid-template-columns: 1fr; } }

.kicker {
  display: inline-flex; align-items: center; gap: 10px;
  font-weight: 700; font-size: .82rem; letter-spacing: .12em; text-transform: uppercase;
  color: var(--terracotta);
}
.kicker::before { content: ""; width: 26px; height: 2px; background: var(--terracotta); border-radius: 2px; }

.hero h1 {
  font-family: var(--display); font-weight: 560; font-variation-settings: "opsz" 130;
  font-size: clamp(2.7rem, 6.2vw, 4.6rem); line-height: 1.04; letter-spacing: -.022em;
  margin: 18px 0 22px; max-width: 11em;
}
.hero h1 .swash {
  font-style: italic; font-weight: 480; color: var(--terracotta); position: relative; white-space: nowrap;
}
.hero h1 .swash svg {
  position: absolute; left: 0; right: 0; bottom: -.18em; width: 100%; height: .35em; overflow: visible;
}
.hero h1 .swash path {
  fill: none; stroke: var(--sand); stroke-width: 7; stroke-linecap: round;
  stroke-dasharray: 240; stroke-dashoffset: 240; animation: draw 1s .9s ease forwards;
}
@keyframes draw { to { stroke-dashoffset: 0; } }

.hero .lede { font-size: 1.15rem; color: var(--ink-soft); max-width: 34em; margin-bottom: 30px; }
.hero .lede strong { color: var(--ink); }

.hero-cta { display: flex; align-items: center; gap: 18px; flex-wrap: wrap; }
.btn-primary {
  background: var(--terracotta); color: #fff; font-weight: 700; font-size: 1.02rem;
  padding: 15px 30px; border-radius: 999px; box-shadow: 0 10px 24px rgba(255,59,92,.30);
  transition: transform .15s, box-shadow .2s, background .2s;
}
.btn-primary:hover { background: var(--terracotta-deep); transform: translateY(-2px); box-shadow: 0 14px 30px rgba(255,59,92,.38); }
.link-quiet { font-weight: 700; color: var(--ink-soft); border-bottom: 2px solid var(--line); padding-bottom: 2px; transition: color .2s, border-color .2s; }
.link-quiet:hover { color: var(--ink); border-color: var(--terracotta); }

.hero-fine { margin-top: 22px; font-size: .9rem; color: var(--ink-faint); display: flex; gap: 18px; flex-wrap: wrap; }
.hero-fine span { display: inline-flex; align-items: center; gap: 7px; }
.hero-fine svg { width: 15px; height: 15px; color: var(--sage-deep); flex: none; }

/* hero collage: cutout shapes + veiled photo card */
.hero-art { position: relative; min-height: 420px; display: flex; flex-direction: column; justify-content: center; }
@media (max-width: 900px) { .hero-art { min-height: 380px; max-width: 430px; margin: 0 auto; width: 100%; } }

.veil-card {
  position: relative; border-radius: var(--radius-lg); overflow: hidden;
  box-shadow: var(--shadow-soft); transform: rotate(2.2deg);
  border: 8px solid var(--paper); background: var(--paper);
  cursor: pointer; z-index: 3;
}
.veil-card img { width: 100%; transition: filter .5s ease, transform .5s ease; filter: blur(22px) saturate(1.15); transform: scale(1.1); }
.veil-card.revealed img { filter: none; transform: none; }
.veil-tag {
  position: absolute; inset: 0; display: flex; flex-direction: column; gap: 10px;
  align-items: center; justify-content: center; text-align: center;
  color: var(--ink); transition: opacity .35s ease; padding: 20px;
}
.veil-card.revealed .veil-tag { opacity: 0; }
.veil-tag .stamp {
  font-family: var(--display); font-style: italic; font-weight: 500; font-size: 1.3rem;
  background: var(--cream); border-radius: 999px; padding: 10px 22px; box-shadow: var(--shadow-card);
}
.veil-tag small { font-weight: 700; font-size: .8rem; letter-spacing: .1em; text-transform: uppercase; color: var(--ink-soft); background: var(--cream); padding: 5px 12px; border-radius: 999px; }
.refrost {
  position: absolute; right: 14px; bottom: 64px; z-index: 4; opacity: 0; pointer-events: none;
  font-family: var(--body); font-weight: 700; font-size: .82rem; color: var(--ink);
  background: var(--cream); border: 0; border-radius: 999px; padding: 9px 16px; cursor: pointer;
  box-shadow: var(--shadow-card); transition: opacity .3s ease;
}
.refrost.show { opacity: 1; pointer-events: auto; }
.veil-cap { margin-top: 40px; font-size: .92rem; color: var(--ink-faint); max-width: 36em; position: relative; z-index: 3; }

/* the cutouts behind/around the card */
.cut-sun   { width: 120px; top: -36px; right: -20px; --rot: 8deg;  z-index: 1; }
.cut-leaf  { width: 150px; bottom: 4px; left: -56px; --rot: -10deg; z-index: 4; }
.cut-wave  { width: 220px; bottom: -34px; right: -34px; --rot: -3deg; z-index: 1; }
.cut-sprig { width: 70px;  top: 36px; left: -34px; --rot: 14deg; z-index: 1; }

/* ---------- ticker ---------- */
.ticker {
  border-top: 1.5px solid var(--line); border-bottom: 1.5px solid var(--line);
  overflow: hidden; background: var(--cream-deep); white-space: nowrap;
}
.ticker-track {
  display: inline-block; padding: 13px 0; animation: ticker 36s linear infinite;
  font-family: var(--display); font-style: italic; font-size: 1.06rem; color: var(--ink-soft);
}
.ticker-track span { margin: 0 26px; }
.ticker-track .dot { color: var(--terracotta); font-style: normal; }
@keyframes ticker { from { transform: translateX(0); } to { transform: translateX(-50%); } }

/* ---------- sections ---------- */
.section { max-width: 1200px; margin: 0 auto; padding: clamp(56px, 9vw, 110px) var(--pad); position: relative; }
.section-head { max-width: 56ch; margin-bottom: clamp(32px, 5vw, 56px); }
.section-head h2 {
  font-family: var(--display); font-weight: 560; font-variation-settings: "opsz" 90;
  font-size: clamp(1.9rem, 4vw, 2.8rem); line-height: 1.12; letter-spacing: -.018em; margin: 14px 0 14px;
}
.section-head p { color: var(--ink-soft); font-size: 1.06rem; }

/* promises: airbnb cards, staggered */
.promises { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
@media (max-width: 880px) { .promises { grid-template-columns: 1fr; } }
.promise {
  background: var(--paper); border-radius: var(--radius-lg); padding: 34px 28px 30px;
  box-shadow: var(--shadow-card); border: 1px solid rgba(229,217,195,.6);
  transition: transform .25s cubic-bezier(.2,.7,.2,1), box-shadow .25s;
  position: relative; overflow: hidden;
}
.promise:hover { transform: translateY(-6px); box-shadow: var(--shadow-soft); }
.promise:nth-child(2) { transform: translateY(26px); }
.promise:nth-child(2):hover { transform: translateY(20px); }
@media (max-width: 880px) { .promise:nth-child(2), .promise:nth-child(2):hover { transform: none; } }
.promise .cut { width: 64px; height: 64px; margin-bottom: 20px; }
.promise h3 { font-family: var(--display); font-weight: 600; font-size: 1.35rem; letter-spacing: -.01em; margin-bottom: 10px; }
.promise p { color: var(--ink-soft); font-size: .98rem; }
.promise .corner { position: absolute; right: -26px; bottom: -26px; width: 110px; opacity: .12; }

/* steps: editorial numerals */
.steps { border-top: 1.5px solid var(--line); }
.step {
  display: grid; grid-template-columns: 130px 1fr; gap: 26px; align-items: baseline;
  padding: 34px 6px; border-bottom: 1.5px solid var(--line);
}
@media (max-width: 700px) { .step { grid-template-columns: 70px 1fr; } }
.step .n {
  font-family: var(--display); font-weight: 480; font-variation-settings: "opsz" 144;
  font-size: clamp(2.6rem, 5vw, 3.6rem); color: var(--terracotta); font-style: italic; line-height: 1;
}
.step h3 { font-family: var(--display); font-weight: 600; font-size: 1.3rem; margin-bottom: 6px; }
.step p { color: var(--ink-soft); max-width: 52ch; }

/* quote band */
.quote-band {
  background: var(--terracotta); color: var(--cream); position: relative; overflow: hidden;
}
.quote-band .section { padding-top: clamp(64px, 9vw, 110px); padding-bottom: clamp(64px, 9vw, 110px); }
.quote-band blockquote {
  font-family: var(--display); font-style: italic; font-weight: 480;
  font-variation-settings: "opsz" 110;
  font-size: clamp(1.6rem, 3.6vw, 2.6rem); line-height: 1.25; letter-spacing: -.01em;
  max-width: 24em; position: relative; z-index: 2;
}
.quote-band figcaption { margin-top: 26px; font-family: var(--body); font-weight: 700; font-size: .95rem; opacity: .85; position: relative; z-index: 2; }
.quote-band .cut-sun2 { width: 190px; top: -50px; right: 6%; opacity: .9; }
.quote-band .cut-leaf2 { width: 230px; bottom: -70px; left: -40px; opacity: .35; }

/* faq */
.faq { max-width: 760px; }
.faq details { border-bottom: 1.5px solid var(--line); }
.faq summary {
  cursor: pointer; list-style: none; display: flex; align-items: center; justify-content: space-between; gap: 18px;
  font-family: var(--display); font-weight: 600; font-size: 1.18rem; letter-spacing: -.01em;
  padding: 22px 4px;
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; font-family: var(--body); font-weight: 400; font-size: 1.5rem; color: var(--terracotta); transition: transform .25s; flex: none; }
.faq details[open] summary::after { transform: rotate(45deg); }
.faq .a { padding: 0 4px 24px; color: var(--ink-soft); max-width: 60ch; }
.faq .a a { color: var(--terracotta); font-weight: 600; }

/* final cta */
.final { text-align: center; position: relative; }
.final h2 {
  font-family: var(--display); font-weight: 560; font-variation-settings: "opsz" 130;
  font-size: clamp(2.2rem, 5vw, 3.4rem); letter-spacing: -.02em; line-height: 1.1; margin-bottom: 14px;
}
.final p { color: var(--ink-soft); margin-bottom: 30px; }
.final .cut-sprig2 { width: 86px; left: 12%; top: 0; --rot: -12deg; }
.final .cut-wave2 { width: 170px; right: 9%; bottom: -8px; --rot: 5deg; }

/* footer */
.footer { border-top: 1.5px solid var(--line); background: var(--cream-deep); }
.footer-grid {
  max-width: 1200px; margin: 0 auto; padding: 48px var(--pad) 24px;
  display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 36px;
}
@media (max-width: 760px) { .footer-grid { grid-template-columns: 1fr; } }
.footer .logo { font-size: 1.3rem; margin-bottom: 12px; }
.footer p { color: var(--ink-faint); font-size: .92rem; max-width: 34em; }
.footer h4 { font-weight: 700; font-size: .82rem; letter-spacing: .1em; text-transform: uppercase; color: var(--ink-faint); margin-bottom: 14px; }
.footer-col a { display: block; color: var(--ink-soft); font-weight: 600; font-size: .95rem; padding: 5px 0; }
.footer-col a:hover { color: var(--terracotta); }
.footer-bottom {
  max-width: 1200px; margin: 0 auto; padding: 18px var(--pad) 34px;
  font-size: .85rem; color: var(--ink-faint); border-top: 1px solid var(--line);
}
