@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Fraunces:opsz,wght@9..144,600;9..144,700&display=swap');

:root { --ink: #342a28; --muted: #6f625c; --cream: #fffaf3; --paper: #f5eadc; --rose: #bd5d62; --rose-dark: #944249; --sage: #7d9474; --line: #e7d9ca; --shadow: 0 20px 55px rgba(75, 46, 33, .13); }
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--cream); font: 400 16px/1.6 "DM Sans", Arial, sans-serif; }
a { color: inherit; text-decoration-thickness: 1px; text-underline-offset: 3px; }
a:hover { color: var(--rose-dark); }
img { display: block; max-width: 100%; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-family: Fraunces, Georgia, serif; line-height: 1.1; }
h1 { max-width: 11ch; margin-bottom: 24px; font-size: clamp(3rem, 6vw, 5.8rem); letter-spacing: -.055em; }
h2 { font-size: clamp(2.15rem, 4vw, 3.8rem); letter-spacing: -.045em; }
h3 { margin-bottom: 10px; font-size: 1.45rem; }
.container { width: min(1160px, calc(100% - 48px)); margin: 0 auto; }
.section { padding: 100px 0; }
.eyebrow { margin-bottom: 14px; color: var(--rose-dark); font-size: .77rem; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.lead { max-width: 49ch; color: var(--muted); font-size: clamp(1.05rem, 1.6vw, 1.28rem); }
.site-header { position: relative; z-index: 2; border-bottom: 1px solid var(--line); background: rgba(255, 250, 243, .96); }
.nav-wrap { display: flex; min-height: 100px; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: inline-flex; align-items: center; color: var(--ink); text-decoration: none; }
.brand-logo img { width: 76px; height: 76px; object-fit: contain; }
nav { display: flex; align-items: center; gap: clamp(16px, 2.3vw, 30px); }
nav a { color: var(--muted); font-size: .9rem; font-weight: 600; text-decoration: none; }
nav a:hover, nav a.active { color: var(--rose-dark); }
.menu-toggle { display: none; border: 0; background: transparent; color: var(--ink); font: 700 .8rem/1 "DM Sans", sans-serif; letter-spacing: .08em; text-transform: uppercase; }
.hero { overflow: hidden; padding: 38px 0 60px; background: var(--cream); }
.hero-grid { display: block; }
.hero-copy { padding: 0; }
.actions { display: flex; flex-wrap: wrap; align-items: center; gap: 25px; margin-top: 35px; }
.button { display: inline-block; border: 1px solid var(--rose); border-radius: 999px; padding: 14px 22px; background: var(--rose); color: white; font-size: .88rem; font-weight: 700; text-decoration: none; transition: background .2s, transform .2s; }
.button:hover { background: var(--rose-dark); color: white; transform: translateY(-2px); }
.text-link { color: var(--rose-dark); font-weight: 700; }
.text-link span { padding-left: 5px; font-size: 1.2em; }
.hero-media { position: relative; width: min(1160px, calc(100% - 48px)); margin: 35px auto 0; }.hero-media img { display: block; }.hero-image { width: 100%; height: auto; aspect-ratio: 3 / 2; object-fit: contain; box-shadow: var(--shadow); }
.intro { max-width: 870px; text-align: center; }
.intro h2 { margin-bottom: 20px; }
.intro > p:last-child { max-width: 68ch; margin: 0 auto; color: var(--muted); font-size: 1.1rem; }
.promise-section { padding: 20px 0 100px; }
.cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.card { min-height: 250px; padding: 32px; border: 1px solid var(--line); background: #fffdf9; }
.card p { margin: 0; color: var(--muted); }
.number { display: block; margin-bottom: 40px; color: var(--sage); font-size: .78rem; font-weight: 700; letter-spacing: .1em; }
.order-banner { display: flex; align-items: center; justify-content: space-between; gap: 30px; padding: 46px 55px; color: white; background: var(--sage); }
.order-banner .eyebrow { color: #e8efe4; }.order-banner h2 { margin: 0; }.button-light { border-color: var(--cream); background: var(--cream); color: var(--ink); }.button-light:hover { background: white; color: var(--ink); }
.page-hero { padding: 85px 0 65px; background: var(--paper); text-align: center; }.page-hero h1 { max-width: none; margin: 0 auto; font-size: clamp(3rem, 5.4vw, 5rem); }.page-hero p:last-child { max-width: 58ch; margin: 17px auto 0; color: var(--muted); }
.content-section { padding: 80px 0 105px; }.content-section > .container { max-width: 920px; }.content-section p { color: var(--muted); }
.cake-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin: 40px 0 65px; }.cake-card { padding: 28px; border-top: 5px solid var(--rose); background: white; box-shadow: 0 8px 25px rgba(75, 46, 33, .05); }.cake-card:nth-child(2) { border-color: var(--sage); }.cake-card:nth-child(3) { border-color: #d59d60; }.cake-card p { margin-bottom: 0; }.price { display: block; margin: 18px 0 6px; color: var(--rose-dark); font-size: 1.1rem; font-weight: 700; }
.details { display: grid; grid-template-columns: 1fr 1fr; gap: 55px; padding: 45px 0; border-top: 1px solid var(--line); }.details h2 { font-size: 2rem; }.details ul { padding-left: 22px; color: var(--muted); }.details li { padding: 4px 0; }
.story { display: grid; grid-template-columns: minmax(0, 1fr); gap: 42px; }.story-copy { max-width: 740px; }.story-image { margin: 0; }.story img { width: 100%; aspect-ratio: 3 / 2; object-fit: cover; box-shadow: var(--shadow); }.story p { font-size: 1.08rem; }
.contact-grid { display: grid; grid-template-columns: 1.2fr .8fr; gap: 70px; }.contact-card { padding: 34px; background: var(--paper); }.contact-card a { display: block; margin: 10px 0; color: var(--rose-dark); font-size: 1.08rem; font-weight: 700; }.contact-card .button { display: inline-block; margin-top: 25px; color: white; }
.notice { padding: 27px 30px; border-left: 4px solid var(--rose); background: #fff5f1; }.notice p:last-child { margin-bottom: 0; }
.site-footer { padding: 65px 0 25px; background: #342a28; color: #f7eee4; }.site-footer .brand { color: #fff; }.brand-logo-footer img { width: 112px; height: 112px; }.site-footer p { max-width: 30ch; margin: 15px 0 0; color: #d5c4b6; }.footer-grid { display: grid; grid-template-columns: 1.6fr 1fr 1fr; gap: 45px; }.site-footer h2 { margin-bottom: 12px; font-family: "DM Sans", sans-serif; font-size: .75rem; letter-spacing: .12em; text-transform: uppercase; }.site-footer a:not(.brand) { display: block; width: fit-content; margin: 7px 0; color: #f7eee4; }.site-footer a:hover { color: #e9a3a5; }.footer-bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 55px; padding-top: 22px; border-top: 1px solid #5d4d48; color: #d5c4b6; font-size: .82rem; }.footer-bottom a { color: #d5c4b6; }
@media (min-width: 761px) { .hero { position: relative; display: block; height: clamp(580px, 48vw, 720px); padding: 0; background: #6c7359; }.hero-media { position: absolute; inset: 0; width: 100%; height: 100%; margin: 0; background: #6c7359; }.hero-media img { width: 100%; height: 100%; }.hero-image { aspect-ratio: auto; object-fit: contain; object-position: center center; box-shadow: none; }.hero-grid { position: relative; z-index: 1; display: flex; height: 100%; align-items: flex-start; justify-content: flex-end; padding-top: clamp(36px, 4vw, 60px); }.hero-copy { width: min(440px, 40%); padding: clamp(25px, 2.5vw, 36px); background: rgba(255, 250, 243, .88); box-shadow: 0 18px 45px rgba(48, 34, 28, .18); backdrop-filter: blur(3px); }.hero h1 { max-width: 11ch; margin-bottom: 16px; font-size: clamp(2.6rem, 3.4vw, 3.6rem); }.intro.section { padding: 64px 0; } }
@media (max-width: 760px) { .container { width: min(100% - 36px, 1160px); }.nav-wrap { min-height: 86px; }.brand-logo img { width: 64px; height: 64px; }.menu-toggle { display: block; }.menu-toggle::after { content: " +"; } .menu-toggle[aria-expanded="true"]::after { content: " −"; } nav { position: absolute; top: 86px; right: 0; left: 0; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 10px 18px 18px; border-bottom: 1px solid var(--line); background: var(--cream); box-shadow: 0 14px 20px rgba(75, 46, 33, .08); } nav.open { display: flex; } nav a { padding: 12px 0; }.hero { position: static; display: block; height: auto; padding: 32px 0 48px; }.hero-grid { position: static; display: block; height: auto; padding: 0; }.hero-copy { width: auto; padding: 0; background: transparent; box-shadow: none; backdrop-filter: none; }.hero-media { position: static; width: min(100% - 36px, 1160px); height: auto; margin: 28px auto 0; background: transparent; }.hero-media img { width: 100%; height: auto; aspect-ratio: 3 / 2; object-fit: contain; box-shadow: var(--shadow); }.hero-grid, .story, .contact-grid { grid-template-columns: 1fr; gap: 35px; }.section { padding: 70px 0; }.promise-section { padding: 0 0 70px; }.cards, .cake-grid { grid-template-columns: 1fr; }.card { min-height: 0; }.number { margin-bottom: 24px; }.order-banner { display: block; padding: 35px; }.order-banner .button { margin-top: 25px; }.page-hero { padding: 60px 0 45px; }.content-section { padding: 60px 0 75px; }.details { grid-template-columns: 1fr; gap: 25px; }.footer-grid { grid-template-columns: 1fr; gap: 28px; }.footer-bottom { flex-direction: column; margin-top: 42px; } }
