:root {
  --berry: #5f1730;
  --berry-dark: #35101f;
  --rose: #b86874;
  --blush: #d9a5a4;
  --ivory: #f3eee5;
  --ink: #211b19;
  --line: rgba(33, 27, 25, 0.22);
  --serif: "Italiana", Georgia, serif;
  --sans: "DM Sans", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--ivory); color: var(--ink); font-family: var(--sans); font-size: 16px; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
.skip-link { position: fixed; left: 1rem; top: -4rem; background: white; padding: .8rem 1rem; z-index: 100; }
.skip-link:focus { top: 1rem; }

.announcement { height: 32px; display: grid; place-items: center; background: var(--berry-dark); color: #fff9f0; font-size: .72rem; letter-spacing: .12em; text-transform: uppercase; }
.site-header { height: 92px; padding: 0 4vw; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; border-bottom: 1px solid var(--line); position: relative; z-index: 10; background: rgba(243, 238, 229, .95); }
.brand { display: inline-flex; flex-direction: column; align-items: center; justify-self: center; line-height: 1; }
.brand-name { font: 2.15rem/.9 var(--serif); letter-spacing: .2em; margin-right: -.2em; }
.brand-sub { font-size: .55rem; letter-spacing: .2em; text-transform: uppercase; margin-top: .55rem; }
.site-nav { display: flex; gap: 2rem; font-size: .78rem; letter-spacing: .04em; }
.site-nav a, footer nav a { position: relative; }
.site-nav a::after, footer nav a::after { content: ""; position: absolute; left: 0; bottom: -.35rem; width: 100%; height: 1px; background: currentColor; transform: scaleX(0); transform-origin: right; transition: transform .3s ease; }
.site-nav a:hover::after, .site-nav a:focus-visible::after, footer nav a:hover::after { transform: scaleX(1); transform-origin: left; }
.header-cta { justify-self: end; border-bottom: 1px solid var(--ink); padding-bottom: .2rem; font-size: .8rem; text-transform: uppercase; letter-spacing: .12em; }
.menu-toggle { display: none; }

.hero { min-height: calc(100vh - 124px); height: 770px; position: relative; overflow: hidden; color: white; }
.hero > img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(43, 10, 22, .72) 0%, rgba(43, 10, 22, .14) 54%, transparent 75%); }
.hero-copy { position: absolute; left: 8vw; top: 50%; transform: translateY(-50%); width: min(560px, 42vw); }
.eyebrow { margin: 0 0 1.5rem; font-size: .72rem; font-weight: 600; letter-spacing: .18em; text-transform: uppercase; }
.eyebrow.berry { color: var(--berry); }
.hero h1, .intro h2, .story h2, .section-head h2, .closing-banner h2 { font-family: var(--serif); font-weight: 400; margin: 0; }
.hero h1 { font-size: clamp(3.9rem, 6.3vw, 7.5rem); line-height: .88; letter-spacing: -.03em; }
.hero h1 em { font-weight: 400; color: #f3c4bd; }
.hero-copy > p:not(.eyebrow) { margin: 2rem 0; max-width: 430px; line-height: 1.65; font-size: 1rem; }
.button { display: inline-flex; align-items: center; gap: 2.6rem; min-width: 235px; padding: 1rem 1.2rem; justify-content: space-between; font-size: .8rem; text-transform: uppercase; letter-spacing: .09em; transition: background .25s, color .25s; }
.button-light { border: 1px solid rgba(255,255,255,.75); }
.button-light:hover { background: white; color: var(--berry-dark); }
.button-dark { background: var(--berry-dark); color: white; }
.button-dark:hover { background: var(--berry); }
.hero-note { position: absolute; right: 4vw; bottom: 2.5rem; writing-mode: vertical-rl; text-transform: uppercase; letter-spacing: .18em; font-size: .65rem; }

.section-pad { padding: 8rem 6vw; }
.intro-grid { display: grid; grid-template-columns: 1.2fr 1fr; gap: 8vw; align-items: end; }
.intro h2 { font-size: clamp(3.4rem, 6vw, 6.5rem); line-height: .95; }
.intro-grid > p { max-width: 520px; line-height: 1.8; margin: 0 0 .5rem; color: #574a45; }

.collection-grid { padding-top: 0; display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
.collection-card { min-height: 480px; padding: 2rem; display: flex; flex-direction: column; justify-content: space-between; overflow: hidden; position: relative; transition: transform .35s ease; }
.collection-card:hover { transform: translateY(-7px); }
.collection-card::before { content: ""; position: absolute; width: 270px; height: 270px; border: 1px solid currentColor; border-radius: 50%; opacity: .18; right: -65px; top: 70px; }
.collection-card::after { content: ""; position: absolute; width: 210px; height: 310px; border: 1px solid currentColor; border-radius: 50% 50% 0 0; opacity: .13; right: 55px; top: 95px; }
.card-berry { background: var(--berry); color: white; }
.card-ivory { background: #e1d4c5; }
.card-rose { background: var(--blush); }
.card-count { font-size: .72rem; letter-spacing: .12em; }
.collection-card p { font-size: .75rem; text-transform: uppercase; letter-spacing: .12em; margin: 0 0 1rem; }
.collection-card h3 { font: 2.5rem/1.05 var(--serif); margin: 0 0 1.5rem; }
.text-link { font-size: .76rem; text-transform: uppercase; letter-spacing: .1em; border-bottom: 1px solid currentColor; padding-bottom: .25rem; }

.story { background: var(--berry-dark); color: white; min-height: 710px; padding: 7rem 7vw; display: grid; grid-template-columns: .8fr 1.1fr .75fr; gap: 5vw; align-items: center; position: relative; overflow: hidden; }
.story-mark { font: clamp(18rem, 30vw, 35rem)/.7 var(--serif); color: var(--rose); opacity: .2; transform: translateX(-8vw); }
.story-copy { z-index: 1; }
.story-copy h2 { font-size: clamp(3rem, 5vw, 5.7rem); line-height: .98; }
.story-copy > p:not(.eyebrow) { line-height: 1.8; color: rgba(255,255,255,.72); margin: 2rem 0; max-width: 570px; }
.text-link.light { color: #f6d2cc; }
.story-details { align-self: end; display: flex; flex-direction: column; border-top: 1px solid rgba(255,255,255,.28); }
.story-details span { padding: 1rem 0; border-bottom: 1px solid rgba(255,255,255,.28); font-size: .75rem; letter-spacing: .1em; text-transform: uppercase; }

.section-head { display: flex; justify-content: space-between; align-items: end; margin-bottom: 4rem; }
.section-head h2 { font-size: clamp(3rem, 5vw, 5rem); }
.section-head > p { color: #6a5a54; }
.occasion-list { border-top: 1px solid var(--line); }
.occasion-list a { display: grid; grid-template-columns: 80px 1fr 1fr 40px; align-items: center; padding: 2rem .5rem; border-bottom: 1px solid var(--line); transition: padding .25s, background .25s; }
.occasion-list a:hover { padding-left: 1.2rem; background: rgba(255,255,255,.35); }
.occasion-list span { font-size: .7rem; color: var(--berry); }
.occasion-list strong { font: 2rem var(--serif); font-weight: 400; }
.occasion-list em { font-style: normal; color: #6a5a54; font-size: .9rem; }
.occasion-list b { justify-self: end; font-weight: 400; }

.closing-banner { margin: 0 6vw 7rem; background: var(--rose); min-height: 450px; padding: 5rem; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; position: relative; overflow: hidden; }
.closing-banner::before, .closing-banner::after { content: ""; position: absolute; width: 420px; height: 420px; border: 1px solid rgba(95,23,48,.25); border-radius: 50%; }
.closing-banner::before { left: -160px; bottom: -250px; }
.closing-banner::after { right: -160px; top: -250px; }
.closing-banner > p { margin: 0 0 1.5rem; letter-spacing: .35em; font-size: .8rem; }
.closing-banner h2 { font-size: clamp(3rem, 5vw, 5.7rem); line-height: .96; margin-bottom: 2rem; z-index: 1; }

footer { background: #1f1719; color: white; padding: 4rem 5vw 2rem; display: grid; grid-template-columns: 1.5fr 1.3fr 1fr auto; gap: 2rem; align-items: center; }
.footer-brand { justify-self: start; }
footer > p { color: rgba(255,255,255,.62); font-size: .8rem; }
footer nav { display: flex; gap: 1.6rem; font-size: .75rem; }
.copyright { justify-self: end; }

.contact-main { background: var(--ivory); }
.contact-hero { min-height: 570px; padding: 7rem 7vw 5rem; background: var(--berry); color: white; display: grid; grid-template-columns: 1.3fr .7fr; align-items: end; gap: 8vw; position: relative; overflow: hidden; }
.contact-hero::after { content: "A"; position: absolute; right: -1vw; top: -5rem; font: 40rem/.9 var(--serif); color: rgba(255,255,255,.045); pointer-events: none; }
.contact-title, .contact-intro { position: relative; z-index: 1; }
.contact-title h1 { font: clamp(4.5rem, 9vw, 9rem)/.78 var(--serif); margin: 0; }
.contact-title h1 em { color: #f3c4bd; font-weight: 400; }
.contact-intro { max-width: 430px; line-height: 1.8; color: rgba(255,255,255,.78); margin: 0 0 1rem; }
.contact-details { padding: 0 6vw; display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; transform: translateY(-1px); }
.contact-card { min-height: 410px; padding: 3rem; background: #e1d4c5; display: flex; flex-direction: column; align-items: flex-start; position: relative; overflow: hidden; transition: transform .3s ease; }
.contact-card:hover { transform: translateY(-6px); }
.contact-location { background: var(--blush); }
.contact-card::after { content: ""; position: absolute; width: 280px; height: 280px; border: 1px solid rgba(95,23,48,.2); border-radius: 50%; right: -90px; bottom: -100px; }
.contact-number { font-size: .7rem; color: var(--berry); letter-spacing: .12em; }
.contact-card > p { margin: auto 0 .8rem; text-transform: uppercase; letter-spacing: .15em; font-size: .72rem; }
.contact-card h2 { font: clamp(2.4rem, 4vw, 4.2rem)/1.05 var(--serif); font-weight: 400; margin: 0 0 2rem; }
.contact-note { font-size: .82rem; text-transform: uppercase; letter-spacing: .12em; border-bottom: 1px solid currentColor; padding-bottom: .25rem; }
.contact-closing { padding: 9rem 6vw; text-align: center; }
.contact-closing h2 { font: clamp(3.2rem, 6vw, 6.5rem)/.94 var(--serif); font-weight: 400; margin: 0 0 2.5rem; }

.reveal { opacity: 0; transform: translateY(22px); transition: opacity .8s ease, transform .8s ease; }
.reveal.visible { opacity: 1; transform: none; }

/* Coming soon homepage */
.coming-page { background: var(--berry-dark); color: white; min-height: 100vh; }
.coming-header { position: absolute; top: 0; left: 0; right: 0; height: 112px; padding: 0 5vw; display: flex; align-items: center; justify-content: space-between; z-index: 5; border-bottom: 1px solid rgba(255,255,255,.24); }
.coming-brand { color: white; justify-self: auto; }
.coming-contact-link { display: inline-flex; align-items: center; gap: 2.5rem; padding: .85rem 1.1rem; border: 1px solid rgba(255,255,255,.72); font-size: .78rem; text-transform: uppercase; letter-spacing: .12em; transition: background .25s, color .25s; }
.coming-contact-link:hover { background: white; color: var(--berry-dark); }
.coming-main { min-height: calc(100vh - 50px); height: 850px; position: relative; overflow: hidden; display: flex; align-items: center; }
.coming-image { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.coming-overlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(36,8,18,.92) 0%, rgba(36,8,18,.67) 43%, rgba(36,8,18,.08) 76%); }
.coming-content { position: relative; z-index: 2; width: min(720px, 55vw); margin-left: 8vw; padding-top: 5rem; }
.coming-kicker { display: flex; align-items: center; gap: .8rem; margin: 0 0 1.6rem; font-size: .72rem; font-weight: 600; letter-spacing: .2em; text-transform: uppercase; color: #f3c4bd; }
.coming-kicker span { width: 32px; height: 1px; background: currentColor; }
.coming-content h1 { font: clamp(4.6rem, 7.8vw, 9rem)/.78 var(--serif); letter-spacing: -.02em; margin: 0; }
.coming-content h1 em { font-weight: 400; color: #f3c4bd; }
.coming-copy { max-width: 520px; margin: 2rem 0; color: rgba(255,255,255,.76); line-height: 1.75; }
.coming-actions { display: flex; align-items: center; gap: 2rem; }
.coming-primary { background: white; color: var(--berry-dark); border-color: white; }
.coming-primary:hover { background: #f3c4bd; border-color: #f3c4bd; }
.coming-call { display: flex; flex-direction: column; gap: .35rem; padding: .4rem 0; border-bottom: 1px solid rgba(255,255,255,.5); }
.coming-call small { font-size: .66rem; text-transform: uppercase; letter-spacing: .16em; color: rgba(255,255,255,.62); }
.coming-call strong { font-size: .9rem; letter-spacing: .06em; font-weight: 500; }
.coming-meta { position: absolute; z-index: 2; right: 4vw; bottom: 3rem; display: flex; gap: 2rem; writing-mode: vertical-rl; font-size: .64rem; letter-spacing: .16em; text-transform: uppercase; }
.coming-footer { height: 50px; padding: 0 5vw; background: var(--berry-dark); display: flex; align-items: center; justify-content: space-between; font-size: .68rem; letter-spacing: .08em; text-transform: uppercase; color: rgba(255,255,255,.64); }
.coming-footer a { color: white; border-bottom: 1px solid rgba(255,255,255,.5); }

@media (max-width: 900px) {
  .site-header { grid-template-columns: 1fr auto 1fr; height: 78px; }
  .menu-toggle { display: flex; flex-direction: column; gap: 6px; background: none; border: 0; padding: .5rem 0; width: 28px; }
  .menu-toggle span { display: block; width: 24px; height: 1px; background: var(--ink); transition: transform .25s; }
  .site-nav { display: none; position: absolute; top: 78px; inset-inline: 0; background: var(--ivory); padding: 2rem 5vw; flex-direction: column; border-bottom: 1px solid var(--line); }
  .site-nav.open { display: flex; }
  .header-cta { font-size: .7rem; }
  .hero { height: 690px; min-height: 0; }
  .hero > img { object-position: 62% center; }
  .hero-shade { background: linear-gradient(90deg, rgba(43,10,22,.78), rgba(43,10,22,.12) 75%); }
  .hero-copy { width: 78vw; left: 7vw; top: 58%; }
  .intro-grid { grid-template-columns: 1fr; gap: 2rem; }
  .collection-grid { grid-template-columns: 1fr; }
  .collection-card { min-height: 360px; }
  .story { grid-template-columns: .45fr 1fr; min-height: 650px; }
  .story-details { grid-column: 2; }
  .occasion-list a { grid-template-columns: 50px 1fr 30px; }
  .occasion-list em { display: none; }
  footer { grid-template-columns: 1fr 1fr; }
  .contact-hero { grid-template-columns: 1fr; min-height: 580px; }
  .coming-content { width: 72vw; margin-left: 6vw; }
}

@media (max-width: 560px) {
  .announcement { font-size: .58rem; text-align: center; padding: 0 1rem; }
  .brand-name { font-size: 1.65rem; }
  .brand-sub { font-size: .44rem; }
  .header-cta { border: 0; }
  .hero { height: 670px; }
  .hero > img { object-position: 68% center; }
  .hero-shade { background: linear-gradient(0deg, rgba(43,10,22,.86) 0%, rgba(43,10,22,.1) 88%); }
  .hero-copy { top: auto; bottom: 3rem; transform: none; width: 86vw; }
  .hero h1 { font-size: 3.8rem; }
  .hero-copy > p:not(.eyebrow) { font-size: .92rem; margin: 1.3rem 0; }
  .hero-note { display: none; }
  .section-pad { padding: 5.5rem 5vw; }
  .intro h2 { font-size: 3.45rem; }
  .collection-grid { padding-top: 0; }
  .story { display: block; min-height: 0; padding: 6rem 6vw; }
  .story-mark { position: absolute; left: 0; top: 5rem; font-size: 25rem; }
  .story-copy, .story-details { position: relative; }
  .story-copy h2 { font-size: 3.2rem; }
  .story-details { margin-top: 4rem; }
  .section-head { display: block; }
  .section-head > p { margin-top: 1.5rem; }
  .occasion-list strong { font-size: 1.6rem; }
  .closing-banner { margin: 0 0 5rem; padding: 4rem 1.5rem; min-height: 400px; }
  .closing-banner h2 { font-size: 3.1rem; }
  footer { grid-template-columns: 1fr; text-align: left; }
  footer nav { flex-wrap: wrap; }
  .copyright { justify-self: start; }
  .contact-hero { padding: 5.5rem 6vw 4rem; min-height: 520px; }
  .contact-title h1 { font-size: 4.8rem; }
  .contact-details { grid-template-columns: 1fr; padding: 0; }
  .contact-card { min-height: 340px; padding: 2rem; }
  .contact-closing { padding: 6rem 5vw; }
  .coming-header { height: 92px; padding: 0 5vw; }
  .coming-header .brand-name { font-size: 1.7rem; }
  .coming-contact-link { gap: .7rem; padding: .7rem .8rem; font-size: .65rem; }
  .coming-main { height: auto; min-height: calc(100vh - 44px); align-items: flex-end; padding-bottom: 4rem; }
  .coming-image { object-position: 66% center; }
  .coming-overlay { background: linear-gradient(0deg, rgba(36,8,18,.97) 0%, rgba(36,8,18,.58) 56%, rgba(36,8,18,.08) 100%); }
  .coming-content { width: 88vw; margin: 0 6vw; padding-top: 9rem; }
  .coming-content h1 { font-size: clamp(3.8rem, 17vw, 5.4rem); }
  .coming-copy { font-size: .9rem; margin: 1.4rem 0 1.7rem; }
  .coming-actions { flex-direction: column; align-items: stretch; gap: 1.2rem; }
  .coming-primary { min-width: 0; width: 100%; }
  .coming-call { align-items: center; text-align: center; padding: .65rem 0; }
  .coming-meta { display: none; }
  .coming-footer { height: 44px; font-size: .58rem; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}
