
:root{--green:#56745A;--green-dark:#2f4536;--green-deep:#1d2b22;--gold:#C79A4A;--cream:#f7f1e7;--paper:#fffdf8;--ink:#2a2a25;--muted:#6d6b63;--line:#ded5c6;--shadow:0 18px 45px rgba(25,38,29,.14);--radius:18px}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--ink);font-family:Raleway,Arial,sans-serif;background:var(--paper);line-height:1.65}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}.container{width:min(1180px,calc(100% - 40px));margin:auto}.eyebrow{font-size:.78rem;letter-spacing:.22em;text-transform:uppercase;color:var(--gold);font-weight:800}.section{padding:82px 0}.section-sm{padding:48px 0}.display{font-family:Cinzel,Georgia,serif;line-height:1.12;margin:.25rem 0 1rem;color:var(--green-dark)}.script{font-family:"Great Vibes","Brush Script MT",cursive}.btn{display:inline-flex;align-items:center;justify-content:center;padding:14px 24px;border-radius:5px;border:1px solid transparent;font-weight:800;font-size:.82rem;letter-spacing:.06em;text-transform:uppercase;transition:.2s}.btn-gold{background:var(--gold);color:white;box-shadow:0 8px 20px rgba(199,154,74,.28)}.btn-gold:hover{transform:translateY(-2px)}.btn-green{background:var(--green);color:white}.btn-outline{border-color:var(--green);color:var(--green);background:transparent}.site-header{position:sticky;top:0;z-index:50;background:rgba(255,253,248,.96);backdrop-filter:blur(12px);border-bottom:1px solid rgba(86,116,90,.16)}.nav{height:82px;display:flex;align-items:center;gap:28px}.brand img{width:74px;height:74px;object-fit:contain}.nav-links{display:flex;align-items:center;gap:24px;margin-left:auto}.nav-links a{font-size:.74rem;font-weight:800;letter-spacing:.06em;text-transform:uppercase;padding:30px 0;border-bottom:2px solid transparent}.nav-links a:hover,.nav-links a.active{color:var(--green);border-bottom-color:var(--gold)}.nav-toggle{display:none;margin-left:auto;background:none;border:0;font-size:1.5rem}.hero{min-height:650px;display:grid;place-items:center;position:relative;color:white;overflow:hidden;background:linear-gradient(90deg,rgba(20,29,23,.88),rgba(20,29,23,.42)),radial-gradient(circle at 78% 32%,rgba(199,154,74,.28),transparent 35%),linear-gradient(135deg,#263b2d,#101913)}.hero:after{content:"";position:absolute;inset:0;background-image:linear-gradient(rgba(255,255,255,.025) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.025) 1px,transparent 1px);background-size:44px 44px}.hero-inner{position:relative;z-index:2;max-width:760px;text-align:center;padding:80px 0}.hero .script{font-size:clamp(4rem,10vw,7rem);font-weight:400;margin:0}.hero h1{font-family:Cinzel,Georgia,serif;font-size:clamp(2rem,5vw,4rem);letter-spacing:.03em;margin:-22px 0 10px}.hero .tagline{color:var(--gold);font-weight:800;letter-spacing:.18em;text-transform:uppercase}.hero p{font-size:1.05rem;max-width:590px;margin:18px auto 28px}.features{background:var(--green);color:white}.feature-grid{display:grid;grid-template-columns:repeat(4,1fr)}.feature{padding:32px 24px;text-align:center;border-right:1px solid rgba(255,255,255,.18)}.feature:last-child{border-right:0}.feature-icon{font-size:2rem;color:var(--gold)}.feature h3{font-family:Cinzel,Georgia,serif;font-size:1rem;letter-spacing:.08em;margin:8px 0}.feature p{font-size:.84rem;color:#edf3ee;margin:0}.statement{text-align:center;background:var(--cream)}.statement h2{font-family:Cinzel,Georgia,serif;font-size:clamp(1.7rem,3vw,2.5rem);font-weight:500;margin:0;color:var(--green-dark)}.gold-rule{width:90px;height:2px;background:var(--gold);margin:22px auto}.grid-2{display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:center}.grid-3{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.grid-4{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.card{background:white;border:1px solid var(--line);border-radius:var(--radius);overflow:hidden;box-shadow:0 8px 24px rgba(35,45,38,.07)}.card-body{padding:24px}.card h3{font-family:Cinzel,Georgia,serif;color:var(--green-dark);margin-top:0}.placeholder{min-height:330px;border-radius:var(--radius);background:linear-gradient(135deg,rgba(86,116,90,.92),rgba(31,48,37,.95));display:grid;place-items:center;color:white;text-align:center;padding:30px;position:relative;overflow:hidden}.placeholder:before{content:"";position:absolute;width:180px;height:180px;border:1px solid rgba(199,154,74,.55);border-radius:50%;transform:translate(80px,-90px)}.placeholder span{position:relative;z-index:1;font-family:Cinzel,Georgia,serif;letter-spacing:.08em}.page-hero{padding:92px 0;background:linear-gradient(100deg,var(--green-deep),var(--green));color:white}.page-hero h1{font-family:Cinzel,Georgia,serif;font-size:clamp(2.5rem,6vw,4.5rem);margin:.15rem 0}.page-hero p{max-width:700px;color:#edf3ee}.breadcrumb{font-size:.78rem;letter-spacing:.12em;text-transform:uppercase;color:var(--gold)}.quote{padding:42px;border-left:4px solid var(--gold);background:var(--cream);font-family:Cinzel,Georgia,serif;font-size:1.35rem;color:var(--green-dark)}.menu-section{border-top:1px solid var(--line);padding:30px 0}.menu-row{display:flex;justify-content:space-between;gap:20px;border-bottom:1px dashed var(--line);padding:13px 0}.menu-row strong{color:var(--green-dark)}.event-card .date{display:inline-block;background:var(--gold);color:white;padding:6px 10px;border-radius:4px;font-weight:800;font-size:.75rem}.steps{counter-reset:step;display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.step{counter-increment:step;padding:26px;border:1px solid var(--line);border-radius:14px;background:white}.step:before{content:counter(step);width:38px;height:38px;border-radius:50%;background:var(--green);color:white;display:grid;place-items:center;font-weight:800;margin-bottom:16px}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px}.field{display:flex;flex-direction:column;gap:7px}.field.full{grid-column:1/-1}label{font-weight:800;font-size:.8rem;text-transform:uppercase;letter-spacing:.05em;color:var(--green-dark)}input,select,textarea{width:100%;padding:13px 14px;border:1px solid var(--line);border-radius:7px;background:white;font:inherit}textarea{min-height:140px}.notice{padding:16px;border-radius:8px;background:#edf3ee;color:var(--green-dark);display:none}.footer{background:var(--green-deep);color:#e8efe9;padding:58px 0 24px}.footer-grid{display:grid;grid-template-columns:1.4fr 1fr 1fr 1.2fr;gap:35px}.footer h4{font-family:Cinzel,Georgia,serif;color:var(--gold)}.footer a{display:block;color:#e8efe9;margin:7px 0;font-size:.9rem}.footer-bottom{border-top:1px solid rgba(255,255,255,.14);margin-top:35px;padding-top:20px;font-size:.8rem;color:#b8c4bb}.badge{display:inline-block;padding:5px 9px;border-radius:999px;background:#edf3ee;color:var(--green-dark);font-size:.72rem;font-weight:800}.toolbar{display:flex;gap:10px;flex-wrap:wrap;margin-bottom:26px}.toolbar button{border:1px solid var(--line);background:white;padding:9px 13px;border-radius:999px;cursor:pointer}.toolbar button.active{background:var(--green);color:white}.gallery-grid{columns:3 260px;column-gap:18px}.gallery-item{break-inside:avoid;margin-bottom:18px;min-height:220px;border-radius:14px;background:linear-gradient(135deg,#8ba08f,#304738);color:white;display:grid;place-items:center;text-align:center;padding:20px}.gallery-item:nth-child(2n){min-height:330px}.gallery-item:nth-child(3n){background:linear-gradient(135deg,#d7b572,#8e682f)}
@media(max-width:950px){.nav-links{display:none;position:absolute;top:82px;left:0;right:0;background:var(--paper);padding:18px 30px;box-shadow:var(--shadow);flex-direction:column;align-items:flex-start;gap:0}.nav-links.open{display:flex}.nav-links a{padding:12px 0;width:100%}.nav .btn{display:none}.nav-toggle{display:block}.feature-grid,.grid-4{grid-template-columns:repeat(2,1fr)}.grid-3,.steps{grid-template-columns:1fr 1fr}.footer-grid{grid-template-columns:1fr 1fr}}
@media(max-width:680px){.container{width:min(100% - 26px,1180px)}.section{padding:58px 0}.hero{min-height:600px}.hero h1{margin:-10px 0 8px}.grid-2,.grid-3,.grid-4,.feature-grid,.steps,.form-grid,.footer-grid{grid-template-columns:1fr}.feature{border-right:0;border-bottom:1px solid rgba(255,255,255,.16)}.field.full{grid-column:auto}.gallery-grid{columns:1}.page-hero{padding:66px 0}}

/* Darcy's Website v1.0 premium visual baseline */
.hero{background-image:linear-gradient(90deg,rgba(18,28,21,.90) 0%,rgba(18,28,21,.58) 46%,rgba(18,28,21,.25) 100%),url('../images/signature-interior.jpg');background-size:cover;background-position:center;background-attachment:fixed}
.hero:after{background:linear-gradient(180deg,rgba(0,0,0,.04),rgba(0,0,0,.24))}
.page-hero{position:relative;isolation:isolate;background-size:cover;background-position:center;background-attachment:fixed;overflow:hidden}
.page-hero:before{content:"";position:absolute;inset:0;background:linear-gradient(95deg,rgba(18,28,21,.92),rgba(18,28,21,.45));z-index:-1}
body[data-page="about"] .page-hero{background-image:url('../images/about-interior.jpg')}
body[data-page="books"] .page-hero{background-image:url('../images/books-shelves.jpg')}
body[data-page="menu"] .page-hero{background-image:url('../images/cafe-coffee.jpg')}
body[data-page="events"] .page-hero{background-image:url('../images/community-tables.jpg')}
body[data-page="host"] .page-hero{background-image:url('../images/author-event.jpg')}
body[data-page="gallery"] .page-hero{background-image:url('../images/gallery-reading.jpg')}
body[data-page="contact"] .page-hero{background-image:url('../images/contact-evening.jpg')}
.visual,.card-image,.gallery-item{background-size:cover;background-position:center;position:relative;overflow:hidden}
.visual{min-height:360px;border-radius:var(--radius);box-shadow:var(--shadow)}
.visual:after,.card-image:after,.gallery-item:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 45%,rgba(20,31,23,.28))}
.card-image{min-height:210px}
.visual-about{background-image:url('../images/about-interior.jpg')}.visual-books{background-image:url('../images/books-shelves.jpg')}.visual-shelves{background-image:url('../images/signature-interior.jpg')}.visual-cafe{background-image:url('../images/cafe-coffee.jpg')}.visual-music,.visual-stage{background-image:url('../images/live-music.jpg')}.visual-community{background-image:url('../images/community-tables.jpg')}.visual-author{background-image:url('../images/author-event.jpg')}.visual-contact{background-image:url('../images/contact-evening.jpg')}.visual-reading{background-image:url('../images/gallery-reading.jpg')}
.gallery-item{color:transparent;background-color:#425c48}.gallery-item:before{content:"";display:block;padding-top:70%}.gallery-item:nth-child(2n):before{padding-top:105%}
.reveal{opacity:0;transform:translateY(24px);transition:opacity .75s ease,transform .75s ease}.reveal.visible{opacity:1;transform:none}
.site-header.scrolled{box-shadow:0 8px 26px rgba(16,26,19,.12)}
@media(max-width:900px){.hero,.page-hero{background-attachment:scroll}}


/* Darcy's Website v1.1 — Premium Image Framework */
.hero{
  background-image:linear-gradient(90deg,rgba(16,27,20,.64) 0%,rgba(16,27,20,.33) 48%,rgba(16,27,20,.16) 100%),url('../images/hero-home-v11.jpg');
  background-position:center;
  background-size:cover;
}
.hero:after{background:linear-gradient(180deg,rgba(0,0,0,.01),rgba(0,0,0,.10))}
.page-hero:before{background:linear-gradient(95deg,rgba(18,28,21,.70),rgba(18,28,21,.24))}
body[data-page="about"] .page-hero{background-image:url('../images/interior-tables-v11.jpg')}
body[data-page="books"] .page-hero{background-image:url('../images/featured-books-v11.jpg')}
body[data-page="menu"] .page-hero{background-image:url('../images/cafe-latte-v11.jpg')}
body[data-page="events"] .page-hero{background-image:url('../images/book-club-v11.jpg')}
body[data-page="host"] .page-hero{background-image:url('../images/evening-interior-v11.jpg')}
body[data-page="gallery"] .page-hero{background-image:url('../images/community-space-v11.jpg')}
body[data-page="contact"] .page-hero{background-image:url('../images/storefront-v11.jpg')}
.visual:after,.card-image:after,.gallery-item:after{background:linear-gradient(180deg,transparent 68%,rgba(20,31,23,.14))}
.visual-about{background-image:url('../images/interior-tables-v11.jpg')}
.visual-books{background-image:url('../images/featured-books-v11.jpg')}
.visual-shelves{background-image:url('../images/books-coffee-v11.jpg')}
.visual-cafe{background-image:url('../images/cafe-latte-v11.jpg')}
.visual-music,.visual-stage{background-image:url('../images/live-music-v11.jpg')}
.visual-community{background-image:url('../images/book-club-v11.jpg')}
.visual-author{background-image:url('../images/evening-interior-v11.jpg')}
.visual-contact{background-image:url('../images/storefront-v11.jpg')}
.visual-reading{background-image:url('../images/community-space-v11.jpg')}
.experience-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:10px}
.experience-card{min-height:250px;position:relative;background-size:cover;background-position:center;overflow:hidden;border-radius:10px;box-shadow:0 10px 26px rgba(30,42,33,.13)}
.experience-card:after{content:"";position:absolute;inset:48% 0 0;background:linear-gradient(transparent,rgba(17,29,21,.82))}
.experience-card span{position:absolute;z-index:2;left:18px;bottom:16px;color:white;font-family:Cinzel,Georgia,serif;font-size:1.05rem;letter-spacing:.08em}
.exp-read{background-image:url('../images/featured-books-v11.jpg')}.exp-sip{background-image:url('../images/cafe-latte-v11.jpg')}.exp-listen{background-image:url('../images/live-music-v11.jpg')}.exp-create{background-image:url('../images/book-club-v11.jpg')}.exp-gather{background-image:url('../images/community-space-v11.jpg')}
@media(max-width:950px){.experience-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:680px){.experience-grid{grid-template-columns:1fr}.experience-card{min-height:320px}}
