@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Playfair+Display:ital,wght@0,500;0,600;1,500;1,600&display=swap');

:root {
  --black: #050505;
  --ink: #111111;
  --white: #f7f6f2;
  --muted: #b8b7b2;
  --red: #e21a16;
  --red-dark: #a80f0c;
  --line: rgba(255,255,255,.13);
  --max: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--black);
  color: var(--white);
  font-family: 'DM Sans', sans-serif;
  overflow-x: hidden;
}
a { color: inherit; text-decoration: none; }
.site-header {
  position: fixed; inset: 0 0 auto 0; z-index: 20;
  display: flex; align-items: center; justify-content: space-between;
  padding: 16px 4vw;
  background: rgba(5,5,5,.72);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid rgba(255,255,255,.08);
}
.brand img { width: 145px; height: 68px; object-fit: contain; mix-blend-mode: screen; }
nav { display: flex; gap: 28px; font-size: 13px; text-transform: uppercase; letter-spacing: .13em; }
nav a { opacity: .78; transition: .25s; }
nav a:hover { opacity: 1; color: #fff; }
.header-cta {
  border: 1px solid rgba(255,255,255,.4); border-radius: 999px;
  padding: 11px 17px; font-size: 12px; text-transform: uppercase; letter-spacing: .1em;
  transition: .25s;
}
.header-cta:hover { background: #fff; color: #000; }

.hero {
  min-height: 100vh; position: relative; display: grid; place-items: center;
  overflow: hidden; padding: 140px 6vw 90px;
  background:
    radial-gradient(circle at 72% 40%, rgba(226,26,22,.16), transparent 30%),
    radial-gradient(circle at 18% 80%, rgba(255,255,255,.06), transparent 24%);
}
.hero:before {
  content:""; position:absolute; inset:0;
  background-image: linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px);
  background-size: 70px 70px; mask-image: linear-gradient(to bottom, black, transparent 80%);
}
.hero-content { position: relative; z-index: 4; max-width: 900px; text-align: center; }
.eyebrow, .section-tag {
  font-size: 11px; letter-spacing: .28em; font-weight: 700; color: #ddd; text-transform: uppercase;
}
.hero h1 {
  font-size: clamp(52px, 8vw, 108px); line-height: .92; margin: 24px 0;
  letter-spacing: -.055em;
}
.hero h1 span, em { color: #fff; font-family: 'Playfair Display', serif; font-weight: 500; }
.hero h1 span { font-style: italic; }
.hero-copy { max-width: 650px; margin: 0 auto; color: #c2c2bd; font-size: 17px; line-height: 1.75; }
.hero-actions, .contact-buttons { display: flex; justify-content: center; gap: 12px; margin-top: 34px; flex-wrap: wrap; }
.button {
  display: inline-flex; align-items: center; justify-content: center; min-height: 50px;
  padding: 0 24px; border-radius: 999px; text-transform: uppercase;
  font-size: 12px; font-weight: 700; letter-spacing: .12em; transition: transform .2s, background .2s, border .2s;
}
.button:hover { transform: translateY(-3px); }
.button-primary { background: var(--red); color: #fff; box-shadow: 0 12px 40px rgba(226,26,22,.2); }
.button-primary:hover { background: #ff2924; }
.button-ghost { border: 1px solid rgba(255,255,255,.3); color: #fff; }
.button-ghost:hover { background: #fff; color: #000; }
.trust-row { display: flex; justify-content: center; gap: 17px; flex-wrap: wrap; margin-top: 28px; color: #9e9d99; font-size: 11px; text-transform: uppercase; letter-spacing: .09em; }
.trust-row span { color: var(--red); font-size: 14px; }
.scroll-hint { position: absolute; bottom: 28px; left: 50%; transform: translateX(-50%); font-size: 10px; letter-spacing: .22em; color: #777; z-index: 4; }
.scroll-hint span { color: #fff; margin-left: 10px; }

.hero-cards { position: absolute; inset: 0; pointer-events: none; opacity: .2; }
.card {
  position: absolute; width: 160px; height: 225px; border: 1px solid rgba(255,255,255,.5);
  border-radius: 14px; background: linear-gradient(145deg,#fff,#d9d9d9); color: #111;
  padding: 15px; font-size: 27px; line-height: .9; box-shadow: 0 20px 60px #000;
}
.card b { font-size: 85px; display: block; margin-top: 20px; text-align: center; }
.card-1 { left: 10%; top: 30%; transform: rotate(-22deg); color: #d00; }
.card-2 { left: 23%; top: 16%; transform: rotate(-7deg); }
.card-3 { right: 25%; top: 20%; transform: rotate(7deg); color: #d00; }
.card-4 { right: 11%; top: 31%; transform: rotate(19deg); }

.section { padding: 120px 6vw; max-width: var(--max); margin: auto; }
.intro { text-align: center; }
h2 { font-size: clamp(42px, 6vw, 75px); line-height: .98; letter-spacing: -.045em; margin: 20px 0 25px; }
.lead { color: #a9a8a3; line-height: 1.8; font-size: 16px; max-width: 690px; margin: 0 auto; }
.magic-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 1px; margin-top: 65px; background: var(--line); }
.magic-card { background: #090909; padding: 42px; text-align: left; min-height: 230px; }
.magic-card.featured { background: linear-gradient(145deg,#180505,#090909); }
.icon { font-size: 34px; color: var(--red); margin-bottom: 30px; }
.magic-card h3 { font-size: 21px; margin: 0 0 12px; }
.magic-card p { color: #8f8e8a; line-height: 1.65; margin: 0; }

.occasions { max-width: none; background: #f2f1ed; color: #111; }
.occasion-layout { max-width: var(--max); margin: auto; display: grid; grid-template-columns: .9fr 1.1fr; gap: 100px; }
.occasions .section-tag { color: #666; }
.occasions .lead { color: #666; margin: 0; }
.occasion-list { border-top: 1px solid #ccc; }
.occasion-list > div { display: grid; grid-template-columns: 55px 1fr; column-gap: 18px; padding: 25px 0; border-bottom: 1px solid #ccc; }
.occasion-list span { color: var(--red); font-size: 11px; letter-spacing: .1em; }
.occasion-list strong { font-size: 22px; }
.occasion-list p { grid-column: 2; margin: 8px 0 0; color: #666; line-height: 1.6; font-size: 14px; }

.quote { text-align: center; padding-top: 150px; padding-bottom: 150px; }
.quote-mark { font-family: Georgia, serif; font-size: 100px; line-height: .5; color: var(--red); }
blockquote { margin: 25px auto; font-family: 'Playfair Display', serif; font-size: clamp(32px, 5vw, 60px); line-height: 1.15; }
blockquote span { color: #aaa; font-style: italic; }
.playing-card-line { color: #777; letter-spacing: .4em; }

.about { display: grid; grid-template-columns: 1fr 1fr; gap: 90px; align-items: center; }
.about-image { position: relative; }
.about-image img { width: 100%; display: block; filter: grayscale(1) contrast(1.08); }
.about-badge {
  position: absolute; right: -28px; bottom: -25px; width: 125px; height: 125px; border-radius: 50%;
  background: var(--red); display: grid; place-content: center; text-align: center;
  font-size: 13px; font-weight: 700; line-height: 1.1; letter-spacing: .12em;
  transform: rotate(-9deg); box-shadow: 0 20px 60px rgba(0,0,0,.4);
}
.about-badge small { font-size: 8px; letter-spacing: .25em; margin-top: 5px; }
.about-copy p { color: #9d9c98; line-height: 1.8; }
.text-link { display: inline-block; margin-top: 15px; font-weight: 700; text-transform: uppercase; font-size: 12px; letter-spacing: .13em; border-bottom: 1px solid #555; padding-bottom: 9px; }
.text-link span { color: var(--red); margin-left: 12px; }

.contact { max-width: none; background: radial-gradient(circle at 50% 30%, rgba(226,26,22,.18), transparent 35%), #080808; text-align: center; }
.contact-inner { max-width: 800px; margin: auto; }
.contact p { color: #999; }
.large { min-width: 190px; }
.email { display: inline-block; margin-top: 24px; color: #bbb; border-bottom: 1px solid #444; padding-bottom: 5px; }

footer { padding: 38px 6vw; border-top: 1px solid var(--line); display: flex; align-items: center; justify-content: space-between; gap: 20px; flex-wrap: wrap; color: #777; font-size: 11px; }
.footer-brand { color: #fff; font-weight: 700; letter-spacing: .18em; }
.footer-brand span { color: #999; font-weight: 400; }
footer p { margin: 0; }

.sparkles { position: fixed; inset: 0; pointer-events: none; z-index: 10; opacity: .55; }
.sparkles:before, .sparkles:after {
  content: "✦  ·   ✧     ·  ✦       ·    ✧   ·";
  position: absolute; width: 100%; color: rgba(255,255,255,.45); font-size: 12px;
  animation: drift 16s linear infinite; white-space: nowrap;
}
.sparkles:before { top: 18%; left: -10%; }
.sparkles:after { top: 65%; left: -40%; animation-duration: 23s; }
@keyframes drift { from { transform: translateX(0) translateY(0); } 50% { transform: translateX(15vw) translateY(18px); } to { transform: translateX(30vw) translateY(0); } }

@media (max-width: 800px) {
  .site-header { padding: 10px 18px; }
  .brand img { width: 120px; height: 58px; }
  nav { display: none; }
  .header-cta { padding: 9px 12px; font-size: 10px; }
  .hero { padding-left: 20px; padding-right: 20px; }
  .hero-cards { opacity: .12; }
  .card { width: 105px; height: 150px; }
  .card b { font-size: 55px; }
  .card-1 { left: -2%; top: 22%; } .card-2 { left: 4%; top: 12%; }
  .card-3 { right: 4%; top: 16%; } .card-4 { right: -3%; top: 25%; }
  .section { padding: 85px 22px; }
  .magic-grid, .occasion-layout, .about { grid-template-columns: 1fr; }
  .magic-grid { gap: 1px; }
  .occasion-layout { gap: 45px; }
  .about { gap: 50px; }
  .about-badge { right: 8px; }
  footer { justify-content: center; text-align: center; }
}

.testimonials { max-width: none; background: #0b0b0b; }
.testimonial-heading { max-width: var(--max); margin: 0 auto; }
.testimonial-heading .lead { margin: 0; }
.testimonial-grid { max-width: var(--max); margin: 60px auto 0; display: grid; grid-template-columns: repeat(2,1fr); gap: 16px; }
.testimonial { background: #111; border: 1px solid rgba(255,255,255,.09); padding: 34px; position: relative; }
.testimonial:before { content: "“"; position: absolute; right: 22px; top: 4px; font-family: Georgia,serif; font-size: 90px; color: rgba(226,26,22,.18); }
.stars { color: var(--red); letter-spacing: .12em; margin-bottom: 20px; font-size: 13px; }
.testimonial p { color: #b1b0ab; line-height: 1.75; font-size: 14px; margin: 0 0 22px; }
.testimonial strong { display: block; font-size: 14px; }
.testimonial > span { display: block; color: #777; margin-top: 5px; font-size: 11px; text-transform: uppercase; letter-spacing: .12em; }
@media (max-width: 800px) { .testimonial-grid { grid-template-columns: 1fr; } }

.gallery { max-width: none; background: #f2f1ed; color: #111; }
.gallery .section-tag { color: #666; }
.gallery-heading { max-width: var(--max); margin: 0 auto; }
.gallery-heading .lead { margin: 0; color: #666; }
.photo-grid {
  max-width: var(--max); margin: 55px auto 0;
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px;
}
.photo {
  margin: 0; position: relative; overflow: hidden; min-height: 300px; background: #ddd;
}
.photo img {
  width: 100%; height: 100%; object-fit: cover; display: block;
  transition: transform .6s cubic-bezier(.2,.8,.2,1);
}
.photo:hover img { transform: scale(1.045); }
.photo-wide { grid-column: span 2; }
.photo-tall { grid-row: span 2; }
.photo figcaption {
  position: absolute; left: 14px; bottom: 14px;
  padding: 8px 11px; background: rgba(0,0,0,.72); color: #fff;
  font-size: 10px; letter-spacing: .1em; text-transform: uppercase;
}
@media (max-width: 800px) {
  .photo-grid { grid-template-columns: 1fr 1fr; }
  .photo-wide { grid-column: span 2; }
  .photo-tall { grid-row: span 1; }
  .photo { min-height: 210px; }
}
@media (max-width: 520px) {
  .photo-grid { grid-template-columns: 1fr; }
  .photo-wide { grid-column: span 1; }
  .photo { min-height: 250px; }
}

/* Photo-led hero */
.hero-photo { padding: 0 6vw; min-height: 100vh; }
.hero-photo-bg {
  position: absolute; inset: 0; overflow: hidden; background: #050505;
}
.hero-photo-bg img {
  width: 100%; height: 100%; object-fit: cover; object-position: 72% 30%;
  opacity: .72; filter: saturate(.82) contrast(1.05);
  transform: scale(1.02);
}
.hero-overlay {
  position: absolute; inset: 0;
  background:
    linear-gradient(90deg, rgba(0,0,0,.94) 0%, rgba(0,0,0,.72) 42%, rgba(0,0,0,.18) 100%),
    linear-gradient(0deg, rgba(0,0,0,.72) 0%, transparent 42%, rgba(0,0,0,.45) 100%);
}
.hero-photo .hero-content {
  width: min(900px, 100%); text-align: left; margin-right: auto; margin-left: 0;
  padding-top: 90px;
}
.hero-photo .hero-copy { margin-left: 0; max-width: 620px; }
.hero-photo .hero-actions { justify-content: flex-start; }
.hero-photo .trust-row { justify-content: flex-start; }
.hero-photo .hero-content h1 span { color: #fff; text-shadow: 0 3px 30px rgba(0,0,0,.5); }
.hero-photo .scroll-hint { left: 6vw; transform: none; }

@media (max-width: 800px) {
  .hero-photo { padding: 130px 22px 80px; align-items: end; }
  .hero-photo-bg img { object-position: 68% 30%; opacity: .52; }
  .hero-overlay {
    background:
      linear-gradient(180deg, rgba(0,0,0,.68) 0%, rgba(0,0,0,.45) 38%, rgba(0,0,0,.92) 100%);
  }
  .hero-photo .hero-content { padding-top: 70px; }
  .hero-photo .hero-actions, .hero-photo .trust-row { justify-content: flex-start; }
  .hero-photo .scroll-hint { left: 22px; }
}
