:root{--PhoneInput-color--focus: #03b2cb;--PhoneInputInternationalIconPhone-opacity: .8;--PhoneInputInternationalIconGlobe-opacity: .65;--PhoneInputCountrySelect-marginRight: .35em;--PhoneInputCountrySelectArrow-width: .3em;--PhoneInputCountrySelectArrow-marginLeft: var(--PhoneInputCountrySelect-marginRight);--PhoneInputCountrySelectArrow-borderWidth: 1px;--PhoneInputCountrySelectArrow-opacity: .45;--PhoneInputCountrySelectArrow-color: currentColor;--PhoneInputCountrySelectArrow-color--focus: var(--PhoneInput-color--focus);--PhoneInputCountrySelectArrow-transform: rotate(45deg);--PhoneInputCountryFlag-aspectRatio: 1.5;--PhoneInputCountryFlag-height: 1em;--PhoneInputCountryFlag-borderWidth: 1px;--PhoneInputCountryFlag-borderColor: rgba(0,0,0,.5);--PhoneInputCountryFlag-borderColor--focus: var(--PhoneInput-color--focus);--PhoneInputCountryFlag-backgroundColor--loading: rgba(0,0,0,.1)}.PhoneInput{display:flex;align-items:center}.PhoneInputInput{flex:1;min-width:0}.PhoneInputCountryIcon{width:calc(var(--PhoneInputCountryFlag-height) * var(--PhoneInputCountryFlag-aspectRatio));height:var(--PhoneInputCountryFlag-height)}.PhoneInputCountryIcon--square{width:var(--PhoneInputCountryFlag-height)}.PhoneInputCountryIcon--border{background-color:var(--PhoneInputCountryFlag-backgroundColor--loading);box-shadow:0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor),inset 0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor)}.PhoneInputCountryIconImg{display:block;width:100%;height:100%}.PhoneInputInternationalIconPhone{opacity:var(--PhoneInputInternationalIconPhone-opacity)}.PhoneInputInternationalIconGlobe{opacity:var(--PhoneInputInternationalIconGlobe-opacity)}.PhoneInputCountry{position:relative;align-self:stretch;display:flex;align-items:center;margin-right:var(--PhoneInputCountrySelect-marginRight)}.PhoneInputCountrySelect{position:absolute;top:0;left:0;height:100%;width:100%;z-index:1;border:0;opacity:0;cursor:pointer}.PhoneInputCountrySelect[disabled],.PhoneInputCountrySelect[readonly]{cursor:default}.PhoneInputCountrySelectArrow{display:block;content:"";width:var(--PhoneInputCountrySelectArrow-width);height:var(--PhoneInputCountrySelectArrow-width);margin-left:var(--PhoneInputCountrySelectArrow-marginLeft);border-style:solid;border-color:var(--PhoneInputCountrySelectArrow-color);border-top-width:0;border-bottom-width:var(--PhoneInputCountrySelectArrow-borderWidth);border-left-width:0;border-right-width:var(--PhoneInputCountrySelectArrow-borderWidth);transform:var(--PhoneInputCountrySelectArrow-transform);opacity:var(--PhoneInputCountrySelectArrow-opacity)}.PhoneInputCountrySelect:focus+.PhoneInputCountryIcon+.PhoneInputCountrySelectArrow{opacity:1;color:var(--PhoneInputCountrySelectArrow-color--focus)}.PhoneInputCountrySelect:focus+.PhoneInputCountryIcon--border{box-shadow:0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor--focus),inset 0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor--focus)}.PhoneInputCountrySelect:focus+.PhoneInputCountryIcon .PhoneInputInternationalIconGlobe{opacity:1;color:var(--PhoneInputCountrySelectArrow-color--focus)}:root{--gold: #d4af37;--gold-soft: #e8c76a;--gold-deep: #b8902a;--maroon: #8b1a1a;--maroon-deep: #5b1010;--navy: #1a2b5c;--ivory: #fff8e7;--cream: #fdf6e3;--ink: #1a1a1a;--muted: #6b6b6b;--line: rgba(26, 43, 92, .12);--shadow-sm: 0 4px 12px rgba(91, 16, 16, .06);--shadow-md: 0 12px 32px rgba(91, 16, 16, .12);--shadow-lg: 0 24px 60px rgba(91, 16, 16, .18);--radius-sm: 8px;--radius-lg: 22px;--serif: "Cormorant Garamond", Georgia, serif;--sans: "Poppins", system-ui, -apple-system, Segoe UI, sans-serif}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:var(--sans);font-size:16px;line-height:1.6;color:var(--ink);background:var(--ivory);-webkit-font-smoothing:antialiased}img{max-width:100%;display:block}a{color:inherit;text-decoration:none}.container{width:min(1180px,92%);margin:0 auto}.eyebrow{display:inline-block;font-family:var(--serif);font-style:italic;letter-spacing:.18em;text-transform:uppercase;font-size:.78rem;background:linear-gradient(90deg,var(--gold),var(--gold-soft));-webkit-background-clip:text;background-clip:text;color:transparent;font-weight:600;margin-bottom:.75rem}h1,h2,h3{font-family:var(--serif);color:var(--navy);font-weight:600;line-height:1.15;letter-spacing:-.01em;margin:0 0 .5rem}h1{font-size:clamp(2.2rem,4.5vw,3.6rem)}h2{font-size:clamp(1.8rem,3vw,2.6rem)}h3{font-size:1.25rem;font-family:var(--sans);font-weight:600}p{color:#2c2c2c}.accent{background:linear-gradient(135deg,var(--maroon),var(--gold-deep));-webkit-background-clip:text;background-clip:text;color:transparent;font-style:italic}.muted{color:var(--muted);font-weight:400}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;font-family:var(--sans);font-weight:600;font-size:.95rem;letter-spacing:.02em;padding:.95rem 1.6rem;border-radius:999px;border:1px solid transparent;cursor:pointer;transition:transform .18s ease,box-shadow .18s ease,background .18s ease;text-align:center}.btn-sm{padding:.6rem 1.1rem;font-size:.85rem}.btn-block{width:100%}.btn-primary{color:#fff;background:linear-gradient(135deg,var(--maroon),var(--maroon-deep));box-shadow:var(--shadow-md);position:relative;overflow:hidden}.btn-primary:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(135deg,var(--gold),var(--gold-deep));opacity:0;transition:opacity .25s ease}.btn-primary>*{position:relative;z-index:1}.btn-primary:hover{transform:translateY(-1px);box-shadow:var(--shadow-lg)}.btn-primary:hover:before{opacity:1}.btn-primary:disabled{opacity:.7;cursor:not-allowed;transform:none}.btn-ghost{background:transparent;color:var(--navy);border-color:var(--navy)}.btn-ghost:hover{background:var(--navy);color:#fff}.btn-spinner{width:16px;height:16px;border:2px solid rgba(255,255,255,.4);border-top-color:#fff;border-radius:50%;display:none;animation:spin .8s linear infinite}.btn.is-loading .btn-spinner{display:inline-block}.btn.is-loading .btn-label{opacity:.7}@keyframes spin{to{transform:rotate(360deg)}}.navbar{position:sticky;top:0;z-index:50;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#fff8e7d9;border-bottom:1px solid var(--line)}.nav-inner{display:flex;align-items:center;justify-content:space-between;padding:.85rem 0}.brand{display:flex;align-items:center;gap:.65rem}.brand-logo{width:42px;height:42px;border-radius:50%;box-shadow:var(--shadow-sm)}.brand-text{font-family:var(--serif);font-size:1.4rem;color:var(--navy);font-weight:700;letter-spacing:.04em}.brand-text em{color:var(--maroon);font-style:normal}.nav-links{display:flex;gap:1.6rem}.nav-links a{font-size:.92rem;color:var(--navy);font-weight:500;position:relative}.nav-links a:after{content:"";position:absolute;left:0;bottom:-6px;width:0;height:2px;background:linear-gradient(90deg,var(--gold),var(--maroon));transition:width .25s ease}.nav-links a:hover:after{width:100%}@media (max-width: 760px){.nav-links{display:none}}.hero{position:relative;padding:6rem 0 5rem;overflow:hidden;isolation:isolate}.hero-bg{position:absolute;top:0;right:0;bottom:0;left:0;z-index:-1;background:radial-gradient(circle at 20% 20%,rgba(212,175,55,.18),transparent 55%),radial-gradient(circle at 80% 70%,rgba(139,26,26,.12),transparent 60%),linear-gradient(180deg,var(--cream) 0%,var(--ivory) 100%)}.hero-bg:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background-image:repeating-linear-gradient(45deg,rgba(212,175,55,.05) 0 1px,transparent 1px 18px),repeating-linear-gradient(-45deg,rgba(139,26,26,.04) 0 1px,transparent 1px 22px);pointer-events:none}.hero-inner{display:grid;grid-template-columns:1.15fr .85fr;gap:3rem;align-items:center}.hero-title{margin-bottom:1rem}.hero-sub{font-size:1.1rem;color:#3a3a3a;max-width:520px}.hero-actions{display:flex;gap:.85rem;margin:1.8rem 0;flex-wrap:wrap}.hero-stats{display:flex;gap:2.4rem;flex-wrap:wrap;padding-top:1.5rem;border-top:1px dashed var(--line)}.hero-stats>div{display:flex;flex-direction:column}.hero-stats strong{font-family:var(--serif);font-size:1.8rem;color:var(--maroon)}.hero-stats span{font-size:.85rem;color:var(--muted)}.hero-art{display:flex;justify-content:center}.logo-ring{width:min(420px,90%);aspect-ratio:1;border-radius:50%;display:grid;place-items:center;background:radial-gradient(circle at center,rgba(212,175,55,.25),transparent 70%);position:relative;animation:float 6s ease-in-out infinite}.logo-ring:before,.logo-ring:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:50%;border:1px solid rgba(212,175,55,.4)}.logo-ring:before{transform:scale(1.05);animation:pulse 4s ease-in-out infinite}.logo-ring:after{transform:scale(1.18);border-color:#8b1a1a40;animation:pulse 4s ease-in-out infinite 1s}.logo-ring img{width:78%;height:78%;object-fit:contain;filter:drop-shadow(0 18px 40px rgba(91,16,16,.25));border-radius:50%}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@keyframes pulse{0%,to{opacity:.7}50%{opacity:.3}}@media (max-width: 880px){.hero-inner{grid-template-columns:1fr;text-align:center}.hero-sub{margin-inline:auto}.hero-actions,.hero-stats{justify-content:center}}.section{padding:5rem 0}.section-head{max-width:720px}.section-head.center{margin:0 auto 3rem;text-align:center}.section-head p{color:var(--muted);margin-top:.5rem}.about{background:linear-gradient(180deg,var(--ivory),var(--cream));border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.grid-3{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:1.5rem}.card{background:#fff;border:1px solid var(--line);border-radius:var(--radius-lg);padding:2rem;box-shadow:var(--shadow-sm);transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease;position:relative;overflow:hidden}.card:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,var(--gold),var(--maroon),var(--gold));transform:scaleX(0);transform-origin:left;transition:transform .4s ease}.card:hover{transform:translateY(-6px);box-shadow:var(--shadow-md);border-color:#d4af3780}.card:hover:before{transform:scaleX(1)}.card-icon{width:52px;height:52px;border-radius:14px;display:grid;place-items:center;font-size:1.5rem;color:var(--maroon);background:linear-gradient(135deg,#d4af372e,#8b1a1a14);margin-bottom:1.1rem}.card p{color:var(--muted);margin:.4rem 0 0}.signup{background:linear-gradient(135deg,#1a2b5cf5,#5b1010f2),radial-gradient(circle at 30% 20%,rgba(212,175,55,.4),transparent 40%);color:#f5e9d0;position:relative;overflow:hidden}.signup:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background-image:radial-gradient(circle at 80% 30%,rgba(212,175,55,.15),transparent 30%),radial-gradient(circle at 10% 80%,rgba(212,175,55,.1),transparent 35%);pointer-events:none}.signup .eyebrow{background:linear-gradient(90deg,var(--gold-soft),#fff);-webkit-background-clip:text;background-clip:text;color:transparent}.signup h2{color:#fff8e7}.signup-grid{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:center;position:relative;z-index:1}.signup-copy p{color:#fff8e7d9;max-width:480px}.bullet-list{list-style:none;padding:0;margin:1.5rem 0 0}.bullet-list li{padding:.55rem 0 .55rem 1.6rem;position:relative;color:#fff8e7eb;border-bottom:1px dashed rgba(212,175,55,.25)}.bullet-list li:before{content:"❖";position:absolute;left:0;top:50%;transform:translateY(-50%);color:var(--gold-soft)}.bullet-list li:last-child{border-bottom:0}.signup-card{background:#fffdf6;color:var(--ink);padding:2.4rem;border-radius:var(--radius-lg);box-shadow:var(--shadow-lg);border:1px solid rgba(212,175,55,.4);position:relative}.signup-card h3{font-family:var(--serif);font-size:1.6rem;color:var(--navy);margin-bottom:1.4rem;text-align:center}.field{margin-bottom:1.05rem}.field label{display:block;font-size:.82rem;font-weight:600;color:var(--navy);margin-bottom:.4rem;letter-spacing:.02em}.field input[type=text],.field input[type=email],.field input[type=tel],.field input[type=date]{width:100%;padding:.85rem 1rem;border:1.5px solid var(--line);border-radius:var(--radius-sm);font-family:var(--sans);font-size:.95rem;background:#fff;color:var(--ink);transition:border-color .2s ease,box-shadow .2s ease}.field input:focus{outline:none;border-color:var(--gold);box-shadow:0 0 0 3px #d4af372e}.field input.invalid{border-color:#c0392b;box-shadow:0 0 0 3px #c0392b1f}.field.row-2{display:grid;grid-template-columns:1fr 1fr;gap:.9rem}.field .hint{display:block;font-size:.76rem;color:var(--muted);margin-top:.35rem}.field .error{display:none;color:#c0392b;font-size:.8rem;margin-top:.35rem;font-weight:500}.field .error.show{display:block}.check-row{display:flex;align-items:flex-start;gap:.55rem;font-size:.88rem;color:var(--ink);cursor:pointer;-webkit-user-select:none;user-select:none}.check-row input{margin-top:4px;accent-color:var(--maroon)}.PhoneInput{display:flex;align-items:stretch;border:1.5px solid var(--line);border-radius:var(--radius-sm);background:#fff;overflow:hidden;transition:border-color .2s ease,box-shadow .2s ease}.PhoneInput:focus-within{border-color:var(--gold);box-shadow:0 0 0 3px #d4af372e}.phone-input.invalid .PhoneInput,.phone-input.invalid{border-color:#c0392b}.PhoneInputCountry{padding:0 .75rem;background:var(--cream);border-right:1.5px solid var(--line);display:flex;align-items:center;gap:.4rem}.PhoneInputInput{flex:1;padding:.85rem 1rem!important;border:0!important;font-family:var(--sans);font-size:.95rem;background:transparent;color:var(--ink);outline:none!important}.form-status{margin:1rem 0 0;text-align:center;font-size:.92rem;font-weight:500;min-height:1.2em}.form-status.success{color:#1e7d3a}.form-status.error{color:#c0392b}@media (max-width: 880px){.signup-grid,.field.row-2{grid-template-columns:1fr}}.footer{background:var(--navy);color:#fff8e7d9;padding:2.5rem 0}.footer-inner{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem}.footer-brand{display:flex;align-items:center;gap:.85rem}.footer-brand img{width:48px;height:48px;border-radius:50%}.footer-brand strong{display:block;font-family:var(--serif);font-size:1.2rem;color:var(--gold-soft)}.footer-brand span{font-size:.82rem;opacity:.7}.footer p{margin:0;font-size:.85rem}
