*{box-sizing:border-box}
[hidden]{display:none!important}
html{scroll-behavior:smooth}
body{margin:0;color:var(--ink);background:var(--ivory);font-family:"DM Sans",sans-serif;-webkit-font-smoothing:antialiased}
a{text-decoration:none;color:inherit}
button,select{font:inherit}
.ar-container{width:min(1280px,calc(100% - 64px));margin-inline:auto}
.ar-header{height:96px;background:rgba(255,252,254,.88);border-bottom:1px solid rgba(214,20,111,.08);display:flex;align-items:center;position:sticky;top:0;z-index:50;backdrop-filter:blur(20px) saturate(1.25)}
.ar-nav{display:flex;align-items:center;justify-content:space-between;gap:35px}
.ar-logo{display:inline-flex;align-items:center;flex:0 0 auto}
.ar-logo img{display:block;height:72px;width:auto;max-width:220px;object-fit:contain;object-position:left center;transition:height .25s ease}
.ar-nav-links{display:flex;align-items:center;gap:32px;margin-left:auto}
.ar-nav-links a{font-size:13px;font-weight:700;color:#5d5058;transition:.2s;position:relative}
.ar-nav-links a:after{content:"";position:absolute;left:0;right:100%;bottom:-8px;height:2px;border-radius:2px;background:var(--wine);transition:right .2s ease}
.ar-nav-links a:hover:after{right:0}
.ar-nav-links a:hover{color:var(--wine)}
.ar-nav-links a.is-active{color:var(--wine)}
.ar-nav-links a.is-active:after{right:0}
.ar-nav-actions{display:flex;align-items:center;gap:20px}
.ar-login{font-size:14px;font-weight:700;color:var(--wine)}
.ar-button{display:inline-flex;align-items:center;justify-content:center;gap:9px;background:var(--wine);color:#fff;border-radius:99px;padding:16px 23px;font-weight:700;font-size:14px;box-shadow:0 9px 24px rgba(138,10,68,.2);transition:.25s}
.ar-button:hover{background:var(--wine-dark);transform:translateY(-2px)}
.ar-button-small{padding:13px 20px}
.ar-menu-button{display:none;background:none;border:0;color:var(--wine);font-size:27px}
.ar-hero{position:relative;overflow:hidden;background:radial-gradient(circle at 87% 18%,rgba(214,20,111,.11),transparent 22%),radial-gradient(circle at 69% 38%,rgba(201,151,46,.13),transparent 25%),linear-gradient(118deg,#fffafd 39%,#f9eaf1 100%)}
.ar-hero:before{content:"";position:absolute;inset:0;background-image:linear-gradient(rgba(214,20,111,.035) 1px,transparent 1px),linear-gradient(90deg,rgba(214,20,111,.035) 1px,transparent 1px);background-size:52px 52px;mask-image:linear-gradient(to right,transparent 35%,#000)}
.ar-hero-grid{min-height:calc(100vh - 168px);display:grid;grid-template-columns:minmax(0,1.05fr) minmax(480px,.95fr);align-items:center;gap:64px;padding-top:38px;padding-bottom:42px;position:relative;z-index:2}
.ar-hero-copy{padding-top:0}
.ar-eyebrow,.ar-kicker{font-size:11px;font-weight:800;text-transform:uppercase;letter-spacing:2.1px;color:var(--wine)}
.ar-eyebrow{display:flex;align-items:center;gap:10px}
.ar-eyebrow span{width:26px;height:1px;background:var(--gold)}
h1,h2,h3,p{margin-top:0}
h1,h2{font-family:"Playfair Display",serif}
.ar-hero h1{font-size:clamp(54px,5vw,76px);line-height:1.01;letter-spacing:-3.2px;margin:20px 0 22px;max-width:680px;font-weight:600;text-wrap:balance}
.ar-hero h1 em{color:var(--wine);font-weight:600;position:relative}
.ar-hero h1 em:after{content:"";position:absolute;left:3px;right:0;bottom:-7px;height:9px;border-top:2px solid var(--gold);border-radius:50%}
.ar-hero-lead{max-width:590px;color:var(--muted);font-size:16px;line-height:1.7;margin-bottom:24px}
.ar-match-box{background:rgba(255,255,255,.9);backdrop-filter:blur(18px);border:1px solid rgba(214,20,111,.13);box-shadow:0 20px 55px rgba(138,10,68,.1);border-radius:18px;padding:10px 10px 10px 16px;display:grid;grid-template-columns:1.1fr .9fr 1fr auto;align-items:end;gap:0;max-width:700px}
.ar-field{padding:2px 15px;border-right:1px solid var(--line)}
.ar-field label{display:block;font-size:10px;letter-spacing:.6px;text-transform:uppercase;font-weight:800;color:#8f6a6f;margin-bottom:5px}
.ar-field select{width:100%;border:0;background:transparent;color:var(--ink);font-weight:700;font-size:13px;outline:0;padding:0 20px 0 0}
.ar-search-button{border:0;background:linear-gradient(135deg,#e01876,var(--wine));color:#fff;border-radius:12px;padding:17px 20px;font-size:13px;font-weight:700;cursor:pointer;white-space:nowrap;transition:.2s;box-shadow:0 9px 20px rgba(214,20,111,.2)}
.ar-search-button:hover{background:var(--wine-dark);transform:translateY(-1px);box-shadow:0 12px 25px rgba(168,15,87,.24)}
.ar-trust-row{display:flex;align-items:center;gap:13px;margin-top:22px}
.ar-avatar-stack{display:flex;padding-left:8px}
.ar-avatar-stack img{width:35px;height:35px;border-radius:50%;object-fit:cover;border:3px solid var(--ivory);margin-left:-8px}
.ar-trust-row>div:last-child{display:flex;flex-direction:column;gap:3px}
.ar-trust-row strong{font-size:12px}.ar-trust-row span{font-size:11px;color:var(--muted)}.ar-trust-row i{color:var(--gold)}
.ar-hero-visual{height:560px;position:relative;display:grid;place-items:center}
.ar-portrait-frame{width:390px;height:515px;position:relative;border-radius:205px 205px 30px 30px;overflow:hidden;border:8px solid rgba(255,255,255,.72);box-shadow:0 35px 80px rgba(112,25,65,.2);z-index:2;background:#ddc8b0}
.ar-portrait-frame:after{content:"";position:absolute;inset:0;background:linear-gradient(to top,rgba(100,10,55,.32),transparent 38%)}
.ar-portrait-frame img{width:100%;height:100%;object-fit:cover;object-position:center 42%;transform:scale(1.015)}
.ar-portrait-label{position:absolute;left:28px;bottom:22px;z-index:2;color:#fff;text-transform:uppercase;font-size:9px;letter-spacing:1.8px;font-weight:800}
.ar-gold-orbit{position:absolute;width:500px;height:500px;border:1px solid rgba(201,151,46,.5);border-radius:50%;z-index:1}
.ar-gold-orbit:before,.ar-gold-orbit:after{content:"";position:absolute;border-radius:50%;background:var(--gold)}
.ar-gold-orbit:before{width:9px;height:9px;left:41px;top:88px;box-shadow:0 0 0 6px rgba(201,151,46,.15)}
.ar-gold-orbit:after{width:6px;height:6px;right:26px;bottom:126px}
.ar-floating-card{position:absolute;z-index:4;background:rgba(255,255,255,.9);backdrop-filter:blur(14px);border:1px solid rgba(255,255,255,.8);box-shadow:0 20px 45px rgba(138,10,68,.16);padding:14px 17px;border-radius:17px;display:flex;align-items:center;gap:11px}
.ar-floating-card>span:last-child{display:flex;flex-direction:column;font-size:9px;color:var(--muted);line-height:1.4}.ar-floating-card strong{font-size:11px;color:var(--ink)}
.ar-float-icon{width:35px;height:35px;border-radius:12px;display:grid;place-items:center;background:var(--wine);color:#fff}
.ar-floating-match{left:-8px;top:86px;animation:arFloat 5s ease-in-out infinite}
.ar-floating-safe{right:-18px;bottom:66px;animation:arFloat 5s ease-in-out -2.5s infinite}
.ar-floating-safe .ar-float-icon{background:var(--rose);color:#fff}
.ar-match-stamp{position:absolute;z-index:5;right:-2px;top:30px;width:80px;height:80px;border-radius:50%;background:linear-gradient(145deg,#e71a7c,#bd0e60);color:#fff;display:flex;flex-direction:column;align-items:center;justify-content:center;border:4px solid rgba(253,247,250,.9);box-shadow:0 16px 30px rgba(138,10,68,.22);transform:rotate(8deg)}
.ar-match-stamp strong{font:700 22px "Playfair Display"}.ar-match-stamp span{font-size:6px;letter-spacing:1.2px;text-align:center;line-height:1.35;color:#f6e3bd}
@keyframes arFloat{0%,100%{transform:translateY(0)}50%{transform:translateY(-10px)}}
.ar-profile-card{background:#fff;border-radius:26px;box-shadow:0 30px 70px rgba(77,27,38,.18)}
.ar-card-main{width:335px;padding:13px;position:relative;z-index:3;transform:rotate(1.5deg)}
.ar-profile-photo{height:294px;border-radius:19px;overflow:hidden;position:relative;background:#e9d8d7}
.ar-profile-photo>img{width:100%;height:100%;object-fit:cover;object-position:center 24%}
.ar-verified{position:absolute;left:13px;bottom:13px;background:rgba(255,255,255,.93);padding:7px 10px;border-radius:99px;font-size:10px;font-weight:800;color:var(--wine)}
.ar-online{position:absolute;right:14px;top:14px;width:10px;height:10px;border:2px solid white;border-radius:50%;background:#58a774}
.ar-profile-info{display:flex;justify-content:space-between;align-items:center;padding:16px 4px 8px}
.ar-profile-info h3{font-family:"Playfair Display",serif;font-size:21px;margin-bottom:3px}.ar-profile-info p{font-size:11px;color:var(--muted);margin:0}
.ar-score{width:48px;height:48px;border:1px solid var(--blush);background:#fbf4f3;border-radius:50%;display:grid;place-content:center;text-align:center;color:var(--wine);font-size:13px;font-weight:800}
.ar-score small{display:block;font-size:7px;text-transform:uppercase;letter-spacing:.5px}
.ar-tags{display:flex;gap:6px;padding:0 4px 14px}.ar-tags span{font-size:9px;background:var(--ivory);padding:6px 8px;border-radius:99px;color:#6a575c}
.ar-profile-actions{display:flex;justify-content:center;gap:12px;padding:2px 0 5px}
.ar-profile-actions button,.ar-profile-actions a{width:43px;height:43px;border-radius:50%;display:grid;place-items:center;border:1px solid var(--line);background:#fff;color:#b0a1a3;font-size:17px;cursor:pointer}
.ar-profile-actions a{background:var(--wine);border-color:var(--wine);color:#fff;box-shadow:0 7px 17px rgba(104,31,53,.2)}
.ar-card-back{position:absolute;right:-18px;top:75px;width:190px;padding:12px;display:flex;align-items:center;gap:9px;z-index:4;border-radius:15px;transform:rotate(5deg);font-size:10px;font-weight:700}
.ar-card-back i{color:var(--rose);margin-left:auto}.ar-mini-avatar img{width:32px;height:32px;border-radius:50%;object-fit:cover}
.ar-floating-note{position:absolute;left:8px;bottom:54px;z-index:5;background:rgba(255,255,255,.96);box-shadow:0 17px 35px rgba(71,31,42,.13);border-radius:15px;padding:12px 15px;display:flex;align-items:center;gap:10px}
.ar-floating-note>i{color:var(--wine);font-size:23px}.ar-floating-note span{display:flex;flex-direction:column;font-size:9px;color:var(--muted)}.ar-floating-note strong{font-size:11px;color:var(--ink);margin-bottom:2px}
.ar-pattern{position:absolute;border:1px solid rgba(214,20,111,.18);border-radius:50%}.ar-pattern-one{width:450px;height:450px}.ar-pattern-two{width:375px;height:375px;border-color:rgba(201,151,46,.35)}
.ar-hero-orb{position:absolute;border-radius:50%;filter:blur(1px)}.ar-orb-one{width:300px;height:300px;background:rgba(214,20,111,.1);right:-100px;top:30px}.ar-orb-two{width:160px;height:160px;border:1px solid rgba(201,151,46,.25);left:-60px;bottom:100px}
.ar-hero-foot{position:relative;z-index:2;border-top:1px solid rgba(214,20,111,.1);min-height:72px;display:flex;align-items:center;justify-content:space-between;gap:20px;color:#6e5a66;font-size:11px;font-weight:700}
.ar-hero-foot>span{text-transform:uppercase;letter-spacing:1.3px;color:#8f7c86}.ar-hero-foot div{display:flex;align-items:center;gap:7px}.ar-hero-foot i{color:var(--wine)}
.ar-section{padding:105px 0}
.ar-section-heading{display:grid;grid-template-columns:1.1fr .7fr;align-items:end;gap:60px;margin-bottom:55px}
.ar-section-heading h2,.ar-safety-copy h2,.ar-story-heading h2{font-size:clamp(36px,4vw,52px);line-height:1.1;letter-spacing:-1.7px;margin:12px 0 0}
.ar-section-heading p{color:var(--muted);line-height:1.75;margin:0}
.ar-steps{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.ar-steps article{background:#fff;padding:35px;border:1px solid var(--line);border-radius:20px;position:relative;transition:.25s}
.ar-steps article:hover{transform:translateY(-5px);box-shadow:0 20px 40px rgba(138,10,68,.1);border-color:#eec7dc}
.ar-step-number{position:absolute;right:24px;top:25px;font-family:"Playfair Display";color:#e6cbd8;font-size:14px}
.ar-step-icon{width:54px;height:54px;border-radius:16px;background:var(--blush);display:grid;place-items:center;color:var(--wine);font-size:23px;margin-bottom:27px}
.ar-steps h3{font-family:"Playfair Display";font-size:21px;margin-bottom:10px}.ar-steps p{color:var(--muted);font-size:14px;line-height:1.65;margin:0}
.ar-safety{background:#eaf0f6}
.ar-safety-grid{display:grid;grid-template-columns:1fr 1fr;gap:110px;align-items:center}
.ar-safety-art{height:480px;position:relative;display:grid;place-items:center}
.ar-safety-circle{width:305px;height:305px;border-radius:50%;display:grid;place-items:center;background:linear-gradient(145deg,#1d5b8f,#0e2f52);box-shadow:0 30px 60px rgba(14,47,82,.22);color:#fff;font-size:86px;position:relative}
.ar-safety-circle:before,.ar-safety-circle:after{content:"";position:absolute;border-radius:50%;border:1px solid rgba(21,66,115,.18)}.ar-safety-circle:before{inset:-42px}.ar-safety-circle:after{inset:-82px}
.ar-safety-card{position:absolute;top:44px;right:2px;background:#fff;padding:14px 18px;border-radius:14px;box-shadow:0 15px 35px rgba(14,47,82,.14);display:flex;align-items:center;gap:11px}.ar-safety-card>i{color:var(--rose);font-size:22px}.ar-safety-card span{display:flex;flex-direction:column;font-size:10px;color:var(--muted)}.ar-safety-card strong{font-size:12px;color:var(--ink);margin-bottom:2px}.ar-safety-card-bottom{top:auto;right:auto;left:5px;bottom:45px}
.ar-safety-copy>p{color:var(--muted);line-height:1.8;font-size:15px;margin:22px 0}
.ar-safety-copy ul{list-style:none;padding:0;margin:0 0 28px}.ar-safety-copy li{display:flex;gap:12px;margin:15px 0;font-size:14px;color:#4c4650}.ar-safety-copy li i{width:22px;height:22px;display:grid;place-items:center;background:#fff;border-radius:50%;color:var(--rose);font-weight:800}.ar-safety-copy li strong{color:var(--ink)}
.ar-text-link{display:inline-flex;align-items:center;gap:10px;color:var(--rose);font-weight:800;font-size:13px;border-bottom:1px solid rgba(21,66,115,.3);padding-bottom:5px}
.ar-stories{background:#fff}
.ar-story-heading{text-align:center;max-width:650px;margin:0 auto 50px}
.ar-story-card{border:1px solid var(--line);border-radius:24px;padding:42px;display:grid;grid-template-columns:auto 1fr 180px;align-items:center;gap:45px;background:var(--ivory)}
.ar-story-people{display:flex;align-items:center}.ar-story-people img{width:105px;height:105px;border-radius:50%;object-fit:cover;border:5px solid #fff}.ar-story-people img:last-child{margin-left:-20px}.ar-story-people span{width:36px;height:36px;border-radius:50%;display:grid;place-items:center;background:var(--wine);color:#fff;margin:0 -12px;z-index:2;border:3px solid #fff;font-size:11px}
.ar-quote{font-family:"Playfair Display";font-size:58px;color:var(--gold);height:36px;line-height:1}.ar-story-copy blockquote{font-family:"Playfair Display";font-size:20px;line-height:1.55;margin:0 0 15px}.ar-story-copy p{font-weight:800;font-size:12px;margin:0}.ar-story-copy p span{color:var(--muted);font-weight:500}
.ar-story-stat{border-left:1px solid var(--line);padding-left:30px}.ar-story-stat strong{display:block;font-family:"Playfair Display";font-size:33px;color:var(--wine)}.ar-story-stat span{font-size:11px;line-height:1.5;color:var(--muted)}
.ar-cta{background:var(--wine);color:#fff;position:relative;overflow:hidden}.ar-cta:after{content:"♡";position:absolute;right:6%;top:-70px;font:260px "Playfair Display";color:rgba(255,255,255,.06)}
.ar-cta-inner{min-height:290px;display:flex;justify-content:space-between;align-items:center;position:relative;z-index:2}.ar-cta span{font-size:10px;letter-spacing:2px;color:#fff0f8;font-weight:800}.ar-cta h2{font-size:42px;margin:10px 0 8px}.ar-cta p{color:#fff5fa;margin:0}.ar-button-light{background:#fff;color:var(--wine);box-shadow:none}.ar-button-light:hover{background:var(--ivory);color:var(--wine-dark)}
.ar-footer{background:var(--rose-dark);color:#c8bdcc;padding-top:65px}.ar-footer-main{display:grid;grid-template-columns:1.6fr .7fr .7fr 1fr;gap:65px;padding-bottom:55px}.ar-logo-footer{color:#fff}.ar-logo-footer+ p{max-width:310px;font-size:13px;line-height:1.75;margin:20px 0 0}.ar-footer-links{display:flex;flex-direction:column;gap:11px;font-size:12px}.ar-footer-links strong,.ar-footer-join strong{color:#fff;font-size:12px;margin-bottom:6px}.ar-footer-links a:hover{color:#fff}.ar-footer-join p{font-size:12px;line-height:1.6}.ar-footer-join a{color:#fff;font-size:12px;font-weight:800}.ar-footer-join i{margin-left:5px}.ar-footer-bottom{border-top:1px solid rgba(255,255,255,.08);min-height:62px;display:flex;align-items:center;justify-content:space-between;font-size:10px}.ar-footer-bottom i{color:var(--wine)}
.ar-logo-footer img{display:block;height:64px;width:auto}
@media(max-width:1000px){.ar-nav-links{gap:18px}.ar-hero-grid{grid-template-columns:1fr;gap:10px;padding-top:85px}.ar-hero-copy{text-align:center}.ar-eyebrow,.ar-trust-row{justify-content:center}.ar-hero h1,.ar-hero-lead,.ar-match-box{margin-left:auto;margin-right:auto}.ar-hero-visual{height:560px}.ar-hero-foot>span{display:none}.ar-safety-grid{gap:50px}.ar-story-card{grid-template-columns:auto 1fr}.ar-story-stat{display:none}.ar-footer-main{grid-template-columns:1.4fr .7fr .7fr}.ar-footer-join{display:none}}
@media(max-width:780px){.ar-container{width:min(100% - 30px,1180px)}.ar-header{height:100px}.ar-logo img{height:64px}.ar-menu-button{display:block}.ar-nav-actions .ar-login{display:none}.ar-nav-actions .ar-button{padding:10px 14px;font-size:11px}.ar-nav-links{display:none;position:absolute;left:15px;right:15px;top:70px;background:#fff;border:1px solid var(--line);border-radius:15px;padding:18px;box-shadow:0 20px 35px rgba(138,10,68,.14);flex-direction:column;align-items:flex-start}.ar-nav-links.is-open{display:flex}.ar-hero-grid{padding-top:62px}.ar-hero h1{font-size:49px}.ar-match-box{grid-template-columns:1fr 1fr}.ar-field{padding:9px 12px}.ar-field:nth-child(2){border:0}.ar-search-button{grid-column:1/-1;margin-top:6px}.ar-hero-foot{display:grid;grid-template-columns:1fr 1fr;padding:18px 0}.ar-section{padding:75px 0}.ar-section-heading{grid-template-columns:1fr;gap:20px}.ar-steps{grid-template-columns:1fr}.ar-safety-grid{grid-template-columns:1fr}.ar-safety-art{height:410px}.ar-story-card{grid-template-columns:1fr;text-align:center}.ar-story-people{justify-content:center}.ar-cta-inner{padding:60px 0;min-height:0;align-items:flex-start;flex-direction:column;gap:28px}.ar-footer-main{grid-template-columns:1.3fr 1fr 1fr;gap:30px}.ar-footer-main>div:first-child{grid-column:1/-1}}
@media(max-width:500px){.ar-logo{font-size:20px}.ar-logo-mark{width:33px;height:33px}.ar-nav-actions .ar-button{font-size:0;width:39px;height:39px;padding:0}.ar-nav-actions .ar-button i{font-size:15px}.ar-nav{gap:12px}.ar-hero h1{font-size:42px;letter-spacing:-1.8px}.ar-hero-lead{font-size:15px}.ar-match-box{grid-template-columns:1fr}.ar-field{border-right:0;border-bottom:1px solid var(--line);padding:10px 5px}.ar-field:nth-child(2){border-bottom:1px solid var(--line)}.ar-hero-visual{height:500px}.ar-card-main{width:285px}.ar-profile-photo{height:250px}.ar-card-back{right:-4px}.ar-floating-note{left:-3px;bottom:35px}.ar-pattern-one{width:350px;height:350px}.ar-pattern-two{width:290px;height:290px}.ar-hero-foot{grid-template-columns:1fr;font-size:10px}.ar-section-heading h2,.ar-safety-copy h2,.ar-story-heading h2{font-size:37px}.ar-safety-art{height:350px}.ar-safety-circle{width:230px;height:230px;font-size:65px}.ar-safety-card{right:-4px;top:30px}.ar-safety-card-bottom{left:-4px;bottom:25px}.ar-story-card{padding:30px 20px}.ar-story-people img{width:85px;height:85px}.ar-cta h2{font-size:35px}.ar-footer-main{grid-template-columns:1fr 1fr}.ar-footer-bottom{flex-direction:column;justify-content:center;gap:6px}.ar-footer{padding-top:48px}}
.ar-footer-bottom i{color:var(--gold-light)}
@media(max-width:500px){.ar-logo img{height:52px}.ar-logo-footer img{height:46px}}
@media(max-width:500px){
  .ar-hero-visual{height:475px}
  .ar-portrait-frame{width:292px;height:405px;border-width:6px;border-radius:150px 150px 24px 24px}
  .ar-gold-orbit{width:355px;height:355px}
  .ar-floating-match{left:-2px;top:82px}
  .ar-floating-safe{right:-2px;bottom:28px}
  .ar-match-stamp{right:0;top:22px;width:70px;height:70px}
  .ar-floating-card{padding:10px 12px}
  .ar-float-icon{width:30px;height:30px}
}

/* ── Keyboard accessibility ── */
.ar-skip-link{position:absolute;left:16px;top:-60px;z-index:100;background:var(--wine);color:#fff;font-weight:700;font-size:13px;padding:12px 18px;border-radius:10px;transition:top .2s ease}
.ar-skip-link:focus{top:16px}
a:focus-visible,button:focus-visible,select:focus-visible{outline:2px solid var(--wine);outline-offset:3px;border-radius:6px}
.ar-button:focus-visible,.ar-search-button:focus-visible{outline-color:var(--gold-light);outline-offset:2px}
.ar-button-light:focus-visible{outline-color:var(--wine)}

/* ── Sticky header: compact on scroll ── */
.ar-header{transition:height .25s ease,box-shadow .25s ease}
.ar-header.is-scrolled{box-shadow:0 10px 30px rgba(138,10,68,.12)}
@media(min-width:781px){.ar-header.is-scrolled{height:96px}.ar-header.is-scrolled .ar-logo img{height:66px}}
@media(max-width:780px){.ar-header.is-scrolled{height:78px}.ar-header.is-scrolled .ar-logo img{height:50px}}

/* ── Scroll-reveal: progressively enhanced, no-JS safe ── */
.js .reveal{opacity:0;transform:translateY(18px);transition:opacity .7s cubic-bezier(.22,.61,.36,1),transform .7s cubic-bezier(.22,.61,.36,1)}
.js .reveal.is-visible{opacity:1;transform:none}
.js .reveal-2{transition-delay:.12s}
.js .reveal-3{transition-delay:.24s}

@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*{transition:none!important}}

/* Refined responsive proportions */
@media (max-width:1100px) and (min-width:781px){
  .ar-hero-grid{grid-template-columns:1fr;gap:12px;padding-top:64px}
  .ar-hero-copy{text-align:center}
  .ar-eyebrow,.ar-trust-row{justify-content:center}
  .ar-hero h1,.ar-hero-lead,.ar-match-box{margin-left:auto;margin-right:auto}
}
@media (max-width:780px){
  .ar-header{height:78px}
  .ar-logo img{height:54px}
  .ar-menu-button{margin-left:auto;padding:8px;line-height:1;cursor:pointer}
  .ar-nav-actions{display:none}
  .ar-hero-grid{min-height:auto;padding-top:48px;padding-bottom:40px}
}
@media (min-width:781px){
  .ar-header.is-scrolled{height:78px}
  .ar-header.is-scrolled .ar-logo img{height:58px}
}
@media (max-width:780px){
  .ar-header.is-scrolled{height:70px}
  .ar-header.is-scrolled .ar-logo img{height:46px}
}

/* ── Premium brand system ── */
:root{
  --wine:#e01670;
  --wine-dark:#b20f58;
  --rose:#123f87;
  --rose-dark:#092b66;
  --blush:#fff0f6;
  --ivory:#fffafc;
  --gold:#e3a51b;
  --gold-light:#f5cf67;
  --ink:#211925;
  --muted:#716573;
  --line:#f0dfe8;
}
body{overflow-x:hidden;background:#fff}
.ar-container{width:min(1280px,calc(100% - 64px))}
.ar-header{height:92px;background:rgba(255,255,255,.9);box-shadow:0 1px 0 rgba(18,63,135,.06)}
.ar-logo img{height:69px}
.ar-nav{gap:42px}
.ar-nav-links{gap:36px}
.ar-login{position:relative}
.ar-login:after{content:"";position:absolute;inset:-10px -14px;border-radius:30px;background:var(--blush);z-index:-1;opacity:0;transition:.2s}
.ar-login:hover:after{opacity:1}
.ar-button{background:linear-gradient(135deg,#ed247e,#d6116a);box-shadow:0 12px 28px rgba(224,22,112,.22)}

/* Direct WhatsApp contact in the shared desktop/mobile header */
.ar-whatsapp-contact{
  display:inline-flex;
  align-items:center;
  gap:8px;
  flex:0 0 auto;
  color:#157a43;
  font-size:12px;
  font-weight:800;
  line-height:1.15;
  white-space:nowrap;
  transition:color .2s ease,transform .2s ease
}
.ar-whatsapp-contact i{
  width:35px;
  height:35px;
  display:grid;
  place-items:center;
  border-radius:50%;
  background:#25d366;
  color:#fff;
  font-size:19px;
  box-shadow:0 7px 18px rgba(37,211,102,.25)
}
.ar-whatsapp-contact span{display:flex;flex-direction:column;gap:2px}
.ar-whatsapp-contact small{color:var(--muted);font-size:8px;font-weight:700;letter-spacing:.5px;text-transform:uppercase}
.ar-whatsapp-contact:hover{color:#0d6535;transform:translateY(-1px)}
.ar-whatsapp-contact-mobile{display:none}

@media(max-width:1180px) and (min-width:781px){
  .ar-whatsapp-contact:not(.ar-whatsapp-contact-mobile) span{display:none}
  .ar-nav{gap:22px}
  .ar-nav-links{gap:20px}
  .ar-nav-actions{gap:13px}
}

@media(max-width:780px){
  .ar-whatsapp-contact-mobile{display:inline-flex;margin-left:auto}
  .ar-whatsapp-contact-mobile i{width:34px;height:34px;font-size:18px}
  .ar-whatsapp-contact-mobile span{font-size:10px}
  .ar-whatsapp-contact-mobile small{font-size:7px}
  .ar-menu-button{margin-left:0}
}

@media(max-width:430px){
  .ar-container.ar-nav{width:calc(100% - 20px);gap:8px}
  .ar-logo img{height:46px;max-width:132px}
  .ar-whatsapp-contact-mobile{gap:5px}
  .ar-whatsapp-contact-mobile i{width:31px;height:31px;font-size:17px}
  .ar-whatsapp-contact-mobile span{font-size:9px}
  .ar-whatsapp-contact-mobile small{display:none}
  .ar-menu-button{padding:6px;font-size:25px}
}

@media(max-width:350px){
  .ar-whatsapp-contact-mobile span{display:none}
}

.ar-hero{isolation:isolate}
.ar-hero:after{content:"";position:absolute;width:520px;height:520px;border-radius:50%;right:-210px;top:40px;background:linear-gradient(145deg,rgba(224,22,112,.1),rgba(18,63,135,.03));z-index:-1}
.ar-hero-grid{min-height:calc(100vh - 164px);grid-template-columns:minmax(0,1.08fr) minmax(500px,.92fr);gap:48px;padding-top:34px;padding-bottom:34px}
.ar-eyebrow{width:fit-content;max-width:100%;padding:8px 13px 8px 11px;border:1px solid rgba(224,22,112,.13);background:rgba(255,255,255,.62);border-radius:99px;letter-spacing:1.65px}
.ar-eyebrow span{width:7px;height:7px;border-radius:50%;box-shadow:0 0 0 4px rgba(227,165,27,.14)}
.ar-hero h1{font-size:clamp(57px,5vw,78px);line-height:.98;max-width:720px}
.ar-hero h1 em{background:linear-gradient(120deg,#ec1d7b,#cf0b63);-webkit-background-clip:text;background-clip:text;color:transparent}
.ar-hero h1 em:after{bottom:-9px;border-color:var(--gold);opacity:.8}
.ar-hero-lead{max-width:610px;font-size:16.5px}
.ar-match-box{border-color:rgba(224,22,112,.12);box-shadow:0 24px 60px rgba(76,18,52,.12),0 2px 0 #fff inset}
.ar-field select{cursor:pointer}
.ar-search-button{min-height:52px}
.ar-trust-row{width:max-content;padding:7px 13px 7px 5px;border-radius:99px;background:rgba(255,255,255,.55)}
.ar-hero-visual:before{content:"";position:absolute;width:420px;height:420px;border-radius:50%;background:radial-gradient(circle,#fff 0,rgba(255,255,255,.3) 50%,transparent 72%)}
.ar-portrait-frame{border-color:rgba(255,255,255,.84);box-shadow:0 40px 90px rgba(79,18,50,.22),0 0 0 1px rgba(227,165,27,.18)}
.ar-floating-card{box-shadow:0 18px 50px rgba(44,24,40,.14);border:1px solid rgba(224,22,112,.08)}
.ar-floating-match .ar-float-icon{background:linear-gradient(145deg,#f12682,#d30f68)}
.ar-floating-safe .ar-float-icon{background:linear-gradient(145deg,#1d59ad,#0c3477)}
.ar-hero-foot{background:rgba(255,255,255,.48);padding-inline:22px;border:1px solid rgba(224,22,112,.08);border-bottom:0;border-radius:18px 18px 0 0}
.ar-hero-foot i{font-size:14px}

.ar-proof{background:#fff;border-block:1px solid #f4e8ee}
.ar-proof-grid{min-height:128px;display:grid;grid-template-columns:1.55fr repeat(3,1fr);align-items:center}
.ar-proof-grid>div{min-height:62px;display:flex;justify-content:center;flex-direction:column;padding:0 42px;border-left:1px solid var(--line)}
.ar-proof-grid>div:first-child{border-left:0;padding-left:0;flex-direction:row;align-items:center;justify-content:flex-start;gap:17px}
.ar-proof-icon{width:46px;height:46px;border-radius:15px;display:grid;place-items:center;color:#fff;background:linear-gradient(145deg,var(--wine),#f04a93);box-shadow:0 10px 22px rgba(224,22,112,.2)}
.ar-proof-intro p{max-width:280px;margin:0;font:600 15px/1.55 "DM Sans"}
.ar-proof-stat strong{font:700 27px/1.1 "Playfair Display";color:var(--rose)}
.ar-proof-stat span{margin-top:5px;color:var(--muted);font-size:11px;text-transform:uppercase;letter-spacing:.9px;font-weight:700}

.ar-section{padding:120px 0}
.ar-intro{position:relative;background:linear-gradient(180deg,#fff 0,#fff9fc 100%)}
.ar-intro:before{content:"";position:absolute;width:310px;height:310px;border-radius:50%;border:1px solid rgba(224,22,112,.08);left:-180px;top:90px}
.ar-section-heading{align-items:center;margin-bottom:64px}
.ar-section-heading h2,.ar-safety-copy h2,.ar-story-heading h2{font-size:clamp(39px,4vw,56px)}
.ar-section-heading h2 em{color:var(--wine);font-weight:600}
.ar-section-heading>p{border-left:2px solid var(--gold);padding-left:25px}
.ar-steps{gap:24px}
.ar-steps article{min-height:335px;padding:38px 35px;border-radius:26px;overflow:hidden;display:flex;flex-direction:column;background:rgba(255,255,255,.9);box-shadow:0 16px 50px rgba(65,24,49,.05)}
.ar-steps article:before{content:"";position:absolute;width:150px;height:150px;border-radius:50%;right:-70px;bottom:-80px;background:var(--blush);transition:.3s}
.ar-steps article:hover:before{transform:scale(1.3)}
.ar-steps article:nth-child(2){transform:translateY(18px);border-color:rgba(18,63,135,.16)}
.ar-steps article:nth-child(2) .ar-step-icon{background:#eaf1fc;color:var(--rose)}
.ar-steps article:nth-child(3) .ar-step-icon{background:#fff7df;color:#ad7905}
.ar-step-number{font-size:15px;color:#ccb8c3}
.ar-step-icon{width:59px;height:59px;border-radius:18px}
.ar-steps h3{font-size:24px}
.ar-steps p{font-size:14px}
.ar-card-link{position:relative;z-index:1;margin-top:auto;padding-top:26px;color:var(--wine);font-size:11px;font-weight:800}
.ar-card-link i{margin-left:5px}

.ar-safety{position:relative;overflow:hidden;background:linear-gradient(135deg,#f2f6fc,#e8f0fb)}
.ar-safety:after{content:"";position:absolute;width:440px;height:440px;border-radius:50%;right:-180px;bottom:-250px;border:80px solid rgba(18,63,135,.035)}
.ar-safety-circle{background:linear-gradient(145deg,#1d5bb1,#092b66);box-shadow:0 36px 80px rgba(9,43,102,.25)}
.ar-safety-circle:before,.ar-safety-circle:after{border-color:rgba(18,63,135,.14)}
.ar-safety-card{border:1px solid rgba(18,63,135,.08);box-shadow:0 18px 45px rgba(9,43,102,.12)}
.ar-safety-copy{position:relative;z-index:2}
.ar-safety-copy .ar-kicker{color:var(--rose)}
.ar-safety-badge{display:flex;align-items:center;gap:13px;width:max-content;max-width:100%;padding:11px 16px;margin:-4px 0 23px;background:rgba(255,255,255,.7);border:1px solid rgba(18,63,135,.1);border-radius:14px}
.ar-safety-badge>i{font-size:24px;color:var(--rose)}
.ar-safety-badge span{display:flex;flex-direction:column;font-size:10px;color:var(--muted)}
.ar-safety-badge strong{font-size:12px;color:var(--ink)}

.ar-stories{position:relative;background:#fff}
.ar-story-heading .ar-kicker{display:inline-block;margin-bottom:6px}
.ar-story-card{position:relative;border:0;border-radius:32px;padding:52px;background:linear-gradient(120deg,#fff7fb,#f9f4fb);box-shadow:0 25px 70px rgba(60,17,43,.09);overflow:hidden}
.ar-story-card:after{content:"”";position:absolute;right:30px;top:-70px;font:240px "Playfair Display";color:rgba(224,22,112,.055)}
.ar-story-people img{box-shadow:0 12px 30px rgba(66,24,46,.14)}
.ar-story-people span{background:linear-gradient(145deg,#f02983,#d30e68);box-shadow:0 7px 18px rgba(224,22,112,.25)}
.ar-story-copy,.ar-story-stat{position:relative;z-index:1}
.ar-story-stat strong{color:var(--rose)}

.ar-cta{background:linear-gradient(125deg,#d81068 0,#e21a73 48%,#bd0d59 100%)}
.ar-cta:before{content:"";position:absolute;inset:0;background-image:radial-gradient(circle at 80% 20%,rgba(255,255,255,.16),transparent 25%),linear-gradient(rgba(255,255,255,.035) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.035) 1px,transparent 1px);background-size:auto,48px 48px,48px 48px}
.ar-cta-inner{min-height:330px}
.ar-cta h2{font-size:clamp(38px,4vw,52px)}
.ar-cta small{display:block;margin-top:16px;font-size:10px;color:#ffe3f0}
.ar-button-light{min-width:190px;padding:18px 25px;box-shadow:0 16px 35px rgba(84,4,40,.17)}
.ar-footer{position:relative;background:var(--rose-dark);padding-top:76px}
.ar-footer:before{content:"";position:absolute;left:0;right:0;top:0;height:3px;background:linear-gradient(90deg,var(--wine),var(--gold),var(--rose))}
.ar-logo-footer img{height:72px;filter:drop-shadow(0 8px 20px rgba(0,0,0,.18))}
.ar-footer-links a{transition:.2s}
.ar-footer-links a:hover{color:var(--gold-light);transform:translateX(3px)}
.ar-footer-join{padding:22px;border:1px solid rgba(255,255,255,.08);border-radius:18px;background:rgba(255,255,255,.03)}
.ar-footer-join a{color:var(--gold-light)}

@media(max-width:1100px){
  .ar-container{width:min(100% - 48px,1280px)}
  .ar-proof-grid>div{padding-inline:24px}
  .ar-hero-grid{grid-template-columns:1fr}
  .ar-hero-copy{text-align:center}
  .ar-eyebrow,.ar-trust-row{margin-inline:auto}
}
@media(max-width:780px){
  .ar-container{width:min(100% - 30px,1280px)}
  .ar-nav{gap:12px}
  .ar-nav-links{top:66px}
  .ar-proof-grid{grid-template-columns:1fr 1fr;padding:22px 0}
  .ar-proof-grid>div{border:0;padding:14px;align-items:center;text-align:center}
  .ar-proof-grid>div:first-child{grid-column:1/-1;justify-content:center;padding-left:14px}
  .ar-section{padding:84px 0}
  .ar-section-heading{margin-bottom:42px}
  .ar-section-heading>p{border-left:0;border-top:2px solid var(--gold);padding:20px 0 0}
  .ar-steps{gap:16px}
  .ar-steps article{min-height:285px}
  .ar-steps article:nth-child(2){transform:none}
  .ar-story-card{padding:38px 24px}
}
@media(max-width:500px){
  .ar-eyebrow{font-size:9px;letter-spacing:1.15px}
  .ar-hero h1{font-size:43px}
  .ar-hero-grid{padding-top:38px}
  .ar-match-box{padding:12px 14px}
  .ar-proof-stat strong{font-size:23px}
  .ar-proof-stat span{font-size:9px}
  .ar-section-heading h2,.ar-safety-copy h2,.ar-story-heading h2{font-size:38px}
  .ar-safety-badge{width:100%}
}

/* ── Auth pages (Login / Register) ── */
.ar-auth-wrap{min-height:100vh;display:grid;place-items:center;background:radial-gradient(circle at 85% 16%,rgba(201,151,46,.16),transparent 24%),linear-gradient(118deg,#fdf5f9 45%,#f7e3ee 100%);padding:40px 20px}
.ar-auth-card{width:100%;max-width:420px;background:rgba(255,255,255,.9);backdrop-filter:blur(18px);border:1px solid rgba(214,20,111,.12);box-shadow:0 22px 60px rgba(138,10,68,.11);border-radius:21px;padding:38px 34px}
.ar-auth-card .ar-logo{display:flex;width:100%;justify-content:center;margin:0 0 24px}
.ar-auth-card .ar-logo img{display:block;width:min(100%,270px);height:auto;max-width:none;object-position:center}
.ar-auth-title{font-family:"Playfair Display",serif;font-size:26px;text-align:center;margin:0 0 6px}
.ar-auth-sub{text-align:center;color:var(--muted);font-size:13px;margin:0 0 26px}
.ar-auth-group{margin-bottom:16px}
.ar-auth-group label{display:block;font-size:10px;letter-spacing:.6px;text-transform:uppercase;font-weight:800;color:#8f6a6f;margin-bottom:6px}
.ar-auth-group input{width:100%;border:1px solid var(--line);background:#fff;border-radius:12px;padding:13px 15px;font-size:14px;color:var(--ink);outline:0;transition:.2s}
.ar-auth-group input:focus{border-color:var(--wine)}
.ar-auth-options{display:flex;justify-content:flex-end;margin:-5px 0 15px}
.ar-auth-options a{color:var(--wine);font-size:12px;font-weight:700}
.ar-auth-options a:hover{text-decoration:underline}
.ar-auth-submit{width:100%;border:0;background:var(--wine);color:#fff;border-radius:12px;padding:15px;font-size:14px;font-weight:700;cursor:pointer;transition:.2s;margin-top:6px}
.ar-auth-submit:hover{background:var(--wine-dark)}
.ar-auth-foot{text-align:center;font-size:13px;color:var(--muted);margin-top:22px}
.ar-auth-foot a{color:var(--wine);font-weight:700}
.ar-auth-error{background:#fdecf3;color:#a80f57;border:1px solid #f3c4dc;border-radius:10px;padding:11px 14px;font-size:13px;margin-bottom:16px}
.ar-auth-success{background:#eaf6ee;color:#1e7a41;border:1px solid #bfe6cb;border-radius:10px;padding:11px 14px;font-size:13px;margin-bottom:16px}
.ar-auth-back{display:inline-flex;align-items:center;justify-content:center;gap:7px;width:100%;color:var(--muted);font-size:13px;font-weight:600;margin-top:22px}
.ar-auth-back:hover{color:var(--wine)}
@media(max-width:500px){
  .ar-auth-card{padding:32px 24px}
  .ar-auth-card .ar-logo{margin-bottom:20px}
  .ar-auth-card .ar-logo img{width:min(100%,240px);height:auto}
}

/* ── Career page ── */
.ar-career-hero{position:relative;overflow:hidden;background:linear-gradient(135deg,var(--rose-dark) 0%,var(--wine-dark) 100%);padding:140px 0 100px;color:#fff}
.ar-career-hero-bg{position:absolute;inset:0;background-image:linear-gradient(rgba(255,255,255,.04) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.04) 1px,transparent 1px);background-size:52px 52px;mask-image:radial-gradient(ellipse at 70% 30%,#000,transparent 75%)}
.ar-career-hero-inner{position:relative;z-index:2;max-width:640px}
.ar-career-hero h1{font-family:"Playfair Display",serif;font-size:clamp(44px,5vw,68px);line-height:1;letter-spacing:-2.5px;margin:18px 0 20px}
.ar-career-hero h1 em{color:var(--gold-light);font-style:normal;position:relative}
.ar-career-hero h1 em:after{content:"";position:absolute;left:3px;right:0;bottom:-6px;height:8px;border-top:2px solid var(--gold-light);border-radius:50%}
.ar-career-hero p{font-size:17px;line-height:1.75;opacity:.88;margin-bottom:30px}
.ar-career-perks{background:#fff}
.ar-career-perks-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.ar-career-perks-grid article{background:var(--ivory);border:1px solid var(--line);border-radius:18px;padding:30px 28px;transition:.25s}
.ar-career-perks-grid article:hover{transform:translateY(-4px);box-shadow:0 18px 38px rgba(138,10,68,.08);border-color:#eec7dc}
.ar-career-perk-icon{width:50px;height:50px;border-radius:14px;background:var(--blush);display:grid;place-items:center;color:var(--wine);font-size:22px;margin-bottom:20px}
.ar-career-perks-grid h3{font-family:"Playfair Display",serif;font-size:18px;margin:0 0 8px}
.ar-career-perks-grid p{color:var(--muted);font-size:13px;line-height:1.65;margin:0}
.ar-career-openings{background:var(--ivory)}
.ar-career-section-head{display:grid;grid-template-columns:1fr .8fr;align-items:end;gap:40px;margin-bottom:45px}
.ar-career-section-head h2{font-family:"Playfair Display",serif;font-size:clamp(34px,3.5vw,48px);line-height:1.1;letter-spacing:-1.5px;margin:10px 0 0}
.ar-career-section-head>p{color:var(--muted);font-size:14px;line-height:1.7;margin:0}
.ar-career-job-list{display:flex;flex-direction:column;gap:16px}
.ar-career-job-card{background:#fff;border:1px solid var(--line);border-radius:18px;padding:28px 30px;transition:.25s}
.ar-career-job-card:hover{transform:translateY(-3px);box-shadow:0 16px 35px rgba(138,10,68,.08);border-color:#eec7dc}
.ar-career-job-top{display:flex;align-items:center;justify-content:space-between;margin-bottom:14px}
.ar-career-job-dept{background:var(--blush);color:var(--wine);font-size:11px;font-weight:800;padding:6px 14px;border-radius:99px;text-transform:uppercase;letter-spacing:.5px}
.ar-career-job-type{font-size:12px;color:var(--muted);display:flex;align-items:center;gap:5px}
.ar-career-job-card h3{font-family:"Playfair Display",serif;font-size:20px;margin:0 0 10px}
.ar-career-job-card>p{color:var(--muted);font-size:13px;line-height:1.65;margin:0 0 16px}
.ar-career-job-tags{display:flex;flex-wrap:wrap;gap:6px;margin-bottom:20px}
.ar-career-job-tags span{font-size:10px;background:var(--ivory);border:1px solid var(--line);padding:5px 10px;border-radius:99px;color:#6a575c;font-weight:600}
.ar-career-job-bottom{display:flex;align-items:center;justify-content:space-between;border-top:1px solid var(--line);padding-top:18px}
.ar-career-job-salary{font-size:13px;font-weight:700;color:var(--ink);display:flex;align-items:center;gap:6px}
.ar-career-job-salary i{color:var(--gold)}
@media(max-width:780px){.ar-career-perks-grid{grid-template-columns:1fr}.ar-career-section-head{grid-template-columns:1fr;gap:12px}.ar-career-job-top{flex-direction:column;align-items:flex-start;gap:8px}.ar-career-job-bottom{flex-direction:column;align-items:flex-start;gap:14px}}
@media(max-width:500px){.ar-career-hero{padding:110px 0 70px}.ar-career-hero h1{font-size:38px}}

/* ── Contact page ── */

/* ── Contact page ── */
.ar-contact-hero {
    background: radial-gradient(circle at 85% 16%,rgba(201,151,46,.16),transparent 24%),linear-gradient(118deg,#fdf5f9 45%,#f7e3ee 100%);
    padding: 120px 0 80px;
    text-align: center
}

    .ar-contact-hero h1 {
        font-family: "Playfair Display",serif;
        font-size: clamp(48px,5vw,72px);
        line-height: 1;
        letter-spacing: -3px;
        margin: 20px 0 18px
    }

    .ar-contact-hero .ar-hero-lead {
        max-width: 580px;
        margin-inline: auto;
        font-size: 17px
    }

.ar-contact-body {
    background: #fff
}

.ar-contact-grid {
    display: grid;
    grid-template-columns: 1fr 1.15fr;
    gap: 70px;
    align-items: start
}

.ar-contact-info h2, .ar-contact-form-wrap h2 {
    font-family: "Playfair Display",serif;
    font-size: 32px;
    margin: 0 0 10px
}

.ar-contact-info > p, .ar-contact-form-wrap > p {
    color: var(--muted);
    font-size: 14px;
    line-height: 1.7;
    margin: 0 0 30px
}

.ar-contact-detail {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 24px
}

.ar-contact-icon {
    width: 48px;
    height: 48px;
    border-radius: 14px;
    background: var(--blush);
    display: grid;
    place-items: center;
    color: var(--wine);
    font-size: 20px;
    flex-shrink: 0
}

.ar-contact-detail strong {
    display: block;
    font-size: 13px;
    color: var(--ink);
    margin-bottom: 2px
}

.ar-contact-detail a, .ar-contact-detail span {
    font-size: 13px;
    color: var(--muted)
}

    .ar-contact-detail a:hover {
        color: var(--wine)
    }

.ar-contact-socials {
    display: flex;
    gap: 12px;
    margin-top: 35px
}

    .ar-contact-socials a {
        width: 42px;
        height: 42px;
        border-radius: 50%;
        border: 1px solid var(--line);
        display: grid;
        place-items: center;
        color: var(--muted);
        font-size: 17px;
        transition: .2s
    }

        .ar-contact-socials a:hover {
            background: var(--wine);
            border-color: var(--wine);
            color: #fff
        }

.ar-contact-form {
    display: flex;
    flex-direction: column;
    gap: 16px
}

.ar-contact-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px
}

.ar-contact-form select, .ar-contact-form textarea {
    width: 100%;
    border: 1px solid var(--line);
    background: #fff;
    border-radius: 12px;
    padding: 13px 15px;
    font-size: 14px;
    color: var(--ink);
    outline: 0;
    transition: .2s;
    font-family: "DM Sans",sans-serif;
    resize: vertical
}

    .ar-contact-form select:focus, .ar-contact-form textarea:focus {
        border-color: var(--wine)
    }

.ar-contact-faq {
    background: var(--ivory)
}

    .ar-contact-faq .ar-story-heading {
        text-align: center;
        max-width: 650px;
        margin: 0 auto 50px
    }

.ar-contact-faq-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 18px;
    max-width: 960px;
    margin: 0 auto
}

.ar-contact-faq-item {
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 18px;
    padding: 28px 28px 24px;
    transition: .25s
}

    .ar-contact-faq-item:hover {
        transform: translateY(-3px);
        box-shadow: 0 16px 35px rgba(138,10,68,.08);
        border-color: #eec7dc
    }

    .ar-contact-faq-item h3 {
        font-family: "Playfair Display",serif;
        font-size: 17px;
        display: flex;
        align-items: center;
        gap: 10px;
        margin: 0 0 10px
    }

        .ar-contact-faq-item h3 i {
            color: var(--wine);
            font-size: 20px
        }

    .ar-contact-faq-item p {
        color: var(--muted);
        font-size: 13px;
        line-height: 1.7;
        margin: 0
    }

@media(max-width:780px) {
    .ar-contact-grid {
        grid-template-columns: 1fr;
        gap: 50px
    }

    .ar-contact-row {
        grid-template-columns: 1fr
    }

    .ar-contact-faq-grid {
        grid-template-columns: 1fr
    }
}

@media(max-width:500px) {
    .ar-contact-hero {
        padding: 100px 0 60px
    }

        .ar-contact-hero h1 {
            font-size: 40px
        }

    .ar-contact-info h2, .ar-contact-form-wrap h2 {
        font-size: 26px
    }
}
