/* style.css */
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0
}

:root {
  --primary: #1a2744;
  --blue: #2d6be4;
  --accent: #c9a227;
  --light: #f4f7fb;
  --dark: #0b0f1a;
  --text: #2d3748;
  --muted: #718096;
  --border: #e2e8f0;
  --nav-h: 68px;
}

body {
  font-family: 'Inter', sans-serif;
  color: var(--text);
  background: #fff;
  line-height: 1.7;
  overflow-x: hidden
}

/* ── SVG ICONS ── */
.ico {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0
}

.ico svg {
  display: block
}

/* ── NAV ── */
nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 6%;
  height: var(--nav-h);
  background: rgba(255, 255, 255, 0.97);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  box-shadow: 0 1px 22px rgba(0, 0, 0, 0.07);
}

.nav-logo {
  font-family: 'Playfair Display', serif;
  font-size: 1.18rem;
  color: var(--primary);
  font-weight: 700;
  text-decoration: none
}

.nav-logo span {
  color: var(--accent)
}

.nav-links {
  display: flex;
  gap: 28px;
  list-style: none
}

.nav-links a {
  text-decoration: none;
  color: var(--text);
  font-size: 0.84rem;
  font-weight: 500;
  transition: color .2s;
  position: relative;
  cursor: pointer;
}

.nav-links a::after {
  content: '';
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 0;
  height: 2px;
  background: var(--accent);
  transition: width .3s;
  border-radius: 1px
}

.nav-links a:hover,
.nav-links a.active {
  color: var(--primary)
}

.nav-links a:hover::after,
.nav-links a.active::after {
  width: 100%
}

.hamburger {
  display: none;
  flex-direction: column;
  gap: 5px;
  cursor: pointer;
  background: none;
  border: none;
  padding: 4px
}

.hamburger span {
  display: block;
  width: 24px;
  height: 2px;
  background: var(--primary);
  border-radius: 2px;
  transition: all .3s
}

.hamburger.open span:nth-child(1) {
  transform: translateY(7px) rotate(45deg)
}

.hamburger.open span:nth-child(2) {
  opacity: 0
}

.hamburger.open span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg)
}

.mobile-menu {
  display: none;
  position: fixed;
  top: var(--nav-h);
  left: 0;
  right: 0;
  background: #fff;
  padding: 10px 6%;
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.09);
  z-index: 999;
  flex-direction: column;
  gap: 0;
}

.mobile-menu.open {
  display: flex
}

.mobile-menu a {
  text-decoration: none;
  color: var(--text);
  font-size: .93rem;
  font-weight: 500;
  padding: 12px 0;
  border-bottom: 1px solid var(--border);
  cursor: pointer
}

.mobile-menu a:last-child {
  border-bottom: none
}

/* ── HERO ── */
#hero {
  min-height: 100vh;
  background: linear-gradient(135deg, #1a2744 0%, #111e38 55%, #090f1e 100%);
  display: flex;
  align-items: center;
  padding: calc(var(--nav-h) + 52px) 6% 70px;
  position: relative;
  overflow: hidden;
}

.hero-grid {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background-image: radial-gradient(rgba(255, 255, 255, .03) 1px, transparent 1px);
  background-size: 38px 38px
}

.hero-bg {
  position: absolute;
  inset: 0;
  background: url('../pic/img-hero-bg.png') center/cover no-repeat;
  filter: brightness(.28) saturate(1.1);
}

.hero-tint {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg,
      rgba(10, 25, 47, .82) 0%,
      rgba(0, 119, 182, .18) 60%,
      transparent 100%);
}

.hero-blob1 {
  position: absolute;
  top: -120px;
  right: -80px;
  width: 550px;
  height: 550px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(45, 107, 228, .12) 0%, transparent 70%);
  pointer-events: none
}

.hero-blob2 {
  position: absolute;
  bottom: -160px;
  left: -80px;
  width: 460px;
  height: 460px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(201, 162, 39, .06) 0%, transparent 70%);
  pointer-events: none
}

.hero-inner {
  max-width: 1080px;

  position: relative;
  z-index: 1;
  padding: 0 1%;
  padding-top: 3rem;
  margin: 0 auto;
  width: 100%
}


.hero-tag {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(75, 159, 224, 0.2);
  color: #85c3fa;
  font-size: .72rem;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 6px 15px;
  border-radius: 20px;
  border: 1px solid rgba(45, 107, 228, .25);
  margin-bottom: 20px
}

.hero-dot {
  width: 6px;
  height: 6px;
  background: #4f9de8;
  border-radius: 50%;
  animation: blink 2s infinite;
  flex-shrink: 0
}

@keyframes blink {

  0%,
  100% {
    opacity: 1
  }

  50% {
    opacity: .2
  }
}

.hero-name {
  font-family: 'Playfair Display', serif;
  font-size: clamp(2.3rem, 5vw, 3.8rem);
  color: #fff;
  line-height: 1.15;
  margin-bottom: 8px
}

.hero-name span {
  color: var(--accent)
}

.hero-title {
  font-size: clamp(.77rem, 1.5vw, .9rem);
  color: rgba(255, 255, 255, 0.6);
  margin-bottom: 22px;
  font-weight: 400;
  letter-spacing: 2.5px;
  text-transform: uppercase
}

.hero-desc {
  font-size: .96rem;
  color: rgba(255, 255, 255, 0.8);
  max-width: 540px;
  margin-bottom: 28px;
  line-height: 2
}

.hero-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 34px
}

.hero-pill {
  background: rgba(255, 255, 255, .06);
  border: 1px solid rgba(255, 255, 255, .1);
  color: rgba(255, 255, 255, .8);
  font-size: .72rem;
  padding: 4px 13px;
  border-radius: 20px
}

.hero-cta {
  display: flex;
  flex-wrap: wrap;
  gap: 12px
}

.btn-primary {
  background: var(--accent);
  color: #fff;
  padding: 13px 28px;
  border-radius: 6px;
  text-decoration: none;
  font-weight: 600;
  font-size: .87rem;
  letter-spacing: .3px;
  transition: transform .2s, box-shadow .2s;
  display: inline-block;
  cursor: pointer;
  border: none;
  font-family: inherit
}

.btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 26px rgba(201, 162, 39, .36);
  color: #fff
}

.btn-outline {
  background: transparent;
  color: rgba(255, 255, 255, .82);
  padding: 13px 28px;
  border-radius: 6px;
  text-decoration: none;
  font-weight: 500;
  font-size: .87rem;
  border: 1px solid rgba(255, 255, 255, .22);
  transition: background .2s;
  display: inline-block;
  cursor: pointer
}

.btn-outline:hover {
  background: rgba(255, 255, 255, .08);
  color: #fff
}



.hero-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  display: block
}


/* ── SECTIONS ── */
section {
  padding: 88px 6%
}

.section-inner {
  max-width: 1200px;
  margin: 0 auto
}

.section-label {
  font-size: .7rem;
  letter-spacing: 3.5px;
  text-transform: uppercase;
  color: var(--accent);
  font-weight: 700;
  margin-bottom: 9px;
  display: block
}

.section-title {
  font-family: 'Playfair Display', serif;
  font-size: clamp(1.75rem, 3.2vw, 2.35rem);
  color: var(--primary);
  margin-bottom: 14px;
  line-height: 1.3
}

.section-divider {
  width: 44px;
  height: 3px;
  background: linear-gradient(90deg, var(--accent), #f0c84a);
  border-radius: 2px;
  margin-bottom: 46px
}

/* ── ABOUT ── */
#about {
  background: var(--light)
}

.about-grid {
  display: grid;
  grid-template-rows: 1fr;
  gap: 40px;
  align-items: center
}

.about-img-wrap {
  position: relative
}

.about-img {
  width: 100%;
  aspect-ratio: auto;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 20px 50px rgba(0, 0, 0, .13)
}

.about-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  display: block
}


.about-badge {
  position: absolute;
  bottom: -20px;
  right: -20px;
  background: var(--primary);
  color: #fff;
  padding: 18px 20px;
  border-radius: 12px;
  text-align: center;
  box-shadow: 0 10px 30px rgba(26, 39, 68, .26);
  min-width: 104px
}

.about-badge strong {
  font-size: 2rem;
  color: var(--accent);
  display: block;
  line-height: 1;
  font-family: 'Playfair Display', serif
}

.about-badge em {
  font-size: .67rem;
  color: rgba(255, 255, 255, .5);
  font-style: normal;
  display: block;
  margin-top: 3px
}

.about-text p {
  color: #4a5568;
  font-size: .94rem;
  line-height: 1.92;
  margin-bottom: 14px
}

.highlight-box {
  background: #fff;
  border-left: 3px solid var(--accent);
  padding: 13px 18px;
  border-radius: 0 8px 8px 0;
  margin: 20px 0;
  box-shadow: 0 2px 12px rgba(0, 0, 0, .05)
}

.highlight-box p {
  color: var(--primary);
  font-weight: 600;
  font-size: .87rem;
  margin: 0;
  display: flex;
  align-items: center;
  gap: 9px
}

.about-stats {
  display: flex;
  gap: 14px;
  margin-top: 26px;
  flex-wrap: wrap
}

.stat {
  text-align: center;
  background: #fff;
  padding: 15px 16px;
  border-radius: 10px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, .05);
  flex: 1;
  min-width: 78px
}

.stat-number {
  font-size: 1.65rem;
  font-weight: 700;
  color: var(--primary);
  font-family: 'Playfair Display', serif
}

.stat-label {
  font-size: .67rem;
  color: var(--muted);
  margin-top: 2px;
  line-height: 1.4
}

/* ── SERVICES ── */
#services {
  background: #fff
}

.services-intro {
  color: #5a6a7e;
  max-width: 620px;
  font-size: .94rem;
  line-height: 1.9
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 20px;
  margin-top: 46px
}

.service-card {
  border: 1px solid var(--border);
  border-radius: 12px;
  padding: 28px 24px;
  transition: transform .3s, box-shadow .3s, border-color .3s;
  position: relative;
  overflow: hidden;
  background: #fff
}

.service-card::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--blue), var(--accent));
  transform: scaleX(0);
  transition: transform .35s;
  transform-origin: left
}

.service-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 16px 42px rgba(0, 0, 0, .09);
  border-color: #cdd8ef
}

.service-card:hover::after {
  transform: scaleX(1)
}

.service-num {
  font-size: .65rem;
  font-weight: 700;
  color: var(--accent);
  letter-spacing: 2.5px;
  text-transform: uppercase;
  margin-bottom: 14px;
  display: block
}

.service-icon-wrap {
  width: 46px;
  height: 46px;
  border-radius: 12px;
  background: var(--light);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 14px;
  color: var(--primary);
  transition: background .3s, color .3s
}

.service-card:hover .service-icon-wrap {
  background: var(--primary);
  color: #fff
}

.service-title {
  font-size: 1rem;
  font-weight: 700;
  color: var(--primary);
  margin-bottom: 10px
}

.service-desc {
  color: #5a6a7e;
  font-size: .86rem;
  line-height: 1.88
}

.service-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  margin-top: 15px
}

.tag {
  background: var(--light);
  color: var(--primary);
  font-size: .68rem;
  padding: 3px 10px;
  border-radius: 20px;
  font-weight: 500
}

/* ── EXPERIENCE ── */
#experience {
  background: var(--light)
}

.exp-grid {
  display: grid;
  grid-template-rows: 1fr;
  gap: 40px
}

.exp-wide {
  width: 100%;
  border-radius: 12px;
  object-fit: cover;
  max-height: 420px;
  display: block;
  border: 1.5px solid rgba(0, 180, 216, .22);
  margin-bottom: 0rem;
}

.exp-card {
  background: var(--card);
  border: 1px solid rgba(23, 49, 86, 0.2);
  border-radius: 12px;
  overflow: hidden;
  transition: border-color .3s, box-shadow .3s, transform .3s
}

.exp-card:hover {
  border-color: rgba(23, 49, 86, .45);
  box-shadow: 0 8px 26px rgba(0, 0, 0, .08);
  transform: translateY(-3px)
}

.exp-card img {
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
  filter: brightness(1) saturate(1.05);
  transition: filter .4s, transform .5s;
}

.exp-card:hover img {
  filter: brightness(1.05) saturate(1.15);
  transform: scale(1.03);
}

.exp-body {
  padding: 1.6rem;
}

.exp-body h3 {
  font-size: .98rem;
  font-weight: 700;
  color: var(--cyan);
  margin-bottom: .75rem;
  line-height: 1.35;
}

.exp-badge {
  display: inline-block;
  font-size: .62rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  padding: 3px 10px;
  border-radius: 20px;
  margin-bottom: 12px
}

.exp-badge.current {
  background: rgba(201, 162, 39, .1);
  color: #a07d10;
  border: 1px solid rgba(201, 162, 39, .28)
}

.exp-badge.past {
  background: var(--light);
  color: var(--muted)
}

.exp-role {
  font-size: 1rem;
  font-weight: 700;
  color: var(--primary);
  margin-bottom: 3px
}

.exp-company {
  font-size: .85rem;
  color: var(--blue);
  font-weight: 500;
  margin-bottom: 4px
}

.exp-period {
  font-size: .73rem;
  color: var(--muted);
  margin-bottom: 14px
}

.exp-list {
  padding-left: 15px
}

.exp-list li {
  font-size: .83rem;
  color: #5a6a7e;
  line-height: 1.78;
  margin-bottom: 5px
}

.exp-note {
  font-size: .83rem;
  color: #5a6a7e;
  line-height: 1.78
}

.exp-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  margin-top: 13px
}

/* ── SKILLS ── */
#skills {
  background: var(--primary)
}

#skills .section-title {
  color: #fff
}

#skills .section-label {
  color: var(--accent)
}

#skills .section-divider {
  background: linear-gradient(90deg, var(--accent), #f0c84a)
}

.skills-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 18px
}

.skill-cat {
  background: rgba(255, 255, 255, .04);
  border: 1px solid rgba(255, 255, 255, .08);
  border-radius: 12px;
  padding: 24px
}

.skill-cat-header {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 20px
}

.skill-cat-icon {
  width: 36px;
  height: 36px;
  border-radius: 9px;
  background: rgba(201, 162, 39, .14);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--accent);
  flex-shrink: 0
}

.skill-cat-title {
  color: rgba(255, 255, 255, .72);
  font-size: .78rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1.5px
}

.skill-item {
  margin-bottom: 14px
}

.skill-name {
  display: flex;
  justify-content: space-between;
  color: rgba(255, 255, 255, .7);
  font-size: .83rem;
  margin-bottom: 6px
}

.skill-bar {
  height: 4px;
  background: rgba(255, 255, 255, .07);
  border-radius: 2px;
  overflow: hidden
}

.skill-fill {
  height: 100%;
  background: linear-gradient(90deg, var(--accent), #f0c84a);
  border-radius: 2px;
  width: 0%;
  transition: width 1.4s cubic-bezier(.4, 0, .2, 1)
}

/* ── EDUCATION ── */
#education {
  background: #fff
}

.edu-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 20px
}

.edu-card {
  border: 1px solid var(--border);
  border-radius: 12px;
  padding: 26px;
  display: flex;
  gap: 16px;
  align-items: flex-start;
  transition: box-shadow .25s, transform .25s
}

.edu-card:hover {
  box-shadow: 0 8px 24px rgba(0, 0, 0, .08);
  transform: translateY(-3px)
}

.edu-icon {
  width: 48px;
  height: 48px;
  background: linear-gradient(135deg, var(--primary), var(--blue));
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  flex-shrink: 0
}

.edu-degree {
  font-weight: 700;
  color: var(--primary);
  font-size: .97rem;
  margin-bottom: 3px
}

.edu-school {
  color: var(--blue);
  font-size: .83rem;
  font-weight: 500;
  margin-bottom: 3px
}

.edu-year {
  color: var(--muted);
  font-size: .76rem
}

/* ── AVAILABLE ── */
#available {
  background: #fff
}

.available-intro {
  color: #5a6a7e;
  max-width: 600px;
  font-size: .94rem;
  line-height: 1.9
}

.available-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
  max-width: 1200px;
  margin: 2.5rem auto 0;


}

.avail-card {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 12px;
  padding: 24px 18px;
  text-align: center;
  transition: transform .25s, box-shadow .25s, border-color .25s
}

.avail-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 30px rgba(0, 0, 0, .09);
  border-color: var(--accent)
}

.avail-icon {
  width: 52px;
  height: 52px;
  background: linear-gradient(135deg, var(--primary), var(--blue));
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  margin: 0 auto 14px
}

.avail-title {
  font-weight: 700;
  color: var(--primary);
  font-size: .88rem;
  margin-bottom: 6px
}

.avail-desc {
  font-size: .74rem;
  color: var(--muted);
  line-height: 1.65
}

/* ── CONTACT ── */
#contact {
  background: var(--dark)
}

#contact .section-title {
  color: #fff
}

#contact .section-label {
  color: var(--accent)
}

#contact .section-divider {
  background: linear-gradient(90deg, var(--accent), #f0c84a)
}

.contact-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: start
}

.contact-left h3 {
  font-family: 'Playfair Display', serif;
  font-size: 1.45rem;
  color: #fff;
  margin-bottom: 14px
}

.contact-left p {
  color: rgba(255, 255, 255, .48);
  font-size: .92rem;
  line-height: 1.9;
  margin-bottom: 30px
}

.contact-cards {
  display: flex;
  flex-direction: column;
  gap: 11px
}

.contact-card {
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 15px 17px;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, .08);
  background: rgba(255, 255, 255, .04);
  text-decoration: none;
  transition: background .25s, border-color .25s, transform .25s;
}

.contact-card:hover {
  background: rgba(255, 255, 255, .09);
  border-color: rgba(255, 255, 255, .17);
  transform: translateX(5px)
}

.cc-icon {
  width: 44px;
  height: 44px;
  border-radius: 11px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0
}

.cc-wa .cc-icon {
  background: rgba(37, 211, 102, .14);
  color: #25d366
}

.cc-em .cc-icon {
  background: rgba(45, 107, 228, .17);
  color: #7eb3f7
}

.cc-ig .cc-icon {
  background: rgba(225, 48, 108, .14);
  color: #e1306c
}

.cc-fb .cc-icon {
  background: rgba(24, 119, 242, .16);
  color: #4a9fef
}

.cc-li .cc-icon {
  background: rgba(10, 102, 194, .17);
  color: #5ba4cf
}

.cc-text {
  flex: 1
}

.cc-platform {
  font-size: .68rem;
  color: rgba(255, 255, 255, .36);
  text-transform: uppercase;
  letter-spacing: 1.5px;
  font-weight: 600;
  margin-bottom: 2px
}

.cc-value {
  font-size: .9rem;
  color: rgba(255, 255, 255, .8);
  font-weight: 500
}

.cc-arrow {
  color: rgba(255, 255, 255, .2);
  flex-shrink: 0;
  transition: color .2s, transform .2s
}

.contact-card:hover .cc-arrow {
  color: rgba(255, 255, 255, .55);
  transform: translateX(3px)
}

.contact-right h3 {
  font-family: 'Playfair Display', serif;
  font-size: 1.45rem;
  color: #fff;
  margin-bottom: 12px
}

.contact-right>p {
  color: rgba(255, 255, 255, .47);
  font-size: .9rem;
  line-height: 1.9;
  margin-bottom: 28px
}

.ci-items {
  display: flex;
  flex-direction: column;
  gap: 16px
}

.ci-item {
  display: flex;
  align-items: flex-start;
  gap: 14px
}

.ci-icon {
  width: 40px;
  height: 40px;
  border-radius: 10px;
  background: rgba(201, 162, 39, .1);
  border: 1px solid rgba(201, 162, 39, .18);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--accent);
  flex-shrink: 0
}

.ci-label {
  font-size: .67rem;
  color: var(--accent);
  text-transform: uppercase;
  letter-spacing: 1.2px;
  font-weight: 700;
  margin-bottom: 2px
}

.ci-val {
  font-size: .85rem;
  color: rgba(255, 255, 255, .56);
  line-height: 1.5
}

/* ── BACK TO TOP ── */
#backTop {
  position: fixed;
  bottom: 26px;
  right: 26px;
  z-index: 888;
  width: 42px;
  height: 42px;
  background: var(--primary);
  color: #fff;
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 10px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 16px rgba(0, 0, 0, .22);
  opacity: 0;
  transform: translateY(10px);
  transition: opacity .3s, transform .3s, background .2s;
  font-family: inherit;
}

#backTop.visible {
  opacity: 1;
  transform: translateY(0)
}

#backTop:hover {
  background: var(--accent)
}

/* ── FOOTER ── */
footer {
  background: #030508;
  padding: 24px 6%;
  text-align: center;
  color: rgba(255, 255, 255, .33);
  font-size: .79rem
}

footer strong {
  color: var(--accent);
  font-weight: 600
}

/* ── RESPONSIVE ── */
@media(max-width:960px) {
  .hero-inner {
    grid-template-columns: 1fr
  }

  .hero-photo-wrap {
    display: none
  }

  .about-grid {
    grid-template-columns: 1fr;
    gap: 52px
  }

  .available-grid {
    grid-template-columns: 1fr 1fr;
  }

  .about-badge {
    right: 0
  }

  .exp-grid {
    grid-template-columns: 1fr
  }

  .contact-layout {
    grid-template-columns: 1fr;
    gap: 40px
  }
}

@media(max-width:768px) {
  .nav-links {
    display: none
  }

  .hamburger {
    display: flex
  }

  section {
    padding: 68px 5%
  }

  #hero {
    padding: calc(var(--nav-h) + 38px) 5% 56px
  }
}

@media(max-width:560px) {
  .available-grid {
    grid-template-columns: 1fr;
  }
}

@media(max-width:480px) {
  .hero-cta {
    flex-direction: column
  }

  .hero-pills {
    display: none
  }

  .about-stats {
    justify-content: center
  }
}
