:root{
  --ink:#3d2530;
  --wine:#5b3041;
  --blush:#e9a49a;
  --cream:#faf7f3;
  --paper:#fffdfb;
  --line:#e6ddd7;
  --muted:#766d69;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:var(--paper);color:var(--ink);font-family:"DM Sans",sans-serif;font-weight:300;line-height:1.7}
a{color:inherit;text-decoration:none}
.site-header{height:110px;display:flex;align-items:center;justify-content:space-between;padding:12px 5vw;border-bottom:1px solid rgba(61,37,48,.08);position:sticky;top:0;background:rgba(255,253,251,.92);backdrop-filter:blur(14px);z-index:20}.site-header::before{content:"";position:absolute;top:0;left:0;right:0;height:8px;background:var(--wine);z-index:1}
.brand{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);z-index:2;font-family:"Cormorant Garamond",serif;font-size:42px;font-weight:500;letter-spacing:.01em;color:var(--ink);white-space:nowrap}
.nav{display:flex;gap:32px;font-size:12px;letter-spacing:.12em;text-transform:uppercase}
.nav a{opacity:.75}.nav a:hover{opacity:1}
.menu-toggle{display:none;border:0;background:none;font-size:24px;color:var(--ink)}
.hero{min-height:calc(100vh - 82px);display:grid;grid-template-columns:1.1fr .9fr;align-items:center;gap:5vw;padding:8vw 8vw 7vw;background:linear-gradient(120deg,#fffdfb 0%,#faf4f0 100%);overflow:hidden}
.eyebrow{font-size:10px;letter-spacing:.25em;font-weight:600;color:#927b80;margin:0 0 18px}
h1,h2,h3{font-family:"Cormorant Garamond",serif;font-weight:500;line-height:1.02;margin:0}
h1{font-size:clamp(55px,7vw,100px);letter-spacing:-.03em}
h2{font-size:clamp(44px,5.3vw,76px);letter-spacing:-.02em}
h3{font-size:31px}
em{font-style:italic;color:#9a6671}
.hero-text{max-width:570px;font-size:16px;color:var(--muted);margin:28px 0 35px}
.hero-actions{display:flex;gap:12px;flex-wrap:wrap}
.btn{display:inline-flex;align-items:center;justify-content:center;padding:14px 23px;font-size:11px;letter-spacing:.13em;text-transform:uppercase;transition:.25s}
.btn-dark{background:var(--ink);color:white}.btn-dark:hover{background:var(--wine);transform:translateY(-2px)}
.btn-outline{border:1px solid var(--ink)}.btn-outline:hover{background:#fff}
.hero-art{min-height:520px;position:relative;display:flex;align-items:center;justify-content:center}
.art-ring{position:absolute;border-radius:50%;border:1px solid var(--blush)}
.ring-one{width:410px;height:410px}.ring-two{width:520px;height:520px;border-color:#ead4cf}
.hero-card{width:290px;height:390px;background:var(--wine);border:12px solid #fff;border-radius:170px 170px 30px 30px;box-shadow:0 30px 70px rgba(61,37,48,.16);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:20px;position:relative}
.hero-card img{width:210px;height:210px;object-fit:contain;mix-blend-mode:screen;opacity:.92}
.hero-card span{font-size:8px;letter-spacing:.25em;color:#f5dcd6}
.intro{padding:120px 18vw;text-align:center;background:white}
.intro h2{margin-bottom:30px}.intro>p:last-child{max-width:690px;margin:auto;color:var(--muted)}
.section{padding:110px 8vw}
.collections{background:var(--cream)}
.section-heading{display:grid;grid-template-columns:1fr 1fr;gap:7vw;align-items:end;margin-bottom:55px}
.section-heading>p{color:var(--muted);max-width:480px}
.collection-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}
.collection-card{min-height:310px;padding:30px;background:white;border:1px solid var(--line);display:flex;flex-direction:column;transition:.25s}
.collection-card:hover{transform:translateY(-5px);box-shadow:0 20px 45px rgba(61,37,48,.08)}
.collection-card span{font-size:10px;color:#aa8d93;letter-spacing:.15em;margin-bottom:auto}
.collection-card h3{margin:25px 0 10px}.collection-card p{font-size:13px;color:var(--muted);margin:0 0 20px}.collection-card a{font-size:11px;letter-spacing:.12em;text-transform:uppercase}
.story{display:grid;grid-template-columns:1fr 1fr;gap:9vw;align-items:center;background:white}
.story-image{aspect-ratio:1/1;max-width:530px;background:radial-gradient(circle at 30% 30%,#f4d5cf,#e7b5ae 45%,#5b3041 46%,#3d2530 100%);display:grid;place-items:center}
.story-monogram{width:150px;height:150px;border:1px solid rgba(255,255,255,.65);border-radius:50%;display:grid;place-items:center;color:white;font-family:"Cormorant Garamond";font-size:95px;font-style:italic}
.story-copy p:not(.eyebrow){color:var(--muted);max-width:560px}
.text-link{display:inline-block;margin-top:12px;font-size:11px;letter-spacing:.14em;text-transform:uppercase;border-bottom:1px solid var(--ink);padding-bottom:5px}
.custom{background:var(--wine);color:white;padding-left:12vw;padding-right:12vw}
.custom-panel{border:1px solid rgba(255,255,255,.25);padding:75px 8vw;text-align:center}
.custom .eyebrow{color:#e9c4bd}.custom h2{color:white}.custom p{max-width:600px;margin:25px auto 35px;color:#e6d6d5}.custom .btn-dark{background:#fff;color:var(--ink)}
.gallery{background:var(--cream)}
.centered{text-align:center;display:block;max-width:750px;margin:0 auto 55px}.centered p:last-child{margin:25px auto 0;color:var(--muted)}
.gallery-grid{display:grid;grid-template-columns:1.1fr .9fr .9fr;grid-auto-rows:260px;gap:14px}
.gallery-tile{background:linear-gradient(145deg,#f3ddd8,#e9c2bb);display:grid;place-items:center;color:#fff;letter-spacing:.18em;text-align:center;font-size:10px}
.gallery-tile:nth-child(2){background:linear-gradient(145deg,#6b3b4d,#3d2530)}
.gallery-tile:nth-child(3){background:linear-gradient(145deg,#e8d7cf,#c6a69e)}
.gallery-tile:nth-child(4){background:linear-gradient(145deg,#5b3041,#8e5c6a)}
.gallery-tile:nth-child(5){background:linear-gradient(145deg,#f0d0ca,#d99e98)}
.gallery-tile.tall{grid-row:span 2}
.contact{display:grid;grid-template-columns:1fr 1fr;gap:8vw;align-items:end;background:white}
.contact-details{display:grid;gap:25px}
.contact-details a{border-bottom:1px solid var(--line);padding-bottom:17px}
.contact-details small{display:block;font-size:9px;letter-spacing:.2em;color:#927b80;margin-bottom:4px}.contact-details strong{font-family:"Cormorant Garamond";font-size:28px;font-weight:500}
footer{padding:45px 8vw;display:flex;justify-content:space-between;align-items:center;border-top:1px solid var(--line);font-size:11px;color:var(--muted)}
.footer-brand{display:flex;align-items:center;gap:15px}.footer-brand img{width:52px;height:52px;object-fit:contain}.footer-brand p{margin:0}
@media(max-width:900px){
  .nav{gap:16px}.hero{grid-template-columns:1fr;padding-top:70px}.hero-art{min-height:440px}.collection-grid{grid-template-columns:1fr 1fr}.story{grid-template-columns:1fr}.story-image{max-width:none}.section-heading{grid-template-columns:1fr}
}
@media(max-width:650px){
  .site-header{height:108px;padding:8px 5vw}.brand{font-size:36px}.menu-toggle{display:block}.nav{display:none;position:absolute;top:108px;left:0;right:0;background:var(--paper);padding:22px 7vw;flex-direction:column;border-bottom:1px solid var(--line)}.nav.open{display:flex}
  .hero{min-height:auto;padding:65px 7vw 55px}.hero-art{min-height:380px}.ring-one{width:300px;height:300px}.ring-two{width:370px;height:370px}.hero-card{width:235px;height:315px}.hero-card img{width:175px;height:175px}
  .intro,.section{padding:75px 7vw}.collection-grid{grid-template-columns:1fr}.collection-card{min-height:260px}.gallery-grid{grid-template-columns:1fr 1fr;grid-auto-rows:180px}.gallery-tile.tall{grid-row:span 2}.contact{grid-template-columns:1fr}.custom-panel{padding:55px 8vw}footer{padding:35px 7vw;display:block}.footer-brand{margin-bottom:15px}
}

/* Real-product pricing and gallery */
.photo-cards{grid-template-columns:repeat(4,1fr)}
.photo-card{padding:0;min-height:0;overflow:hidden}
.photo-card>img{width:100%;height:230px;object-fit:cover;display:block}
.photo-card .card-body{padding:25px 27px 28px;display:flex;flex-direction:column;min-height:250px}
.photo-card .card-body span{margin:0}
.photo-card .card-body h3{margin:20px 0 8px}
.photo-card .card-body p{margin-bottom:18px}
.photo-card .card-body a{margin-top:auto}
.prices{background:#fff}
.price-layout{display:grid;grid-template-columns:1fr 1.35fr;gap:22px}
.price-feature{border:1px solid var(--line);background:var(--cream);display:flex;flex-direction:column}
.price-feature img{width:100%;height:300px;object-fit:cover}
.price-feature>div{padding:25px 28px 30px}
.price-feature h3{margin-bottom:8px}
.price-feature p{color:var(--muted);font-size:13px;margin:0 0 12px}
.price-feature strong{font-size:16px}
.price-list{display:grid;grid-template-columns:1fr 1fr;gap:22px}
.price-group{border-top:1px solid var(--line);padding-top:16px}
.price-group h3{font-size:27px;margin-bottom:10px}
.price-row{display:flex;justify-content:space-between;gap:20px;padding:9px 0;border-bottom:1px solid #eee7e2;font-size:12px}
.price-row strong{white-space:nowrap;font-weight:600}
.price-feature.reverse{grid-column:1/-1;display:grid;grid-template-columns:.75fr 1fr;align-items:center}
.price-feature.reverse img{height:320px}
.stand-prices{display:flex;gap:30px;font-size:13px}.stand-prices span{display:flex;flex-direction:column;gap:2px}.stand-prices strong{font-size:16px}
.price-group.wide{grid-column:1/-1;background:var(--cream);padding:25px 28px;border:1px solid var(--line)}
.price-group.wide h3{margin-top:0}.price-grid{display:grid;grid-template-columns:1fr 1fr;gap:0 30px}
.gallery-photo{overflow:hidden;background:#eee;height:100%}
.gallery-photo img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .5s}
.gallery-photo:hover img{transform:scale(1.03)}
@media(max-width:1100px){.photo-cards{grid-template-columns:1fr 1fr}.price-layout{grid-template-columns:1fr}.price-feature.reverse{grid-column:auto}}
@media(max-width:650px){
  .photo-cards{grid-template-columns:1fr}
  .price-list{grid-template-columns:1fr}
  .price-feature.reverse{display:block}
  .price-feature.reverse img{height:280px}
  .price-grid{grid-template-columns:1fr}
  .price-row{font-size:11px}
}

/* Shop */
.shop{background:var(--cream)}
.product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}
.product-card{background:#fff;border:1px solid var(--line);overflow:hidden;transition:.3s}
.product-card:hover{transform:translateY(-5px);box-shadow:0 22px 45px rgba(61,37,48,.10)}
.product-image{aspect-ratio:1/1;background:#f0ebe7;overflow:hidden}
.product-image img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .5s}
.product-card:hover .product-image img{transform:scale(1.035)}
.product-info{padding:22px 22px 24px}
.product-type{font-size:9px;letter-spacing:.2em;color:#9b7d85;margin:0 0 8px}
.product-info h3{font-size:27px;min-height:58px}
.product-bottom{display:flex;justify-content:space-between;align-items:center;gap:10px;margin-top:18px}
.product-bottom strong{font-size:13px}
.product-bottom button{border:1px solid var(--ink);background:var(--ink);color:white;padding:9px 15px;font:inherit;font-size:10px;letter-spacing:.1em;text-transform:uppercase;cursor:pointer}
.product-bottom button:hover{background:var(--wine)}
.shop-note{margin-top:38px;padding:22px 25px;border:1px solid var(--line);background:white;display:flex;align-items:center;gap:18px}
.shop-note span{font-size:22px;color:var(--blush)}.shop-note p{margin:0;color:var(--muted);font-size:13px;flex:1}
.custom-form{max-width:760px;margin:35px auto 0;text-align:left}
.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:15px}
.custom-form label{display:block;font-size:10px;letter-spacing:.1em;text-transform:uppercase;color:#e9d6d2;margin-bottom:16px}
.custom-form input,.custom-form select,.custom-form textarea{width:100%;margin-top:7px;border:1px solid rgba(255,255,255,.28);background:rgba(255,255,255,.08);color:white;padding:13px 14px;font:inherit;font-size:13px;outline:none}
.custom-form select option{color:var(--ink);background:white}
.custom-form input::placeholder,.custom-form textarea::placeholder{color:#cbb8b7}
.custom-form input:focus,.custom-form select:focus,.custom-form textarea:focus{border-color:#fff}
.btn-light{background:white;color:var(--ink);border:0;cursor:pointer;margin-top:5px}.btn-light:hover{background:#f5e9e5;transform:translateY(-2px)}
@media(max-width:1100px){.product-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:650px){
  .product-grid{grid-template-columns:1fr}
  .product-info h3{min-height:auto}
  .shop-note{display:block}.shop-note span{display:block;margin-bottom:8px}
  .shop-note .text-link{margin-top:12px}
  .form-grid{grid-template-columns:1fr}
}

.product-grid-more{margin-top:18px}

/* Flower preservation guide */
.preservation-info { background: #f8f4ee; }
.info-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:18px; margin-top:32px; }
.info-card { background:#fff; border:1px solid rgba(76,55,42,.12); padding:26px; border-radius:18px; }
.info-card > span { display:inline-flex; width:34px; height:34px; align-items:center; justify-content:center; border-radius:50%; background:#ead9c8; color:#6b4937; font-size:.8rem; margin-bottom:16px; }
.info-card h3 { margin:0 0 10px; }
.info-card p { margin:0 0 12px; }
.terms-card { margin-top:24px; padding:30px; background:#fff; border:1px solid rgba(76,55,42,.12); border-radius:18px; }
.terms-card .eyebrow { margin-bottom:18px; }
.terms-grid { display:grid; grid-template-columns:repeat(2,1fr); gap:12px 28px; }
.terms-grid p { margin:0; }
@media (max-width: 850px) { .info-grid, .terms-grid { grid-template-columns:1fr; } }

/* Customer reviews */
.reviews{background:#fff}
.reviews-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.review-card{background:var(--cream);border:1px solid rgba(70,50,45,.08);padding:28px;display:flex;flex-direction:column;min-height:235px}
.review-stars{color:#c8943e;letter-spacing:.12em;font-size:15px;margin-bottom:18px}
.review-text{font-family:var(--serif);font-size:17px;line-height:1.65;color:var(--ink);margin:0 0 24px}
.review-author{margin-top:auto;font-size:11px;letter-spacing:.12em;text-transform:uppercase;color:var(--muted);font-weight:600}
.reviews-cta{display:flex;justify-content:center;margin-top:42px}
@media(max-width:1100px){.reviews-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:700px){.reviews-grid{grid-template-columns:1fr}.review-card{padding:24px}}
