/**
 * Theme Name:        Claude TSOPP Custome
 * Theme URI:         https://tsopp.co.uk
 * Description:       Custom theme description...
 * Version:           1.0.0
 * Author:            Iulia Achiteni
 * Author URI:        https://example.com
 * Tags:              block-patterns, full-site-editing
 * Text Domain:       fabled-sunset
 * Domain Path:       /assets/lang
 * Tested up to:      6.4
 * Requires at least: 6.2
 * Requires PHP:      7.4
 * License:           GNU General Public License v2.0 or later
 * License URI:       https://www.gnu.org/licenses/gpl-2.0.html
 */
/* ============================================================
   TSO Prestige Protection — Main Stylesheet (Desktop)
   Version: 1.0  |  tsopp.co.uk
   ============================================================ */

/* ── RESET & ROOT ── */
*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }

:root {
  --navy:              #0a1628;
  --navy-mid:          #112240;
  --navy-light:        #1a3358;
  --gold:              #c9a84c;
  --gold-light:        #e8c96a;
  --white:             #ffffff;
  --text-muted:        #8a9ab5;
  --border-gold:       rgba(201,168,76,0.3);
  --border-gold-strong:rgba(201,168,76,0.6);
}

html { scroll-behavior: smooth; }
body {
  font-family: 'Montserrat', sans-serif;
  background: var(--navy);
  color: var(--white);
  overflow-x: hidden;
}

/* ── UTILITIES ── */
.gold-line-left {
  display: block;
  width: 60px; height: 1px;
  background: linear-gradient(90deg, var(--gold), transparent);
}

/* ── NAVIGATION ── */
nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 1000;
  padding: 0 60px;
  display: flex; align-items: center; justify-content: space-between;
  height: 96px;
  background: rgba(10,22,40,0.92);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid var(--border-gold);
  transition: height 0.3s ease, background 0.3s ease;
}
.nav-logo { display: flex; align-items: center; gap: 14px; }
.nav-logo-img {
  width: 40px; height: 40px; object-fit: contain;
  filter: brightness(1.1) drop-shadow(0 0 6px rgba(201,168,76,0.4));
}
.nav-logo-main {
  font-family: 'Cormorant Garamond', serif;
  font-size: 24px; font-weight: 600;
  color: var(--gold); letter-spacing: 2px;
  line-height: 1; display: block;
}
.nav-logo-sub {
  font-size: 11px; letter-spacing: 3.5px;
  color: var(--text-muted); text-transform: uppercase; display: block;
}
.nav-contact { display: flex; flex-direction: column; gap: 3px; margin-top: 5px; }
.nav-contact a {
  font-size: 12px; letter-spacing: 0.8px;
  color: var(--text-muted); text-decoration: none;
  transition: color 0.3s; font-weight: 300;
  display: flex; align-items: center; gap: 5px;
}
.nav-contact a:hover { color: var(--gold); }
.nav-contact-dot {
  display: inline-block; width: 3px; height: 3px;
  background: var(--gold); border-radius: 50%;
  opacity: 0.55; flex-shrink: 0;
}
.nav-links { display: flex; align-items: center; gap: 36px; list-style: none; }
.nav-links a {
  font-size: 13px; letter-spacing: 2.5px;
  text-transform: uppercase; color: var(--text-muted);
  text-decoration: none; transition: color 0.3s; position: relative;
}
.nav-links a::after {
  content: ''; position: absolute; bottom: -4px; left: 0;
  width: 0; height: 1px; background: var(--gold); transition: width 0.3s;
}
.nav-links a:hover { color: var(--gold-light); }
.nav-links a:hover::after { width: 100%; }
.nav-cta { padding: 10px 24px; border: 1px solid var(--gold); color: var(--gold) !important; transition: all 0.3s !important; }
.nav-cta:hover { background: var(--gold) !important; color: var(--navy) !important; }
.nav-cta::after { display: none !important; }

/* ── HERO ── */
#home {
  position: relative; height: 100vh; min-height: 780px;
  display: flex; align-items: center; overflow: hidden;
}
.hero-bg-photo {
  position: absolute; inset: 0;
  background-image: url('https://tsopp.co.uk/wp-content/uploads/2025/09/IMG-20250809-WA0020.jpg');
  background-size: cover; background-position: center 30%;
  filter: contrast(1.1) brightness(0.45) saturate(0.55) sepia(0.1);
  transform: scale(1.04); transition: transform 8s ease;
}
.hero-bg-photo.loaded { transform: scale(1); }
.hero-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(105deg, rgba(10,22,40,0.96) 0%, rgba(10,22,40,0.75) 50%, rgba(10,22,40,0.35) 100%);
}
.hero-team-panel {
  position: absolute; right: 0; top: 0; bottom: 0; width: 52%;
  overflow: hidden; display: flex; align-items: center; justify-content: center;
}
.hero-team-photo {
  width: 100%; height: auto; max-height: 100%;
  object-fit: contain; object-position: center center;
  filter: contrast(1.14) brightness(0.78) saturate(0.65) sepia(0.1);
  position: relative; z-index: 1;
}
.hero-team-fade {
  position: absolute; inset: 0; z-index: 2;
  background: linear-gradient(90deg,
    rgba(10,22,40,1) 0%, rgba(10,22,40,0.45) 22%,
    rgba(10,22,40,0.0) 42%, rgba(10,22,40,0.0) 85%,
    rgba(10,22,40,0.5) 100%);
}
.hero-team-panel::before {
  content: ''; position: absolute; top: 0; left: 0; right: 0; height: 160px; z-index: 3;
  background: linear-gradient(180deg, rgba(10,22,40,1) 0%, transparent 100%);
}
.hero-team-panel::after {
  content: ''; position: absolute; bottom: 0; left: 0; right: 0; height: 160px; z-index: 3;
  background: linear-gradient(0deg, rgba(10,22,40,1) 0%, transparent 100%);
}
.hero-team-frame {
  position: absolute; top: 100px; left: 40px; right: 24px; bottom: 100px;
  border: 1px solid var(--border-gold); pointer-events: none; z-index: 4;
}
.hero-oxford-badge {
  position: absolute; bottom: 110px; left: 58px; z-index: 5;
  padding: 14px 22px;
  background: rgba(10,22,40,0.85); border: 1px solid var(--border-gold);
  backdrop-filter: blur(8px);
}
.hero-oxford-badge-text { font-size: 12px; letter-spacing: 3px; text-transform: uppercase; color: var(--gold); }
.hero-oxford-badge-sub { font-size: 15px; color: var(--text-muted); margin-top: 3px; font-weight: 300; }

.hero-content {
  position: relative; z-index: 2;
  max-width: 620px; padding: 0 60px; padding-top: 96px;
  animation: heroIn 1.1s ease forwards;
}
@keyframes heroIn {
  from { opacity: 0; transform: translateY(28px); }
  to   { opacity: 1; transform: translateY(0); }
}
.hero-eyebrow { display: flex; align-items: center; gap: 16px; margin-bottom: 28px; }
.hero-eyebrow span { font-size: 13px; letter-spacing: 4.5px; text-transform: uppercase; color: var(--gold); }
.hero-eyebrow-line { width: 40px; height: 1px; background: var(--gold); }
.hero-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: 90px; font-weight: 300; line-height: 1.02;
  letter-spacing: -1px; margin-bottom: 24px;
}
.hero-title em { font-style: italic; color: var(--gold-light); }
.hero-desc {
  font-size: 17px; line-height: 2.1;
  color: var(--text-muted); max-width: 450px;
  margin-bottom: 48px; font-weight: 300;
}
.hero-actions { display: flex; align-items: center; gap: 32px; }

.hero-stats { display: flex; gap: 52px; align-items: center; margin-top: 56px; }
.hero-stat-num {
  font-family: 'Cormorant Garamond', serif;
  font-size: 42px; font-weight: 300; color: var(--gold); line-height: 1;
}
.hero-stat-label { font-size: 12px; letter-spacing: 2px; text-transform: uppercase; color: var(--text-muted); margin-top: 4px; }
.hero-stat-divider { width: 1px; height: 48px; background: var(--border-gold); }

/* ── BUTTONS ── */
.btn-primary {
  padding: 16px 48px; background: var(--gold);
  color: var(--navy); font-size: 13px; letter-spacing: 3px;
  text-transform: uppercase; font-weight: 600;
  text-decoration: none; transition: all 0.3s; display: inline-block;
}
.btn-primary:hover {
  background: var(--gold-light); transform: translateY(-2px);
  box-shadow: 0 12px 40px rgba(201,168,76,0.25);
}
.btn-ghost {
  font-size: 13px; letter-spacing: 3px; text-transform: uppercase;
  color: var(--text-muted); text-decoration: none;
  display: flex; align-items: center; gap: 10px; transition: color 0.3s;
}
.btn-ghost::after { content: '→'; font-size: 20px; transition: transform 0.3s; }
.btn-ghost:hover { color: var(--gold-light); }
.btn-ghost:hover::after { transform: translateX(4px); }
.btn-navy {
  padding: 18px 52px; background: var(--navy); color: var(--gold);
  font-size: 13px; letter-spacing: 3px; text-transform: uppercase; font-weight: 600;
  text-decoration: none; display: inline-block; transition: all 0.3s; white-space: nowrap;
}
.btn-navy:hover { background: var(--navy-mid); transform: translateY(-2px); }
.btn-submit {
  padding: 16px 60px; background: transparent;
  border: 1px solid var(--gold); color: var(--gold);
  font-family: 'Montserrat', sans-serif;
  font-size: 13px; letter-spacing: 4px; text-transform: uppercase;
  cursor: pointer; transition: all 0.3s;
}
.btn-submit:hover { background: var(--gold); color: var(--navy); }

/* ── TICKER ── */
.ticker { background: var(--gold); padding: 10px 0; overflow: hidden; }
.ticker-inner {
  display: flex; gap: 64px;
  animation: ticker 22s linear infinite; white-space: nowrap;
}
@keyframes ticker {
  from { transform: translateX(0); }
  to   { transform: translateX(-50%); }
}
.ticker span { font-size: 13px; letter-spacing: 3px; text-transform: uppercase; color: var(--navy); font-weight: 600; }
.ticker-dot { color: rgba(10,22,40,0.35) !important; }

/* ── SHARED SECTION STYLES ── */
section { position: relative; z-index: 1; }
.section-pad { padding: 120px 60px; }
.section-eyebrow { display: flex; align-items: center; gap: 16px; margin-bottom: 20px; }
.section-eyebrow span { font-size: 13px; letter-spacing: 4px; text-transform: uppercase; color: var(--gold); }
.section-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: 62px; font-weight: 300; line-height: 1.1; margin-bottom: 20px;
}
.section-title em { font-style: italic; color: var(--gold-light); }

/* ── ABOUT ── */
#about { background: var(--navy-mid); }
.about-grid {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 100px; align-items: center; max-width: 1300px; margin: 0 auto;
}
.about-image-wrap { position: relative; }
.about-image {
  width: 100%; aspect-ratio: 4/5; object-fit: cover;
  object-position: center top; display: block;
  filter: contrast(1.1) brightness(0.88) saturate(0.78) sepia(0.08);
}
.about-image-border {
  position: absolute; top: -20px; right: -20px; bottom: 20px; left: 20px;
  border: 1px solid var(--border-gold); pointer-events: none;
}
.about-badge {
  position: absolute; bottom: -20px; left: -20px;
  width: 140px; height: 140px; background: var(--gold);
  display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 4px;
}
.about-badge-num {
  font-family: 'Cormorant Garamond', serif;
  font-size: 50px; font-weight: 300; color: var(--navy); line-height: 1;
}
.about-badge-text { font-size: 11px; letter-spacing: 2px; text-transform: uppercase; color: var(--navy); text-align: center; font-weight: 600; }
.about-body { font-size: 17px; line-height: 2.2; color: var(--text-muted); font-weight: 300; margin-bottom: 18px; }
.pillars { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin-top: 40px; }
.pillar { padding: 22px; border: 1px solid var(--border-gold); transition: border-color 0.3s, background 0.3s; }
.pillar:hover { border-color: var(--border-gold-strong); background: rgba(201,168,76,0.04); }
.pillar-num { font-family: 'Cormorant Garamond', serif; font-size: 34px; color: var(--border-gold); line-height: 1; margin-bottom: 8px; }
.pillar-title { font-size: 13px; letter-spacing: 2px; text-transform: uppercase; color: var(--gold); margin-bottom: 8px; }
.pillar-text { font-size: 16px; line-height: 1.8; color: var(--text-muted); }

/* ── TEAM IN ACTION ── */
#inaction { background: var(--navy); }
.inaction-header { max-width: 1300px; margin: 0 auto; padding: 100px 60px 60px; }
.photo-strip {
  display: grid; grid-template-columns: 1.5fr 1fr 1fr 1fr;
  gap: 3px; height: 540px;
}
.ps-item { position: relative; overflow: hidden; cursor: default; }
.ps-item img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.7s ease; }
.ps-item:hover img { transform: scale(1.06); }
.ps-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(0deg, rgba(10,22,40,0.72) 0%, rgba(10,22,40,0.1) 50%);
  transition: opacity 0.4s;
}
.ps-item:hover .ps-overlay { opacity: 0.55; }
.ps-caption {
  position: absolute; bottom: 22px; left: 22px;
  font-size: 12px; letter-spacing: 2.5px; text-transform: uppercase; color: var(--gold);
  opacity: 0; transform: translateY(6px); transition: all 0.4s;
}
.ps-item:hover .ps-caption { opacity: 1; transform: translateY(0); }
.ps-tag {
  position: absolute; top: 18px; right: 18px;
  font-size: 11px; letter-spacing: 2px; text-transform: uppercase; color: var(--gold);
  border: 1px solid var(--border-gold); padding: 4px 10px; background: rgba(10,22,40,0.7);
}

/* ── SERVICES ── */
#services { background: var(--navy-mid); }
.services-wrap { max-width: 1300px; margin: 0 auto; }
.services-header { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; margin-bottom: 70px; align-items: end; }
.services-intro { font-size: 17px; line-height: 2.2; color: var(--text-muted); font-weight: 300; }
.services-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: var(--border-gold); }
.service-card {
  background: var(--navy-mid); padding: 48px 36px;
  position: relative; overflow: hidden; transition: background 0.4s;
}
.service-card::before {
  content: ''; position: absolute; bottom: 0; left: 0; right: 0; height: 2px;
  background: var(--gold); transform: scaleX(0); transform-origin: left;
  transition: transform 0.4s ease;
}
.service-card:hover { background: rgba(26,51,88,0.85); }
.service-card:hover::before { transform: scaleX(1); }
.service-num {
  font-family: 'Cormorant Garamond', serif; font-size: 68px;
  font-weight: 300; color: var(--border-gold); line-height: 1;
  margin-bottom: 20px; transition: color 0.4s;
}
.service-card:hover .service-num { color: rgba(201,168,76,0.4); }
.service-title { font-family: 'Cormorant Garamond', serif; font-size: 30px; font-weight: 400; color: var(--white); margin-bottom: 14px; line-height: 1.2; }
.service-desc { font-size: 16px; line-height: 2; color: var(--text-muted); margin-bottom: 24px; }
.service-list { list-style: none; display: flex; flex-direction: column; gap: 10px; }
.service-list li { font-size: 15px; color: var(--text-muted); display: flex; align-items: center; gap: 10px; }
.service-list li::before { content: ''; display: block; width: 16px; height: 1px; background: var(--gold); flex-shrink: 0; }

/* ── WHY TSO ── */
#why { background: var(--navy); }
.why-wrap { max-width: 1300px; margin: 0 auto; display: grid; grid-template-columns: 1fr 1fr; gap: 100px; align-items: center; }
.why-reasons { display: flex; flex-direction: column; }
.why-reason {
  padding: 26px 0; border-bottom: 1px solid var(--border-gold);
  display: flex; align-items: flex-start; gap: 24px; transition: padding-left 0.3s;
}
.why-reason:first-child { border-top: 1px solid var(--border-gold); }
.why-reason:hover { padding-left: 10px; }
.why-reason-num { font-family: 'Cormorant Garamond', serif; font-size: 24px; color: var(--gold); line-height: 1; flex-shrink: 0; margin-top: 1px; }
.why-reason-title { font-size: 16px; color: var(--white); margin-bottom: 5px; font-weight: 500; }
.why-reason-text { font-size: 16px; line-height: 1.8; color: var(--text-muted); }
.why-photos { display: grid; grid-template-rows: 1.1fr 0.9fr; gap: 14px; height: 640px; }
.why-photo-item { position: relative; overflow: hidden; }
.why-photo-item img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.7s ease; }
.why-photo-item:hover img { transform: scale(1.04); }
.why-photo-overlay { position: absolute; inset: 0; background: linear-gradient(135deg, rgba(10,22,40,0.4) 0%, transparent 70%); }
.why-quote-box {
  position: absolute; bottom: 0; left: 0; right: 0;
  background: rgba(10,22,40,0.88); border-top: 1px solid var(--border-gold);
  padding: 20px 24px; backdrop-filter: blur(6px);
}
.why-quote-text { font-family: 'Cormorant Garamond', serif; font-size: 20px; font-style: italic; color: var(--white); line-height: 1.5; margin-bottom: 8px; }
.why-quote-author { font-size: 12px; letter-spacing: 2px; text-transform: uppercase; color: var(--gold); }

/* ── SUCCESS STORIES ── */
#stories { background: var(--navy-mid); }
.stories-wrap { max-width: 1300px; margin: 0 auto; }
.stories-header { margin-bottom: 60px; }
.testimonials { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; }
.testimonial {
  padding: 44px; border: 1px solid var(--border-gold);
  position: relative; transition: border-color 0.3s, transform 0.3s;
}
.testimonial:hover { border-color: var(--border-gold-strong); transform: translateY(-4px); }
.testimonial.featured {
  grid-column: span 2; display: grid;
  grid-template-columns: 1fr 1fr; gap: 48px; background: rgba(26,51,88,0.4);
}
.t-quote-mark { font-family: 'Cormorant Garamond', serif; font-size: 80px; color: var(--gold); line-height: 0.7; margin-bottom: 20px; opacity: 0.35; }
.t-text { font-family: 'Cormorant Garamond', serif; font-size: 24px; font-style: italic; line-height: 1.7; color: var(--white); margin-bottom: 24px; }
.t-author { display: flex; align-items: center; gap: 14px; }
.t-avatar {
  width: 42px; height: 42px; background: var(--border-gold); border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-family: 'Cormorant Garamond', serif; font-size: 21px; color: var(--gold); flex-shrink: 0;
}
.t-name { font-size: 15px; letter-spacing: 1.5px; text-transform: uppercase; color: var(--white); font-weight: 500; }
.t-role { font-size: 15px; color: var(--text-muted); margin-top: 3px; }
.t-tag {
  position: absolute; top: 22px; right: 22px;
  font-size: 12px; letter-spacing: 2px; text-transform: uppercase; color: var(--gold);
  border: 1px solid var(--border-gold); padding: 5px 12px;
}

/* ── QUOTE CTA ── */
#quote { background: var(--gold); padding: 100px 60px; }
.quote-wrap { max-width: 1300px; margin: 0 auto; display: grid; grid-template-columns: 1fr auto; gap: 80px; align-items: center; }
.quote-title { font-family: 'Cormorant Garamond', serif; font-size: 58px; font-weight: 300; color: var(--navy); line-height: 1.1; margin-bottom: 16px; }
.quote-sub { font-size: 17px; color: var(--navy-mid); line-height: 1.8; font-weight: 300; }
.quote-actions { display: flex; flex-direction: column; gap: 16px; align-items: flex-end; flex-shrink: 0; }
.quote-phone { font-size: 15px; color: var(--navy-mid); letter-spacing: 1px; text-align: right; }

/* ── CONTACT + FORM ── */
#contact { background: var(--navy); }
.contact-wrap { max-width: 1300px; margin: 0 auto; display: grid; grid-template-columns: 1fr 1fr; gap: 100px; }
.contact-details { display: flex; flex-direction: column; gap: 36px; margin-top: 48px; }
.contact-item { display: flex; flex-direction: column; gap: 8px; }
.c-label { font-size: 12px; letter-spacing: 3px; text-transform: uppercase; color: var(--gold); }
.c-value { font-size: 18px; color: var(--white); font-weight: 300; }
.c-value a { color: inherit; text-decoration: none; transition: color 0.3s; }
.c-value a:hover { color: var(--gold); }
.contact-photo-wrap { position: relative; margin-top: 40px; height: 260px; overflow: hidden; }
.contact-photo { width: 100%; height: 100%; object-fit: cover; object-position: center 15%; filter: contrast(1.08) brightness(0.84) saturate(0.78); }
.contact-photo-overlay { position: absolute; inset: 0; background: linear-gradient(0deg, rgba(10,22,40,0.65) 0%, transparent 55%); }
.contact-photo-label { position: absolute; bottom: 16px; left: 20px; font-size: 12px; letter-spacing: 2.5px; text-transform: uppercase; color: var(--gold); }
.form-eyebrow { display: flex; align-items: center; gap: 14px; margin-bottom: 16px; }
.form-eyebrow span { font-size: 13px; letter-spacing: 3.5px; text-transform: uppercase; color: var(--gold); }
.form-section-title { font-family: 'Cormorant Garamond', serif; font-size: 42px; font-weight: 300; margin-bottom: 4px; }
.form-section-title em { font-style: italic; color: var(--gold-light); }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin-top: 36px; }
.form-group { display: flex; flex-direction: column; gap: 10px; }
.form-group.full { grid-column: span 2; }
.form-label { font-size: 12px; letter-spacing: 3px; text-transform: uppercase; color: var(--gold); }
.form-input, .form-select, .form-textarea {
  background: transparent; border: none; border-bottom: 1px solid var(--border-gold);
  padding: 14px 0; color: var(--white);
  font-family: 'Montserrat', sans-serif; font-size: 17px; font-weight: 300;
  outline: none; transition: border-color 0.3s; width: 100%;
}
.form-input:focus, .form-select:focus, .form-textarea:focus { border-color: var(--gold); }
.form-input::placeholder, .form-textarea::placeholder { color: var(--text-muted); }
.form-select { appearance: none; cursor: pointer; }
.form-select option { background: var(--navy-mid); color: var(--white); }
.form-textarea { resize: none; height: 90px; }
.form-submit { grid-column: span 2; text-align: center; margin-top: 16px; }
.form-success { display: none; margin-top: 40px; text-align: center; padding: 40px; border: 1px solid var(--border-gold); }
.form-success-title { font-family: 'Cormorant Garamond', serif; font-size: 40px; color: var(--gold); margin-bottom: 12px; font-style: italic; }
.form-success-sub { font-size: 16px; color: var(--text-muted); letter-spacing: 1px; }

/* ── FOOTER ── */
footer { background: #060f1c; padding: 52px 60px; border-top: 1px solid var(--border-gold); }
.footer-inner { max-width: 1300px; margin: 0 auto; display: flex; justify-content: space-between; align-items: center; }
.footer-logo-wrap { display: flex; align-items: center; gap: 12px; }
.footer-logo-img { width: 32px; height: 32px; object-fit: contain; filter: brightness(1.1); }
.footer-logo { font-family: 'Cormorant Garamond', serif; font-size: 22px; color: var(--gold); letter-spacing: 1.5px; }
.footer-copy { font-size: 15px; color: var(--text-muted); }
.footer-sia { font-size: 12px; letter-spacing: 2.5px; text-transform: uppercase; color: var(--text-muted); border: 1px solid var(--border-gold); padding: 8px 18px; }

/* ── SCROLL REVEAL ANIMATIONS ── */
.reveal { opacity: 0; transform: translateY(28px); transition: opacity 0.8s ease, transform 0.8s ease; }
.reveal.visible { opacity: 1; transform: none; }
.d1 { transition-delay: 0.1s; }
.d2 { transition-delay: 0.2s; }
.d3 { transition-delay: 0.3s; }
.d4 { transition-delay: 0.4s; }
