:root { --accent: #66745b; --base: #f2efe6; }
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--base); color: #171717; font-family: Arial, sans-serif; }
.layout-bold,.layout-heritage,.layout-cafe { color: #fffaf2; }
.demo { padding: 8px; background: #111; color: white; text-align: center; font-size: 11px; letter-spacing: .08em; }
nav { padding: 24px 6vw; display: flex; justify-content: space-between; align-items: center; border-bottom: 1px solid currentColor; }
nav strong { letter-spacing: .13em; } nav span { font-size: 11px; letter-spacing: .16em; } nav a,.button { color: inherit; text-decoration: none; border: 1px solid currentColor; padding: 12px 20px; border-radius: 999px; }
.hero { min-height: 76vh; padding: 8vw 7vw; display: grid; grid-template-columns: 1.1fr .9fr; gap: 7vw; align-items: center; }
.tag { color: var(--accent); font-size: 12px; font-weight: 900; letter-spacing: .18em; }
h1 { font: 500 clamp(3.7rem, 8vw, 7.5rem)/.9 Georgia, serif; margin: .22em 0; letter-spacing: -.055em; }
.lead { font-size: 1.2rem; line-height: 1.65; max-width: 620px; }.button { display: inline-block; margin-top: 18px; background: var(--accent); border-color: var(--accent); color: #111; font-weight: 800; }
.image { min-height: 500px; border-radius: 40px; background: linear-gradient(145deg,var(--accent),transparent); display: grid; place-items: center; padding: 35px; text-align: center; transform: rotate(2deg); }.image span { max-width: 220px; font-weight: 800; opacity: .65; }
.services,.story { padding: 90px 7vw; }.services h2,.contact h2 { font: 500 clamp(2.6rem,5vw,5rem)/1 Georgia,serif; }.cards { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }.cards article { padding: 30px; min-height: 220px; border: 1px solid currentColor; border-radius: 24px; }.cards b { color: var(--accent); }.cards h3 { margin-top: 55px; font-size: 1.4rem; }.cards p { opacity: .7; line-height: 1.55; }
.story { min-height: 55vh; display: grid; align-content: center; text-align: center; }.story blockquote { max-width: 900px; margin: 20px auto; font: 500 clamp(2.8rem,6vw,6rem)/1.05 Georgia,serif; }
.contact { margin: 40px 7vw 80px; padding: 55px; background: var(--accent); color: #111; border-radius: 35px; display: grid; grid-template-columns: 1.4fr .6fr; gap: 30px; }.contact > div:last-child { display: grid; align-content: center; gap: 16px; }.contact a { color: inherit; font-weight: 800; } footer { padding: 30px 7vw; font-size: 12px; opacity: .65; }
.layout-food .image,.layout-gelato .image { border-radius: 50%; transform: none; }.layout-clean .image { border-radius: 4px; transform: none; }.layout-floral .hero,.layout-botanical .hero { grid-template-columns: .8fr 1.2fr; }.layout-floral .image,.layout-botanical .image { order: -1; border-radius: 50% 50% 15px 15px; }.layout-soft .services h2 { font-style: italic; }.layout-heritage .hero { text-align: center; grid-template-columns: 1fr; }.layout-heritage .copy { max-width: 900px; margin: auto; }.layout-heritage .image { display: none; }.layout-cafe .cards article:nth-child(2) { transform: translateY(30px); }.layout-bold h1 { text-transform: uppercase; }.layout-bold .image { border-radius: 0; box-shadow: 18px 18px 0 var(--accent); }
.js .reveal { opacity: 0; transform: translateY(24px); transition: .7s ease; }.js .reveal.visible { opacity: 1; transform: none; }
@media(max-width:760px){nav span{display:none}.hero,.contact{grid-template-columns:1fr}.hero{padding-top:70px}.image{min-height:380px;order:2}.cards{grid-template-columns:1fr}.layout-cafe .cards article:nth-child(2){transform:none}}