:root {
  --cream: #fff8ec;
  --paper: #fffdf8;
  --ink: #241915;
  --muted: #7d665c;
  --cocoa: #6f3f2f;
  --caramel: #c78345;
  --apricot: #f1b67c;
  --rose: #e9a9a1;
  --sage: #87956f;
  --line: rgba(36, 25, 21, 0.12);
  --shadow: 0 24px 70px rgba(93, 52, 32, 0.16);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  font-family: "Trebuchet MS", "Lucida Grande", sans-serif;
  background:
    radial-gradient(circle at 10% 10%, rgba(241, 182, 124, 0.24), transparent 28rem),
    radial-gradient(circle at 85% 0%, rgba(233, 169, 161, 0.22), transparent 30rem),
    linear-gradient(135deg, #fffaf0 0%, #f8efe2 48%, #fffdf8 100%);
}

body::before {
  position: fixed;
  inset: 0;
  z-index: -1;
  content: "";
  opacity: 0.4;
  background-image:
    linear-gradient(var(--line) 1px, transparent 1px),
    linear-gradient(90deg, var(--line) 1px, transparent 1px);
  background-size: 48px 48px;
  mask-image: linear-gradient(to bottom, black, transparent 70%);
}

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.25rem;
  padding: 1rem clamp(1rem, 4vw, 4rem);
  border-bottom: 1px solid rgba(255, 255, 255, 0.7);
  background: rgba(255, 248, 236, 0.78);
  backdrop-filter: blur(18px);
}

.brand,
.site-header nav,
.hero-notes,
.hero-actions,
.cta-actions {
  display: flex;
  align-items: center;
}

.brand {
  gap: 0.75rem;
  font-weight: 900;
  letter-spacing: 0.12em;
}

.brand img {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  box-shadow: 0 10px 30px rgba(111, 63, 47, 0.22);
}

.site-header nav {
  gap: clamp(0.75rem, 3vw, 2rem);
  color: var(--muted);
  font-size: 0.95rem;
}

.site-header nav a:hover,
.header-cta:hover {
  color: var(--cocoa);
}

.header-cta {
  padding: 0.8rem 1rem;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.5);
  color: var(--cocoa);
  font-weight: 800;
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.85fr);
  gap: clamp(2rem, 6vw, 6rem);
  align-items: center;
  min-height: 84vh;
  padding: clamp(4rem, 8vw, 7rem) clamp(1rem, 6vw, 6rem) 3rem;
}

.eyebrow {
  margin: 0 0 1rem;
  color: var(--caramel);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

h1,
h2,
h3 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  line-height: 0.96;
  letter-spacing: -0.05em;
}

h1 {
  max-width: 790px;
  font-size: clamp(3.4rem, 9vw, 7.8rem);
}

h2 {
  font-size: clamp(2.2rem, 5vw, 4.4rem);
}

h3 {
  font-size: 1.65rem;
}

.hero-text,
.intro p,
.cta-section p {
  color: var(--muted);
  font-size: clamp(1.05rem, 2vw, 1.3rem);
  line-height: 1.7;
}

.hero-text {
  max-width: 660px;
  margin: 1.5rem 0 0;
}

.hero-actions,
.cta-actions {
  flex-wrap: wrap;
  gap: 1rem;
  margin-top: 2rem;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 1.25rem;
  border-radius: 999px;
  font-weight: 900;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.button:hover {
  transform: translateY(-2px);
}

.button.primary {
  color: white;
  background: linear-gradient(135deg, var(--cocoa), #9b5635);
  box-shadow: 0 18px 40px rgba(111, 63, 47, 0.28);
}

.button.secondary {
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.5);
  color: var(--cocoa);
}

.button.light {
  background: rgba(255, 255, 255, 0.16);
  color: white;
  border-color: rgba(255, 255, 255, 0.35);
}

.hero-notes {
  flex-wrap: wrap;
  gap: 0.65rem;
  margin-top: 2rem;
}

.hero-notes span {
  padding: 0.65rem 0.9rem;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.45);
  color: var(--muted);
  font-size: 0.9rem;
}

.hero-visual {
  position: relative;
  min-height: 560px;
  border-radius: 3rem;
  overflow: hidden;
  background:
    radial-gradient(circle at 50% 36%, #fff6df 0 12%, transparent 13%),
    radial-gradient(circle at 30% 18%, rgba(255, 255, 255, 0.8), transparent 28%),
    linear-gradient(160deg, #f6cf9f, #b96d4e 52%, #52291f);
  box-shadow: var(--shadow);
}

.hero-visual::before,
.hero-visual::after {
  position: absolute;
  content: "";
  border-radius: 50%;
}

.hero-visual::before {
  width: 420px;
  height: 420px;
  right: -160px;
  top: -120px;
  background: rgba(255, 255, 255, 0.2);
}

.hero-visual::after {
  width: 280px;
  height: 280px;
  left: -90px;
  bottom: -70px;
  background: rgba(255, 231, 188, 0.22);
}

.hero-card {
  position: absolute;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 0.9rem;
  padding: 0.85rem;
  border: 1px solid rgba(255, 255, 255, 0.45);
  border-radius: 1.5rem;
  background: rgba(255, 250, 240, 0.84);
  box-shadow: 0 18px 50px rgba(36, 25, 21, 0.2);
  backdrop-filter: blur(14px);
}

.hero-card-main {
  left: 1.4rem;
  top: 1.4rem;
}

.hero-card-main img {
  width: 54px;
  height: 54px;
  border-radius: 50%;
}

.hero-card-main span,
.hero-card-small span {
  display: block;
  color: var(--muted);
  font-size: 0.85rem;
}

.hero-card-small {
  right: 1.4rem;
  bottom: 1.4rem;
  display: block;
}

.plate {
  position: absolute;
  left: 50%;
  top: 54%;
  width: min(76%, 420px);
  aspect-ratio: 1;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  background:
    radial-gradient(circle at 50% 48%, rgba(255, 255, 255, 0.95) 0 42%, transparent 43%),
    radial-gradient(circle, rgba(255, 255, 255, 0.34), rgba(255, 255, 255, 0.08) 65%);
  box-shadow: inset 0 0 0 24px rgba(255, 255, 255, 0.2), 0 40px 80px rgba(36, 25, 21, 0.22);
}

.dessert {
  position: absolute;
  border-radius: 32% 32% 46% 46%;
  box-shadow: 0 18px 30px rgba(75, 37, 22, 0.2);
}

.dessert-one {
  left: 33%;
  top: 31%;
  width: 34%;
  height: 26%;
  background: linear-gradient(#fff0d7 0 32%, #b76446 33% 56%, #f7d195 57%);
}

.dessert-two {
  left: 22%;
  top: 55%;
  width: 24%;
  height: 18%;
  background: linear-gradient(#f9c4bc, #8d4c34);
  transform: rotate(-14deg);
}

.dessert-three {
  right: 20%;
  top: 54%;
  width: 25%;
  height: 20%;
  background: linear-gradient(#fff5df, #d89452);
  transform: rotate(16deg);
}

.intro,
.section,
.atelier,
.cta-section {
  margin: 0 clamp(1rem, 6vw, 6rem);
}

.intro {
  padding: clamp(2rem, 5vw, 4rem);
  border: 1px solid var(--line);
  border-radius: 2.2rem;
  background: rgba(255, 255, 255, 0.46);
}

.intro p {
  max-width: 980px;
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  color: var(--cocoa);
  font-size: clamp(1.5rem, 3.2vw, 2.8rem);
  line-height: 1.22;
  letter-spacing: -0.035em;
}

.section {
  padding: clamp(5rem, 9vw, 8rem) 0;
}

.section-heading {
  display: grid;
  grid-template-columns: 0.8fr 1.3fr;
  gap: 2rem;
  align-items: end;
  margin-bottom: 2rem;
}

.collection-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.2rem;
}

.collection-card {
  min-height: 420px;
  padding: 1rem;
  border: 1px solid var(--line);
  border-radius: 2rem;
  background: rgba(255, 255, 255, 0.54);
  box-shadow: 0 20px 60px rgba(93, 52, 32, 0.08);
}

.collection-card p {
  margin: 1.4rem 0 0.5rem;
  color: var(--caramel);
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.14em;
}

.collection-card span {
  display: block;
  margin-top: 1rem;
  color: var(--muted);
  line-height: 1.6;
}

.card-art {
  min-height: 220px;
  border-radius: 1.4rem;
  background-color: #f4d5ad;
}

.card-cake .card-art {
  background:
    radial-gradient(circle at 50% 24%, #fff7e6 0 13%, transparent 14%),
    linear-gradient(145deg, transparent 0 52%, rgba(255, 255, 255, 0.35) 53%),
    linear-gradient(#f8d8a5, #9e5138);
}

.card-salty .card-art {
  background:
    radial-gradient(circle at 20% 28%, #fff2d8 0 8%, transparent 9%),
    radial-gradient(circle at 58% 36%, #f8c76e 0 10%, transparent 11%),
    radial-gradient(circle at 80% 70%, #fff7e6 0 11%, transparent 12%),
    linear-gradient(145deg, #b9a678, #6f7c50);
}

.card-baladi .card-art {
  background:
    radial-gradient(circle at 28% 35%, #fff7e2 0 12%, transparent 13%),
    radial-gradient(circle at 62% 58%, #efd090 0 15%, transparent 16%),
    radial-gradient(circle at 75% 28%, #fff1c9 0 8%, transparent 9%),
    linear-gradient(135deg, #d58e53, #7a3428);
}

.atelier {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 1.2rem;
  align-items: stretch;
  padding-bottom: clamp(5rem, 9vw, 8rem);
}

.atelier-image,
.atelier-copy,
.cta-section {
  border-radius: 2.4rem;
  box-shadow: var(--shadow);
}

.atelier-image {
  position: relative;
  min-height: 520px;
  background:
    radial-gradient(circle at 50% 45%, rgba(255, 255, 255, 0.4), transparent 30%),
    linear-gradient(145deg, rgba(111, 63, 47, 0.1), rgba(111, 63, 47, 0.68)),
    url("assets/acticui-profile.jpg");
  background-size: cover;
  background-position: center;
  overflow: hidden;
}

.atelier-image::after {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(to top, rgba(36, 25, 21, 0.58), transparent 55%);
}

.stamp {
  position: absolute;
  left: 1.5rem;
  bottom: 1.5rem;
  z-index: 1;
  padding: 0.8rem 1rem;
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: 999px;
  color: white;
  background: rgba(36, 25, 21, 0.36);
  backdrop-filter: blur(12px);
  font-weight: 900;
}

.atelier-copy {
  padding: clamp(2rem, 5vw, 4rem);
  background: var(--paper);
}

.steps {
  display: grid;
  gap: 1rem;
  margin-top: 2rem;
}

.steps div {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 1rem;
  align-items: start;
  padding: 1rem 0;
  border-top: 1px solid var(--line);
}

.steps span {
  color: var(--caramel);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.7rem;
  font-weight: 900;
}

.steps p {
  margin: 0;
  color: var(--muted);
  font-size: 1.08rem;
  line-height: 1.6;
}

.cta-section {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  margin-bottom: clamp(4rem, 8vw, 7rem);
  padding: clamp(2rem, 5vw, 4rem);
  color: white;
  background:
    radial-gradient(circle at 18% 22%, rgba(255, 255, 255, 0.24), transparent 18rem),
    linear-gradient(135deg, #2b1714, #6f3f2f 58%, #b66a41);
}

.cta-section .eyebrow,
.cta-section p {
  color: rgba(255, 255, 255, 0.76);
}

.cta-section p {
  max-width: 680px;
}

footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 2rem clamp(1rem, 6vw, 6rem);
  border-top: 1px solid var(--line);
  color: var(--muted);
}

footer span {
  color: var(--ink);
  font-weight: 900;
  letter-spacing: 0.16em;
}

footer p {
  margin: 0;
}

@media (max-width: 920px) {
  .site-header {
    align-items: flex-start;
    flex-wrap: wrap;
  }

  .site-header nav {
    order: 3;
    width: 100%;
    justify-content: space-between;
  }

  .hero,
  .section-heading,
  .atelier {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: auto;
  }

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

  .hero-visual {
    min-height: 460px;
  }

  .cta-section,
  footer {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 560px) {
  .header-cta {
    width: 100%;
    text-align: center;
  }

  .site-header nav {
    overflow-x: auto;
    justify-content: flex-start;
  }

  .hero {
    padding-top: 3rem;
  }

  .hero-actions .button,
  .cta-actions .button {
    width: 100%;
  }

  .hero-visual,
  .intro,
  .collection-card,
  .atelier-image,
  .atelier-copy,
  .cta-section {
    border-radius: 1.5rem;
  }
}

/* Premium ACTICUI redesign inspired by the provided reference. */
:root {
  --ink: #17110c;
  --ink-soft: #2a1f17;
  --cream: #f8f0df;
  --paper: #fff9ec;
  --gold: #d8a348;
  --gold-light: #f3d88d;
  --copper: #9b5f2c;
  --muted: #7f6d58;
  --shadow: 0 30px 90px rgba(23, 17, 12, 0.28);
  --serif: Georgia, "Times New Roman", serif;
  --sans: "Trebuchet MS", "Segoe UI", sans-serif;
}

body {
  color: var(--ink);
  background:
    radial-gradient(circle at 10% 10%, rgba(216, 163, 72, 0.16), transparent 32rem),
    linear-gradient(180deg, #130e0a 0, #130e0a 44rem, var(--cream) 44rem);
  font-family: var(--sans);
  overflow-x: hidden;
}

body::before {
  opacity: 0.12;
  background-image:
    linear-gradient(30deg, rgba(255, 255, 255, 0.08) 12%, transparent 12.5%, transparent 87%, rgba(255, 255, 255, 0.08) 87.5%),
    linear-gradient(150deg, rgba(255, 255, 255, 0.08) 12%, transparent 12.5%, transparent 87%, rgba(255, 255, 255, 0.08) 87.5%);
  background-position: 0 0, 24px 24px;
  background-size: 48px 48px;
  mask-image: none;
}

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

.site-header {
  position: fixed;
  top: 0;
  left: 50%;
  z-index: 20;
  width: min(1180px, calc(100% - 32px));
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  margin-top: 18px;
  padding: 14px 16px;
  color: var(--paper);
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 999px;
  background: rgba(19, 14, 10, 0.44);
  backdrop-filter: blur(18px);
  transition: 220ms ease;
}

.site-header.is-scrolled {
  margin-top: 10px;
  color: var(--ink);
  border-color: rgba(216, 163, 72, 0.34);
  background: rgba(255, 249, 236, 0.9);
  box-shadow: 0 16px 48px rgba(23, 17, 12, 0.13);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-width: max-content;
}

.brand-logo {
  width: 58px;
  height: 58px;
  border: 1px solid rgba(216, 163, 72, 0.34);
  border-radius: 50%;
  object-fit: cover;
  box-shadow: 0 12px 34px rgba(0, 0, 0, 0.22);
}

.brand-mark {
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  color: var(--ink);
  border-radius: 50%;
  background: linear-gradient(135deg, var(--gold-light), var(--gold));
  font-family: var(--serif);
  font-size: 1.08rem;
  font-style: italic;
  letter-spacing: -0.08em;
}

.brand-text {
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.34em;
}

.main-nav {
  display: flex;
  align-items: center;
  gap: clamp(14px, 3vw, 36px);
  color: inherit;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.main-nav a {
  opacity: 0.82;
  transition: 180ms ease;
}

.main-nav a:hover {
  color: var(--gold-light);
  opacity: 1;
}

.site-header.is-scrolled .main-nav a:hover {
  color: var(--copper);
}

.nav-cta,
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 48px;
  padding: 0 22px;
  border-radius: 999px;
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.nav-cta span {
  font-family: var(--serif);
  font-size: 0.92rem;
  letter-spacing: 0;
}

.nav-cta,
.btn-gold {
  color: var(--ink);
  background: linear-gradient(135deg, var(--gold-light), var(--gold));
  box-shadow: 0 18px 42px rgba(216, 163, 72, 0.24);
}

.hero {
  position: relative;
  isolation: isolate;
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(430px, 1fr);
  gap: clamp(34px, 6vw, 82px);
  min-height: 100svh;
  padding: 170px max(24px, calc((100vw - 1180px) / 2)) 92px;
  color: var(--paper);
}

.hero-bg {
  position: absolute;
  inset: 0;
  z-index: -3;
  background:
    linear-gradient(90deg, rgba(19, 14, 10, 0.95), rgba(19, 14, 10, 0.74) 46%, rgba(19, 14, 10, 0.2)),
    url("assets/hero-prestige.jpeg") center / cover;
  filter: saturate(0.86);
}

.hero-bg::after {
  position: absolute;
  inset: 0;
  content: "";
  background: radial-gradient(circle at 55% 50%, transparent 0 12rem, rgba(19, 14, 10, 0.8) 45rem);
}

.hero-glow {
  position: absolute;
  top: 26%;
  right: 13%;
  z-index: -2;
  width: 36vw;
  height: 36vw;
  border-radius: 50%;
  background: rgba(216, 163, 72, 0.22);
  filter: blur(80px);
}

.hero-content {
  align-self: center;
  max-width: 640px;
}

.eyebrow {
  margin: 0 0 16px;
  color: var(--gold-light);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.eyebrow.dark {
  color: var(--copper);
}

.hero h1,
.section h2,
.cta-section h2,
.contact h2 {
  margin: 0;
  font-family: var(--serif);
  font-weight: 500;
  line-height: 0.9;
  letter-spacing: -0.06em;
}

.hero h1 {
  max-width: 760px;
  font-size: clamp(4.5rem, 11vw, 9.7rem);
}

.hero h1 span {
  display: block;
  color: var(--gold-light);
  font-style: italic;
}

.hero-ar {
  width: fit-content;
  margin: 18px 0 0;
  padding: 10px 18px;
  color: var(--gold-light);
  border: 1px solid rgba(243, 216, 141, 0.28);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.06);
  font-family: var(--serif);
  font-size: clamp(1.4rem, 3vw, 2.4rem);
  line-height: 1.2;
}

.hero-subtitle {
  max-width: 580px;
  margin: 28px 0 0;
  color: rgba(255, 249, 236, 0.78);
  font-size: clamp(1.04rem, 1.8vw, 1.32rem);
  line-height: 1.75;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 34px;
}

.btn-ghost {
  color: var(--paper);
  border: 1px solid rgba(255, 255, 255, 0.28);
  background: rgba(255, 255, 255, 0.04);
}

.hero-infos {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 32px;
}

.hero-infos span {
  padding: 10px 14px;
  color: rgba(255, 249, 236, 0.76);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.05);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hero-gallery {
  position: relative;
  align-self: center;
  min-height: 620px;
}

.hero-card {
  position: absolute;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
  border: 1px solid rgba(243, 216, 141, 0.34);
  border-radius: 34px;
  background: #201712;
  box-shadow: var(--shadow);
}

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

.hero-card-large {
  top: 48px;
  right: 7%;
  width: min(430px, 74%);
  height: 520px;
}

.hero-card-small {
  width: 230px;
  height: 260px;
}

.hero-card-small.top {
  top: 0;
  left: 2%;
}

.hero-card-small.bottom {
  right: 0;
  bottom: 10px;
}

.marquee {
  overflow: hidden;
  color: var(--ink);
  border-block: 1px solid rgba(216, 163, 72, 0.26);
  background: linear-gradient(90deg, var(--gold-light), var(--gold));
}

.marquee-track {
  display: flex;
  width: max-content;
  animation: marquee 28s linear infinite;
}

.marquee span {
  padding: 18px 34px;
  font-family: var(--serif);
  font-size: clamp(1.15rem, 2vw, 1.7rem);
  font-style: italic;
  white-space: nowrap;
}

.section {
  margin: 0;
  padding: clamp(78px, 10vw, 130px) max(24px, calc((100vw - 1180px) / 2));
}

.split {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 0.82fr);
  gap: clamp(42px, 7vw, 92px);
  align-items: center;
}

.split-media {
  position: relative;
  min-height: 650px;
}

.image-main,
.image-overlap {
  position: absolute;
  object-fit: cover;
  border-radius: 34px;
  box-shadow: var(--shadow);
}

.image-main {
  top: 0;
  left: 0;
  width: 78%;
  height: 590px;
}

.image-overlap {
  right: 0;
  bottom: 0;
  width: 46%;
  height: 350px;
  border: 12px solid var(--cream);
}

.split-copy h2,
.section-heading h2,
.cta-section h2,
.contact h2 {
  color: var(--ink);
  font-size: clamp(3.1rem, 6vw, 6.4rem);
}

.split-copy p,
.section-heading p,
.product-card p,
.step p,
.cta-section p,
.contact-card p {
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.85;
}

.signature-card {
  display: grid;
  gap: 8px;
  margin-top: 32px;
  padding: 24px;
  color: var(--paper);
  border-radius: 28px;
  background:
    linear-gradient(135deg, rgba(216, 163, 72, 0.18), transparent),
    var(--ink);
}

.signature-card span {
  color: var(--gold-light);
  font-size: 0.75rem;
  font-weight: 900;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.signature-card strong {
  font-family: var(--serif);
  font-size: 1.72rem;
  font-weight: 500;
}

.collections {
  color: var(--paper);
  background:
    radial-gradient(circle at 82% 16%, rgba(216, 163, 72, 0.2), transparent 28rem),
    linear-gradient(180deg, #17110c, #21160e);
}

.collections .section-heading {
  display: block;
  max-width: 760px;
  margin-bottom: 44px;
}

.collections .section-heading h2 {
  color: var(--paper);
}

.collections .section-heading p {
  color: rgba(255, 249, 236, 0.66);
}

.product-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-auto-rows: 250px;
  gap: 18px;
}

.product-card {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: flex-end;
  min-height: 250px;
  padding: 24px;
  border: 1px solid rgba(243, 216, 141, 0.2);
  border-radius: 30px;
  background: #2b1d13;
}

.product-card::before {
  position: absolute;
  inset: 0;
  z-index: 1;
  content: "";
  background: linear-gradient(180deg, transparent 12%, rgba(0, 0, 0, 0.22) 48%, rgba(0, 0, 0, 0.82));
}

.product-card img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 600ms ease;
}

.product-card:hover img {
  transform: scale(1.05);
}

.product-card div {
  position: relative;
  z-index: 2;
}

.product-card span {
  color: var(--gold-light);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.product-card h3 {
  margin: 8px 0 6px;
  font-family: var(--serif);
  font-size: clamp(1.8rem, 3vw, 3rem);
  font-weight: 500;
  line-height: 1;
}

.product-card p {
  max-width: 430px;
  margin: 0;
  color: rgba(255, 249, 236, 0.72);
}

.product-card.tall {
  grid-column: span 2;
  grid-row: span 2;
}

.product-card.wide {
  grid-column: span 2;
}

.process {
  background:
    radial-gradient(circle at 12% 30%, rgba(216, 163, 72, 0.13), transparent 26rem),
    var(--cream);
}

.process .section-heading {
  display: block;
  margin-bottom: 38px;
}

.steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  margin-top: 0;
}

.step {
  min-height: 270px;
  padding: 30px;
  border: 1px solid rgba(155, 95, 44, 0.16);
  border-radius: 30px;
  background: rgba(255, 249, 236, 0.72);
  box-shadow: 0 20px 60px rgba(23, 17, 12, 0.08);
}

.step span {
  color: var(--gold);
  font-family: var(--serif);
  font-size: 4.4rem;
  line-height: 1;
}

.step h3 {
  margin: 34px 0 8px;
  font-family: var(--serif);
  font-size: 2.2rem;
  font-weight: 500;
}

.step a {
  color: var(--copper);
  font-weight: 900;
  text-decoration: underline;
  text-decoration-color: rgba(155, 95, 44, 0.38);
  text-underline-offset: 4px;
}

.cta-section {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 34px;
  margin: 0 max(24px, calc((100vw - 1180px) / 2));
  padding: clamp(42px, 6vw, 72px);
  color: var(--paper);
  border-radius: 42px;
  background:
    linear-gradient(90deg, rgba(19, 14, 10, 0.88), rgba(19, 14, 10, 0.52)),
    url("assets/collection-assortiment.jpeg") center / cover;
  box-shadow: var(--shadow);
}

.cta-section h2 {
  color: var(--paper);
}

.cta-section p {
  max-width: 640px;
  color: rgba(255, 249, 236, 0.76);
}

.contact-card {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 0.7fr);
  gap: clamp(28px, 6vw, 74px);
  padding: clamp(34px, 6vw, 72px);
  border: 1px solid rgba(155, 95, 44, 0.18);
  border-radius: 42px;
  background: var(--paper);
  box-shadow: 0 24px 70px rgba(23, 17, 12, 0.1);
}

.contact-links {
  display: grid;
  gap: 14px;
}

.contact-links a {
  display: grid;
  gap: 6px;
  padding: 20px;
  border: 1px solid rgba(155, 95, 44, 0.16);
  border-radius: 24px;
  background: var(--cream);
  transition: 180ms ease;
}

.contact-links a:hover {
  transform: translateY(-3px);
  border-color: rgba(216, 163, 72, 0.56);
}

.contact-links span {
  color: var(--copper);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.contact-links strong {
  font-family: var(--serif);
  font-size: 1.5rem;
  font-weight: 500;
}

.site-footer {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 16px;
  padding: 34px max(24px, calc((100vw - 1180px) / 2));
  color: rgba(255, 249, 236, 0.66);
  background: var(--ink);
}

.site-footer p {
  margin: 0;
}

.reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 800ms ease, transform 800ms ease;
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@keyframes marquee {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}

@media (max-width: 980px) {
  .main-nav {
    display: none;
  }

  .hero {
    grid-template-columns: 1fr;
    padding-top: 130px;
  }

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

  .split,
  .contact-card {
    grid-template-columns: 1fr;
  }

  .split-media {
    min-height: 560px;
  }

  .product-grid {
    grid-template-columns: repeat(2, 1fr);
  }

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

  .cta-section {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 640px) {
  .site-header {
    align-items: center;
    flex-wrap: nowrap;
    width: calc(100% - 22px);
    padding: 10px;
  }

  .brand-text {
    letter-spacing: 0.18em;
  }

  .nav-cta {
    min-height: 42px;
    padding: 0 15px;
    font-size: 0.68rem;
  }

  .hero {
    min-height: auto;
    padding: 118px 18px 64px;
  }

  .hero h1 {
    font-size: clamp(4rem, 18vw, 5.6rem);
  }

  .hero-gallery {
    min-height: 430px;
  }

  .hero-card-large {
    right: 0;
    width: 78%;
    height: 360px;
  }

  .hero-card-small {
    width: 164px;
    height: 190px;
  }

  .section {
    padding: 68px 18px;
  }

  .split-media {
    min-height: 450px;
  }

  .image-main {
    width: 86%;
    height: 390px;
  }

  .image-overlap {
    width: 58%;
    height: 230px;
    border-width: 8px;
  }

  .product-grid {
    grid-template-columns: 1fr;
    grid-auto-rows: auto;
  }

  .product-card,
  .product-card.tall,
  .product-card.wide {
    grid-column: auto;
    grid-row: auto;
    min-height: 360px;
  }

  .cta-section {
    margin: 0 18px;
    border-radius: 30px;
  }

  .contact-card {
    padding: 28px;
    border-radius: 30px;
  }
}

.hero-bg {
  background:
    linear-gradient(90deg, rgba(19, 14, 10, 0.95), rgba(19, 14, 10, 0.74) 46%, rgba(19, 14, 10, 0.2)),
    url("assets/hero-background.jpeg") center / cover;
}

.sur-place {
  background:
    radial-gradient(circle at 18% 20%, rgba(216, 163, 72, 0.18), transparent 28rem),
    linear-gradient(180deg, var(--paper), var(--cream));
}

.sur-place .section-heading {
  display: grid;
  grid-template-columns: minmax(260px, 0.85fr) minmax(320px, 1.15fr);
  gap: clamp(24px, 5vw, 72px);
  align-items: end;
  margin-bottom: 42px;
}

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

.restaurant-card {
  position: relative;
  overflow: hidden;
  min-height: 470px;
  display: flex;
  align-items: flex-end;
  padding: 24px;
  border: 1px solid rgba(155, 95, 44, 0.16);
  border-radius: 34px;
  background: #221710;
  box-shadow: 0 24px 70px rgba(23, 17, 12, 0.13);
}

.restaurant-card::before {
  position: absolute;
  inset: 0;
  z-index: 1;
  content: "";
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.04), rgba(0, 0, 0, 0.76));
}

.restaurant-card img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 600ms ease;
}

.restaurant-card:hover img {
  transform: scale(1.05);
}

.restaurant-card div {
  position: relative;
  z-index: 2;
}

.restaurant-card span {
  color: var(--gold-light);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.restaurant-card h3 {
  margin: 8px 0 8px;
  color: var(--paper);
  font-family: var(--serif);
  font-size: clamp(2rem, 3.5vw, 3.5rem);
  font-weight: 500;
  line-height: 0.95;
}

.restaurant-card p {
  max-width: 430px;
  margin: 0;
  color: rgba(255, 249, 236, 0.78);
  line-height: 1.75;
}

.restaurant-card.feature {
  min-height: 540px;
}

@media (max-width: 980px) {
  .sur-place .section-heading,
  .restaurant-grid {
    grid-template-columns: 1fr;
  }

  .restaurant-card,
  .restaurant-card.feature {
    min-height: 420px;
  }
}

@media (max-width: 640px) {
  .restaurant-card,
  .restaurant-card.feature {
    min-height: 360px;
    border-radius: 28px;
  }
}
