/*
Theme Name: ValueEdu Studio
Theme URI: https://valueedu.co.kr/
Author: Value Education
Description: 가치교육컨설팅을 위한 사진 중심 반응형 브랜드 테마
Version: 1.0.2
Text Domain: valueedu-studio
*/

:root {
  --ve-ink: #12363c;
  --ve-ink-2: #38575b;
  --ve-deep: #0d3f47;
  --ve-teal: #0c8587;
  --ve-teal-2: #17a4a2;
  --ve-mint: #e4f7f4;
  --ve-mint-2: #f3fbfa;
  --ve-sky: #eaf2ff;
  --ve-warm: #ffb35c;
  --ve-line: #d9e9e7;
  --ve-white: #ffffff;
  --ve-shadow: 0 24px 70px rgba(13, 63, 71, .12);
  --ve-shadow-soft: 0 14px 42px rgba(13, 63, 71, .08);
  --ve-radius-lg: 34px;
  --ve-radius-md: 22px;
  --ve-radius-sm: 14px;
  --ve-container: min(1180px, calc(100% - 40px));
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ve-ink);
  background: #fbfdfd;
  font-family: "Noto Sans KR", "Pretendard", "Apple SD Gothic Neo", "Malgun Gothic", sans-serif;
  font-size: 17px;
  line-height: 1.75;
  letter-spacing: -.018em;
  word-break: keep-all;
  -webkit-font-smoothing: antialiased;
}
body.admin-bar .ve-header { top: 32px; }
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; }
button, input, select, textarea { font: inherit; }
.screen-reader-text,
.ve-skip-link:not(:focus) {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}
.ve-skip-link:focus {
  position: fixed;
  z-index: 99999;
  top: 12px;
  left: 12px;
  padding: 10px 16px;
  color: #fff;
  background: var(--ve-deep);
  border-radius: 8px;
}

.ve-container { width: var(--ve-container); margin-inline: auto; }
.ve-section { padding: 108px 0; }
.ve-section--soft { background: linear-gradient(180deg, #f4fbfa 0%, #fff 100%); }
.ve-section--deep { color: #fff; background: var(--ve-deep); }
.ve-kicker {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin: 0 0 18px;
  color: var(--ve-teal);
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .17em;
  text-transform: uppercase;
}
.ve-kicker::before {
  width: 26px;
  height: 2px;
  content: "";
  background: currentColor;
}
.ve-section--deep .ve-kicker { color: #7ee1da; }
.ve-title,
.ve-page-title,
.ve-hero__title {
  margin: 0;
  color: var(--ve-ink);
  font-family: "Noto Serif KR", serif;
  font-weight: 700;
  letter-spacing: -.055em;
  text-wrap: balance;
}
.ve-title { max-width: 800px; font-size: clamp(2rem, 4vw, 3.45rem); line-height: 1.24; }
.ve-section--deep .ve-title { color: #fff; }
.ve-lead { max-width: 760px; margin: 22px 0 0; color: var(--ve-ink-2); font-size: 1.07rem; line-height: 1.9; }
.ve-section--deep .ve-lead { color: #c8dcde; }
.ve-section-heading { display: flex; align-items: end; justify-content: space-between; gap: 32px; margin-bottom: 48px; }
.ve-section-heading__link { flex: 0 0 auto; color: var(--ve-teal); font-weight: 800; text-decoration: none; }
.ve-section-heading__link:hover { text-decoration: underline; text-underline-offset: 5px; }

.ve-btn {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 0 24px;
  border: 1px solid transparent;
  border-radius: 999px;
  color: #fff;
  background: var(--ve-teal);
  box-shadow: 0 10px 24px rgba(12, 133, 135, .2);
  font-size: .96rem;
  font-weight: 800;
  text-decoration: none;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}
.ve-btn:hover { transform: translateY(-2px); background: #087476; box-shadow: 0 15px 32px rgba(12, 133, 135, .25); }
.ve-btn--ghost { color: var(--ve-deep); background: rgba(255, 255, 255, .76); border-color: rgba(13, 63, 71, .18); box-shadow: none; }
.ve-btn--ghost:hover { background: #fff; }
.ve-btn--light { color: var(--ve-deep); background: #fff; box-shadow: none; }
.ve-btn--line { color: #fff; background: transparent; border-color: rgba(255, 255, 255, .42); box-shadow: none; }

/* Header */
.ve-header {
  position: sticky;
  z-index: 1000;
  top: 0;
  border-bottom: 1px solid rgba(13, 63, 71, .08);
  background: rgba(255, 255, 255, .92);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}
.ve-header__inner { display: flex; min-height: 86px; align-items: center; justify-content: space-between; gap: 28px; }
.ve-brand { display: inline-flex; flex: 0 0 auto; align-items: center; text-decoration: none; }
.ve-brand img { width: 215px; max-height: 62px; object-fit: contain; }
.ve-nav { display: flex; align-items: center; gap: 6px; }
.ve-nav a {
  padding: 12px 14px;
  border-radius: 999px;
  color: #2d4b50;
  font-size: .92rem;
  font-weight: 700;
  text-decoration: none;
  transition: color .2s ease, background .2s ease;
}
.ve-nav a:hover, .ve-nav a[aria-current="page"] { color: var(--ve-teal); background: var(--ve-mint); }
.ve-nav .ve-nav__contact { margin-left: 8px; padding-inline: 19px; color: #fff; background: var(--ve-deep); }
.ve-nav .ve-nav__contact:hover, .ve-nav .ve-nav__contact[aria-current="page"] { color: #fff; background: var(--ve-teal); }
.ve-menu-toggle {
  display: none;
  width: 46px;
  height: 46px;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--ve-line);
  border-radius: 50%;
  color: var(--ve-deep);
  background: #fff;
  cursor: pointer;
}
.ve-menu-toggle svg { width: 24px; height: 24px; }

/* Home hero */
.ve-hero { position: relative; overflow: hidden; padding: 68px 0 82px; }
.ve-hero::before {
  position: absolute;
  z-index: -1;
  inset: 0 0 auto;
  height: 88%;
  content: "";
  background:
    radial-gradient(circle at 8% 18%, rgba(23, 164, 162, .17), transparent 31%),
    radial-gradient(circle at 84% 8%, rgba(255, 179, 92, .19), transparent 24%),
    linear-gradient(135deg, #f3fbfa 0%, #f7fbff 68%, #fff9f1 100%);
}
.ve-hero__grid { display: grid; grid-template-columns: minmax(0, .94fr) minmax(480px, 1.06fr); align-items: center; gap: clamp(44px, 7vw, 94px); }
.ve-hero__title { font-size: clamp(2.7rem, 5.45vw, 5.15rem); line-height: 1.13; }
.ve-hero__title em { position: relative; color: var(--ve-teal); font-style: normal; }
.ve-hero__title em::after { position: absolute; z-index: -1; right: -2px; bottom: 5px; left: -2px; height: 14px; content: ""; border-radius: 999px; background: rgba(255, 179, 92, .42); }
.ve-hero__copy { max-width: 620px; margin: 27px 0 30px; color: var(--ve-ink-2); font-size: 1.12rem; line-height: 1.92; }
.ve-hero__actions { display: flex; flex-wrap: wrap; gap: 12px; }
.ve-hero__proof { display: flex; flex-wrap: wrap; gap: 20px; margin-top: 34px; color: #4c666a; font-size: .85rem; font-weight: 700; }
.ve-hero__proof span { display: inline-flex; align-items: center; gap: 8px; }
.ve-hero__proof span::before { width: 8px; height: 8px; content: ""; border: 2px solid #fff; border-radius: 50%; background: var(--ve-teal-2); box-shadow: 0 0 0 2px var(--ve-teal-2); }
.ve-hero__visual { position: relative; min-height: 570px; }
.ve-hero__image-main {
  position: absolute;
  inset: 0 0 44px 60px;
  width: calc(100% - 60px);
  height: calc(100% - 44px);
  border-radius: 34px 90px 34px 34px;
  box-shadow: var(--ve-shadow);
  object-fit: cover;
}
.ve-hero__image-sub {
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 0;
  width: 42%;
  aspect-ratio: 1.08;
  border: 8px solid #fff;
  border-radius: 28px;
  box-shadow: var(--ve-shadow-soft);
  object-fit: cover;
}
.ve-hero__badge {
  position: absolute;
  z-index: 3;
  right: -18px;
  bottom: 18px;
  width: 154px;
  height: 154px;
  display: grid;
  place-content: center;
  padding: 18px;
  border: 7px solid #fff;
  border-radius: 50%;
  color: var(--ve-deep);
  background: var(--ve-warm);
  box-shadow: var(--ve-shadow-soft);
  text-align: center;
  transform: rotate(5deg);
}
.ve-hero__badge strong { display: block; font-family: "Noto Serif KR", serif; font-size: 1.45rem; line-height: 1.2; }
.ve-hero__badge span { display: block; margin-top: 5px; font-size: .72rem; font-weight: 800; letter-spacing: .03em; }

.ve-statbar { position: relative; z-index: 4; margin-top: -32px; }
.ve-statbar__inner { display: grid; grid-template-columns: repeat(3, 1fr); overflow: hidden; border: 1px solid rgba(13, 63, 71, .09); border-radius: 24px; background: #fff; box-shadow: var(--ve-shadow-soft); }
.ve-stat { padding: 27px 34px; }
.ve-stat + .ve-stat { border-left: 1px solid var(--ve-line); }
.ve-stat strong { display: block; color: var(--ve-teal); font-family: "Noto Serif KR", serif; font-size: 1.7rem; line-height: 1.3; }
.ve-stat span { color: #597074; font-size: .86rem; font-weight: 600; }

/* Cards and content */
.ve-service-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 22px; }
.ve-service-card {
  position: relative;
  overflow: hidden;
  min-height: 300px;
  padding: 38px;
  border: 1px solid var(--ve-line);
  border-radius: var(--ve-radius-md);
  background: #fff;
  box-shadow: 0 0 0 rgba(13, 63, 71, 0);
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}
.ve-service-card:hover { transform: translateY(-6px); border-color: #b8deda; box-shadow: var(--ve-shadow-soft); }
.ve-service-card:nth-child(2) { background: #f4f8ff; }
.ve-service-card:nth-child(3) { background: #fff8ef; }
.ve-service-card:nth-child(4) { background: #f0faf8; }
.ve-service-card__top { display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.ve-service-card__number { display: grid; width: 52px; height: 52px; place-content: center; border-radius: 16px; color: #fff; background: var(--ve-teal); font-size: .82rem; font-weight: 900; }
.ve-service-card__mark { color: rgba(12, 133, 135, .18); font-family: "Noto Serif KR", serif; font-size: 4.7rem; line-height: .8; }
.ve-service-card h3 { max-width: 440px; margin: 34px 0 15px; color: var(--ve-deep); font-family: "Noto Serif KR", serif; font-size: clamp(1.4rem, 2.5vw, 2rem); line-height: 1.35; }
.ve-service-card p { max-width: 510px; margin: 0; color: #526b6f; }
.ve-service-card a { display: inline-flex; align-items: center; gap: 6px; margin-top: 22px; color: var(--ve-teal); font-weight: 800; text-decoration: none; }

.ve-showcase { display: grid; grid-template-columns: 1.03fr .97fr; align-items: center; gap: clamp(46px, 7vw, 90px); }
.ve-showcase__mosaic { position: relative; display: grid; grid-template-columns: 1.15fr .85fr; grid-template-rows: 260px 210px; gap: 15px; }
.ve-showcase__mosaic img { width: 100%; height: 100%; border-radius: 24px; object-fit: cover; }
.ve-showcase__mosaic img:first-child { grid-row: 1 / 3; }
.ve-showcase__mosaic img:nth-child(2) { object-position: center; }
.ve-showcase__mosaic::after { position: absolute; right: -14px; bottom: -14px; width: 95px; height: 95px; content: ""; border-radius: 24px; background: var(--ve-warm); z-index: -1; }
.ve-checks { display: grid; gap: 16px; margin: 30px 0 0; padding: 0; list-style: none; }
.ve-checks li { position: relative; padding-left: 36px; color: #38565a; }
.ve-checks li::before { position: absolute; top: 5px; left: 0; display: grid; width: 24px; height: 24px; place-content: center; content: "✓"; border-radius: 50%; color: #fff; background: var(--ve-teal); font-size: .78rem; font-weight: 900; }

.ve-clients { border-top: 1px solid rgba(255, 255, 255, .14); border-bottom: 1px solid rgba(255, 255, 255, .14); margin-top: 54px; padding: 30px 0; }
.ve-clients__label { margin: 0 0 20px; color: #8cc8c8; font-size: .78rem; font-weight: 800; letter-spacing: .14em; }
.ve-clients__list { display: flex; flex-wrap: wrap; gap: 12px; }
.ve-clients__list span { padding: 10px 16px; border: 1px solid rgba(255, 255, 255, .16); border-radius: 999px; color: #eefafa; background: rgba(255, 255, 255, .06); font-size: .84rem; font-weight: 700; }

.ve-process { display: grid; grid-template-columns: repeat(5, 1fr); gap: 14px; margin-top: 50px; }
.ve-process__item { position: relative; min-height: 230px; padding: 30px 24px; border: 1px solid var(--ve-line); border-radius: 20px; background: #fff; }
.ve-process__item::before { display: block; margin-bottom: 28px; color: var(--ve-teal); content: attr(data-step); font-family: "Noto Serif KR", serif; font-size: 1.65rem; font-weight: 700; }
.ve-process__item h3 { margin: 0 0 10px; color: var(--ve-deep); font-size: 1.06rem; }
.ve-process__item p { margin: 0; color: #61767a; font-size: .86rem; line-height: 1.7; }

.ve-post-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.ve-post-card { overflow: hidden; border: 1px solid var(--ve-line); border-radius: 22px; background: #fff; box-shadow: 0 8px 30px rgba(13, 63, 71, .05); transition: transform .25s ease, box-shadow .25s ease; }
.ve-post-card:hover { transform: translateY(-5px); box-shadow: var(--ve-shadow-soft); }
.ve-post-card__media { display: block; overflow: hidden; aspect-ratio: 16 / 9; background: var(--ve-mint); }
.ve-post-card__media img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s ease; }
.ve-post-card:hover .ve-post-card__media img { transform: scale(1.035); }
.ve-post-card__body { padding: 25px; }
.ve-post-card__meta { color: var(--ve-teal); font-size: .76rem; font-weight: 800; letter-spacing: .06em; }
.ve-post-card h3 { margin: 12px 0 10px; color: var(--ve-deep); font-family: "Noto Serif KR", serif; font-size: 1.22rem; line-height: 1.45; }
.ve-post-card h3 a { text-decoration: none; }
.ve-post-card p { margin: 0; color: #607477; font-size: .9rem; line-height: 1.72; }

.ve-cta { padding: 0 0 108px; }
.ve-cta__inner { position: relative; overflow: hidden; display: flex; align-items: center; justify-content: space-between; gap: 34px; padding: 56px 62px; border-radius: 32px; color: #fff; background: linear-gradient(125deg, #0d3f47 0%, #0c8587 100%); box-shadow: var(--ve-shadow); }
.ve-cta__inner::after { position: absolute; right: -65px; bottom: -105px; width: 280px; height: 280px; content: ""; border: 50px solid rgba(255, 255, 255, .08); border-radius: 50%; }
.ve-cta__copy { position: relative; z-index: 1; }
.ve-cta h2 { max-width: 720px; margin: 0 0 13px; color: #fff; font-family: "Noto Serif KR", serif; font-size: clamp(1.75rem, 3.4vw, 2.8rem); line-height: 1.35; }
.ve-cta p { margin: 0; color: #d0e8e9; }
.ve-cta__actions { position: relative; z-index: 1; display: flex; flex: 0 0 auto; flex-wrap: wrap; gap: 10px; }

/* Interior pages */
.ve-page-hero { position: relative; overflow: hidden; padding: 92px 0 80px; background: linear-gradient(135deg, #effaf8 0%, #f5f8ff 68%, #fff8ed 100%); }
.ve-page-hero__grid { display: grid; grid-template-columns: 1fr .82fr; align-items: center; gap: 70px; }
.ve-page-title { font-size: clamp(2.4rem, 5vw, 4.6rem); line-height: 1.17; }
.ve-page-hero p { max-width: 700px; margin: 24px 0 0; color: var(--ve-ink-2); font-size: 1.08rem; line-height: 1.9; }
.ve-page-hero img { width: 100%; aspect-ratio: 4 / 3; border-radius: 28px 70px 28px 28px; box-shadow: var(--ve-shadow); object-fit: cover; }
.ve-page-body { padding: 92px 0 110px; }
.ve-page-body__narrow { max-width: 900px; margin-inline: auto; }
.ve-prose h2, .ve-prose h3, .entry-content h2, .entry-content h3 { color: var(--ve-deep); font-family: "Noto Serif KR", serif; letter-spacing: -.04em; }
.ve-prose h2, .entry-content h2 { margin: 2.1em 0 .72em; font-size: clamp(1.65rem, 3.2vw, 2.35rem); line-height: 1.35; }
.ve-prose h3, .entry-content h3 { margin: 1.7em 0 .6em; font-size: 1.35rem; }
.ve-prose p, .entry-content p { color: #3f5b5f; }
.ve-prose a, .entry-content a { color: var(--ve-teal); text-underline-offset: 3px; }
.ve-prose ul, .ve-prose ol, .entry-content ul, .entry-content ol { padding-left: 1.35rem; }
.ve-prose blockquote, .entry-content blockquote { margin: 34px 0; padding: 24px 28px; border-left: 5px solid var(--ve-teal); border-radius: 0 16px 16px 0; background: var(--ve-mint-2); }
.ve-value-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; margin-top: 44px; }
.ve-value-card { padding: 32px; border: 1px solid var(--ve-line); border-radius: 20px; background: #fff; box-shadow: var(--ve-shadow-soft); }
.ve-value-card strong { display: block; margin-bottom: 12px; color: var(--ve-teal); font-family: "Noto Serif KR", serif; font-size: 1.35rem; }
.ve-value-card p { margin: 0; color: #5b7275; }

.ve-solution-list { display: grid; gap: 26px; }
.ve-solution-row { display: grid; grid-template-columns: .78fr 1.22fr; overflow: hidden; border: 1px solid var(--ve-line); border-radius: 26px; background: #fff; box-shadow: var(--ve-shadow-soft); }
.ve-solution-row:nth-child(even) { grid-template-columns: 1.22fr .78fr; }
.ve-solution-row:nth-child(even) .ve-solution-row__media { order: 2; }
.ve-solution-row__media { min-height: 360px; }
.ve-solution-row__media img { width: 100%; height: 100%; object-fit: cover; }
.ve-solution-row__content { display: flex; flex-direction: column; justify-content: center; padding: clamp(34px, 6vw, 68px); }
.ve-solution-row__number { color: var(--ve-teal); font-weight: 900; letter-spacing: .12em; }
.ve-solution-row h2 { margin: 14px 0; color: var(--ve-deep); font-family: "Noto Serif KR", serif; font-size: clamp(1.6rem, 3vw, 2.35rem); line-height: 1.35; }
.ve-solution-row p { margin: 0; color: #566f73; }

.ve-portfolio-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; }
.ve-project { padding: 30px; border: 1px solid var(--ve-line); border-radius: 20px; background: #fff; }
.ve-project__year { display: inline-flex; margin-bottom: 16px; padding: 5px 11px; border-radius: 999px; color: var(--ve-teal); background: var(--ve-mint); font-size: .78rem; font-weight: 900; }
.ve-project h3 { margin: 0 0 9px; color: var(--ve-deep); font-size: 1.14rem; }
.ve-project p { margin: 0; color: #607579; font-size: .9rem; }

.ve-contact-layout { display: grid; grid-template-columns: .72fr 1.28fr; align-items: start; gap: 34px; }
.ve-contact-card { position: sticky; top: 116px; overflow: hidden; padding: 34px; border-radius: 24px; color: #fff; background: var(--ve-deep); }
.ve-contact-card h2 { margin: 0 0 16px; color: #fff; font-family: "Noto Serif KR", serif; }
.ve-contact-card p { color: #c9dddf; }
.ve-contact-card a { color: #8ce4de; font-weight: 700; }
.ve-contact-form-wrap { padding: 40px; border: 1px solid var(--ve-line); border-radius: 24px; background: #fff; box-shadow: var(--ve-shadow-soft); }
.valueedu-contact-form p { margin: 0 0 20px; }
.valueedu-contact-form label { color: var(--ve-deep); font-size: .92rem; font-weight: 700; }
.valueedu-contact-form input[type="text"],
.valueedu-contact-form input[type="email"],
.valueedu-contact-form input[type="tel"],
.valueedu-contact-form select,
.valueedu-contact-form textarea {
  width: 100%;
  margin-top: 8px;
  padding: 14px 15px;
  border: 1px solid #ccdedd;
  border-radius: 10px;
  color: var(--ve-ink);
  background: #fbfdfd;
}
.valueedu-contact-form textarea { min-height: 170px; resize: vertical; }
.valueedu-contact-form input:focus,
.valueedu-contact-form select:focus,
.valueedu-contact-form textarea:focus { outline: 3px solid rgba(12, 133, 135, .16); border-color: var(--ve-teal); }
.valueedu-contact-form input[type="submit"] { min-height: 52px; padding: 0 28px; border: 0; border-radius: 999px; color: #fff; background: var(--ve-teal); font-weight: 800; cursor: pointer; }
.ve-map { overflow: hidden; min-height: 360px; margin-top: 30px; border-radius: 24px; box-shadow: var(--ve-shadow-soft); }
.ve-map iframe { width: 100%; height: 420px; border: 0; }

/* Articles */
.ve-archive-hero { padding: 78px 0 62px; background: var(--ve-mint-2); }
.ve-archive-grid { padding: 72px 0 110px; }
.ve-pagination { margin-top: 48px; }
.ve-pagination .nav-links { display: flex; justify-content: center; gap: 8px; }
.ve-pagination .page-numbers { display: grid; min-width: 44px; height: 44px; place-content: center; border: 1px solid var(--ve-line); border-radius: 50%; background: #fff; text-decoration: none; }
.ve-pagination .current { color: #fff; border-color: var(--ve-teal); background: var(--ve-teal); }
.ve-single { padding: 74px 0 110px; }
.ve-single__header { max-width: 960px; margin: 0 auto 42px; text-align: center; }
.ve-single__meta { color: var(--ve-teal); font-size: .83rem; font-weight: 800; letter-spacing: .08em; }
.ve-single__title { margin: 16px 0 0; color: var(--ve-deep); font-family: "Noto Serif KR", serif; font-size: clamp(2.1rem, 5vw, 4rem); line-height: 1.27; letter-spacing: -.055em; text-wrap: balance; }
.ve-single__thumb { max-width: 1080px; margin: 0 auto 54px; overflow: hidden; border-radius: 28px; box-shadow: var(--ve-shadow); }
.ve-single__thumb img { width: 100%; max-height: 650px; object-fit: cover; }
.ve-single .entry-content { max-width: 860px; margin-inline: auto; }
.ve-single .entry-content > p { font-size: 1.02rem; line-height: 1.9; }
.ve-single .entry-content img { border-radius: 16px; }
.ve-single .entry-content table { width: 100%; border-collapse: collapse; }
.ve-single .entry-content th, .ve-single .entry-content td { padding: 13px; border: 1px solid var(--ve-line); }

/* Footer */
.ve-footer { color: #b9ced0; background: #092e35; }
.ve-footer__main { display: grid; grid-template-columns: 1.25fr .7fr .9fr; gap: 70px; padding: 72px 0 58px; }
.ve-footer__logo { width: 220px; padding: 12px 15px; border-radius: 12px; background: #fff; }
.ve-footer__about { max-width: 460px; margin: 24px 0 0; }
.ve-footer h2 { margin: 0 0 20px; color: #fff; font-size: .95rem; letter-spacing: .08em; }
.ve-footer ul { margin: 0; padding: 0; list-style: none; }
.ve-footer li + li { margin-top: 9px; }
.ve-footer a { color: #c9dcde; text-decoration: none; }
.ve-footer a:hover { color: #fff; text-decoration: underline; text-underline-offset: 4px; }
.ve-footer__bottom { display: flex; justify-content: space-between; gap: 30px; padding: 22px 0 28px; border-top: 1px solid rgba(255, 255, 255, .1); color: #89a8ab; font-size: .8rem; }

@media (max-width: 1040px) {
  .ve-header__inner { min-height: 76px; }
  .ve-menu-toggle { display: inline-flex; }
  .ve-nav { position: fixed; top: 77px; right: 20px; left: 20px; display: none; flex-direction: column; align-items: stretch; padding: 18px; border: 1px solid var(--ve-line); border-radius: 20px; background: #fff; box-shadow: var(--ve-shadow); }
  .ve-nav.is-open { display: flex; }
  .ve-nav a { padding: 13px 15px; }
  .ve-nav .ve-nav__contact { margin: 6px 0 0; text-align: center; }
  .ve-hero__grid { grid-template-columns: 1fr; }
  .ve-hero__content { max-width: 800px; }
  .ve-hero__visual { min-height: 610px; }
  .ve-process { grid-template-columns: repeat(3, 1fr); }
  .ve-post-grid { grid-template-columns: repeat(2, 1fr); }
  .ve-page-hero__grid { grid-template-columns: 1fr; gap: 44px; }
  .ve-page-hero img { max-height: 520px; }
  .ve-footer__main { grid-template-columns: 1.2fr .8fr; }
  .ve-footer__contact { grid-column: 1 / -1; }
}

@media (max-width: 760px) {
  :root { --ve-container: min(100% - 30px, 1180px); --ve-radius-lg: 24px; }
  body { font-size: 16px; word-break: normal; }
  body.admin-bar .ve-header { top: 46px; }
  .ve-section { padding: 76px 0; }
  .ve-section-heading { display: block; margin-bottom: 34px; }
  .ve-section-heading__link { display: inline-block; margin-top: 20px; }
  .ve-brand img { width: 178px; }
  .ve-hero { padding: 46px 0 62px; }
  .ve-hero__grid { gap: 42px; }
  .ve-hero__title { font-size: clamp(2.05rem, 9vw, 2.8rem); line-height: 1.15; white-space: nowrap; }
  .ve-hero__copy { font-size: 1rem; }
  .ve-hero__actions .ve-btn { width: 100%; }
  .ve-hero__visual { min-height: 440px; }
  .ve-hero__image-main { inset: 0 0 35px 22px; width: calc(100% - 22px); height: calc(100% - 35px); border-radius: 25px 56px 25px 25px; }
  .ve-hero__image-sub { width: 44%; border-width: 5px; border-radius: 18px; }
  .ve-hero__badge { right: -4px; bottom: 10px; width: 116px; height: 116px; border-width: 5px; }
  .ve-hero__badge strong { font-size: 1.07rem; }
  .ve-hero__badge span { font-size: .61rem; }
  .ve-statbar { margin-top: -14px; }
  .ve-statbar__inner { grid-template-columns: 1fr; }
  .ve-stat { padding: 20px 24px; }
  .ve-stat + .ve-stat { border-top: 1px solid var(--ve-line); border-left: 0; }
  .ve-service-grid, .ve-post-grid, .ve-value-grid, .ve-portfolio-grid { grid-template-columns: 1fr; }
  .ve-service-card { min-height: auto; padding: 30px; }
  .ve-showcase { grid-template-columns: 1fr; }
  .ve-showcase__mosaic { grid-template-rows: 225px 165px; }
  .ve-process { grid-template-columns: 1fr; }
  .ve-process__item { min-height: auto; }
  .ve-cta { padding-bottom: 76px; }
  .ve-cta__inner { display: block; padding: 38px 26px; }
  .ve-cta__actions { margin-top: 26px; }
  .ve-cta__actions .ve-btn { width: 100%; }
  .ve-page-hero { padding: 62px 0 58px; }
  .ve-page-title { font-size: clamp(2.1rem, 10vw, 3rem); }
  .ve-page-body { padding: 68px 0 84px; }
  .ve-solution-row, .ve-solution-row:nth-child(even) { grid-template-columns: 1fr; }
  .ve-solution-row:nth-child(even) .ve-solution-row__media { order: 0; }
  .ve-solution-row__media { min-height: 250px; }
  .ve-contact-layout { grid-template-columns: 1fr; }
  .ve-contact-card { position: static; }
  .ve-contact-form-wrap { padding: 25px; }
  .ve-single { padding: 54px 0 84px; }
  .ve-single__header { text-align: left; }
  .ve-single__title { font-size: clamp(2rem, 10vw, 3rem); }
  .ve-footer__main { grid-template-columns: 1fr; gap: 36px; padding: 58px 0 42px; }
  .ve-footer__contact { grid-column: auto; }
  .ve-footer__bottom { display: block; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; }
}
