/*
Theme Name: Vellwer Theme
Theme URI: https://vellweragency.com
Author: Vellwer Agency
Author URI: https://vellweragency.com
Description: Custom premium theme for Vellwer Agency — WordPress, Shopify, Amazon, Etsy, eBay and startup services agency site.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: vellwer-theme
*/

@import url('https://fonts.googleapis.com/css2?family=Fraunces:ital,opsz,wght@0,9..144,400;0,9..144,500;0,9..144,600;1,9..144,500&family=Inter:wght@400;500;600;700&display=swap');


  :root {
    --navy: #0E1526;
    --navy-2: #161F36;
    --cream: #FAF6ED;
    --cream-2: #F2ECDD;
    --gold: #C9972E;
    --gold-light: #E4B84F;
    --clay: #C25B34;
    --ink: #1B2030;
    --paper: #FDFBF6;
    --line-dark: rgba(250,246,237,0.16);
    --line-light: rgba(27,32,48,0.14);
  }
  :root:not([data-theme="light"]) {
    color-scheme: dark light;
  }
  :root[data-theme="dark"] { color-scheme: dark; }

  * { box-sizing: border-box; margin: 0; padding: 0; }
  html { scroll-behavior: smooth; scroll-padding-top: env(safe-area-inset-top, 0px); }
  body {
    background: var(--paper);
    color: var(--ink);
    font-family: 'Inter', -apple-system, sans-serif;
    font-size: 16px;
    line-height: 1.6;
    padding-top: env(safe-area-inset-top, 0px);
    padding-bottom: env(safe-area-inset-bottom, 0px);
    -webkit-font-smoothing: antialiased;
  }
  img { max-width: 100%; display: block; }
  a { color: inherit; }
  .wrap { max-width: 1160px; margin: 0 auto; padding: 0 32px; }
  h1, h2, h3, h4 {
    font-family: 'Fraunces', serif;
    font-weight: 500;
    line-height: 1.12;
    letter-spacing: -0.01em;
  }
  section { overflow-x: hidden; }
  .overflow-scroll { overflow-x: auto; }

  /* ---------- Header ---------- */
  header {
    position: sticky; top: 0; z-index: 50;
    background: var(--navy);
    border-bottom: 1px solid var(--line-dark);
    padding-top: env(safe-area-inset-top, 0px);
  }
  .nav-inner {
    max-width: 1160px; margin: 0 auto; padding: 18px 32px;
    display: flex; align-items: center; justify-content: space-between;
    color: var(--cream);
  }
  .logo { display: flex; align-items: center; gap: 10px; font-family: 'Fraunces', serif; font-size: 19px; letter-spacing: 0.01em; }
  .logo-mark {
    width: 34px; height: 34px; border: 1.5px solid var(--gold-light); border-radius: 3px;
    display: flex; align-items: center; justify-content: center;
    font-size: 13px; font-weight: 600; color: var(--gold-light); font-family: 'Inter', sans-serif;
  }
  nav.links { display: flex; gap: 30px; font-size: 14.5px; }
  nav.links a { text-decoration: none; color: rgba(250,246,237,0.82); transition: color 0.15s; }
  nav.links a:hover, nav.links a:focus-visible { color: var(--gold-light); }
  .btn {
    display: inline-block; padding: 11px 24px; border-radius: 3px;
    font-size: 14.5px; font-weight: 600; text-decoration: none; cursor: pointer; border: 1px solid transparent;
  }
  .btn-gold { background: var(--gold-light); color: var(--navy); }
  .btn-gold:hover { background: #f0c968; }
  .btn-outline-dark { border-color: rgba(250,246,237,0.35); color: var(--cream); background: transparent; }
  .btn-outline-dark:hover { border-color: var(--gold-light); color: var(--gold-light); }
  .menu-toggle { display: none; }
  .menu-toggle-btn {
    display: none; cursor: pointer; padding: 6px; z-index: 60;
  }
  .menu-toggle-btn span { display: block; width: 22px; height: 2px; background: var(--cream); margin: 5px 0; transition: transform 0.2s, opacity 0.2s; }
  .nav-inner { position: relative; }

  /* ---------- Hero ---------- */
  .hero {
    background: var(--navy); color: var(--cream);
    padding: 76px 0 64px;
    border-bottom: 1px solid var(--line-dark);
  }
  .hero-grid { display: grid; grid-template-columns: 1.25fr 0.85fr; gap: 56px; align-items: end; }
  .hero p.kicker {
    font-size: 14.5px; color: var(--gold-light); font-weight: 600; margin-bottom: 18px;
  }
  .hero h1 { font-size: clamp(36px, 4.6vw, 54px); max-width: 12.5ch; }
  .hero .lede { margin-top: 22px; max-width: 46ch; font-size: 17px; color: rgba(250,246,237,0.8); }
  .hero .cta-row { margin-top: 32px; display: flex; gap: 14px; flex-wrap: wrap; }
  .stat-panel {
    border: 1px solid var(--line-dark); border-radius: 4px; padding: 30px 28px;
  }
  .stat-row { display: flex; justify-content: space-between; align-items: baseline; padding: 15px 0; }
  .stat-row + .stat-row { border-top: 1px solid var(--line-dark); }
  .stat-num { font-family: 'Fraunces', serif; font-size: 28px; color: var(--gold-light); }
  .stat-label { font-size: 13.5px; color: rgba(250,246,237,0.66); text-align: right; max-width: 16ch; }

  /* ---------- Section headings ---------- */
  .sec-head { max-width: 62ch; margin-bottom: 44px; }
  .sec-head h2 { font-size: clamp(28px, 3.2vw, 38px); }
  .sec-head p { margin-top: 14px; font-size: 16px; color: #55596A; }
  .on-dark .sec-head p { color: rgba(250,246,237,0.72); }

  /* ---------- Services ---------- */
  .services-packages { background: var(--paper); padding: 84px 0; }
  .svc-grid {
    display: grid; grid-template-columns: repeat(2, 1fr); border-top: 1px solid var(--line-light);
  }
  .svc-item {
    padding: 30px 28px 30px 0; border-bottom: 1px solid var(--line-light);
    display: grid; grid-template-columns: 90px 1fr; gap: 6px;
  }
  .svc-item:nth-child(odd) { border-right: 1px solid var(--line-light); padding-left: 0; }
  .svc-item:nth-child(even) { padding-left: 28px; }
  .svc-index {
    width: 42px; height: 42px; border-radius: 50%; border: 1.5px solid var(--gold);
    display: flex; align-items: center; justify-content: center;
    font-family: 'Fraunces', serif; font-style: normal; font-weight: 600; font-size: 13px; color: var(--gold);
    background: rgba(201,151,46,0.07);
  }
  .svc-item h3 { font-size: 19px; font-weight: 500; margin-bottom: 8px; }
  .svc-item p { font-size: 14.5px; color: #5A5E6E; max-width: 42ch; }

  /* ---------- About ---------- */
  .about { background: var(--cream-2); padding: 84px 0; border-top: 1px solid var(--line-light); border-bottom: 1px solid var(--line-light); }
  .about-grid { display: grid; grid-template-columns: 0.9fr 1.1fr; gap: 60px; align-items: start; }
  .about h2 { font-size: clamp(26px, 3vw, 34px); max-width: 14ch; }
  .about .lead-line { font-size: 18px; color: var(--ink); margin-top: 4px; }
  .about-body p { font-size: 16px; color: #4A4E5E; max-width: 58ch; }
  .about-body p + p { margin-top: 14px; }
  .figure-row { display: flex; gap: 40px; margin-top: 30px; }
  .figure-row div { border-top: 2px solid var(--gold); padding-top: 10px; }
  .figure-num { font-family: 'Fraunces', serif; font-size: 24px; }
  .figure-cap { font-size: 13px; color: #6A6E7E; margin-top: 3px; }

  /* ---------- Packages ---------- */
  .packages { background: var(--navy); color: var(--cream); padding: 84px 0; }
  .pkg-tabs-label { font-size: 14px; color: rgba(250,246,237,0.6); margin-bottom: 6px; }
  .pkg-group + .pkg-group { margin-top: 64px; }
  .pkg-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
  .pkg-card {
    border: 1px solid var(--line-dark); border-radius: 4px; padding: 30px 26px; display: flex; flex-direction: column;
  }
  .pkg-card.feat { border-color: var(--gold-light); background: rgba(228,184,79,0.06); }
  .pkg-card h4 { font-size: 18px; font-weight: 500; color: var(--cream); }
  .pkg-card .pkg-note { font-size: 13.5px; color: rgba(250,246,237,0.62); margin-top: 8px; min-height: 40px; }
  .pkg-price { font-family: 'Fraunces', serif; font-size: 34px; color: var(--gold-light); margin-top: 18px; }
  .pkg-price span { font-family: 'Inter', sans-serif; font-size: 13px; color: rgba(250,246,237,0.55); }
  .pkg-card ul { list-style: none; margin-top: 20px; flex-grow: 1; }
  .pkg-card li { font-size: 14px; padding: 7px 0; border-top: 1px solid var(--line-dark); color: rgba(250,246,237,0.85); }
  .pkg-card li:first-child { border-top: none; }
  .pkg-card .btn { margin-top: 22px; text-align: center; }

  /* ---------- Process ---------- */
  .process { background: var(--paper); padding: 84px 0; }
  .proc-row { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; border-top: 1px solid var(--line-light); border-bottom: 1px solid var(--line-light); }
  .proc-step { padding: 28px 24px 28px 0; }
  .proc-step + .proc-step { border-left: 1px solid var(--line-light); padding-left: 24px; }
  .proc-num { font-family: 'Fraunces', serif; font-style: italic; color: var(--gold); font-size: 15px; }
  .proc-step h3 { font-size: 17px; font-weight: 500; margin: 10px 0 8px; }
  .proc-step p { font-size: 14px; color: #5A5E6E; }

  /* ---------- Portfolio ---------- */
  .portfolio { background: var(--cream-2); padding: 84px 0; border-top: 1px solid var(--line-light); }
  .port-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
  .port-card {
    border: 1px solid var(--line-light); border-radius: 4px; overflow: hidden; background: var(--paper);
  }
  .port-visual {
    height: 168px; display: flex; align-items: center; justify-content: center; flex-direction: column; gap: 6px;
    color: var(--cream); font-family: 'Fraunces', serif; font-size: 24px; text-align: center; padding: 20px;
  }
  .port-visual small { font-family: 'Inter', sans-serif; font-size: 11.5px; letter-spacing: 0.04em; color: rgba(250,246,237,0.7); }
  .port-body { padding: 20px 22px; }
  .port-body .industry { font-size: 13px; color: var(--gold); margin-bottom: 4px; }
  .port-body a { font-size: 13.5px; text-decoration: underline; text-underline-offset: 3px; }

  /* ---------- Testimonials ---------- */
  .testimonials { background: var(--paper); padding: 84px 0; }
  .test-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; border-top: 1px solid var(--line-light); }
  .test-card { padding: 28px 26px 28px 0; border-bottom: 1px solid var(--line-light); }
  .test-card:nth-child(3n+1), .test-card:nth-child(3n+2) { border-right: 1px solid var(--line-light); padding-right: 26px; }
  .test-card:nth-child(3n+2), .test-card:nth-child(3n+3) { padding-left: 26px; }
  .stars { color: var(--gold); font-size: 13px; letter-spacing: 2px; margin-bottom: 12px; }
  .test-card p.quote { font-size: 15px; color: #3A3E4E; }
  .test-card .who { margin-top: 16px; font-size: 13.5px; color: #6A6E7E; }
  .test-card .who strong { color: var(--ink); font-weight: 600; }

  /* ---------- FAQ ---------- */
  .faq { background: var(--cream-2); padding: 84px 0; border-top: 1px solid var(--line-light); }
  .faq-list { max-width: 760px; }
  details {
    border-bottom: 1px solid var(--line-light); padding: 20px 0;
  }
  details:first-child { border-top: 1px solid var(--line-light); }
  summary {
    cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center;
    font-size: 16.5px; font-weight: 500; font-family: 'Fraunces', serif;
  }
  summary::-webkit-details-marker { display: none; }
  summary::after { content: '+'; font-size: 20px; color: var(--gold); font-family: 'Inter', sans-serif; }
  details[open] summary::after { content: '\2212'; }
  details p { margin-top: 14px; font-size: 15px; color: #55596A; max-width: 62ch; }

  /* ---------- Contact ---------- */
  .contact { background: var(--navy); color: var(--cream); padding: 84px 0; }
  .contact-grid { display: grid; grid-template-columns: 0.9fr 1.1fr; gap: 60px; }
  .contact h2 { font-size: clamp(26px, 3vw, 34px); max-width: 13ch; }
  .contact .lede { margin-top: 16px; color: rgba(250,246,237,0.75); max-width: 40ch; }
  .contact-info { margin-top: 30px; font-size: 14.5px; }
  .contact-info div { padding: 10px 0; border-top: 1px solid var(--line-dark); }
  .contact-info div:first-child { border-top: none; }
  form.card {
    background: var(--paper); border-radius: 4px; padding: 32px; color: var(--ink);
  }
  .field { margin-bottom: 16px; }
  .field label { display: block; font-size: 13px; margin-bottom: 6px; color: #4A4E5E; }
  .field input, .field select, .field textarea {
    width: 100%; padding: 11px 13px; border: 1px solid #D8D2C2; border-radius: 3px;
    font-family: inherit; font-size: 14.5px; background: #fff; color: var(--ink);
  }
  .two-col { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
  form.card .btn { width: 100%; text-align: center; margin-top: 6px; padding: 13px; }

  /* ---------- Footer ---------- */
  footer { background: var(--navy); color: rgba(250,246,237,0.7); padding: 56px 0 30px; border-top: 1px solid var(--line-dark); }
  .foot-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 40px; }
  footer h5 { font-size: 13px; color: var(--cream); margin-bottom: 14px; font-family: 'Inter', sans-serif; font-weight: 600; }
  footer ul { list-style: none; font-size: 14px; }
  footer li { padding: 5px 0; }
  footer a { text-decoration: none; color: inherit; }
  footer a:hover { color: var(--gold-light); }
  .foot-bottom { margin-top: 44px; padding-top: 22px; border-top: 1px solid var(--line-dark); font-size: 13px; display: flex; justify-content: space-between; flex-wrap: wrap; gap: 10px; }

  /* ---------- Platform strip ---------- */
  .plat-strip { background: var(--navy); border-bottom: 1px solid var(--line-dark); padding: 20px 0; }
  .plat-row { display: flex; flex-wrap: wrap; gap: 12px; justify-content: center; }
  .plat-badge {
    border: 1px solid var(--line-dark); border-radius: 20px; padding: 7px 18px;
    font-size: 13px; color: rgba(250,246,237,0.78); letter-spacing: 0.02em;
    text-decoration: none; display: inline-block; transition: border-color .2s ease, color .2s ease, background .2s ease;
  }
  .plat-badge:hover { border-color: var(--gold); color: var(--gold-light); background: rgba(228,184,79,0.08); }

  /* Smooth-scroll targets from the platform strip links */
  .svc-pkg-card { scroll-margin-top: 110px; }
  .svc-pkg-card:target { border-color: var(--gold); box-shadow: 0 0 0 3px rgba(201,151,46,0.35); animation: svcTargetPulse 1.6s ease 1; }
  @keyframes svcTargetPulse { 0%{ box-shadow:0 0 0 6px rgba(201,151,46,0.45); } 100%{ box-shadow:0 0 0 0 rgba(201,151,46,0); } }
  html { scroll-behavior: smooth; }

  /* ---------- Reassurance line ---------- */
  .reassure { text-align: center; margin-top: 40px; font-size: 14px; color: rgba(250,246,237,0.65); }
  .reassure strong { color: var(--gold-light); font-weight: 500; }

  /* ---------- Social icons ---------- */
  .social-row { display: flex; gap: 14px; margin-top: 18px; }
  .social-row a {
    width: 34px; height: 34px; border: 1px solid var(--line-dark); border-radius: 50%;
    display: flex; align-items: center; justify-content: center; transition: border-color 0.15s;
  }
  .social-row a:hover, .social-row a:focus-visible { border-color: var(--gold-light); }
  .social-row svg { width: 15px; height: 15px; fill: rgba(250,246,237,0.8); }
  .social-row a:hover svg { fill: var(--gold-light); }
  .social-row.on-light a { border-color: var(--line-light); }
  .social-row.on-light svg { fill: var(--navy); opacity: 0.7; }
  .social-row.on-light a:hover { border-color: var(--gold); }
  .social-row.on-light a:hover svg { fill: var(--gold); opacity: 1; }

  /* ---------- Footer legal row ---------- */
  .legal-links { display: flex; gap: 18px; font-size: 13px; }
  .legal-links a:hover { color: var(--gold-light); }

  /* ---------- WhatsApp float ---------- */
  .wa-float {
    position: fixed; right: 22px; bottom: calc(22px + env(safe-area-inset-bottom, 0px));
    width: 56px; height: 56px; border-radius: 50%; background: var(--gold-light);
    display: flex; align-items: center; justify-content: center; z-index: 60;
    box-shadow: 0 6px 20px rgba(0,0,0,0.28); text-decoration: none;
  }
  .wa-float svg { width: 26px; height: 26px; fill: var(--navy); }
  .wa-float:hover { background: #f0c968; }

  /* ---------- Team Orbit ---------- */
  .team { background: var(--navy); color: var(--cream); padding: 90px 0 70px; border-top: 1px solid var(--line-dark); }
  .orbit-wrap { position: relative; width: 560px; height: 560px; margin: 50px auto 0; }
  .orbit-center { position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); z-index: 5; display: flex; flex-direction: column; align-items: center; text-align: center; }
  .orbit-avatar-ceo {
    width: 104px; height: 104px; border-radius: 50%; background: var(--gold-light);
    display: flex; align-items: center; justify-content: center;
    font-family: 'Fraunces', serif; font-size: 26px; color: var(--navy); font-weight: 600;
    box-shadow: 0 0 0 6px rgba(228,184,79,0.14);
  }
  .orbit-ceo-name { margin-top: 12px; font-family: 'Fraunces', serif; font-size: 17px; color: var(--cream); }
  .orbit-ceo-role { font-size: 12.5px; color: rgba(250,246,237,0.6); margin-top: 2px; }
  .orbit-ring { position: absolute; inset: 0; animation: orbit-spin 70s linear infinite; }
  .orbit-item { position: absolute; top: 50%; left: 50%; transform: rotate(var(--angle)) translateX(232px); }
  .orbit-fix1 { display: block; transform: rotate(calc(-1 * var(--angle))); }
  .orbit-fix2 {
    display: flex; flex-direction: column; align-items: center; gap: 8px;
    transform: translate(-50%,-50%); animation: orbit-counter 70s linear infinite;
    text-decoration: none;
  }
  .orbit-avatar {
    width: 60px; height: 60px; border-radius: 50%; border: 1.5px solid var(--gold-light);
    background: rgba(228,184,79,0.10);
    display: flex; align-items: center; justify-content: center; overflow: hidden;
    font-family: 'Fraunces', serif; font-size: 14px; color: var(--gold-light); font-weight: 600;
    transition: background 0.15s, transform 0.15s;
  }
  .orbit-avatar img { width: 100%; height: 100%; object-fit: cover; border-radius: 50%; }
  .orbit-item:hover .orbit-avatar { background: var(--gold-light); color: var(--navy); transform: scale(1.08); }
  .orbit-label {
    display: flex; flex-direction: column; align-items: center; gap: 1px;
    font-size: 11px; color: var(--cream); background: rgba(0,0,0,0.32);
    padding: 4px 10px; border-radius: 10px; white-space: nowrap;
  }
  .orbit-label .expertise { font-size: 9.5px; color: var(--gold-light); font-weight: 500; }
  .orbit-wrap:hover .orbit-ring, .orbit-wrap:hover .orbit-fix2 { animation-play-state: paused; }
  @keyframes orbit-spin { from { transform: rotate(0deg); } to { transform: rotate(360deg); } }
  @keyframes orbit-counter { from { transform: translate(-50%,-50%) rotate(0deg); } to { transform: translate(-50%,-50%) rotate(-360deg); } }

  .mobile-team-grid { display: none; }
  .mt-card {
    display: flex; align-items: center; gap: 14px; padding: 14px 0; border-top: 1px solid var(--line-dark);
    text-decoration: none; color: var(--cream);
  }
  .mt-card:first-child { border-top: none; }
  .mt-avatar {
    width: 44px; height: 44px; min-width: 44px; border-radius: 50%; border: 1.5px solid var(--gold-light);
    background: rgba(228,184,79,0.10); display: flex; align-items: center; justify-content: center;
    font-family: 'Fraunces', serif; font-size: 12px; color: var(--gold-light); font-weight: 600;
  }
  .mt-card strong { font-size: 14.5px; font-weight: 500; }
  .mt-card span.role { display: block; font-size: 12.5px; color: rgba(250,246,237,0.6); margin-top: 2px; }
  .team-cta { text-align: center; margin-top: 40px; }

  /* ---------- Responsive ---------- */
  @media (max-width: 860px) {
    .wrap { padding: 0 20px; }
    .menu-toggle-btn { display: block; }
    nav.links {
      display: flex; position: absolute; top: 100%; left: 0; right: 0;
      background: var(--navy); flex-direction: column; gap: 0;
      max-height: 0; overflow: hidden; transition: max-height 0.25s ease;
      border-bottom: 1px solid var(--line-dark);
    }
    nav.links a { padding: 15px 32px; border-top: 1px solid var(--line-dark); }
    .menu-toggle:checked ~ nav.links { max-height: 520px; }
    .menu-toggle:checked ~ .menu-toggle-btn span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
    .menu-toggle:checked ~ .menu-toggle-btn span:nth-child(2) { opacity: 0; }
    .menu-toggle:checked ~ .menu-toggle-btn span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
    .hero-grid, .about-grid, .contact-grid { grid-template-columns: 1fr; gap: 32px; }
    .svc-grid, .pkg-grid, .proc-row, .port-grid, .test-grid, .foot-grid { grid-template-columns: 1fr; }
    .svc-item:nth-child(odd) { border-right: none; padding-left: 0; }
    .svc-item:nth-child(even) { padding-left: 0; }
    .proc-step + .proc-step { border-left: none; padding-left: 0; border-top: 1px solid var(--line-light); }
    .test-card:nth-child(3n+1), .test-card:nth-child(3n+2) { border-right: none; padding-right: 0; }
    .test-card:nth-child(3n+2), .test-card:nth-child(3n+3) { padding-left: 0; }
    .two-col { grid-template-columns: 1fr; }
    .foot-grid { gap: 26px; }
    .orbit-wrap { display: none; }
    .mobile-team-grid { display: block; max-width: 460px; margin: 40px auto 0; }
  }
  .logo { text-decoration: none; cursor: pointer; }
  @media (max-width: 860px) {
    header .nav-inner { justify-content: center; }
    header .nav-inner > a.btn-gold { display: none; }
    header .logo { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); margin: 0; }
    header .menu-toggle-btn { position: relative; z-index: 2; margin-right: auto; }
  }


/* Page-specific styles */

  .team-hero { background: var(--navy); color: var(--cream); padding: 64px 0 56px; text-align: center; border-bottom: 1px solid var(--line-dark); }
  .team-hero .kicker { font-size: 14px; color: var(--gold-light); font-weight: 600; }
  .team-hero h1 { font-size: clamp(30px, 4vw, 44px); margin-top: 12px; }
  .team-hero p.lede { margin: 16px auto 0; color: rgba(250,246,237,0.72); max-width: 56ch; }
  .back-link { display: inline-block; margin-top: 24px; font-size: 13.5px; color: var(--gold-light); text-decoration: none; border-bottom: 1px solid rgba(228,184,79,0.4); padding-bottom: 2px; }
  .back-link:hover { border-color: var(--gold-light); }

  .ceo-profile { background: var(--paper); padding: 70px 0; border-bottom: 1px solid var(--line-light); }
  .ceo-card { display: flex; gap: 40px; align-items: center; }
  .ceo-avatar-big {
    width: 140px; height: 140px; border-radius: 50%; background: var(--gold-light); overflow: hidden;
    display: flex; align-items: center; justify-content: center; flex-shrink: 0;
    font-family: 'Fraunces', serif; font-size: 38px; color: var(--navy); font-weight: 600;
    box-shadow: 0 0 0 8px rgba(201,151,46,0.12);
  }
  .ceo-avatar-big img { width: 100%; height: 100%; object-fit: cover; border-radius: 50%; }
  .ceo-info .role { color: var(--gold); font-size: 14.5px; margin-top: 4px; font-weight: 600; }
  .ceo-info h2 { font-size: clamp(24px, 3vw, 32px); }
  .ceo-info p.bio { margin-top: 14px; color: #4A4E5E; max-width: 62ch; font-size: 15.5px; }
  .ceo-cta-row { display: flex; gap: 14px; flex-wrap: wrap; margin-top: 22px; }

  .members-section { background: var(--cream-2); padding: 80px 0; }
  .member-grid { display: grid; grid-template-columns: repeat(2, 1fr); border-top: 1px solid var(--line-light); }
  .member-card { padding: 34px 30px 34px 0; border-bottom: 1px solid var(--line-light); display: flex; gap: 20px; scroll-margin-top: 90px; }
  .member-card:nth-child(odd) { border-right: 1px solid var(--line-light); }
  .member-card:nth-child(even) { padding-left: 30px; padding-right: 0; }
  .member-avatar {
    width: 68px; height: 68px; min-width: 68px; border-radius: 50%; border: 1.5px solid var(--gold-light);
    background: rgba(201,151,46,0.10); display: flex; align-items: center; justify-content: center; overflow: hidden;
    font-family: 'Fraunces', serif; font-size: 15px; color: var(--gold); font-weight: 600;
  }
  .member-card h3 { font-size: 18px; font-weight: 500; }
  .member-card .role { font-size: 12.5px; color: var(--gold); margin-top: 2px; font-weight: 600; letter-spacing: 0.01em; }
  .member-card p.bio { margin-top: 10px; font-size: 14px; color: #5A5E6E; }

  @media (max-width: 860px) {
    .member-grid { grid-template-columns: 1fr; }
    .member-card:nth-child(odd) { border-right: none; }
    .member-card:nth-child(even) { padding-left: 0; }
    .ceo-card { flex-direction: column; text-align: center; }
    .ceo-info p.bio { margin-left: auto; margin-right: auto; }
  }



  .member-avatar img { width: 100%; height: 100%; object-fit: cover; border-radius: 50%; }
  .expertise-tag {
    display: inline-block; margin-top: 8px; font-size: 11.5px; color: var(--gold);
    background: rgba(201,151,46,0.10); border-radius: 10px; padding: 3px 10px;
  }



  .portfolio-page { background: var(--paper); padding: 70px 0 90px; }
  .port-page-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 28px; }
  .port-page-card { border: 1px solid var(--line-light); border-radius: 6px; overflow: hidden; background: var(--cream-2); }
  .port-page-media {
    height: 220px; display: flex; align-items: center; justify-content: center; flex-direction: column; gap: 8px;
    color: var(--cream); font-family: 'Fraunces', serif; font-size: 22px; text-align: center; padding: 20px;
  }
  .port-page-media small { font-family: 'Inter', sans-serif; font-size: 11px; letter-spacing: 0.05em; color: rgba(250,246,237,0.7); }
  .port-page-body { padding: 24px 26px; }
  .port-page-tag {
    display: inline-block; font-size: 11.5px; color: var(--gold); border: 1px solid var(--gold);
    border-radius: 12px; padding: 3px 10px; margin-bottom: 10px;
  }
  .port-page-body h3 { font-size: 19px; font-weight: 500; }
  .port-page-body p { font-size: 14px; color: #5A5E6E; margin-top: 8px; }
  .port-page-links { display: flex; gap: 18px; margin-top: 16px; flex-wrap: wrap; }
  .port-page-links a { font-size: 13.5px; text-decoration: underline; text-underline-offset: 3px; color: var(--ink); }
  .port-page-card.empty {
    border: 1.5px dashed var(--line-light); background: transparent;
    display: flex; align-items: center; justify-content: center; min-height: 300px;
  }
  .port-page-card.empty span { color: #9a9ea8; font-size: 14.5px; text-align: center; padding: 0 20px; }
  @media (max-width: 860px) { .port-page-grid { grid-template-columns: 1fr; } }



  .blog-page { background: var(--paper); padding: 70px 0 90px; }
  .blog-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; }
  .blog-card { border: 1px solid var(--line-light); border-radius: 6px; overflow: hidden; background: var(--cream-2); }
  .blog-media {
    height: 150px; display: flex; align-items: center; justify-content: center;
    color: var(--cream); font-family: 'Fraunces', serif; font-size: 15px; text-align: center; padding: 16px;
  }
  .blog-body { padding: 20px 22px; }
  .blog-cat { font-size: 11.5px; color: var(--gold); font-weight: 600; letter-spacing: 0.02em; }
  .blog-body h3 { font-size: 16.5px; font-weight: 500; margin-top: 8px; }
  .blog-body p { font-size: 13.5px; color: #5A5E6E; margin-top: 8px; }
  .blog-body .read-more { display: inline-block; margin-top: 12px; font-size: 13px; text-decoration: underline; text-underline-offset: 3px; }
  @media (max-width: 860px) { .blog-grid { grid-template-columns: 1fr; } }



  .contact-page { background: var(--cream-2); padding: 70px 0 90px; }
  .contact-page-grid { display: grid; grid-template-columns: 0.85fr 1.15fr; gap: 56px; }
  .contact-side h2 { font-size: 24px; }
  .contact-side .side-lede { margin-top: 10px; font-size: 15px; color: #4A4E5E; max-width: 38ch; }
  .contact-side .contact-info { margin-top: 26px; font-size: 14.5px; color: #3A3E4E; }
  .contact-side .contact-info div { padding: 10px 0; border-top: 1px solid var(--line-light); }
  .contact-side .contact-info div:first-child { border-top: none; }
  .form-note { margin-top: 14px; font-size: 12px; color: #7A7E8E; line-height: 1.5; }
  @media (max-width: 860px) { .contact-page-grid { grid-template-columns: 1fr; gap: 34px; } }



  .team-hero .lede { max-width: 62ch; }
  .legal-body { background: var(--paper); padding: 70px 0 90px; }
  .legal-wrap { max-width: 760px; margin: 0 auto; }
  .legal-wrap h2 { font-size: 20px; margin-top: 38px; margin-bottom: 12px; }
  .legal-wrap h2:first-child { margin-top: 0; }
  .legal-wrap p { font-size: 15px; color: #4A4E5E; margin-bottom: 4px; }
  .legal-list { margin: 10px 0 4px 20px; }
  .legal-list li { font-size: 15px; color: #4A4E5E; padding: 4px 0; }

/* ---------- DETAILED SERVICE PACKAGES (static 3-col cards + Silver/Gold/Platinum modal) ---------- */
.svc-pkg-grid{ display:grid; grid-template-columns:repeat(3,1fr); gap:20px; }
@media(max-width:900px){ .svc-pkg-grid{ grid-template-columns:repeat(2,1fr); } }
@media(max-width:600px){ .svc-pkg-grid{ grid-template-columns:1fr; } }

.svc-pkg-card{
  position:relative; background:var(--navy-2,#161F36); border:1px solid var(--line-dark,rgba(250,246,237,0.16));
  border-radius:10px; padding:26px 22px; overflow:hidden;
  opacity:0; transform:translateY(55px);
  transition:opacity .7s cubic-bezier(.22,1,.36,1), transform .7s cubic-bezier(.22,1,.36,1), box-shadow .4s ease, border-color .4s ease;
}
.svc-pkg-card.in-view{ opacity:1; transform:translateY(0); }
.svc-pkg-card::before{
  content:""; position:absolute; inset:0; border-radius:10px; padding:1px;
  background:linear-gradient(135deg, var(--gold-light), transparent 40%);
  -webkit-mask:linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite:xor; mask-composite:exclude; opacity:0; transition:opacity .4s ease; pointer-events:none;
}
.svc-pkg-card::after{
  content:""; position:absolute; top:-60%; left:-60%; width:60%; height:220%;
  background:linear-gradient(120deg, transparent, rgba(228,184,79,.18), transparent);
  transform:rotate(20deg); transition:left .7s ease; pointer-events:none;
}
.svc-pkg-card:hover{ transform:translateY(-10px) scale(1.02); box-shadow:0 22px 44px rgba(0,0,0,.45); border-color:var(--gold); }
.svc-pkg-card:hover::before{ opacity:1; }
.svc-pkg-card:hover::after{ left:130%; }
.svc-pkg-idx{
  display:inline-flex; align-items:center; justify-content:center; width:38px; height:38px; border-radius:8px;
  background:var(--gold-light); color:var(--navy); font-size:12px; font-weight:700; margin-bottom:14px;
  transition:transform .4s cubic-bezier(.34,1.56,.64,1), background .3s ease;
}
.svc-pkg-card:hover .svc-pkg-idx{ transform:rotate(-8deg) scale(1.12); background:var(--gold); }
.svc-pkg-card h3{ font-size:18px; margin-bottom:8px; color:var(--cream); transition:color .3s ease; }
.svc-pkg-card:hover h3{ color:var(--gold-light); }
.svc-pkg-card p{ font-size:13.5px; color:rgba(250,246,237,0.62); line-height:1.55; margin-bottom:18px; min-height:60px; }
.dp-view-btn{
  display:block; width:100%; text-align:center; padding:10px 18px; border-radius:5px; font-size:13.5px; font-weight:600;
  cursor:pointer; border:1px solid rgba(250,246,237,0.35); background:none; color:var(--cream); font-family:inherit;
  position:relative; z-index:1; transition:background .25s ease, color .25s ease, transform .25s ease;
}
.dp-view-btn:hover{ background:var(--gold-light); color:var(--navy); border-color:var(--gold-light); transform:translateY(-2px); }

.dp-overlay{
  position:fixed; inset:0; background:rgba(14,21,38,.72); display:none; align-items:center; justify-content:center;
  padding:20px; z-index:9999;
}
.dp-overlay.open{ display:flex; }
.dp-modal{
  background:var(--paper); border-radius:14px; max-width:960px; width:100%; max-height:88vh; overflow-y:auto;
  padding:34px; position:relative; animation:dpPop .25s ease;
}
@keyframes dpPop{ from{ opacity:0; transform:scale(.96); } to{ opacity:1; transform:scale(1); } }
.dp-modal-close{ position:absolute; top:16px; right:18px; background:none; border:none; font-size:22px; cursor:pointer; color:var(--ink); }
.dp-modal-title{ font-size:24px; margin-bottom:4px; }
.dp-modal-sub{ color:#5c5a52; font-size:14px; margin-bottom:26px; }
.dp-pkg-grid{ display:grid; grid-template-columns:repeat(3,1fr); gap:16px; }
@media(max-width:720px){
  .dp-pkg-grid{
    display:flex; grid-template-columns:none; overflow-x:auto; gap:14px; padding-bottom:8px;
    scroll-snap-type:x mandatory; -webkit-overflow-scrolling:touch;
  }
  .dp-pkg-grid .dp-pkg-card{ flex:0 0 82%; scroll-snap-align:center; }
}
.dp-pkg-card{ border:1px solid var(--line-light); border-radius:10px; padding:22px 18px; display:flex; flex-direction:column; }
.dp-pkg-card.feat{ border-color:var(--gold); box-shadow:0 8px 22px rgba(201,151,46,.15); }
.dp-pkg-tier{ font-size:11px; font-weight:700; letter-spacing:.06em; text-transform:uppercase; color:var(--gold); margin-bottom:6px; }
.dp-pkg-card h4{ font-size:19px; margin-bottom:6px; }
.dp-pkg-price{ font-family:'Fraunces',serif; font-size:26px; margin-bottom:14px; }
.dp-pkg-price span{ font-size:12px; font-family:'Inter',sans-serif; color:#5c5a52; font-weight:400; }
.dp-pkg-card ul{ list-style:none; margin-bottom:18px; flex:1; padding:0; }
.dp-pkg-card li{ font-size:13px; padding:6px 0; border-top:1px solid var(--line-light); padding-left:18px; position:relative; color:#3a3830; }
.dp-pkg-card li:first-child{ border-top:none; }
.dp-pkg-card li::before{ content:"✓"; position:absolute; left:0; color:var(--gold); font-weight:700; }
.dp-pkg-cta{
  display:block; text-align:center; background:var(--navy); color:var(--gold-light); border-radius:5px; padding:10px;
  font-size:13.5px; font-weight:600; text-decoration:none; transition:background .2s ease, transform .2s ease;
}
.dp-pkg-cta:hover{ background:var(--gold); color:var(--navy); transform:translateY(-2px); }

/* ---------- MEGA PACKAGES (all-in-one bundles) ---------- */
.mega-packages{ background:var(--navy); color:var(--cream); padding:84px 0; }
.mega-packages .sec-head p{ color:rgba(250,246,237,0.72); }
.mega-grid{ display:grid; grid-template-columns:repeat(2,1fr); gap:24px; }
@media(max-width:820px){ .mega-grid{ grid-template-columns:1fr; } }
.mega-card{ background:var(--navy-2); border:1.5px solid var(--gold); border-radius:14px; padding:32px 28px; }
.mega-badge{
  display:inline-block; background:var(--gold); color:var(--navy); font-size:11px; font-weight:700;
  letter-spacing:.06em; text-transform:uppercase; padding:5px 12px; border-radius:20px; margin-bottom:16px;
}
.mega-card h3{ color:var(--cream); font-size:22px; margin-bottom:8px; }
.mega-desc{ color:rgba(250,246,237,0.62); font-size:13.5px; line-height:1.55; margin-bottom:22px; }
.mega-view-btn{
  display:block; width:100%; text-align:center; padding:12px 18px; border-radius:6px; font-size:14px; font-weight:700;
  cursor:pointer; border:none; background:var(--gold-light); color:var(--navy); font-family:inherit;
  transition:background .2s ease, transform .2s ease;
}
.mega-view-btn:hover{ background:var(--gold); transform:translateY(-2px); }

/* group sub-headers inside a mega package's tier list (e.g. "WordPress Website", "Shopify Store") */
.dp-pkg-group-head{
  border-top:none !important; list-style:none; padding-left:0 !important; font-size:11px; font-weight:700;
  color:var(--gold); text-transform:uppercase; letter-spacing:.04em; margin-top:14px; padding-top:10px !important;
  border-top:1px solid var(--line-light) !important;
}
.dp-pkg-group-head::before{ content:"" !important; }
.dp-pkg-card ul li.dp-pkg-group-head:first-child{ margin-top:0; border-top:none !important; padding-top:0 !important; }

