*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:30px}body{margin:0;background:#f8f7f1;color:#193f35;font-family:"Segoe UI",sans-serif}button,input,select{font:inherit}a{color:inherit;text-decoration:none}button,a,input,select{outline-offset:5px}button:focus-visible,a:focus-visible,input:focus-visible,select:focus-visible{outline:3px solid #9b2866}button{cursor:pointer}.header{max-width:1400px;margin:auto;padding:22px 6%;display:flex;align-items:center;justify-content:space-between}.brand{display:flex;align-items:center;gap:12px}.brand img{width:62px;height:62px;border-radius:50%;object-fit:cover}.brand>span{font:28px Georgia,serif}.brand small{display:block;font:10px "Segoe UI",sans-serif;letter-spacing:5px;margin-top:5px}.nav-link{font-size:14px;border-bottom:1px solid #bec8b4;padding:10px 0}.nav-link span{margin-left:20px}.hero{max-width:1400px;margin:12px auto 0;padding:0 6% 64px;display:grid;grid-template-columns:1fr 1fr;gap:5%;align-items:center}.hero-copy{padding:45px 0}.eyebrow{font-size:10px;font-weight:700;letter-spacing:2px;color:#627750}.hero h1{font:clamp(48px,5.7vw,80px)/1.06 Georgia,serif;font-weight:400;letter-spacing:-3px;margin:24px 0}.hero h1 em{color:#9b2866;font-weight:400}.hero p{max-width:375px;color:#61726b;line-height:1.75;font-size:15px;margin:28px 0}.button{display:inline-flex;gap:30px;justify-content:space-between;background:#193f35;color:#fff;border:0;border-radius:7px;padding:16px 23px;transition:background .2s,transform .2s}.button:hover{background:#2f5947;transform:translateY(-2px)}.hero figure{margin:0;position:relative;height:580px;overflow:hidden;border-radius:140px 16px 16px 16px;background:#d8decb}.hero figure img{width:100%;height:100%;object-fit:cover}.hero figure:after{content:"";position:absolute;inset:60% 0 0;background:linear-gradient(transparent,#102b24d9)}figcaption{position:absolute;z-index:1;bottom:28px;left:30px;right:25px;font:22px Georgia,serif;color:white}.collection{border-top:1px solid #dce1d4;max-width:1400px;padding:60px 6% 75px;margin:auto}.section-top{display:flex;justify-content:space-between;align-items:end;gap:20px}.section-top h2{font:44px Georgia,serif;margin:12px 0 28px;letter-spacing:-1px}.section-top p{font-size:13px;color:#697568;margin-bottom:32px}.filters{display:flex;gap:16px;align-items:end;padding-bottom:30px;flex-wrap:wrap}label{font-size:12px;font-weight:600;display:flex;flex-direction:column;gap:7px;flex:1;min-width:130px}.search{flex:2;min-width:230px}input,select{border:1px solid #d7ddcf;border-radius:7px;background:#fff;color:#193f35;padding:12px;min-height:44px;width:100%}.check{flex-direction:row;align-items:center;gap:9px;padding:12px 0;min-width:155px}.check input{width:18px;min-height:18px;accent-color:#193f35}.products{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.plant{background:#fff;border:1px solid #e0e4da;border-radius:15px;overflow:hidden;transition:transform .2s,box-shadow .2s}.plant:hover{transform:translateY(-4px);box-shadow:0 12px 24px #193f350c}.plant-art{height:170px;background:#e7eddd;display:flex;align-items:center;justify-content:center;position:relative;color:#71885f}.plant:nth-child(3n+2) .plant-art{background:#f2e4e9;color:#a27683}.plant:nth-child(3n) .plant-art{background:#e3ebe8;color:#62857b}.monogram{font:70px Georgia,serif;opacity:.7}.plant-art small{position:absolute;bottom:14px;font-size:10px;letter-spacing:1px}.plant-copy{padding:23px}.stock{display:inline-block;background:#edf3e6;color:#385133;border-radius:30px;font-size:11px;padding:6px 10px}.stock.out{background:#f0f0ec;color:#7a7f73}.plant h3{font:24px/1.2 Georgia,serif;margin:15px 0 8px}.plant p{color:#738071;font-size:13px;margin:8px 0 25px}.price-row{display:flex;justify-content:space-between;gap:10px;align-items:center}.price{font-size:20px;font-weight:600}.view{border:1px solid #d7decd;border-radius:7px;background:white;color:#193f35;padding:9px 13px}.view:hover{background:#193f35;color:white}.footnote{font-size:12px;line-height:1.7;color:#74806e;margin:35px 0 0}.empty{grid-column:1/-1;border:1px dashed #bdcbb2;border-radius:16px;background:#edf1e7;text-align:center;padding:50px 20px;line-height:1.7;color:#546b4c}.empty h3{font:28px Georgia,serif;margin-top:0}.empty p{max-width:480px;margin:10px auto}.empty button{margin-top:15px}footer{background:#193f35;color:#f4f5e8;padding:35px 6%;display:flex;align-items:center;justify-content:space-between;gap:20px}footer>span{font:24px Georgia,serif}footer p,footer a{font-size:12px;color:#c2d1bb}dialog{width:min(500px,calc(100% - 32px));border:0;border-radius:20px;padding:38px;color:#193f35;background:#f8f7f1;box-shadow:0 20px 90px #0004}dialog::backdrop{background:#0b211bb3;backdrop-filter:blur(5px)}dialog h2{font:32px Georgia,serif;margin:12px 0}dialog p{line-height:1.8;color:#62715b}.close{position:absolute;right:15px;top:10px;background:transparent;border:0;font-size:30px;color:#193f35}.details{display:grid;grid-template-columns:1fr 1fr;gap:15px;border-top:1px solid #d6ddce;border-bottom:1px solid #d6ddce;padding:20px 0;margin:24px 0}.details small{display:block;color:#758068;font-size:11px;margin-bottom:6px}.reference{padding:12px;background:#e9efdf;border-radius:7px;overflow-wrap:anywhere}.error{color:#8b274d}
@media(max-width:850px){.hero{gap:25px}.hero figure{height:460px}.hero h1{font-size:55px}.products{grid-template-columns:repeat(2,1fr)}footer{flex-wrap:wrap}}@media(max-width:600px){.header{padding:16px 6%}.brand img{width:48px;height:48px}.brand>span{font-size:23px}.nav-link{font-size:12px}.hero{grid-template-columns:1fr;padding-bottom:36px;gap:10px}.hero-copy{padding:24px 0}.hero h1{font-size:59px;margin:20px 0}.hero p{margin:22px 0}.hero figure{height:310px;border-radius:85px 12px 12px 12px}.hero .eyebrow{font-size:9px}.section-top{display:block}.section-top h2{font-size:37px;margin-bottom:12px}.section-top p{margin:0 0 23px}.collection{padding-top:36px}.filters{gap:12px}.search{flex-basis:100%}.check{flex-basis:100%;padding:2px 0}.products{gap:13px}.plant-art{height:125px}.monogram{font-size:52px}.plant-copy{padding:16px}.plant h3{font-size:21px;overflow-wrap:anywhere}.plant p{font-size:11px;margin-bottom:18px}.price-row{flex-direction:column;align-items:start;gap:12px}.view{width:100%}.stock{font-size:10px}figcaption{font-size:20px;left:23px}.empty{padding:32px 17px}.empty h3{font-size:24px}footer{gap:8px;display:block}footer p{margin:13px 0}dialog{padding:30px 24px}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*{transition:none!important}}