/* Say Love — static, dependency-free, RTL coming-soon page. */
:root {
  color-scheme: light;
  --cream: #f8f5ef;
  --ink: #382f28;
  --muted: #73695f;
  --gold: #a57a46;
  --line: #e3dbcf;
  --green: #64715a;
  --loop: 10s;
  --travel-x: 42px;
  --travel-y: 48px;
  font-family: "Segoe UI", "Arial", sans-serif;
  font-synthesis: none;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--cream); color: var(--ink); -webkit-font-smoothing: antialiased; }
body::before { content: ""; position: fixed; inset: 0; pointer-events: none; z-index: -1; background: radial-gradient(ellipse at 15% 35%, #e8dfcc66, transparent 45%), radial-gradient(ellipse at 95% 0%, #ffffffb3, transparent 50%); }
a { color: inherit; text-decoration: none; }
a { -webkit-tap-highlight-color: transparent; }
a:focus-visible { outline: 3px solid var(--green); outline-offset: 5px; }
svg { display: block; }
[hidden] { display: none !important; }
.page-shell { width: min(1240px, calc(100% - 112px)); margin-inline: auto; }
.skip-link { position: fixed; inset-block-start: 12px; inset-inline-start: 16px; padding: 12px 20px; border-radius: 8px; background: var(--ink); color: white; z-index: 10; transform: translateY(-170%); }
.skip-link:focus { transform: none; }
.site-header { min-height: 138px; display: flex; align-items: center; justify-content: space-between; border-block-end: 1px solid var(--line); gap: 24px; }
.brand { display: inline-flex; flex-direction: column; align-items: center; padding: 12px 0; }
.brand-name { position: relative; font-family: "Palatino Linotype", "Book Antiqua", Georgia, serif; font-size: 44px; font-weight: 400; font-style: italic; letter-spacing: -2.5px; line-height: 1.2; }
.brand-heart { position: absolute; font-family: Georgia, serif; font-size: 22px; top: -5px; right: -18px; transform: rotate(16deg); color: var(--gold); }
.brand-description { font-size: .75rem; letter-spacing: 1.6px; margin-block-start: 5px; color: var(--muted); }
.brand-message { margin: 0; font-size: .875rem; line-height: 1.7; color: var(--muted); text-align: end; }
.brand-message > span { display: block; }
.message-heart { color: var(--gold); font-size: 21px; margin-inline-start: 6px; vertical-align: -1px; }
.hero { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 36px; min-height: 594px; padding-block: 24px 38px; }
.hero-copy { padding-block: 26px; position: relative; z-index: 1; }
.status { display: inline-flex; align-items: center; gap: 9px; margin: 0 0 20px; border: 1px solid #ded5c6; background: #fffaf3a6; border-radius: 30px; padding: 7px 13px; font-size: .8125rem; color: #766347; }
.status-dot { width: 6px; height: 6px; border-radius: 50%; background: #819072; box-shadow: 0 0 0 4px #82907215; }
h1 { font-size: clamp(3.6rem, 6.7vw, 6.2rem); line-height: 1.14; letter-spacing: -4px; font-weight: 650; margin: 0; text-wrap: balance; }
h1 > span:first-child { color: var(--gold); }
.title-period { color: var(--gold); }
.small-rule { display: flex; align-items: center; gap: 12px; width: 144px; color: var(--gold); font-family: Georgia, serif; font-size: 24px; line-height: 1; margin-block: 25px 26px; }
.small-rule span { height: 1px; flex: 1; background: #c7b396; }
.hero-lead { font-size: clamp(1.125rem, 1.7vw, 1.4rem); font-weight: 500; line-height: 1.6; margin: 0 0 6px; }
.hero-description { max-width: 410px; font-size: 1.0625rem; line-height: 1.9; color: var(--muted); margin: 0; text-wrap: pretty; }
.primary-link { display: inline-flex; align-items: center; justify-content: center; gap: 12px; min-height: 48px; margin-block-start: 29px; padding: 10px 22px; border: 1px solid #1fbd5b; border-radius: 999px; font-size: .9375rem; font-weight: 500; transition: background .2s, transform .2s; }
.primary-link > svg { width: 21px; height: 21px; fill: none; stroke: currentColor; stroke-width: 1.5; }
.link-arrow { font-size: 22px; margin-inline-start: 15px; line-height: 1; }
.cta-note { margin: 12px 0 0; color: var(--muted); font-size: .8125rem; }
.visual-column { min-width: 0; position: relative; align-self: center; }
.booth-scene { position: relative; width: 100%; max-width: 560px; margin-inline: auto; isolation: isolate; }
.booth-scene::before { position: absolute; z-index: -1; content: ""; width: 83%; height: 81%; inset: 10% 8% auto auto; border-radius: 48% 48% 44% 44%; background: radial-gradient(ellipse at 52% 47%, #f1e4ccaa, #ede4d380 60%, #efe7d52b); }
.booth-art { width: 100%; height: auto; overflow: visible; }
.orbit { position: absolute; z-index: -1; border: 1px solid #cdbfa03d; border-radius: 50%; pointer-events: none; }
.orbit-one { width: 84%; height: 79%; inset: 12% 9% auto auto; transform: rotate(-20deg); }
.orbit-two { width: 96%; height: 64%; inset: 21% 2% auto auto; transform: rotate(28deg); }
.scene-note { position: absolute; inset-block-start: 26%; inset-inline-end: -2%; font-size: .75rem; color: #7d715f; background: #fffdf6ed; border: 1px solid #e2d8c6; border-radius: 6px; padding: 10px 13px; transform: rotate(-7deg); box-shadow: 0 6px 18px #75664408; z-index: 1; white-space: nowrap; }
.scene-note > span { font-size: 17px; color: var(--gold); vertical-align: -1px; margin-inline-end: 4px; }
.scene-spark { position: absolute; color: #b89663; font-size: 31px; line-height: 1; }
.spark-one { inset-block-start: 18%; inset-inline-start: 19%; }
.spark-two { inset-block-start: 68%; inset-inline-end: 13%; font-size: 20px; }
.scene-heart { position: absolute; inset-block-start: 56%; inset-inline-start: 11%; font-family: Georgia, serif; font-size: 35px; color: #ae917761; transform: rotate(14deg); }
.contact-section { border-block-start: 1px solid var(--line); padding-block: 30px 37px; }
.contact-heading { text-align: center; margin-block-end: 20px; }
.contact-heading h2 { font-size: 1.125rem; font-weight: 600; margin: 0; }
/* Slim platform-colored buttons; the hero is the only WhatsApp entry point. */
.primary-link.whatsapp-cta { background: #25d366; color: #073c25; }
.contact-actions { display: flex; justify-content: center; gap: 16px; }
.contact-round { display: grid; place-items: center; width: 50px; height: 50px; border-radius: 50%; border: 1px solid currentColor; background: #fffcf6; transition: transform .2s, background .2s; }
.contact-round svg { width: 22px; height: 22px; fill: none; stroke: currentColor; stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round; }
.contact-round.mail { color: #c5221f; }
.contact-round.instagram { color: #b32972; border-color: transparent; background: linear-gradient(#fffcf6, #fffcf6) padding-box, linear-gradient(135deg, #f3a34c, #dd2a7b, #8134af) border-box; }
.site-footer { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding-block: 20px 26px; border-block-start: 1px solid var(--line); font-size: .75rem; color: var(--muted); }
.site-footer p { margin: 0; display: flex; align-items: center; flex-wrap: wrap; gap: 8px; }
.footer-heart { font-size: 20px; vertical-align: -2px; margin-inline-start: 3px; color: var(--gold); }
.icon-library { position: absolute; width: 0; height: 0; overflow: hidden; }
@media (hover: hover) { .primary-link:hover { transform: translateY(-2px); } .primary-link.whatsapp-cta:hover { background: #20bd5a; } .contact-round:hover { transform: translateY(-2px); } .contact-round.mail:hover { background: #fff0ef; } .contact-round.instagram:hover { background: linear-gradient(#fff0f7, #fff0f7) padding-box, linear-gradient(135deg, #f3a34c, #dd2a7b, #8134af) border-box; } }

/* 0–25 assemble, 25–43 light, 43–48 capture, 48–65 print,
   65–82 hold, 82–100 disassemble. A single clock avoids drift. */
.assembly-part, .screen-on, .ring-light, .camera-led, .photo-print,
.capture-glow, .screen-flash, .capture-sparks, .bot-float, .bot-tool,
.bot-eyes, .bot-antenna { animation-duration: var(--loop); animation-iteration-count: infinite; animation-timing-function: ease-in-out; }
.leg-back { animation-name: leg-back; }
.leg-left { animation-name: leg-left; }
.leg-right { animation-name: leg-right; }
.booth-body { animation-name: body-build; }
.lamp-part { animation-name: lamp-build; }
.screen-on { animation-name: screen-on; }
.ring-light { animation-name: ring-light; opacity: .2; }
.camera-led { animation-name: led; }
.photo-print { animation-name: photo-print; }
.capture-glow { animation-name: capture; opacity: 0; }
.screen-flash { animation-name: screen-capture; opacity: 0; }
.capture-sparks { animation-name: spark; opacity: 0; }
.bot-float { animation-name: bot; }
.bot-tool { animation-name: tool; transform-box: fill-box; transform-origin: 50% 95%; }
.bot-eyes { animation-name: blink; transform-box: fill-box; transform-origin: center; }
.bot-antenna { animation-name: led; }
@keyframes leg-back { 0%, 5%, 97%, 100% { transform: translateY(var(--travel-y)); opacity: .2; } 18%, 86% { transform: translateY(0); opacity: 1; } }
@keyframes leg-left { 0%, 96%, 100% { transform: translate(calc(-1 * var(--travel-x)), var(--travel-y)); opacity: .25; } 17%, 84% { transform: translate(0, 0); opacity: 1; } }
@keyframes leg-right { 0%, 3%, 98%, 100% { transform: translate(var(--travel-x), var(--travel-y)); opacity: .25; } 20%, 86% { transform: translate(0, 0); opacity: 1; } }
@keyframes body-build { 0%, 7%, 97%, 100% { transform: translateY(calc(-.45 * var(--travel-y))); opacity: .55; } 24%, 84% { transform: translateY(0); opacity: 1; } }
@keyframes lamp-build { 0%, 11%, 97%, 100% { transform: translateY(calc(-1 * var(--travel-y))); opacity: .3; } 28%, 82% { transform: translateY(0); opacity: 1; } }
@keyframes screen-on { 0%, 29%, 85%, 100% { opacity: 0; } 35%, 79% { opacity: 1; } }
@keyframes ring-light { 0%, 28%, 84%, 100% { opacity: .15; } 34%, 79% { opacity: .85; } }
@keyframes led { 0%, 30%, 84%, 100% { opacity: .35; } 35%, 79% { opacity: 1; } }
@keyframes photo-print { 0%, 49%, 94%, 100% { transform: translateY(-115px); opacity: 0; } 50% { transform: translateY(-115px); opacity: 1; } 64%, 80% { transform: translateY(0); opacity: 1; } 87% { transform: translateY(9px); opacity: 0; } }
@keyframes capture { 0%, 43%, 47%, 100% { opacity: 0; } 44.5% { opacity: .38; } }
@keyframes screen-capture { 0%, 43%, 48%, 100% { opacity: 0; } 44.5% { opacity: .5; } }
@keyframes spark { 0%, 43%, 49%, 100% { opacity: 0; } 45% { opacity: .6; } }
@keyframes bot { 0%, 100% { transform: translate(0, 0); } 20%, 29% { transform: translate(-7px, -5px); } 42%, 65% { transform: translate(0, -2px); } 80% { transform: translate(-5px, -4px); } }
@keyframes tool { 0%, 5%, 35%, 74%, 100% { transform: rotate(0); } 12%, 23%, 82% { transform: rotate(-15deg); } 17%, 28%, 88% { transform: rotate(8deg); } }
@keyframes blink { 0%, 38%, 40%, 71%, 73%, 100% { transform: scaleY(1); } 39%, 72% { transform: scaleY(.12); } }
.scene-heart { animation: float-heart 5s ease-in-out infinite; }
.scene-spark { animation: twinkle 5s ease-in-out infinite; }
@keyframes float-heart { 0%, 100% { transform: translateY(0) rotate(14deg); } 50% { transform: translateY(-8px) rotate(5deg); } }
@keyframes twinkle { 0%, 100% { opacity: .5; } 50% { opacity: 1; } }
body.is-hidden *, body.is-hidden *::before, body.is-hidden *::after { animation-play-state: paused !important; }
/* Without JS, show a complete still illustration with working contact links. */
body:not(.motion-ready) .booth-scene * { animation: none !important; }
body:not(.motion-ready) .ring-light { opacity: .85; }

@media (min-width: 1500px) { .hero { min-height: 640px; } }
@media (max-width: 1100px) {
  .page-shell { width: calc(100% - 72px); }
  .hero { gap: 18px; min-height: 540px; }
  h1 { font-size: clamp(3.25rem, 6.4vw, 4.6rem); letter-spacing: -3px; }
  .scene-note { inset-inline-end: -4%; font-size: .75rem; padding: 8px 10px; }
}
@media (max-width: 800px) {
  .page-shell { width: calc(100% - 44px); max-width: 560px; }
  .site-header { min-height: 108px; }
  .brand-name { font-size: 36px; }
  .brand-description { font-size: .75rem; letter-spacing: .4px; }
  .brand-message { font-size: .75rem; }
  .hero { grid-template-columns: 1fr; gap: 0; padding-block: 39px 27px; }
  .hero-copy { text-align: center; padding: 0; }
  .status { margin-block-end: 17px; }
  h1 { font-size: clamp(3.2rem, 10.8vw, 4.8rem); letter-spacing: -2.8px; }
  .small-rule { margin: 18px auto 20px; width: 114px; }
  .hero-lead { font-size: 1.125rem; }
  .hero-description { font-size: 1rem; max-width: 350px; margin-inline: auto; }
  .primary-link { margin-block-start: 23px; }
  .cta-note { font-size: .75rem; }
  .visual-column { width: min(100%, 440px); margin: 10px auto 0; }
  .booth-scene { width: 95%; }
  .scene-note { inset-inline-end: -1%; }
  .contact-section { padding-block: 27px; }
  .contact-heading { display: block; text-align: center; margin-block-end: 20px; }
  .contact-heading h2 { font-size: 1.1875rem; }
  .site-footer { font-size: .75rem; padding-block: 19px 25px; gap: 12px; }
  .site-footer p { gap: 5px; }
}
@media (max-width: 380px) {
  .page-shell { width: calc(100% - 32px); }
  .brand-name { font-size: 32px; }
  .brand-message { max-width: 132px; }
  .brand-message .message-heart { margin-inline-start: 0; }
  .hero-lead { font-size: 1.0625rem; }
  .hero-description { max-width: 275px; }
  .scene-note { inset-inline-end: -2%; padding: 6px 8px; font-size: .75rem; }
  .site-footer { flex-direction: column; gap: 5px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition: none !important; }
  .ring-light { opacity: .85; }
  .capture-glow, .capture-sparks, .screen-flash { opacity: 0; }
}

