/* Contact page — load after the shared ROG styles. */
.rog-page-contact { background: #f7f5f0; color: #292c31; }

.rog-contact-hero { position: relative; min-height: 570px; display: grid; align-items: end; overflow: hidden; background: #292c31; }
.rog-contact-hero__image { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; animation: rogContactHero 18s ease-in-out infinite alternate; }
.rog-contact-hero__overlay { position: absolute; inset: 0; background: linear-gradient(90deg,rgba(24,26,31,.92),rgba(24,26,31,.58) 58%,rgba(24,26,31,.28)),linear-gradient(0deg,rgba(24,26,31,.56),transparent 55%); }
.rog-contact-hero__content { position: relative; z-index: 1; width: calc(100% - 64px) !important; max-width: 1380px !important; margin: 0 auto !important; padding: 180px 0 88px !important; color: #fff; box-sizing: border-box; }
.rog-contact-hero h1 { max-width: 920px; margin: 12px 0 24px; font-size: clamp(3rem,7.2vw,6.5rem); font-weight: 400; letter-spacing: -.065em; line-height: .93; }
.rog-contact-hero h1 em { color: #d6b45a; font-family: Georgia,serif; font-weight: 400; }
.rog-contact-hero__content > p:last-child { max-width: 650px; margin: 0; color: rgba(255,255,255,.76); font-size: 1.08rem; line-height: 1.7; }

.rog-contact-main { padding: 100px 32px 110px; background: linear-gradient(180deg,#fff 0,#f7f5f0 100%); }
.rog-contact-main > .rog-shell { width: 100% !important; max-width: 1320px !important; margin: 0 auto !important; padding: 0 !important; }
.rog-contact-layout { display: grid; grid-template-columns: minmax(320px,.82fr) minmax(0,1.18fr); gap: 28px; align-items: stretch; }

.rog-contact-details { position: relative; min-height: 720px; padding: 46px; overflow: hidden; isolation: isolate; color: #fff; background: radial-gradient(circle at 85% 8%,rgba(214,180,90,.25),transparent 28%),radial-gradient(circle at 5% 105%,rgba(214,180,90,.11),transparent 34%),linear-gradient(140deg,#202329,#373b43 58%,#26292f); border: 1px solid rgba(214,180,90,.22); border-radius: 24px; box-shadow: 0 25px 65px rgba(31,34,40,.19); }
.rog-contact-details::before { position: absolute; z-index: -1; inset: 0; content: ""; background-image: linear-gradient(rgba(255,255,255,.032) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.032) 1px,transparent 1px); background-size: 52px 52px; mask-image: linear-gradient(135deg,#000,transparent 72%); }
.rog-contact-details::after { position: absolute; z-index: -1; right: -130px; bottom: -145px; width: 350px; height: 350px; content: ""; border: 1px solid rgba(214,180,90,.16); border-radius: 50%; box-shadow: 0 0 0 52px rgba(214,180,90,.03),0 0 0 104px rgba(214,180,90,.018); }
.rog-contact-details__glow { position: absolute; top: -80px; right: -80px; width: 290px; height: 290px; background: radial-gradient(circle,rgba(214,180,90,.18),transparent 68%); pointer-events: none; }
.rog-contact-details__logo { position: relative; width: min(100%,360px) !important; height: auto !important; max-height: 115px; object-fit: contain; object-position: left center; filter: drop-shadow(0 12px 25px rgba(0,0,0,.25)); }
.rog-contact-details__intro { position: relative; margin-top: 62px; }
.rog-contact-details__intro h2 { max-width: 470px; margin: 12px 0 18px; font-size: clamp(2rem,3.5vw,3.25rem); font-weight: 400; letter-spacing: -.05em; line-height: 1.06; }
.rog-contact-details__intro > p:last-child { max-width: 500px; margin: 0; color: rgba(255,255,255,.66); line-height: 1.75; }
.rog-contact-details__items { position: relative; display: grid; gap: 14px; margin-top: 55px; }
.rog-contact-detail { display: flex; gap: 17px; padding: 19px; color: #fff; background: rgba(255,255,255,.045); border: 1px solid rgba(255,255,255,.08); border-radius: 15px; text-decoration: none; transition: transform .3s,border-color .3s,background .3s; }
.rog-contact-detail:hover { transform: translateX(5px); color: #fff; background: rgba(255,255,255,.07); border-color: rgba(214,180,90,.38); }
.rog-contact-detail > span { display: grid; width: 44px; height: 44px; flex: 0 0 44px; place-items: center; color: #292c31; background: #d6b45a; border-radius: 50%; }
.rog-contact-detail small,.rog-contact-detail strong,.rog-contact-detail p { display: block; }
.rog-contact-detail small { margin: 1px 0 5px; color: #d6b45a; font-size: .65rem; font-weight: 800; letter-spacing: .13em; }
.rog-contact-detail strong { font-size: .95rem; }
.rog-contact-detail p { margin: 5px 0 0; color: rgba(255,255,255,.58); font-size: .78rem; line-height: 1.55; }

.rog-contact-form-card { padding: 54px; background: rgba(255,255,255,.96); border: 1px solid #e7e0d3; border-radius: 24px; box-shadow: 0 25px 65px rgba(31,34,40,.11); }
.rog-contact-form-card header { margin-bottom: 37px; }
.rog-contact-form-card h2 { margin: 10px 0 12px; font-size: clamp(2.25rem,4.5vw,4rem); font-weight: 400; letter-spacing: -.055em; line-height: 1.05; }
.rog-contact-form-card header > p:last-child { max-width: 560px; margin: 0; color: #74777e; line-height: 1.7; }
.rog-contact-form { display: grid; gap: 21px; }
.rog-contact-field label { display: block; margin-bottom: 8px; color: #34373d; font-size: .76rem; font-weight: 800; }
.rog-contact-field > div { position: relative; }
.rog-contact-field i { position: absolute; top: 50%; left: 18px; color: #aa8230; transform: translateY(-50%); pointer-events: none; }
.rog-contact-field input,.rog-contact-field textarea { width: 100%; box-sizing: border-box; color: #292c31; background: #f8f6f1; border: 1px solid #dfd9cd; border-radius: 12px; outline: 0; font: inherit; transition: border-color .25s,box-shadow .25s,background .25s; }
.rog-contact-field input { height: 57px; padding: 0 18px 0 50px; }
.rog-contact-field textarea { min-height: 155px; padding: 17px 18px 17px 50px; resize: vertical; line-height: 1.65; }
.rog-contact-field--message i { top: 20px; transform: none; }
.rog-contact-field input:focus,.rog-contact-field textarea:focus { background: #fff; border-color: #c49b3f; box-shadow: 0 0 0 4px rgba(214,180,90,.14); }
.rog-contact-field input::placeholder,.rog-contact-field textarea::placeholder { color: #999a9e; }
.rog-contact-submit { display: inline-flex; min-height: 57px; justify-content: center; align-items: center; gap: 13px; margin-top: 7px; padding: 0 25px; color: #292c31; background: #d6b45a; border: 0; border-radius: 999px; cursor: pointer; font: inherit; font-weight: 800; transition: transform .25s,background .25s,box-shadow .25s; }
.rog-contact-submit:hover { transform: translateY(-3px); background: #e0c16c; box-shadow: 0 13px 28px rgba(170,130,48,.22); }

.rog-contact-alert { display: flex; gap: 14px; align-items: flex-start; margin: 0 0 25px; padding: 18px 20px; background: #fff; border: 1px solid; border-radius: 14px; box-shadow: 0 10px 25px rgba(31,34,40,.06); }
.rog-contact-alert > i { margin-top: 2px; font-size: 1.15rem; }
.rog-contact-alert strong,.rog-contact-alert span { display: block; }
.rog-contact-alert strong { margin-bottom: 3px; font-size: .85rem; }
.rog-contact-alert span { color: #666a70; font-size: .82rem; line-height: 1.5; }
.rog-contact-alert--error { border-color: #edc9c5; }.rog-contact-alert--error > i { color: #b6483d; }
.rog-contact-alert--success { border-color: #bddcca; }.rog-contact-alert--success > i { color: #2f8052; }

.rog-page-contact .rog-current-page,.rog-page-contact .rog-current-page > strong { color: #fff !important; }
.rog-page-contact .rog-current-page { position: relative; }
.rog-page-contact .rog-current-page::after { position: absolute !important; right: 0 !important; bottom: 0 !important; left: 0 !important; width: 100% !important; height: 4px !important; content: "" !important; background: #d6b45a !important; border-radius: 0 !important; opacity: 1 !important; transform: none !important; }

@keyframes rogContactHero { to { transform: scale(1.07) translate3d(-.7%,-.4%,0); } }
@media (max-width: 1000px) { .rog-contact-layout { grid-template-columns: 1fr; }.rog-contact-details { min-height: 0; }.rog-contact-details__logo { max-width: 330px !important; } }
@media (max-width: 700px) {
  .rog-contact-hero { min-height: 540px; }
  .rog-contact-hero__content { width: calc(100% - 36px) !important; padding: 150px 0 70px !important; }
  .rog-contact-main { padding: 72px 18px 78px; }
  .rog-contact-details,.rog-contact-form-card { padding: 32px 24px; border-radius: 19px; }
  .rog-contact-details__intro { margin-top: 46px; }
  .rog-contact-details__items { margin-top: 40px; }
}
@media (prefers-reduced-motion: reduce) { .rog-contact-hero__image { animation: none !important; } }
