:root {
  --ink: #27251f;
  --cream: #f4f0e7;
  --paper: #fbfaf6;
  --sage: #767c65;
  --clay: #a96f56;
  --line: rgba(39, 37, 31, 0.18);
  --display: "Cormorant Garamond", Georgia, serif;
  --body: "DM Sans", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 74px; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--body); overflow-x: hidden; }
a { color: inherit; text-decoration: none; }
button, a { -webkit-tap-highlight-color: transparent; }

.site-header { position: fixed; z-index: 20; inset: 0 0 auto; height: 86px; display: flex; align-items: center; justify-content: space-between; padding: 0 4.5vw; color: white; transition: background .35s, color .35s, height .35s; }
.site-header.scrolled { height: 70px; background: rgba(251,250,246,.95); color: var(--ink); backdrop-filter: blur(12px); box-shadow: 0 1px var(--line); }
.brand { font: 400 1.4rem var(--display); letter-spacing: .16em; }
.nav { display: flex; align-items: center; gap: 2.4rem; font-size: .78rem; letter-spacing: .08em; }
.nav-cta { border: 1px solid currentColor; padding: .8rem 1.1rem; }
.menu-toggle { display: none; border: 0; background: none; color: inherit; padding: 12px 8px; cursor: pointer; }
.menu-toggle span { display: block; width: 25px; height: 1px; margin: 6px 0; background: currentColor; transition: transform .25s; }
.site-header.menu-open { color: var(--ink); }
.site-header.menu-open .menu-toggle span:first-child { transform: translateY(3.5px) rotate(45deg); }
.site-header.menu-open .menu-toggle span:last-child { transform: translateY(-3.5px) rotate(-45deg); }

.hero { position: relative; min-height: 100svh; color: white; display: flex; align-items: flex-end; overflow: hidden; }
.hero-image, .event-visual, .story-image, .service-image { background-size: cover; background-position: center; }
.hero-image { position: absolute; inset: 0; background-image: url("https://images.unsplash.com/photo-1602874801006-e26d06b79b40?auto=format&fit=crop&w=2200&q=88"); transform: scale(1.02); }
.hero-overlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(26,22,18,.7), rgba(26,22,18,.08) 72%), linear-gradient(0deg, rgba(20,18,15,.55), transparent 55%); }
.hero-content { position: relative; z-index: 2; width: min(850px, 88vw); margin: 0 0 10vh 8vw; }
.eyebrow { margin: 0 0 1.2rem; text-transform: uppercase; font-size: .72rem; line-height: 1.5; letter-spacing: .2em; font-weight: 600; }
h1, h2 { margin: 0; font-family: var(--display); font-weight: 400; line-height: .98; }
h1 { font-size: clamp(3.8rem, 7.6vw, 7.6rem); letter-spacing: -.03em; }
h2 { font-size: clamp(3rem, 5.2vw, 5.6rem); }
h2 em { color: var(--clay); font-weight: inherit; }
.hero-copy { max-width: 590px; margin: 1.7rem 0 1.8rem; font-size: 1.08rem; line-height: 1.65; }
.hero-actions { display: flex; align-items: center; gap: 1.5rem; }
.hero-secondary { display: none; padding: .8rem 0; border-bottom: 1px solid rgba(255,255,255,.7); font-size: .82rem; }
.hero-note { margin: .85rem 0 0; font-size: .78rem; color: rgba(255,255,255,.78); }
.button { display: inline-flex; justify-content: space-between; gap: 2rem; align-items: center; min-height: 56px; padding: 1.05rem 1.3rem; font-size: .78rem; font-weight: 600; text-transform: uppercase; letter-spacing: .08em; transition: transform .2s, background .2s; }
.button:hover { transform: translateY(-2px); }
.cta-icon { width: 1.15rem; height: 1.15rem; flex: 0 0 auto; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.cta-icon-whatsapp { fill: #25d366; stroke: none; }
.button-light { color: var(--ink); background: white; }
.button-dark { color: white; background: var(--ink); }
.whatsapp-icon { width: 1.25rem; height: 1.25rem; flex: 0 0 auto; fill: #25d366; }
.scroll-cue { position: absolute; z-index: 2; right: 4.5vw; bottom: 3rem; display: flex; gap: 1rem; font-size: .68rem; text-transform: uppercase; letter-spacing: .16em; }

.trust-strip { display: grid; grid-template-columns: repeat(3, 1fr); padding: 1.7rem 8vw; border-bottom: 1px solid var(--line); background: var(--cream); }
.trust-strip div { display: flex; flex-direction: column; gap: .25rem; padding: 0 2rem; border-right: 1px solid var(--line); text-align: center; }
.trust-strip div:last-child { border-right: 0; }
.trust-strip strong { font: 400 1.25rem var(--display); }
.trust-strip span { color: #6c675d; font-size: .78rem; }

.section-pad { padding: 8rem 8vw; }
.intro { background: var(--paper); }
.intro-heading { display: inline-block; }
.intro-copy { max-width: 560px; margin: 2rem 0 5rem; line-height: 1.8; color: #5f5b52; }
.services-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2.2vw; align-items: start; }
.service-card-offset { margin-top: 0; }
.service-card { display: flex; flex-direction: column; }
.service-image { width: 100%; height: clamp(280px, 27vw, 420px); margin-top: 1.35rem; filter: saturate(.72); object-fit: cover; transition: filter .35s, transform .35s; }
.service-card:hover .service-image { filter: saturate(1); transform: translateY(-4px); }
.image-favors { background-image: url("https://images.unsplash.com/photo-1602523961358-f9f03dd557db?auto=format&fit=crop&w=1000&q=85"); }


.service-card h3 { min-height: 2.25em; margin: 0 0 .5rem; font: 400 1.7rem var(--display); }
.service-card p { min-height: 5em; margin: 0; max-width: 320px; color: #686359; line-height: 1.65; font-size: .94rem; }
.section-cta { display: flex; justify-content: center; margin-top: 5rem; }

.event-banner { min-height: 690px; display: grid; grid-template-columns: 1.08fr .92fr; background: #676d58; color: white; }
.event-visual { min-height: 600px; background-image: url("https://images.unsplash.com/photo-1519167758481-83f550bb49b3?auto=format&fit=crop&w=1400&q=85"); filter: saturate(.65); }
.event-content { padding: 8rem 7vw; align-self: center; }
.event-content p:not(.eyebrow) { max-width: 480px; margin: 2rem 0; line-height: 1.8; color: rgba(255,255,255,.86); }
.text-link { display: inline-flex; gap: 1.5rem; padding: .65rem 0; border-bottom: 1px solid rgba(255,255,255,.65); font-size: .78rem; font-weight: 600; text-transform: uppercase; letter-spacing: .08em; }

.process { display: grid; grid-template-columns: .8fr 1.2fr; gap: 8vw; }
.steps { margin: 0; padding: 0; list-style: none; }
.steps li { display: grid; grid-template-columns: 70px 1fr; padding: 2rem 0; border-top: 1px solid var(--line); }
.steps li:last-child { border-bottom: 1px solid var(--line); }
.steps > li > span { color: var(--clay); font-size: .72rem; }
.steps h3, .steps h2 { margin: 0 0 .55rem; font: 400 1.65rem var(--display); }
.steps p { margin: 0; color: #686359; line-height: 1.65; }

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

.story-copy { padding: 8rem 8vw; align-self: center; }
.story-copy h2 { font-size: clamp(2.7rem, 4.5vw, 4.8rem); }
.story-copy p:not(.eyebrow) { color: #625e55; line-height: 1.8; margin: 2rem 0 0; }

.contact { text-align: center; background: #d8c7b4; }
.contact-inner { max-width: 900px; margin: auto; }
.contact h2 { margin-bottom: 1.5rem; }
.contact p:not(.eyebrow) { max-width: 620px; margin: 0 auto 2.2rem; line-height: 1.7; }
.contact .contact-note { margin-top: 1rem; margin-bottom: 0; font-size: .8rem; color: #625a50; }
footer { min-height: 160px; padding: 3rem 4.5vw; display: flex; justify-content: space-between; align-items: center; gap: 2rem; background: var(--ink); color: rgba(255,255,255,.8); }
footer p { font-size: .75rem; letter-spacing: .04em; }
.floating-whatsapp { position: fixed; z-index: 15; right: 1.5rem; bottom: 1.5rem; display: flex; align-items: center; gap: .8rem; min-height: 50px; padding: .9rem 1.15rem; color: white; background: #285c43; border: 1px solid rgba(255,255,255,.18); border-radius: 999px; box-shadow: 0 8px 30px rgba(0,0,0,.22); font-size: .78rem; font-weight: 600; transition: transform .2s, background .2s; }
.floating-whatsapp:hover { transform: translateY(-2px); background: #204b37; }
.button:focus-visible, .text-link:focus-visible, .floating-whatsapp:focus-visible, .nav a:focus-visible, .hero-secondary:focus-visible, .menu-toggle:focus-visible { outline: 2px solid currentColor; outline-offset: 4px; }
.reveal { opacity: 1; transform: none; }
.reveal.visible { opacity: 1; transform: none; }

@media (max-width: 820px) {
  html { scroll-padding-top: 64px; }
  .site-header { height: 68px; padding: 0 5.5vw; }
  .site-header.scrolled { height: 64px; }
  .brand { font-size: 1.18rem; }
  .menu-toggle { display: block; z-index: 3; }
  .nav { position: fixed; inset: 0; background: var(--paper); color: var(--ink); flex-direction: column; align-items: flex-start; justify-content: center; gap: 1.7rem; padding: 0 10vw; font: 400 clamp(2.1rem, 10vw, 3.5rem) var(--display); transform: translateX(100%); visibility: hidden; transition: transform .35s ease, visibility .35s; }
  .nav.open { transform: none; visibility: visible; }
  .nav-cta { margin-top: .6rem; padding: 1rem 1.2rem; font: 600 .78rem var(--body); text-transform: uppercase; letter-spacing: .1em; }
  .hero { min-height: 100svh; }
  .hero-image { background-position: 58% center; }
  .hero-overlay { background: linear-gradient(0deg, rgba(20,17,14,.82), rgba(20,17,14,.12) 78%), linear-gradient(90deg, rgba(20,17,14,.28), transparent); }
  .hero-content { width: auto; margin: 0 5.5vw max(5.5rem, calc(4.5rem + env(safe-area-inset-bottom))); }
  .hero-content .eyebrow { margin-bottom: .85rem; }
  h1 { max-width: 10ch; font-size: clamp(3rem, 13.8vw, 4.7rem); line-height: .96; }
  h2 { font-size: clamp(2.55rem, 11.5vw, 4rem); line-height: 1; }
  .hero-copy { max-width: 36ch; margin: 1.2rem 0 1.45rem; font-size: 1rem; line-height: 1.55; }
  .hero-actions { display: block; }
  .hero .button { width: 100%; max-width: 390px; }
  .hero-secondary { display: inline-block; margin-top: .85rem; }
  .hero-note { max-width: 34ch; margin-top: .75rem; line-height: 1.5; }
  .scroll-cue { display: none; }
  .trust-strip { grid-template-columns: 1fr; padding: .5rem 5.5vw; }
  .trust-strip div { display: grid; grid-template-columns: 1fr 1.4fr; align-items: center; gap: .8rem; padding: .9rem 0; border-right: 0; border-bottom: 1px solid var(--line); text-align: left; }
  .trust-strip div:last-child { border-bottom: 0; }
  .trust-strip strong { font-size: 1.08rem; }
  .trust-strip span { line-height: 1.35; }
  .eyebrow { margin-bottom: 1rem; font-size: .68rem; }
  .section-pad { padding: 5rem 5.5vw; }
  .intro-copy { margin: 1.8rem 0 3.5rem; font-size: 1rem; line-height: 1.65; }
  .services-grid { grid-template-columns: 1fr; gap: 3.4rem; }
  .service-card-offset { margin-top: 0; }
  .service-image, img.service-image { height: min(68vw, 280px); margin: 1.1rem 0 0; aspect-ratio: auto; }
  .service-card h3 { min-height: 0; font-size: 1.8rem; }
  .service-card p { min-height: 0; font-size: 1rem; }
  .section-cta { margin-top: 3.5rem; }
  .section-cta .button { width: 100%; }
  .event-banner, .story, .process { grid-template-columns: 1fr; }
  .event-banner { min-height: 0; }
  .event-visual { min-height: 0; aspect-ratio: 4 / 3; }
  .event-content, .story-copy { padding: 5rem 5.5vw; }
  .event-content p:not(.eyebrow) { margin: 1.5rem 0 2rem; font-size: 1rem; line-height: 1.65; }
  .text-link { gap: .9rem; font-size: .75rem; line-height: 1.5; }
  .process { gap: 3rem; }
  .steps li { grid-template-columns: 45px 1fr; padding: 1.6rem 0; }
  .steps h3 { font-size: 1.6rem; }
  .steps p { font-size: 1rem; }
  .story-copy p:not(.eyebrow) { margin-top: 1.4rem; font-size: 1rem; line-height: 1.65; }
  .contact { padding-bottom: 7.5rem; }
  .contact h2 { margin-bottom: 1.2rem; }
  .contact p:not(.eyebrow) { font-size: 1rem; }
  .contact .button { width: 100%; max-width: 400px; }
  footer { min-height: 210px; flex-direction: column; justify-content: center; text-align: center; padding-bottom: 5rem; }
  .floating-whatsapp { right: 5.5vw; left: 5.5vw; bottom: max(1rem, env(safe-area-inset-bottom)); justify-content: center; min-height: 54px; border-radius: 3px; }
}

@media (max-width: 380px) {
  h1 { font-size: 2.8rem; }
  .hero-content { margin-bottom: 5.6rem; }
  .button { gap: .8rem; padding-inline: 1rem; font-size: .71rem; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .reveal { opacity: 1; transform: none; transition: none; }
}

/* Conversion and small-screen refinements */
img.service-image { display: block; width: 100%; object-fit: cover; }
.story-copy { max-width: 1080px; margin-inline: auto; padding: 4rem 8vw; }
h1 { font-size: clamp(3rem, 6vw, 6rem); line-height: 1.08; }
h1 em { font-style: normal; }
.hero { background: #29251f; }
.hero-content { margin-top: 120px; }
.nav, .button, .text-link, .hero-secondary, .hero-note, .trust-strip span, .contact .contact-note, footer p { font-size: .875rem; }
.eyebrow { font-size: .75rem; }
h2, h3 { line-height: 1.12; }
.service-card p { font-size: 1rem; }
.service-image { background-color: var(--cream); }
.faq { max-width: 1100px; margin-inline: auto; }
.faq h2 { margin-bottom: 2rem; }
.faq details { border-bottom: 1px solid var(--line); }
.faq summary { cursor: pointer; font-weight: 500; padding: 1.25rem 0; line-height: 1.5; }
.faq details p { line-height: 1.7; color: #625e55; margin: 0 0 1.5rem; }
:focus-visible { outline: 2px solid currentColor; outline-offset: 4px; }
@media (max-width: 820px) {
  h1 { max-width: 100%; font-size: clamp(2.3rem, 9.8vw, 4.2rem); line-height: 1.08; }
  .hero { min-height: min(840px, 100svh); }
  .hero-content { margin-top: 100px; margin-bottom: calc(6rem + env(safe-area-inset-bottom)); }
  .section-pad { padding: 3.25rem 5.5vw; }
  .story-copy { padding: 3.25rem 5.5vw; }
  .intro-copy { margin-bottom: 2rem; }
  .service-image { aspect-ratio: 4 / 3; }
  img.service-image { height: auto; aspect-ratio: 4 / 3; object-position: 50% 65%; }
  .services-grid { gap: 2.25rem; }
  .section-cta { margin-top: 2rem; }
  .event-content { padding: 3.25rem 5.5vw; }
  .nav-cta { font-size: .875rem; }
  .menu-toggle { min-width: 44px; min-height: 44px; }
  .site-header.menu-open .brand { position: relative; z-index: 2; }
  .floating-whatsapp { font-size: .9375rem; }
  .floating-whatsapp strong { display: none; }
  body:has(.menu-open) .floating-whatsapp { visibility: hidden; }
  .contact { padding-bottom: 6rem; }
  footer { padding-bottom: calc(6rem + env(safe-area-inset-bottom)); }
}
@media (max-width: 380px) {
  .button { font-size: .875rem; letter-spacing: .025em; }
}


/* Consistent real font weights and intentional wedding crop. */
h1 em { font-weight: inherit; }
body { font-synthesis: none; }
img.image-gifts { object-position: 50% 50%; }

/* Pagini editoriale cu URL-uri proprii. */
.subpage .site-header { background: rgba(39,37,31,.97); color: white; }
.subpage .site-header.scrolled { background: rgba(251,250,246,.97); color: var(--ink); }
.page-hero { padding: 11rem 8vw 6rem; background: var(--ink); color: white; }
.page-hero-inner { max-width: 980px; }
.page-hero h1 { max-width: 12ch; }
.page-hero p:not(.eyebrow) { max-width: 650px; margin: 2rem 0 0; font-size: 1.08rem; line-height: 1.75; color: rgba(255,255,255,.82); }
.page-content { max-width: 1180px; margin: auto; }
.page-lead { max-width: 760px; margin: 0 0 4rem; font: 400 clamp(1.65rem,3vw,2.5rem)/1.35 var(--display); }
.content-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 2.5rem; }
.content-card { padding-top: 1.5rem; border-top: 1px solid var(--line); }
.content-card h2 { font-size: 2rem; margin-bottom: 1rem; }
.content-card p { color: #625e55; line-height: 1.75; }
.product-card { padding-top: 0; border-top: 0; }
.product-image { display: block; width: 100%; height: clamp(320px, 34vw, 440px); margin-bottom: 1.5rem; object-fit: cover; object-position: center; background: var(--cream); filter: saturate(.78); }
.product-card:nth-child(2) .product-image { object-position: 50% 62%; }
.product-card:nth-child(3) .product-image { object-position: 50% 50%; }
.value-card { position: relative; padding: 1.5rem; border: 1px solid var(--line); background: rgba(244,240,231,.42); }
.value-icon { display: grid; place-items: center; width: 54px; height: 54px; margin-bottom: 1.5rem; border: 1px solid var(--clay); border-radius: 50%; color: var(--clay); }
.value-icon svg { width: 30px; height: 30px; fill: none; stroke: currentColor; stroke-width: 1.5; stroke-linecap: round; stroke-linejoin: round; }
.page-cta { margin-top: 4rem; }
@media (max-width: 820px) {
  .page-hero { padding: calc(7.75rem + env(safe-area-inset-top)) 5.5vw 3.5rem; }
  .page-hero h1 { max-width: 100%; }
  .page-hero p:not(.eyebrow) { font-size: 1rem; }
  .page-lead { margin-bottom: 2.5rem; }
  .content-grid { grid-template-columns: 1fr; gap: 2.75rem; }
  .product-image { height: min(68vw, 280px); margin-bottom: 1.25rem; filter: saturate(.88); }
  .product-card { display: flex; flex-direction: column; padding-bottom: .5rem; }
  .product-card h2 { order: -2; }
  .product-card p { order: -1; margin-bottom: 1.15rem; }
  .content-card h2 { font-size: 1.85rem; margin-bottom: .7rem; }
  .content-card p { margin: 0; font-size: 1rem; line-height: 1.65; }
  .product-card p { margin-bottom: 1.15rem; }
  .value-card { padding: 1.35rem; }
  .value-icon { width: 50px; height: 50px; margin-bottom: 1.15rem; }
  .page-cta .button { width: 100%; }
  .floating-whatsapp { right: 5.5vw; left: auto; width: auto; max-width: calc(100vw - 11vw); padding-inline: 1rem; border-radius: 999px; }
}
