@font-face {
  font-family: "Cairo";
  font-style: normal;
  font-weight: 200 1000;
  font-display: swap;
  src: url("../fonts/cairo-arabic.woff2") format("woff2");
  unicode-range: U+0600-06FF, U+0750-077F, U+0870-088E, U+0890-0891, U+0897-08E1, U+08E3-08FF, U+200C-200E, U+2010-2011, U+204F, U+2E41, U+FB50-FDFF, U+FE70-FE74, U+FE76-FEFC, U+102E0-102FB, U+10E60-10E7E, U+10EC2-10EC4, U+10EFC-10EFF, U+1EE00-1EE03, U+1EE05-1EE1F, U+1EE21-1EE22, U+1EE24, U+1EE27, U+1EE29-1EE32, U+1EE34-1EE37, U+1EE39, U+1EE3B, U+1EE42, U+1EE47, U+1EE49, U+1EE4B, U+1EE4D-1EE4F, U+1EE51-1EE52, U+1EE54, U+1EE57, U+1EE59, U+1EE5B, U+1EE5D, U+1EE5F, U+1EE61-1EE62, U+1EE64, U+1EE67-1EE6A, U+1EE6C-1EE72, U+1EE74-1EE77, U+1EE79-1EE7C, U+1EE7E, U+1EE80-1EE89, U+1EE8B-1EE9B, U+1EEA1-1EEA3, U+1EEA5-1EEA9, U+1EEAB-1EEBB, U+1EEF0-1EEF1;
}

@font-face {
  font-family: "Cairo";
  font-style: normal;
  font-weight: 200 1000;
  font-display: swap;
  src: url("../fonts/cairo-latin.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

:root {
  --ivory: #f7f5e8;
  --ivory-soft: #fcfbf4;
  --ink: #24241d;
  --muted: #625d52;
  --taupe: #b4af9d;
  --taupe-light: #ded9ca;
  --gold: #b89455;
  --gold-deep: #795a28;
  --navy: #141b35;
  --navy-light: #273050;
  --white: #ffffff;
  --shadow-soft: 0 28px 80px rgb(49 43 29 / 12%);
  --shadow-button: 0 15px 36px rgb(20 27 53 / 20%);
  --radius-small: 0.75rem;
  --radius-medium: 1.35rem;
  --container: 76rem;
  --header-height: 5.5rem;
  --ease-out: cubic-bezier(0.22, 1, 0.36, 1);
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 2rem;
}

body {
  min-width: 20rem;
  margin: 0;
  overflow-x: hidden;
  color: var(--ink);
  background: var(--ivory);
  font-family: "Cairo", Tahoma, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.75;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

body::before {
  position: fixed;
  z-index: -2;
  inset: 0;
  background:
    radial-gradient(circle at 7% 16%, rgb(184 148 85 / 11%), transparent 27rem),
    radial-gradient(circle at 94% 44%, rgb(180 175 157 / 15%), transparent 30rem),
    var(--ivory);
  content: "";
}

img,
svg {
  display: block;
  max-width: 100%;
}

img {
  height: auto;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

button {
  color: inherit;
  font: inherit;
}

h1,
h2,
p,
figure {
  margin: 0;
}

h1,
h2 {
  text-wrap: balance;
}

p {
  text-wrap: pretty;
}

:focus-visible {
  outline: 3px solid var(--gold-deep);
  outline-offset: 4px;
}

::selection {
  color: var(--ivory-soft);
  background: var(--navy);
}

.container {
  width: min(100% - 2.5rem, var(--container));
  margin-inline: auto;
}

.page-grain {
  position: fixed;
  z-index: 30;
  inset: 0;
  opacity: 0.04;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 160 160' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.92' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.5'/%3E%3C/svg%3E");
  pointer-events: none;
}

.skip-link {
  position: fixed;
  z-index: 100;
  inset-block-start: 0.75rem;
  inset-inline-start: 0.75rem;
  padding: 0.75rem 1rem;
  border-radius: var(--radius-small);
  color: var(--white);
  background: var(--navy);
  transform: translateY(-180%);
  transition: transform 180ms ease;
}

.skip-link:focus {
  transform: translateY(0);
}

.site-header {
  position: absolute;
  z-index: 20;
  inset-block-start: 0;
  inset-inline: 0;
  height: var(--header-height);
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
  border-block-end: 1px solid rgb(36 36 29 / 12%);
}

.brand-mark {
  position: relative;
  display: grid;
  width: 3.5rem;
  height: 3.5rem;
  overflow: hidden;
  place-items: center;
  border: 1px solid rgb(184 148 85 / 40%);
  border-radius: 50%;
  background: var(--ivory-soft);
  box-shadow: 0 8px 24px rgb(49 43 29 / 10%);
  transition: border-color 220ms ease, transform 220ms ease;
}

.brand-mark::after {
  position: absolute;
  inset: 0.2rem;
  border: 1px solid rgb(184 148 85 / 22%);
  border-radius: inherit;
  content: "";
  pointer-events: none;
}

.brand-mark img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.brand-mark:hover {
  border-color: var(--gold);
  transform: translateY(-2px);
}

.header-actions,
.locale-switch,
.header-social {
  display: flex;
  align-items: center;
}

.header-actions {
  gap: 0.65rem;
}

.locale-switch,
.header-social {
  min-height: 2.75rem;
  gap: 0.5rem;
  padding-inline: 0.9rem;
  border: 1px solid rgb(36 36 29 / 15%);
  border-radius: 2rem;
  background: rgb(252 251 244 / 62%);
  backdrop-filter: blur(12px);
  transition: color 220ms ease, border-color 220ms ease, background 220ms ease;
}

.locale-switch {
  cursor: pointer;
}

.locale-switch svg,
.header-social svg {
  fill: none;
  stroke: currentColor;
  stroke-width: 1.5;
}

.locale-switch span,
.header-social-label {
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.07em;
}

[data-locale-label][lang="ar"] {
  letter-spacing: 0;
}

.header-social .icon-fill,
.contact-links .icon-fill {
  fill: currentColor;
  stroke: none;
}

.locale-switch:hover,
.header-social:hover {
  color: var(--gold-deep);
  border-color: rgb(184 148 85 / 58%);
  background: var(--ivory-soft);
}

.hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  min-height: 100svh;
  background:
    linear-gradient(110deg, rgb(255 255 255 / 36%), transparent 38%),
    linear-gradient(180deg, var(--ivory-soft), var(--ivory));
}

.hero::before {
  position: absolute;
  z-index: -1;
  width: 44rem;
  height: 44rem;
  inset-block-start: -18rem;
  inset-inline-end: -13rem;
  border: 1px solid rgb(184 148 85 / 14%);
  border-radius: 50%;
  box-shadow:
    0 0 0 6rem rgb(184 148 85 / 3%),
    0 0 0 12rem rgb(184 148 85 / 2%);
  content: "";
}

.hero::after {
  position: absolute;
  z-index: -1;
  inset-block-end: 0;
  inset-inline: 0;
  height: 9rem;
  background: linear-gradient(180deg, transparent, rgb(180 175 157 / 10%));
  content: "";
}

.hero-grid {
  position: relative;
  display: grid;
  min-height: 100svh;
  padding-block: calc(var(--header-height) + 3rem) 4.75rem;
  gap: 2.25rem;
  align-items: center;
}

.hero-copy {
  position: relative;
  z-index: 3;
  max-width: 38rem;
}

.eyebrow {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  color: var(--gold-deep);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.2em;
  line-height: 1.4;
  text-transform: uppercase;
}

[dir="rtl"] .eyebrow {
  letter-spacing: 0.06em;
}

.eyebrow-line {
  width: 2.6rem;
  height: 1px;
  flex: 0 0 auto;
  background: linear-gradient(90deg, transparent, var(--gold));
}

[dir="rtl"] .eyebrow-line {
  background: linear-gradient(270deg, transparent, var(--gold));
}

.hero h1 {
  max-width: 11ch;
  margin-block-start: 1.4rem;
  font-size: 3.25rem;
  font-weight: 400;
  line-height: 1.12;
}

.hero-intro {
  max-width: 35rem;
  margin-block-start: 1.4rem;
  color: var(--muted);
  font-size: 1.05rem;
  line-height: 1.9;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.8rem 1.35rem;
  margin-block-start: 2rem;
}

.button {
  display: inline-flex;
  min-height: 3.35rem;
  align-items: center;
  justify-content: center;
  gap: 0.72rem;
  font-size: 0.88rem;
  font-weight: 700;
  line-height: 1.3;
  transition: color 220ms ease, background 220ms ease, border-color 220ms ease, box-shadow 220ms ease, transform 220ms ease;
}

.button--primary {
  padding: 0.9rem 1.3rem;
  border: 1px solid var(--navy);
  border-radius: var(--radius-small);
  color: var(--ivory-soft);
  background: var(--navy);
  box-shadow: var(--shadow-button);
}

.button--primary svg,
.contact-links svg,
.mobile-contact svg {
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.65;
}

.button--primary:hover {
  border-color: var(--navy-light);
  background: var(--navy-light);
  box-shadow: 0 18px 40px rgb(20 27 53 / 27%);
  transform: translateY(-2px);
}

.button--text {
  min-height: 3rem;
  padding-inline: 0.2rem;
  border-block-end: 1px solid rgb(36 36 29 / 34%);
}

.button--text svg {
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.5;
  transition: transform 220ms ease;
}

.button--text:hover {
  color: var(--gold-deep);
  border-color: var(--gold-deep);
}

.button--text:hover svg {
  transform: translateX(0.25rem);
}

[dir="rtl"] .button-arrow {
  transform: scaleX(-1);
}

[dir="rtl"] .button--text:hover .button-arrow {
  transform: translateX(-0.25rem) scaleX(-1);
}

.hero-visual {
  position: relative;
  z-index: 2;
  width: min(100%, 39rem);
  justify-self: center;
}

.hero-stage {
  --tilt-x: 0deg;
  --tilt-y: 0deg;
  position: relative;
  width: 100%;
  aspect-ratio: 0.96;
  transform: perspective(72rem) rotateX(var(--tilt-x)) rotateY(var(--tilt-y));
  transform-style: preserve-3d;
  transition: transform 180ms ease-out;
  will-change: transform;
}

.stage-halo {
  position: absolute;
  z-index: -1;
  width: 82%;
  aspect-ratio: 1;
  inset-block-start: 7%;
  inset-inline-start: 9%;
  border: 1px solid rgb(184 148 85 / 28%);
  border-radius: 50%;
  background:
    radial-gradient(circle at 49% 45%, rgb(255 255 255 / 92%), rgb(247 245 232 / 30%) 56%, transparent 68%);
  box-shadow:
    inset 0 0 4rem rgb(184 148 85 / 8%),
    0 30px 90px rgb(72 61 37 / 10%);
  transform: translateZ(-2rem);
}

.stage-halo::before,
.stage-halo::after {
  position: absolute;
  inset: 8%;
  border: 1px solid rgb(184 148 85 / 14%);
  border-radius: 50%;
  content: "";
}

.stage-halo::after {
  inset: 18%;
}

.pajama-sketch {
  position: absolute;
  z-index: 2;
  width: 67%;
  inset-block-start: 1%;
  inset-inline-start: 17%;
  overflow: visible;
  filter: drop-shadow(0 22px 22px rgb(38 35 28 / 7%));
  transform: translateZ(1.2rem);
}

.sketch-lines {
  fill: none;
  stroke: #827d70;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2.35;
}

.sketch-lines > * {
  stroke-dasharray: 1;
  stroke-dashoffset: 1;
  animation: sketch-draw 1.4s var(--ease-out) 1.05s forwards;
}

.sketch-lines > :nth-child(1) {
  animation-duration: 0.7s;
  animation-delay: 0.65s;
}

.sketch-lines > :nth-child(2) {
  animation-duration: 2.5s;
  animation-delay: 0.75s;
}

.sketch-lines > :nth-child(3),
.sketch-lines > :nth-child(4),
.sketch-lines > :nth-child(5) {
  animation-delay: 1.05s;
}

.sketch-lines > :nth-child(6),
.sketch-lines > :nth-child(7) {
  animation-duration: 0.95s;
  animation-delay: 1.35s;
}

.sketch-lines > :nth-child(8),
.sketch-lines > :nth-child(9) {
  animation-duration: 0.8s;
  animation-delay: 1.65s;
}

.sketch-lines > :nth-child(n + 10):nth-child(-n + 13) {
  animation-duration: 0.35s;
  animation-delay: 2.05s;
}

.sketch-lines > :nth-child(14) {
  animation-duration: 1.45s;
  animation-delay: 1.75s;
}

.sketch-lines > :nth-child(15) {
  animation-duration: 0.9s;
  animation-delay: 2.2s;
}

.satin-ribbon {
  position: absolute;
  z-index: 3;
  width: 106%;
  inset-block-end: -5%;
  inset-inline-start: -3%;
  overflow: visible;
  opacity: 0;
  transform: translate3d(0, 2.2rem, 2.8rem) rotate(1deg);
  animation: ribbon-reveal 1.35s var(--ease-out) 1.7s forwards;
}

.ribbon-highlight {
  opacity: 0.7;
}

.butterfly {
  position: absolute;
  z-index: 6;
  display: flex;
  width: 28%;
  height: 22%;
  align-items: center;
  justify-content: center;
  inset-block-start: 20%;
  inset-inline-end: 4%;
  filter: drop-shadow(0 16px 14px rgb(73 50 17 / 22%));
  perspective: 30rem;
  transform: translateZ(4.6rem) rotate(10deg);
  transform-style: preserve-3d;
}

.butterfly-wing {
  position: absolute;
  width: 53%;
  opacity: 0;
  backface-visibility: visible;
  transform-style: preserve-3d;
}

.butterfly-wing--left {
  inset-inline-end: 49%;
  transform-origin: 100% 50%;
  animation: wing-left-reveal 1.25s var(--ease-out) 2.1s forwards;
}

.butterfly-wing--right {
  inset-inline-start: 49%;
  transform-origin: 0 50%;
  animation: wing-right-reveal 1.25s var(--ease-out) 2.1s forwards;
}

.butterfly-body {
  position: absolute;
  z-index: 2;
  width: 0.42rem;
  height: 3.7rem;
  border-radius: 50%;
  background: linear-gradient(90deg, #6b4619, #e6c06e 48%, #694617);
  box-shadow: 0 0 0 1px rgb(93 60 16 / 24%);
  opacity: 0;
  animation: body-reveal 600ms ease 2.45s forwards;
}

.butterfly-body::before,
.butterfly-body::after {
  position: absolute;
  width: 1.7rem;
  height: 1.4rem;
  inset-block-start: -0.65rem;
  border-block-start: 1px solid #855b25;
  content: "";
}

.butterfly-body::before {
  inset-inline-end: 46%;
  border-radius: 100% 0 0;
  transform: rotate(25deg);
}

.butterfly-body::after {
  inset-inline-start: 46%;
  border-radius: 0 100% 0 0;
  transform: rotate(-25deg);
}

.hero-wordmark {
  position: absolute;
  z-index: 8;
  width: 58%;
  inset-block-end: 5%;
  inset-inline-start: 3%;
  overflow: hidden;
  border: 1px solid rgb(184 148 85 / 28%);
  border-radius: var(--radius-medium);
  background: rgb(252 251 244 / 87%);
  box-shadow: 0 20px 55px rgb(38 35 28 / 14%);
  opacity: 0;
  padding: 0.6rem 0.8rem;
  transform: translate3d(0, 1rem, 5rem);
  animation: wordmark-reveal 850ms var(--ease-out) 2.65s forwards;
  backdrop-filter: blur(10px);
}

.hero-wordmark img {
  width: 100%;
  aspect-ratio: 1200 / 413;
  object-fit: contain;
}

.stage-spark {
  position: absolute;
  z-index: 7;
  width: 0.6rem;
  height: 0.6rem;
  border: 1px solid var(--gold);
  opacity: 0;
  transform: rotate(45deg) translateZ(4rem);
  animation: spark-reveal 650ms ease 2.9s forwards;
}

.stage-spark::before,
.stage-spark::after {
  position: absolute;
  inset: 50%;
  background: var(--gold);
  content: "";
  transform: translate(-50%, -50%);
}

.stage-spark::before {
  width: 1.3rem;
  height: 1px;
}

.stage-spark::after {
  width: 1px;
  height: 1.3rem;
}

.stage-spark--one {
  inset-block-start: 17%;
  inset-inline-start: 14%;
}

.stage-spark--two {
  width: 0.4rem;
  height: 0.4rem;
  inset-block-start: 48%;
  inset-inline-end: 9%;
  animation-delay: 3.1s;
}

.scroll-cue {
  position: absolute;
  z-index: 5;
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  inset-block-end: 1.6rem;
  inset-inline-start: 1.25rem;
  color: var(--muted);
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.scroll-cue svg {
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.5;
  transition: transform 220ms ease;
}

.scroll-cue:hover {
  color: var(--gold-deep);
}

.scroll-cue:hover svg {
  transform: translateY(0.2rem);
}

.hero-reveal {
  opacity: 0;
  animation: copy-reveal 800ms var(--ease-out) forwards;
}

.hero-reveal--one {
  animation-delay: 0.35s;
}

.hero-reveal--two {
  animation-delay: 0.5s;
}

.hero-reveal--three {
  animation-delay: 0.65s;
}

.hero-reveal--four {
  animation-delay: 0.8s;
}

.hero-reveal--visual {
  animation-delay: 0.35s;
}

.hero-reveal--five {
  animation-delay: 1.45s;
}

.editorial {
  position: relative;
  overflow: hidden;
  padding-block: 7.5rem 8.5rem;
  background: var(--ivory-soft);
}

.editorial::before {
  position: absolute;
  width: 28rem;
  height: 28rem;
  inset-block-start: 16%;
  inset-inline-start: -18rem;
  border: 1px solid rgb(184 148 85 / 15%);
  border-radius: 50%;
  content: "";
}

.section-heading {
  margin-block-end: 3.5rem;
}

.section-heading-grid {
  display: grid;
  margin-block-start: 1.25rem;
  gap: 1.5rem;
}

.section-heading h2 {
  max-width: 17ch;
  font-size: 2.45rem;
  font-weight: 400;
  line-height: 1.3;
}

.section-heading-grid > p {
  max-width: 34rem;
  color: var(--muted);
  line-height: 1.9;
}

.editorial-grid {
  display: grid;
  gap: 2.25rem;
}

.gallery-card {
  position: relative;
  min-width: 0;
}

.gallery-media {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  border-radius: var(--radius-medium);
  background: #e9e4d7;
  box-shadow: var(--shadow-soft);
}

.gallery-card--lifestyle .gallery-media {
  aspect-ratio: 640 / 1136;
}

.gallery-card--gift .gallery-media {
  aspect-ratio: 960 / 1280;
}

.gallery-card--detail .gallery-media {
  aspect-ratio: 520 / 650;
}

.gallery-media::after {
  position: absolute;
  z-index: 3;
  inset: 0;
  border: 1px solid rgb(255 255 255 / 28%);
  border-radius: inherit;
  box-shadow: inset 0 -7rem 8rem rgb(20 27 53 / 5%);
  content: "";
  pointer-events: none;
}

.gallery-image {
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 100%;
  inset: 0;
  object-fit: cover;
  transition: transform 800ms var(--ease-out);
}

.gallery-image[hidden] {
  display: none;
}

.gallery-card:hover .gallery-image {
  transform: scale(1.025);
}

.gallery-fallback {
  position: absolute;
  z-index: 1;
  display: grid;
  inset: 0;
  place-items: center;
  background:
    radial-gradient(circle at 30% 20%, rgb(255 255 255 / 70%), transparent 42%),
    linear-gradient(145deg, #efebdf, #dad3c1);
}

.gallery-fallback svg {
  width: 78%;
  fill: none;
  stroke: rgb(121 90 40 / 52%);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2.1;
}

.gallery-fallback--gift {
  background:
    radial-gradient(circle at 70% 18%, rgb(255 255 255 / 80%), transparent 38%),
    linear-gradient(155deg, #f1ede1, #d8cfb9);
}

.gallery-fallback--detail {
  background:
    linear-gradient(115deg, transparent 15%, rgb(255 255 255 / 26%) 35%, transparent 54%),
    linear-gradient(145deg, #1a223d, #3b4565);
}

.gallery-fallback--detail svg {
  stroke: rgb(243 217 148 / 46%);
}

.gallery-card figcaption {
  display: flex;
  align-items: baseline;
  gap: 0.9rem;
  padding-block-start: 1.1rem;
}

.gallery-card figcaption > span {
  color: var(--gold-deep);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.1em;
}

.gallery-card figcaption strong {
  font-size: 1.05rem;
  font-weight: 600;
}

.invitation {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding-block: 8rem;
  color: var(--ivory-soft);
  background:
    radial-gradient(circle at 50% -30%, rgb(184 148 85 / 30%), transparent 48%),
    linear-gradient(145deg, #10162d, var(--navy) 55%, #0c1125);
}

.invitation::before {
  position: absolute;
  z-index: -1;
  width: 52rem;
  height: 52rem;
  inset-block-start: -35rem;
  inset-inline-start: calc(50% - 26rem);
  border: 1px solid rgb(243 217 148 / 16%);
  border-radius: 50%;
  box-shadow: 0 0 0 7rem rgb(243 217 148 / 2%), 0 0 0 14rem rgb(243 217 148 / 1%);
  content: "";
}

.invitation-inner {
  position: relative;
  z-index: 2;
  text-align: center;
}

.eyebrow--center {
  justify-content: center;
  color: #dcc58f;
}

.eyebrow--center .eyebrow-line {
  background: linear-gradient(90deg, transparent, #dcc58f);
}

.eyebrow--center .eyebrow-line:last-child {
  background: linear-gradient(90deg, #dcc58f, transparent);
}

.invitation h2 {
  margin-block-start: 1.4rem;
  font-size: 3rem;
  font-weight: 300;
  line-height: 1.2;
}

.invitation-inner > p:not(.eyebrow) {
  margin-block-start: 1rem;
  color: #d4d1c8;
  font-size: 1.05rem;
}

.invitation-orbit {
  position: absolute;
  z-index: 0;
  border: 1px solid rgb(220 197 143 / 13%);
  border-radius: 50%;
  transform: rotate(-22deg);
}

.invitation-orbit--one {
  width: 36rem;
  height: 15rem;
  inset-block-start: 11%;
  inset-inline-start: -13rem;
}

.invitation-orbit--two {
  width: 42rem;
  height: 18rem;
  inset-block-end: 2%;
  inset-inline-end: -17rem;
  transform: rotate(18deg);
}

.contact-links {
  display: grid;
  max-width: 61rem;
  margin: 3.5rem auto 0;
  border-block: 1px solid rgb(255 255 255 / 14%);
}

.contact-links a {
  display: flex;
  min-width: 0;
  min-height: 6.7rem;
  align-items: center;
  justify-content: center;
  gap: 0.85rem;
  padding: 1rem;
  text-align: start;
  transition: color 220ms ease, background 220ms ease;
}

.contact-links a + a {
  border-block-start: 1px solid rgb(255 255 255 / 14%);
}

.contact-links a:hover {
  color: #f0d79b;
  background: rgb(255 255 255 / 4%);
}

.contact-icon {
  display: grid;
  width: 2.75rem;
  height: 2.75rem;
  flex: 0 0 auto;
  place-items: center;
  border: 1px solid rgb(240 215 155 / 28%);
  border-radius: 50%;
}

.contact-links a > span:last-child {
  display: grid;
  min-width: 0;
  gap: 0.12rem;
  line-height: 1.35;
}

.contact-links small {
  color: #c4c0b6;
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

[dir="rtl"] .contact-links small {
  letter-spacing: 0.03em;
}

.contact-links bdi,
.contact-links a > span:last-child > span {
  overflow: hidden;
  font-size: 0.9rem;
  font-weight: 700;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.site-footer {
  padding-block: 1.35rem;
  color: #aaa69b;
  background: #0a0f21;
  border-block-start: 1px solid rgb(255 255 255 / 8%);
}

.invitation :focus-visible,
.site-footer :focus-visible {
  outline-color: #f0d79b;
}

.footer-inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem 1rem;
}

.site-footer p {
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.04em;
}

.mobile-contact {
  position: fixed;
  z-index: 25;
  display: none;
  flex-direction: column;
  gap: 0.65rem;
  inset-block-end: max(1rem, env(safe-area-inset-bottom));
  inset-inline-end: max(1rem, env(safe-area-inset-right));
}

.mobile-contact-button {
  display: grid;
  width: 3.25rem;
  height: 3.25rem;
  place-items: center;
  border: 1px solid rgb(255 255 255 / 28%);
  border-radius: 50%;
  color: var(--white);
  box-shadow: 0 10px 28px rgb(20 27 53 / 24%);
}

.mobile-contact-button--call {
  background: var(--navy);
}

.mobile-contact-button--whatsapp {
  background: #176f4a;
}

.mobile-contact-button:focus-visible {
  outline-color: var(--white);
  outline-offset: 2px;
  box-shadow: 0 0 0 6px var(--navy);
}

[dir="rtl"] .mobile-contact {
  inset-inline-end: max(1rem, env(safe-area-inset-left));
}

@keyframes copy-reveal {
  from {
    opacity: 0;
    transform: translateY(1.15rem);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes sketch-draw {
  to {
    stroke-dashoffset: 0;
  }
}

@keyframes ribbon-reveal {
  from {
    opacity: 0;
    transform: translate3d(-2rem, 2.2rem, 2.8rem) rotate(3deg);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 2.8rem) rotate(1deg);
  }
}

@keyframes wing-left-reveal {
  from {
    opacity: 0;
    transform: rotateY(78deg) rotateZ(12deg) scale(0.72);
  }
  to {
    opacity: 1;
    transform: rotateY(-13deg) rotateZ(0) scale(1);
  }
}

@keyframes wing-right-reveal {
  from {
    opacity: 0;
    transform: rotateY(-78deg) rotateZ(-12deg) scale(0.72);
  }
  to {
    opacity: 1;
    transform: rotateY(13deg) rotateZ(0) scale(1);
  }
}

@keyframes body-reveal {
  to {
    opacity: 1;
  }
}

@keyframes wordmark-reveal {
  to {
    opacity: 1;
    transform: translate3d(0, 0, 5rem);
  }
}

@keyframes spark-reveal {
  from {
    opacity: 0;
    transform: rotate(45deg) translateZ(4rem) scale(0.2);
  }
  to {
    opacity: 0.72;
    transform: rotate(45deg) translateZ(4rem) scale(1);
  }
}

@media (min-width: 48rem) {
  .container {
    width: min(100% - 4rem, var(--container));
  }

  .hero h1 {
    font-size: 4.2rem;
  }

  .hero-intro {
    font-size: 1.12rem;
  }

  .section-heading-grid {
    grid-template-columns: 1.15fr 0.85fr;
    align-items: end;
  }

  .section-heading h2 {
    font-size: 3.1rem;
  }

  .editorial-grid {
    grid-template-columns: repeat(12, minmax(0, 1fr));
    grid-template-rows: auto auto;
    align-items: start;
    gap: 3.25rem 2rem;
  }

  .gallery-card--lifestyle {
    grid-row: 1 / span 2;
    grid-column: 1 / span 6;
  }

  .gallery-card--gift {
    grid-column: 8 / span 5;
  }

  .gallery-card--detail {
    grid-column: 7 / span 4;
  }

  .contact-links {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .contact-links a + a {
    border-block-start: 0;
    border-inline-start: 1px solid rgb(255 255 255 / 14%);
  }

  .invitation h2 {
    font-size: 4rem;
  }
}

@media (min-width: 60rem) {
  .hero-grid {
    grid-template-columns: minmax(0, 0.86fr) minmax(29rem, 1.14fr);
    gap: 1rem;
    padding-block: calc(var(--header-height) + 2.25rem) 4.6rem;
  }

  .hero-copy {
    grid-column: 1;
    grid-row: 1;
  }

  .hero-visual {
    grid-column: 2;
    grid-row: 1;
  }

  .hero h1 {
    font-size: 4.65rem;
  }

  .scroll-cue {
    inset-inline-start: 2rem;
  }

  .editorial {
    padding-block: 9rem 10rem;
  }
}

@media (min-width: 80rem) and (min-height: 47rem) {
  .hero-visual {
    width: min(100%, 41rem);
  }

  .hero h1 {
    font-size: 5rem;
  }
}

@media (max-width: 59.99rem) {
  .hero-grid {
    padding-block-start: calc(var(--header-height) + 2.5rem);
    align-content: center;
  }

  .hero-copy {
    justify-self: center;
    text-align: center;
  }

  .hero-copy .eyebrow,
  .hero-actions {
    justify-content: center;
  }

  .hero h1,
  .hero-intro {
    margin-inline: auto;
  }

  .hero-visual {
    width: min(100%, 32rem);
  }

  .hero-stage {
    margin-block-start: -1rem;
  }

  .scroll-cue {
    display: none;
  }
}

@media (max-width: 47.99rem) {
  :root {
    --header-height: 4.75rem;
  }

  .container {
    width: min(100% - 2rem, var(--container));
  }

  .brand-mark {
    width: 3rem;
    height: 3rem;
  }

  .header-social {
    width: 2.75rem;
    padding: 0;
    justify-content: center;
  }

  .header-social-label {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    white-space: nowrap;
  }

  .locale-switch {
    padding-inline: 0.78rem;
  }

  .locale-switch span {
    font-size: 0.7rem;
  }

  .hero {
    min-height: auto;
  }

  .hero-grid {
    min-height: 100svh;
    padding-block: calc(var(--header-height) + 2.4rem) 3.5rem;
    gap: 1.15rem;
  }

  .hero h1 {
    margin-block-start: 1.05rem;
    font-size: 2.75rem;
    line-height: 1.15;
  }

  .hero-intro {
    margin-block-start: 1rem;
    font-size: 0.96rem;
    line-height: 1.75;
  }

  .hero-actions {
    margin-block-start: 1.45rem;
  }

  .button--primary {
    width: min(100%, 22rem);
  }

  .hero-visual {
    width: min(100%, 22rem);
  }

  .hero-wordmark {
    width: 64%;
    inset-block-end: 1%;
  }

  .editorial {
    padding-block: 5.5rem 6.5rem;
  }

  .section-heading {
    margin-block-end: 2.5rem;
  }

  .section-heading h2 {
    font-size: 2.15rem;
  }

  .editorial-grid {
    gap: 2.8rem;
  }

  .gallery-media {
    max-height: 39rem;
  }

  .invitation {
    padding-block: 6.5rem;
  }

  .invitation h2 {
    font-size: 2.65rem;
  }

  .contact-links {
    width: min(100%, 25rem);
  }

  .contact-links a {
    justify-content: flex-start;
    padding-inline: 1.5rem;
  }

  .site-footer {
    padding-block-end: calc(1.35rem + env(safe-area-inset-bottom));
  }

  .footer-inner {
    display: grid;
    justify-content: center;
    text-align: center;
  }

  .mobile-contact {
    display: flex;
  }
}

@media (max-width: 23.75rem) {
  .container {
    width: min(100% - 1.5rem, var(--container));
  }

  .hero h1 {
    font-size: 2.45rem;
  }

  .hero-intro {
    font-size: 0.9rem;
  }

  .hero-actions {
    gap: 0.55rem;
  }

  .button--primary {
    padding-inline: 0.9rem;
    font-size: 0.82rem;
  }

  .hero-visual {
    width: min(100%, 19rem);
  }

  .locale-switch svg {
    display: none;
  }

  .section-heading h2 {
    font-size: 1.95rem;
  }
}

@media (max-height: 43rem) and (min-width: 48rem) {
  .hero-grid {
    min-height: 43rem;
    padding-block-start: calc(var(--header-height) + 1.5rem);
  }

  .hero-visual {
    width: min(100%, 30rem);
  }

  .hero h1 {
    font-size: 3.8rem;
  }
}

@media (max-height: 32rem) and (orientation: landscape) and (max-width: 59.99rem) {
  .hero-grid {
    grid-template-columns: minmax(0, 1.1fr) minmax(14rem, 0.9fr);
    min-height: 32rem;
    padding-block: calc(var(--header-height) + 1.25rem) 2rem;
    gap: 1rem;
  }

  .hero-copy {
    grid-column: 1;
    text-align: start;
  }

  .hero-copy .eyebrow,
  .hero-actions {
    justify-content: flex-start;
  }

  .hero h1,
  .hero-intro {
    margin-inline: 0;
  }

  .hero h1 {
    font-size: 2.45rem;
  }

  .hero-intro {
    max-width: 33rem;
    font-size: 0.84rem;
    line-height: 1.65;
  }

  .hero-actions {
    margin-block-start: 1rem;
  }

  .button--primary {
    width: auto;
  }

  .hero-visual {
    grid-column: 2;
    width: min(100%, 17rem);
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-delay: 0ms !important;
    animation-iteration-count: 1 !important;
  }

  .hero-reveal,
  .satin-ribbon,
  .butterfly-wing,
  .butterfly-body,
  .hero-wordmark,
  .stage-spark {
    opacity: 1;
  }

  .sketch-lines > * {
    stroke-dashoffset: 0;
  }

  .satin-ribbon {
    transform: translate3d(0, 0, 2.8rem) rotate(1deg);
  }

  .butterfly-wing--left {
    transform: rotateY(-13deg);
  }

  .butterfly-wing--right {
    transform: rotateY(13deg);
  }

  .hero-wordmark {
    transform: translate3d(0, 0, 5rem);
  }
}

@media (forced-colors: active) {
  .button,
  .locale-switch,
  .header-social,
  .contact-links a,
  .mobile-contact-button {
    border: 1px solid ButtonText;
  }

  .page-grain,
  .stage-halo,
  .satin-ribbon,
  .butterfly,
  .stage-spark,
  .invitation-orbit {
    display: none;
  }
}
