*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
:root{--black:#000000;--gold:#d18b29;--rose:#b06f73;--cream:#faf8f5;--white:#ffffff;--gold-dark:#c07820;--transition:.3s ease;--radius:2px;--shadow:0 4px 32px rgba(0,0,0,.08)}
html{scroll-behavior:smooth;font-size:16px;-webkit-text-size-adjust:100%}
body{font-family:'DM Sans',sans-serif;background:#faf8f5;color:#000;line-height:1.6;overflow-x:hidden}
a{color:inherit;text-decoration:none;transition:color var(--transition)}
a,button,input,select,textarea{min-height:44px}
button{cursor:pointer;border:none;background:none;font-family:inherit}
img{max-width:100%;height:auto;display:block}
ul{list-style:none}
.skip-link{position:absolute;top:-100%;left:1rem;background:var(--gold);color:#000;padding:.75rem 1.5rem;z-index:10000;border-radius:0 0 var(--radius) var(--radius);font-weight:700;font-size:.9rem;transition:top .2s;min-height:auto}
.skip-link:focus{top:0}
*:focus-visible{outline:2px solid var(--gold);outline-offset:3px}
.container{max-width:1280px;margin:0 auto;padding:0 2rem}
.section-label{font-size:.7rem;letter-spacing:.28em;text-transform:uppercase;color:var(--gold);font-weight:700;display:block;margin-bottom:1rem}
.section-title{font-family:'Cormorant Garamond',serif;font-size:clamp(2rem,4vw,3.5rem);font-weight:700;line-height:1.12;color:#000}
.section-title.light{color:#faf8f5}
.btn-primary{display:inline-flex;align-items:center;gap:.6rem;background:var(--gold);color:#000;padding:.9rem 2.2rem;font-weight:700;font-size:.82rem;letter-spacing:.1em;text-transform:uppercase;transition:background var(--transition),transform var(--transition),box-shadow var(--transition);border:2px solid var(--gold);border-radius:var(--radius);min-height:44px;font-family:inherit}
.btn-primary:hover,.btn-primary:focus{background:var(--gold-dark);border-color:var(--gold-dark);transform:translateY(-2px);box-shadow:0 8px 24px rgba(209,139,41,.3);color:#000}
.btn-outline{display:inline-flex;align-items:center;gap:.6rem;border:2px solid rgba(250,248,245,.35);color:#faf8f5;padding:.9rem 2.2rem;font-size:.82rem;letter-spacing:.1em;text-transform:uppercase;transition:border-color var(--transition),color var(--transition),transform var(--transition);border-radius:var(--radius);min-height:44px;font-family:inherit;font-weight:500}
.btn-outline:hover,.btn-outline:focus{border-color:var(--gold);color:var(--gold);transform:translateY(-2px)}
.btn-outline.dark{border-color:rgba(0,0,0,.25);color:#000}
.btn-outline.dark:hover{border-color:var(--gold);color:var(--gold)}
.fade-up{opacity:0;transform:translateY(2.5rem);transition:opacity .65s ease,transform .65s ease}
.fade-up.visible{opacity:1;transform:translateY(0)}
.fade-left{opacity:0;transform:translateX(-2.5rem);transition:opacity .65s ease,transform .65s ease}
.fade-left.visible{opacity:1;transform:translateX(0)}
.fade-right{opacity:0;transform:translateX(2.5rem);transition:opacity .65s ease,transform .65s ease}
.fade-right.visible{opacity:1;transform:translateX(0)}
#main-nav,nav.solid{position:fixed;top:0;left:0;width:100%;z-index:1000;padding:1.1rem 2rem;display:flex;align-items:center;justify-content:space-between;background:transparent;transition:background var(--transition),box-shadow var(--transition),padding var(--transition)}
#main-nav.scrolled{background:#000;box-shadow:0 2px 24px rgba(0,0,0,.4);padding:.75rem 2rem}
nav.solid{background:#000;padding:.75rem 2rem}
.nav-logo{display:flex;align-items:center;min-height:auto;z-index:1001}
.nav-logo img{height:64px;width:auto;transition:height var(--transition)}
#main-nav.scrolled .nav-logo img,nav.solid .nav-logo img{height:52px}
.nav-links{display:flex;align-items:center;gap:2.25rem;min-height:auto}
.nav-links li{min-height:auto}
.nav-links a{color:#faf8f5;font-size:.78rem;letter-spacing:.14em;text-transform:uppercase;font-weight:500;position:relative;padding:.35rem 0;min-height:auto;white-space:nowrap}
.nav-links a::after{content:'';position:absolute;bottom:0;left:0;width:0;height:1px;background:var(--gold);transition:width var(--transition)}
.nav-links a:hover::after,.nav-links a:focus::after{width:100%}
.nav-links a:hover,.nav-links a:focus{color:var(--gold)}
.nav-cta{background:var(--gold)!important;color:#000!important;padding:.55rem 1.4rem!important;border-radius:var(--radius)!important;font-weight:700!important;min-height:auto!important}
.nav-cta:hover{background:var(--gold-dark)!important;transform:translateY(-1px)}
.nav-cta::after{display:none!important}
.hamburger{display:none;flex-direction:column;gap:5px;background:none;border:none;padding:.6rem;min-height:auto;z-index:1001;cursor:pointer}
.hamburger span{width:26px;height:2px;background:#faf8f5;display:block;transition:transform var(--transition),opacity var(--transition)}
.hamburger.active span:nth-child(1){transform:translateY(7px) rotate(45deg)}
.hamburger.active span:nth-child(2){opacity:0;transform:scaleX(0)}
.hamburger.active span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}
.mobile-nav{position:fixed;top:0;left:0;width:100%;height:100vh;background:#000;z-index:999;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:0;opacity:0;pointer-events:none;transition:opacity var(--transition)}
.mobile-nav.open{opacity:1;pointer-events:all}
.mobile-nav ul{display:flex;flex-direction:column;align-items:center;gap:2rem}
.mobile-nav a{color:#faf8f5;font-size:1.6rem;font-family:'Cormorant Garamond',serif;letter-spacing:.08em;min-height:auto;transition:color var(--transition)}
.mobile-nav a:hover{color:var(--gold)}
.mobile-nav .nav-cta-mobile{margin-top:2.5rem;background:var(--gold);color:#000;padding:1rem 2.5rem;font-size:.85rem;letter-spacing:.12em;text-transform:uppercase;font-weight:700;border-radius:var(--radius);font-family:'DM Sans',sans-serif}
#hero{min-height:100vh;display:grid;grid-template-columns:1fr 1fr;position:relative}
.hero-left{background:#000;display:flex;flex-direction:column;justify-content:center;padding:9rem 4rem 6rem 8rem;position:relative;overflow:hidden}
.hero-left::before{content:'';position:absolute;top:0;right:-40px;width:80px;height:100%;background:var(--gold);opacity:.05;transform:skewX(-6deg);pointer-events:none}
.hero-left::after{content:'';position:absolute;bottom:-60px;left:-60px;width:200px;height:200px;border:1px solid rgba(209,139,41,.12);border-radius:50%;pointer-events:none}
.hero-eyebrow{font-size:.7rem;letter-spacing:.3em;text-transform:uppercase;color:var(--gold);margin-bottom:1.75rem;font-weight:700;display:flex;align-items:center;gap:.75rem}
.hero-eyebrow::before{content:'';width:32px;height:1px;background:var(--gold)}
.hero-h1{font-family:'Cormorant Garamond',serif;font-size:clamp(2.75rem,5vw,5rem);font-weight:700;line-height:1.07;color:#faf8f5;margin-bottom:1.75rem}
.hero-h1 em{color:var(--gold);font-style:normal}
.hero-sub{font-size:1rem;color:rgba(250,248,245,.68);max-width:400px;margin-bottom:2.75rem;line-height:1.75}
.hero-actions{display:flex;align-items:center;gap:1.25rem;flex-wrap:wrap}
.hero-right{position:relative;overflow:hidden;background:#0a0a0a}
.hero-right picture,
.hero-right picture source{display:block;width:100%;height:100%}
.hero-right img{width:100%;height:100%;object-fit:cover;object-position:center top}
.hero-right-overlay{position:absolute;inset:0;background:linear-gradient(135deg,rgba(0,0,0,.45) 0%,transparent 60%)}
.hero-deco{position:absolute;bottom:2.5rem;right:2.5rem;display:flex;flex-direction:column;gap:.3rem;align-items:flex-end;z-index:2}
.hero-deco span{display:block;height:2px;background:var(--gold);opacity:.7}
.hero-deco span:nth-child(1){width:48px}
.hero-deco span:nth-child(2){width:28px}
.hero-deco span:nth-child(3){width:16px}
.hero-scroll-cue{position:absolute;bottom:2rem;left:50%;transform:translateX(-50%);display:flex;flex-direction:column;align-items:center;gap:.5rem;z-index:10;cursor:pointer;min-height:auto}
.hero-scroll-cue span.label{font-size:.65rem;letter-spacing:.2em;text-transform:uppercase;color:rgba(250,248,245,.5)}
.hero-scroll-cue span.line{width:1px;height:44px;background:linear-gradient(to bottom,var(--gold),transparent);animation:scrollPulse 1.8s ease-in-out infinite}
@keyframes scrollPulse{0%,100%{opacity:.3;transform:scaleY(.5);transform-origin:top}50%{opacity:1;transform:scaleY(1);transform-origin:top}}
#about{background:#faf8f5;padding:8rem 0}
.about-grid{display:grid;grid-template-columns:5fr 7fr;gap:5rem;align-items:center}
.about-img-wrap{position:relative}
.about-img-wrap::before{content:'';position:absolute;top:-1.25rem;left:-1.25rem;right:1.25rem;bottom:1.25rem;border:1px solid rgba(209,139,41,.3);border-radius:var(--radius);z-index:0}
.about-img-wrap picture{position:relative;z-index:1}
.about-img-wrap img{width:100%;aspect-ratio:4/5;object-fit:cover;border-radius:var(--radius);background:linear-gradient(145deg,#1a1a1a,#2d2d2d)}
.about-content{padding-left:1.5rem}
.about-content .section-title{margin-bottom:1.5rem}
.about-text{color:#444;line-height:1.85;font-size:1rem;margin-bottom:1rem}
.about-divider{width:48px;height:2px;background:var(--gold);margin:2rem 0}
.about-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:1.25rem;margin-top:2.5rem}
.stat-box{text-align:center;padding:1.5rem 1rem;background:#fff;border-radius:var(--radius);border-top:2px solid var(--gold);box-shadow:var(--shadow)}
.stat-num{font-family:'Cormorant Garamond',serif;font-size:2.75rem;font-weight:700;color:#000;display:block;line-height:1}
.stat-label{font-size:.72rem;text-transform:uppercase;letter-spacing:.12em;color:#777;margin-top:.4rem;display:block}
#services{background:#000;padding:8rem 0;position:relative;overflow:hidden}
.services-watermark{position:absolute;right:-1rem;top:50%;transform:translateY(-50%);font-family:'Cormorant Garamond',serif;font-size:clamp(6rem,12vw,14rem);font-weight:700;color:rgba(209,139,41,.04);line-height:1;letter-spacing:.05em;pointer-events:none;user-select:none;white-space:nowrap}
.services-header{margin-bottom:4rem;display:flex;justify-content:space-between;align-items:flex-end;flex-wrap:wrap;gap:2rem}
.services-header-left{}
.services-header-right{max-width:360px}
.services-header-right p{color:rgba(250,248,245,.55);font-size:.95rem;line-height:1.75}
.services-grid{display:grid;grid-template-columns:1fr 1fr 1fr;gap:1.25rem;align-items:start}
.service-card{background:#0c0c0c;border:1px solid rgba(209,139,41,.12);padding:2.5rem 2rem;border-radius:var(--radius);transition:transform var(--transition),border-color var(--transition);position:relative;overflow:hidden}
.service-card::before{content:'';position:absolute;top:0;left:0;width:2px;height:0;background:var(--gold);transition:height .4s ease;border-radius:0 0 var(--radius) var(--radius)}
.service-card:hover{transform:translateY(-5px);border-color:rgba(209,139,41,.35)}
.service-card:hover::before{height:100%}
.service-card.featured{border-color:rgba(209,139,41,.3);background:#111}
.service-card.featured::before{height:100%}
.service-num{font-family:'Cormorant Garamond',serif;font-size:3.5rem;font-weight:700;color:rgba(209,139,41,.15);line-height:1;margin-bottom:.75rem;display:block}
.service-icon{width:46px;height:46px;background:rgba(209,139,41,.08);border-radius:var(--radius);display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem;border:1px solid rgba(209,139,41,.15)}
.service-icon svg{width:22px;height:22px;stroke:var(--gold);fill:none;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round}
.service-title{font-family:'Cormorant Garamond',serif;font-size:1.55rem;font-weight:700;color:#faf8f5;margin-bottom:.85rem;line-height:1.25}
.service-text{font-size:.88rem;color:rgba(250,248,245,.55);line-height:1.75}
.service-link{display:inline-flex;align-items:center;gap:.5rem;color:var(--gold);font-size:.78rem;letter-spacing:.1em;text-transform:uppercase;font-weight:700;margin-top:1.5rem;min-height:auto;transition:gap var(--transition)}
.service-link:hover{gap:.85rem}
.service-link svg{width:16px;height:16px;stroke:var(--gold);fill:none;stroke-width:2}
#why{background:#faf8f5;padding:8rem 0}
.why-grid{display:grid;grid-template-columns:1fr 1fr;gap:6rem;align-items:center}
.why-features{display:flex;flex-direction:column;gap:1rem;margin-top:2.5rem}
.why-item{display:flex;gap:1.25rem;align-items:flex-start;padding:1.5rem;background:#fff;border-radius:var(--radius);border-left:3px solid var(--gold);transition:transform var(--transition),box-shadow var(--transition)}
.why-item:hover{transform:translateX(5px);box-shadow:var(--shadow)}
.why-item-icon{flex-shrink:0;width:42px;height:42px;background:rgba(209,139,41,.08);border-radius:var(--radius);display:flex;align-items:center;justify-content:center}
.why-item-icon svg{width:19px;height:19px;stroke:var(--gold);fill:none;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round}
.why-item-body{}
.why-item-title{font-weight:700;font-size:.95rem;margin-bottom:.3rem;color:#000}
.why-item-text{font-size:.85rem;color:#666;line-height:1.65}
.why-visual{position:relative}
.why-visual-card{background:#000;padding:3.5rem;border-radius:var(--radius);position:relative;overflow:hidden}
.why-visual-card::after{content:'';position:absolute;bottom:-20px;right:-20px;width:180px;height:180px;border:1px solid rgba(209,139,41,.12);border-radius:50%}
.why-visual-card::before{content:'';position:absolute;top:0;right:0;width:60%;height:3px;background:linear-gradient(to left,var(--gold),transparent)}
.why-big{font-family:'Cormorant Garamond',serif;font-size:clamp(3.5rem,7vw,6.5rem);font-weight:700;color:#faf8f5;line-height:1;margin-bottom:.5rem}
.why-sub-text{font-size:.72rem;letter-spacing:.22em;text-transform:uppercase;color:var(--rose);margin-bottom:2.5rem;display:block}
.why-checklist{display:flex;flex-direction:column;gap:.85rem}
.why-checklist li{display:flex;align-items:center;gap:.85rem;color:rgba(250,248,245,.75);font-size:.88rem;line-height:1.5}
.why-checklist li::before{content:'';width:22px;height:1px;background:var(--gold);flex-shrink:0}
.why-deco-ring{position:absolute;top:-2rem;right:-2rem;width:120px;height:120px;border:1px solid rgba(209,139,41,.15);border-radius:50%;pointer-events:none}
#culture{background:#000;padding:8rem 0;position:relative;overflow:hidden}
#culture::after{content:'';position:absolute;top:0;left:0;width:100%;height:3px;background:linear-gradient(to right,transparent,var(--gold),transparent)}
.culture-grid{display:grid;grid-template-columns:6fr 5fr;gap:5rem;align-items:center}
.culture-img-stack{position:relative;height:520px}
.culture-img-main{position:absolute;top:0;left:0;width:72%;border-radius:var(--radius);overflow:hidden}
.culture-img-main img{width:100%;aspect-ratio:3/4;object-fit:cover;background:linear-gradient(145deg,#1a1a1a,#0d0d0d)}
.culture-img-accent{position:absolute;bottom:0;right:0;width:52%;border-radius:var(--radius);overflow:hidden;border:4px solid #000}
.culture-img-accent img{width:100%;aspect-ratio:1/1;object-fit:cover;background:linear-gradient(145deg,#2d1f0d,#1a1208)}
.culture-badge{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);background:var(--gold);color:#000;padding:1.1rem 1.5rem;font-weight:700;font-size:.72rem;letter-spacing:.14em;text-transform:uppercase;border-radius:var(--radius);z-index:10;white-space:nowrap;box-shadow:0 8px 24px rgba(209,139,41,.4)}
.culture-content .section-title{margin-bottom:1.5rem}
.culture-text{color:rgba(250,248,245,.65);line-height:1.82;font-size:.97rem;margin-bottom:1.25rem}
.culture-pillars{display:grid;grid-template-columns:1fr 1fr;gap:.85rem;margin-top:2rem}
.pillar{background:#0d0d0d;border:1px solid rgba(209,139,41,.12);padding:1.25rem;border-radius:var(--radius);transition:border-color var(--transition)}
.pillar:hover{border-color:rgba(209,139,41,.3)}
.pillar-title{color:var(--gold);font-size:.7rem;text-transform:uppercase;letter-spacing:.14em;font-weight:700;margin-bottom:.4rem}
.pillar-text{color:rgba(250,248,245,.5);font-size:.82rem;line-height:1.55}
#contact{background:#faf8f5;padding:8rem 0}
.contact-grid{display:grid;grid-template-columns:5fr 7fr;gap:5rem;align-items:start}
.contact-info .section-title{margin-bottom:1.5rem}
.contact-intro{color:#555;line-height:1.8;margin-bottom:2.5rem;font-size:.97rem}
.contact-details{display:flex;flex-direction:column;gap:1.25rem}
.contact-item{display:flex;gap:1rem;align-items:flex-start}
.contact-item-icon{flex-shrink:0;width:44px;height:44px;background:#000;border-radius:var(--radius);display:flex;align-items:center;justify-content:center}
.contact-item-icon svg{width:18px;height:18px;stroke:#faf8f5;fill:none;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round}
.contact-item-label{font-size:.68rem;text-transform:uppercase;letter-spacing:.12em;color:#999;display:block;margin-bottom:.2rem}
.contact-item-val{color:#000;font-weight:500;font-size:.95rem}
.contact-item-val a{color:#000}
.contact-item-val a:hover{color:var(--gold)}
.contact-form-wrap{background:#fff;padding:3rem;border-radius:var(--radius);box-shadow:0 4px 48px rgba(0,0,0,.07)}
.contact-form-wrap h3{font-family:'Cormorant Garamond',serif;font-size:1.6rem;font-weight:700;color:#000;margin-bottom:2rem}
.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}
.form-group{margin-bottom:1.25rem}
.form-group label{display:block;font-size:.7rem;text-transform:uppercase;letter-spacing:.1em;color:#333;font-weight:700;margin-bottom:.5rem}
.form-group input,.form-group select,.form-group textarea{width:100%;border:1px solid #e0ddd8;padding:.8rem 1rem;font-size:.95rem;font-family:inherit;color:#000;background:#faf8f5;border-radius:var(--radius);transition:border-color var(--transition),box-shadow var(--transition);min-height:44px}
.form-group input:focus,.form-group select:focus,.form-group textarea:focus{outline:none;border-color:var(--gold);background:#fff;box-shadow:0 0 0 3px rgba(209,139,41,.1)}
.form-group textarea{min-height:120px;resize:vertical}
.form-group select{appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%23000' stroke-width='1.5' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 1rem center;padding-right:2.5rem}
.form-check{display:flex;align-items:flex-start;gap:.75rem;margin-bottom:1.5rem}
.form-check input[type=checkbox]{width:18px;height:18px;min-height:auto;flex-shrink:0;margin-top:.15rem;accent-color:var(--gold);cursor:pointer}
.form-check label{font-size:.85rem;color:#555;line-height:1.55;min-height:auto;cursor:pointer}
.form-check a{color:var(--gold);text-decoration:underline}
.honeypot{position:absolute;left:-9999px;top:-9999px;visibility:hidden;pointer-events:none}
.form-msg{display:none;padding:1rem 1.25rem;border-radius:var(--radius);margin-top:1rem;font-size:.88rem;font-weight:500}
.form-msg.success{background:#e8f5e9;color:#1b5e20;border:1px solid #a5d6a7;display:block}
.form-msg.error{background:#fce4ec;color:#b71c1c;border:1px solid #f48fb1;display:block}
footer{background:#000;padding:5rem 0 2rem}
.footer-top{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:3rem;margin-bottom:4rem;padding-bottom:3rem;border-bottom:1px solid rgba(250,248,245,.08)}
.footer-brand{}
.footer-brand img{height:128px;width:auto;margin-bottom:1.25rem}
.footer-brand-tagline{color:rgba(250,248,245,.45);font-size:.85rem;line-height:1.75;max-width:240px}
.footer-col h4{font-size:.68rem;text-transform:uppercase;letter-spacing:.18em;color:var(--gold);font-weight:700;margin-bottom:1.25rem}
.footer-links{display:flex;flex-direction:column;gap:.7rem}
.footer-links a{color:rgba(250,248,245,.55);font-size:.88rem;transition:color var(--transition);min-height:auto}
.footer-links a:hover{color:var(--gold)}
.footer-contact-info{display:flex;flex-direction:column;gap:.75rem}
.footer-contact-info span,.footer-contact-info a{color:rgba(250,248,245,.55);font-size:.85rem;line-height:1.55;min-height:auto}
.footer-contact-info a:hover{color:var(--gold)}
.footer-bottom{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem}
.footer-copy{color:rgba(250,248,245,.3);font-size:.78rem}
.footer-legal{display:flex;gap:1.5rem;flex-wrap:wrap}
.footer-legal a{color:rgba(250,248,245,.3);font-size:.78rem;transition:color var(--transition);min-height:auto}
.footer-legal a:hover{color:var(--gold)}
#back-to-top{position:fixed;bottom:2rem;right:2rem;width:48px;height:48px;background:var(--gold);color:#000;border:none;border-radius:var(--radius);cursor:pointer;display:flex;align-items:center;justify-content:center;opacity:0;visibility:hidden;transform:translateY(.75rem);transition:opacity var(--transition),visibility var(--transition),transform var(--transition),background var(--transition);z-index:998;min-height:auto}
#back-to-top.visible{opacity:1;visibility:visible;transform:translateY(0)}
#back-to-top:hover{background:var(--gold-dark)}
#back-to-top svg{width:20px;height:20px;stroke:#000;fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}
.page-header{background:#000;padding:9rem 0 5rem;position:relative;overflow:hidden}
.page-header::after{content:'';position:absolute;bottom:0;left:0;right:0;height:3px;background:linear-gradient(to right,transparent,var(--gold),transparent)}
.page-header .section-label{margin-bottom:1rem}
.page-header h1{font-family:'Cormorant Garamond',serif;font-size:clamp(2.5rem,5vw,4rem);font-weight:700;color:#faf8f5;line-height:1.1;max-width:700px}
.page-header .breadcrumb{display:flex;align-items:center;gap:.5rem;margin-top:1.5rem;flex-wrap:wrap}
.page-header .breadcrumb a,.page-header .breadcrumb span{font-size:.78rem;letter-spacing:.06em;text-transform:uppercase;color:rgba(250,248,245,.45);min-height:auto}
.page-header .breadcrumb a:hover{color:var(--gold)}
.page-header .breadcrumb .sep{color:rgba(250,248,245,.2);font-size:.7rem}
.page-header .breadcrumb .current{color:rgba(250,248,245,.7)}
.legal-body{padding:6rem 0}
.legal-content{max-width:860px;margin:0 auto}
.legal-content h2{font-family:'Cormorant Garamond',serif;font-size:1.6rem;font-weight:700;color:#000;margin:2.5rem 0 .85rem;padding-top:.5rem;border-top:1px solid #e8e4de}
.legal-content h2:first-child{border-top:none;margin-top:0}
.legal-content h3{font-size:1rem;font-weight:700;color:#000;margin:1.5rem 0 .6rem}
.legal-content p{color:#444;line-height:1.85;margin-bottom:1rem;font-size:.97rem}
.legal-content ul{margin:.75rem 0 1rem 1.25rem;display:flex;flex-direction:column;gap:.4rem}
.legal-content ul li{color:#444;font-size:.97rem;line-height:1.75;list-style:disc}
.legal-content .last-updated{font-size:.8rem;color:#999;text-transform:uppercase;letter-spacing:.08em;margin-bottom:2.5rem;display:block}
.apply-section{padding:6rem 0}
.apply-grid{display:grid;grid-template-columns:4fr 8fr;gap:5rem;align-items:start}
.apply-sidebar{}
.apply-sidebar .section-title{margin-bottom:1.25rem;font-size:2rem}
.apply-sidebar p{color:#555;line-height:1.8;font-size:.95rem;margin-bottom:1.5rem}
.apply-highlight{background:#fff;border-left:3px solid var(--gold);padding:1.25rem 1.5rem;border-radius:0 var(--radius) var(--radius) 0;margin-bottom:1rem}
.apply-highlight h4{font-size:.78rem;text-transform:uppercase;letter-spacing:.1em;color:var(--gold);font-weight:700;margin-bottom:.35rem}
.apply-highlight p{font-size:.85rem;color:#555;margin-bottom:0;line-height:1.55}
.apply-form-wrap{background:#fff;padding:3rem;border-radius:var(--radius);box-shadow:0 4px 48px rgba(0,0,0,.07)}
.apply-form-wrap h3{font-family:'Cormorant Garamond',serif;font-size:1.6rem;font-weight:700;color:#000;margin-bottom:2rem;padding-bottom:1.25rem;border-bottom:1px solid #efe9df}
.apply-form-section{margin-bottom:2rem;padding-bottom:2rem;border-bottom:1px solid #f0ece6}
.apply-form-section:last-of-type{border-bottom:none;margin-bottom:0}
.apply-form-section h4{font-size:.7rem;text-transform:uppercase;letter-spacing:.14em;color:var(--gold);font-weight:700;margin-bottom:1.25rem}
.file-upload-wrap{position:relative;border:1.5px dashed #d4cec6;border-radius:var(--radius);padding:1.5rem;text-align:center;background:#faf8f5;cursor:pointer;transition:border-color var(--transition)}
.file-upload-wrap:hover{border-color:var(--gold)}
.file-upload-wrap input[type=file]{position:absolute;inset:0;opacity:0;cursor:pointer;min-height:auto}
.file-upload-wrap p{font-size:.85rem;color:#888;line-height:1.5}
.file-upload-wrap strong{display:block;color:#333;font-size:.9rem;margin-bottom:.3rem}
.error-section{min-height:100vh;background:#000;display:flex;align-items:center;justify-content:center;text-align:center;padding:4rem 2rem;position:relative;overflow:hidden}
.error-section::before{content:'404';position:absolute;font-family:'Cormorant Garamond',serif;font-size:clamp(12rem,25vw,22rem);font-weight:700;color:rgba(209,139,41,.04);left:50%;top:50%;transform:translate(-50%,-50%);pointer-events:none;white-space:nowrap;letter-spacing:-.02em}
.error-content{position:relative;z-index:1;max-width:560px}
.error-tag{font-size:.7rem;letter-spacing:.28em;text-transform:uppercase;color:var(--gold);font-weight:700;display:block;margin-bottom:1.5rem}
.error-title{font-family:'Cormorant Garamond',serif;font-size:clamp(2.5rem,5vw,4rem);font-weight:700;color:#faf8f5;margin-bottom:1.25rem;line-height:1.12}
.error-text{color:rgba(250,248,245,.55);font-size:1rem;line-height:1.75;margin-bottom:2.5rem}
.error-links{display:flex;justify-content:center;gap:1rem;flex-wrap:wrap}
.error-links a{display:inline-flex;align-items:center;gap:.5rem;color:rgba(250,248,245,.5);font-size:.78rem;letter-spacing:.1em;text-transform:uppercase;transition:color var(--transition);min-height:auto;padding:.5rem .75rem}
.error-links a:hover{color:var(--gold)}
@media(max-width:1200px){.hero-left{padding:9rem 3.5rem 6rem 5rem}.footer-top{grid-template-columns:2fr 1fr 1fr;gap:2.5rem}.footer-top .footer-col:last-child{grid-column:1/2}}
@media(max-width:1024px){.about-grid{grid-template-columns:1fr;gap:3.5rem}.about-content{padding-left:0}.why-grid{grid-template-columns:1fr;gap:3.5rem}.culture-grid{grid-template-columns:1fr;gap:3.5rem}.culture-img-stack{height:380px}.contact-grid{grid-template-columns:1fr;gap:3rem}.apply-grid{grid-template-columns:1fr;gap:3rem}.footer-top{grid-template-columns:1fr 1fr;gap:2rem}}
@media(max-width:768px){#hero{grid-template-columns:1fr;min-height:auto}.hero-left{padding:8rem 2rem 4rem}.hero-right{height:280px;display:block}.services-header{flex-direction:column;gap:1.25rem}.services-header-right{max-width:100%}.services-grid{grid-template-columns:1fr}.culture-grid{grid-template-columns:1fr}.culture-img-stack{height:320px}.about-stats{grid-template-columns:repeat(2,1fr)}.nav-links{display:none}.hamburger{display:flex}.footer-top{grid-template-columns:1fr 1fr}.legal-content{padding:0 1rem}.contact-form-wrap{padding:2rem}.apply-form-wrap{padding:2rem}}
@media(max-width:480px){.hero-h1{font-size:2.4rem}.hero-actions{flex-direction:column;align-items:flex-start}.about-stats{grid-template-columns:1fr}.form-row{grid-template-columns:1fr}.culture-pillars{grid-template-columns:1fr}.footer-top{grid-template-columns:1fr}.footer-bottom{flex-direction:column;align-items:flex-start;gap:.75rem}.error-links{flex-direction:column;align-items:center}.culture-img-stack{height:260px}.culture-img-main{width:75%}.culture-img-accent{width:55%}.why-grid{gap:2.5rem}.apply-grid{gap:2rem}}
@media print{nav,footer,#back-to-top,.hero-scroll-cue,.hamburger,.mobile-nav,.hero-actions,.btn-primary,.btn-outline{display:none!important}body{color:#000;background:#fff;font-size:12pt}a{color:#000;text-decoration:none}#hero{display:block;min-height:auto;page-break-after:always}.hero-left{background:#fff;padding:1rem 0;color:#000}.hero-h1{color:#000!important;font-size:24pt}.hero-right,.hero-left::before,.hero-left::after,.hero-eyebrow::before{display:none}#services,#culture,#why{background:#fff}.service-card,.pillar,.why-item,.stat-box{border:1px solid #ccc;break-inside:avoid}.section-title,.service-title,.why-big{color:#000!important}.service-num,.services-watermark{color:#ccc!important}.service-text,.culture-text,.why-item-text,.why-checklist li,.about-text{color:#333!important}.service-link,.section-label{color:#555!important}.contact-form-wrap{box-shadow:none;border:1px solid #ccc}.page-header{background:#fff;padding:2rem 0}.page-header h1{color:#000}.legal-content h2,.legal-content h3{color:#000}.legal-content p,.legal-content ul li{color:#333}.footer-copy,.footer-legal a{color:#555!important}.error-section{background:#fff;min-height:auto}.error-title,.error-text{color:#000!important}.error-section::before{display:none}}
