.navbar{z-index:100;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#faf7f2f2;border-bottom:1px solid #e8ddd4;justify-content:space-between;align-items:center;height:64px;padding:0 5vw;display:flex;position:sticky;top:0}.navbar .nav-logo{letter-spacing:.08em;color:#2c2018;font-family:Cormorant Garamond,Georgia,serif;font-size:1.6rem;font-weight:300}.navbar .nav-logo span{color:#c8705a;font-style:italic}.navbar .nav-links{gap:2rem;display:flex}.navbar .nav-links a{letter-spacing:.1em;text-transform:uppercase;color:#7a6a5a;font-size:.8rem}.navbar .nav-links a:hover{color:#c8705a}.navbar .nav-icons{align-items:center;gap:1rem;display:flex}.navbar .nav-icons button{color:#7a6a5a;justify-content:center;align-items:center;padding:4px;display:flex;position:relative}.navbar .nav-icons button:hover{color:#c8705a}.navbar .nav-icons button .badge{color:#fff;background:#c8705a;border-radius:10px;padding:2px 5px;font-size:.6rem;line-height:1;position:absolute;top:-4px;right:-4px}.navbar .nav-icons .cart-btn{color:#fff;letter-spacing:.08em;text-transform:uppercase;background:#c8705a;border-radius:2px;align-items:center;gap:8px;padding:8px 16px;font-size:.75rem;text-decoration:none;display:flex}.navbar .nav-icons .cart-btn:hover{color:#fff;background:#8a3e2b}.navbar .nav-icons .cart-btn .cart-text{white-space:nowrap}.navbar .nav-icons .user-menu{color:#7a6a5a;align-items:center;gap:.75rem;font-size:.8rem;display:flex}.navbar .nav-icons .user-menu .username{text-transform:capitalize;font-weight:500}.navbar .nav-icons .user-menu .logout-btn{text-transform:uppercase;letter-spacing:.05em;color:#c8705a;cursor:pointer;font-size:.7rem}.navbar .nav-icons .user-menu .logout-btn:hover{text-decoration:underline}.navbar .nav-icons .login-btn{color:#7a6a5a;align-items:center;display:flex}.navbar .nav-icons .login-btn:hover{color:#c8705a}@media (width<=900px){.navbar .nav-links{display:none}}footer{color:#ffffff8c;background:#1e1510;padding:4rem 8vw 2rem}footer .footer-grid{border-bottom:1px solid #ffffff14;grid-template-columns:2fr 1fr 1fr 1fr;gap:3rem;margin-bottom:3rem;padding-bottom:3rem;display:grid}footer .nav-logo{color:#fff;margin-bottom:1rem;font-family:Cormorant Garamond,Georgia,serif;font-size:1.8rem;display:block}footer .nav-logo span{color:#c8705a;font-style:italic}footer .footer-brand p{max-width:260px;font-size:.82rem;line-height:1.8}footer .footer-col h4{letter-spacing:.15em;text-transform:uppercase;color:#fff;margin-bottom:1rem;font-size:.68rem}footer .footer-col ul li{margin-bottom:.6rem}footer .footer-col ul li a{color:#ffffff80;font-size:.82rem}footer .footer-col ul li a:hover{color:#c8705a}footer .footer-bottom{justify-content:space-between;align-items:center;font-size:.75rem;display:flex}footer .footer-social{gap:1rem;display:flex}footer .social-link{color:#ffffff80;border:1px solid #ffffff26;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;font-size:.75rem;display:flex}footer .social-link:hover{color:#c8705a;border-color:#c8705a}@media (width<=900px){footer .footer-grid{grid-template-columns:1fr 1fr}}@media (width<=600px){footer .footer-grid{grid-template-columns:1fr}footer .footer-bottom{text-align:center;flex-direction:column;gap:1rem}}.hero{grid-template-columns:1fr 1fr;min-height:90vh;display:grid;overflow:hidden}.hero .hero-text{background:#faf7f2;flex-direction:column;justify-content:center;padding:6vw 5vw 6vw 8vw;display:flex;position:relative}.hero .hero-eyebrow{letter-spacing:.2em;text-transform:uppercase;color:#c8705a;align-items:center;gap:.8rem;margin-bottom:1.5rem;font-size:.72rem;display:flex}.hero .hero-eyebrow:before{content:"";background:#c8705a;width:32px;height:1px;display:block}.hero h1{margin-bottom:1.5rem;font-size:clamp(2.8rem,5vw,5rem);line-height:1.1}.hero h1 em{color:#c8705a;font-style:italic}.hero .hero-desc{color:#7a6a5a;max-width:380px;margin-bottom:2.5rem;line-height:1.8}.hero .hero-actions{flex-wrap:wrap;gap:1rem;display:flex}.hero .hero-badges{border-top:1px solid #e8ddd4;gap:2rem;margin-top:3rem;padding-top:2rem;display:flex}.hero .badge-item{text-align:center}.hero .badge-num{color:#c8705a;font-family:Cormorant Garamond,Georgia,serif;font-size:2rem;font-weight:300;display:block}.hero .badge-label{letter-spacing:.1em;text-transform:uppercase;color:#7a6a5a;font-size:.7rem}.hero .hero-image{background:#f5ebe7;position:relative;overflow:hidden}.hero .hero-image .hero-image-main{object-fit:cover;width:100%;height:100%;display:block}.hero .hero-image .hero-image-overlay{background:linear-gradient(135deg,#c8705a26 0%,#0000 60%);position:absolute;inset:0}.hero .hero-image .hero-float-card{background:#fff;border-radius:2px;min-width:200px;padding:1rem 1.4rem;animation:.8s .3s both floatUp;position:absolute;bottom:2.5rem;left:-2rem;box-shadow:0 8px 32px #2c20181f}@keyframes floatUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.float-label{letter-spacing:.12em;text-transform:uppercase;color:#7a6a5a;font-size:.65rem}.float-title{color:#2c2018;margin:2px 0;font-family:Cormorant Garamond,Georgia,serif;font-size:1.2rem;font-weight:400}.float-price{color:#c8705a;font-size:.9rem;font-weight:500}.float-stars{color:#d4a853;margin-top:4px;font-size:.7rem}@media (width<=900px){.hero{grid-template-columns:1fr}.hero .hero-image{min-height:50vw}.hero .hero-image .hero-float-card{left:2rem}}@media (width<=600px){.hero .hero-badges{gap:1.2rem}}.strip{background:#c8705a;flex-wrap:wrap;justify-content:center;align-items:center;gap:3rem;padding:14px 5vw;display:flex}.strip .strip-item{color:#fff;letter-spacing:.12em;text-transform:uppercase;align-items:center;gap:.6rem;font-size:.72rem;display:flex}.strip .strip-item svg{opacity:.85}@media (width<=600px){.strip{gap:1.5rem;padding:1rem 5vw}}.categories-grid{grid-template-columns:repeat(4,1fr);gap:1.5rem;display:grid}.categories-grid .category-card{cursor:pointer;aspect-ratio:3/4;border-radius:2px;transition:transform .3s;position:relative;overflow:hidden}.categories-grid .category-card:hover{transform:translateY(-4px)}.categories-grid .category-card:hover .cat-bg-img{transform:scale(1.05)}.categories-grid .category-card:hover .cat-arrow{background:#c8705a;border-color:#c8705a}.categories-grid .category-card:first-child{aspect-ratio:auto;grid-column:span 2;min-height:400px}.categories-grid .category-card .cat-bg-img{opacity:.6;background-position:50%;background-size:cover;transition:transform .4s;position:absolute;inset:0}.categories-grid .category-card .cat-bg-overlay-icon{z-index:1;justify-content:center;align-items:center;font-size:5rem;display:flex;position:absolute;inset:0}.categories-grid .category-card .cat-overlay{z-index:2;background:linear-gradient(#2c20181a 40%,#2c2018b3 100%);position:absolute;inset:0}.categories-grid .category-card .cat-info{z-index:3;padding:1.5rem;position:absolute;bottom:0;left:0;right:0}.categories-grid .category-card .cat-name{color:#fff;margin-bottom:4px;font-family:Cormorant Garamond,Georgia,serif;font-size:1.4rem;font-weight:300}.categories-grid .category-card .cat-count{letter-spacing:.1em;text-transform:uppercase;color:#ffffffb3;font-size:.72rem}.categories-grid .category-card .cat-arrow{color:#fff;border:1px solid #fff6;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;margin-top:8px;font-size:.8rem;transition:background .2s,border-color .2s;display:inline-flex}.categories-grid .cat-roses{background:#e8c4b8}.categories-grid .cat-seasonal{background:#c8dfc6}.categories-grid .cat-decor{background:#d4c5a9}.categories-grid .cat-wedding{background:#e0d0e8}.categories-grid .cat-tropical{background:#b8d4c8}@media (width<=900px){.categories-grid{grid-template-columns:repeat(2,1fr)}.categories-grid .category-card:first-child{grid-column:span 2}}@media (width<=600px){.categories-grid{grid-template-columns:1fr 1fr}.categories-grid .category-card:first-child{grid-column:span 2}}.products-grid{grid-template-columns:repeat(3,1fr);gap:2rem;display:grid}.products-grid .product-card{background:#fff;border:1px solid #e8ddd4;border-radius:2px;transition:box-shadow .3s,transform .3s;position:relative;overflow:hidden}.products-grid .product-card:hover{transform:translateY(-3px);box-shadow:0 12px 40px #2c20181a}.products-grid .product-card:hover .product-image img{transform:scale(1.05)}.products-grid .product-card .product-image{aspect-ratio:1;justify-content:center;align-items:center;display:flex;position:relative;overflow:hidden}.products-grid .product-card .product-image img{object-fit:cover;opacity:.7;width:100%;height:100%;transition:transform .4s}.products-grid .product-card .product-image .product-icon-overlay{z-index:1;font-size:4rem;position:absolute}.products-grid .product-card .product-badge{color:#fff;letter-spacing:.1em;text-transform:uppercase;z-index:2;background:#c8705a;border-radius:1px;padding:3px 10px;font-size:.62rem;position:absolute;top:12px;left:12px}.products-grid .product-card .product-badge.new{background:#7a9476}.products-grid .product-card .product-wishlist{cursor:pointer;z-index:2;background:#fff;border:1px solid #e8ddd4;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;transition:all .2s;display:flex;position:absolute;top:10px;right:12px}.products-grid .product-card .product-wishlist.active{color:#fff;background:#c8705a;border-color:#c8705a}.products-grid .product-card .product-wishlist:hover:not(.active){color:#c8705a;background:#f5ebe7}.products-grid .product-card .product-body{padding:1rem 1.25rem 1.25rem}.products-grid .product-card .product-category{letter-spacing:.15em;text-transform:uppercase;color:#c8705a;margin-bottom:4px;font-size:.65rem}.products-grid .product-card .product-stars{color:#d4a853;margin-bottom:8px;font-size:.65rem}.products-grid .product-card .product-stars span{color:#7a6a5a;margin-left:4px}.products-grid .product-card .product-name{color:#2c2018;margin-bottom:6px;font-family:Cormorant Garamond,Georgia,serif;font-size:1.2rem;font-weight:400}.products-grid .product-card .product-desc{color:#7a6a5a;margin-bottom:12px;font-size:.8rem;line-height:1.6}.products-grid .product-card .product-footer{justify-content:space-between;align-items:center;display:flex}.products-grid .product-card .product-price{color:#2c2018;font-size:1rem;font-weight:500}.products-grid .product-card .product-price s{color:#7a6a5a;margin-right:6px;font-size:.85rem;font-weight:300}.products-grid .product-card .add-to-cart{color:#fff;letter-spacing:.1em;text-transform:uppercase;background:#2c2018;border-radius:1px;padding:8px 16px;font-size:.7rem}.products-grid .product-card .add-to-cart.added{background:#7a9476}.products-grid .product-card .add-to-cart:hover:not(.added){background:#c8705a}@media (width<=900px){.products-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=600px){.products-grid{grid-template-columns:1fr}}.testimonials{background:#f5ebe7;padding:5rem 8vw}.testimonials .testimonials-grid{grid-template-columns:repeat(3,1fr);gap:2rem;margin-top:3rem;display:grid}.testimonials .testimonial-card{background:#fff;border:1px solid #e8ddd4;border-radius:2px;padding:2rem;position:relative}.testimonials .testimonial-card:before{content:"\"";color:#f5ebe7;pointer-events:none;font-family:Cormorant Garamond,Georgia,serif;font-size:5rem;line-height:1;position:absolute;top:-1rem;left:1.5rem}.testimonials .testimonial-card .testimonial-text{color:#7a6a5a;margin-bottom:1.5rem;font-size:.9rem;font-style:italic;line-height:1.8}.testimonials .testimonial-card .testimonial-author{align-items:center;gap:.75rem;display:flex}.testimonials .testimonial-card .author-avatar{color:#c8705a;background:#f5ebe7;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;font-family:Cormorant Garamond,Georgia,serif;font-size:1rem;display:flex}.testimonials .testimonial-card .author-name{color:#2c2018;font-size:.85rem;font-weight:500}.testimonials .testimonial-card .author-meta{color:#7a6a5a;font-size:.72rem}.testimonials .testimonial-card .t-stars{color:#d4a853;margin-bottom:8px;font-size:.7rem}@media (width<=900px){.testimonials .testimonials-grid{grid-template-columns:1fr}}.newsletter{color:#fff;text-align:center;background:#2c2018;padding:5rem 8vw}.newsletter h2{margin-bottom:1rem;font-size:clamp(2rem,3.5vw,3rem)}.newsletter h2 em{color:#c8705a;font-style:italic}.newsletter p{color:#fff9;margin-bottom:2rem}.newsletter .newsletter-form{gap:0;max-width:480px;margin:0 auto;display:flex}.newsletter .newsletter-input{color:#fff;background:#ffffff14;border:1px solid #fff3;border-right:none;outline:none;flex:1;padding:14px 18px;font-family:DM Sans,sans-serif;font-size:.9rem}.newsletter .newsletter-input::placeholder{color:#ffffff59}.newsletter .newsletter-btn{color:#fff;letter-spacing:.1em;text-transform:uppercase;white-space:nowrap;background:#c8705a;padding:14px 24px;font-size:.75rem}.newsletter .newsletter-btn:hover{background:#b3543c}.newsletter .subscribed-msg{animation:.5s fadeIn}@keyframes fadeIn{0%{opacity:0;transform:scale(.98)}to{opacity:1;transform:scale(1)}}.modal-overlay{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:2000;background:#2c201899;justify-content:center;align-items:center;width:100%;height:100%;animation:.3s fadeIn;display:flex;position:fixed;top:0;left:0}.modal-content{background:#fff;border-radius:2px;width:90%;max-width:500px;padding:3rem;animation:.3s slideUp;position:relative;overflow:hidden;box-shadow:0 25px 50px #0003}.modal-content:before{content:"";background:linear-gradient(90deg,#c8705a,#7a9476);width:100%;height:4px;position:absolute;top:0;left:0}.modal-header{text-align:center;margin-bottom:2rem}.modal-header .success-icon{color:#7a9476;background:#eef3ed;border-radius:50%;margin-bottom:1.5rem;padding:1rem;animation:.5s cubic-bezier(.175,.885,.32,1.275) scaleIn;display:inline-block}.modal-header h2{color:#2c2018;margin-bottom:.5rem;font-family:Cormorant Garamond,Georgia,serif;font-size:2rem}.modal-header p{color:#7a6a5a;letter-spacing:.05em;font-size:.9rem;font-weight:600}.modal-body{margin-bottom:2.5rem}.modal-body .order-details{background:#faf7f2;border-radius:2px;margin-bottom:1.5rem;padding:1.5rem}.modal-body .order-details .detail-row{justify-content:space-between;margin-bottom:.75rem;font-size:.95rem;display:flex}.modal-body .order-details .detail-row:last-child{border-top:1px solid #e8ddd4;margin-bottom:0;padding-top:.75rem}.modal-body .order-details .detail-row .status-badge{color:#7a9476;text-transform:uppercase;font-size:.8rem;font-weight:700}.modal-body .order-details .detail-row .amount{color:#2c2018;font-weight:700}.modal-body .confirmation-message{text-align:center;color:#7a6a5a;font-size:.95rem;line-height:1.6}.modal-footer{gap:1rem;display:flex}.modal-footer button{cursor:pointer;border-radius:2px;flex:1;justify-content:center;align-items:center;gap:.5rem;padding:1rem;font-size:.9rem;font-weight:600;transition:all .2s;display:flex}.modal-footer .primary-btn{color:#fff;background:#2c2018;border:none}.modal-footer .primary-btn:hover{background:#4d382a;transform:translateY(-2px)}.modal-footer .secondary-btn{color:#2c2018;background:#fff;border:1px solid #e8ddd4}.modal-footer .secondary-btn:hover{background:#faf7f2;border-color:#2c2018}@keyframes slideUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes scaleIn{0%{opacity:0;transform:scale(.5)}to{opacity:1;transform:scale(1)}}.cart-page{color:#2c2018;background-color:#faf7f2;min-height:80vh;padding-top:100px}.cart-page .cart-container{max-width:1200px;margin:0 auto;padding:0 5vw 100px}.cart-page .cart-header{border-bottom:1px solid #e8ddd4;align-items:baseline;gap:1rem;margin-bottom:3rem;padding-bottom:1rem;display:flex}.cart-page .cart-header h1{font-family:Cormorant Garamond,Georgia,serif;font-size:2.5rem;font-weight:400}.cart-page .cart-header span{color:#7a6a5a;font-family:DM Sans,sans-serif;font-size:1rem}.cart-page .cart-content{grid-template-columns:1.5fr 1fr;gap:4rem;display:grid}@media (width<=968px){.cart-page .cart-content{grid-template-columns:1fr}}.cart-page .cart-items{flex-direction:column;gap:2rem;display:flex}.cart-page .cart-item{background:#fff;border-radius:2px;gap:1.5rem;padding:1.5rem;transition:transform .2s;display:flex;box-shadow:0 4px 15px #2c201808}.cart-page .cart-item:hover{transform:translateY(-2px)}.cart-page .cart-item .item-image-carousel{background:#eef3ed;border-radius:2px;flex-shrink:0;width:140px;height:170px;position:relative;overflow:hidden}.cart-page .cart-item .item-image-carousel .carousel-image{object-fit:cover;width:100%;height:100%}.cart-page .cart-item .item-image-carousel .carousel-image.fade-in{animation:.4s ease-out fadeIn}.cart-page .cart-item .item-details{flex:1;grid-template-columns:2.5fr 1fr 1fr auto;align-items:center;gap:2rem;display:grid}@media (width<=800px){.cart-page .cart-item .item-details{grid-template-columns:1fr;gap:1.5rem}}.cart-page .cart-item .item-info h3{margin-bottom:.25rem;font-family:Cormorant Garamond,Georgia,serif;font-size:1.3rem}.cart-page .cart-item .item-info .item-category{color:#7a6a5a;text-transform:uppercase;letter-spacing:.05em;margin-bottom:1.25rem;font-size:.85rem}.cart-page .cart-item .item-info .packaging-selector .selector-label{text-transform:uppercase;color:#7a6a5a;letter-spacing:.05em;margin-bottom:.75rem;font-size:.75rem}.cart-page .cart-item .item-info .packaging-selector .radio-group{flex-wrap:wrap;gap:.5rem;display:flex}.cart-page .cart-item .item-info .packaging-selector .radio-group .radio-item{cursor:pointer;position:relative}.cart-page .cart-item .item-info .packaging-selector .radio-group .radio-item input{display:none}.cart-page .cart-item .item-info .packaging-selector .radio-group .radio-item span{color:#7a6a5a;border:1px solid #e8ddd4;border-radius:20px;padding:6px 12px;font-size:.75rem;transition:all .2s;display:inline-block}.cart-page .cart-item .item-info .packaging-selector .radio-group .radio-item:hover span{color:#c8705a;border-color:#c8705a}.cart-page .cart-item .item-info .packaging-selector .radio-group .radio-item.active span{color:#fff;background:#c8705a;border-color:#c8705a;box-shadow:0 4px 10px #c8705a33}.cart-page .cart-item .item-quantity{background:#f5ebe7;border-radius:20px;justify-content:space-between;align-items:center;gap:1rem;max-width:100px;padding:.5rem;display:flex}.cart-page .cart-item .item-quantity button{color:#c8705a;cursor:pointer;background:0 0;border:none;align-items:center;transition:color .2s;display:flex}.cart-page .cart-item .item-quantity button:hover{color:#8a3e2b}.cart-page .cart-item .item-quantity span{text-align:center;min-width:20px;font-weight:600}.cart-page .cart-item .item-price{border-left:1px solid #e8ddd4;flex-direction:column;gap:.4rem;min-width:220px;padding-left:1rem;display:flex}@media (width<=800px){.cart-page .cart-item .item-price{border-top:1px solid #e8ddd4;border-left:none;padding-top:1rem;padding-left:0}}.cart-page .cart-item .item-price .price-row{color:#7a6a5a;justify-content:space-between;font-size:.85rem;display:flex}.cart-page .cart-item .item-price .price-row.packaging-row{color:#c8705a}.cart-page .cart-item .item-price .price-row.item-total-row{color:#2c2018;border-top:1px dashed #e8ddd4;margin-top:.5rem;padding-top:.5rem;font-size:1rem;font-weight:600}.cart-page .cart-item .item-price .price-row.item-total-row .price-total-value{color:#2c2018;font-size:1.1rem}.cart-page .cart-item .remove-btn{color:#7a6a5a;cursor:pointer;background:0 0;border:none;padding:.5rem;transition:color .2s}.cart-page .cart-item .remove-btn:hover{color:#e57373}.cart-page .cart-summary .summary-card{background:#fff;border:1px solid #e8ddd4;border-radius:2px;padding:2.5rem;position:sticky;top:120px}.cart-page .cart-summary .summary-card h2{border-bottom:1px solid #e8ddd4;margin-bottom:2rem;padding-bottom:1rem;font-family:Cormorant Garamond,Georgia,serif;font-size:1.75rem}.cart-page .cart-summary .summary-card .summary-row{justify-content:space-between;margin-bottom:1rem;font-size:1.05rem;display:flex}.cart-page .cart-summary .summary-card .summary-row.total{border-top:2px solid #2c2018;margin-top:2rem;padding-top:1.5rem;font-size:1.4rem;font-weight:700}.cart-page .cart-summary .summary-card .shipping-notice{color:#7a6a5a;text-align:center;margin:1.5rem 0;font-size:.9rem}.cart-page .cart-summary .summary-card .shipping-notice .free-shipping{color:#7a9476;font-weight:600}.cart-page .cart-summary .summary-card .checkout-btn{color:#fff;cursor:pointer;background:#2c2018;border:none;justify-content:center;align-items:center;gap:.75rem;width:100%;margin-bottom:1.5rem;padding:1.25rem;font-size:1rem;font-weight:600;transition:background .2s,transform .2s;display:flex}.cart-page .cart-summary .summary-card .checkout-btn:hover{background:#4d382a;transform:translateY(-2px)}.cart-page .cart-summary .summary-card .checkout-btn:active{transform:translateY(0)}.cart-page .cart-summary .summary-card .secure-checkout{text-align:center;color:#7a6a5a;opacity:.7;font-size:.8rem}.cart-empty{text-align:center;background-color:#faf7f2;flex-direction:column;justify-content:center;align-items:center;min-height:80vh;padding:150px 5vw;display:flex}.cart-empty svg{color:#c8705a;margin-bottom:2rem}.cart-empty h2{margin-bottom:1rem;font-family:Cormorant Garamond,Georgia,serif;font-size:2.5rem}.cart-empty p{color:#7a6a5a;max-width:400px;margin-bottom:2.5rem;line-height:1.6}.cart-empty .btn-primary{color:#fff;background:#c8705a;padding:1rem 2.5rem;font-weight:600;text-decoration:none;transition:background .2s}.cart-empty .btn-primary:hover{background:#8a3e2b}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{color:#2c2018;background:#faf7f2;font-family:DM Sans,sans-serif;font-size:15px;line-height:1.6;overflow-x:hidden}h1,h2,h3,h4,h5,h6{font-family:Cormorant Garamond,Georgia,serif;font-weight:300}a{color:inherit;text-decoration:none;transition:all .2s}ul{list-style:none}button{cursor:pointer;background:0 0;border:none;font-family:DM Sans,sans-serif;transition:all .2s}.btn-primary{color:#faf7f2;letter-spacing:.12em;text-transform:uppercase;background:#2c2018;padding:14px 32px;font-size:.78rem}.btn-primary:hover{background:#c8705a}.btn-outline{color:#2c2018;letter-spacing:.12em;text-transform:uppercase;background:0 0;border:1px solid #e8ddd4;padding:14px 32px;font-size:.78rem}.btn-outline:hover{color:#c8705a;border-color:#c8705a}.section{padding:5rem 8vw}.section-header{text-align:center;margin-bottom:3rem}.section-eyebrow{letter-spacing:.2em;text-transform:uppercase;color:#c8705a;margin-bottom:.8rem;font-size:.7rem}.section-title{font-size:clamp(2rem,3.5vw,3rem)}.section-title em{color:#c8705a;font-style:italic}.fade-up{opacity:0;transition:opacity .7s,transform .7s;transform:translateY(24px)}.fade-up.visible{opacity:1;transform:translateY(0)}@media (width<=900px){.section{padding:3rem 5vw}}
