@font-face {
  font-family: Manrope;
  src: url("/assets/manrope-400.woff2") format("woff2");
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: Manrope;
  src: url("/assets/manrope-700.woff2") format("woff2");
  font-weight: 700;
  font-display: swap;
}
@font-face {
  font-family: Manrope;
  src: url("/assets/manrope-800.woff2") format("woff2");
  font-weight: 800;
  font-display: swap;
}
:root {
  --wine: #790016;
  --wine-dark: #43000d;
  --red: #b00024;
  --gold: #c49a48;
  --cream: #f8f3ec;
  --paper: #fffdfa;
  --ink: #221a1b;
  --muted: #6f6466;
  --line: #e6dbd8;
  --blue: #1261c9;
  --orange: #ef7e00;
  --green: #268a63;
  --rose: #d85481;
  --radius: 26px;
  --shadow: 0 24px 70px rgba(65, 0, 13, 0.12);
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font:
    400 16px/1.65 Manrope,
    Arial,
    sans-serif;
}
body.menu-open {
  overflow: hidden;
}
a {
  color: inherit;
  text-decoration: none;
}
img {
  display: block;
  max-width: 100%;
}
button,
input,
select,
textarea {
  font: inherit;
}
.skip {
  position: fixed;
  z-index: 999;
  left: 16px;
  top: -80px;
  background: #fff;
  padding: 12px 18px;
  border-radius: 8px;
}
.skip:focus {
  top: 16px;
}
.announcement {
  height: 34px;
  display: grid;
  place-items: center;
  background: var(--wine);
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}
.header {
  height: 86px;
  padding: 0 max(24px, 5vw);
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid var(--line);
  background: rgba(255, 253, 250, 0.96);
  position: sticky;
  top: 0;
  z-index: 50;
  backdrop-filter: blur(12px);
}
.logo img {
  width: 132px;
  height: auto;
}
.header nav {
  display: flex;
  align-items: center;
  gap: 28px;
  font-size: 13px;
  font-weight: 700;
}
.header nav > a:not(.button):hover,
.text-link:hover {
  color: var(--red);
}
.menu-toggle {
  display: none;
  border: 0;
  background: none;
  font-weight: 700;
}
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 14px 22px;
  background: var(--wine);
  color: #fff;
  border: 1px solid var(--wine);
  border-radius: 999px;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.02em;
  cursor: pointer;
  transition: 0.2s;
}
.button:hover {
  background: var(--red);
  border-color: var(--red);
  transform: translateY(-1px);
}
.button.small {
  padding: 11px 18px;
}
.button.light {
  background: #fff;
  color: var(--wine);
  border-color: #fff;
}
.button.light:hover {
  background: #f6e9e7;
}
.button.outline {
  background: transparent;
  color: var(--wine);
}
.button.outline:hover {
  color: #fff;
}
.text-link {
  display: inline-flex;
  gap: 8px;
  align-items: center;
  padding-bottom: 3px;
  border-bottom: 1px solid currentColor;
  font-size: 13px;
  font-weight: 800;
}
.light-link {
  color: #fff;
}
.eyebrow {
  display: block;
  color: var(--wine);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  margin-bottom: 16px;
}
.section {
  padding: 110px max(24px, 7vw);
}
h1,
h2,
h3,
p {
  margin-top: 0;
}
h1,
h2,
h3 {
  line-height: 1.08;
}
h1,
h2 {
  font-size: clamp(42px, 5.8vw, 82px);
  letter-spacing: -0.055em;
}
h2 {
  font-size: clamp(38px, 4.5vw, 66px);
}
h1 em,
h2 em {
  font-family: Georgia, serif;
  font-weight: 400;
}
p {
  color: var(--muted);
}
.hero {
  min-height: calc(100svh - 120px);
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  align-items: center;
  position: relative;
  overflow: hidden;
  padding: 70px max(24px, 7vw);
  background:
    radial-gradient(circle at 72% 26%, #d62d49 0, transparent 32%),
    radial-gradient(circle at 10% 110%, #a00c2a 0, transparent 38%),
    linear-gradient(135deg, #4b000c, #830019 46%, #4b000b);
  color: #fff;
}
.hero:before {
  content: "";
  position: absolute;
  inset: -20%;
  background:
    linear-gradient(
      115deg,
      transparent 33%,
      rgba(255, 255, 255, 0.12) 34%,
      transparent 35%
    ),
    linear-gradient(
      160deg,
      transparent 56%,
      rgba(255, 255, 255, 0.08) 57%,
      transparent 58%
    );
  transform: rotate(-6deg);
}
.hero-copy {
  position: relative;
  z-index: 2;
  max-width: 610px;
}
.hero .eyebrow {
  color: #efd3ac;
}
.hero h1 {
  font-size: clamp(56px, 7vw, 106px);
  margin-bottom: 24px;
}
.hero p {
  max-width: 540px;
  color: #f3dfe2;
  font-size: 18px;
}
.actions {
  display: flex;
  align-items: center;
  gap: 24px;
  flex-wrap: wrap;
  margin-top: 30px;
}
.hero-products {
  position: relative;
  z-index: 2;
  align-self: end;
  filter: drop-shadow(0 40px 45px rgba(25, 0, 3, 0.35));
}
.hero-products img {
  width: min(760px, 55vw);
  margin: auto;
}
.hero-mark {
  position: absolute;
  right: -0.05em;
  top: -0.28em;
  font:
    400 80vw/0.9 Georgia,
    serif;
  color: rgba(255, 255, 255, 0.035);
  pointer-events: none;
}
.brand-statement {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: var(--line);
  border-bottom: 1px solid var(--line);
}
.brand-statement span {
  padding: 22px;
  background: #fff;
  text-align: center;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.intro {
  display: grid;
  grid-template-columns: 1.1fr 0.8fr;
  gap: 10vw;
  align-items: start;
}
.intro p {
  font-size: 18px;
}
.intro .text-link {
  margin-top: 18px;
}
.lines {
  background: var(--cream);
}
.section-top {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 30px;
  margin-bottom: 54px;
}
.section-top h2 {
  margin-bottom: 0;
}
.section-top > p {
  max-width: 320px;
  margin: 0;
}
.line-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}
.line-card {
  --accent: var(--blue);
  background: #fff;
  border-radius: var(--radius);
  overflow: hidden;
  border: 1px solid rgba(0, 0, 0, 0.06);
  min-width: 0;
}
.line-card.vitamin {
  --accent: var(--orange);
}
.line-card.oil {
  --accent: var(--green);
}
.line-card.rose {
  --accent: var(--rose);
}
.line-image {
  height: 330px;
  display: grid;
  place-items: center;
  background: linear-gradient(145deg, #fff, #f2f2f2);
  overflow: hidden;
}
.line-image img {
  width: 95%;
  height: 95%;
  object-fit: contain;
}
.line-card.vitamin .line-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 65% center;
}
.line-card > div:last-child {
  padding: 24px;
}
.line-card span {
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.16em;
  color: var(--accent);
}
.line-card h3 {
  font-size: 24px;
  margin: 10px 0;
}
.line-card p {
  font-size: 14px;
  margin: 0;
}
.fragrance {
  display: grid;
  grid-template-columns: 1.3fr 0.85fr;
  min-height: 760px;
}
.fragrance-image {
  overflow: hidden;
}
.fragrance-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 58% center;
}
.fragrance-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 80px max(36px, 6vw);
  background: #171315;
  color: #fff;
}
.fragrance-copy .eyebrow {
  color: #e2c688;
}
.fragrance-copy p {
  color: #d9d0d2;
  font-size: 17px;
}
.fragrance-list {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin: 12px 0 32px;
}
.fragrance-list span {
  padding: 8px 13px;
  border: 1px solid #4b4244;
  border-radius: 999px;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.09em;
}
.fragrance-copy .button {
  align-self: flex-start;
  background: #fff;
  color: #171315;
  border-color: #fff;
}
.arabic {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 7vw;
  align-items: center;
}
.arabic-copy p {
  font-size: 18px;
}
.arabic-image {
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow);
}
.arabic-image img {
  width: 100%;
  aspect-ratio: 1.35;
  object-fit: cover;
  object-position: 67% center;
}
.partner-band {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8vw;
  padding: 100px max(24px, 7vw);
  background: linear-gradient(135deg, #58000f, #850019);
  color: #fff;
}
.partner-band .eyebrow {
  color: #e8cfa6;
}
.partner-band p {
  max-width: 620px;
  color: #efdfe1;
}
.partner-options {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.partner-options span {
  display: flex;
  gap: 18px;
  align-items: center;
  padding: 25px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  font-size: 17px;
}
.partner-options b {
  color: #dfb76f;
  font-size: 12px;
}
.contact-strip {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}
.contact-strip h2 {
  font-size: clamp(34px, 4vw, 58px);
  margin: 0;
}
.footer {
  padding: 74px max(24px, 7vw) 28px;
  background: #21060b;
  color: #fff;
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.35fr repeat(3, 1fr);
  gap: 50px;
}
.footer .logo img {
  width: 140px;
}
.footer p,
.footer span {
  color: #bdaeb1;
}
.footer nav,
.footer-contact {
  display: flex;
  flex-direction: column;
  gap: 11px;
  font-size: 13px;
}
.footer strong {
  margin-bottom: 8px;
  color: #e9c98e;
}
.footer a:hover {
  color: #e9c98e;
}
.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  margin-top: 60px;
  padding-top: 24px;
  border-top: 1px solid #48272d;
  font-size: 11px;
}
.form-section {
  display: grid;
  grid-template-columns: 0.72fr 1.28fr;
  gap: 8vw;
  background: #f7f1ea;
}
.form-intro {
  position: sticky;
  top: 140px;
  align-self: start;
}
.form-intro h1,
.form-intro h2 {
  font-size: clamp(38px, 4.2vw, 62px);
}
.form-help {
  display: flex;
  flex-direction: column;
  gap: 7px;
  padding-top: 22px;
  margin-top: 28px;
  border-top: 1px solid var(--line);
  font-size: 13px;
}
.form-help span,
.small-note {
  font-size: 12px;
  color: var(--muted);
}
.lead-form {
  background: #fff;
  padding: clamp(24px, 4vw, 48px);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}
.trap {
  position: absolute;
  left: -9999px;
}
.form-error {
  padding: 16px;
  border: 1px solid #e8a7aa;
  background: #fff2f2;
  color: #7e1018;
  border-radius: 12px;
  margin-bottom: 22px;
}
.form-error p {
  color: inherit;
  margin: 5px 0 0;
}
.form-caption {
  display: flex;
  justify-content: space-between;
  font-weight: 800;
  color: var(--ink);
}
.form-caption span {
  font-size: 11px;
  color: var(--muted);
  font-weight: 400;
}
.form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}
.form-grid label {
  display: flex;
  flex-direction: column;
  gap: 8px;
  font-size: 12px;
  font-weight: 800;
}
.form-grid .full {
  grid-column: 1/-1;
}
.form-grid input,
.form-grid select,
.form-grid textarea {
  width: 100%;
  border: 1px solid #d9cecc;
  border-radius: 12px;
  padding: 14px;
  background: #fff;
  color: var(--ink);
  outline: none;
}
.form-grid input:focus,
.form-grid select:focus,
.form-grid textarea:focus {
  border-color: var(--wine);
  box-shadow: 0 0 0 3px rgba(121, 0, 22, 0.08);
}
.form-grid textarea {
  resize: vertical;
}
.form-grid label small {
  font-weight: 400;
  color: var(--muted);
}
.consent {
  flex-direction: row !important;
  align-items: flex-start;
}
.consent input {
  width: 18px !important;
  margin-top: 3px;
}
.consent a {
  text-decoration: underline;
}
.submit {
  margin-top: 24px;
}
.submit:disabled {
  opacity: 0.65;
}
.legal,
.message-page {
  max-width: 950px;
  margin: auto;
}
.legal h1,
.message-page h1 {
  font-size: clamp(42px, 6vw, 76px);
}
.legal h2 {
  font-size: 26px;
  margin-top: 38px;
}
.success-symbol {
  display: grid;
  place-items: center;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: var(--wine);
  color: #fff;
  font-size: 28px;
  margin-bottom: 24px;
}
.bio-page {
  background: #f8f2ed;
}
.bio-shell {
  min-height: 100svh;
  display: grid;
  grid-template-columns: minmax(360px, 42%) 1fr;
}
.bio-visual {
  position: fixed;
  left: 0;
  top: 0;
  width: 42%;
  height: 100svh;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  overflow: hidden;
  background:
    radial-gradient(circle at 50% 22%, #d93651, transparent 30%),
    linear-gradient(150deg, #48000c, #970020);
  padding: 7vh 4vw 3vh;
}
.bio-visual:before {
  content: "N";
  position: absolute;
  font:
    400 70vw/0.8 Georgia,
    serif;
  color: rgba(255, 255, 255, 0.04);
  left: -0.18em;
  top: 0.05em;
}
.bio-visual img {
  position: relative;
  width: min(620px, 96%);
  filter: drop-shadow(0 28px 32px rgba(25, 0, 4, 0.36));
}
.bio-home {
  position: absolute;
  left: 28px;
  top: 28px;
  padding: 10px 14px;
  border: 1px solid rgba(255, 255, 255, 0.45);
  border-radius: 999px;
  color: #fff;
  font-size: 11px;
  font-weight: 800;
}
.bio-content {
  grid-column: 2;
  max-width: 780px;
  width: 100%;
  padding: 70px clamp(28px, 7vw, 100px);
  align-self: center;
}
.bio-logo img {
  width: 145px;
  height: auto;
  margin-bottom: 28px;
}
.bio-content h1 {
  font-size: clamp(44px, 5.3vw, 76px);
  margin-bottom: 18px;
}
.bio-content > p {
  margin-bottom: 32px;
}
.bio-links {
  display: flex;
  flex-direction: column;
  gap: 11px;
}
.bio-link {
  display: grid;
  grid-template-columns: 42px 1fr 20px;
  align-items: center;
  gap: 14px;
  padding: 16px 18px;
  border: 1px solid #dfd3d1;
  border-radius: 17px;
  background: #fff;
  box-shadow: 0 8px 22px rgba(60, 0, 10, 0.04);
  transition: 0.2s;
}
.bio-link:hover {
  transform: translateX(4px);
  border-color: var(--wine);
}
.bio-link.featured {
  background: var(--wine);
  color: #fff;
  border-color: var(--wine);
}
.link-icon {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: #f5ece8;
  color: var(--wine);
  font-weight: 800;
}
.featured .link-icon {
  background: #fff;
}
.bio-link span:nth-child(2) {
  display: flex;
  flex-direction: column;
}
.bio-link strong {
  font-size: 14px;
}
.bio-link small {
  color: var(--muted);
  font-size: 11px;
}
.featured small {
  color: #e8ccd1;
}
.bio-social {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  margin-top: 26px;
  font-size: 12px;
  font-weight: 700;
}
.bio-footer {
  display: flex;
  gap: 10px;
  margin-top: 32px;
  font-size: 11px;
  color: var(--muted);
}
@media (max-width: 1080px) {
  .header nav {
    gap: 16px;
  }
  .line-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .footer-grid {
    grid-template-columns: 1.2fr 1fr;
  }
  .fragrance {
    grid-template-columns: 1fr 1fr;
  }
  .bio-shell {
    grid-template-columns: 38% 62%;
  }
  .bio-visual {
    width: 38%;
  }
  .bio-content {
    grid-column: 2;
  }
}
@media (max-width: 760px) {
  .announcement {
    height: 28px;
    font-size: 9px;
  }
  .header {
    height: 70px;
    padding: 0 20px;
  }
  .header .logo img {
    width: 105px;
  }
  .menu-toggle {
    display: block;
  }
  .header nav {
    display: none;
    position: fixed;
    inset: 98px 0 0;
    background: #fff;
    padding: 36px 24px;
    flex-direction: column;
    align-items: flex-start;
    font-size: 18px;
  }
  .header nav.open {
    display: flex;
  }
  .header nav .button {
    width: 100%;
    margin-top: 12px;
  }
  .section {
    padding: 78px 22px;
  }
  .hero {
    min-height: auto;
    grid-template-columns: 1fr;
    padding: 64px 22px 0;
    text-align: left;
  }
  .hero h1 {
    font-size: 58px;
  }
  .hero p {
    font-size: 16px;
  }
  .hero-products {
    margin-top: 34px;
  }
  .hero-products img {
    width: 100%;
    max-width: 560px;
  }
  .hero-mark {
    font-size: 150vw;
    top: 0;
  }
  .brand-statement {
    grid-template-columns: 1fr;
  }
  .brand-statement span {
    padding: 14px;
  }
  .intro,
  .fragrance,
  .arabic,
  .partner-band,
  .form-section {
    grid-template-columns: 1fr;
  }
  .intro {
    gap: 34px;
  }
  .section-top {
    display: block;
  }
  .section-top > p {
    margin-top: 20px;
  }
  .line-grid {
    grid-template-columns: 1fr;
  }
  .line-image {
    height: 300px;
  }
  .fragrance-image {
    min-height: 410px;
  }
  .fragrance-copy {
    padding: 64px 22px;
  }
  .arabic {
    gap: 35px;
  }
  .partner-band {
    padding: 78px 22px;
  }
  .partner-options {
    margin-top: 20px;
  }
  .contact-strip {
    align-items: flex-start;
    flex-direction: column;
  }
  .footer-grid {
    grid-template-columns: 1fr 1fr;
    gap: 38px 24px;
  }
  .footer-bottom {
    flex-direction: column;
  }
  .form-intro {
    position: static;
  }
  .form-grid {
    grid-template-columns: 1fr;
  }
  .form-grid label,
  .form-grid .full {
    grid-column: 1;
  }
  .lead-form {
    padding: 24px 18px;
  }
  .bio-shell {
    display: block;
  }
  .bio-visual {
    position: relative;
    width: 100%;
    height: 330px;
    padding: 62px 10px 0;
  }
  .bio-visual img {
    height: 285px;
    width: auto;
    max-width: 100%;
    object-fit: contain;
  }
  .bio-home {
    left: 18px;
    top: 18px;
  }
  .bio-content {
    padding: 42px 20px 50px;
  }
  .bio-content h1 {
    font-size: 44px;
  }
  .bio-logo img {
    width: 125px;
  }
  .bio-link {
    padding: 14px 13px;
  }
  .bio-link small {
    font-size: 10px;
  }
}
@media (max-width: 390px) {
  .hero h1 {
    font-size: 50px;
  }
  .footer-grid {
    grid-template-columns: 1fr;
  }
  .bio-content h1 {
    font-size: 39px;
  }
  .bio-link {
    grid-template-columns: 38px 1fr 14px;
    gap: 10px;
  }
  .line-image {
    height: 270px;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  * {
    transition: none !important;
  }
}
