:root {
  --navy: #082f66;
  --navy-deep: #041c3d;
  --blue: #0f67c7;
  --sky: #dcefff;
  --orange: #ff8f18;
  --orange-deep: #eb6507;
  --cream: #f6f4ec;
  --paper: #fbfaf7;
  --text: #112640;
  --muted: #5f6d7b;
  --line: rgba(17, 38, 64, .12);
  --white: #fff;
  --shadow: 0 22px 60px rgba(9, 33, 67, .13);
  --radius-lg: 28px;
  --radius-md: 18px;
  --container: 1180px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; color: var(--text); background: var(--paper); line-height: 1.6; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }
.container { width: min(var(--container), calc(100% - 40px)); margin: 0 auto; }
.section { padding: 104px 0; }
.eyebrow { font-size: .78rem; letter-spacing: .18em; font-weight: 800; color: var(--blue); margin: 0 0 12px; }
.eyebrow.light { color: #ffbe59; }
h1, h2, h3 { margin: 0; line-height: 1.06; letter-spacing: -.035em; }
h1 { font-size: clamp(3.5rem, 7vw, 6.5rem); }
h2 { font-size: clamp(2.5rem, 5vw, 4.6rem); max-width: 850px; }
h2 em, h1 em { font-style: normal; color: var(--orange); }
p { margin: 0 0 18px; }
.lead { font-size: 1.18rem; color: #2f4864; }
.announcement { background: var(--navy-deep); color: #dcecff; font-size: .72rem; letter-spacing: .1em; text-transform: uppercase; }
.announcement-inner { min-height: 36px; display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.announcement a { color: #fff; font-weight: 800; letter-spacing: .03em; text-transform: none; font-size: .78rem; }
.site-header { position: sticky; top: 0; z-index: 30; background: rgba(255,255,255,.92); backdrop-filter: blur(14px); border-bottom: 1px solid rgba(17,38,64,.07); }
.nav-wrap { min-height: 84px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: flex; align-items: center; gap: 12px; min-width: 0; }
.brand-logo { width: 64px; height: 64px; border-radius: 50%; object-fit: cover; box-shadow: 0 7px 18px rgba(9, 33, 67, .12); flex: 0 0 auto; }
.brand-wordmark { display: grid; }
.brand-wordmark strong { font-size: 1.55rem; letter-spacing: -.03em; font-weight: 900; }
.brand-wordmark strong b { color: var(--blue); }
.brand-wordmark strong { color: #cf1f1f; }
.brand-wordmark small { color: #284767; font-size: .67rem; letter-spacing: .04em; font-weight: 700; }
.main-nav { display: flex; align-items: center; gap: 23px; font-size: .84rem; font-weight: 800; }
.main-nav a { color: #284767; }
.main-nav a:hover { color: var(--blue); }
.nav-cta { padding: 12px 16px; border-radius: 999px; background: var(--navy); color: #fff !important; }
.menu-toggle { display: none; border: 0; background: none; color: var(--navy); font-size: 1.65rem; }
.hero { position: relative; min-height: 760px; overflow: hidden; color: #fff; display: grid; grid-template-columns: 1fr 1fr; }
.hero-panel { position: absolute; inset: 0; width: 50%; overflow: hidden; }
.hero-panel img { width: 100%; height: 100%; object-fit: cover; filter: saturate(1.05); }
.hero-india-panel { left: 0; }
.hero-europe-panel { left: 50%; }
.hero-india-panel img { object-position: 45% center; }
.hero-europe-panel img { object-position: 50% center; }
.hero-wash { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(3,24,52,.88) 0%, rgba(3,24,52,.63) 36%, rgba(3,24,52,.15) 63%, rgba(3,24,52,.62) 100%); }
.hero-content { position: relative; z-index: 2; align-self: center; padding-top: 46px; }
.hero-label { display: inline-flex; padding: 7px 11px; border: 1px solid rgba(255,255,255,.35); background: rgba(2,17,35,.3); border-radius: 999px; letter-spacing: .16em; font-size: .72rem; font-weight: 900; margin-bottom: 20px; }
.hero p { max-width: 700px; font-size: 1.1rem; color: #eef6ff; }
.hero-actions { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 28px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 10px; border-radius: 999px; padding: 13px 18px; font-weight: 900; font-size: .88rem; border: 1px solid transparent; transition: transform .18s ease, box-shadow .18s ease, background .18s ease; }
.button:hover { transform: translateY(-2px); box-shadow: 0 10px 24px rgba(9,33,67,.13); }
.button-primary { background: var(--orange); color: #fff; }
.button-dark { background: var(--navy); color: #fff; }
.button-outline { border-color: rgba(8,47,102,.25); background: transparent; color: var(--navy); }
.button-ghost { border-color: rgba(255,255,255,.35); color: #fff; background: rgba(0,0,0,.12); }
.full { width: 100%; }
.hero-stats { margin-top: 36px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; max-width: 720px; }
.hero-stats div { padding: 14px 16px; border-top: 1px solid rgba(255,255,255,.26); }
.hero-stats strong { display: block; font-size: .72rem; letter-spacing: .15em; color: #ffbe59; }
.hero-stats span { font-size: .85rem; color: #eef6ff; }
.hero-route { position: absolute; bottom: 0; left: 0; right: 0; z-index: 2; background: rgba(3,20,43,.72); border-top: 1px solid rgba(255,255,255,.15); }
.hero-route-inner { min-height: 56px; display: flex; justify-content: center; align-items: center; gap: 20px; letter-spacing: .14em; font-size: .73rem; font-weight: 900; }
.hero-route i { color: var(--orange); font-style: normal; }
.story { background: linear-gradient(180deg, var(--paper), #fff); }
.story-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 70px; align-items: center; }
.story-copy h2 { margin-bottom: 22px; }
.story-copy p { max-width: 680px; color: var(--muted); }
.pill-row { display: flex; gap: 10px; flex-wrap: wrap; margin-top: 25px; }
.pill-row span { padding: 9px 12px; background: #edf4fb; border-radius: 999px; color: #1b4e80; font-size: .77rem; font-weight: 800; }
.story-card { background: var(--white); border-radius: var(--radius-lg); box-shadow: var(--shadow); overflow: hidden; }
.story-image { aspect-ratio: 1.3 / 1; overflow: hidden; }
.story-image img { width: 100%; height: 100%; object-fit: cover; }
.story-card-body { padding: 26px; }
.mini-label { display: block; font-size: .68rem; letter-spacing: .16em; font-weight: 900; color: var(--blue); margin-bottom: 12px; }
.story-card-body p { margin: 0; color: #264662; font-size: 1.05rem; }
.collection { background: #f2f5f8; }
.collection.europe { background: #edf3f8; }
.collection-shell { position: relative; }
.section-header { display: grid; grid-template-columns: 1.15fr .85fr; gap: 50px; align-items: end; margin-bottom: 44px; }
.section-header > p { color: var(--muted); font-size: 1.03rem; max-width: 530px; justify-self: end; }
.section-header.centered { grid-template-columns: 1fr; text-align: center; }
.section-header.centered > p { justify-self: center; }
.collection-feature { display: grid; grid-template-columns: 1.08fr .92fr; border-radius: var(--radius-lg); overflow: hidden; background: var(--white); box-shadow: var(--shadow); margin-bottom: 28px; }
.collection-feature-image { min-height: 390px; overflow: hidden; }
.collection-feature-image img { width: 100%; height: 100%; object-fit: cover; }
.collection-feature-copy { padding: 46px; display: flex; flex-direction: column; justify-content: center; }
.kicker { font-size: .71rem; font-weight: 900; letter-spacing: .15em; color: var(--blue); margin-bottom: 12px; }
.collection-feature-copy h3 { font-size: clamp(2rem, 3vw, 3.3rem); margin-bottom: 18px; }
.collection-feature-copy p { color: var(--muted); font-size: 1rem; max-width: 550px; }
.feature-chips { display: flex; gap: 8px; flex-wrap: wrap; margin: 6px 0 22px; }
.feature-chips span { font-size: .72rem; font-weight: 800; color: #234565; padding: 7px 10px; border: 1px solid var(--line); border-radius: 999px; }
.text-link { color: var(--navy); font-weight: 900; font-size: .9rem; }
.text-link span { color: var(--orange); }
.destination-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.destination-card { position: relative; min-height: 245px; border-radius: 20px; overflow: hidden; box-shadow: 0 12px 34px rgba(9,33,67,.11); background: #123; }
.destination-card img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease; }
.destination-card:hover img { transform: scale(1.04); }
.destination-card::after { content: ""; position: absolute; inset: 35% 0 0; background: linear-gradient(180deg, transparent, rgba(2,17,35,.85)); }
.destination-card > div { position: absolute; z-index: 1; left: 20px; right: 20px; bottom: 18px; color: #fff; }
.destination-card span { font-size: .68rem; font-weight: 900; letter-spacing: .12em; color: #ffbf63; }
.destination-card h3 { margin: 2px 0 2px; font-size: 1.45rem; letter-spacing: -.02em; }
.destination-card p { margin: 0; font-size: .78rem; opacity: .93; }
.collection-footer { margin-top: 30px; display: flex; align-items: center; justify-content: space-between; gap: 24px; padding-top: 26px; border-top: 1px solid var(--line); }
.collection-footer p { margin: 0; color: #4b6176; }
.services { background: #fff; }
.service-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; margin-top: 40px; }
.service-grid article { border: 1px solid var(--line); padding: 28px 22px; border-radius: 18px; background: linear-gradient(160deg, #fff, #f7fafc); min-height: 220px; }
.service-number { display: inline-flex; align-items: center; justify-content: center; width: 35px; height: 35px; border-radius: 50%; background: #e8f2fc; color: var(--blue); font-size: .68rem; font-weight: 900; margin-bottom: 18px; }
.service-grid h3 { font-size: 1.2rem; letter-spacing: -.02em; margin-bottom: 9px; }
.service-grid p { color: var(--muted); font-size: .88rem; }
.international { background: var(--navy-deep); color: #fff; }
.international-head { display: grid; grid-template-columns: 1fr .8fr; gap: 40px; align-items: end; margin-bottom: 38px; }
.international-head h2 { max-width: 800px; }
.international-head > p { color: #b7cae0; }
.international-grid { display: grid; grid-template-columns: 1.3fr 1fr 1fr; grid-template-rows: repeat(2, 215px); gap: 16px; }
.international-card { position: relative; border-radius: 20px; overflow: hidden; background: #153a68; }
.international-card img { width: 100%; height: 100%; object-fit: cover; opacity: .88; }
.international-card::after { content:""; position:absolute; inset: 35% 0 0; background: linear-gradient(180deg, transparent, rgba(3,17,38,.92)); }
.international-card div { position: absolute; z-index:1; left:18px; right:18px; bottom:16px; }
.international-card span { display:block; font-size: 1.35rem; font-weight: 900; }
.international-card small { color: #d5e5f4; font-size: .76rem; }
.international-feature-card { grid-row: span 2; }
.values { background: linear-gradient(135deg, #f8f4e9, #fff); }
.values-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 70px; align-items: start; }
.values-copy p { color: var(--muted); font-size: 1.03rem; }
.values-points { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 22px; }
.values-points span { background: #fff; border: 1px solid var(--line); border-radius: 999px; padding: 9px 11px; font-weight: 800; font-size: .76rem; }
.offices { background: #fff; }
.office-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.office-card { border: 1px solid var(--line); border-radius: 18px; padding: 25px; background: #fbfcfe; }
.office-card.primary-office { background: linear-gradient(145deg, #eaf4ff, #fff); border-color: rgba(15,103,199,.16); }
.office-card.overseas-office { background: linear-gradient(145deg, #fff7e8, #fff); border-color: rgba(255,143,24,.22); }
.office-type { font-size: .66rem; font-weight: 900; letter-spacing: .14em; color: var(--blue); }
.office-card h3 { font-size: 1.15rem; margin: 8px 0 8px; }
.office-card p { color: var(--muted); font-size: .88rem; margin-bottom: 12px; }
.office-card a { display: block; color: var(--navy); font-weight: 800; font-size: .84rem; }
.contact-bar { margin-top: 18px; display: grid; grid-template-columns: 1fr 1fr auto; gap: 20px; align-items: center; padding: 20px 22px; background: #f6f8fb; border-radius: 18px; }
.contact-bar a { font-weight: 900; color: var(--navy); display: inline-block; margin-right: 13px; }
.contact-buttons { display: flex; gap: 8px; flex-wrap: wrap; justify-content: flex-end; }
.section-dark { background: linear-gradient(135deg, #061c3d, #0b3b72); color: #fff; }
.plan { padding: 100px 0; }
.plan-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 54px; align-items: center; }
.plan-copy p { color: #c8d7e8; max-width: 630px; }
.quick-contact { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-top: 28px; }
.quick-contact a { background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.12); border-radius: 16px; padding: 16px; }
.quick-contact span { display: block; font-size: .66rem; letter-spacing: .14em; color: #ffbe59; font-weight: 900; }
.quick-contact strong { display: block; margin-top: 4px; font-size: .92rem; }
.enquiry-form { background: #fff; color: var(--text); padding: 28px; border-radius: 24px; box-shadow: 0 28px 80px rgba(1,18,38,.22); }
.form-heading { display:flex; justify-content:space-between; gap: 12px; align-items: end; margin-bottom: 18px; }
.form-heading span { font-size: .66rem; letter-spacing: .13em; color: var(--blue); font-weight: 900; }
.form-heading strong { font-size: 1.25rem; }
.enquiry-form label { display: block; font-size: .74rem; font-weight: 800; color: #52677e; margin-bottom: 13px; }
.enquiry-form input, .enquiry-form textarea { width: 100%; margin-top: 6px; border: 1px solid rgba(17,38,64,.15); background: #fbfcfe; border-radius: 10px; padding: 11px 12px; color: var(--text); outline: none; }
.enquiry-form input:focus, .enquiry-form textarea:focus { border-color: rgba(15,103,199,.5); box-shadow: 0 0 0 3px rgba(15,103,199,.08); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.enquiry-form small { display:block; margin-top: 11px; color: #7b8897; font-size: .7rem; }
.footer { background: #031a39; color: #cad9ea; padding-top: 42px; }
.footer-main { display:flex; justify-content:space-between; align-items:center; gap: 30px; padding-bottom: 24px; }
.footer-brand { display:flex; align-items:center; gap: 13px; }
.footer-brand .brand-logo { width: 58px; height:58px; }
.footer-brand strong { color:#fff; display:block; font-size:1.05rem; }
.footer-brand p { margin:2px 0 0; font-size:.72rem; }
.footer-links { display:flex; gap: 18px; font-size:.8rem; font-weight:800; }
.footer-links a:hover { color:#fff; }
.footer-bottom { display:flex; justify-content:space-between; gap: 20px; padding: 18px 0 28px; border-top: 1px solid rgba(255,255,255,.1); font-size:.7rem; }
@media (max-width: 980px) {
  .main-nav { gap: 14px; }
  .story-grid, .collection-feature, .values-grid, .plan-grid, .section-header, .international-head { grid-template-columns: 1fr; gap: 28px; }
  .section-header > p, .international-head > p { justify-self: start; }
  .destination-grid { grid-template-columns: repeat(2, 1fr); }
  .service-grid { grid-template-columns: repeat(2, 1fr); }
  .office-grid { grid-template-columns: repeat(2, 1fr); }
  .international-grid { grid-template-columns: 1fr 1fr; grid-template-rows: repeat(2, 210px); }
  .international-feature-card { grid-row: span 2; }
  .contact-bar { grid-template-columns: 1fr; }
  .contact-buttons { justify-content: flex-start; }
}
@media (max-width: 760px) {
  .container { width: min(var(--container), calc(100% - 28px)); }
  .announcement-inner span:nth-child(2), .announcement-inner span:nth-child(3) { display:none; }
  .announcement-inner { justify-content:space-between; }
  .nav-wrap { min-height: 72px; }
  .brand-logo { width: 54px; height:54px; }
  .brand-wordmark strong { font-size:1.2rem; }
  .brand-wordmark small { font-size:.56rem; }
  .menu-toggle { display:block; }
  .main-nav { display:none; position:absolute; left:14px; right:14px; top:72px; background:#fff; padding:16px; border-radius:16px; box-shadow:0 20px 60px rgba(9,33,67,.16); flex-direction:column; align-items:stretch; }
  .main-nav.open { display:flex; }
  .main-nav a { padding:10px 8px; }
  .hero { min-height: 700px; grid-template-columns: 1fr; }
  .hero-panel { width:100%; height:50%; }
  .hero-india-panel { top:0; bottom:auto; }
  .hero-europe-panel { top:50%; left:0; }
  .hero-wash { background:linear-gradient(180deg, rgba(3,24,52,.72), rgba(3,24,52,.18) 48%, rgba(3,24,52,.78)); }
  .hero-content { padding-top: 70px; align-self:start; }
  h1 { font-size: clamp(3rem, 13vw, 4.6rem); }
  .hero p { font-size:1rem; }
  .hero-stats { grid-template-columns:1fr; gap:0; }
  .hero-stats div { padding:9px 0; }
  .hero-route-inner { gap:11px; font-size:.62rem; }
  .section { padding:74px 0; }
  .collection-feature-copy { padding:30px 26px; }
  .collection-feature-image { min-height: 280px; }
  .destination-grid, .service-grid, .office-grid, .international-grid { grid-template-columns:1fr; }
  .destination-card { min-height: 230px; }
  .international-feature-card { grid-row: auto; }
  .international-grid { grid-template-rows:auto; }
  .international-card { min-height:200px; }
  .collection-footer { align-items:flex-start; flex-direction:column; }
  .form-row, .quick-contact { grid-template-columns:1fr; }
  .footer-main, .footer-bottom { flex-direction:column; align-items:flex-start; }
}

/* v4 refinements */
.announcement-link { color: #ffbe59 !important; font-weight: 900; letter-spacing: .08em; }
.announcement a:hover { color: #fff !important; }
.hero-route-inner a { color: inherit; text-decoration: none; }
.hero-route-inner a:hover { color: #ffbe59; }
.section-mini-link { display: inline-block; margin-top: 8px; color: var(--navy); font-weight: 900; font-size: .78rem; letter-spacing: .01em; }
.light-link { color: #ffcf7b; }
.section-mini-link:hover { color: var(--orange-deep); }
.footer-actions { display: flex; align-items: center; gap: 18px; flex-wrap: wrap; }
.section-header > .section-mini-link { grid-column: 2; justify-self: end; margin-top: -8px; }
.international-head > .section-mini-link { grid-column: 2; justify-self: end; margin-top: -8px; }
.contact-bar { grid-template-columns: 1fr 1fr auto; }
.contact-buttons:empty { display: none; }
@media (max-width: 980px) {
  .section-header > .section-mini-link, .international-head > .section-mini-link { grid-column: 1; justify-self: start; margin-top: -10px; }
  .footer-actions { width: 100%; justify-content: space-between; }
}
@media (max-width: 760px) {
  .announcement-link { font-size: .62rem; }
  .footer-actions { flex-direction: column; align-items: flex-start; }
}

/* v4 layout correction: all Beyond India & Europe tiles are equal size */
.international-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); grid-template-rows: 300px; }
.international-feature-card { grid-row: auto; }
.section-header.centered > .section-mini-link { grid-column: 1; justify-self: center; margin-top: -10px; }
@media (max-width: 980px) {
  .international-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); grid-template-rows: repeat(2, 240px); }
  .international-feature-card { grid-row: auto; }
  .section-header.centered > .section-mini-link { grid-column: 1; justify-self: center; }
}
@media (max-width: 760px) {
  .international-grid { grid-template-columns: 1fr; grid-template-rows: repeat(4, 220px); }
  .section-header.centered > .section-mini-link { justify-self: start; }
}

.hero-europe-panel img { filter: saturate(1.04) contrast(1.02); }

/* v6 refinements: single-image hero, cleaner nav, no duplicate contact bar */
.hero { grid-template-columns: 1fr; }
.hero-panel { width: 100%; left: 0; right: 0; }
.hero-global-panel { inset: 0; width: 100%; }
.hero-global-panel img { width: 100%; height: 100%; object-fit: cover; object-position: center center; }
.hero-wash { background: linear-gradient(90deg, rgba(3,24,52,.88) 0%, rgba(3,24,52,.48) 42%, rgba(3,24,52,.18) 70%, rgba(3,24,52,.48) 100%); }

/* Keep the actual company logo prominent; the adjacent wordmark remains compact. */
.brand-logo { object-position: center; }

/* The redesigned Beyond section uses equal cards at every breakpoint. */
.international-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); grid-template-rows: 300px; }
.international-card, .international-feature-card { grid-row: auto; }

@media (max-width: 980px) {
  .hero-wash { background: linear-gradient(180deg, rgba(3,24,52,.78), rgba(3,24,52,.28) 50%, rgba(3,24,52,.72)); }
  .international-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); grid-template-rows: repeat(2, 240px); }
}
@media (max-width: 760px) {
  .hero { min-height: 680px; }
  .hero-panel { height: 100%; }
  .hero-global-panel { top: 0; bottom: 0; }
  .international-grid { grid-template-columns: 1fr; grid-template-rows: repeat(4, 220px); }
}
