:root {
  --plum: #7b526d;
  --plum-dark: #4b3042;
  --plum-soft: #efe5eb;
  --rose: #c89db5;
  --cream: #fbf8f5;
  --paper: #ffffff;
  --ink: #30252d;
  --muted: #756b72;
  --gold: #b18a55;
  --line: #e8dfe4;
  --shadow: 0 24px 60px rgba(63, 38, 54, .12);
  --radius: 24px;
}

* { box-sizing: border-box; }

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--cream);
  font-family: "Montserrat", Arial, sans-serif;
  line-height: 1.7;
}

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

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

.container {
  width: min(1160px, calc(100% - 40px));
  margin-inline: auto;
}

.narrow {
  max-width: 760px;
}

.center { text-align: center; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(251, 248, 245, .94);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(232, 223, 228, .8);
}

.nav-wrap {
  min-height: 82px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}

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

.brand-mark {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: white;
  background: var(--plum);
  font-size: 20px;
  box-shadow: 0 8px 22px rgba(123, 82, 109, .22);
}

.brand strong,
.brand small {
  display: block;
}

.brand strong {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 25px;
  line-height: 1;
  letter-spacing: .02em;
}

.brand small {
  margin-top: 4px;
  font-size: 8px;
  text-transform: uppercase;
  letter-spacing: .18em;
  color: var(--muted);
}

.nav {
  display: flex;
  align-items: center;
  gap: 27px;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: .08em;
}

.nav a:not(.nav-button) {
  transition: color .2s ease;
}

.nav a:not(.nav-button):hover {
  color: var(--plum);
}

.nav-button {
  color: white;
  background: var(--plum);
  padding: 11px 17px;
  border-radius: 999px;
}

.menu-toggle {
  display: none;
  border: 0;
  background: transparent;
  font-size: 26px;
  color: var(--plum-dark);
}

.hero {
  min-height: 720px;
  position: relative;
  overflow: hidden;
  display: grid;
  align-items: center;
  background:
    radial-gradient(circle at 85% 45%, rgba(200, 157, 181, .25), transparent 27%),
    linear-gradient(120deg, #fbf8f5 0%, #f5edf1 100%);
}

.hero-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  align-items: center;
  gap: 60px;
}

.eyebrow {
  margin: 0 0 13px;
  color: var(--gold);
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: .22em;
}

h1, h2, h3 {
  margin: 0;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-weight: 600;
  line-height: .98;
}

h1 {
  max-width: 650px;
  font-size: clamp(66px, 8vw, 108px);
  letter-spacing: -.045em;
  color: var(--plum-dark);
}

h2 {
  font-size: clamp(42px, 5vw, 65px);
  letter-spacing: -.025em;
}

h3 {
  font-size: 27px;
}

em {
  color: var(--plum);
  font-style: italic;
}

.hero-text {
  max-width: 610px;
  margin: 25px 0 30px;
  color: var(--muted);
  font-size: 16px;
}

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

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 49px;
  padding: 13px 22px;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: .1em;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}

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

.button-primary {
  color: white;
  background: var(--plum);
  box-shadow: 0 12px 26px rgba(123, 82, 109, .2);
}

.button-primary:hover {
  background: var(--plum-dark);
}

.button-ghost {
  border: 1px solid var(--line);
  background: rgba(255,255,255,.55);
}

.button-dark {
  color: white;
  background: var(--plum-dark);
}

.hero-note {
  margin-top: 25px;
  color: var(--muted);
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: .1em;
}

.hero-note span {
  color: var(--gold);
  margin-right: 6px;
}

.hero-art {
  min-height: 500px;
  position: relative;
  display: grid;
  place-items: center;
}

.halo {
  width: 430px;
  height: 430px;
  position: absolute;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255,255,255,.95) 0 34%, rgba(221,194,208,.55) 35% 62%, rgba(255,255,255,0) 63%);
  box-shadow: inset 0 0 50px rgba(255,255,255,.9);
}

.art-card {
  width: 310px;
  height: 390px;
  position: relative;
  z-index: 2;
  transform: rotate(5deg);
  padding: 12px;
  background: linear-gradient(145deg, #fff, #eadce4);
  box-shadow: var(--shadow);
  border-radius: 170px 170px 24px 24px;
}

.art-inner {
  height: 100%;
  border: 1px solid rgba(177,138,85,.55);
  border-radius: 160px 160px 15px 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background:
    radial-gradient(circle at 50% 35%, rgba(255,255,255,.9), transparent 24%),
    linear-gradient(160deg, #f8eef3, #d6b7c8);
}

.art-star {
  font-size: 62px;
  color: var(--gold);
  line-height: 1;
}

.art-title {
  margin-top: 16px;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 49px;
  line-height: .76;
  text-align: center;
  color: var(--plum-dark);
}

.art-subtitle {
  margin-top: 28px;
  font-size: 7px;
  letter-spacing: .25em;
  color: var(--muted);
}

.sparkle {
  position: absolute;
  z-index: 3;
  color: var(--gold);
}

.sparkle-a { top: 13%; left: 14%; font-size: 48px; }
.sparkle-b { top: 28%; right: 8%; font-size: 34px; }
.sparkle-c { bottom: 13%; left: 16%; font-size: 28px; }

.hero-glow {
  position: absolute;
  border-radius: 50%;
  filter: blur(2px);
}

.glow-one {
  width: 240px;
  height: 240px;
  left: -100px;
  top: 120px;
  background: rgba(200,157,181,.18);
}

.glow-two {
  width: 180px;
  height: 180px;
  right: 4%;
  bottom: 30px;
  background: rgba(177,138,85,.12);
}

.section {
  padding: 110px 0;
}

.intro {
  background: var(--paper);
}

.intro p:not(.eyebrow) {
  max-width: 650px;
  margin: 25px auto 0;
  color: var(--muted);
}

.creations {
  background: var(--cream);
}

.section-heading {
  display: grid;
  grid-template-columns: 1.3fr .7fr;
  gap: 50px;
  align-items: end;
  margin-bottom: 48px;
}

.section-heading > p {
  color: var(--muted);
  font-size: 14px;
  margin: 0 0 5px;
}

.gallery {
  display: grid;
  grid-template-columns: 1.15fr .85fr .85fr;
  gap: 22px;
  align-items: start;
}

.gallery-card {
  background: var(--paper);
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: 0 10px 35px rgba(63,38,54,.07);
}

.gallery-card.large {
  grid-row: span 2;
}

.photo-placeholder {
  min-height: 300px;
  display: grid;
  place-items: center;
  align-content: center;
  text-align: center;
  color: rgba(75,48,66,.55);
  background:
    radial-gradient(circle at 30% 25%, rgba(255,255,255,.9), transparent 22%),
    radial-gradient(circle at 75% 70%, rgba(255,255,255,.75), transparent 20%),
    linear-gradient(145deg, #eadce4, #f7eef2);
}

.large .photo-placeholder {
  min-height: 515px;
}

.photo-placeholder span {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 30px;
  letter-spacing: .08em;
}

.photo-placeholder small {
  display: block;
  max-width: 180px;
  margin-top: 7px;
  font-size: 9px;
  text-transform: uppercase;
  letter-spacing: .12em;
}

.photo-2 { background: linear-gradient(145deg, #eee4dc, #f9f4ef); }
.photo-3 { background: linear-gradient(145deg, #e4e8e1, #f5f4ec); }
.photo-4 { background: linear-gradient(145deg, #e4dbe9, #f6eef7); }

.card-caption {
  padding: 22px 23px 25px;
}

.card-caption > span {
  color: var(--gold);
  font-size: 10px;
  letter-spacing: .14em;
}

.card-caption h3 {
  margin-top: 8px;
}

.card-caption p {
  margin: 8px 0 0;
  color: var(--muted);
  font-size: 12px;
}

.facebook-strip {
  margin-top: 24px;
  padding: 20px 23px;
  border-radius: 18px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  color: white;
  background: var(--plum);
}

.facebook-strip > div {
  display: flex;
  align-items: center;
  gap: 15px;
}

.social-icon, .facebook-badge {
  width: 38px;
  height: 38px;
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: var(--plum);
  background: white;
  font-weight: 700;
  font-family: Arial, sans-serif;
}

.facebook-strip strong {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 22px;
}

.facebook-strip p {
  margin: 2px 0 0;
  opacity: .8;
  font-size: 11px;
}

.about {
  background: var(--paper);
}

.about-grid {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  align-items: center;
  gap: 90px;
}

.about-art {
  min-height: 500px;
  display: grid;
  place-items: center;
  background: radial-gradient(circle, #f3e6ed, transparent 65%);
}

.about-card {
  width: 310px;
  height: 400px;
  transform: rotate(-5deg);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: white;
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
  border-radius: 16px;
  position: relative;
}

.about-card::before {
  content: "";
  position: absolute;
  inset: 12px;
  border: 1px solid rgba(177,138,85,.55);
  border-radius: 10px;
}

.about-card > * {
  position: relative;
  z-index: 1;
}

.big-sparkle {
  color: var(--gold);
  font-size: 48px;
}

.about-card span:not(.big-sparkle):not(.small-sparkle) {
  margin-top: 12px;
  font-size: 9px;
  text-transform: uppercase;
  letter-spacing: .3em;
  color: var(--muted);
}

.about-card strong {
  margin-top: 8px;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 66px;
  line-height: .75;
  text-align: center;
  color: var(--plum-dark);
}

.small-sparkle {
  position: absolute;
  right: 35px;
  bottom: 35px;
  color: var(--gold);
  font-size: 25px;
}

.about-copy p:not(.eyebrow):not(.signature) {
  color: var(--muted);
  font-size: 15px;
}

.signature {
  margin-top: 30px;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 28px;
  font-style: italic;
  color: var(--plum);
}

.signature span {
  color: var(--gold);
  font-style: normal;
}

.custom {
  background: var(--plum-soft);
}

.custom-box {
  padding: 55px 60px;
  border: 1px solid rgba(123,82,109,.14);
  border-radius: 28px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 50px;
  background: rgba(255,255,255,.48);
}

.custom-box p:not(.eyebrow) {
  max-width: 680px;
  color: var(--muted);
}

.facebook-feature {
  background: var(--cream);
}

.facebook-badge {
  width: 56px;
  height: 56px;
  margin: 0 auto 20px;
  color: white;
  background: var(--plum);
  font-size: 24px;
}

.facebook-feature p:not(.eyebrow) {
  max-width: 650px;
  margin: 25px auto 30px;
  color: var(--muted);
}

.contact {
  color: white;
  background: var(--plum-dark);
}

.contact-grid {
  display: grid;
  grid-template-columns: 1fr .8fr;
  gap: 90px;
  align-items: center;
}

.contact .eyebrow {
  color: #d9b67c;
}

.contact h2 {
  color: white;
}

.contact h2 em {
  color: #e1b9cd;
}

.contact-grid > div:first-child > p:not(.eyebrow) {
  max-width: 600px;
  margin-top: 25px;
  color: rgba(255,255,255,.72);
}

.contact-panel {
  border-radius: 20px;
  padding: 10px;
  background: rgba(255,255,255,.08);
}

.contact-row {
  padding: 22px;
  display: flex;
  align-items: center;
  gap: 16px;
  border-bottom: 1px solid rgba(255,255,255,.1);
}

.contact-row:last-child {
  border-bottom: 0;
}

.contact-icon {
  width: 42px;
  height: 42px;
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: var(--plum-dark);
  background: white;
  font-weight: 700;
}

.contact-row small,
.contact-row strong {
  display: block;
}

.contact-row small {
  margin-bottom: 2px;
  color: rgba(255,255,255,.55);
  font-size: 9px;
  text-transform: uppercase;
  letter-spacing: .14em;
}

.contact-row strong {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 20px;
  font-weight: 600;
}

.footer {
  padding: 28px 0;
  color: rgba(255,255,255,.65);
  background: #34232f;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: .1em;
}

.footer-wrap {
  display: flex;
  justify-content: space-between;
  gap: 25px;
}

.footer strong,
.footer span {
  display: block;
}

.footer strong {
  color: white;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 21px;
  text-transform: none;
  letter-spacing: 0;
}

.footer span span {
  display: inline;
  color: #d9b67c;
}

@media (max-width: 900px) {
  .hero-grid,
  .about-grid,
  .contact-grid {
    grid-template-columns: 1fr;
  }

  .hero {
    padding: 70px 0;
  }

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

  .section-heading {
    grid-template-columns: 1fr;
    gap: 18px;
  }

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

  .gallery-card.large {
    grid-row: auto;
    grid-column: span 2;
  }

  .large .photo-placeholder {
    min-height: 430px;
  }

  .about-grid {
    gap: 45px;
  }

  .about-art {
    min-height: 400px;
  }

  .custom-box {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (max-width: 700px) {
  .container {
    width: min(100% - 28px, 1160px);
  }

  .nav-wrap {
    min-height: 72px;
  }

  .menu-toggle {
    display: block;
  }

  .nav {
    display: none;
    position: absolute;
    top: 72px;
    left: 0;
    right: 0;
    padding: 18px 20px 24px;
    flex-direction: column;
    align-items: stretch;
    gap: 4px;
    background: var(--cream);
    border-bottom: 1px solid var(--line);
    box-shadow: 0 18px 30px rgba(63,38,54,.08);
  }

  .nav.open {
    display: flex;
  }

  .nav a {
    padding: 12px;
  }

  .nav-button {
    text-align: center;
  }

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

  .brand small {
    font-size: 7px;
  }

  h1 {
    font-size: 66px;
  }

  .hero-grid {
    gap: 20px;
  }

  .hero-art {
    min-height: 360px;
  }

  .halo {
    width: 320px;
    height: 320px;
  }

  .art-card {
    width: 240px;
    height: 305px;
  }

  .art-title {
    font-size: 39px;
  }

  .section {
    padding: 78px 0;
  }

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

  .gallery-card.large {
    grid-column: auto;
  }

  .large .photo-placeholder,
  .photo-placeholder {
    min-height: 330px;
  }

  .facebook-strip {
    align-items: flex-start;
    flex-direction: column;
  }

  .custom-box {
    padding: 35px 25px;
  }

  .about-card {
    width: 265px;
    height: 350px;
  }

  .about-card strong {
    font-size: 55px;
  }

  .footer-wrap {
    flex-direction: column;
  }
}
