:root{--color-gold:#c5a059;--color-gold-light:#e8d8b0;--color-white:#fff;--color-dark:#1a1a1a;--color-bg:#fbfaf7;--color-muted:#6b6459;--color-border:#1a1a1a14;--radius-lg:20px;--radius-md:14px;--radius-sm:8px;--radius-pill:999px;--shadow-soft:0 10px 30px #1a1a1a14;--shadow-strong:0 20px 45px #1a1a1a2e;--gradient-gold:linear-gradient(135deg, var(--color-gold) 0%, var(--color-gold-light) 100%);--gradient-hero:linear-gradient(160deg, #fffdf9 0%, var(--color-gold-light) 55%, var(--color-gold) 130%);--font-heading:"Playfair Display", Georgia, "Times New Roman", serif;--font-body:"Inter", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;--ease-smooth:cubic-bezier(.22, 1, .36, 1)}*{box-sizing:border-box}html,body{margin:0;padding:0;overflow-x:hidden}html{scroll-behavior:smooth}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,:before,:after{scroll-behavior:auto!important;transition-duration:.001ms!important;animation-duration:.001ms!important;animation-iteration-count:1!important}}body{font-family:var(--font-body);color:var(--color-dark);background:var(--color-bg);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow-wrap:break-word;line-height:1.6}html,body{overflow-x:hidden}#root{flex-direction:column;min-height:100svh;display:flex}h1,h2,h3,h4{font-family:var(--font-heading);color:var(--color-dark);margin:0 0 .5em;font-weight:600;line-height:1.2}h1{font-size:clamp(2.2rem,4vw + 1rem,3.6rem)}h2{font-size:clamp(1.6rem,2vw + 1rem,2.4rem)}h3{font-size:1.3rem}p{color:var(--color-muted);margin:0 0 1em}a{color:inherit;text-decoration:none}img,video{max-width:100%;display:block}ul{margin:0;padding:0}button{font-family:inherit}.container{width:100%;max-width:1180px;margin:0 auto;padding:0 24px}.main-content{flex:1}.section{padding:72px 0}.section-header{text-align:center;max-width:640px;margin:0 auto 48px}.section-header p{margin:0}@media (width<=640px){.container{padding:0 18px}.section{padding:48px 0}.section-header{margin:0 auto 32px}}.eyebrow{letter-spacing:.14em;text-transform:uppercase;color:var(--color-gold);margin-bottom:12px;font-size:.8rem;font-weight:700;display:inline-block}.page-fade-in{animation:page-fade-in .5s var(--ease-smooth) both}@keyframes page-fade-in{0%{opacity:0;transform:translateY(12px)}to{opacity:1}}.box-gold{background:var(--gradient-gold);border-radius:var(--radius-lg);box-shadow:var(--shadow-soft);padding:48px 40px}.box-gold p{color:#1a1a1abf}.section-band-gold{background:var(--gradient-hero);padding:64px 0}.box-white{background:var(--color-white);border-radius:var(--radius-lg);box-shadow:var(--shadow-strong);padding:48px 40px}@media (width<=640px){.box-gold,.box-white{padding:32px 24px}.section-band-gold{padding:40px 0}}.btn{border-radius:var(--radius-pill);cursor:pointer;transition:transform .25s var(--ease-smooth), box-shadow .25s ease, background .25s ease, color .25s ease;border:none;justify-content:center;align-items:center;gap:8px;padding:14px 30px;font-size:1rem;font-weight:600;display:inline-flex}.btn-primary{background:var(--gradient-gold);color:var(--color-dark);box-shadow:var(--shadow-soft)}.btn-primary:hover{box-shadow:var(--shadow-strong);transform:translateY(-3px)}.btn:active{transform:translateY(0)}.btn-outline{color:var(--color-dark);box-shadow:inset 0 0 0 2px var(--color-dark);background:0 0}.btn-outline:hover{background:var(--color-dark);color:var(--color-white)}.card{background:var(--color-white);border-radius:var(--radius-lg);box-shadow:var(--shadow-soft);border:1px solid var(--color-border);overflow:hidden}.variant-grid{grid-template-columns:repeat(auto-fill,minmax(200px,1fr));align-items:stretch;gap:20px;display:grid}@media (width<=480px){.variant-grid{grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:14px}}.modal-overlay{z-index:1000;background:#1a1a1aa6;justify-content:center;align-items:center;padding:24px;animation:.25s both modal-overlay-fade-in;display:flex;position:fixed;inset:0}.modal-content{background:var(--color-white);border-radius:var(--radius-lg);width:100%;max-width:720px;max-height:85vh;box-shadow:var(--shadow-strong);animation:modal-content-scale-in .3s var(--ease-smooth) both;flex-direction:column;display:flex;position:relative;overflow:hidden}.modal-scroll{flex:1;min-height:0;padding:40px;overflow-y:auto}@media (width<=640px){.modal-overlay{align-items:flex-end;padding:16px}.modal-content{border-radius:var(--radius-lg);max-width:100%;max-height:88vh}.modal-scroll{padding:24px 18px 28px}.modal-content.modal-wide{max-width:100%}.modal-content h2{font-size:1.4rem}.modal-content h3{font-size:1rem}.modal-content p,.modal-content li{font-size:.92rem}}@keyframes modal-overlay-fade-in{0%{opacity:0}to{opacity:1}}@keyframes modal-content-scale-in{0%{opacity:0;transform:scale(.95)translateY(10px)}to{opacity:1;transform:scale(1)translateY(0)}}.modal-content.modal-wide{max-width:960px}.modal-close{background:var(--color-bg);width:36px;height:36px;color:var(--color-dark);cursor:pointer;border:none;border-radius:50%;justify-content:center;align-items:center;font-size:1.1rem;transition:background .2s;display:flex;position:absolute;top:16px;right:16px}.modal-close:hover{background:var(--color-gold-light)}.modal-scroll::-webkit-scrollbar{width:8px}.modal-scroll::-webkit-scrollbar-thumb{background:var(--color-gold-light);border-radius:var(--radius-pill)}.navbar{z-index:500;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid var(--color-border);background:#ffffffe6;position:sticky;top:0}.navbar-inner{justify-content:space-between;align-items:center;height:108px;display:flex}.navbar-logo{align-items:center;transition:transform .25s;display:flex}.navbar-logo:hover{transform:scale(1.03)}.navbar-logo img{width:auto;height:84px}.navbar-links{align-items:center;gap:8px;display:flex}.navbar-link{border-radius:var(--radius-pill);color:var(--color-dark);padding:10px 18px;font-weight:600;transition:background .2s,color .2s}.navbar-link:hover{background:var(--color-gold-light)}.navbar-link-active{background:var(--gradient-gold);color:var(--color-dark)}@media (width<=560px){.navbar-inner{height:88px}.navbar-logo img{height:60px}.navbar-link{padding:8px 12px;font-size:.9rem}}.policy-section{margin-bottom:28px}.policy-section:last-child{margin-bottom:0}.policy-section h3{color:var(--color-gold);margin-bottom:10px;font-size:1.05rem}.policy-section p{margin-bottom:12px}.policy-bullets{flex-direction:column;gap:10px;margin:0 0 12px;padding:0;list-style:none;display:flex}.policy-bullets li{color:var(--color-muted);padding-left:22px;position:relative}.policy-bullets li:before{content:"";background:var(--gradient-gold);border-radius:50%;width:8px;height:8px;position:absolute;top:8px;left:0}.footer{background:var(--color-dark);color:var(--color-white);margin-top:auto}.footer-inner{padding:56px 24px 32px}.footer-top{border-bottom:1px solid #ffffff1f;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:32px;padding-bottom:32px;display:flex}.footer-brand{align-items:center;display:flex}.footer-brand img{width:auto;height:96px}.footer-policy-links{flex-wrap:wrap;gap:12px;display:flex}.footer-policy-btn{color:var(--color-white);border-radius:var(--radius-pill);cursor:pointer;background:#ffffff0f;border:none;padding:10px 18px;font-size:.85rem;font-weight:600;transition:background .2s,box-shadow .2s,color .2s;box-shadow:inset 0 0 0 1px #ffffff2e}.footer-policy-btn:hover{background:var(--gradient-gold);box-shadow:none;color:var(--color-dark)}.footer-bottom{color:#fff9;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;padding-top:24px;font-size:.85rem;display:flex}.footer-powered-by{color:#ffffffbf;align-items:center;gap:8px;transition:opacity .2s,transform .2s;display:flex}.footer-powered-by:hover{opacity:.8;transform:translateY(-1px)}.footer-powered-by img{width:auto;height:18px}@media (width<=640px){.footer-inner{padding:40px 20px 24px}.footer-top{text-align:center;justify-content:center;gap:20px}.footer-brand{justify-content:center;width:100%}.footer-brand img{height:64px}.footer-policy-links{justify-content:center;width:100%}.footer-bottom{text-align:center;flex-direction:column;justify-content:center;gap:16px}}:root{--color-whatsapp:#25d366;--color-whatsapp-dark:#1ebe5b}.whatsapp-button{right:24px;bottom:calc(24px + env(safe-area-inset-bottom,0px));z-index:600;background:var(--color-whatsapp);width:60px;height:60px;color:var(--color-white);transition:transform .25s var(--ease-smooth), box-shadow .25s ease, background .25s ease;border-radius:50%;justify-content:center;align-items:center;display:flex;position:fixed;box-shadow:0 10px 25px #25d36673}.whatsapp-button svg{width:32px;height:32px}.whatsapp-button:hover{background:var(--color-whatsapp-dark);transform:translateY(-3px)scale(1.05);box-shadow:0 14px 32px #25d3668c}.whatsapp-button:active{transform:translateY(0)scale(1)}.whatsapp-button:before{content:"";background:var(--color-whatsapp);z-index:-1;border-radius:50%;animation:2.6s ease-out infinite whatsapp-pulse;position:absolute;inset:0}@keyframes whatsapp-pulse{0%{opacity:.55;transform:scale(1)}to{opacity:0;transform:scale(1.7)}}@media (width<=640px){.whatsapp-button{right:16px;bottom:calc(16px + env(safe-area-inset-bottom,0px));width:52px;height:52px}.whatsapp-button svg{width:28px;height:28px}}.cursor-glow{z-index:-1;pointer-events:none;position:fixed;inset:0;overflow:hidden}.cursor-glow-blob{filter:blur(10px);opacity:0;will-change:transform;background:radial-gradient(circle,#c5a05952 0%,#e8d8b02e 45%,#e8d8b000 72%);border-radius:50%;width:560px;height:560px;margin-top:-280px;margin-left:-280px;transition:opacity .6s;position:absolute;top:0;left:0}@media (pointer:coarse){.cursor-glow{display:none}}@media (prefers-reduced-motion:reduce){.cursor-glow{display:none}}.reveal{opacity:0;height:100%;transition:opacity .7s var(--ease-smooth), transform .7s var(--ease-smooth);transform:translateY(28px)}.reveal-visible{opacity:1;transform:translateY(0)}.hero-carousel{z-index:1;aspect-ratio:4/3;border-radius:var(--radius-lg);width:100%;box-shadow:var(--shadow-strong);position:relative;overflow:hidden}.hero-carousel-slide{opacity:0;transition:opacity 1.1s;position:absolute;inset:0}.hero-carousel-slide.is-active{opacity:1;z-index:1}.hero-carousel-slide img{object-fit:cover;width:100%;height:100%}.hero-carousel-slide.is-active img{animation:6.5s ease-out forwards hero-carousel-kenburns}@keyframes hero-carousel-kenburns{0%{transform:scale(1)}to{transform:scale(1.12)}}.hero-carousel-scrim{z-index:2;pointer-events:none;background:linear-gradient(#0000,#00000073);height:35%;position:absolute;inset:auto 0 0}.hero-carousel-dots{z-index:3;gap:10px;display:flex;position:absolute;bottom:18px;left:50%;transform:translate(-50%)}.hero-carousel-dot{cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;width:32px;height:32px;padding:0;display:flex}.hero-carousel-dot:before{content:"";background:#ffffff8c;border-radius:50%;width:8px;height:8px;transition:background .25s,transform .25s,width .25s}.hero-carousel-dot.is-active:before{background:var(--gradient-gold);border-radius:var(--radius-pill);width:22px}@media (width<=640px){.hero-carousel-dots{bottom:12px}}.hero{background:var(--gradient-hero);padding:72px 0 96px}.hero-inner{grid-template-columns:1.1fr 1fr;align-items:center;gap:48px;display:grid}.hero-copy h1{margin-bottom:20px}.hero-lead{max-width:46ch;font-size:1.1rem}.hero-actions{flex-wrap:wrap;gap:16px;margin-top:12px;display:flex}.hero-copy>*{opacity:0;animation:hero-copy-in .7s var(--ease-smooth) forwards}.hero-copy>:first-child{animation-delay:50ms}.hero-copy>:nth-child(2){animation-delay:.18s}.hero-copy>:nth-child(3){animation-delay:.32s}.hero-copy>:nth-child(4){animation-delay:.46s}@keyframes hero-copy-in{0%{opacity:0;transform:translateY(16px)}to{opacity:1}}.hero-media{position:relative}.hero-media:before,.hero-media:after{content:"";z-index:0;filter:blur(50px);opacity:.45;pointer-events:none;border-radius:50%;position:absolute}.hero-media:before{background:var(--gradient-gold);width:180px;height:180px;animation:9s ease-in-out infinite alternate hero-orb-float;top:-36px;right:-36px}.hero-media:after{background:var(--color-gold-light);width:140px;height:140px;animation:11s ease-in-out infinite alternate-reverse hero-orb-float;bottom:-28px;left:-28px}@keyframes hero-orb-float{0%{transform:translateY(0)}to{transform:translateY(-18px)}}@media (width<=860px){.hero-inner{grid-template-columns:1fr;gap:32px}.hero-media{order:-1}}@media (width<=640px){.hero{padding:40px 0 48px}.hero-lead{max-width:none}.hero-actions{flex-direction:column;align-items:stretch}.hero-actions .btn{width:100%}.hero-media:before,.hero-media:after{display:none}}.home-highlights{grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:28px;display:grid}.home-highlight-card{flex-direction:column;height:100%;transition:transform .25s,box-shadow .25s;display:flex}.home-highlight-card:hover{box-shadow:var(--shadow-strong);transform:translateY(-4px)}.home-highlight-card img{aspect-ratio:4/3;object-fit:cover;width:100%}.home-highlight-body{padding:22px}.home-highlight-body h3{margin-bottom:8px}.home-highlight-body p{margin-bottom:0}.home-reviews-grid{grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:28px;margin-bottom:40px;display:grid}.review-card{flex-direction:column;gap:14px;height:100%;padding:28px 26px;transition:transform .25s,box-shadow .25s;display:flex}.review-card:hover{box-shadow:var(--shadow-strong);transform:translateY(-4px)}.review-stars{color:var(--color-gold);letter-spacing:2px;font-size:1.1rem}.review-text{color:var(--color-dark);flex:1;margin:0;font-style:italic}.review-username{color:var(--color-muted);font-size:.9rem;font-weight:700}.home-reviews-cta{justify-content:center;display:flex}.yell-pill{border-radius:var(--radius-pill);color:#1a1a1a;box-shadow:var(--shadow-soft);transition:transform .25s var(--ease-smooth), box-shadow .25s ease;background:#ffd100;align-items:center;gap:10px;padding:12px 26px 12px 12px;font-size:.95rem;font-weight:700;display:inline-flex}.yell-pill:hover{box-shadow:var(--shadow-strong);transform:translateY(-3px)}.yell-pill:active{transform:translateY(0)}.yell-pill-logo{background:#1a1a1a;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:30px;height:30px;padding:4px;display:flex}.yell-pill-logo img{object-fit:cover;border-radius:50%;width:100%;height:100%}@media (width<=640px){.home-reviews-grid{grid-template-columns:1fr;gap:18px;margin-bottom:32px}.review-card{padding:22px 20px}.yell-pill{text-align:center;justify-content:center;width:100%}}.home-cta{padding-top:0}.home-cta-inner{text-align:center}.home-cta-inner h2{margin-bottom:12px}.home-cta-inner p{max-width:52ch;margin:0 auto 28px}.variant-tile{height:100%;transition:transform .3s var(--ease-smooth), box-shadow .3s ease;flex-direction:column;display:flex}.variant-tile:hover{box-shadow:var(--shadow-strong);transform:translateY(-5px)}.variant-tile-image{cursor:zoom-in;border:none;width:100%;margin:0;padding:0;display:block;position:relative;overflow:hidden}.variant-tile-image img{aspect-ratio:1;object-fit:cover;width:100%;height:100%;transition:transform .4s}.variant-tile-image:hover img{transform:scale(1.08)}.variant-tile-badge{background:var(--gradient-gold);color:var(--color-dark);letter-spacing:.02em;border-radius:var(--radius-pill);box-shadow:var(--shadow-soft);padding:5px 12px;font-size:.78rem;font-weight:700;position:absolute;top:10px;left:10px}.variant-tile-body{flex-direction:column;flex:1;gap:10px;padding:16px;display:flex}.variant-tile-body h4{font-size:.98rem;font-family:var(--font-body);color:var(--color-dark);margin:0;font-weight:700}.variant-tile-tags{flex-wrap:wrap;gap:6px;list-style:none;display:flex}.variant-tile-tags li{background:var(--color-bg);border:1px solid var(--color-border);color:var(--color-muted);border-radius:var(--radius-pill);padding:4px 10px;font-size:.75rem}.lightbox-overlay{z-index:1100;background:#0a0a0aeb;justify-content:center;align-items:center;padding:32px;animation:.2s both lightbox-fade-in;display:flex;position:fixed;inset:0}.lightbox-image-wrap{border-radius:var(--radius-md);max-width:min(90vw,1100px);max-height:85vh;box-shadow:var(--shadow-strong);cursor:default;animation:.25s cubic-bezier(.22,1,.36,1) both lightbox-scale-in;display:inline-flex;position:relative;overflow:hidden}.lightbox-image{width:auto;max-width:min(90vw,1100px);height:auto;max-height:85vh;display:block}.lightbox-label{background:var(--gradient-gold);color:var(--color-dark);letter-spacing:.02em;border-radius:var(--radius-pill);box-shadow:var(--shadow-soft);padding:6px 14px;font-size:.85rem;font-weight:700;position:absolute;top:16px;right:16px}.lightbox-close{width:44px;height:44px;color:var(--color-white);cursor:pointer;background:#ffffff1f;border:none;border-radius:50%;justify-content:center;align-items:center;font-size:1.3rem;transition:background .2s;display:flex;position:absolute;top:20px;right:24px}.lightbox-close:hover{background:var(--gradient-gold);color:var(--color-dark)}.lightbox-arrow{width:52px;height:52px;color:var(--color-white);cursor:pointer;background:#ffffff1f;border:none;border-radius:50%;justify-content:center;align-items:center;font-size:1.8rem;line-height:1;transition:background .2s,transform .2s;display:flex;position:absolute;top:50%;transform:translateY(-50%)}.lightbox-arrow:hover{background:var(--gradient-gold);color:var(--color-dark);transform:translateY(-50%)scale(1.08)}.lightbox-arrow-prev{left:20px}.lightbox-arrow-next{right:20px}.lightbox-caption{color:var(--color-white);background:linear-gradient(#0000,#000c);align-items:center;gap:10px;padding:28px 18px 14px;font-size:.9rem;display:flex;position:absolute;bottom:0;left:0;right:0}.lightbox-caption-name{text-overflow:ellipsis;white-space:nowrap;font-weight:600;overflow:hidden}.lightbox-caption-counter{color:#ffffffb3;border-left:1px solid #ffffff4d;flex-shrink:0;margin-left:auto;padding-left:10px;font-size:.8rem}@media (width<=640px){.lightbox-overlay{padding:12px}.lightbox-image-wrap,.lightbox-image{max-width:100%}.lightbox-label{padding:5px 12px;font-size:.75rem;top:10px;right:10px}.lightbox-arrow{width:42px;height:42px;font-size:1.4rem}.lightbox-arrow-prev{left:8px}.lightbox-arrow-next{right:8px}.lightbox-close{width:38px;height:38px;top:12px;right:12px}.lightbox-caption{padding:24px 14px 12px;font-size:.8rem}}@keyframes lightbox-fade-in{0%{opacity:0}to{opacity:1}}@keyframes lightbox-scale-in{0%{opacity:0;transform:scale(.94)}to{opacity:1;transform:scale(1)}}.product-modal-description{margin-bottom:24px;font-size:1.02rem}.product-modal-features{margin-bottom:28px}.product-modal-features h4{letter-spacing:.08em;text-transform:uppercase;color:var(--color-gold);margin-bottom:10px;font-size:.78rem;font-weight:700}.product-modal-feature-list{flex-direction:column;gap:8px;list-style:none;display:flex}.product-modal-feature-list li{color:var(--color-dark);padding-left:18px;font-size:.92rem;position:relative}.product-modal-feature-list li:before{content:"";background:var(--gradient-gold);border-radius:50%;width:6px;height:6px;position:absolute;top:7px;left:0}.product-modal-section-title{margin:32px 0 16px}.product-modal-gallery{grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:14px;margin-top:28px;display:grid}.product-modal-gallery-item{border-radius:var(--radius-md);background:var(--color-bg);aspect-ratio:4/3;overflow:hidden}.product-modal-gallery-item img,.product-modal-gallery-item video{object-fit:cover;width:100%;height:100%}.product-modal-gallery-expand{cursor:zoom-in;border:none;width:100%;height:100%;padding:0;display:block;position:relative;overflow:hidden}.product-modal-gallery-expand img{transition:transform .35s}.product-modal-gallery-expand:hover img{transform:scale(1.08)}.product-modal-gallery-expand:after{content:"";opacity:0;background:#1a1a1a26;transition:opacity .2s;position:absolute;inset:0}.product-modal-gallery-expand:hover:after{opacity:1}.product-category{background:var(--color-white);border-radius:var(--radius-lg);box-shadow:var(--shadow-soft);border:1px solid var(--color-border);padding:40px}.product-category+.product-category{margin-top:32px}.product-category-header{margin-bottom:28px}.product-category-header h2{margin-bottom:6px}.product-category-header p{max-width:60ch;margin-bottom:0}.product-category-btn{margin-top:28px}@media (width<=600px){.product-category{padding:22px 18px}.product-category-btn{width:100%}}.products-header-box{max-width:720px;margin-bottom:32px}.products-header-box .eyebrow{color:var(--color-dark)}.products-header-box h1{margin-bottom:12px}.form-honeypot{width:1px;height:1px;position:absolute;left:-9999px;overflow:hidden}.contact-header .eyebrow{color:var(--color-dark)}.contact-header p{color:#1a1a1abf}.contact-grid{grid-template-columns:1.4fr 1fr;align-items:start;gap:32px;display:grid}@media (width<=800px){.contact-grid{grid-template-columns:1fr}}.contact-form{flex-direction:column;gap:20px;padding:36px;display:flex}.form-field{flex-direction:column;gap:8px;display:flex}.form-field label{font-size:.9rem;font-weight:600}.form-field-hint{color:var(--color-muted);margin-top:-4px;font-size:.82rem}.form-field input,.form-field textarea{border:1px solid var(--color-border);border-radius:var(--radius-sm);background:var(--color-bg);color:var(--color-dark);resize:vertical;padding:12px 14px;font-family:inherit;font-size:1rem;transition:border-color .2s,box-shadow .2s}.form-field input:focus,.form-field textarea:focus{border-color:var(--color-gold);outline:none;box-shadow:0 0 0 3px #c5a05933}.form-checkbox{cursor:pointer;align-items:flex-start;gap:10px;display:flex}.form-checkbox input[type=checkbox]{width:18px;height:18px;accent-color:var(--color-gold);cursor:pointer;flex-shrink:0;margin-top:2px}.form-checkbox span{color:var(--color-muted);font-size:.88rem}.form-privacy-link{font:inherit;color:var(--color-dark);cursor:pointer;background:0 0;border:none;padding:0;font-weight:600;text-decoration:underline}.form-privacy-link:hover{color:var(--color-gold)}.contact-form .btn{align-self:flex-start}.form-status{border-radius:var(--radius-sm);margin:0;padding:12px 16px;font-size:.9rem}.form-status-success{color:#2e7d32;background:#4caf501f}.form-status-error{color:#c62828;background:#d32f2f1a}.contact-details{padding:36px}.contact-details-list{flex-direction:column;gap:18px;margin:20px 0;list-style:none;display:flex}.contact-details-label{letter-spacing:.08em;text-transform:uppercase;color:var(--color-gold);margin-bottom:4px;font-size:.78rem;font-weight:700;display:block}.contact-details-list a{color:var(--color-dark);font-size:1.05rem;font-weight:600}.contact-details-list a:hover{color:var(--color-gold)}.contact-details-note{margin:0;font-size:.88rem}@media (width<=640px){.contact-grid{gap:20px}.contact-form,.contact-details{padding:24px 20px}.contact-form .btn{width:100%}}
