.page-shell{min-height:100vh;background:radial-gradient(circle at top left,rgba(255,255,255,.06),transparent 20%),radial-gradient(circle at 80% 15%,rgba(255,255,255,.04),transparent 18%),linear-gradient(180deg,#8b0000,#4a0000);position:relative;overflow:hidden;display:flex;align-items:center;justify-content:center;padding:2rem}.page-shell:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;opacity:.03;z-index:1;background-image:repeating-linear-gradient(45deg,transparent,transparent 1px,rgba(255,255,255,.1) 1px,rgba(255,255,255,.1) 2px),repeating-linear-gradient(-45deg,transparent,transparent 1px,rgba(255,255,255,.05) 1px,rgba(255,255,255,.05) 2px);pointer-events:none}.page-shell:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(ellipse at center,transparent 0%,rgba(0,0,0,.4) 100%);z-index:2;pointer-events:none}.scene{position:relative;width:min(1200px,100%);min-height:calc(100vh - 3rem);display:grid;place-items:center;z-index:3}.logo-badge{position:absolute;top:1.5rem;left:1.5rem;width:88px;height:88px;animation:fadeInFromTop .6s ease-out forwards;opacity:0;transform:translateY(-20px);box-shadow:0 0 0 1px #c9a84c33,0 0 20px #c9a84c1a;border-radius:50%;transition:transform .3s ease,box-shadow .3s ease}.logo-badge:hover{transform:translateY(-20px) rotate(-5deg) scale(1.05);box-shadow:0 0 0 1px #c9a84c66,0 0 30px #c9a84c33}.hero-panel{position:relative;z-index:2;width:100%;max-width:780px;padding:4rem 2rem 3rem;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center}.hero-copy{animation:fadeInUp .8s ease-out .8s forwards;opacity:0;transform:translateY(20px)}.hero-copy h1,.hero-copy img{margin:0;max-width:300px;height:auto;animation:floating 4s ease-in-out infinite}.hero-copy img.pause-floating{animation-play-state:paused}@keyframes floating{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.hero-email{margin:1.8rem 0 0;color:#f5ecd7cc;font-size:.85rem;letter-spacing:.3em;text-transform:lowercase;font-family:Cormorant Garamond,serif;animation:fadeIn .6s ease-out 1.2s forwards;opacity:0;position:relative}.hero-email:before{content:"";position:absolute;top:-10px;left:50%;transform:translate(-50%);width:120px;height:1px;background:#c9a84c}.enquiry-btn{margin-top:1.2rem;padding:.4rem 1.2rem;background:#c9a84c14;border:1px solid rgba(201,168,76,.2);color:#f5ecd7e6;font-family:Cormorant Garamond,serif;font-size:.85rem;font-weight:400;letter-spacing:.02em;border-radius:3px;cursor:pointer;transition:all .3s ease;animation:fadeIn .6s ease-out 1.4s forwards;opacity:0}.enquiry-btn:hover{background:#c9a84c26;border-color:#c9a84c4d;color:#f5ecd7;transform:rotate(-2deg) scale(1.02);box-shadow:0 2px 8px #c9a84c26}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#000c;display:flex;align-items:center;justify-content:center;z-index:1000;padding:2rem}.modal-content{background:linear-gradient(135deg,#8b0000,#4a0000);border:1px solid rgba(201,168,76,.3);border-radius:12px;padding:2.5rem;max-width:500px;width:100%;position:relative;box-shadow:0 20px 60px #00000080;animation:modalSlideIn .3s ease-out}.modal-close{position:absolute;top:1rem;right:1rem;background:none;border:none;color:#f5ecd7;font-size:2rem;cursor:pointer;opacity:.7;transition:opacity .3s ease}.modal-close:hover{opacity:1}.modal-title{color:#f5ecd7;font-size:2rem;margin:0 0 .5rem;font-family:Cormorant Garamond,serif}.modal-subtitle{color:#f5ecd7b3;margin:0 0 2rem;font-family:Cormorant Garamond,serif}.enquiry-form{display:flex;flex-direction:column;gap:1.5rem}.form-group{display:flex;flex-direction:column;gap:.5rem}.form-group label{color:#f5ecd7;font-size:.9rem;font-family:Cormorant Garamond,serif;letter-spacing:.05em}.form-group input,.form-group textarea{background:#ffffff0d;border:1px solid rgba(201,168,76,.2);border-radius:6px;padding:.8rem;color:#f5ecd7;font-family:Cormorant Garamond,serif;font-size:.9rem;transition:all .3s ease}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:#c9a84c80;background:#ffffff14}.form-group input::placeholder,.form-group textarea::placeholder{color:#f5ecd766}.submit-btn{background:#c9a84c33;border:1px solid rgba(201,168,76,.4);color:#f5ecd7;padding:1rem;border-radius:6px;font-family:Cormorant Garamond,serif;font-size:1rem;letter-spacing:.1em;cursor:pointer;transition:all .3s ease;margin-top:1rem}.submit-btn:hover{background:#c9a84c4d;border-color:#c9a84c99;transform:translateY(-2px);box-shadow:0 4px 12px #c9a84c4d}.success-message{background:#4caf501a;border:1px solid rgba(76,175,80,.3);color:#4caf50;padding:1rem;border-radius:6px;text-align:center;font-family:Cormorant Garamond,serif;font-size:.9rem;margin:1rem 0}.error-message{background:#f443361a;border:1px solid rgba(244,67,54,.3);color:#f44336;padding:1rem;border-radius:6px;text-align:center;font-family:Cormorant Garamond,serif;font-size:.9rem;margin:1rem 0}.error-message p{margin:.5rem 0}.email-link{color:#c9a84c;text-decoration:underline;font-weight:600;cursor:pointer;transition:color .3s ease}.email-link:hover{color:#f5ecd7}@keyframes modalSlideIn{0%{opacity:0;transform:translateY(-20px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}.hero-art{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none}.hero-art__shape{position:absolute;width:300px;height:300px;left:10%;top:50%;transform:translate(-50%,-50%);border-radius:50%;background-image:radial-gradient(circle at center,rgba(255,255,255,.16),transparent 34%),radial-gradient(circle at 70% 30%,rgba(255,255,255,.08),transparent 22%);opacity:.45}.hero-art__glow{position:absolute;top:50%;left:50%;width:52rem;height:52rem;background:radial-gradient(circle,rgba(201,168,76,.15),transparent 44%);filter:blur(8px);transform:translate(-50%,-50%)}@keyframes fadeInFromTop{to{opacity:1;transform:translateY(0)}}@keyframes fadeInUp{to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{to{opacity:1}}@media (max-width: 1200px){.hero-art__shape{width:250px;height:250px;left:8%}.hero-art__glow{width:40rem;height:40rem}}@media (max-width: 860px){.page-shell{padding:1rem}.logo-badge{width:60px;height:60px;top:1rem;left:1rem}.hero-panel{padding:3rem 1.5rem 2.5rem;max-width:100%}.hero-copy h1,.hero-copy img{max-width:250px}.hero-art__shape{width:200px;height:200px;left:5%}.hero-art__glow{width:30rem;height:30rem}}@media (max-width: 768px){.page-shell{padding:.8rem}.logo-badge{width:50px;height:50px;top:.8rem;left:.8rem}.hero-panel{padding:2.5rem 1rem 2rem}.hero-copy h1,.hero-copy img{max-width:200px}.hero-email{font-size:.75rem;margin-top:1.5rem}.hero-email:before{width:80px;top:-8px}.hero-art__shape{width:150px;height:150px;left:3%;opacity:.3}.hero-art__glow{width:25rem;height:25rem;opacity:.1}}@media (max-width: 520px){.page-shell{padding:.5rem;min-height:100vh}.scene{min-height:100vh}.logo-badge{width:40px;height:40px;top:.5rem;left:.5rem}.hero-panel{padding:2rem .8rem 1.5rem}.hero-copy h1,.hero-copy img{max-width:180px}.hero-email{font-size:.7rem;letter-spacing:.2em;margin-top:1.2rem}.hero-email:before{width:60px;top:-6px}.enquiry-btn{padding:.6rem 1.5rem;font-size:.8rem}.hero-art__shape{width:120px;height:120px;left:2%;opacity:.25}.hero-art__glow{width:20rem;height:20rem;opacity:.08}.modal-overlay{padding:1rem}.modal-content{padding:2rem 1.5rem}.modal-title{font-size:1.5rem}.form-group input,.form-group textarea{padding:.6rem;font-size:.85rem}}@media (max-width: 380px){.logo-badge{width:35px;height:35px;top:.4rem;left:.4rem}.hero-copy h1,.hero-copy img{max-width:150px}.hero-email{font-size:.65rem}.hero-art__shape{width:100px;height:100px}}@media (max-height: 600px) and (orientation: landscape){.hero-panel{padding:1.5rem 1rem 1rem}.hero-copy h1,.hero-copy img{max-width:200px}.hero-email{margin-top:1rem}.hero-art__shape{width:180px;height:180px}}@media (min-width: 1400px){.hero-copy h1,.hero-copy img{max-width:350px}.hero-art__shape{width:350px;height:350px}.hero-art__glow{width:60rem;height:60rem}}@font-face{font-family:Cormorant Garamond;font-style:normal;font-display:swap;font-weight:400;src:url(./cormorant-garamond-cyrillic-ext-400-normal-W3Dto7M0.woff2) format("woff2"),url(./cormorant-garamond-cyrillic-ext-400-normal-DLdKLAvx.woff) format("woff");unicode-range:U+0460-052F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Cormorant Garamond;font-style:normal;font-display:swap;font-weight:400;src:url(./cormorant-garamond-cyrillic-400-normal-DD2KOZkl.woff2) format("woff2"),url(./cormorant-garamond-cyrillic-400-normal-CVFrM67f.woff) format("woff");unicode-range:U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}@font-face{font-family:Cormorant Garamond;font-style:normal;font-display:swap;font-weight:400;src:url(./cormorant-garamond-vietnamese-400-normal-6K-YXo6g.woff2) format("woff2"),url(./cormorant-garamond-vietnamese-400-normal-4uxlocMh.woff) format("woff");unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Cormorant Garamond;font-style:normal;font-display:swap;font-weight:400;src:url(./cormorant-garamond-latin-ext-400-normal-Drx2k2n9.woff2) format("woff2"),url(./cormorant-garamond-latin-ext-400-normal-uvC0WHQr.woff) format("woff");unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Cormorant Garamond;font-style:normal;font-display:swap;font-weight:400;src:url(./cormorant-garamond-latin-400-normal-B-1hWBU7.woff2) format("woff2"),url(./cormorant-garamond-latin-400-normal-B7YtguxJ.woff) format("woff");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}:root{color-scheme:dark;font-family:Inter,system-ui,sans-serif;background-color:#600;color:#fff5e6;line-height:1.6}*{box-sizing:border-box}html,body,#root{min-height:100%}body{margin:0;min-height:100vh;background:radial-gradient(circle at top left,rgba(255,255,255,.08),transparent 28%),radial-gradient(circle at bottom right,rgba(255,255,255,.05),transparent 32%),#650000}button,a{font:inherit}
