
:root {
  --cream: #fff6e9; --paper: #fffdf8; --teal: #0e5d70; --teal-dark: #073f4d;
  --teal-soft: #dbe9e6; --plum: #4b2a5d; --coral: #f47d70; --mango: #f2b94b;
  --ink: #23323a; --line: rgba(14, 93, 112, .18);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--cream); color: var(--ink); font-family: "Trebuchet MS", Arial, sans-serif; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
.section-shell { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }
.eyebrow { margin: 0 0 18px; color: var(--teal); font-size: .78rem; font-weight: 900; letter-spacing: .17em; text-transform: uppercase; }
.eyebrow.coral { color: var(--coral); }

.site-header { position: sticky; top: 0; z-index: 30; display: grid; grid-template-columns: 220px 1fr auto; align-items: center; min-height: 82px; padding: 8px clamp(22px,4vw,64px); background: rgba(255,246,233,.94); border-bottom: 1px solid rgba(75,42,93,.12); backdrop-filter: blur(16px); }
.brand { display: inline-flex; align-items: center; width: 184px; height: 62px; overflow: hidden; border-radius: 12px; }
.brand img { width: 100%; height: 100%; object-fit: cover; }
.desktop-nav { justify-self: center; display: flex; align-items: center; gap: clamp(22px,3vw,42px); }
.desktop-nav, .mobile-nav-list, .footer-nav { margin: 0; padding: 0; list-style: none; }
.desktop-nav li, .footer-nav li { margin: 0; }
.desktop-nav a { position: relative; font-size: .9rem; font-weight: 800; color: var(--plum); }
.desktop-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -7px; height: 2px; background: var(--coral); transition: right .2s ease; }
.desktop-nav a:hover::after, .desktop-nav a:focus-visible::after { right: 0; }
.header-cta { padding: 13px 18px; border-radius: 999px; background: var(--plum); color: white; font-size: .86rem; font-weight: 900; box-shadow: 0 8px 20px rgba(75,42,93,.18); transition: transform .2s ease; }
.header-cta:hover { transform: translateY(-2px); }
.mobile-nav { display: none; }

.hero { position: relative; isolation: isolate; min-height: calc(100vh - 82px); display: flex; align-items: stretch; overflow: hidden; background-color: var(--teal); background-image: url("../images/hero-ice-cream.webp"); background-size: cover; background-position: center; }
.hero::after { content: ""; position: absolute; z-index: 0; inset: 0; background: linear-gradient(90deg, rgba(7,63,77,.98) 0%, rgba(7,63,77,.91) 34%, rgba(7,63,77,.64) 53%, rgba(7,63,77,.12) 78%, rgba(7,63,77,.02) 100%); }
.hero-copy { position: relative; z-index: 2; display: flex; flex-direction: column; justify-content: center; width: min(780px, 63%); min-height: calc(100vh - 82px); padding: clamp(76px,9vw,130px) clamp(36px,7vw,110px); color: white; }
.hero-copy::before { content: ""; position: absolute; width: 180px; height: 180px; border: 1px solid rgba(255,255,255,.18); border-radius: 50%; left: -90px; top: 12%; }
.hero h1 { margin: 0; max-width: 690px; color: var(--cream); font-family: Georgia,"Times New Roman",serif; font-size: clamp(4rem,7vw,7.7rem); font-weight: 500; letter-spacing: -.065em; line-height: .87; }
.hero h1 span { display: block; color: var(--mango); font-size: .68em; font-style: italic; line-height: 1.1; }
.hero-lede { max-width: 620px; margin: 32px 0 0; color: rgba(255,255,255,.84); font-size: clamp(1rem,1.5vw,1.18rem); line-height: 1.8; }
.hero-actions { display: flex; align-items: center; gap: 28px; margin-top: 34px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 52px; padding: 0 24px; border-radius: 999px; font-size: .9rem; font-weight: 900; transition: transform .2s ease, box-shadow .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: var(--plum); background: var(--coral); box-shadow: 0 14px 28px rgba(4,42,51,.28); }
.text-link { padding-block: 10px; color: var(--cream); font-weight: 900; border-bottom: 1px solid rgba(255,255,255,.42); }
.hero-proof { display: flex; gap: 12px; margin-top: 52px; }
.hero-proof div { flex: 1; max-width: 155px; padding-top: 14px; border-top: 1px solid rgba(255,255,255,.2); }
.hero-proof strong { display: block; color: var(--mango); font-family: Georgia,serif; font-size: 1.8rem; }
.hero-proof span { color: rgba(255,255,255,.72); font-size: .73rem; font-weight: 700; }
.hero-badge { position: absolute; z-index: 3; right: clamp(22px,4vw,72px); bottom: clamp(32px,6vw,76px); display: flex; flex-direction: column; align-items: center; justify-content: center; width: 150px; height: 150px; padding: 18px; color: var(--cream); background: rgba(75,42,93,.94); border: 5px solid var(--cream); border-radius: 50%; text-align: center; transform: rotate(-7deg); box-shadow: 0 15px 35px rgba(75,42,93,.3); backdrop-filter: blur(7px); }
.hero-badge strong { margin: 2px 0 7px; font-family: Georgia,serif; font-size: 1.42rem; font-style: italic; }
.hero-badge span { font-size: .65rem; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }

.flavor-ribbon { display: flex; gap: 24px; align-items: center; justify-content: center; min-height: 64px; padding: 14px 22px; overflow: hidden; color: var(--cream); background: var(--plum); font-family: Georgia,serif; font-size: 1.02rem; font-style: italic; white-space: nowrap; }
.flavor-ribbon i { color: var(--coral); font-style: normal; }
.story { display: grid; grid-template-columns: minmax(0,1fr) minmax(0,.9fr); gap: clamp(48px,8vw,110px); align-items: center; padding-block: clamp(90px,11vw,150px); }
.story-photo-wrap { position: relative; }
.story-photo { margin: 0; overflow: hidden; aspect-ratio: 1.12; border-radius: 34px 180px 34px 34px; box-shadow: 0 26px 55px rgba(14,93,112,.16); }
.story-photo img { width: 100%; height: 100%; object-fit: cover; }
.story-photo-wrap::after { content: ""; position: absolute; width: 108px; height: 108px; right: -30px; bottom: 34px; background: var(--coral); border: 8px solid var(--cream); border-radius: 50%; }
.photo-caption { margin: 16px 0 0; max-width: 430px; color: #687279; font-size: .75rem; font-weight: 700; line-height: 1.5; }
.story-copy h2, .section-title h2, .visit-copy h2 { margin: 0; color: var(--plum); font-family: Georgia,"Times New Roman",serif; font-size: clamp(2.7rem,4.8vw,5.1rem); font-weight: 500; letter-spacing: -.045em; line-height: .98; }
.story-copy > p:not(.eyebrow) { color: #526169; line-height: 1.85; }
.story-copy .story-lede { margin-top: 28px; color: var(--teal-dark); font-size: 1.15rem; font-weight: 700; }
.story-copy blockquote { margin: 34px 0 0; padding-left: 20px; color: var(--coral); border-left: 3px solid var(--coral); font-family: Georgia,serif; font-size: 1.45rem; font-style: italic; }

.flavors-section { padding-block: clamp(88px,10vw,140px); background: var(--teal-soft); }
.flavors-inner { display: grid; grid-template-columns: .78fr 1.22fr; gap: clamp(42px,7vw,90px); align-items: start; }
.section-copy { max-width: 610px; margin: 25px 0 0; color: #5b6870; font-size: 1.05rem; line-height: 1.75; }
.flavor-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 14px; }
.flavor-card { position: relative; min-height: 150px; padding: 24px; overflow: hidden; border-radius: 22px; box-shadow: 0 10px 24px rgba(14,93,112,.08); }
.flavor-card span { font-size: .68rem; font-weight: 900; letter-spacing: .14em; }
.flavor-card h3 { position: relative; z-index: 2; max-width: 80%; margin: 42px 0 0; font-family: Georgia,serif; font-size: clamp(1.1rem,2vw,1.65rem); font-weight: 600; }
.scoop-dot { position: absolute; width: 80px; height: 80px; right: -12px; bottom: -16px; border-radius: 47% 53% 55% 45%; box-shadow: inset -12px -12px 20px rgba(50,30,20,.12); }
.scoop-dot::after { content: ""; position: absolute; width: 18px; height: 10px; left: 21px; top: 18px; border-radius: 50%; background: rgba(255,255,255,.35); transform: rotate(-22deg); }
.flavor-1 { background:#d5daa7;color:#31421f }.flavor-1 .scoop-dot{background:#8ca556}.flavor-2{background:#f1e7dc;color:#553c38}.flavor-2 .scoop-dot{background:#e8d7c8;box-shadow:inset -12px -12px 20px rgba(50,30,20,.1),7px 6px 0 #4e3631}.flavor-3{background:#5e3c3b;color:#fff5e8}.flavor-3 .scoop-dot{background:#3c2424}.flavor-4{background:#f5e6ae;color:#564624}.flavor-4 .scoop-dot{background:#fff0c5}.flavor-5{background:#f5cb69;color:#59401d}.flavor-5 .scoop-dot{background:#e9a937}.flavor-6{background:#f4a19b;color:#5c2c35}.flavor-6 .scoop-dot{background:#e86f76}.flavor-7{background:#c69b72;color:#3d2c25}.flavor-7 .scoop-dot{background:#9f714f}.flavor-8{background:#d7d0c9;color:#3f3638}.flavor-8 .scoop-dot{background:#e6ddd3;box-shadow:inset -12px -12px 20px rgba(50,30,20,.1),8px 7px 0 #453638}

.menu-section { padding-block: clamp(90px,11vw,150px); }
.menu-section > .section-title { display: grid; grid-template-columns: 1fr 1fr; gap: 30px; align-items: end; margin-bottom: 56px; }
.menu-section > .section-title .eyebrow { grid-column: 1/-1; margin-bottom: -8px; }
.menu-section > .section-title .section-copy { margin: 0; }
.menu-grid { display: grid; grid-template-columns: repeat(12,1fr); gap: 18px; }
.menu-card { grid-column: span 4; display: flex; flex-direction: column; min-height: 520px; padding: 28px; background: var(--paper); border: 1px solid var(--line); border-radius: 26px; box-shadow: 0 14px 35px rgba(63,66,59,.06); transition: transform .24s ease, box-shadow .24s ease; }
.menu-card:hover { transform: translateY(-5px); box-shadow: 0 22px 46px rgba(63,66,59,.11); }
.menu-card-featured { background: var(--teal); color: white; border: none; }
.menu-card:nth-child(4), .menu-card:nth-child(8) { grid-column: span 6; }
.menu-card-head { display: flex; align-items: flex-start; gap: 17px; padding-bottom: 22px; border-bottom: 1px solid var(--line); }
.menu-card-featured .menu-card-head { border-color: rgba(255,255,255,.18); }
.menu-number { display: inline-flex; align-items: center; justify-content: center; width: 42px; height: 42px; flex: 0 0 auto; color: white; background: var(--plum); border-radius: 12px; font-size: .75rem; font-weight: 900; }
.menu-card-featured .menu-number { color: var(--plum); background: var(--mango); }
.menu-card-head p { margin: 0 0 5px; color: var(--coral); font-size: .66rem; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.menu-card-head h3 { margin: 0; color: var(--plum); font-family: Georgia,serif; font-size: 1.65rem; font-weight: 600; }
.menu-card-featured .menu-card-head h3 { color: var(--cream); }
.menu-card-photo { position: relative; width: 100%; height: 132px; margin: 18px 0 0; overflow: hidden; background: rgba(255,255,255,.55); border: 1px solid rgba(14,93,112,.09); border-radius: 18px; }
.menu-card-photo img { width: 100%; height: 100%; max-width: none; object-fit: cover; object-position: left center; transform: scale(1.48); transform-origin: left center; }
.menu-card-photo.real-photo img { object-position: 45% 60%; transform: none; }
.menu-card-featured .menu-card-photo { border-color: rgba(255,255,255,.16); background: rgba(255,255,255,.1); }
.price-list { display: flex; flex-direction: column; margin: 22px 0 0; padding: 0; list-style: none; }
.price-list li, .simple-list li { display: flex; align-items: flex-start; justify-content: space-between; gap: 16px; padding: 11px 0; border-bottom: 1px dashed var(--line); font-size: .9rem; }
.menu-card-featured .price-list li { border-color: rgba(255,255,255,.18); }
.price-list small { display: block; margin-top: 3px; color: #758087; font-size: .65rem; font-weight: 700; text-transform: uppercase; }
.menu-card-featured .price-list small { color: rgba(255,255,255,.58); }
.price-list strong, .simple-list strong { color: var(--plum); white-space: nowrap; }
.menu-card-featured .price-list strong { color: var(--mango); }
.menu-note { display: flex; justify-content: space-between; gap: 16px; margin-top: auto; padding: 15px 16px; color: var(--teal-dark); background: var(--teal-soft); border-radius: 14px; font-size: .78rem; font-weight: 800; }
.menu-note strong { color: var(--plum); }.menu-card-featured .menu-note{color:var(--cream);background:rgba(255,255,255,.1)}.menu-card-featured .menu-note strong{color:var(--mango)}
.choice-row { display: flex; flex-wrap: wrap; gap: 7px; margin-top: auto; }.choice-row span{padding:8px 11px;color:var(--plum);background:#f3e5ee;border-radius:999px;font-size:.7rem;font-weight:900}
.soft-serve-card{background:#fff2ef}.coffee-card{background:#f3e9df}.cold-card{background:#e6eef0}.matcha-card{background:#eff1dc}.shake-card{background:#f4e7ef}.bakery-card{background:#f7ead6}.toppings-card{background:#e8eef1}
.simple-list { margin: 22px 0 0; padding: 0; list-style: none; }
.signature-card { display: flex; justify-content: space-between; align-items: center; gap: 34px; margin-top: 18px; padding: clamp(30px,5vw,54px); color: white; background: var(--plum); border-radius: 30px; box-shadow: 0 20px 45px rgba(75,42,93,.2); }
.signature-card h3 { margin: 0; color: var(--mango); font-family: Georgia,serif; font-size: clamp(2.5rem,5vw,5rem); font-style: italic; font-weight: 500; }.signature-card p:not(.eyebrow){max-width:680px;margin:14px 0 0;color:rgba(255,255,255,.75);line-height:1.7}.signature-card>strong{flex:0 0 auto;color:var(--coral);font-family:Georgia,serif;font-size:clamp(2.4rem,5vw,4.5rem)}
.modifiers-bar { display: grid; grid-template-columns: repeat(3,1fr); gap: 1px; margin-top: 18px; overflow: hidden; color: var(--teal-dark); background: var(--line); border: 1px solid var(--line); border-radius: 18px; }.modifiers-bar p{margin:0;padding:18px;background:rgba(255,255,255,.55);font-size:.75rem;line-height:1.6}
.original-menu-link { display: block; width: fit-content; margin: 30px auto 0; padding-bottom: 7px; color: var(--plum); border-bottom: 2px solid var(--coral); font-size: .83rem; font-weight: 900; }

.visit-section { position: relative; overflow: hidden; background: var(--teal); }.visit-section::before{content:"";position:absolute;right:-110px;top:-130px;width:360px;height:360px;border:1px solid rgba(255,255,255,.18);border-radius:50%}
.visit-grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: clamp(44px,8vw,100px); align-items: center; padding-block: clamp(90px,11vw,145px); }.visit-copy{position:relative;z-index:2;color:white}.visit-copy h2{color:var(--cream)}.visit-copy>p:not(.eyebrow){margin:28px 0 34px;color:rgba(255,255,255,.78);line-height:1.85}.button-cream{color:var(--plum);background:var(--mango)}
.visit-photos { position: relative; min-height: 610px; }.visit-photos figure{position:absolute;margin:0;overflow:hidden;border:8px solid var(--cream);box-shadow:0 28px 60px rgba(4,35,42,.35)}.visit-photos img{width:100%;height:100%;object-fit:cover}.photo-main{inset:0 10% 11% 0;border-radius:170px 30px 30px 30px}.photo-small{width:42%;height:43%;right:0;bottom:0;border-radius:50% 50% 24px 50%}.photo-small img{object-position:center 58%}
footer { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 24px; padding: 42px clamp(24px,5vw,70px); color: var(--plum); background: var(--mango); }.footer-logo{width:170px;height:66px;overflow:hidden;border-radius:12px;background:var(--cream)}.footer-logo img{width:100%;height:100%;object-fit:cover}footer>p{font-family:Georgia,serif;font-size:1.4rem;font-style:italic}footer nav{display:flex;gap:20px;font-size:.8rem;font-weight:900}footer small{grid-column:1/-1;padding-top:20px;border-top:1px solid rgba(75,42,93,.2);color:rgba(75,42,93,.72);font-size:.68rem}
.mobile-nav-list { display: flex; flex-direction: column; }
.mobile-nav-list a { display: block; }
.footer-nav { display: flex; gap: 20px; }
.wp-content-area { min-height: 60vh; padding-block: clamp(80px,10vw,130px); }
.wp-entry { margin-bottom: 36px; padding: clamp(24px,4vw,48px); background: var(--paper); border: 1px solid var(--line); border-radius: 24px; }
.wp-entry h1 { margin-top: 0; color: var(--plum); font-family: Georgia,serif; font-size: clamp(2rem,4vw,4rem); }
.wp-entry-content { color: #526169; line-height: 1.8; }
.admin-bar .site-header { top: 32px; }

@media (max-width:1000px){
  .site-header{grid-template-columns:190px 1fr auto}.desktop-nav{display:none}.mobile-nav{display:block;justify-self:end;position:relative}.mobile-nav summary{display:flex;flex-direction:column;justify-content:center;gap:6px;width:45px;height:45px;padding:10px;border:1px solid rgba(75,42,93,.2);border-radius:50%;cursor:pointer;list-style:none}.mobile-nav summary::-webkit-details-marker{display:none}.mobile-nav summary span{display:block;width:100%;height:2px;background:var(--plum)}.mobile-nav nav{position:absolute;right:0;top:55px;display:flex;flex-direction:column;width:220px;padding:14px;background:var(--paper);border:1px solid var(--line);border-radius:18px;box-shadow:0 18px 40px rgba(75,42,93,.18)}.mobile-nav nav a{padding:12px;font-weight:900}
  .hero{grid-template-columns:1fr}.hero-copy{min-height:650px}.hero-visual{min-height:780px}.flavors-inner{grid-template-columns:1fr}.menu-card{grid-column:span 6}.visit-grid{grid-template-columns:1fr}.visit-photos{min-height:660px}
}
@media (max-width:680px){
  .section-shell{width:min(100% - 28px,1180px)}.site-header{grid-template-columns:1fr auto;min-height:74px;padding:6px 14px}.brand{width:152px;height:54px}.header-cta{display:none}.hero{min-height:auto}.hero-copy{min-height:auto;padding:76px 22px 68px}.hero h1{font-size:clamp(3.6rem,17vw,5rem)}.hero-lede{font-size:1rem;line-height:1.7}.hero-actions{align-items:flex-start;flex-direction:column;gap:14px}.hero-proof{gap:8px;margin-top:42px}.hero-proof span{font-size:.62rem}.hero-visual{min-height:600px;padding:20px}.hero-photo{border-width:7px}.hero-badge{left:3px;bottom:48px;width:126px;height:126px;border-width:4px}.vertical-note{display:none}.flavor-ribbon{justify-content:flex-start}.story{grid-template-columns:1fr}.story-photo{border-radius:26px 110px 26px 26px}.story-photo-wrap::after{width:74px;height:74px;right:-4px}.flavor-grid{grid-template-columns:1fr}.flavor-card{min-height:130px}.menu-section>.section-title{grid-template-columns:1fr}.menu-section>.section-title .eyebrow{grid-column:auto}.menu-card,.menu-card:nth-child(4),.menu-card:nth-child(8){grid-column:1/-1;min-height:0}.signature-card{align-items:flex-start;flex-direction:column}.modifiers-bar{grid-template-columns:1fr}.visit-photos{min-height:470px}.photo-main{inset:0 5% 14% 0;border-radius:100px 24px 24px}.photo-small{width:46%;height:40%}footer{grid-template-columns:1fr;text-align:center}.footer-logo{margin-inline:auto}footer nav{justify-content:center}
}
@media (max-width:782px){.admin-bar .site-header{top:46px}}
@media (max-width:1000px){.hero-copy{width:76%}}
@media (max-width:680px){.hero{min-height:720px;background-position:63% center}.hero::after{background:linear-gradient(180deg,rgba(7,63,77,.95) 0%,rgba(7,63,77,.88) 65%,rgba(7,63,77,.56) 100%)}.hero-copy{width:100%;min-height:720px}.hero-badge{display:none}}
@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*::before,*::after{transition-duration:.01ms!important}}
