:root {
  --berry: #9f1f3e;
  --berry-dark: #4a1821;
  --rose: #e84b68;
  --blush: #ffe8ec;
  --cream: #fff9f2;
  --paper: #fffdf9;
  --gold: #dba348;
  --ink: #391d22;
  --muted: #765f64;
  --line: #edc2ca;
  --radius: 24px;
  --shadow: 0 22px 55px rgba(74, 24, 33, .12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--cream); color: var(--ink); font-family: "DM Sans", system-ui, sans-serif; font-size: 16px; line-height: 1.6; }
img { display: block; max-width: 100%; }
a { color: inherit; }
.skip-link { position: fixed; top: -60px; left: 1rem; z-index: 99; padding: .7rem 1rem; background: white; border-radius: 8px; }
.skip-link:focus { top: 1rem; }
.site-header { position: sticky; top: 0; z-index: 20; background: rgba(255,249,242,.95); border-bottom: 1px solid rgba(159,31,62,.12); backdrop-filter: blur(16px); }
.header-inner { width: min(1180px, calc(100% - 2rem)); height: 78px; margin: auto; display: flex; align-items: center; gap: 2rem; }
.brand { width: 75px; height: 64px; overflow: hidden; border-radius: 50%; box-shadow: 0 3px 14px rgba(74,24,33,.13); flex: none; }
.brand img { width: 100%; height: 100%; object-fit: cover; }
.desktop-nav { display: flex; gap: 1.7rem; margin-left: auto; }
.desktop-nav a, .footer-links a { text-decoration: none; font-weight: 600; font-size: .92rem; }
.desktop-nav a:hover { color: var(--berry); }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: .76rem 1.35rem; border: 2px solid var(--berry); border-radius: 999px; background: var(--berry); color: white; font-weight: 700; text-decoration: none; box-shadow: 0 9px 24px rgba(159,31,62,.2); transition: transform .2s ease, box-shadow .2s ease; }
.button:hover { transform: translateY(-2px); box-shadow: 0 13px 28px rgba(159,31,62,.26); }
.button-outline { background: transparent; color: var(--berry); box-shadow: none; }
.button-small { min-height: 42px; padding: .55rem 1.1rem; font-size: .9rem; }
.mobile-nav { display: none; margin-left: auto; position: relative; }
.mobile-nav summary { list-style: none; width: 46px; height: 44px; display: grid; place-content: center; gap: 5px; cursor: pointer; }
.mobile-nav summary::-webkit-details-marker { display: none; }
.mobile-nav summary span { width: 25px; height: 2px; background: var(--ink); }
.mobile-nav nav { position: absolute; right: 0; top: 50px; min-width: 210px; padding: .8rem; display: grid; gap: .25rem; background: white; border: 1px solid var(--line); border-radius: 18px; box-shadow: var(--shadow); }
.mobile-nav nav a { padding: .7rem .8rem; text-decoration: none; font-weight: 600; }
.hero { overflow: hidden; background: linear-gradient(135deg, #fff5ef 0%, #ffe8ec 60%, #ffdce4 100%); }
.hero-copy { width: min(1180px, 100%); margin: 0 auto; padding: clamp(4rem, 8vw, 8rem) clamp(2rem, 7vw, 7rem); position: relative; }
.hero-copy::after { content: "✿"; position: absolute; right: 4%; bottom: 2%; color: rgba(159,31,62,.1); font-size: 11rem; line-height: 1; }
.eyebrow { margin: 0 0 .75rem; color: var(--berry); font-size: .78rem; font-weight: 700; text-transform: uppercase; letter-spacing: .2em; }
h1, h2, h3 { font-family: "Playfair Display", Georgia, serif; line-height: 1.05; }
h1 { margin: 0; font-size: clamp(3rem, 6vw, 6.2rem); letter-spacing: -.045em; }
h1 em { color: var(--berry); font-weight: 600; }
.hero-text { max-width: 520px; margin: 1.5rem 0 1.7rem; color: var(--muted); font-size: 1.12rem; }
.hero-actions { display: flex; flex-wrap: wrap; gap: .8rem; }
.location-line { margin: 1.3rem 0 0; color: var(--muted); font-size: .9rem; }
.creations, .gallery { padding: 5.5rem max(1rem, calc((100% - 1180px)/2)); }
.section-heading { max-width: 680px; margin: 0 auto 2.4rem; text-align: center; }
.section-heading h2, .story h2, .contact h2 { margin: 0 0 .7rem; font-size: clamp(2.3rem, 4vw, 4rem); }
.section-heading > p:last-child { color: var(--muted); }
.category-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1rem; }
.category-card { position: relative; height: 310px; overflow: hidden; border-radius: var(--radius); box-shadow: var(--shadow); text-decoration: none; }
.category-card::after { content: ""; position: absolute; inset: 40% 0 0; background: linear-gradient(transparent, rgba(35,10,16,.82)); }
.category-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease; }
.category-card:hover img { transform: scale(1.05); }
.category-card span { position: absolute; left: 1.2rem; right: 1.2rem; bottom: 1.1rem; z-index: 1; color: white; font: 700 1.5rem "Playfair Display", serif; }
.story { width: min(1180px, calc(100% - 2rem)); margin: 0 auto 6rem; display: grid; grid-template-columns: 1fr 1fr; border-radius: 34px; overflow: hidden; background: var(--blush); box-shadow: var(--shadow); }
.story-photo { min-height: 500px; }
.story-photo img { width: 100%; height: 100%; object-fit: cover; }
.story-logo { display: grid; place-items: center; padding: clamp(2rem, 7vw, 5rem); background: radial-gradient(circle at center, #fffdf9 0 48%, #ffe8ec 75%, #f5cbd4 100%); }
.story-logo img { width: min(100%, 430px); height: auto; aspect-ratio: 1; object-fit: contain; border-radius: 50%; box-shadow: 0 18px 45px rgba(74, 24, 33, .18); }
.story-copy { padding: clamp(2.2rem, 6vw, 5rem); align-self: center; }
.story-copy > p:not(.eyebrow):not(.script-line) { color: var(--muted); font-size: 1.08rem; }
.script-line { margin: 2rem 0 0; color: var(--berry); font: italic 600 1.8rem "Playfair Display", serif; }
.menu-section { padding: 6rem max(1rem, calc((100% - 1100px)/2)); background: var(--berry-dark); color: white; position: relative; overflow: hidden; }
.menu-section::before { content: "✿"; position: absolute; right: -2rem; top: -4rem; color: rgba(255,255,255,.05); font-size: 18rem; }
.light-heading .eyebrow, .light-heading > p:last-child { color: #ffd4dc; }
.menu-grid { position: relative; display: grid; grid-template-columns: repeat(2, 1fr); gap: 1.2rem; }
.menu-group { padding: 2rem; border-radius: var(--radius); background: var(--paper); color: var(--ink); }
.menu-group h3 { margin: 0 0 1rem; color: var(--berry); font-size: 1.8rem; }
.menu-item { display: flex; align-items: flex-start; justify-content: space-between; gap: 1rem; padding: .9rem 0; border-bottom: 1px dashed var(--line); }
.menu-item:last-child { border-bottom: 0; }
.menu-item div { display: grid; }
.menu-item strong { font-size: 1.02rem; }
.menu-item span { color: var(--muted); font-size: .88rem; }
.menu-item b { color: var(--berry); font-size: 1.15rem; }
.menu-feature { background: linear-gradient(145deg, #ffeaf0, #fff9f2); }
.menu-feature .button { margin-top: 1.2rem; }
.photo-grid { display: grid; grid-template-columns: 1.15fr 1fr 1fr; grid-template-rows: 240px 240px; gap: 1rem; }
.photo-grid figure { position: relative; margin: 0; overflow: hidden; border-radius: var(--radius); }
.photo-grid .photo-tall { grid-row: 1 / 3; }
.photo-grid img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s ease; }
.photo-grid figure:hover img { transform: scale(1.04); }
.photo-grid figcaption { position: absolute; left: 1rem; bottom: 1rem; padding: .42rem .75rem; border-radius: 999px; background: rgba(255,255,255,.9); color: var(--berry-dark); font-weight: 700; }
.cart-rental { width: min(1080px, calc(100% - 2rem)); margin: 1rem auto 6rem; display: grid; grid-template-columns: minmax(0, .95fr) minmax(0, 1.05fr); overflow: hidden; border: 1px solid var(--line); border-radius: 30px; background: linear-gradient(135deg, white, var(--blush)); box-shadow: var(--shadow); }
.cart-rental-image { min-height: 540px; background: #f7e9e6; }
.cart-rental-image img { width: 100%; height: 100%; object-fit: cover; }
.cart-rental-copy { padding: clamp(2rem, 5vw, 4.5rem); align-self: center; }
.cart-rental-copy h2 { margin: 0 0 1rem; font-size: clamp(2.3rem, 4vw, 4rem); }
.cart-rental-copy h3 { margin: 1.5rem 0 .5rem; font-size: 1.25rem; }
.cart-rental-copy > p:not(.eyebrow):not(.cart-rental-price) { color: var(--muted); }
.cart-rental-price { margin: 0 0 1rem; color: var(--berry); font-size: 1.15rem; }
.cart-rental-price strong { display: inline-block; margin-right: .3rem; font: 700 2.5rem "Playfair Display", serif; }
.cart-rental-copy ul { margin: .5rem 0 1.75rem; padding-left: 1.25rem; color: var(--muted); }
.cart-rental-copy li + li { margin-top: .35rem; }
.contact { width: min(1080px, calc(100% - 2rem)); margin: 1rem auto 6rem; padding: 2rem 2.5rem; display: grid; grid-template-columns: 115px 1fr auto; align-items: center; gap: 2rem; border: 1px solid var(--line); border-radius: 30px; background: linear-gradient(135deg, white, var(--blush)); box-shadow: var(--shadow); }
.contact > img { width: 115px; height: 115px; object-fit: cover; border-radius: 50%; }
.contact h2 { font-size: 2.3rem; }
.contact p { margin: .25rem 0; color: var(--muted); }
.social-links { margin-top: 1.1rem; display: flex; flex-wrap: wrap; gap: .55rem; }
.social-links a { display: inline-flex; align-items: center; gap: .35rem; padding: .45rem .7rem; border: 1px solid rgba(159,31,62,.22); border-radius: 999px; background: rgba(255,255,255,.7); color: var(--berry-dark); font-size: .82rem; text-decoration: none; transition: border-color .2s ease, background .2s ease, transform .2s ease; }
.social-links a:hover { transform: translateY(-1px); border-color: var(--berry); background: white; }
.social-links span { width: 1.2rem; height: 1.2rem; display: inline-grid; place-items: center; border-radius: 50%; background: var(--berry); color: white; font-weight: 700; line-height: 1; }
.social-links strong { font-weight: 700; }
.order-text-button { margin-top: 1rem; min-width: 220px; }
.contact-actions { display: grid; gap: .7rem; }
footer { padding: 3.5rem max(1rem, calc((100% - 1180px)/2)); display: grid; grid-template-columns: 1.2fr .8fr; gap: 2rem; align-items: center; background: #301016; color: white; }
.footer-brand { display: flex; align-items: center; gap: 1rem; font: italic 600 1.1rem "Playfair Display", serif; }
.footer-brand img { width: 78px; height: 78px; border-radius: 50%; object-fit: cover; }
.footer-links { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 1.2rem; }
footer > p { grid-column: 1 / -1; margin: 0; padding-top: 1rem; border-top: 1px solid rgba(255,255,255,.15); color: #dcbfc5; font-size: .85rem; }

@media (max-width: 920px) {
  .desktop-nav, .header-inner > .button-small { display: none; }
  .mobile-nav { display: block; }
  .hero-copy { padding: 4.5rem 1.5rem 3rem; }
  .category-grid { grid-template-columns: repeat(2, 1fr); }
  .story { grid-template-columns: 1fr; }
  .story-photo { min-height: 420px; }
  .cart-rental { grid-template-columns: 1fr; }
  .cart-rental-image { min-height: 620px; }
  .contact { grid-template-columns: 90px 1fr; }
  .contact > img { width: 90px; height: 90px; }
  .contact-actions { grid-column: 1 / -1; grid-template-columns: 1fr 1fr; }
}

@media (max-width: 640px) {
  .header-inner { height: 68px; }
  .brand { width: 60px; height: 56px; }
  .hero { min-height: 0; }
  .hero-copy { padding-top: 3.2rem; }
  h1 { font-size: clamp(2.75rem, 14vw, 4.2rem); }
  .creations, .gallery { padding-top: 4rem; padding-bottom: 4rem; }
  .category-grid { grid-template-columns: 1fr 1fr; gap: .7rem; }
  .category-card { height: 230px; border-radius: 18px; }
  .category-card span { font-size: 1.15rem; }
  .story { margin-bottom: 4rem; border-radius: 24px; }
  .story-photo { min-height: 330px; }
  .menu-section { padding-top: 4.5rem; padding-bottom: 4.5rem; }
  .menu-grid { grid-template-columns: 1fr; }
  .menu-group { padding: 1.35rem; border-radius: 19px; }
  .photo-grid { grid-template-columns: 1fr 1fr; grid-template-rows: 300px 210px 210px; }
  .photo-grid .photo-tall { grid-column: 1 / -1; grid-row: auto; }
  .cart-rental { margin-bottom: 4rem; border-radius: 24px; }
  .cart-rental-image { min-height: 450px; }
  .cart-rental-copy { padding: 2rem 1.5rem 2.5rem; }
  .contact { padding: 1.5rem; grid-template-columns: 70px 1fr; gap: 1rem; }
  .contact > img { width: 70px; height: 70px; }
  .contact h2 { font-size: 1.9rem; }
  .order-text-button { width: 100%; }
  .contact-actions { grid-template-columns: 1fr; }
  footer { grid-template-columns: 1fr; }
  .footer-links { justify-content: flex-start; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; }
}
