@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Montserrat:wght@700;800;900&display=swap');

:root {
  --ink: #07142d;
  --wine: #4d1020;
  --red: #b3203d;
  --red-bright: #df304e;
  --gold: #e9bf68;
  --paper: #f7f4ee;
  --muted: #c9ced9;
  --line: rgba(233, 191, 104, .42);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  min-width: 320px; min-height: 100vh; margin: 0; color: #fff;
  font-family: 'DM Sans', Arial, sans-serif; background: var(--ink); overflow-x: hidden;
}
body::before, body::after { content: ''; position: fixed; pointer-events: none; z-index: -1; }
body::before {
  inset: 0; opacity: .72;
  background: radial-gradient(ellipse 48% 38% at 50% -5%, rgba(239,195,105,.26), transparent 68%),
    radial-gradient(circle at 10% 36%, rgba(174,30,57,.25), transparent 30%),
    radial-gradient(circle at 85% 66%, rgba(130,18,47,.22), transparent 27%),
    linear-gradient(118deg, #06142d 5%, #16254a 43%, #4a1025 100%);
}
body::after {
  inset: 0; opacity: .2; background: repeating-linear-gradient(125deg, transparent 0 70px, rgba(255,255,255,.12) 71px 72px, transparent 73px 180px);
}

.site-header { position: relative; z-index: 10; display: flex; justify-content: center; padding: 27px 22px 0; }
.nav-shell { position: relative; display: flex; align-items: center; justify-content: center; gap: 8px; padding: 7px 16px 12px; border: 1px solid rgba(233,191,104,.4); border-radius: 30px; background: rgba(6,15,38,.62); box-shadow: 0 12px 40px rgba(0,0,0,.18); backdrop-filter: blur(14px); }
.nav-shell::before, .nav-shell::after { content: '✦'; position: absolute; top: 12px; color: var(--gold); font-size: 10px; }
.nav-shell::before { left: 7px; } .nav-shell::after { right: 7px; }
.nav-link, .submit-button {
  position: relative; display: inline-flex; align-items: center; justify-content: center; min-height: 40px; padding: 0 20px; border: 1px solid transparent; border-radius: 20px; color: #fff; font-weight: 600; font-size: .89rem; letter-spacing: .02em; text-decoration: none; transition: .25s ease;
}
.nav-link::after { content: ''; position: absolute; left: 50%; bottom: -9px; width: 15px; height: 5px; border: solid var(--gold); border-width: 0 1px 1px; transform: translateX(-50%); opacity: .45; }
.nav-link:hover { transform: translateY(-2px); border-color: var(--gold); box-shadow: 0 0 18px rgba(233,191,104,.25); }
.nav-link.active { background: linear-gradient(110deg, #8d1833, #d3304c); border-color: rgba(255,220,141,.85); box-shadow: 0 5px 17px rgba(0,0,0,.26); }
.nav-link.active::after { opacity: 1; }
.menu-toggle { display: none; width: 46px; height: 44px; border: 1px solid var(--line); border-radius: 50%; background: rgba(82,15,31,.7); color: white; font-size: 1.25rem; cursor: pointer; }

.hero { display: grid; place-items: center; min-height: min(47vw, 265px); padding: 24px; text-align: center; }
.hero-content { max-width: 810px; }
.eyebrow { margin: 0 0 15px; color: var(--gold); font-size: .74rem; font-weight: 700; letter-spacing: .22em; text-transform: uppercase; }
h1, h2, h3 { margin: 0; font-family: 'Montserrat', Arial, sans-serif; }
h1 { max-width: 800px; font-size: clamp(2.65rem, 6.3vw, 5.85rem); line-height: .98; letter-spacing: -.065em; background: linear-gradient(115deg, #fff 21%, #f4cf7d 92%); -webkit-background-clip: text; background-clip: text; color: transparent; }
.hero .lead { max-width: 560px; margin: 25px auto 12px; font-size: clamp(1.06rem, 1.6vw, 1.28rem); line-height: 1.55; color: #f3f3f5; }
.hero .intro { max-width: 640px; margin: 0 auto; color: var(--muted); font-size: .98rem; line-height: 1.65; }

.featured { padding: 33px 24px; }
.section-heading { margin: 0 auto 37px; text-align: center; }
.section-heading h2, .article-heading h1, .contact-heading h1 { font-size: clamp(1.8rem, 3.4vw, 3rem); letter-spacing: -.045em; }
.section-heading p, .contact-heading p { max-width: 550px; margin: 11px auto 0; color: var(--muted); line-height: 1.6; }
.experience-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 280px)); justify-content: center; gap: clamp(20px, 4vw, 58px); }
.experience-card { position: relative; overflow: hidden; border: 1px solid var(--line); border-radius: 19px; background: #0b1733; box-shadow: 0 22px 45px rgba(0,0,0,.28); aspect-ratio: 1242 / 2688; }
.experience-card::after { content: ''; position: absolute; inset: 0; border: 1px solid rgba(255,255,255,.14); border-radius: inherit; pointer-events: none; }
.experience-card img { width: 100%; height: 100%; object-fit: contain; display: block; transition: transform .48s ease, filter .48s ease; }
.experience-card:hover img { transform: scale(1.045); filter: brightness(1.1); }
.experience-card:hover { box-shadow: 0 18px 48px rgba(231, 184, 88, .25); }
.carousel-controls { display: none; }

.inner-page { padding: 76px 24px 80px; }
.article-heading, .contact-heading { display: flex; flex-direction: column; align-items: center; width: min(100%, 880px); margin: 0 auto 26px; text-align: center; }
.article-heading > *, .contact-heading > * { width: 100%; text-align: center; }
.article-heading h1, .contact-heading h1 { color: #fff; }
.article-card, .contact-layout { max-width: 880px; margin: 0 auto; border: 1px solid rgba(233,191,104,.27); border-radius: 22px; background: rgba(5,16,38,.68); box-shadow: 0 20px 50px rgba(0,0,0,.2); backdrop-filter: blur(12px); }
.article-card { padding: clamp(25px, 5vw, 55px); }
.article-card section + section { margin-top: 30px; }
.article-card h2 { margin-bottom: 10px; color: var(--gold); font-size: 1.08rem; letter-spacing: -.02em; }
.article-card p { margin: 0; color: #d5d8e0; font-size: .98rem; line-height: 1.72; }
.article-card p + p { margin-top: 22px; }
.article-card a { color: #f2ce7c; }

.contact-heading { margin-bottom: 30px; }
.contact-layout { display: grid; grid-template-columns: .9fr 1.4fr; overflow: hidden; }
.email-pane { display: grid; place-content: center; min-height: 430px; padding: 40px; background: linear-gradient(150deg, rgba(168,28,57,.75), rgba(62,13,33,.82)); text-align: center; }
.email-icon { display: grid; place-items: center; width: 55px; height: 55px; margin: 0 auto 19px; border: 1px solid rgba(255,224,144,.75); border-radius: 50%; color: var(--gold); font-size: 1.5rem; }
.email-pane h2 { font-size: 1.5rem; }
.email-pane p { margin: 10px 0 23px; color: rgba(255,255,255,.82); line-height: 1.55; }
.email-link { color: #fff3cd; font-weight: 700; overflow-wrap: anywhere; }
.form-pane { padding: clamp(26px, 4vw, 45px); }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.field { display: grid; gap: 7px; }
.field.full { grid-column: 1 / -1; }
label { color: #eeeef1; font-weight: 600; font-size: .86rem; }
input, textarea { width: 100%; min-height: 46px; padding: 12px 13px; border: 1px solid rgba(219,225,237,.28); border-radius: 9px; outline: none; background: rgba(255,255,255,.075); color: white; font: inherit; transition: .2s ease; }
textarea { min-height: 126px; resize: vertical; }
input::placeholder, textarea::placeholder { color: #98a2b7; }
input:focus, textarea:focus { border-color: var(--gold); box-shadow: 0 0 0 3px rgba(233,191,104,.12); }
.field.invalid input, .field.invalid textarea { border-color: #ff7184; }
.error { min-height: 16px; color: #ff9aa6; font-size: .77rem; }
.submit-button { min-width: 139px; margin-top: 9px; border-color: rgba(255,220,141,.85); background: linear-gradient(110deg, #8d1833, #d3304c); cursor: pointer; font-family: inherit; }
.submit-button:hover { transform: translateY(-2px); box-shadow: 0 8px 20px rgba(211,48,76,.35); }
.submit-button::after { content: ''; position: absolute; bottom: -8px; width: 24px; height: 5px; border: solid var(--gold); border-width: 0 1px 1px; }

.modal { position: fixed; inset: 0; z-index: 20; display: none; place-items: center; padding: 22px; background: rgba(0,4,15,.68); backdrop-filter: blur(5px); }
.modal.open { display: grid; }
.modal-dialog { width: min(100%, 420px); padding: 38px; border: 1px solid var(--line); border-radius: 21px; background: #101d3b; box-shadow: 0 25px 70px rgba(0,0,0,.5); text-align: center; }
.modal-mark { margin-bottom: 15px; color: var(--gold); font-size: 2rem; }
.modal-dialog h2 { font-size: 1.6rem; }
.modal-dialog p { color: var(--muted); line-height: 1.6; }

@media (max-width: 680px) {
  .site-header { justify-content: flex-end; padding: 17px 18px 0; }
  .nav-shell { display: none; position: absolute; top: 65px; right: 18px; width: min(250px, calc(100vw - 36px)); padding: 15px; border-radius: 15px; }
  .nav-shell.open { display: grid; gap: 5px; }
  .nav-shell::before, .nav-shell::after { display: none; }
  .nav-link { min-height: 44px; justify-content: flex-start; padding: 0 16px; }
  .nav-link::after { left: auto; right: 14px; bottom: 8px; transform: none; }
  .menu-toggle { display: inline-grid; place-items: center; }
  .hero { min-height: 410px; padding: 84px 22px 50px; }
  .hero .lead { margin-top: 20px; }
  .featured { padding-top: 20px; }
  .experience-carousel { max-width: min(76vw, 295px); margin: 0 auto; overflow: hidden; }
  .experience-grid { display: flex; width: 100%; gap: 0; transition: transform .45s cubic-bezier(.22,.61,.36,1); }
  .experience-card { flex: 0 0 100%; width: 100%; }
  .carousel-controls { display: flex; align-items: center; justify-content: center; gap: 18px; margin-top: 19px; }
  .carousel-button { display: grid; place-items: center; width: 44px; height: 44px; border: 1px solid var(--line); border-radius: 50%; background: rgba(81,15,32,.56); color: #fff; font-size: 1.25rem; cursor: pointer; transition: .2s ease; }
  .carousel-button:hover { border-color: var(--gold); color: var(--gold); }
  .carousel-dots { display: flex; gap: 8px; }
  .carousel-dot { width: 8px; height: 8px; padding: 0; border: 0; border-radius: 50%; background: rgba(255,255,255,.38); cursor: pointer; transition: .2s ease; }
  .carousel-dot.active { width: 22px; border-radius: 5px; background: var(--gold); }
  .inner-page { padding: 54px 18px 55px; }
  .article-card { padding: 25px 20px; }
  .contact-layout { grid-template-columns: 1fr; }
  .email-pane { min-height: auto; padding: 35px 25px; }
  .form-grid { grid-template-columns: 1fr; }
  .field.full { grid-column: auto; }
  .submit-button { width: 100%; min-height: 48px; }
}
