/* ═══════════════════════════════════════════════════
   HOME PAGE — section-specific styles
═══════════════════════════════════════════════════ */

/* HERO */
#hero { min-height: 100vh; position: relative; display: flex; flex-direction: column; justify-content: flex-end; overflow: hidden; }
.hero-media {
  position: absolute; inset: 0;
  background-image: url('../images/hero.jpg');
  background-size: cover; background-position: center; background-repeat: no-repeat;
}
.hero-media::after {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(to bottom, rgba(0,0,0,.45) 0%, rgba(0,0,0,.35) 40%, rgba(0,0,0,.65) 80%, rgba(0,0,0,.85) 100%);
}
.hero-glow { position: absolute; pointer-events: none; border-radius: 50%; filter: blur(90px); }
.hg1 { width: 600px; height: 600px; top: -10%; left: -8%; background: radial-gradient(circle, rgba(255,255,255,.05), transparent 70%); animation: hgPulse 12s ease-in-out infinite; }
.hg2 { width: 400px; height: 400px; bottom: 5%; right: -5%; background: radial-gradient(circle, rgba(255,255,255,.04), transparent 70%); animation: hgPulse 10s -5s ease-in-out infinite; }
@keyframes hgPulse { 0%,100% { transform: scale(1); opacity: .7; } 50% { transform: scale(1.2) translate(15px,-15px); opacity: 1; } }
.hero-content { position: relative; z-index: 2; padding: 0 var(--pad-x) clamp(80px, 12vw, 160px); max-width: 900px; }
.hero-tag { display: inline-flex; align-items: center; gap: 16px; font-size: 9px; font-weight: 400; letter-spacing: .35em; text-transform: uppercase; color: rgba(255,255,255,.5); margin-bottom: 40px; opacity: 0; animation: fadeUp .8s .3s ease forwards; }
.hero-tag::before, .hero-tag::after { content: ''; display: block; width: 36px; height: 1px; background: rgba(255,255,255,.3); }
.hero-h1 { font-family: var(--display); font-weight: 400; line-height: .9; margin-bottom: 32px; overflow: hidden; letter-spacing: .08em; }
.hero-logo-img {
  height: clamp(80px, 14vw, 180px); width: auto; display: block;
  opacity: 0; transform: translateY(20px);
  animation: fadeUp .9s .5s ease forwards;
  filter: drop-shadow(0 4px 24px rgba(0,0,0,.4));
}
.hero-sub { font-size: 11px; font-weight: 300; letter-spacing: .28em; text-transform: uppercase; color: rgba(255,255,255,.3); margin-bottom: 52px; opacity: 0; animation: fadeUp .8s .9s ease forwards; }
.hero-actions { display: flex; gap: 16px; flex-wrap: wrap; opacity: 0; animation: fadeUp .8s 1.1s ease forwards; }
@keyframes fadeUp { from { opacity: 0; transform: translateY(18px); } to { opacity: 1; transform: translateY(0); } }

/* ABOUT (LIGHT) */
#about { background: var(--white); color: var(--black); display: grid; grid-template-columns: 1fr 1fr; gap: clamp(40px, 7vw, 100px); align-items: center; }
.about-img-side { position: relative; }
.about-img-frame { position: relative; width: 40%; margin: 0 auto; aspect-ratio: 1/1; overflow: hidden; border-radius: 2px; }
.about-img { width: 100%; height: 100%; object-fit: contain; object-position: center; display: block; transition: transform .6s ease; }
.about-img-frame:hover .about-img { transform: scale(1.03); }
.pull-quote { margin-top: 32px; padding: 26px 30px; border-left: 2px solid rgba(0,0,0,.2); background: rgba(0,0,0,.04); }
.pull-quote p { font-family: var(--serif); font-size: 19px; font-weight: 300; font-style: italic; line-height: 1.6; color: var(--black); }
.founders { display: flex; gap: 32px; margin-top: 32px; }
.founder { display: flex; align-items: center; gap: 12px; }
.founder-name { font-size: 11px; font-weight: 400; letter-spacing: .05em; color: var(--black); line-height: 1.4; }
.founder-name span { display: block; font-size: 9px; font-weight: 300; color: var(--grey3); letter-spacing: .1em; text-transform: uppercase; margin-top: 4px; }

/* NUMBERS (DARK) */
#numbers { background: var(--black3); }
.num-row { display: flex; justify-content: center; gap: 1px; background: rgba(255,255,255,.07); margin-top: 56px; }
.num-row .num-card { flex: 1; max-width: 33.33%; }
.num-card { background: var(--black3); padding: 52px 32px; text-align: center; position: relative; overflow: hidden; transition: background .3s; }
.num-card::after { content: ''; position: absolute; bottom: 0; left: 0; right: 0; height: 2px; background: linear-gradient(90deg, transparent, var(--white), transparent); transform: scaleX(0); transition: transform .5s; }
.num-card:hover { background: rgba(255,255,255,.04); }
.num-card:hover::after { transform: scaleX(1); }
.num-v { font-family: 'Cormorant SC', serif; font-size: clamp(48px, 5.5vw, 72px); font-weight: 400; line-height: 1; display: block; margin-bottom: 8px; color: var(--white); letter-spacing: .02em; }
.num-v .acc { color: rgba(255,255,255,.4); }
.num-l { font-size: 9px; font-weight: 400; letter-spacing: .22em; text-transform: uppercase; color: rgba(255,255,255,.35); }

/* SHIFT (LIGHT) */
#shift { background: var(--grey1); color: var(--black); display: grid; grid-template-columns: 1fr 1fr; gap: clamp(40px, 7vw, 100px); align-items: center; }
.shift-media { display: flex; flex-direction: column; gap: 16px; }
.shift-img-wrap { position: relative; overflow: hidden; border-radius: 2px; }
.shift-img { width: 100%; height: 100%; object-fit: cover; display: block; aspect-ratio: 4/3; transition: transform .6s ease; }
.shift-img-wrap:hover .shift-img { transform: scale(1.03); }
.shift-img-badge { position: absolute; bottom: 0; left: 0; right: 0; padding: 28px 32px; background: linear-gradient(to top, rgba(0,0,0,.85) 0%, transparent 100%); }
.shift-img-badge .shift-block-yr { color: var(--white); font-size: 36px; font-family: 'Cormorant SC', serif; font-weight: 300; }
.shift-img-badge .shift-block-txt { color: rgba(255,255,255,.7); margin-top: 6px; font-size: 13px; font-weight: 300; line-height: 1.8; }

/* DESTINATIONS (DARK) */
#destinations { background: var(--black3); }
.dest-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 2px; margin-top: 56px; }
@media (max-width: 1400px) { .dest-grid { grid-template-columns: repeat(2, 1fr); } }
.dest-card { background: var(--black2); padding: clamp(32px, 4vw, 52px) clamp(24px, 3vw, 40px); position: relative; overflow: hidden; transition: transform .4s; border: 1px solid rgba(255,255,255,.05); }
.dest-card:hover { transform: translateY(-6px); border-color: rgba(255,255,255,.15); }
.dest-card::before { content: ''; position: absolute; inset: 0; background: radial-gradient(circle at 70% 20%, rgba(255,255,255,.05), transparent 60%); opacity: 0; transition: opacity .4s; }
.dest-card:hover::before { opacity: 1; }
.dest-num { font-family: 'Cormorant SC', serif; font-size: 60px; font-weight: 300; color: var(--white); line-height: 1; display: block; margin-bottom: 6px; }
.dest-name { font-family: var(--serif); font-size: 30px; font-weight: 300; color: var(--white); margin-bottom: 16px; }
.dest-body { font-size: 12.5px; font-weight: 300; line-height: 1.9; color: rgba(255,255,255,.4); }
.dest-pill { display: inline-block; margin-top: 20px; font-size: 9px; font-weight: 400; letter-spacing: .2em; text-transform: uppercase; color: rgba(255,255,255,.55); border: 1px solid rgba(255,255,255,.2); padding: 6px 14px; }
.dest-pill.coming-soon {
  color: #fff; border-color: rgba(255,255,255,.5);
  background: linear-gradient(90deg, rgba(255,255,255,.06), rgba(255,255,255,.12), rgba(255,255,255,.06));
  background-size: 200% 100%; animation: shimmer 2.5s infinite linear;
  position: relative; overflow: hidden; letter-spacing: .25em;
}
.dest-pill.coming-soon::before {
  content: ''; position: absolute; top: 0; left: -75%;
  width: 50%; height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,.25), transparent);
  animation: sweep 2.5s infinite ease-in-out;
}
@keyframes shimmer { 0% { background-position: 200% 0; } 100% { background-position: -200% 0; } }
@keyframes sweep   { 0% { left: -75%; } 100% { left: 125%; } }

/* JOURNEY (DARK) */
#journey { background: var(--black); }
.tl-intro { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; margin-bottom: 64px; }
.tl-right { font-size: 13px; font-weight: 300; line-height: 2; color: rgba(255,255,255,.4); }
.tl-right strong { color: var(--white); font-weight: 400; }
.tl-wrap { position: relative; }
.tl-line { position: absolute; top: 0; bottom: 0; left: 80px; width: 1px; background: linear-gradient(to bottom, transparent, rgba(255,255,255,.2) 10%, rgba(255,255,255,.2) 90%, transparent); }
.tl-items { display: flex; flex-direction: column; }
.tl-item { display: grid; grid-template-columns: 80px 28px 1fr; align-items: start; padding: 32px 0; border-bottom: 1px solid rgba(255,255,255,.06); transition: background .3s; position: relative; }
.tl-item:hover { background: rgba(255,255,255,.02); }
.tl-item:last-child { border-bottom: none; }
.tl-yr { font-family: 'Cormorant SC', serif; font-size: 22px; font-weight: 300; color: rgba(255,255,255,.6); padding-right: 16px; text-align: right; padding-top: 2px; line-height: 1.2; }
.tl-dot { display: flex; align-items: center; justify-content: center; }
.tl-dot-inner { width: 8px; height: 8px; border-radius: 50%; border: 1px solid rgba(255,255,255,.4); background: var(--black); flex-shrink: 0; margin-top: 4px; transition: background .3s; }
.tl-item:hover .tl-dot-inner { background: var(--white); }
.tl-text { padding-left: 20px; }
.tl-name { font-size: 14px; font-weight: 400; color: rgba(255,255,255,.8); margin-bottom: 4px; letter-spacing: .02em; }
.tl-desc { font-size: 11.5px; font-weight: 300; color: rgba(255,255,255,.35); line-height: 1.7; }
.tl-item.highlight .tl-yr   { color: var(--white); }
.tl-item.highlight .tl-name { color: var(--white); font-weight: 500; }
.tl-item.highlight .tl-dot-inner { background: var(--white); width: 10px; height: 10px; }

/* EMPLOYMENT (LIGHT) */
#employment { background: var(--white); color: var(--black); }

/* BRANDS (LIGHT) */
#brands { background: var(--grey1); color: var(--black); }
.brands-top { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; margin-bottom: 56px; align-items: start; }
.brands-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 3px; }
.brand-card { padding: 48px 40px; position: relative; overflow: hidden; transition: transform .35s; }
.brand-card::after { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 2px; background: var(--black); transform: scaleX(0); transform-origin: left; transition: transform .45s; }
.brand-card:hover::after { transform: scaleX(1); }
.brand-card:hover { transform: translateY(-3px); }
.bc-dark  { background: var(--black);  color: var(--white); }
.bc-dark .brand-card::after { background: var(--white); }
.bc-light { background: var(--grey2);  color: var(--black); }
.bc-gold  { background: var(--black);  color: var(--white); grid-column: span 2; }
.brand-tag { font-size: 9px; font-weight: 400; letter-spacing: .25em; text-transform: uppercase; display: block; margin-bottom: 14px; }
.bc-dark  .brand-tag { color: rgba(255,255,255,.35); }
.bc-light .brand-tag { color: rgba(0,0,0,.4); }
.bc-gold  .brand-tag { color: rgba(255,255,255,.35); }
.brand-name { font-family: var(--serif); font-size: 30px; font-weight: 300; line-height: 1.1; margin-bottom: 14px; }
.bc-dark  .brand-name { color: var(--white); }
.bc-light .brand-name { color: var(--black); }
.bc-gold  .brand-name { color: var(--white); }
.brand-desc { font-size: 12.5px; font-weight: 300; line-height: 1.85; }
.bc-dark  .brand-desc { color: rgba(255,255,255,.5); }
.bc-light .brand-desc { color: rgba(0,0,0,.55); }
.bc-gold  .brand-desc { color: rgba(255,255,255,.5); }
.brand-stars { font-size: 10px; margin-top: 12px; letter-spacing: .12em; }
.bc-dark  .brand-stars { color: rgba(255,255,255,.6); }
.bc-light .brand-stars { color: rgba(0,0,0,.5); }
.bc-gold  .brand-stars { color: rgba(255,255,255,.6); }
.brand-shine { position: absolute; top: 0; left: -120%; width: 50%; height: 100%; background: linear-gradient(90deg, transparent, rgba(255,255,255,.04), transparent); transition: left .7s; }
.brand-card:hover .brand-shine { left: 200%; }
.brand-link { color: inherit; text-decoration: none; border-bottom: 1px solid rgba(0,0,0,.2); padding-bottom: 2px; transition: border-color .3s, opacity .3s; }
.bc-dark .brand-link, .bc-gold .brand-link { border-bottom-color: rgba(255,255,255,.2); }
.brand-link:hover { opacity: .85; }

/* STRATEGY (DARK) */
#strategy { background: var(--black2); }
.strat-row { display: grid; grid-template-columns: repeat(5, 1fr); margin-top: 56px; border: 1px solid rgba(255,255,255,.08); }
.strat-card { background: var(--black2); padding: 44px 24px; text-align: center; position: relative; overflow: hidden; transition: background .3s; border-right: 1px solid rgba(255,255,255,.08); }
.strat-card:last-child { border-right: none; }
.strat-card::before { content: ''; position: absolute; inset: 0; background: linear-gradient(to top, rgba(255,255,255,.05), transparent); opacity: 0; transition: opacity .4s; }
.strat-card:hover::before { opacity: 1; }
.strat-icon { width: 64px; height: 64px; object-fit: contain; display: block; margin: 0 auto 20px; filter: brightness(0) invert(1); transition: transform .3s; }
.strat-card:hover .strat-icon { transform: translateY(-4px); }
.strat-label { font-size: 10px; font-weight: 400; letter-spacing: .12em; text-transform: uppercase; color: rgba(255,255,255,.55); line-height: 1.65; }

/* NUWEIBA (DARK) */
#nuweiba { background: var(--black3); display: grid; grid-template-columns: 1fr 1fr; gap: clamp(40px, 7vw, 100px); align-items: center; }
.nuw-slider { position: relative; width: 100%; aspect-ratio: 1/1; overflow: hidden; border-radius: 2px; }
.nuw-slides { display: flex; width: 100%; height: 100%; transition: transform .7s cubic-bezier(.77,0,.175,1); will-change: transform; }
.nuw-slide { min-width: 100%; width: 100%; height: 100%; flex-shrink: 0; flex-grow: 0; }
.nuw-slide img { width: 100%; height: 100%; object-fit: cover; display: block; }
.nuw-dots { position: absolute; top: 14px; right: 16px; display: flex; gap: 10px; z-index: 10; padding: 8px 14px; }
.nuw-dot { width: 8px; height: 8px; border-radius: 50%; background: rgba(255,255,255,.4); cursor: pointer; transition: background .3s, transform .3s; border: 1px solid rgba(255,255,255,.5); }
.nuw-dot.active { background: #fff; transform: scale(1.4); border-color: #fff; }
.nuw-caption { position: absolute; bottom: 0; left: 0; right: 0; z-index: 5; padding: 28px 24px 20px; background: linear-gradient(to top, rgba(0,0,0,.65) 0%, transparent 100%); pointer-events: none; }
.nuw-caption-text { font-family: var(--sans); font-size: 11px; font-weight: 400; letter-spacing: .02em; color: rgba(255,255,255,.85); }
.nuw-headline { font-size: 10px; font-weight: 400; letter-spacing: .25em; text-transform: uppercase; color: #fff; display: inline-flex; align-items: center; gap: 10px; margin-bottom: 14px; border: 1px solid rgba(255,255,255,.25); padding: 7px 16px; background: rgba(255,255,255,.05); }
.nuw-headline::before { content: ''; display: inline-block; width: 6px; height: 6px; border-radius: 50%; background: #fff; animation: pulse-dot 1.5s ease-in-out infinite; flex-shrink: 0; }
.nuw-tags { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 28px; }
.nuw-tag { font-size: 9px; font-weight: 400; letter-spacing: .18em; text-transform: uppercase; padding: 8px 16px; border: 1px solid rgba(255,255,255,.18); color: rgba(255,255,255,.4); transition: all .3s; }
.nuw-tag:hover { border-color: var(--white); color: var(--white); background: rgba(255,255,255,.04); }

/* FOOD (DARK) */
#food { background: var(--black); }
.food-layout { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(40px, 7vw, 100px); align-items: start; }
.food-brands { display: flex; flex-direction: column; gap: 2px; margin-top: 36px; }
.fb { display: flex; overflow: hidden; background: var(--black2); transition: transform .3s; }
.fb:hover { transform: translateX(5px); }
.fb-accent { width: 3px; flex-shrink: 0; background: var(--white); }
.fb-body { padding: 24px 28px; }
.fb-name { font-family: var(--serif); font-size: 24px; font-weight: 300; color: var(--white); margin-bottom: 8px; }
.fb-desc { font-size: 12px; font-weight: 300; color: rgba(255,255,255,.4); line-height: 1.8; }
.food-tags { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 28px; }
.food-tag { font-size: 9px; font-weight: 400; letter-spacing: .15em; text-transform: uppercase; padding: 8px 14px; border: 1px solid rgba(255,255,255,.15); color: rgba(255,255,255,.4); transition: all .3s; }
.food-tag:hover { border-color: var(--white); color: var(--white); }
.food-achieve { margin-top: 32px; background: var(--white); padding: 36px; }
.fa-n { font-family: 'Cormorant SC', serif; font-size: 60px; font-weight: 300; color: var(--black); line-height: 1; display: block; margin-bottom: 6px; }
.fa-t { font-size: 12.5px; font-weight: 300; color: rgba(0,0,0,.6); line-height: 1.75; }
.food-cards { display: flex; flex-direction: column; gap: 3px; }
.food-block { padding: 32px 36px; }
.food-block.fb-dark { background: var(--black2); }
.food-block.fb-mid  { background: var(--black3); }
.food-block-label { font-size: 9px; font-weight: 400; letter-spacing: .25em; text-transform: uppercase; color: rgba(255,255,255,.45); margin-bottom: 12px; display: block; }
.food-block-title { font-family: var(--serif); font-size: 22px; font-weight: 300; color: var(--white); margin-bottom: 10px; }
.food-block-text  { font-size: 12.5px; font-weight: 300; color: rgba(255,255,255,.4); line-height: 1.8; }

/* TOURISM (LIGHT) */
#tourism { background: var(--white); color: var(--black); }
.tourism-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2px; margin-top: 56px; background: rgba(0,0,0,.06); }
.tour-card { background: var(--grey1); padding: 52px 40px; position: relative; overflow: hidden; transition: transform .4s; }
.tour-card:hover { transform: translateY(-5px); }
.tour-card::after { content: ''; position: absolute; left: 0; top: 0; bottom: 0; width: 3px; background: var(--black); transform: scaleY(0); transform-origin: bottom; transition: transform .45s; }
.tour-card:hover::after { transform: scaleY(1); }
.tour-val { font-family: 'Cormorant SC', serif; font-size: clamp(44px, 5vw, 64px); font-weight: 400; line-height: 1; margin-bottom: 14px; color: var(--black); }
.tour-label { font-size: 13px; font-weight: 300; line-height: 1.75; color: var(--grey3); }

/* CONTACT (DARK) */
#contact { background: var(--black2); text-align: center; padding: var(--pad-y) var(--pad-x); position: relative; overflow: hidden; }
.contact-glow { position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); width: 600px; height: 600px; border-radius: 50%; background: radial-gradient(circle, rgba(255,255,255,.04), transparent 70%); pointer-events: none; }
.contact-inner { position: relative; z-index: 1; }
.contact-inner .body-p { margin: 28px auto; text-align: center; }
.contact-btns { display: flex; align-items: center; justify-content: center; gap: 14px; margin-top: 44px; flex-wrap: wrap; }
.contact-detail { display: flex; flex-direction: column; gap: 10px; margin-top: 48px; align-items: center; }
.contact-line { font-size: 11px; font-weight: 300; letter-spacing: .08em; color: rgba(255,255,255,.3); }
.contact-line a { color: rgba(255,255,255,.7); border-bottom: 1px solid rgba(255,255,255,.2); padding-bottom: 2px; transition: border-color .3s, opacity .3s; }
.contact-line a:hover { border-color: rgba(255,255,255,.7); opacity: .85; }
.social-row { margin-top: 48px; display: flex; flex-direction: column; align-items: center; gap: 20px; }
.social-label { font-size: 9px; font-weight: 400; letter-spacing: .22em; text-transform: uppercase; color: rgba(255,255,255,.35); }
.social-icons { display: flex; align-items: center; gap: 16px; }
.social-icon { display: flex; flex-direction: column; align-items: center; gap: 10px; color: rgba(255,255,255,.45); text-decoration: none; transition: color .3s, transform .3s; }
.social-icon:hover { color: var(--white); transform: translateY(-4px); }
.social-icon svg { width: 24px; height: 24px; }

/* RESPONSIVE */
@media (max-width: 1100px) {
  #about, #shift, #nuweiba, .food-layout, #employment, .tl-intro, .brands-top { grid-template-columns: 1fr; gap: 48px; }
  .about-img-side { display: flex !important; justify-content: center; opacity: 1 !important; transform: none !important; }
  .about-img-frame { width: 70%; max-width: 300px; margin: 0 auto; }
  .tl-line { display: none; }
  .tl-item { grid-template-columns: 64px 20px 1fr; }
  .brands-grid { grid-template-columns: 1fr; }
  .bc-gold { grid-column: span 1; }
  .tourism-grid { grid-template-columns: 1fr 1fr; }
  .strat-row { grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 768px) {
  .dest-grid, .tourism-grid, .tl-intro { grid-template-columns: 1fr; }
  .strat-row { display: flex; flex-wrap: wrap; justify-content: center; }
  .strat-row .strat-card { flex: 0 0 33.333%; border-right: 1px solid rgba(255,255,255,.08); }
  .strat-row .strat-card:nth-child(3) { border-right: none; }
  .strat-row .strat-card:nth-child(4),
  .strat-row .strat-card:nth-child(5) { flex: 0 0 33.333%; border-top: 1px solid rgba(255,255,255,.08); }
  .strat-row .strat-card:nth-child(5) { border-right: none; }
  .about-img-frame { width: 65%; max-width: 240px; }
  .hg1, .hg2 { display: none; }
}
@media (max-width: 480px) {
  .num-row { flex-direction: column; }
  .num-row .num-card { max-width: 100%; }
  .brands-grid, .food-layout { grid-template-columns: 1fr; }
}
