:root {
  --cream: #fbf3ea;
  --cream-deep: #f0e1d3;
  --paper: #fffaf4;
  --berry: #6c273b;
  --berry-dark: #3d1826;
  --rose: #cc6d7c;
  --pink: #efbcc6;
  --peach: #efc09a;
  --pistachio: #afbe86;
  --pistachio-dark: #5f804c;
  --cocoa: #4f362f;
  --gold: #ba8440;
  --ink: #312827;
  --muted: #736764;
  --line: rgba(61, 38, 34, 0.12);
  --shadow: 0 28px 70px rgba(61, 24, 38, 0.12);
  --shell: min(1180px, calc(100% - 40px));
  --domain-sawsan: #b24469;
  --domain-sweets: #547d47;
  --domain-dotcom: #b9812d;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: "Trebuchet MS", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
body.menu-open { overflow: hidden; }
a { color: inherit; }
img, svg { display: block; max-width: 100%; }
button, input { font: inherit; }
.shell { width: var(--shell); margin-inline: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; z-index: 1000; left: 12px; top: 12px; background: #fff; color: var(--berry); padding: 10px 14px; border-radius: 8px; transform: translateY(-150%); transition: transform .2s; }
.skip-link:focus { transform: translateY(0); }

.purchase-bar {
  min-height: 42px;
  padding: 8px 20px;
  background: var(--berry-dark);
  color: #fff8ef;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  text-align: center;
  font-size: 13px;
}
.purchase-bar a {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #ffd7d3;
  font-weight: 700;
  text-decoration: none;
  border-bottom: 1px solid rgba(255, 215, 211, .5);
}
.purchase-bar a:hover { color: white; border-color: white; }
.purchase-bar svg,
.button svg {
  width: 16px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.site-header {
  position: absolute;
  z-index: 50;
  top: 42px;
  left: 0;
  width: 100%;
  transition: background .25s, box-shadow .25s;
}
.site-header.is-sticky {
  position: fixed;
  top: 0;
  background: rgba(255, 250, 244, .94);
  backdrop-filter: blur(16px);
  box-shadow: 0 1px 0 rgba(61,38,34,.08);
}
.nav-shell {
  min-height: 86px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}
.wordmark,
.domain-inline {
  display: inline-flex;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 0;
  font-family: Georgia, "Times New Roman", serif;
  letter-spacing: -.05em;
}
.wordmark {
  text-decoration: none;
  font-size: 29px;
  font-weight: 700;
}
.domain-inline {
  font-size: 1em;
  font-weight: 700;
}
.domain-sawsan { color: var(--domain-sawsan); }
.domain-sweets { color: var(--domain-sweets); }
.domain-dotcom {
  color: var(--domain-dotcom);
  font-family: "Trebuchet MS", Arial, sans-serif;
  font-size: .62em;
  font-weight: 800;
  letter-spacing: -.03em;
  margin-left: 2px;
}
.site-nav { display: flex; align-items: center; gap: 28px; }
.site-nav a { text-decoration: none; font-size: 14px; font-weight: 600; }
.site-nav > a:not(.nav-cta) { position: relative; }
.site-nav > a:not(.nav-cta)::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -7px;
  height: 1px;
  width: 100%;
  background: var(--berry);
  transform: scaleX(0);
  transform-origin: right;
  transition: transform .25s;
}
.site-nav > a:not(.nav-cta):hover::after { transform: scaleX(1); transform-origin: left; }
.nav-cta {
  padding: 11px 17px;
  border: 1px solid var(--berry);
  color: var(--berry);
  border-radius: 999px;
  transition: .2s;
}
.nav-cta:hover { background: var(--berry); color: white; }
.menu-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border: 0;
  border-radius: 50%;
  background: var(--berry);
  padding: 0;
  place-content: center;
  gap: 4px;
  cursor: pointer;
}
.menu-toggle span:not(.sr-only) { width: 18px; height: 1.5px; background: white; transition: .2s; }

.hero {
  position: relative;
  min-height: 900px;
  padding-top: 165px;
  background:
    radial-gradient(circle at top right, rgba(239,188,198,.45), transparent 30%),
    radial-gradient(circle at bottom left, rgba(175,190,134,.2), transparent 26%),
    var(--cream);
  overflow: hidden;
}
.hero::before {
  content: "";
  position: absolute;
  width: 380px;
  height: 380px;
  border: 1px solid rgba(108,39,59,.10);
  border-radius: 50%;
  left: -170px;
  bottom: 40px;
}
.hero-grain {
  position: absolute;
  inset: 0;
  opacity: .14;
  pointer-events: none;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.16'/%3E%3C/svg%3E");
}
.hero-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: .92fr 1.08fr;
  align-items: center;
  gap: 60px;
  min-height: 650px;
}
.eyebrow {
  margin: 0 0 22px;
  display: flex;
  align-items: center;
  gap: 12px;
  color: var(--berry);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.eyebrow > span { width: 35px; height: 1px; background: currentColor; }
.hero h1, .section-heading h2, .qualities-copy h2, .purchase-copy h2 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 600;
  letter-spacing: -.045em;
  line-height: .98;
}
.hero h1 { max-width: 720px; font-size: clamp(58px, 6vw, 90px); color: var(--berry-dark); }
.hero h1 em, .section-heading h2 em, .qualities-copy h2 em, .purchase-copy h2 em { font-weight: 600; color: var(--rose); }
.hero-lead { max-width: 640px; margin: 30px 0 0; color: var(--muted); font-size: 18px; line-height: 1.72; }
.hero-actions { margin-top: 34px; display: flex; align-items: center; flex-wrap: wrap; gap: 26px; }
.button {
  min-height: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 14px 23px;
  border-radius: 999px;
  text-decoration: none;
  font-size: 14px;
  font-weight: 700;
  transition: transform .2s, box-shadow .2s, background .2s;
}
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--berry); color: white; box-shadow: 0 12px 30px rgba(108,39,59,.22); }
.button-primary:hover { background: var(--berry-dark); box-shadow: 0 16px 38px rgba(108,39,59,.27); }
.button-secondary { background: white; color: var(--berry); box-shadow: 0 10px 25px rgba(61,24,38,.08); }
.button-secondary:hover { background: var(--cream); }
.button-cream { background: var(--cream); color: var(--berry); white-space: nowrap; }
.button-cream:hover { background: white; box-shadow: 0 14px 30px rgba(0,0,0,.18); }
.text-link { color: var(--berry); font-size: 14px; font-weight: 700; text-decoration: none; border-bottom: 1px solid rgba(108,39,59,.35); }
.text-link span { margin-left: 5px; }
.hero-notes { display: flex; gap: 24px; margin-top: 38px; color: var(--muted); font-size: 12px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.hero-notes span { display: flex; align-items: center; gap: 9px; }
.hero-notes span::before { content: ""; width: 5px; height: 5px; border-radius: 50%; background: var(--pistachio); }

.hero-visual {
  position: relative;
  padding: 24px 0 24px 28px;
}
.image-card {
  background: white;
  border: 1px solid rgba(61,38,34,.08);
  border-radius: 26px;
  overflow: hidden;
  box-shadow: var(--shadow);
}
.image-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.image-tilt {
  transform: rotate(2.5deg);
  max-width: 710px;
}
.hero-badge {
  position: absolute;
  left: 0;
  bottom: 18px;
  padding: 13px 16px;
  border-radius: 999px;
  background: rgba(255,255,255,.95);
  color: var(--berry-dark);
  box-shadow: 0 14px 30px rgba(61,24,38,.12);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.marquee {
  position: relative;
  z-index: 2;
  margin-top: 25px;
  padding: 18px 0 22px;
  overflow: hidden;
  border-top: 1px solid rgba(61,38,34,.08);
}
.marquee-track {
  display: flex;
  gap: 18px;
  width: max-content;
  color: rgba(61,24,38,.66);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .18em;
  text-transform: uppercase;
  animation: marquee 22s linear infinite;
}
.marquee-track i { color: var(--rose); font-style: normal; }
@keyframes marquee {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

.section { padding: 110px 0; }
.section-heading { max-width: 720px; }
.section-heading h2 { font-size: clamp(48px, 5vw, 78px); color: var(--berry-dark); }
.section-heading > p:last-child { max-width: 660px; margin: 22px 0 0; color: var(--muted); font-size: 17px; }
.section-heading.centered { max-width: 860px; margin: 0 auto; text-align: center; }
.section-heading.centered .eyebrow { justify-content: center; }
.section-heading.centered > p:last-child { margin-inline: auto; }
.heading-domain {
  display: inline-flex;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 0;
}

.possibilities { background: var(--paper); }
.possibility-grid {
  margin-top: 54px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.possibility-card {
  position: relative;
  min-height: 255px;
  padding: 30px;
  border-radius: 26px;
  background: white;
  border: 1px solid var(--line);
  box-shadow: 0 10px 30px rgba(61,24,38,.05);
}
.possibility-card h3 {
  margin: 30px 0 10px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 30px;
  line-height: 1.05;
  font-weight: 600;
  letter-spacing: -.03em;
  color: var(--berry-dark);
}
.possibility-card p { margin: 0; color: var(--muted); font-size: 15px; }
.card-number {
  display: inline-flex;
  padding: 8px 12px;
  border-radius: 999px;
  background: var(--cream);
  color: var(--berry);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .12em;
}
.card-featured {
  background: linear-gradient(135deg, #fff7f4 0%, #fff 100%);
  border-color: rgba(178,68,105,.18);
}
.card-dark {
  background: var(--berry-dark);
  border-color: rgba(255,255,255,.08);
}
.card-dark .card-number { background: rgba(255,255,255,.1); color: #f7dae1; }
.card-dark h3 { color: white; }
.card-dark p { color: rgba(255,255,255,.72); }

.qualities {
  background: var(--berry-dark);
  color: white;
  overflow: hidden;
}
.qualities-grid {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 90px;
  align-items: center;
}
.quality-photo {
  position: relative;
  min-height: 680px;
  display: flex;
  align-items: center;
}
.quality-photo::before {
  content: "";
  position: absolute;
  width: 460px;
  height: 460px;
  border-radius: 50%;
  background: rgba(239,188,198,.28);
  filter: blur(2px);
  left: -70px;
  top: 30px;
}
.quality-image-frame {
  position: relative;
  z-index: 2;
  width: min(440px, 100%);
  aspect-ratio: 4 / 5;
  transform: rotate(-4deg);
}
.quality-sticker {
  position: absolute;
  z-index: 3;
  right: 10px;
  bottom: 60px;
  width: 152px;
  height: 152px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  text-align: center;
  background: var(--gold);
  color: var(--berry-dark);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 20px;
  font-style: italic;
  line-height: 1.08;
  transform: rotate(9deg);
  box-shadow: 0 16px 38px rgba(0,0,0,.18);
}
.eyebrow-light { color: var(--pink); }
.qualities-copy h2 { color: white; font-size: clamp(48px, 4.4vw, 76px); }
.qualities-copy h2 em { color: var(--pink); }
.quality-list { margin-top: 52px; border-top: 1px solid rgba(255,255,255,.16); }
.quality-list article { padding: 23px 0; display: grid; grid-template-columns: 50px 1fr; gap: 14px; border-bottom: 1px solid rgba(255,255,255,.16); }
.quality-list article > span { color: var(--pink); font-size: 11px; font-weight: 700; letter-spacing: .09em; }
.quality-list h3 { margin: 0 0 6px; font-family: Georgia, "Times New Roman", serif; font-size: 24px; font-weight: 600; }
.quality-list p { margin: 0; color: rgba(255,255,255,.72); font-size: 14px; }

.concept-section { background: var(--cream); }
.showcase-grid {
  margin-top: 55px;
  display: grid;
  grid-template-columns: 1.1fr .55fr;
  gap: 26px;
  align-items: start;
}
.showcase-main .image-card { aspect-ratio: 16 / 9; }
.side-card {
  padding: 32px;
  border-radius: 26px;
  background: rgba(255,255,255,.9);
  border: 1px solid rgba(61,38,34,.08);
  box-shadow: 0 18px 45px rgba(61,24,38,.08);
}
.side-card h3 {
  margin: 0 0 14px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 34px;
  line-height: 1;
  letter-spacing: -.04em;
  color: var(--berry-dark);
}
.side-card p { margin: 0 0 16px; color: var(--muted); font-size: 15px; }
.side-card .button { margin-top: 10px; }

.purchase-section { padding-top: 0; background: var(--cream); }
.purchase-card {
  position: relative;
  min-height: 370px;
  padding: 65px 70px;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: end;
  gap: 40px;
  overflow: hidden;
  border-radius: 34px;
  background:
    radial-gradient(circle at top right, rgba(239,188,198,.14), transparent 24%),
    radial-gradient(circle at bottom left, rgba(175,190,134,.1), transparent 22%),
    var(--berry);
  color: white;
}
.purchase-card::before,
.purchase-card::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  border: 1px solid rgba(255,255,255,.12);
}
.purchase-card::before { width: 520px; height: 520px; right: -250px; top: -220px; }
.purchase-card::after { width: 220px; height: 220px; left: -90px; bottom: -120px; }
.purchase-copy { position: relative; z-index: 2; max-width: 760px; }
.purchase-copy h2 { color: white; font-size: clamp(48px, 4.7vw, 74px); }
.purchase-copy > p:last-child { max-width: 620px; margin: 24px 0 0; color: rgba(255,255,255,.76); }

.site-footer { padding: 75px 0 28px; background: var(--berry-dark); color: white; }
.footer-top {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 30px;
  padding-bottom: 58px;
}
.site-footer .domain-sawsan { color: #ffc3d5; }
.site-footer .domain-sweets { color: #c9e5a8; }
.site-footer .domain-dotcom { color: #ffd28b; }
.footer-top p { margin: 0; color: rgba(255,255,255,.62); font-family: Georgia, "Times New Roman", serif; font-style: italic; }
.footer-purchase { justify-self: end; color: #f7cad2; font-size: 13px; font-weight: 700; text-decoration: none; border-bottom: 1px solid rgba(247,202,210,.35); }
.footer-bottom {
  padding-top: 24px;
  border-top: 1px solid rgba(255,255,255,.13);
  display: flex;
  justify-content: space-between;
  gap: 20px;
  color: rgba(255,255,255,.45);
  font-size: 11px;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.reveal { opacity: 0; transform: translateY(24px); transition: opacity .8s ease, transform .8s ease; }
.reveal-delay { transition-delay: .15s; }
.reveal.is-visible { opacity: 1; transform: translateY(0); }

@media (max-width: 1080px) {
  .hero { min-height: auto; padding-bottom: 70px; }
  .hero-grid { grid-template-columns: 1fr; padding-bottom: 36px; }
  .hero-copy { max-width: 780px; }
  .hero-visual { width: min(780px, 100%); margin: 0 auto; padding: 10px 0 30px; }
  .showcase-grid,
  .qualities-grid,
  .purchase-card { grid-template-columns: 1fr; }
  .button-cream { justify-self: start; }
  .possibility-grid { grid-template-columns: repeat(2, 1fr); }
  .quality-photo { min-height: auto; }
}

@media (max-width: 760px) {
  :root { --shell: min(100% - 28px, 1180px); }
  .purchase-bar { min-height: 50px; gap: 8px; flex-direction: column; line-height: 1.25; }
  .site-header { top: 50px; }
  .site-header.is-sticky { top: 0; }
  .nav-shell { min-height: 72px; }
  .menu-toggle { display: grid; z-index: 3; }
  .menu-toggle[aria-expanded="true"] span:nth-of-type(2) { transform: translateY(5.5px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:nth-of-type(3) { opacity: 0; }
  .menu-toggle[aria-expanded="true"] span:nth-of-type(4) { transform: translateY(-5.5px) rotate(-45deg); }
  .site-nav {
    position: fixed;
    inset: 0;
    z-index: 2;
    padding: 125px 28px 45px;
    background: var(--cream);
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    gap: 0;
    transform: translateX(100%);
    transition: transform .28s ease;
  }
  .site-nav.is-open { transform: translateX(0); }
  .site-nav a {
    padding: 17px 0;
    border-bottom: 1px solid var(--line);
    font-family: Georgia, "Times New Roman", serif;
    font-size: 27px;
  }
  .site-nav .nav-cta {
    margin-top: 25px;
    padding: 15px 18px;
    text-align: center;
    border: 0;
    background: var(--berry);
    color: white;
    font-family: "Trebuchet MS", Arial, sans-serif;
    font-size: 14px;
  }
  .hero { padding-top: 122px; }
  .hero-grid { gap: 32px; }
  .hero h1 { font-size: clamp(50px, 15vw, 70px); }
  .hero-lead { font-size: 16px; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 18px; }
  .button-primary, .button-secondary, .button-cream { width: 100%; }
  .hero-notes { gap: 13px; flex-wrap: wrap; }
  .image-tilt { transform: rotate(0); }
  .hero-badge { position: static; display: inline-block; margin-top: 12px; }
  .section { padding: 85px 0; }
  .section-heading h2, .qualities-copy h2, .purchase-copy h2 { font-size: clamp(42px, 13vw, 58px); }
  .possibility-grid { grid-template-columns: 1fr; }
  .quality-image-frame { width: 100%; transform: rotate(0); }
  .quality-sticker {
    width: 118px;
    height: 118px;
    right: 0;
    bottom: -20px;
    font-size: 15px;
  }
  .showcase-grid { gap: 18px; }
  .side-card { padding: 24px; }
  .purchase-card { padding: 48px 28px; border-radius: 26px; }
  .footer-top {
    grid-template-columns: 1fr;
    justify-items: start;
    padding-bottom: 38px;
  }
  .footer-purchase { justify-self: start; }
  .footer-bottom {
    flex-direction: column;
    align-items: flex-start;
  }
}
