@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600&family=Italiana&family=Parisienne&display=swap');

:root {
  --ivory: #fffaf3;
  --paper: #fffdf8;
  --ink: #4a3429;
  --green: #6f7b55;
  --green-dark: #4f5d3d;
  --blush: #edb8b6;
  --peach: #f3c09f;
  --butter: #f2d879;
  --line: rgba(74, 52, 41, .2);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--ivory); color: var(--ink); font-family: "DM Sans", sans-serif; font-size: 16px; line-height: 1.7; }
img { display: block; width: 100%; height: 100%; object-fit: cover; }
a { color: inherit; text-decoration: none; }

.site-header { position: relative; z-index: 5; min-height: 104px; padding: 22px clamp(24px, 5vw, 76px); display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 28px; border-bottom: 1px solid var(--line); background: rgba(255, 250, 243, .94); }
.brand { display: inline-flex; width: fit-content; flex-direction: column; line-height: 1; }
.brand-name { font-family: "Parisienne", cursive; font-size: clamp(2rem, 3.2vw, 3rem); }
.brand-note { margin-top: 7px; font-size: .63rem; text-transform: uppercase; letter-spacing: .18em; color: var(--green-dark); }
nav { display: flex; gap: 30px; font-size: .82rem; text-transform: uppercase; letter-spacing: .1em; }
nav a, footer a { transition: color .2s ease; }
nav a:hover, footer a:hover { color: var(--green); }
.header-cta { justify-self: end; padding: 12px 18px; border: 1px solid var(--ink); border-radius: 999px; font-size: .8rem; letter-spacing: .05em; transition: .2s ease; }
.header-cta:hover { background: var(--ink); color: var(--ivory); transform: translateY(-2px); }

.hero { min-height: calc(100vh - 104px); display: grid; grid-template-columns: .92fr 1.08fr; }
.hero-copy { padding: clamp(72px, 10vw, 150px) clamp(30px, 7vw, 110px); display: flex; flex-direction: column; justify-content: center; background: radial-gradient(circle at 15% 20%, rgba(242,216,121,.2), transparent 34%), linear-gradient(140deg, var(--paper), #fff5ef); }
.eyebrow { margin: 0 0 20px; color: var(--green-dark); font-size: .72rem; font-weight: 600; text-transform: uppercase; letter-spacing: .2em; }
h1, h2, h3 { margin-top: 0; font-weight: 400; }
h1, h2 { font-family: "Italiana", serif; line-height: 1.08; letter-spacing: -.02em; }
h1 { margin-bottom: 28px; font-size: clamp(3.25rem, 6.5vw, 7rem); }
h1 em { color: var(--green); font-weight: 400; }
.hero-intro { max-width: 630px; margin: 0 0 36px; font-size: clamp(1rem, 1.25vw, 1.18rem); }
.hero-actions { display: flex; align-items: center; gap: 28px; flex-wrap: wrap; }
.button { display: inline-flex; min-height: 50px; align-items: center; justify-content: center; padding: 14px 24px; border-radius: 999px; font-size: .86rem; font-weight: 600; letter-spacing: .03em; transition: transform .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--green-dark); color: #fff; box-shadow: 0 10px 30px rgba(79,93,61,.16); }
.button-primary:hover { background: var(--ink); }
.text-link { padding-bottom: 3px; border-bottom: 1px solid var(--ink); font-size: .86rem; }
.hero-image-wrap { position: relative; min-height: 620px; margin: 0; overflow: hidden; }
.hero-image-wrap::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(255,250,243,.12), transparent 35%); pointer-events: none; }
.hero-image-wrap figcaption { position: absolute; right: 24px; bottom: 24px; z-index: 1; padding: 10px 16px; border-radius: 999px; background: rgba(255,253,248,.88); font-family: "Parisienne", cursive; font-size: 1.35rem; backdrop-filter: blur(8px); }

.ribbon { padding: 17px 24px; display: flex; justify-content: center; align-items: center; gap: clamp(16px, 4vw, 60px); overflow: hidden; background: var(--green-dark); color: #fffaf3; font-family: "Italiana", serif; font-size: clamp(.88rem, 1.2vw, 1.1rem); letter-spacing: .05em; white-space: nowrap; }
.ribbon i { color: var(--butter); font-style: normal; font-size: .7rem; }

.love-section, .process { padding: clamp(90px, 11vw, 160px) clamp(24px, 7vw, 110px); }
.section-heading { max-width: 760px; margin-bottom: 54px; }
.section-heading h2, .gallery-copy h2, .story h2, .final-cta h2 { margin-bottom: 20px; font-size: clamp(2.7rem, 5vw, 5rem); }
.section-heading > p:last-child { max-width: 650px; }
.occasion-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); }
.occasion-grid article { padding: 32px 28px 20px 0; border-right: 1px solid var(--line); }
.occasion-grid article + article { padding-left: 28px; }
.occasion-grid article:last-child { border-right: 0; }
.occasion-grid span { color: var(--blush); font-family: "Italiana", serif; font-size: 1.65rem; }
.occasion-grid h3 { margin: 28px 0 12px; font-family: "Italiana", serif; font-size: 1.55rem; }
.occasion-grid p { margin: 0; font-size: .92rem; }

.gallery { padding: 0 clamp(24px, 5vw, 78px) clamp(90px, 11vw, 160px); display: grid; grid-template-columns: 1.08fr .92fr; grid-template-rows: auto auto; gap: clamp(24px, 4vw, 60px); align-items: center; }
.gallery figure { margin: 0; overflow: hidden; }
.gallery-main { height: min(70vw, 820px); border-radius: 48% 48% 12px 12px; }
.gallery-copy { max-width: 560px; padding: 50px 4vw; }
.script-note { margin: 0 0 8px; color: #b87573; font-family: "Parisienne", cursive; font-size: clamp(2rem, 4vw, 3.4rem); line-height: 1; transform: rotate(-2deg); }
.gallery-wide { grid-column: 2; height: 340px; border-radius: 12px 12px 48% 48%; }

.arrangement-gallery { padding: clamp(80px, 10vw, 140px) clamp(24px, 5vw, 78px); background: #fffdf8; }
.arrangement-gallery-heading { max-width: 1180px; margin: 0 auto clamp(44px, 6vw, 76px); display: grid; grid-template-columns: 1.25fr .75fr; gap: clamp(36px, 8vw, 110px); align-items: end; }
.arrangement-gallery-heading h2 { max-width: 760px; margin-bottom: 0; font-size: clamp(2.7rem, 5vw, 5rem); }
.arrangement-gallery-heading > p { max-width: 440px; margin: 0 0 8px; }
.arrangement-grid { max-width: 1180px; margin: 0 auto; display: grid; grid-template-columns: 1.05fr .95fr; grid-template-rows: 360px 300px; gap: clamp(16px, 2.5vw, 34px); }
.arrangement-card { position: relative; min-height: 0; margin: 0; overflow: hidden; border-radius: 10px; background: #f5e9de; }
.arrangement-card-tall { grid-row: 1 / span 2; border-radius: 44% 44% 10px 10px; }
.arrangement-card-wide { border-radius: 10px 10px 44% 44%; }
.arrangement-card img { transition: transform .6s ease; }
.arrangement-card:hover img { transform: scale(1.025); }
.arrangement-card figcaption { position: absolute; left: 16px; bottom: 16px; padding: 8px 13px; border-radius: 999px; background: rgba(255,253,248,.9); font-family: "Parisienne", cursive; font-size: 1.15rem; line-height: 1.1; backdrop-filter: blur(7px); }

.process { background: #f5e9de; }
.process ol { max-width: 980px; margin: 0 auto; padding: 0; list-style: none; }
.process li { display: grid; grid-template-columns: 72px 1fr; gap: 22px; padding: 30px 0; border-top: 1px solid rgba(74,52,41,.22); }
.process li:last-child { border-bottom: 1px solid rgba(74,52,41,.22); }
.process li > span { color: var(--green); font-family: "Italiana", serif; font-size: 2rem; }
.process h3 { margin-bottom: 6px; font-family: "Italiana", serif; font-size: 1.8rem; }
.process p { max-width: 680px; margin: 0; }

.story { padding: clamp(64px, 8vw, 105px) clamp(24px, 7vw, 110px); background: radial-gradient(circle at 78% 42%, rgba(237,184,182,.28), transparent 38%); }
.story-inner { max-width: 1040px; margin: 0 auto; padding: clamp(38px, 5vw, 68px) 0; display: grid; grid-template-columns: minmax(250px, .85fr) minmax(340px, 1.15fr); gap: clamp(42px, 8vw, 110px); align-items: center; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.story h2 { margin: 0; font-size: clamp(2.65rem, 4.7vw, 4.65rem); }
.story-note { padding-left: clamp(24px, 4vw, 52px); border-left: 1px solid rgba(184,117,115,.42); }
.story-note p { margin: 0; max-width: 580px; font-size: 1.08rem; line-height: 1.9; }
.signature { display: block; width: max-content; margin: 18px 12px 0 auto; color: var(--green); font-family: "Parisienne", cursive; font-size: 2.8rem; line-height: 1; transform: rotate(-3deg); }

.final-cta { padding: clamp(90px, 11vw, 150px) 24px; text-align: center; background: var(--butter); }
.final-cta h2 { margin-bottom: 14px; }
.final-cta > p:not(.eyebrow) { margin: 0 0 30px; font-size: 1.1rem; }
.contact-links { margin-top: 34px; display: flex; justify-content: center; gap: 28px; flex-wrap: wrap; font-size: .9rem; }
.contact-links a { border-bottom: 1px solid rgba(74,52,41,.45); }

footer { padding: 46px clamp(24px, 5vw, 76px); display: grid; grid-template-columns: 1fr auto auto; gap: 42px; align-items: end; background: var(--green-dark); color: #fffaf3; }
footer .brand-name { font-size: 2.25rem; }
footer p { margin: 7px 0 0; font-size: .76rem; opacity: .78; }
footer > div:nth-child(2) { display: flex; gap: 22px; font-size: .82rem; text-transform: uppercase; letter-spacing: .09em; }

@media (max-width: 980px) {
  .site-header { grid-template-columns: 1fr auto; }
  nav { display: none; }
  .hero { grid-template-columns: 1fr; }
  .hero-copy { min-height: 72vh; }
  .hero-image-wrap { min-height: 70vh; }
  .occasion-grid { grid-template-columns: repeat(2, 1fr); }
  .occasion-grid article:nth-child(2) { border-right: 0; }
  .occasion-grid article:nth-child(n+3) { border-top: 1px solid var(--line); }
  .gallery { grid-template-columns: 1fr; }
  .gallery-main { height: 720px; }
  .gallery-copy { padding: 30px 10px; }
  .gallery-wide { grid-column: 1; height: 360px; }
  .arrangement-gallery-heading { grid-template-columns: 1fr; gap: 22px; }
  .arrangement-grid { grid-template-rows: 320px 270px; }
  footer { grid-template-columns: 1fr; align-items: start; }
}

@media (max-width: 620px) {
  .site-header { min-height: 88px; padding: 16px 20px; }
  .brand-note { display: none; }
  .brand-name { font-size: 2rem; }
  .header-cta { padding: 10px 13px; font-size: .7rem; }
  .hero-copy { padding: 78px 24px; }
  h1 { font-size: clamp(3.1rem, 15vw, 4.6rem); }
  .hero-image-wrap { min-height: 540px; }
  .hero-image-wrap figcaption { right: 14px; bottom: 14px; font-size: 1.15rem; }
  .ribbon { justify-content: flex-start; }
  .ribbon span:nth-of-type(n+3), .ribbon i:nth-of-type(n+3) { display: none; }
  .occasion-grid { grid-template-columns: 1fr; }
  .occasion-grid article, .occasion-grid article + article { padding: 27px 0; border-right: 0; border-top: 1px solid var(--line); }
  .gallery-main { height: 560px; border-radius: 42% 42% 10px 10px; }
  .gallery-wide { height: 280px; }
  .arrangement-gallery { padding: 70px 24px; }
  .arrangement-grid { grid-template-columns: 1fr; grid-template-rows: none; }
  .arrangement-card, .arrangement-card-tall, .arrangement-card-wide { grid-row: auto; height: 360px; border-radius: 10px; }
  .arrangement-card:first-child { height: 480px; border-radius: 40% 40% 10px 10px; }
  .process li { grid-template-columns: 46px 1fr; }
  .story { padding: 56px 24px; }
  .story-inner { grid-template-columns: 1fr; gap: 26px; padding: 38px 0; }
  .story-note { padding: 0; border-left: 0; }
  .story-note p { line-height: 1.75; }
  .contact-links { flex-direction: column; align-items: center; gap: 12px; }
}

@media (prefers-reduced-motion: no-preference) {
  .hero-copy > *, .hero-image-wrap { animation: rise .75s ease both; }
  .hero-copy > *:nth-child(2) { animation-delay: .08s; }
  .hero-copy > *:nth-child(3) { animation-delay: .16s; }
  .hero-copy > *:nth-child(4) { animation-delay: .24s; }
  .hero-image-wrap { animation-delay: .15s; }
  @keyframes rise { from { opacity: 0; transform: translateY(18px); } to { opacity: 1; transform: translateY(0); } }
}
