:root {
  --ivory: #fbf6ee;
  --linen: #efe3d3;
  --rose: #c9918d;
  --berry: #5d2338;
  --ink: #231b1d;
  --muted: #766766;
  --gold: #b89156;
  --sage: #5d7568;
  --white: #fffdf8;
  --glass: rgba(255, 253, 248, 0.58);
  --glass-strong: rgba(255, 253, 248, 0.74);
  --glass-dark: rgba(50, 33, 39, 0.56);
  --glass-border: rgba(255, 255, 255, 0.56);
  --shadow: 0 24px 70px rgba(46, 27, 25, 0.16);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  position: relative;
  margin: 0;
  color: var(--ink);
  background:
    linear-gradient(125deg, rgba(251, 246, 238, 0.94), rgba(239, 227, 211, 0.78)),
    url("assets/hero-bridal.png") center / cover fixed;
  font-family: Inter, system-ui, sans-serif;
  line-height: 1.6;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(180deg, rgba(251, 246, 238, 0.64), rgba(251, 246, 238, 0.9)),
    rgba(251, 246, 238, 0.36);
  backdrop-filter: blur(22px) saturate(116%);
}

body.is-arabic {
  direction: rtl;
  font-family: Alexandria, system-ui, sans-serif;
  line-height: 1.75;
}

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

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  min-height: 72px;
  padding: 14px clamp(18px, 4vw, 56px);
  background: rgba(255, 253, 248, 0.48);
  border-bottom: 1px solid var(--glass-border);
  box-shadow: 0 12px 36px rgba(46, 27, 25, 0.08);
  backdrop-filter: blur(24px) saturate(136%);
}

.brand {
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 215px;
}

.brand-mark {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  color: var(--white);
  background: var(--berry);
  border-radius: 50%;
  font-family: Alexandria, Inter, system-ui, sans-serif;
  font-weight: 800;
  font-size: 24px;
}

.brand strong,
.brand small {
  display: block;
  line-height: 1.2;
}

.brand small {
  color: var(--muted);
  font-family: Alexandria, system-ui, sans-serif;
}

nav {
  display: flex;
  gap: clamp(12px, 2vw, 28px);
  color: var(--muted);
  font-size: 14px;
  font-weight: 600;
}

nav a:hover {
  color: var(--berry);
}

.lang-toggle {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  height: 40px;
  padding: 0 12px;
  color: var(--berry);
  background: rgba(255, 253, 248, 0.46);
  border: 1px solid var(--glass-border);
  border-radius: 999px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.72);
  backdrop-filter: blur(14px) saturate(130%);
  cursor: pointer;
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(320px, 1fr);
  align-items: stretch;
  min-height: calc(100vh - 72px);
  padding: clamp(24px, 5vw, 64px);
  gap: clamp(24px, 4vw, 58px);
}

.hero-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 680px;
  padding: clamp(24px, 4vw, 42px);
  background: rgba(255, 253, 248, 0.34);
  border: 1px solid var(--glass-border);
  border-radius: 8px;
  box-shadow: var(--shadow);
  backdrop-filter: blur(24px) saturate(130%);
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--sage);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

body.is-arabic .eyebrow {
  letter-spacing: 0;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1,
h2 {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-weight: 700;
  line-height: 1.08;
}

body.is-arabic h1,
body.is-arabic h2 {
  font-family: Alexandria, system-ui, sans-serif;
  font-weight: 800;
  line-height: 1.16;
}

h1 {
  max-width: 680px;
  margin-bottom: 22px;
  font-size: clamp(46px, 8vw, 94px);
}

h2 {
  margin-bottom: 18px;
  font-size: clamp(34px, 5vw, 62px);
}

h3 {
  margin-bottom: 10px;
  font-size: 21px;
}

.lead {
  max-width: 570px;
  color: var(--muted);
  font-size: clamp(18px, 2vw, 22px);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 18px;
}

.button,
.contact-form button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 20px;
  border: 1px solid transparent;
  border-radius: 999px;
  box-shadow: 0 14px 36px rgba(93, 35, 56, 0.16), inset 0 1px 0 rgba(255, 255, 255, 0.42);
  font-weight: 800;
  cursor: pointer;
}

.primary,
.contact-form button {
  color: var(--white);
  background: var(--berry);
}

.secondary {
  color: var(--berry);
  border-color: var(--glass-border);
  background: rgba(255, 253, 248, 0.42);
  backdrop-filter: blur(14px) saturate(120%);
}

.hero-media {
  position: relative;
  min-height: 540px;
  overflow: hidden;
  border: 1px solid var(--glass-border);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-note {
  position: absolute;
  left: 22px;
  bottom: 22px;
  padding: 12px 15px;
  color: var(--white);
  background: rgba(35, 27, 29, 0.42);
  border: 1px solid rgba(255, 255, 255, 0.42);
  border-radius: 999px;
  backdrop-filter: blur(16px) saturate(138%);
}

body.is-arabic .hero-note {
  right: 22px;
  left: auto;
}

.section {
  padding: clamp(58px, 8vw, 110px) clamp(18px, 5vw, 72px);
}

.hero-copy,
.hero-media,
.intro,
.owner-hook,
.looks,
.portfolio,
.bridal,
.booking,
.proof,
.faq,
.instagram,
.contact {
  animation: fade-up 700ms ease both;
}

@keyframes fade-up {
  from {
    opacity: 0;
    transform: translateY(18px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.section-heading {
  max-width: 820px;
  margin-bottom: 34px;
}

.intro {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.92fr);
  align-items: stretch;
  gap: clamp(24px, 5vw, 70px);
  margin: clamp(18px, 4vw, 42px);
  color: var(--white);
  background:
    linear-gradient(145deg, rgba(47, 38, 35, 0.96), rgba(47, 38, 35, 0.88)),
    url("assets/about-tools-editorial.png") center / cover;
  border: 1px solid rgba(181, 136, 122, 0.42);
  border-radius: 8px;
  box-shadow: 0 28px 80px rgba(47, 38, 35, 0.24);
  backdrop-filter: blur(24px) saturate(118%);
}

.about-media {
  position: relative;
  min-height: 560px;
  overflow: hidden;
  order: 2;
  border: 1px solid rgba(181, 136, 122, 0.38);
  border-radius: 0;
  box-shadow: 0 22px 58px rgba(0, 0, 0, 0.24);
}

.about-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about-badge {
  position: absolute;
  right: auto;
  bottom: 0;
  left: 48px;
  width: min(340px, calc(100% - 72px));
  display: grid;
  gap: 4px;
  padding: 28px 30px;
  color: #d9b98e;
  background: rgba(47, 38, 35, 0.42);
  border: 1px solid rgba(201, 164, 122, 0.48);
  border-radius: 0;
  transform: translateY(24%);
  backdrop-filter: blur(16px) saturate(130%);
}

body.is-arabic .about-badge {
  right: 48px;
  left: auto;
}

.about-badge strong {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 46px;
  line-height: 0.95;
}

.about-badge span {
  color: rgba(255, 253, 248, 0.72);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.about-copy {
  align-self: center;
  order: 1;
}

.about-copy p {
  max-width: 790px;
  color: rgba(255, 253, 248, 0.86);
  font-size: 22px;
  font-weight: 650;
}

.intro .eyebrow {
  color: #d9b98e;
}

.intro h2 {
  max-width: 850px;
  color: var(--white);
  font-size: clamp(46px, 7vw, 92px);
}

.about-points {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 26px;
  padding-top: 28px;
  border-top: 1px solid rgba(255, 253, 248, 0.16);
}

.about-points article {
  display: grid;
  gap: 6px;
  min-height: 150px;
  padding: 0;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  backdrop-filter: none;
}

.about-points strong {
  color: #d9b98e;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 34px;
}

.about-points span {
  color: rgba(255, 253, 248, 0.72);
}

.owner-hook {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(320px, 1fr);
  gap: clamp(24px, 5vw, 60px);
  margin: clamp(18px, 4vw, 42px);
  background: rgba(255, 253, 248, 0.5);
  border: 1px solid var(--glass-border);
  border-radius: 8px;
  box-shadow: var(--shadow);
  backdrop-filter: blur(24px) saturate(130%);
}

.owner-hook h2 {
  max-width: 720px;
}

.value-grid {
  display: grid;
  gap: 12px;
}

.value-grid article,
.bridal-packages article {
  display: grid;
  gap: 6px;
  padding: 18px;
  background: rgba(255, 253, 248, 0.46);
  border: 1px solid var(--glass-border);
  border-radius: 8px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.56);
  backdrop-filter: blur(16px) saturate(122%);
}

.value-grid strong,
.bridal-packages strong {
  color: var(--berry);
  font-size: 18px;
}

.value-grid span,
.bridal-packages span {
  color: var(--muted);
}

.look-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  background: rgba(255, 255, 255, 0.2);
  border: 1px solid var(--glass-border);
  border-radius: 8px;
  overflow: hidden;
  box-shadow: var(--shadow);
  backdrop-filter: blur(24px) saturate(124%);
}

.look-grid article {
  min-height: 260px;
  padding: 26px;
  background: rgba(255, 253, 248, 0.48);
  border: 1px solid rgba(255, 255, 255, 0.3);
}

.look-grid span {
  display: block;
  margin-bottom: 36px;
  color: var(--gold);
  font-weight: 800;
}

.look-grid p,
.bridal-copy p,
.notes p,
.editorial-panel p,
.swatch-card p,
.faq p {
  color: var(--muted);
}

.portfolio {
  margin: clamp(18px, 4vw, 42px);
  background: rgba(50, 33, 39, 0.72);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 8px;
  box-shadow: var(--shadow);
  backdrop-filter: blur(22px) saturate(120%);
  color: var(--white);
}

.portfolio .eyebrow {
  color: #dec29f;
}

.portfolio h2 {
  max-width: 760px;
}

.gallery {
  display: grid;
  grid-template-columns: minmax(280px, 1fr) minmax(260px, 0.82fr) minmax(240px, 0.58fr);
  gap: 18px;
  align-items: stretch;
}

.feature-card,
.editorial-panel,
.swatch-card,
.testimonial,
.notes,
.faq details,
.contact-form {
  border-radius: 8px;
}

.feature-card {
  position: relative;
  min-height: 580px;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.24);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.2);
}

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

.small-feature {
  min-height: 420px;
}

.feature-card figcaption {
  position: absolute;
  right: 18px;
  bottom: 18px;
  left: 18px;
  padding: 18px;
  background: rgba(35, 27, 29, 0.44);
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 8px;
  backdrop-filter: blur(18px) saturate(130%);
}

.feature-card strong,
.feature-card span {
  display: block;
}

.feature-card span {
  color: rgba(255, 253, 248, 0.78);
}

.editorial-panel,
.swatch-card {
  display: flex;
  min-height: 360px;
  padding: 28px;
  background: rgba(255, 253, 248, 0.12);
  border: 1px solid rgba(255, 253, 248, 0.24);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.18);
  backdrop-filter: blur(18px) saturate(130%);
}

.editorial-panel {
  align-items: end;
  font-size: 22px;
}

.editorial-panel p,
.swatch-card p {
  color: rgba(255, 253, 248, 0.78);
}

.swatch-card {
  flex-direction: column;
  justify-content: end;
  gap: 12px;
}

.swatch-card span {
  display: block;
  height: 46px;
  border-radius: 999px;
}

.swatch-card span:nth-child(1) { background: #fbf6ee; }
.swatch-card span:nth-child(2) { background: #c9918d; }
.swatch-card span:nth-child(3) { background: #b89156; }
.swatch-card span:nth-child(4) { background: #5d7568; }

.portfolio-categories {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}

.portfolio-categories span {
  padding: 10px 14px;
  color: var(--white);
  background: rgba(255, 253, 248, 0.12);
  border: 1px solid rgba(255, 253, 248, 0.26);
  border-radius: 999px;
  backdrop-filter: blur(14px) saturate(130%);
  font-weight: 700;
}

.bridal {
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(300px, 1fr);
  gap: clamp(28px, 5vw, 78px);
  margin: clamp(18px, 4vw, 42px);
  background: rgba(239, 227, 211, 0.48);
  border: 1px solid var(--glass-border);
  border-radius: 8px;
  box-shadow: var(--shadow);
  backdrop-filter: blur(24px) saturate(130%);
}

.bridal-packages {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 24px;
}

.journey {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  counter-reset: step;
  list-style: none;
}

.journey li {
  counter-increment: step;
  display: flex;
  align-items: center;
  gap: 16px;
  min-height: 78px;
  padding: 18px 22px;
  background: rgba(255, 253, 248, 0.42);
  border: 1px solid var(--glass-border);
  border-radius: 8px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.56);
  backdrop-filter: blur(16px) saturate(122%);
}

.journey li::before {
  content: counter(step, decimal-leading-zero);
  color: var(--gold);
  font-weight: 900;
}

.booking {
  margin: clamp(18px, 4vw, 42px);
  background: var(--glass-strong);
  border: 1px solid var(--glass-border);
  border-radius: 8px;
  box-shadow: var(--shadow);
  backdrop-filter: blur(24px) saturate(130%);
}

.chat-flow {
  display: grid;
  max-width: 860px;
  gap: 14px;
}

.bubble {
  width: min(100%, 620px);
  padding: 16px 18px;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.38);
  box-shadow: 0 16px 40px rgba(46, 27, 25, 0.12);
  backdrop-filter: blur(16px) saturate(125%);
  font-weight: 650;
}

.sender {
  justify-self: start;
  color: var(--white);
  background: rgba(93, 117, 104, 0.78);
}

.receiver {
  justify-self: end;
  background: rgba(239, 227, 211, 0.62);
}

body.is-arabic .sender {
  justify-self: end;
}

body.is-arabic .receiver {
  justify-self: start;
}

.proof {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1fr);
  gap: 20px;
}

.testimonial,
.notes {
  padding: clamp(24px, 4vw, 42px);
  border: 1px solid var(--glass-border);
  box-shadow: var(--shadow);
  backdrop-filter: blur(22px) saturate(128%);
}

.testimonial {
  color: var(--white);
  background: rgba(93, 35, 56, 0.82);
}

.testimonial h2 {
  font-family: Alexandria, Inter, system-ui, sans-serif;
  font-weight: 700;
  font-size: clamp(28px, 4vw, 48px);
  line-height: 1.2;
}

body.is-arabic .testimonial h2 {
  line-height: 1.35;
}

.notes {
  background: rgba(239, 227, 211, 0.58);
}

.testimonial-list,
.note-grid {
  display: grid;
  gap: 12px;
  margin-top: 22px;
}

.testimonial-list article,
.note-grid article {
  display: grid;
  gap: 8px;
  padding: 18px;
  border: 1px solid var(--glass-border);
  border-radius: 8px;
  backdrop-filter: blur(14px) saturate(122%);
}

.testimonial-list article {
  background: rgba(255, 253, 248, 0.12);
}

.testimonial-list p {
  margin-bottom: 0;
  color: rgba(255, 253, 248, 0.9);
  font-size: 18px;
  font-weight: 700;
}

.testimonial-list strong {
  color: rgba(255, 253, 248, 0.72);
}

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

.note-grid article {
  background: rgba(255, 253, 248, 0.42);
}

.note-grid strong {
  color: var(--berry);
}

.note-grid span {
  color: var(--muted);
}

.faq-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.faq details {
  min-height: 150px;
  padding: 20px;
  background: rgba(255, 253, 248, 0.52);
  border: 1px solid var(--glass-border);
  box-shadow: 0 14px 36px rgba(46, 27, 25, 0.08);
  backdrop-filter: blur(18px) saturate(124%);
}

.faq summary {
  color: var(--berry);
  font-weight: 900;
  cursor: pointer;
}

.instagram {
  margin: clamp(18px, 4vw, 42px);
  background: rgba(255, 253, 248, 0.5);
  border: 1px solid var(--glass-border);
  border-radius: 8px;
  box-shadow: var(--shadow);
  backdrop-filter: blur(24px) saturate(128%);
}

.instagram-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.instagram-grid figure {
  position: relative;
  min-height: 280px;
  margin: 0;
  overflow: hidden;
  border: 1px solid var(--glass-border);
  border-radius: 8px;
  box-shadow: 0 16px 40px rgba(46, 27, 25, 0.12);
}

.instagram-grid img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.instagram-grid figcaption {
  position: absolute;
  right: 12px;
  bottom: 12px;
  left: 12px;
  padding: 10px 12px;
  color: var(--white);
  background: rgba(35, 27, 29, 0.42);
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 8px;
  backdrop-filter: blur(14px) saturate(130%);
  font-weight: 800;
}

.instagram-cta {
  display: flex;
  flex-direction: column;
  justify-content: end;
  min-height: 280px;
  gap: 10px;
  padding: 22px;
  background: rgba(93, 35, 56, 0.78);
  color: var(--white);
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 8px;
  box-shadow: 0 16px 40px rgba(46, 27, 25, 0.12);
  backdrop-filter: blur(18px) saturate(130%);
}

.instagram-cta strong {
  font-size: 22px;
}

.instagram-cta span {
  color: rgba(255, 253, 248, 0.78);
}

.contact {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(300px, 1fr);
  gap: clamp(24px, 5vw, 70px);
  margin: clamp(18px, 4vw, 42px);
  background: rgba(243, 232, 220, 0.58);
  border: 1px solid var(--glass-border);
  border-radius: 8px;
  box-shadow: var(--shadow);
  backdrop-filter: blur(24px) saturate(128%);
}

.contact-copy {
  align-self: center;
}

.contact-copy p {
  max-width: 640px;
  color: var(--muted);
  font-size: 20px;
}

.contact-whatsapp {
  margin-top: 8px;
}

.contact-form {
  display: grid;
  gap: 16px;
  padding: 24px;
  background: rgba(255, 253, 248, 0.48);
  border: 1px solid var(--glass-border);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.56);
  backdrop-filter: blur(18px) saturate(124%);
}

.contact-form label {
  display: grid;
  gap: 7px;
  color: var(--berry);
  font-weight: 800;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  min-height: 46px;
  padding: 12px 14px;
  color: var(--ink);
  background: rgba(255, 253, 248, 0.52);
  border: 1px solid rgba(255, 255, 255, 0.62);
  border-radius: 8px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.52);
  backdrop-filter: blur(10px);
  font: inherit;
}

.contact-form textarea {
  min-height: 120px;
  resize: vertical;
}

.floating-whatsapp {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 25;
  display: grid;
  place-items: center;
  width: 58px;
  height: 58px;
  color: var(--white);
  background: #1c8b57;
  border-radius: 50%;
  box-shadow: 0 14px 36px rgba(28, 139, 87, 0.36);
  font-weight: 900;
}

body.is-arabic .floating-whatsapp {
  right: auto;
  left: 18px;
}

@media (max-width: 980px) {
  .site-header {
    flex-wrap: wrap;
  }

  nav {
    order: 3;
    width: 100%;
    justify-content: space-between;
    overflow-x: auto;
  }

  .hero,
  .intro,
  .owner-hook,
  .bridal,
  .proof,
  .contact {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: 0;
  }

  .hero-media {
    min-height: 520px;
  }

  .look-grid,
  .gallery,
  .faq-grid,
  .instagram-grid {
    grid-template-columns: 1fr 1fr;
  }

  .about-points {
    grid-template-columns: 1fr;
  }

  .about-media {
    min-height: 460px;
    order: 1;
  }

  .about-copy {
    order: 2;
  }

  .intro h2 {
    font-size: clamp(40px, 9vw, 70px);
  }

  .note-grid {
    grid-template-columns: 1fr;
  }

  .feature-card {
    grid-column: 1 / -1;
  }

  .small-feature {
    grid-column: auto;
  }
}

@media (max-width: 640px) {
  .site-header {
    min-height: auto;
  }

  .brand {
    min-width: auto;
  }

  .brand strong {
    font-size: 14px;
  }

  .hero {
    padding: 22px 16px 44px;
  }

  .hero-copy {
    padding-bottom: 8px;
  }

  h1 {
    font-size: 48px;
  }

  h2 {
    font-size: 36px;
  }

  .hero-media {
    min-height: 420px;
  }

  .look-grid,
  .gallery,
  .faq-grid,
  .instagram-grid,
  .bridal-packages,
  .about-points {
    grid-template-columns: 1fr;
  }

  .about-media {
    min-height: 380px;
  }

  .about-badge {
    left: 18px;
    width: calc(100% - 36px);
    padding: 22px;
  }

  body.is-arabic .about-badge {
    right: 18px;
    left: auto;
  }

  .about-badge strong {
    font-size: 38px;
  }

  .about-copy p {
    font-size: 18px;
  }

  .look-grid article,
  .editorial-panel,
  .swatch-card {
    min-height: 0;
  }

  .feature-card {
    aspect-ratio: 4 / 5;
    min-height: 0;
  }

  .small-feature {
    aspect-ratio: 1 / 1;
  }

  .feature-card figcaption {
    right: 12px;
    bottom: 12px;
    left: 12px;
    padding: 14px;
  }
}
