:root {
  --black:#000;
  --white:#fff;
  --muted:#cfcfcf;
    --accent:#0b6fb2;
    --dark:#111;
    
	--gray:#b5b5b5;
  --line:#2a2a2a;
   
    color-scheme: light;
    --sand: #f4efe7;
    --sand-dark: #dfd6ca;
    --ink: #0d0d0d;
    --ink-soft: #3f3f3f;
    --accent: #0670c4;
    --card-shadow: 0 25px 60px rgba(10, 14, 29, 0.18);
	--line:#2a2a2a;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Helvetica Neue", sans-serif;
  overflow-x: hidden;
}

/* HEADER */
/* HEADER */
.head {
  background: var(--black);
  color: var(--white);
}

.top-bar {
  display: flex;
  justify-content: space-between;
  padding: 10px 30px;
  font-size: 14px;
  border-bottom: 1px solid rgba(255,255,255,.15);
}

.nav-wrapper {
  padding: 20px 30px;
}

.nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.logo {
  font-size: 34px;
  letter-spacing: 2px;
}

/* DESKTOP MENU */
.nav-right {
  display: flex;
  list-style: none;
  gap: 30px;
}

.nav-right a {
  color: var(--white);
  text-decoration: none;
  position: relative;
}

.nav-right a::after {
  content: "";
  position: absolute;
  width: 0;
  height: 1px;
  bottom: -6px;
  left: 0;
  background: var(--white);
  transition: .3s;
}

.nav-right a:hover::after {
  width: 100%;
}

/* HAMBURGER */
.hamburger {
  display: none;
  flex-direction: column;
  gap: 6px;
  cursor: pointer;
}

.hamburger span {
  width: 26px;
  height: 2px;
  background: var(--white);
}

/* MOBILE MENU */
.mobile-menu {
  position: fixed;
  inset: 0;
  background: var(--black);
  padding: 90px 30px;
  display: flex;
  flex-direction: column;
  gap: 25px;
  transform: translateX(100%);
  transition: .4s ease;
  z-index: 999;
}

.mobile-menu.active {
  transform: translateX(0);
}

.mobile-menu a {
  color: var(--white);
  text-decoration: none;
  font-size: 20px;
}

.close-menu {
  position: absolute;
  top: 25px;
  right: 25px;
  background: none;
  border: none;
  font-size: 34px;
  color: var(--white);
  cursor: pointer;
}

/* HERO */
.hero-wrap {
  max-width: 1400px;
  margin: 10px auto;
}

.swiper {
  height: 460px;
}

.hero-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* RESPONSIVE */
@media (max-width: 900px) {
  .nav-right {
    display: none;
  }
  .hamburger {
    display: flex;
  }
  .top-bar {
    flex-direction: column;
    gap: 8px;
    text-align: center;
  }
}

@media (max-width: 600px) {
  .swiper {
    height: 300px;
  }
}

/* wrapper similar to your previous layout */
  .vio {
    max-width: 1500px;
    margin: 20px auto;
    margin-right: 50px auto; 
    position: relative;
  }

  /* horizontal top spacing like image (no header) */
  .vio-inner { position: relative; }

  /* left vertical label */
  
  
  
  .vertical-text {
    position: absolute;
    left: 0;
    top: 150px;
    bottom: 0;
    width: 50px;
    display:flex;
    align-items:flex-start;
    justify-content:center;
    pointer-events:none;
  }
  .vertical-text .vert {
    writing-mode: vertical-rl;
    text-orientation: mixed;
    transform: rotate(180deg);
    letter-spacing: 20px;
    font-size: 20px;
    font-weight: 400;
    color: #222;
    font-family: "Baskerville Regular", serif;
    opacity: 0.95;
  }
  /* fixed small font-note left */
  .font-note-left {
    position: absolute;
    left: 8px;
    top: 300px;
    font-size:12px;
    color:#999;
    width:72px;
    text-align:center;
    font-family: "Baskerville Regular", sans-serif;
  }

  /* HERO SWIPER area */
  .hero-wrap {
    margin-left: 60px; /* leave space for vertical text */
	margin-right: 30px;
    border-radius: 6px;
    overflow: visible;
    position: relative;
  }

  .hero-viewport {
    position: relative;
    border-radius: 4px;
    overflow: hidden;
    box-shadow: 0 18px 40px rgba(0,0,0,.12);
  }

  .swiper {
    width: 100%;
    height: 460px;
  }

  .swiper-slide {
    position: relative;
  }

  .hero-img {
    display:block;
    width:100%;
    height:460px;
    object-fit:cover;
    transition: transform .9s cubic-bezier(.2,.9,.2,1);
    will-change: transform;
  }

  /* overlay top-left tag */
  .hero-tag {
    position:absolute;
    top:0;
    left:0;
    background:var(--white);
    color:var(--dark);
    padding:8px 14px;
    border-radius:0;
    font-family:"Baskerville Regular",serif;
    font-size:14px;
    font-weight:600;
    box-shadow:0 6px 18px rgba(0,0,0,.06);
    z-index:12;
  }

  /* overlay caption center */
  .hero-caption {
    position:absolute;
    left:0;right:0;
    bottom:96px;
    text-align:center;
    z-index:10;
    pointer-events:none;
    color: #fff;
    text-shadow: 0 6px 20px rgba(0,0,0,.55);
  }
  .hero-caption .kicker {
    display:block;
    font-family:"Baskerville Regular",sans-serif;
    font-weight:600;
    letter-spacing:2px;
    font-size:14px;
    margin-bottom:12px;
    color: #e6f3ff;
  }
  .hero-caption .headline {
    font-size:20px;
    font-weight:600;
    margin-bottom:12px;
    color:#f6fbff;
    letter-spacing:2px;
  }
  .hero-caption .sub {
    max-width:920px;
    margin:0 auto;
    font-size:15px;
    line-height:1.8;
    color:rgba(255,255,255,0.95);
    padding:0 22px;
  }

  /* thin double striped divider with arrow indicator (below hero) */
  .strip-divider {
    margin-top:8px;
    display:flex;
    align-items:center;
    gap:12px;
  }
  .strip {
    flex:1;
    height:8px;
    background:
      linear-gradient(90deg, rgba(0,0,0,0.8) 0 30%, rgba(0,0,0,0.05) 30% 60%, rgba(0,0,0,0.8) 60% 100%);
    border-radius:4px;
    position:relative;
    overflow:hidden;
  }
  .strip::after{
    content:'';
    position:absolute;
    right:6px; top:50%;
    width:14px;height:14px;
    transform:translateY(-50%) rotate(45deg);
    border-right:3px solid rgba(0,0,0,0.85);
    border-bottom:3px solid rgba(0,0,0,0.85);
  }
  .strip .thin{
    position:absolute; left:6px; right:6px; top:calc(50% + 8px);
    height:2px; background: #111;
    transform:translateY(-50%);
  }

  /* categories row (bottom boxes) */
  .categories {
   margin-left: 60px;
   margin-right: 30px;
    margin-top: 8px;
    display:grid;
    grid-template-columns: repeat(4, 1fr);
    gap:8px;
    align-items:stretch;
  }

  .category {
    background:#efefef;
    border-radius:0;
    overflow:hidden;
    position:relative;
    transition: transform .35s ease, box-shadow .35s ease;
    display:flex;
    flex-direction:column;
    justify-content:flex-end;
    min-height:100px;
  }
  .category .thumb {
    width:100%;
    height:100px;
    object-fit:cover;
    display:block;
    transition: transform .6s cubic-bezier(.2,.9,.2,1), filter .4s;
  }
  .category:hover { transform:translateY(-6px); box-shadow: 0 12px 30px rgba(0,0,0,.12); }
  .category:hover .thumb { transform:scale(1.12); filter:contrast(1.05); }

  .category .label {
    position:absolute;
    top:0;
    left:0;
    background:var(--white);
    color:var(--dark);
    padding:8px 14px;
    border-radius:0;
    font-family:"Baskerville Regular",serif;
    font-size:14px;
    font-weight:600;
    box-shadow:0 6px 18px rgba(0,0,0,.06);
    z-index:12;
  }

  /* right small font note / bracket */
  .font-note-right {
    position:absolute;
    right:6px;
    top:210px;
    text-align:center;
    font-size:12px;
    color:#999;
    width:72px;
    font-family:"Baskerville Regular",sans-serif;
  }

  /* subtle animation for hero image on active slide */
  .swiper-slide-active .hero-img {
    transform: scale(1.03);
    transition: transform 1400ms cubic-bezier(.2,.9,.2,1);
  }

  /* responsive mobile-first */
  @media (max-width: 1100px) {
    .swiper { height:420px; }
    .hero-img { height:420px; }
    .hero-caption .headline { font-size:18px; }
    
    .font-note-left { display:none; }
    .font-note-right { display:none; }
    .vio { padding: 12px; }
    .categories { grid-template-columns: repeat(2, 1fr); gap:12px; }
  }

  @media (max-width: 600px) {
    .swiper { height:300px; }
	.hero-tag { padding:4px 7px;  font-size:8px; }
    .hero-img { height:300px; }
    .hero-caption .headline { font-size:16px; }
	.vertical-text { top: 330px;}
	.vertical-text .vert { letter-spacing: 7px; font-size: 16px; }
    .hero-caption .sub { font-size:14px; }
    .hero-wrap { margin-left: 0; }
    .categories { grid-template-columns: 2, 1fr; gap:6px; }

  }

  /* accessibility focus styles for keyboard nav */
  .category:focus-within, .category:focus { outline: 3px solid rgba(11,111,178,.14); outline-offset: 4px; }
  .swipe-controls { position:absolute; right:16px; top:12px; z-index:20; display:flex; gap:8px; }
  .swipe-controls button { background:rgba(255,255,255,.9); border:0; padding:8px 10px; border-radius:6px; box-shadow:0 6px 18px rgba(0,0,0,.08); cursor:pointer }
  .swipe-controls button:focus { outline:2px solid var(--accent) }

  .cat{
        background:#eee;
        border-radius:8px;
        padding:10px;
        transition:.3s;
    }
    .cat:hover{transform:translateY(-6px);box-shadow:0 10px 20px rgba(0,0,0,0.15)}
    .cat img{width:100%;height:100px;object-fit:cover;border-radius:6px;transition:.4s}
    .cat:hover img{transform:scale(1.1)}
    .cat label{display:block;margin-top:8px;font-size:14px;font-weight:600;text-transform:uppercase}

   
.cat{position:relative;overflow:hidden;}
.cat-overlay{
  position:absolute;left:0;right:0;bottom:0;
  background:rgba(0,0,0,0.55);
  color:#fff;
  padding:12px;
  opacity:0;
  transform:translateY(20px);
  transition:opacity .35s ease, transform .35s ease;
}
.cat-title{margin:0;font-size:15px;font-weight:600;}
.cat-sub{margin:4px 0 0;font-size:13px;opacity:.85;}
.cat:hover .cat-overlay{opacity:1;transform:translateY(0);}

@media (max-width: 600px) {
    
	.cat-title{font-size:10px;font-weight:300;}
	.cat-sub{margin:2px 0 0;font-size:8px;}
  }

 /* threeliner section */
 
.threeliner{
  max-width:1400px;
  margin:auto;
  padding:60px 20px 40px;
}
.header-text{
  text-align:center;
  margin-bottom:50px;
}
.header-text h2{
  font-size:14px;
  letter-spacing:3px;
  font-weight:400;
  color:var(--muted);
  margin:0;
}
.header-text p{
  font-size:12px;
  letter-spacing:2px;
  margin-top:8px;
  color:#888;
}
.cards{
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(260px,1fr));
  gap:30px;
}
.card{
  position:relative;
  overflow:hidden;
  border:1px solid var(--line);
  background:#050505;
  transition:.5s cubic-bezier(.4,0,.2,1);
}
.card:hover{transform:translateY(-8px)}
.card img{
  width:100%;
  height:260px;
  object-fit:cover;
  filter:grayscale(40%);
  transition:transform .6s, filter .6s;
}
.card:hover img{
  transform:scale(1.08);
  filter:grayscale(0);
}
.card-content{
  padding:22px;
}
.card-content h3{
  margin:0 0 10px;
  font-size:14px;
  letter-spacing:2px;
  font-weight:500;
  color:var(--muted);
}
.card-content p{
  margin:0;
  font-size:13px;
  line-height:1.6;
  color:var(--muted);
}



.brand-strip{
  background:#fff;
  padding:60px 20px;
  overflow:hidden;
}

.brand-row{
  display:flex;
  gap:60px;
  justify-content:center;
  align-items:center;
  opacity:0;
  transform:translateY(40px);
  transition:all .9s ease;
}
.brand-row img{
  height:40px;
  filter:grayscale(100%);
  opacity:.6;
  transition:.4s ease;
}
.brand-row img:hover{
  filter:none;
  opacity:1;
  transform:scale(1.1);
}
.row-two{
  margin-top:40px;
  transform:translateY(70px);
}
.brand-strip.show .brand-row{
  opacity:1;
  transform:translateY(0);
}
@media(max-width:768px){
  .brand-row{gap:30px;flex-wrap:wrap}
  .brand-row img{height:28px}
}

.divider{height:1px;background:var(--line);margin:30px 0}
.dividerfooter-grid{
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(140px,1fr));
  gap:18px;
  font-size:12px;
  color:#111;
}
.dividerfooter-grid div{line-height:1.9}
/* entrance animation */
.fade-up{opacity:0;transform:translateY(30px);transition:1s}
.fade-up.show{opacity:1;transform:none}
@media(max-width:600px){
  .card img{height:200px}
}

/* lapser Section */

.hero{
  
  display:flex;
  align-items:center;
  justify-content:center;
  padding:60px 20px;
}

.hero-wrap{
  max-width:1400px;
  
  text-align:center;
}

.small-note{
  font-size:12px;
  letter-spacing:3px;
  text-transform:uppercase;
  color:#555;
  margin-bottom:20px;
}

.easybrand{
  font-size:clamp(42px,8vw,92px);
  font-weight:700;
  letter-spacing:2px;
}
.easybrand span:nth-child(1){color:#000}
.easybrand span:nth-child(2){color:#e23b3b}
.easybrand span:nth-child(3){color:var(--accent)}
.easybrand span:nth-child(4){color:#bbb}

.tagline{
  font-family:"Baskerville Regular",serif;
  font-style:italic;
  margin-top:20px;
  color:#555;
}

.macbook {
  padding: 4% 6%;
  margin: 0 auto;
  max-width: 800px;
}

.screen {
  background: #000;
  border-radius: 3% 3% 0.5% 0.5% / 5%;
  margin: 0 auto;
  /* for aspect ratio */
  position: relative;
  width: 80%;
}

.screen:before {
  border: 2px solid #cacacc;
  border-radius: 3% 3% 0.5% 0.5% / 5%;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.8) inset, 0 0 1px 2px rgba(255, 255, 255, 0.3) inset;
  content: "";
  display: block;
  /* for aspect ratio ~67:100 */
  padding-top: 67%;
}

.screen:after {
  content: "";
  border-top: 2px solid rgba(255, 255, 255, 0.15);
  position: absolute;
  bottom: 0.75%;
  left: 0.5%;
  padding-top: 1%;
  width: 99%;
}

.viewport {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  margin: 4.3% 3.2%;
  background: #333;
}

.base {
  /* for aspect ratio */
  position: relative;
  width: 100%;
}

.base:before {
  content: "";
  display: block;
  /* for aspect ratio ~33:1000*/
  padding-top: 3.3%;
  /* stylin */
  background: linear-gradient(#eaeced, #edeef0 55%, #fff 55%, #8a8b8f 56%, #999ba0 61%, #4B4B4F 84%, #262627 89%, rgba(0, 0, 0, .01) 98%);
  border-radius: 0 0 10% 10%/ 0 0 50% 50%;
}

.base::after {
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.5), rgba(255, 255, 255, 0.8) 0.5%, rgba(0, 0, 0, 0.4) 3.3%, transparent 15%, rgba(255, 255, 255, 0.8) 50%, transparent 85%, rgba(0, 0, 0, 0.4) 96.7%, rgba(255, 255, 255, 0.8) 99.5%, rgba(0, 0, 0, 0.5) 100%);
  content: "";
  height: 53%;
  
  top: 0;
  width: 100%;
}

.notch {
  background: #ddd;
  border-radius: 0 0 7% 7% / 0 0 95% 95%;
  box-shadow: -5px -1px 3px rgba(0, 0, 0, 0.2) inset, 5px -1px 3px rgba(0, 0, 0, 0.2) inset;
  margin-left: auto;
  margin-right: auto;
  margin-top: -3.5%;
  z-index: 2;
  /* for aspect ratio */
  position: relative;
  width: 14%;
}

.notch:before {
  content: "";
  display: block;
  /* for aspect ratio ~1:10 */
  padding-top: 10%;
}


/* Screenshot Hover Scroll Additions
-------------------------------------------------------------- */

.macbook .viewport {
  transition: background-position 3s ease;
  background-position: 0 0;
  background-size: 100% auto;
  overflow: hidden;
  cursor: pointer;
}

.macbook:hover .viewport {
  background-position: 0 100%;
}

.macbook .viewport:after {
  background: radial-gradient(circle at right bottom, transparent 75%, rgba(255, 255, 255, 0.05) 75%, transparent);
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

/* Services mobile */






/* Herosupport layout */
.herosupport {
    display: flex;
    /* gap: clamp(2rem, 6vw, 5rem);*/
   /*  padding: clamp(2rem, 6vw, 5rem);*/
    flex-wrap: wrap;
    /* padding: 20px 30px 20px 30px;*/
    justify-content: space-between;
}

.phones {
    
    min-height: 320px;
    display: flex;
    gap: clamp(1rem, 4vw, 3rem);
    justify-content: center;
    position: relative;
    padding: 3rem 0;
}

.phones::before {
    content: '';
    position: relative;
    inset: 10% 5% 5% 15%;
    
    border-radius: 200px 200px 60px 60px;
    box-shadow: inset 0 50px 80px rgba(0, 0, 0, 0.04);
}

.phone-card {
    width: clamp(220px, 32vw, 280px);
    background: #fff;
	border: 5px solid rgba(0, 0, 0, 0.05);
    border-radius: 32px;
    padding: 1.75rem 1.5rem 1.5rem;
    box-shadow: var(--card-shadow);
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    --start: 0deg;
    --offset-y: 0px;
    transform: translateY(var(--offset-y)) rotate(var(--start));
    animation: float 6s ease-in-out infinite;
}

.phone-card--support {
    --start: -6deg;
    --offset-y: 20px;
    animation-delay: 0.2s;
}

.phone-card--amc {
    --start: 6deg;
    --offset-y: -10px;
    animation-delay: 0.9s;
}

.phone-notch {
    width: 60%;
    height: 10px;
    background: #f2f2f2;
    border-radius: 0 0 12px 12px;
    position: absolute;
    top: 0rem;
    left: 20%;
}

.card-body {
    display: flex;
    flex-direction: column;
    gap: 0.9rem;
    margin-top: 0.5rem;
}



.service-kicker {
    font-size: 1.2rem;
    text-transform: uppercase;
    letter-spacing: 0.25em;
    font-weight: 600;
}

.service-figure {
    border-radius: 12px;
    overflow: hidden;
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.05);
}

.service-figure img {
    width: 100%; 
    object-fit: cover;
}

.service-description {
    font-size: 0.92rem;
    color: var(--ink-soft);
}

.outline-button {
    align-self: flex-start;
    margin-top: auto;
    border: 1px solid var(--ink);
    border-radius: 999px;
    padding: 0.4rem 1.6rem;
    background: transparent;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    font-size: 0.75rem;
    cursor: pointer;
    transition: background 0.3s ease, color 0.3s ease;
}

.outline-button:hover {
    background: var(--ink);
    color: #fff;
}

/* Services copy */
.service-copy {
    flex: 1 1 360px;
    /* background: #fff;*/
    /* border-radius: 48px 12px 12px 48px;*/
    padding: clamp(2rem, 5vw, 4rem);
    /* box-shadow: var(--card-shadow);*/
    position: relative;
    overflow: hidden;
    animation: fadeUp 0.9s ease forwards;
	text-align: center;
	margin-top: 5%;
}



.service-copy h1 {
    font-size: clamp(2.5rem, 4vw, 3rem);
    letter-spacing: 0.45em;
    text-transform: uppercase;
    font-weight: 400;
    margin: 0.5rem 0;
}

.divider {
    width: 120px;
    height: 2px;
    background: var(--ink);
    margin-bottom: 2rem;
	margin-left: 35%;
}

.service-copy p {
    margin-bottom: 1rem;
    max-width: 520px;
}

.label-light{
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 0.3em;
    color: #8f8882;
}



/* Animations */
@keyframes float {
    0% {
        transform: translateY(var(--offset-y)) rotate(var(--start));
    }
    50% {
        transform: translateY(calc(var(--offset-y) - 16px)) rotate(calc(var(--start) * 0.6));
    }
    100% {
        transform: translateY(var(--offset-y)) rotate(var(--start));
    }
}

@keyframes fadeUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Responsive adjustments */
@media (max-width: 1024px) {
   
    .herosupport {
        flex-direction: column;
        align-items: center;
    }

    .service-copy {
        
        text-align: center;
    }

    .service-copy::after {
        right: 30%;
        transform: translate(50%, -50%);
    }

    
}

@media (max-width: 640px) {
    .phones {
        flex-direction: column;
        align-items: center;
        gap: 2rem;
    }

    .phone-card--support,
    .phone-card--amc {
        --start: 0deg;
        --offset-y: 0px;
    }

   

}


/* Footer section*/

/* TOP GALLERY CTA */
.foot-hero{
  padding:100px 20px 80px;
  text-align:center;
}
.foot-tag{
  display:inline-block;
  font-size:13px;
  letter-spacing:2px;
  color:#555;
  background:#f5f5f5;
  padding:6px 14px;
  border-radius:20px;
}
.foot-hero h2{
  margin:50px 0 30px;
  font-size:14px;
  letter-spacing:4px;
  font-weight:500;
}
.socials{
  display:flex;
  justify-content:center;
  gap:24px;
}
.social{
  width:56px;height:56px;
  display:grid; place-items:center;
  background:#000;color:#fff;
  border-radius:14px;
  font-size:22px;
  cursor:pointer;
  transition:.35s ease;
}
.social:hover{
  transform:translateY(-6px);
  background:#222;
}
.loading{
  margin-top:16px;
  font-size:12px;
  color:#777;
  letter-spacing:1px;
}

/* FOOTER */
.footer{
  background:#000;
  color:#fff;
  padding:70px 20px 40px;
}
.footer-inner{
  max-width:1200px;
  margin:auto;
}
.footer-grid{
  display:grid;
  gap:40px;
}
@media(min-width:768px){
  .footer-grid{grid-template-columns:repeat(3,1fr)}
}
.footer h3{
  font-size:12px;
  letter-spacing:3px;
  margin-bottom:14px;
}
.footer p, .footer li{
  font-size:13px;
  color:var(--white);
  line-height:1.8;
}
.footer ul{list-style:none}
.footer hr{
  border:none;height:1px;background:var(--line);
  margin:40px 0 20px;
}
.footer-bottom{
  text-align:center;
  font-size:12px;
  color:#fff;
}

/* ANIMATION */
.fade-up{opacity:0;transform:translateY(25px);transition:.8s ease}
.fade-up.show{opacity:1;transform:none}