
:root{--ink:#273f36;--green:#304d40;--paper:#f8f6f0;--muted:#7c8379;--line:#e1e3d9;--rose:#ad7269}*{box-sizing:border-box}body{margin:0;background:var(--paper);color:var(--ink);font:15px/1.5 -apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif}button,input,select{font:inherit}button,a,input,select{-webkit-tap-highlight-color:transparent}button{cursor:pointer;border:0;background:none;color:inherit;min-height:44px}button:disabled{opacity:.5;cursor:default}button:focus-visible,a:focus-visible,input:focus-visible,select:focus-visible{outline:2px solid var(--rose);outline-offset:4px}header{max-width:1080px;margin:auto;padding:25px 32px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--line)}.brand{text-decoration:none;color:inherit;display:flex;align-items:center;gap:12px;font:28px Georgia,serif}.brand-flower{font:44px Georgia;color:var(--rose)}.brand small{display:block;font:8px/2 sans-serif;letter-spacing:2px}.header-cart{font-size:12px}.header-cart b,nav b{background:#e4e9df;border-radius:20px;padding:4px 8px;margin-left:6px}main{max-width:1080px;margin:auto;padding:0 32px 110px}.hero{display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:35px;padding:42px 0}.eyebrow{font-size:10px;font-weight:600;letter-spacing:2px}.hero-copy>p:not(.eyebrow){color:var(--muted);font-size:15px}.hero h1{font-size:clamp(46px,6vw,76px)}h1{font:52px/1.04 Georgia,serif;letter-spacing:-2px;margin:20px 0}h1 em{font-weight:400;color:var(--rose)}h2{font:34px/1.2 Georgia,serif;margin:8px 0 20px}.hero-photo{position:relative;height:410px;border-radius:180px 180px 12px 12px;overflow:hidden}.hero-photo img{width:100%;height:100%;object-fit:cover}.photo-note{position:absolute;bottom:25px;right:20px;background:var(--paper);border-radius:50%;width:116px;height:116px;display:grid;align-content:center;text-align:center;transform:rotate(10deg);font:19px/1.3 Georgia}.hero-note{display:block;font-size:10px;margin-top:12px;color:var(--muted)}.primary{background:var(--green);color:white;width:100%;padding:16px 20px;border-radius:12px;font-size:14px;font-weight:600;transition:background .2s,transform .2s}.primary:hover{background:#416653}.primary:active,.add:active{transform:scale(.97)}.hero-button{width:auto;margin-top:12px}.benefits{display:flex;justify-content:space-between;gap:12px;border-block:1px solid var(--line);padding:20px 0;font-size:12px}.section-head{display:flex;justify-content:space-between;align-items:center;margin-top:44px;scroll-margin-top:20px}.section-head>span{font-size:12px;color:var(--muted)}.catalog-tools{display:flex;justify-content:space-between;align-items:center;gap:10px;margin:0 0 24px}.chips{display:flex;gap:8px}.chips button{border:1px solid var(--line);padding:8px 18px;border-radius:30px;font-size:12px}.chips .active{background:var(--green);color:white;border-color:var(--green)}#sort{width:auto;border:0;background:transparent;font-size:12px;padding:10px 0;margin:0}.grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:32px 24px}.product{min-width:0}.product-detail{width:100%;padding:0;text-align:left;display:block}.art{position:relative;aspect-ratio:1/1.05;background:#ede9df;border-radius:16px;overflow:hidden}.art img{width:100%;height:100%;object-fit:cover;transition:transform .45s}.product-detail:hover img{transform:scale(1.035)}.tag{position:absolute;top:12px;left:12px;background:#faf8f0ed;padding:6px 10px;border-radius:20px;font-size:10px}.product h3{font:26px Georgia,serif;margin:16px 0 6px}.product-description{font-size:12px;color:var(--muted);margin:0 0 10px;min-height:36px}.product-bottom{display:flex;align-items:center;justify-content:space-between;gap:10px}.price{font-size:18px;font-weight:600;white-space:nowrap}.add{border:1px solid var(--green);border-radius:10px;padding:10px 15px;font-size:12px;background:var(--green);color:white}.add.added{color:var(--green);background:#e6ecdf;border-color:#e6ecdf}.notice{font-size:12px;color:#7b776b;background:#eeebe2;padding:14px 16px;border-radius:12px;margin:24px 0}.help{display:flex;align-items:center;gap:25px;background:#e8eddf;padding:25px 30px;border-radius:16px;margin-top:34px}.help>span{font:66px Georgia}.help h2{font-size:29px;margin:0 0 10px}.help p{font-size:13px;color:#75806e;margin:0;max-width:530px}footer{display:flex;justify-content:space-between;margin-top:40px;font:22px Georgia}footer span{font:11px sans-serif;color:var(--muted)}nav{position:fixed;bottom:0;left:0;right:0;z-index:10;display:flex;justify-content:center;gap:80px;padding:10px 15px calc(10px + env(safe-area-inset-bottom));background:#f8f6f0f5;backdrop-filter:blur(18px);border-top:1px solid var(--line)}nav button{display:flex;gap:8px;align-items:center;color:var(--muted);font-size:12px}.nav-icon{font-size:25px}nav .active{color:var(--green);font-weight:600}.back{font-size:12px;padding:22px 0}.muted{font-size:13px;color:var(--muted)}#cart,#checkout{max-width:660px;margin:auto}.cart-row{display:grid;grid-template-columns:88px 1fr auto;gap:18px;align-items:center;padding:20px 0;border-bottom:1px solid var(--line)}.cart-row img{width:88px;height:100px;object-fit:cover;border-radius:12px}.cart-row h3{font:21px Georgia;margin:0 0 6px}.cart-row p{font-size:13px;margin:0}.quantity{display:flex;align-items:center;gap:9px}.quantity button{width:36px;min-height:40px;border:1px solid var(--line);border-radius:8px}.remove{display:block;text-align:right;margin-left:auto;font-size:11px;color:var(--muted)}.summary,.checkout-summary{margin-top:24px;padding:24px;background:#eeefe7;border-radius:16px}.summary>div{display:flex;justify-content:space-between;gap:12px;margin:10px 0;font-size:13px}.summary strong{font-size:22px}.summary .primary{margin-top:12px}.empty{text-align:center;padding:50px 16px}.empty>span{font:75px Georgia;color:var(--rose)}.empty h2{font-size:30px}.empty .primary{max-width:280px;margin-top:20px}.checkout-summary{font-size:13px}label{display:block;font-size:12px;margin-top:22px}input,select{display:block;width:100%;background:#fffefb;border:1px solid #d9ded3;border-radius:10px;color:var(--ink);padding:14px;margin-top:8px;font-size:16px;min-width:0}label small{display:block;margin-top:7px;font-size:11px;color:var(--muted)}fieldset{border:0;padding:0;margin:25px 0 0}legend{font-size:12px}.districts{display:grid;grid-template-columns:repeat(4,1fr);gap:8px}.districts label{position:relative;margin-top:10px;cursor:pointer}.districts input{position:absolute;opacity:0;width:1px;height:1px}.districts span{display:block;border:1px solid var(--line);border-radius:10px;text-align:center;padding:14px 0}.districts input:checked+span{background:var(--green);color:white;border-color:var(--green)}.districts input:focus-visible+span{outline:2px solid var(--rose);outline-offset:3px}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:14px}.toast{position:fixed;bottom:90px;left:50%;transform:translateX(-50%);z-index:30;width:calc(100% - 32px);max-width:520px;border-radius:14px;padding:14px 18px;background:var(--green);color:white;box-shadow:0 10px 35px #26392b33;display:flex;justify-content:space-between;align-items:center;gap:12px}.toast b{font-size:13px}.toast small{display:block;font-size:11px;opacity:.75;margin-top:3px}.toast button{white-space:nowrap;font-size:12px}dialog{padding:0;border:0;border-radius:22px;background:var(--paper);color:var(--ink);max-width:460px;width:calc(100% - 24px);max-height:90dvh;overflow:auto}dialog::backdrop{background:#19352b88;backdrop-filter:blur(5px)}#close-detail{position:absolute;top:12px;right:12px;z-index:2;background:var(--paper);border-radius:50%;width:44px}dialog .art{border-radius:0;max-height:420px}dialog .detail-copy{padding:24px}dialog h2{margin:0 0 12px}dialog p{color:var(--muted);font-size:14px}dialog .price{margin:16px 0;color:var(--ink)}dialog .detail-count{font-size:12px;color:var(--green);min-height:18px}#form-status{font-size:13px}[hidden]{display:none!important}@media(min-width:950px){.grid{grid-template-columns:repeat(4,minmax(0,1fr))}.product-bottom{align-items:stretch;flex-direction:column}.product h3{font-size:23px}.product-description{min-height:54px}}@media(max-width:600px){header{padding:17px 18px}.brand{font-size:23px}.brand-flower{font-size:32px}.brand small{font-size:6px;letter-spacing:1.4px}.header-cart{font-size:11px;padding:0}main{padding:0 18px 110px}.hero{gap:12px;padding:30px 0}.hero h1{font-size:43px;letter-spacing:-1.7px}.eyebrow{font-size:8px;letter-spacing:1.3px}.hero-copy>p:not(.eyebrow){font-size:12px}.hero-photo{height:285px;border-radius:100px 100px 12px 12px}.photo-note{width:80px;height:80px;font-size:15px;right:10px;bottom:20px}.hero-button{font-size:11px;padding:13px}.hero-note{font-size:8px;max-width:150px}.benefits{font-size:9px;gap:10px;padding:17px 0}.section-head{margin-top:30px}h2{font-size:29px}.section-head>span{font-size:10px}.catalog-tools{align-items:flex-start;flex-direction:column;gap:4px}.chips button{padding:8px 16px}.grid{gap:26px 14px}.tag{top:8px;left:8px;font-size:8px;padding:5px 8px}.product h3{font-size:21px}.product-description{font-size:11px;min-height:50px}.product-bottom{flex-direction:column;align-items:stretch;gap:10px}.price{font-size:17px}.add{width:100%}.help{padding:22px 18px;gap:16px}.help>span{font-size:48px}.help h2{font-size:25px}.help p{font-size:12px}.cart-row{grid-template-columns:65px 1fr auto;gap:10px}.cart-row img{width:65px;height:85px}.cart-row h3{font-size:18px}.quantity{gap:7px}.quantity button{width:31px}.summary{padding:20px}h1{font-size:43px}footer{font-size:20px}footer span{font-size:9px}}@media(prefers-reduced-motion:reduce){*{transition:none!important;scroll-behavior:auto!important}}
