:root {
  --cream: #f7f3e9;
  --paper: #fffdf8;
  --green: #173f35;
  --green-2: #31594d;
  --pale: #e5eadf;
  --gold: #bd9251;
  --gold-pale: #ead7b5;
  --ink: #24332e;
  --muted: #78807b;
  --line: rgba(23,63,53,.15);
  --shadow: 0 18px 50px rgba(28,49,41,.09);
  --serif: "Playfair Display", Georgia, serif;
  --sans: "DM Sans", Arial, sans-serif;
}

*,*::before,*::after{box-sizing:border-box}
html{scroll-behavior:smooth;scroll-padding-top:150px}
body{margin:0;min-width:320px;color:var(--ink);background:var(--cream);font-family:var(--sans);-webkit-font-smoothing:antialiased}
body::before{position:fixed;inset:0;z-index:-2;content:"";opacity:.24;pointer-events:none;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 160 160' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.8' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.075'/%3E%3C/svg%3E")}
a{color:inherit}button,input,select,textarea{font:inherit}button{color:inherit}button:focus-visible,a:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{outline:3px solid rgba(189,146,81,.38);outline-offset:3px}[hidden]{display:none!important}
.page-width{width:min(1140px,calc(100% - 48px));margin-inline:auto}
.kicker{margin:0 0 15px;color:var(--gold);font-size:10px;font-weight:700;letter-spacing:.25em;text-transform:uppercase}
h1,h2,h3,p{overflow-wrap:anywhere}

.site-header{position:sticky;top:0;z-index:50;background:rgba(247,243,233,.9);border-bottom:1px solid rgba(23,63,53,.08);backdrop-filter:blur(18px)}
.header-inner{width:min(1140px,calc(100% - 48px));min-height:84px;margin:auto;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:28px}
.brand{width:max-content;display:flex;align-items:center;gap:11px;color:var(--green);text-decoration:none}
.brand-logo{width:138px;height:auto;display:block;object-fit:contain}
.brand svg{width:33px;height:33px;fill:var(--gold)}
.brand-copy{display:grid;line-height:1}.brand-copy strong{font:600 23px/1 var(--serif);letter-spacing:.11em}.brand-copy small{margin-top:5px;font-size:6.5px;font-weight:700;letter-spacing:.25em}
.desktop-nav{display:flex;align-items:center;gap:28px}.desktop-nav a{position:relative;padding:30px 0 27px;color:var(--muted);text-decoration:none;font-size:13px;font-weight:600}.desktop-nav a:hover,.desktop-nav a.is-active{color:var(--green)}.desktop-nav a.is-active::after{position:absolute;right:0;bottom:20px;left:0;height:1px;content:"";background:var(--gold)}
.header-tools{justify-self:end;display:flex;align-items:center;gap:10px}.icon-button{width:38px;height:38px;display:grid;place-items:center;padding:0;color:var(--green);border:1px solid var(--line);border-radius:50%;background:rgba(255,255,255,.5);cursor:pointer}.icon-button svg{width:17px;height:17px;fill:none;stroke:currentColor;stroke-width:1.8}.language-switch{display:flex;align-items:center;gap:7px;margin-left:4px;font-size:10px;font-weight:700}.language-switch button{padding:4px;color:var(--muted);border:0;background:transparent;cursor:pointer}.language-switch button.is-active{color:var(--green)}.mobile-menu-button{display:none}
.social-links{display:flex;align-items:center;gap:7px}.social-links a{width:31px;height:31px;display:grid;place-items:center;border:1px solid currentColor;border-radius:50%;text-decoration:none}.social-links .fa-brands{font-size:15px;line-height:1}.header-socials{margin-right:4px;color:rgba(255,255,255,.78)}.header-socials a{border-color:rgba(255,255,255,.24)}.header-socials a:hover{color:var(--gold-pale);border-color:var(--gold-pale)}.footer-socials{margin-top:5px;color:var(--paper)}.footer-socials a{display:grid;margin:0;border-color:rgba(255,255,255,.24)}.footer-socials a:hover{color:var(--gold-pale);border-color:var(--gold-pale)}

.welcome-section{padding:72px 0 52px;text-align:center}.welcome-section h1{margin:0;color:var(--green);font:500 clamp(42px,5vw,66px)/1.06 var(--serif);letter-spacing:-.03em}
.service-grid{margin-top:42px;display:grid;grid-template-columns:repeat(5,1fr);gap:15px}.service-card{min-height:68px;display:flex;align-items:center;justify-content:center;gap:10px;padding:15px 12px;color:var(--green);background:rgba(255,253,248,.72);border:1px solid var(--line);border-radius:13px;text-decoration:none;cursor:pointer;font-size:13px;font-weight:600;transition:.2s}.service-card:hover{color:var(--paper);background:var(--green);border-color:var(--green);transform:translateY(-2px)}.service-icon,.feature-icon{width:21px;height:21px;display:inline-grid;place-items:center}.service-icon svg,.feature-icon svg{width:100%;height:100%;fill:none;stroke:currentColor;stroke-width:1.65}
.feature-strip{margin-top:38px;display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.feature-item{min-height:106px;display:flex;align-items:center;gap:15px;padding:22px 26px;text-align:left}.feature-item+.feature-item{border-left:1px solid var(--line)}.feature-item .feature-icon{flex:0 0 28px;width:28px;height:28px;color:var(--gold)}.feature-item strong{color:var(--green);font-size:12px}.feature-item p{margin:5px 0 0;color:var(--muted);font-size:10px;line-height:1.45}

.catalog-preview{padding:69px 0 88px}.section-heading{display:flex;align-items:end;justify-content:space-between;gap:30px;margin-bottom:27px}.section-heading h2,.about-copy h2,.faq-heading h2,.updates-section h2{margin:0;color:var(--green);font:500 clamp(33px,4vw,48px)/1.12 var(--serif);letter-spacing:-.025em}.slider-buttons{display:flex;gap:8px}.slider-buttons button{width:39px;height:39px;color:var(--green);background:transparent;border:1px solid var(--line);border-radius:50%;cursor:pointer}.slider-buttons button:hover{color:var(--paper);background:var(--green)}
.preview-track{display:grid;grid-auto-flow:column;grid-auto-columns:calc((100% - 54px)/4);gap:18px;overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none}.preview-track::-webkit-scrollbar{display:none}.preview-card{min-width:0;scroll-snap-align:start}.preview-image{position:relative;aspect-ratio:.86;overflow:hidden;background:#ebe6da;border-radius:16px}.preview-image img{width:100%;height:100%;display:block;object-fit:cover;transition:transform .5s}.preview-card:hover img{transform:scale(1.035)}.preview-price{position:absolute;right:0;bottom:0;left:0;padding:13px 10px;color:var(--paper);background:rgba(23,63,53,.93);text-align:center;font-size:12px;font-weight:600}.preview-card h3{margin:13px 5px 0;text-align:center;font:600 18px/1.25 var(--serif);color:var(--green)}.new-badge{position:absolute;top:11px;left:11px;padding:6px 9px;color:var(--green);background:var(--gold-pale);border-radius:999px;font-size:8px;font-weight:700;letter-spacing:.08em}.loading-inline{grid-column:1/-1;min-height:300px;display:grid;place-content:center;color:var(--muted);font-size:12px}

.about-banner{min-height:430px;display:grid;grid-template-columns:.9fr 1.1fr;overflow:hidden;background:var(--green);border-radius:24px;box-shadow:var(--shadow)}.about-visual{position:relative;display:grid;place-items:center;overflow:hidden;background:radial-gradient(circle,rgba(234,215,181,.14),transparent 62%)}.outline-flower{width:66%;color:var(--gold-pale);opacity:.85}.outline-flower svg{width:100%;height:auto;fill:none;stroke:currentColor;stroke-width:.75}.about-copy{align-self:center;max-width:590px;padding:58px 12% 58px 8%}.about-copy .kicker{color:var(--gold-pale)}.about-copy h2{color:var(--paper);font-size:clamp(38px,4.5vw,58px)}.about-copy>p:not(.kicker){margin:22px 0 0;color:rgba(255,253,248,.7);font-size:13px;line-height:1.75}.text-link{margin-top:27px;display:inline-flex;gap:10px;color:var(--gold-pale);font-size:12px;font-weight:700;text-decoration:none}

.updates-section{padding:95px 0 75px}.section-heading--center{justify-content:center;text-align:center}.updates-grid{display:grid;grid-template-columns:1.25fr .75fr;gap:22px}.update-card{min-height:360px;display:grid;grid-template-rows:180px auto;overflow:hidden;background:rgba(255,253,248,.72);border:1px solid var(--line);border-radius:18px}.update-card--large{grid-template-columns:1fr 1fr;grid-template-rows:auto}.update-art{display:grid;place-items:center;overflow:hidden;background:var(--pale);color:var(--green-2)}.update-art span{width:52%;opacity:.55}.update-art svg{width:100%;height:auto;fill:none;stroke:currentColor;stroke-width:.8}.update-art--flowers{background:var(--gold-pale)}.update-body{align-self:center;padding:31px}.update-body>span{color:var(--gold);font-size:8px;font-weight:700;letter-spacing:.18em}.update-body h3{margin:12px 0 0;color:var(--green);font:600 25px/1.2 var(--serif)}.update-body p{margin:13px 0 0;color:var(--muted);font-size:11px;line-height:1.6}.update-body a{margin-top:20px;display:inline-block;color:var(--green);font-size:10px;font-weight:700;text-decoration:none}

.faq-section{padding:38px 0 100px;display:grid;grid-template-columns:.72fr 1.28fr;gap:85px}.faq-heading h2{max-width:400px}.faq-list{border-top:1px solid var(--line)}.faq-list details{border-bottom:1px solid var(--line)}.faq-list summary{min-height:72px;display:flex;align-items:center;justify-content:space-between;gap:20px;color:var(--green);cursor:pointer;list-style:none;font-size:13px;font-weight:600}.faq-list summary::-webkit-details-marker{display:none}.faq-list summary span{font-size:21px;font-weight:400;transition:transform .2s}.faq-list details[open] summary span{transform:rotate(45deg)}.faq-list details p{margin:-6px 42px 22px 0;color:var(--muted);font-size:11px;line-height:1.7}

.site-footer{margin-top:20px;color:rgba(255,253,248,.68);background:var(--green)}.footer-inner{width:min(1140px,calc(100% - 48px));min-height:285px;margin:auto;display:grid;grid-template-columns:1.1fr .75fr 1.25fr .9fr;align-content:center;gap:50px}.footer-logo{color:var(--paper)}.footer-logo .brand-logo{width:158px}.footer-logo svg{fill:var(--gold-pale)}.footer-block h3{margin:0 0 15px;color:var(--gold-pale);font-size:11px}.footer-block p,.footer-block a{display:block;margin:5px 0;color:rgba(255,253,248,.68);font-size:10px;line-height:1.6;text-decoration:none}.footer-bottom{grid-column:1/-1;margin-top:26px;padding-top:18px;display:flex;justify-content:space-between;border-top:1px solid rgba(255,255,255,.12);font-size:8px}

.simple-page{min-height:620px;padding:80px 0}.branch-panel{position:relative;min-height:370px;display:flex;flex-direction:column;justify-content:center;overflow:hidden;padding:70px 9%;background:rgba(255,253,248,.7);border:1px solid var(--line);border-radius:23px}.branch-panel h1,.feedback-panel h1,.catalog-title-row h1{margin:0;color:var(--green);font:500 clamp(44px,5vw,64px)/1 var(--serif)}.branch-lead{margin:16px 0 0;color:var(--muted);font-size:12px}.branch-decoration{position:absolute;right:-4%;bottom:-45%;width:390px;color:var(--green);opacity:.04}.branch-decoration svg{width:100%;fill:none;stroke:currentColor}.branch-grid{position:relative;margin-top:37px;display:grid;grid-template-columns:repeat(2,1fr);gap:18px}.branch-card{min-height:85px;display:flex;align-items:center;gap:14px;padding:20px 24px;color:var(--green);background:var(--cream);border:1px solid var(--line);border-radius:13px;text-decoration:none}.branch-card:hover{border-color:var(--gold);box-shadow:var(--shadow)}.branch-card>span{width:22px}.branch-card svg{width:100%;fill:none;stroke:currentColor;stroke-width:1.7}.branch-card div{display:grid}.branch-card strong{font-size:14px}.branch-card small{margin-top:5px;color:var(--muted);font-size:9px}.branch-card b{margin-left:auto;font-weight:400}

.catalog-page{background:#fbf9f3}.menu-page-main,.flowers-page-main{min-height:700px;padding:65px 0 100px}.catalog-title-row{display:flex;align-items:end;justify-content:space-between;gap:30px;margin-bottom:38px}.catalog-title-row>div>p:last-child{margin:15px 0 0;color:var(--muted);font-size:12px}.branch-switch{display:flex;align-items:center;gap:8px;padding:10px 14px;color:var(--green);border:1px solid var(--line);border-radius:999px;text-decoration:none;font-size:10px;font-weight:600}.branch-switch>span:first-child{width:14px}.branch-switch svg{width:100%;fill:none;stroke:currentColor;stroke-width:1.8}
.catalog-groups{position:sticky;top:84px;z-index:30;display:flex;align-items:center;justify-content:center;gap:10px;overflow-x:auto;margin:0 -10px;padding:14px 10px;background:rgba(251,249,243,.92);backdrop-filter:blur(14px);scrollbar-width:none}.catalog-groups::-webkit-scrollbar{display:none}.catalog-groups button{flex:0 0 auto;min-height:46px;display:flex;align-items:center;gap:8px;padding:10px 15px;color:var(--muted);background:transparent;border:0;border-radius:10px;cursor:pointer;font-size:12px;font-weight:500}.catalog-groups button span{width:18px}.catalog-groups button svg{width:100%;fill:none;stroke:currentColor;stroke-width:1.7}.catalog-groups button:hover,.catalog-groups button.is-active{color:var(--paper);background:var(--green)}
.service-charge{margin:20px 0 33px;color:var(--muted);text-align:center;font-size:10px}.category-jump{display:flex;gap:7px;overflow-x:auto;margin-bottom:40px;padding-bottom:5px;scrollbar-width:none}.category-jump::-webkit-scrollbar{display:none}.category-jump button{flex:0 0 auto;padding:8px 12px;color:var(--green-2);background:transparent;border:1px solid var(--line);border-radius:999px;cursor:pointer;font-size:9px}.menu-category{scroll-margin-top:180px}.menu-category+.menu-category{margin-top:70px}.menu-category h2{margin:0 0 25px;color:var(--green);text-align:center;font:600 25px var(--serif)}.menu-products{display:grid;grid-template-columns:repeat(4,1fr);gap:38px 24px}.menu-product{min-width:0}.menu-product-image{position:relative;aspect-ratio:.77;overflow:hidden;background:#ebe6da;border-radius:14px}.menu-product-image img{width:100%;height:100%;display:block;object-fit:cover}.menu-product-price{position:absolute;right:0;bottom:0;left:0;min-height:49px;display:flex;align-items:center;justify-content:center;padding:9px;color:var(--paper);background:rgba(23,63,53,.94);text-align:center;font-size:10px;line-height:1.45}.menu-product h3{margin:12px 4px 0;color:var(--green);text-align:center;font:500 17px/1.25 var(--serif)}.menu-product p{margin:7px 5px 0;color:var(--muted);text-align:center;font-size:9px;line-height:1.5}.unavailable-badge{position:absolute;top:10px;left:10px;padding:6px 8px;color:#754336;background:#fff1e8;border-radius:999px;font-size:8px;font-weight:700}.menu-product.is-unavailable img{filter:grayscale(.8);opacity:.65}.loading-block,.catalog-empty{min-height:360px;display:grid;place-content:center;justify-items:center;color:var(--muted);text-align:center;font-size:12px}
.flower-catalog{min-height:400px}.catalog-empty{padding:60px 20px}.catalog-empty h2{margin:18px 0 0;color:var(--green);font:500 31px var(--serif)}.catalog-empty p{max-width:460px;margin:12px 0 0;line-height:1.6}.empty-flower{width:80px;color:var(--gold);opacity:.7}.empty-flower svg{width:100%;fill:none;stroke:currentColor;stroke-width:.8}
.flowers-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:36px 22px}.flower-card{min-width:0;padding:0;color:var(--ink);background:transparent;border:0;cursor:pointer;text-align:left}.flower-image{position:relative;aspect-ratio:.76;overflow:hidden;background:#eee;border-radius:12px}.flower-image img{width:100%;height:100%;display:block;object-fit:cover;transition:transform .35s}.flower-card:hover img{transform:scale(1.025)}.flower-card.is-unavailable img{filter:grayscale(.7);opacity:.65}.flower-card-body{padding:12px 3px 0;display:flex;justify-content:space-between;gap:12px}.flower-card-body h2{margin:0;color:var(--green);font:600 15px/1.35 var(--sans)}.flower-card-body strong{flex:0 0 auto;color:var(--green);font-size:11px}.flower-detail{position:relative;width:min(790px,100%);max-height:90vh;display:grid;grid-template-columns:1fr 1fr;overflow:hidden;background:#fff;border-radius:15px}.flower-detail-image{min-height:480px}.flower-detail-image img{width:100%;height:100%;display:block;object-fit:cover}.flower-detail-copy{align-self:center;padding:45px}.flower-detail-copy>p{margin:0;color:var(--gold);font-size:8px;font-weight:700;letter-spacing:.2em}.flower-detail-copy h2{margin:14px 0 0;color:var(--green);font:700 29px/1.2 var(--sans)}.flower-detail-copy>strong{margin-top:13px;display:block;color:var(--green);font-size:16px}.flower-detail-copy>span{margin-top:20px;display:block;color:var(--muted);font-size:11px;line-height:1.7}.flower-detail-copy>em{margin-top:22px;display:inline-block;padding:8px 10px;color:var(--green);background:#edf1ed;border-radius:999px;font-size:8px;font-style:normal;font-weight:700}

.feedback-panel{padding:60px 9%;background:rgba(255,253,248,.72);border:1px solid var(--line);border-radius:23px}.feedback-panel>p:not(.kicker){color:var(--muted);font-size:12px}.feedback-form{margin-top:35px;display:grid;grid-template-columns:repeat(2,1fr);gap:19px}.feedback-form label{display:grid;gap:8px;color:var(--green);font-size:10px;font-weight:600}.feedback-form input,.feedback-form select,.feedback-form textarea{width:100%;padding:13px;color:var(--ink);background:var(--cream);border:1px solid var(--line);border-radius:10px;resize:vertical}.full-field{grid-column:1/-1}.primary-button{min-height:48px;color:var(--paper);background:var(--green);border:0;border-radius:10px;cursor:pointer;font-size:11px;font-weight:700}

.search-overlay{position:fixed;inset:0;z-index:100;padding:95px 24px 30px;background:rgba(23,63,53,.94);backdrop-filter:blur(15px)}.search-panel{width:min(760px,100%);margin:auto}.search-top{display:flex;gap:12px}.search-top input{flex:1;padding:17px 19px;color:var(--paper);background:transparent;border:0;border-bottom:1px solid rgba(255,255,255,.35);font:500 25px var(--serif)}.search-top input::placeholder{color:rgba(255,255,255,.45)}.search-top button{width:45px;color:var(--paper);background:transparent;border:0;cursor:pointer;font-size:28px}.search-results{max-height:65vh;overflow:auto;margin-top:24px}.search-result{display:flex;align-items:center;gap:15px;padding:12px;color:var(--paper);border-bottom:1px solid rgba(255,255,255,.1);text-decoration:none}.search-result img{width:58px;height:58px;object-fit:cover;border-radius:8px}.search-result div{display:grid}.search-result strong{font-size:12px}.search-result small{margin-top:5px;color:var(--gold-pale);font-size:9px}.search-empty{padding:35px 10px;color:rgba(255,255,255,.55);text-align:center;font-size:11px}
.toast{position:fixed;right:22px;bottom:22px;z-index:120;max-width:320px;padding:13px 17px;color:var(--paper);background:var(--green);border-radius:10px;box-shadow:var(--shadow);font-size:10px;opacity:0;transform:translateY(10px);pointer-events:none;transition:.2s}.toast.is-visible{opacity:1;transform:none}

@media(max-width:920px){.page-width,.header-inner,.footer-inner{width:min(100% - 34px,760px)}.service-grid{grid-template-columns:repeat(3,1fr)}.feature-strip{grid-template-columns:repeat(2,1fr)}.feature-item:nth-child(3){border-left:0;border-top:1px solid var(--line)}.feature-item:nth-child(4){border-top:1px solid var(--line)}.preview-track{grid-auto-columns:calc((100% - 36px)/3)}.menu-products{grid-template-columns:repeat(3,1fr)}.footer-inner{grid-template-columns:repeat(2,1fr);padding:55px 0}.footer-bottom{grid-column:1/-1}.faq-section{gap:45px}.desktop-nav{gap:18px}}

@media(max-width:680px){html{scroll-padding-top:130px}.page-width,.header-inner,.footer-inner{width:calc(100% - 28px)}.header-inner{min-height:72px;grid-template-columns:1fr auto}.brand-logo{width:108px}.brand svg{width:28px;height:28px}.brand-copy strong{font-size:19px}.brand-copy small{font-size:5.5px}.desktop-nav{position:fixed;top:72px;right:0;left:0;display:none;padding:20px 24px;background:var(--cream);border-bottom:1px solid var(--line);box-shadow:var(--shadow)}.desktop-nav.is-open{display:grid}.desktop-nav a{padding:9px 0}.desktop-nav a.is-active::after{display:none}.header-tools{gap:5px}.language-switch{display:flex;gap:2px;margin-left:0;font-size:9px}.language-switch button{padding:4px 2px}.language-switch i{opacity:.45}.header-socials{display:none!important}.mobile-menu-button{display:grid}.icon-button{width:34px;height:34px}
.welcome-section{padding:55px 0 36px}.welcome-section h1{font-size:43px}.service-grid{margin-top:31px;grid-template-columns:repeat(2,1fr);gap:10px}.service-card{min-height:58px;font-size:11px}.service-card:last-child{grid-column:1/-1}.feature-strip{margin-top:29px;grid-template-columns:1fr}.feature-item{min-height:81px;padding:16px 18px}.feature-item+.feature-item,.feature-item:nth-child(3){border-left:0;border-top:1px solid var(--line)}
.catalog-preview{padding:52px 0 64px}.section-heading{align-items:center}.section-heading h2{font-size:34px}.preview-track{grid-auto-columns:76%;gap:14px}.slider-buttons{display:none}.preview-card h3{font-size:17px}
.about-banner{min-height:620px;grid-template-columns:1fr;grid-template-rows:260px auto;border-radius:18px}.outline-flower{width:47%}.about-copy{padding:40px 30px 47px}.about-copy h2{font-size:40px}
.updates-section{padding:70px 0 55px}.updates-grid{grid-template-columns:1fr}.update-card,.update-card--large{min-height:380px;grid-template-columns:1fr;grid-template-rows:180px auto}.faq-section{padding:30px 0 78px;grid-template-columns:1fr;gap:35px}.faq-heading h2{font-size:36px}.faq-list summary{font-size:11px}.footer-inner{grid-template-columns:1fr;gap:28px}.footer-bottom{display:block;line-height:1.8}
.simple-page{padding:45px 0;min-height:560px}.branch-panel,.feedback-panel{padding:44px 24px}.branch-panel h1,.feedback-panel h1,.catalog-title-row h1{font-size:43px}.branch-grid{grid-template-columns:1fr}.branch-decoration{width:260px}.feedback-form{grid-template-columns:1fr}.full-field{grid-column:auto}
.menu-page-main,.flowers-page-main{padding:45px 0 75px}.catalog-title-row{align-items:center}.catalog-groups{top:72px;justify-content:flex-start;margin-right:-14px;margin-left:-14px;padding-inline:14px}.catalog-groups button{font-size:10px}.service-charge{margin-top:14px}.menu-products{grid-template-columns:repeat(2,1fr);gap:30px 13px}.menu-category h2{font-size:23px}.menu-product-image{border-radius:11px}.menu-product h3{font-size:15px}.menu-product-price{min-height:44px;font-size:9px}.search-overlay{padding-top:70px}.search-top input{font-size:20px}}

@media(max-width:390px){.brand-copy small{display:none}.menu-products{grid-template-columns:1fr 1fr}.catalog-title-row{display:block}.branch-switch{width:max-content;margin-top:18px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*::before,*::after{animation-duration:.01ms!important;transition-duration:.01ms!important}}

/* Amoria production visual language: direct, flat and content-led. */
body{background:#fff}
body::before{display:none}
.site-header{background:var(--green);border:0;border-radius:0 0 24px 24px;box-shadow:none;backdrop-filter:none}
.header-inner{min-height:82px;grid-template-columns:1fr auto}
.brand{color:#fff}.brand svg{fill:var(--gold-pale)}
.site-header .brand-logo,.site-footer .brand-logo{filter:grayscale(1) brightness(0) invert(1)}
.brand-copy strong{font-family:var(--serif)}
.desktop-nav a{color:rgba(255,255,255,.7)}
.desktop-nav a:hover,.desktop-nav a.is-active{color:#fff}
.desktop-nav a.is-active::after{background:var(--gold-pale)}
.icon-button{color:#fff;background:transparent;border-color:rgba(255,255,255,.28)}
.language-switch{color:rgba(255,255,255,.45)}.language-switch button{color:rgba(255,255,255,.65)}.language-switch button.is-active{color:#fff}
.welcome-section{padding-top:58px}
.welcome-section>.kicker{display:none}
.welcome-section h1{font:700 clamp(32px,3.4vw,45px)/1.15 var(--sans);letter-spacing:-.025em}
.service-grid{grid-template-columns:repeat(5,1fr);margin-top:30px;gap:16px}
.service-grid.service-grid--four{grid-template-columns:repeat(4,1fr)}
.service-grid.service-grid--three{grid-template-columns:repeat(3,1fr)}
.service-grid.service-grid--two{grid-template-columns:repeat(2,1fr)}
.service-card{min-height:60px;background:#fff;border:2px solid var(--green);border-radius:10px;font-size:13px;box-shadow:none;transition:color .15s,background .15s}
.service-card:hover{transform:none}
.feature-strip{margin-top:35px}
.feature-item{min-height:96px;padding:20px 28px}
.feature-button{width:100%;color:var(--ink);background:transparent;border:0;cursor:pointer}.feature-button:hover{background:#faf9f5}.feature-button div{text-align:left}
.feature-item strong{font-size:13px}.feature-item p{font-size:11px}
.catalog-preview{padding:62px 0 82px}
.section-heading .kicker{display:none}
.section-heading h2,.faq-heading h2,.updates-section h2{font:700 clamp(27px,3vw,34px)/1.2 var(--sans);letter-spacing:-.02em}
.preview-track{grid-auto-columns:calc((100% - 60px)/4);gap:20px}
.preview-image{aspect-ratio:.73;border-radius:12px}
.preview-price{padding:14px;background:var(--green);font-size:13px}
.preview-card h3{font:600 16px/1.35 var(--sans)}
.new-badge{background:var(--gold-pale)}
.site-footer{margin-top:0}
.catalog-page{background:#fff}
.menu-page-main,.flowers-page-main{padding-top:45px}
.catalog-title-row{margin-bottom:8px}
.catalog-title-row>div{display:none}
.branch-switch{margin-left:auto}
.catalog-groups{top:82px;background:rgba(255,255,255,.96);border-bottom:1px solid var(--line);backdrop-filter:none}
.catalog-groups button{border-radius:0;font-size:13px}
.catalog-groups button:hover,.catalog-groups button.is-active{color:var(--green);background:transparent;box-shadow:inset 0 -2px var(--gold)}
.category-jump{display:none}
.service-charge{margin:25px 0 42px}
.menu-category h2{font:700 23px/1.2 var(--sans)}
.menu-products{gap:42px 26px}
.menu-product-image{aspect-ratio:.73;border-radius:12px}
.menu-product-price{background:var(--green);font-size:11px}
.menu-product h3{font:600 16px/1.35 var(--sans)}
.menu-product-detail b{color:var(--green);font-weight:700}.menu-product-meta{color:var(--green)!important;font-weight:600}
.footer-block .footer-socials{display:flex}.footer-block .footer-socials a{width:31px;height:31px;display:grid;margin:0;place-items:center}
.reviews-section{margin-bottom:88px;padding:54px 0;display:grid;grid-template-columns:.72fr 1.28fr;gap:64px;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}
.reviews-intro h2{max-width:410px;margin:0;color:var(--green);font:700 33px/1.18 var(--sans);letter-spacing:-.025em}.reviews-intro>p:not(.kicker){max-width:420px;margin:17px 0 0;color:var(--muted);font-size:11px;line-height:1.7}.primary-link{margin-top:23px;display:inline-flex;align-items:center;gap:9px;color:#fff;background:var(--green);padding:12px 16px;border-radius:8px;text-decoration:none;font-size:10px;font-weight:700}
.reviews-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.review-card{min-height:190px;display:flex;flex-direction:column;padding:22px;background:#faf9f5;border:1px solid var(--line);border-radius:12px}.review-stars{color:var(--gold);font-size:13px;letter-spacing:.08em}.review-card blockquote{margin:16px 0 22px;color:var(--ink);font-size:12px;line-height:1.65}.review-author{margin-top:auto;display:flex;align-items:center;gap:10px}.review-avatar{width:34px;height:34px;display:grid;place-items:center;color:#fff;background:var(--green);border-radius:50%;font-size:11px;font-weight:700}.review-author div{display:grid}.review-author strong{color:var(--green);font-size:10px}.review-author small{margin-top:3px;color:var(--muted);font-size:8px}.reviews-empty{grid-column:1/-1;min-height:190px;display:grid;place-content:center;text-align:center;background:#faf9f5;border:1px dashed var(--line);border-radius:12px}.reviews-empty strong{color:var(--green);font-size:13px}.reviews-empty p{margin:7px 0 0;color:var(--muted);font-size:10px}
.rating-field{margin:0;padding:0;border:0}.rating-field legend{margin-bottom:8px;color:var(--green);font-size:10px;font-weight:600}.star-rating{width:max-content;display:flex;flex-direction:row-reverse;gap:5px}.star-rating input{position:absolute;opacity:0;pointer-events:none}.star-rating label{color:#d8d9d3;cursor:pointer;font-size:32px;line-height:1;transition:color .15s}.star-rating label:hover,.star-rating label:hover~label,.star-rating input:checked~label{color:var(--gold)}.feedback-form label small{color:var(--muted);font-size:8px;font-weight:400}.feedback-success{min-height:330px;place-content:center;justify-items:center;text-align:center}.feedback-success:not([hidden]){display:grid}.feedback-success>span{width:55px;height:55px;display:grid;place-items:center;color:#fff;background:var(--green);border-radius:50%;font-size:23px}.feedback-success h2{margin:20px 0 0;color:var(--green);font:700 28px var(--sans)}.feedback-success p{margin:9px 0 0;color:var(--muted);font-size:11px}.feedback-success a{margin-top:22px;color:var(--green);font-size:10px;font-weight:700}
.modal-backdrop{position:fixed;inset:0;z-index:150;display:grid;place-items:center;padding:20px;background:rgba(12,31,25,.66);backdrop-filter:blur(6px)}
.wifi-modal{position:relative;width:min(410px,100%);padding:31px;background:#fff;border-radius:16px;box-shadow:0 22px 70px rgba(0,0,0,.22)}
.modal-close{position:absolute;top:14px;right:14px;width:34px;height:34px;color:var(--green);background:#f2f3ef;border:0;border-radius:50%;cursor:pointer;font-size:23px;line-height:1}
.wifi-modal-title{display:flex;align-items:center;gap:11px;margin-bottom:28px;color:var(--green)}.wifi-modal-title .feature-icon{width:26px;height:26px;color:var(--gold)}.wifi-modal-title h2{margin:0;font:700 22px/1.2 var(--sans)}
.wifi-field+.wifi-field{margin-top:19px}.wifi-field>span{display:block;margin-bottom:7px;color:var(--muted);font-size:9px;font-weight:700;letter-spacing:.11em;text-transform:uppercase}.wifi-field>strong{color:var(--green);font-size:17px}
.wifi-password{min-height:57px;display:flex;align-items:center;justify-content:space-between;gap:16px;padding:10px 11px 10px 16px;background:#f7f5ef;border:1px solid var(--line);border-radius:10px}.wifi-password>strong{color:var(--green);font:700 18px/1 var(--sans);letter-spacing:.06em}.wifi-password button{display:flex;align-items:center;gap:6px;padding:9px 11px;color:#fff;background:var(--green);border:0;border-radius:8px;cursor:pointer;font-size:9px;font-weight:700}.wifi-password button svg{width:14px;height:14px;fill:none;stroke:currentColor;stroke-width:1.8}
.delivery-provider-panel{grid-column:1/-1}.delivery-back{display:inline-block;margin-bottom:15px;color:var(--green);font-size:10px;font-weight:700;text-decoration:none}.delivery-provider-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:14px}.delivery-provider{min-height:94px;display:flex;align-items:center;gap:14px;padding:18px 20px;color:var(--green);background:#fff;border:1px solid var(--line);border-radius:12px;text-decoration:none;transition:border-color .15s,transform .15s}.delivery-provider:hover{border-color:var(--gold);transform:translateY(-2px)}.delivery-provider>span{width:43px;height:43px;display:grid;place-items:center;color:#fff;border-radius:10px;font-size:17px;font-weight:800}.delivery-provider.wolt>span{background:#16a7e0}.delivery-provider.bolt>span{background:#2f8b57}.delivery-provider>div{display:grid}.delivery-provider strong{font-size:14px}.delivery-provider small{margin-top:5px;color:var(--muted);font-size:9px}.delivery-provider>b{margin-left:auto;font-size:17px}.delivery-unavailable{grid-column:1/-1;min-height:230px;display:grid;place-content:center;justify-items:center;padding:35px;color:var(--muted);background:#faf9f5;border:1px dashed var(--line);border-radius:12px;text-align:center}.delivery-unavailable>span{width:35px;color:var(--gold)}.delivery-unavailable svg{width:100%;fill:none;stroke:currentColor;stroke-width:1.6}.delivery-unavailable strong{margin-top:13px;color:var(--green);font-size:15px}.delivery-unavailable p{max-width:420px;margin:8px 0 0;font-size:10px;line-height:1.6}.delivery-unavailable a{margin-top:16px;color:var(--green);font-size:9px;font-weight:700}

@media(max-width:920px){.service-grid,.service-grid.service-grid--four,.service-grid.service-grid--three,.service-grid.service-grid--two{grid-template-columns:repeat(2,1fr)}}
@media(max-width:680px){
  .site-header{border-radius:0 0 18px 18px}
  .desktop-nav{background:var(--green);border-color:rgba(255,255,255,.15)}
  .header-socials{display:none}
  .desktop-nav a{color:rgba(255,255,255,.72)}
  .welcome-section{padding-top:43px}
  .welcome-section h1{font-size:32px}
  .service-grid,.service-grid.service-grid--four,.service-grid.service-grid--three,.service-grid.service-grid--two{grid-template-columns:repeat(2,1fr);margin-top:25px}
  .service-card:last-child{grid-column:1/-1}
  .service-grid.service-grid--four .service-card:last-child{grid-column:auto}
  .service-card{min-height:58px}
  .preview-track{grid-auto-columns:78%}
  .section-heading h2{font-size:27px}
  .catalog-groups{top:72px}
  .menu-page-main,.flowers-page-main{padding-top:30px}
  .reviews-section{margin-bottom:65px;padding:43px 0;grid-template-columns:1fr;gap:30px}.reviews-intro h2{font-size:28px}.reviews-list{grid-template-columns:1fr}.review-card{min-height:170px}
  .flowers-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:28px 13px}.flower-detail{grid-template-columns:1fr;overflow:auto}.flower-detail-image{min-height:300px;max-height:45vh}.flower-detail-copy{padding:29px}.delivery-provider-grid{grid-template-columns:1fr}
}

/* Prices are primary purchase information and must remain immediately legible. */
.preview-price{font-size:15px;font-weight:700;letter-spacing:.01em}
.menu-product-price{font-size:15px;font-weight:700;letter-spacing:.01em}
.flower-card-body strong{font-size:14px;font-weight:700}
.flower-detail-copy>strong{font-size:19px;font-weight:700}
@media(max-width:680px){.menu-product-price{font-size:14px}}

/* Product sizes and home favourites */
.preview-variants{margin:6px 5px 0!important;color:var(--muted);text-align:center;font-size:10px!important;font-weight:700;letter-spacing:.08em}.featured-public-empty{grid-column:1/-1;min-height:250px;display:grid;place-content:center;justify-items:center;gap:12px;color:var(--muted);text-align:center}.featured-public-empty span{width:48px;height:48px;display:grid;place-items:center;color:var(--gold);background:var(--gold-pale);border-radius:50%;font-size:20px}.featured-public-empty strong{font-size:13px;font-weight:600}.menu-variant-picker{margin:12px 3px 2px;display:flex;flex-wrap:wrap;justify-content:center;gap:6px}.menu-variant-picker button{min-width:54px;display:grid;gap:2px;padding:7px 9px;color:var(--green);background:#fff;border:1px solid var(--line);border-radius:9px;cursor:pointer;transition:.16s}.menu-variant-picker button span{font-size:11px;font-weight:800}.menu-variant-picker button small{color:var(--muted);font-size:8px;white-space:nowrap}.menu-variant-picker button:hover:not(:disabled),.menu-variant-picker button.is-active{color:#fff;background:var(--green);border-color:var(--green);box-shadow:0 5px 14px rgba(20,63,52,.14)}.menu-variant-picker button.is-active small{color:rgba(255,255,255,.75)}.menu-variant-picker button:disabled{opacity:.38;text-decoration:line-through;cursor:not-allowed}
@media(max-width:680px){.menu-variant-picker{margin-top:10px;gap:5px}.menu-variant-picker button{min-width:48px;padding:7px 6px}.menu-variant-picker button span{font-size:10px}.preview-variants{font-size:9px!important}}
.footer-bottom{justify-content:center;text-align:center}

/* Readable production type scale. */
.kicker{font-size:11px;line-height:1.4}
.language-switch{font-size:11px}
.service-card{font-size:14px}
.feature-item strong{font-size:14px;line-height:1.35}
.feature-item p{font-size:12px;line-height:1.55}
.about-copy>p:not(.kicker){font-size:14px;line-height:1.75}
.text-link{font-size:13px}
.update-body>span{font-size:10px}
.update-body p{font-size:13px;line-height:1.65}
.update-body a{font-size:12px}
.reviews-intro>p:not(.kicker){font-size:13px;line-height:1.7}
.primary-link{font-size:12px}
.review-stars{font-size:15px}
.review-card blockquote{font-size:14px;line-height:1.65}
.review-author strong{font-size:12px}
.review-author small{font-size:11px}
.reviews-empty strong{font-size:15px}
.reviews-empty p{font-size:12px}
.faq-list summary{font-size:14px;line-height:1.45}
.faq-list details p{font-size:13px;line-height:1.7}
.footer-block h3{font-size:13px}
.footer-block p,.footer-block a{font-size:12px;line-height:1.65}
.footer-bottom{font-size:11px;line-height:1.6}
.branch-lead{font-size:14px;line-height:1.6}
.branch-card strong{font-size:15px}
.branch-card small{font-size:12px;line-height:1.5}
.catalog-title-row>div>p:last-child{font-size:14px;line-height:1.6}
.branch-switch{font-size:12px}
.catalog-groups button{font-size:14px}
.material-symbols-rounded{font-family:'Material Symbols Rounded';font-weight:normal;font-style:normal;line-height:1;letter-spacing:normal;text-transform:none;white-space:nowrap;word-wrap:normal;direction:ltr;font-feature-settings:'liga';-webkit-font-feature-settings:'liga';-webkit-font-smoothing:antialiased}
.catalog-groups button>span{width:22px;height:22px;display:grid;flex:0 0 22px;place-items:center}
.catalog-groups button>span>.material-symbols-rounded{font-size:22px}
.service-charge{margin:22px 0 18px}
#menuCatalog{padding-top:30px}
.service-charge{font-size:12px}
.menu-product h3{font-size:17px}
.menu-product p{font-size:12px;line-height:1.6}
.flower-card-body h2{font-size:16px}
.flower-detail-copy>p{font-size:10px}
.flower-detail-copy>span{font-size:13px;line-height:1.7}
.flower-detail-copy>em{font-size:11px}
.feedback-panel>p:not(.kicker){font-size:14px;line-height:1.65}
.feedback-form label{font-size:13px}
.feedback-form input,.feedback-form select,.feedback-form textarea{font-size:15px}
.primary-button{font-size:13px}
.rating-field legend{font-size:13px}
.feedback-success p{font-size:13px}
.feedback-success a{font-size:12px}
.search-result strong{font-size:14px}
.search-result small{font-size:12px}
.search-empty{font-size:13px}
.toast{font-size:13px}
.wifi-field>span{font-size:11px}
.delivery-back{font-size:12px}
.delivery-provider strong{font-size:15px}
.delivery-provider small{font-size:12px}
.delivery-unavailable p{font-size:12px}
.delivery-unavailable a{font-size:11px}
.loading-inline,.loading-block,.catalog-empty{font-size:13px}

@media(max-width:680px){
  .service-card{font-size:13px}
  .feature-item strong{font-size:13px}
  .feature-item p{font-size:12px}
  .catalog-groups button{font-size:12px}
  #menuGroups.catalog-groups{position:static;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;overflow:visible;margin:18px 0 0;padding:0;background:transparent;border:0}
  #menuGroups.catalog-groups button{width:100%;min-height:54px;justify-content:flex-start;gap:9px;padding:11px 13px;color:var(--green);background:#f7f6f1;border:1px solid var(--line);border-radius:10px;box-shadow:none}
  #menuGroups.catalog-groups button:hover,#menuGroups.catalog-groups button.is-active{color:#fff;background:var(--green);border-color:var(--green);box-shadow:none}
  #menuCatalog{padding-top:24px}
  .menu-product h3{font-size:16px}
  .menu-product p{font-size:12px}
  .faq-list summary{font-size:13px}
  .footer-block h3{font-size:13px}
  .footer-block p,.footer-block a{font-size:12px}
}

/* Keep the product itself centred while preserving the original card treatment. */
.menu-product-image{width:100%;padding:0;text-align:inherit;cursor:zoom-in}
.menu-product-image img{object-position:center center}
.menu-product-image:focus-visible{outline:3px solid var(--gold);outline-offset:3px}
.menu-viewer-open{overflow:hidden}
.menu-image-viewer{position:fixed;inset:0;z-index:200;display:grid;place-items:center;padding:24px;background:rgba(8,24,19,.88);backdrop-filter:blur(8px)}
.menu-image-viewer[hidden]{display:none}
.menu-image-viewer-card{position:relative;width:min(900px,calc(100vw - 48px));max-height:calc(100dvh - 48px);display:flex;flex-direction:column;overflow:hidden;background:#fff;border-radius:16px;box-shadow:0 28px 90px rgba(0,0,0,.36)}
.menu-image-viewer-photo{min-height:0;flex:1;display:grid;place-items:center;overflow:hidden;background:#101c18}
.menu-image-viewer-photo img{display:block;width:100%;height:100%;max-height:calc(100dvh - 132px);object-fit:contain;object-position:center}
.menu-image-viewer-copy{min-height:84px;display:flex;align-items:center;justify-content:space-between;gap:20px;padding:18px 24px;background:#fff}
.menu-image-viewer-copy h2{margin:0;color:var(--green);font:700 19px/1.3 var(--sans)}
.menu-image-viewer-copy strong{flex:0 0 auto;color:var(--green);font-size:16px}
.menu-image-viewer-close{position:absolute;top:13px;right:13px;z-index:2;width:44px;height:44px;display:grid;place-items:center;padding:0;color:var(--green);background:rgba(255,255,255,.94);border:0;border-radius:50%;box-shadow:0 5px 18px rgba(0,0,0,.16);cursor:pointer;font-size:27px;line-height:1}
.menu-image-viewer-close:focus-visible{outline:3px solid var(--gold);outline-offset:2px}
@media(max-width:680px){.menu-image-viewer{padding:10px}.menu-image-viewer-card{width:100%;max-height:calc(100dvh - 20px);border-radius:13px}.menu-image-viewer-photo img{max-height:calc(100dvh - 100px)}.menu-image-viewer-copy{min-height:78px;padding:16px 18px}.menu-image-viewer-copy h2{font-size:16px}.menu-image-viewer-copy strong{font-size:14px}.menu-image-viewer-close{top:10px;right:10px;width:43px;height:43px}}

/* Mobile header: keep social accounts and language controls visible without crowding the logo. */
@media(max-width:680px){
  .header-inner{min-height:108px;grid-template-columns:1fr auto;grid-template-rows:52px 36px;column-gap:12px;row-gap:3px;padding:8px 0}
  .brand{grid-column:1;grid-row:1;align-self:center}
  .header-tools{display:contents}
  .header-socials{grid-column:1;grid-row:2;align-self:center;justify-self:start;display:flex!important;margin:0;gap:6px}
  .header-socials a{width:28px;height:28px}
  .header-socials .fa-brands{font-size:13px}
  .icon-button{grid-column:2;grid-row:1;align-self:center;justify-self:end}
  .language-switch{grid-column:2;grid-row:2;align-self:center;justify-self:end;display:flex!important;gap:3px;margin:0;font-size:9px}
}
