:root {
      --bg: #050505;
      --bg-soft: #0b0b0b;
      --panel: #0f0f0f;
      --panel-2: #151515;
      --line: #353535;
      --line-soft: rgba(223, 227, 232, 0.12);
      --cream: #f6efe3;
      --text: #dfe3e8;
      --muted: rgba(223, 227, 232, 0.68);
      --muted-2: rgba(223, 227, 232, 0.48);
      --red: #c40019;
      --red-dark: #8f101a;
      --red-line: #b00014;
      --shadow: 0 28px 80px rgba(0, 0, 0, 0.38);
    }

    * {
      box-sizing: border-box;
    }

    html {
      scroll-behavior: smooth;
    }

    body {
      margin: 0;
      background: #050607;
      color: var(--text);
      font-family: Arial, Helvetica, sans-serif;
    }

    a {
      color: inherit;
      text-decoration: none;
    }

    .container {
      width: min(1160px, calc(100% - 40px));
      margin: 0 auto;
    }

    .topbar {
      position: sticky;
      top: 0;
      z-index: 20;
      background: rgba(5, 5, 5, 0.88);
      border-bottom: 1px solid rgba(53, 53, 53, 0.78);
      backdrop-filter: blur(16px);
    }

    .nav {
      min-height: 82px;
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 24px;
    }

    .brand {
      display: flex;
      align-items: center;
      gap: 16px;
      min-width: 0;
    }

    .brand-mini {
      width: 112px;
      height: 54px;
      display: flex;
      align-items: center;
      justify-content: center;
      background: #060606;
      border: 1px solid #353535;
      padding: 5px;
      flex: 0 0 auto;
    }

    .brand-mini-inner {
      width: 100%;
      height: 100%;
      border: 1px solid #b00014;
      display: flex;
      align-items: center;
      justify-content: center;
      font-family: Georgia, "Times New Roman", serif;
      color: #f6efe3;
      font-weight: 900;
      font-size: 16px;
      letter-spacing: 1.4px;
    }

    .brand-copy strong {
      display: block;
      color: var(--cream);
      font-family: Georgia, "Times New Roman", serif;
      font-size: 24px;
      line-height: 1;
      letter-spacing: 1.6px;
    }

    .brand-copy small {
      display: block;
      margin-top: 6px;
      color: var(--muted);
      font-size: 11px;
      font-weight: 800;
      letter-spacing: 2px;
      text-transform: uppercase;
    }

    .nav-links {
      display: flex;
      align-items: center;
      gap: 24px;
      color: var(--muted);
      font-size: 12px;
      font-weight: 900;
      letter-spacing: 1.4px;
      text-transform: uppercase;
    }

    .nav-links a {
      transition: color 0.2s ease;
    }

    .nav-links a:hover {
      color: var(--red);
    }

    .lang {
      display: flex;
      gap: 6px;
      padding: 6px;
      border: 1px solid rgba(53, 53, 53, 0.9);
      background: rgba(255, 255, 255, 0.018);
    }

    .lang a, .lang span {
      padding: 5px 6px;
      color: var(--muted-2);
      font-size: 11px;
      font-weight: 900;
      letter-spacing: 1px;
    }

    .lang a.active, .lang .active {
      color: var(--red);
    }

    .hero {
      padding: 58px 0 50px;
      border-bottom: 1px solid rgba(53, 53, 53, 0.72);
    }

    .hero-grid {
      display: grid;
      grid-template-columns: 1.02fr 0.98fr;
      gap: 54px;
      align-items: start;
    }

    .eyebrow {
      display: inline-flex;
      align-items: center;
      gap: 12px;
      color: var(--red);
      font-size: 12px;
      font-weight: 900;
      letter-spacing: 2.8px;
      text-transform: uppercase;
    }

    .eyebrow::before,
    .eyebrow::after {
      content: "";
      width: 28px;
      height: 1px;
      background: var(--red);
      opacity: 0.72;
    }

    h1 {
      max-width: 640px;
      margin: 18px 0 0;
      color: var(--cream);
      font-family: Georgia, "Times New Roman", serif;
      font-size: clamp(34px, 4.2vw, 56px);
      line-height: 1.04;
      letter-spacing: 0.35px;
    }

    .hero-lead {
      max-width: 650px;
      margin: 24px 0 0;
      color: var(--muted);
      font-size: 17px;
      line-height: 1.72;
    }

    .hero-actions {
      display: flex;
      flex-wrap: wrap;
      gap: 14px;
      margin-top: 32px;
    }

    .btn {
      min-height: 48px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      padding: 0 22px;
      border: 1px solid transparent;
      font-size: 12px;
      font-weight: 900;
      letter-spacing: 1.7px;
      text-transform: uppercase;
      transition: transform 0.2s ease, background 0.2s ease, border-color 0.2s ease;
    }

    .btn:hover {
      transform: translateY(-2px);
    }

    .btn-primary {
      background: var(--red-dark);
      border-color: var(--red);
      color: var(--cream);
      box-shadow: 0 14px 30px rgba(196, 0, 25, 0.16);
    }

    .btn-secondary {
      background: transparent;
      border-color: #353535;
      color: var(--text);
    }

    .hero-stats {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 12px;
      max-width: 650px;
      margin-top: 32px;
    }

    .stat {
      padding: 16px 15px;
      background: rgba(255, 255, 255, 0.018);
      border: 1px solid rgba(53, 53, 53, 0.74);
    }

    .stat strong {
      display: block;
      color: var(--red);
      font-family: Georgia, "Times New Roman", serif;
      font-size: 26px;
      line-height: 1;
    }

    .stat span {
      display: block;
      margin-top: 8px;
      color: var(--muted-2);
      font-size: 11px;
      font-weight: 800;
      letter-spacing: 1.2px;
      text-transform: uppercase;
      line-height: 1.35;
    }

    .logo-showcase {
      position: relative;
      min-height: 285px;
      display: flex;
      align-items: flex-start;
      justify-content: center;
      background: transparent;
      border: 0;
      box-shadow: none;
      overflow: visible;
      margin-top: -18px;
    }

    .logo-showcase::before,
    .logo-showcase::after {
      display: none;
    }

    .hero-logo-scale {
      transform: translateY(8px) scale(0.82);
      transform-origin: center top;
      filter: drop-shadow(0 18px 28px rgba(0, 0, 0, 0.32));
    }

    /* Uploaded logo style integrated */
    .brothers-seal-modern {
      display: inline-block;
      background: #060606;
      padding: 12px;
      border: 1px solid #353535;
      font-family: Georgia, "Times New Roman", serif;
    }

    .brothers-seal-modern-inner {
      min-width: 400px;
      padding: 30px 38px 28px;
      border: 1px solid #b00014;
      text-align: center;
    }

    .bo-modern-since {
      color: #dfe3e8;
      font-size: 12px;
      letter-spacing: 8px;
      margin-bottom: 12px;
    }

    .bo-modern-name {
      color: #f6efe3;
      font-size: 50px;
      font-weight: 900;
      letter-spacing: 5px;
      line-height: 0.95;
    }

    .bo-modern-oil {
      margin-top: 11px;
      color: #c40019;
      font-size: 36px;
      font-weight: 900;
      letter-spacing: 24px;
      padding-left: 24px;
    }

    .bo-modern-sub {
      margin-top: 16px;
      color: #dfe3e8;
      font-size: 11px;
      letter-spacing: 7px;
    }

    .section {
      padding: 76px 0;
    }

    .section-head {
      max-width: 800px;
      margin-bottom: 34px;
    }

    .section-kicker {
      color: var(--red);
      font-size: 12px;
      font-weight: 900;
      letter-spacing: 2.4px;
      text-transform: uppercase;
    }

    h2 {
      margin: 12px 0 0;
      color: var(--cream);
      font-family: Georgia, "Times New Roman", serif;
      font-size: clamp(32px, 4vw, 52px);
      line-height: 1.04;
      letter-spacing: 0.25px;
    }

    .section-desc {
      margin: 18px 0 0;
      color: var(--muted);
      font-size: 16px;
      line-height: 1.72;
    }

    .brand-grid {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 18px;
    }

    .brand-card {
      position: relative;
      min-height: 245px;
      padding: 26px;
      background:
        linear-gradient(145deg, rgba(255,255,255,0.032), rgba(255,255,255,0.008)),
        var(--panel);
      border: 1px solid rgba(53, 53, 53, 0.86);
      overflow: hidden;
      transition: transform 0.24s ease, border-color 0.24s ease, background 0.24s ease;
    }

    .brand-card::before {
      content: "";
      position: absolute;
      left: 0;
      top: 0;
      width: 5px;
      height: 100%;
      background: var(--red-line);
      transition: width 0.24s ease, background 0.24s ease;
    }

    .brand-card:hover {
      transform: translate(6px, -7px);
      border-color: rgba(196, 0, 25, 0.48);
      background:
        linear-gradient(145deg, rgba(255,255,255,0.038), rgba(255,255,255,0.012)),
        var(--panel);
    }

    .brand-card:hover::before {
      width: 8px;
      background: var(--red);
    }

    .brand-label {
      color: var(--red);
      font-size: 11px;
      font-weight: 900;
      letter-spacing: 2px;
      text-transform: uppercase;
    }

    .brand-name {
      margin-top: 18px;
      color: var(--cream);
      font-family: Georgia, "Times New Roman", serif;
      font-size: 42px;
      font-weight: 900;
      line-height: 0.98;
    }

    .brand-name .red {
      color: var(--red);
    }

    .brand-card p {
      margin: 24px 0 0;
      color: var(--muted);
      font-size: 14.5px;
      line-height: 1.65;
    }

    .dark-band {
      background: #070707;
      border-top: 1px solid rgba(53, 53, 53, 0.74);
      border-bottom: 1px solid rgba(53, 53, 53, 0.74);
    }

    .product-grid {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 16px;
    }

    .product {
      padding: 24px 22px;
      background: rgba(255,255,255,0.018);
      border: 1px solid rgba(53, 53, 53, 0.82);
    }

    .product i {
      width: 40px;
      height: 40px;
      display: grid;
      place-items: center;
      border: 1px solid #353535;
      color: var(--red);
      font-family: Georgia, "Times New Roman", serif;
      font-style: normal;
      font-weight: 900;
      font-size: 20px;
    }

    .product h3 {
      margin: 18px 0 0;
      color: var(--cream);
      font-family: Georgia, "Times New Roman", serif;
      font-size: 22px;
    }

    .product p {
      margin: 12px 0 0;
      color: var(--muted-2);
      font-size: 14px;
      line-height: 1.6;
    }

    .split {
      display: grid;
      grid-template-columns: 0.95fr 1.05fr;
      gap: 42px;
      align-items: start;
    }

    .statement {
      padding: 34px;
      background: var(--panel);
      border: 1px solid rgba(53, 53, 53, 0.86);
    }

    .statement strong {
      display: block;
      color: var(--red);
      font-family: Georgia, "Times New Roman", serif;
      font-size: 58px;
      line-height: 1;
    }

    .statement span {
      display: block;
      margin-top: 12px;
      color: var(--cream);
      font-family: Georgia, "Times New Roman", serif;
      font-size: 26px;
      line-height: 1.18;
    }

    .statement p {
      margin: 18px 0 0;
      color: var(--muted);
      font-size: 15px;
      line-height: 1.75;
    }

    .list {
      display: grid;
      gap: 14px;
    }

    .list-item {
      display: grid;
      grid-template-columns: 54px 1fr;
      gap: 16px;
      padding: 20px;
      background: rgba(255, 255, 255, 0.018);
      border: 1px solid rgba(53, 53, 53, 0.82);
    }

    .list-item b {
      width: 54px;
      height: 54px;
      display: grid;
      place-items: center;
      border: 1px solid #353535;
      color: var(--red);
      font-family: Georgia, "Times New Roman", serif;
      font-size: 20px;
    }

    .list-item h3 {
      margin: 0;
      color: var(--cream);
      font-family: Georgia, "Times New Roman", serif;
      font-size: 22px;
    }

    .list-item p {
      margin: 8px 0 0;
      color: var(--muted);
      font-size: 14.5px;
      line-height: 1.58;
    }


    .service-grid {
      display: grid;
      grid-template-columns: 0.92fr 1.08fr;
      gap: 28px;
      align-items: stretch;
      margin-top: 34px;
    }

    .service-main {
      padding: 34px;
      background:
        linear-gradient(145deg, rgba(255,255,255,0.03), rgba(255,255,255,0.008)),
        var(--panel);
      border: 1px solid rgba(53, 53, 53, 0.86);
    }

    .service-label {
      display: inline-block;
      color: var(--red);
      font-size: 11px;
      font-weight: 900;
      letter-spacing: 2.4px;
      text-transform: uppercase;
      margin-bottom: 16px;
    }

    .service-main h3 {
      margin: 0;
      color: var(--cream);
      font-family: Georgia, "Times New Roman", serif;
      font-size: 28px;
      line-height: 1.12;
    }

    .service-main p {
      margin: 18px 0 0;
      color: var(--muted);
      font-size: 15px;
      line-height: 1.75;
    }

    .service-points {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 14px;
    }

    .service-point {
      padding: 22px;
      background: rgba(255, 255, 255, 0.018);
      border: 1px solid rgba(53, 53, 53, 0.82);
    }

    .service-point b {
      display: inline-grid;
      place-items: center;
      width: 38px;
      height: 38px;
      border: 1px solid #353535;
      color: var(--red);
      font-family: Georgia, "Times New Roman", serif;
      font-size: 18px;
    }

    .service-point h3 {
      margin: 16px 0 0;
      color: var(--cream);
      font-family: Georgia, "Times New Roman", serif;
      font-size: 21px;
    }

    .service-point p {
      margin: 10px 0 0;
      color: var(--muted);
      font-size: 14.5px;
      line-height: 1.58;
    }

    .service-note {
      margin-top: 18px;
      padding: 18px 20px;
      border: 1px solid rgba(53, 53, 53, 0.82);
      background: rgba(255, 255, 255, 0.014);
      color: var(--muted);
      font-size: 14.5px;
      line-height: 1.62;
    }

    .footer-copy .red-oil {
      color: var(--red);
      font-weight: 900;
    }

    #contact.section {
      padding-top: 56px;
    }

    .cta {
      padding: 42px;
      display: grid;
      grid-template-columns: 1fr auto;
      gap: 28px;
      align-items: center;
      border: 1px solid rgba(53, 53, 53, 0.94);
      background:
        linear-gradient(135deg, rgba(255,255,255,0.034), rgba(255,255,255,0.008)),
        #111111;
    }

    .cta h2 {
      font-size: clamp(28px, 3.4vw, 42px);
    }

    .cta p {
      max-width: 720px;
      margin: 14px 0 0;
      color: var(--muted);
      line-height: 1.7;
    }

    .footer {
      padding: 40px 0;
      border-top: 1px solid rgba(53, 53, 53, 0.82);
      background: #050505;
      color: var(--muted-2);
    }

    .footer-row {
      display: flex;
      justify-content: space-between;
      gap: 24px;
      align-items: center;
      flex-wrap: wrap;
    }

    .footer-brand {
      color: var(--cream);
      font-family: Georgia, "Times New Roman", serif;
      font-size: 24px;
      font-weight: 900;
      letter-spacing: 1.4px;
    }

    .footer-brand span {
      color: var(--red);
    }

    .footer-copy {
      text-align: right;
      font-size: 13px;
      line-height: 1.8;
    }


    .hero-title-accent {
      width: 96px;
      height: 2px;
      margin-top: 20px;
      background: linear-gradient(90deg, var(--red), transparent);
    }

    .logo-showcase .brothers-seal-modern {
      box-shadow: 0 22px 48px rgba(0, 0, 0, 0.26);
    }

    .brand-card::after {
      content: "";
      position: absolute;
      right: -70px;
      bottom: -70px;
      width: 150px;
      height: 150px;
      border-radius: 50%;
      border: 24px solid rgba(223, 227, 232, 0.028);
      transition: transform 0.24s ease, border-color 0.24s ease;
    }

    .brand-card:hover::after {
      transform: scale(1.08);
      border-color: rgba(223, 227, 232, 0.055);
    }

    .product {
      transition: transform 0.22s ease, border-color 0.22s ease, background 0.22s ease;
    }

    .product:hover {
      transform: translateY(-5px);
      border-color: rgba(196, 0, 25, 0.38);
      background: rgba(255, 255, 255, 0.026);
    }

    @media (max-width: 980px) {
      .hero-grid,
      .split,
      .service-grid,
      .cta {
        grid-template-columns: 1fr;
      }

      .brand-grid,
      .product-grid,
      .service-points {
        grid-template-columns: 1fr 1fr;
      }

      .nav-links {
        display: none;
      }

      .logo-showcase {
        min-height: 235px;
        margin-top: -6px;
      }
    }

    @media (max-width: 620px) {
      .container {
        width: min(100% - 28px, 1160px);
      }

      .hero {
        padding: 48px 0 54px;
      }

      h1 {
        font-size: 32px;
        line-height: 1.06;
      }

      .brand-grid,
      .product-grid,
      .service-points,
      .hero-stats {
        grid-template-columns: 1fr;
      }

      .logo-showcase {
        min-height: 225px;
        margin-top: 0;
      }

      .hero-logo-scale {
        transform: translateY(4px) scale(0.70);
      }

      .brand-mini {
        display: none;
      }

      .footer-copy {
        text-align: left;
      }
    }

    .lang a {
      text-decoration: none;
      transition: color 0.2s ease, background 0.2s ease;
    }

    .lang a:hover {
      color: var(--text);
      background: rgba(255, 255, 255, 0.035);
    }

    .lang a:focus-visible,
    .btn:focus-visible,
    .nav-links a:focus-visible {
      outline: 2px solid var(--red);
      outline-offset: 3px;
    }

    .contact-card {
      min-width: 260px;
      display: grid;
      gap: 10px;
      justify-items: stretch;
    }

    .contact-card .btn {
      width: 100%;
      white-space: nowrap;
    }

    .contact-address {
      padding: 16px 18px;
      border: 1px solid rgba(53, 53, 53, 0.9);
      background: rgba(255, 255, 255, 0.018);
    }

    .contact-address span {
      display: block;
      color: var(--red);
      font-size: 11px;
      font-weight: 900;
      letter-spacing: 1.4px;
      text-transform: uppercase;
      margin-bottom: 7px;
    }

    .contact-address strong {
      display: block;
      color: var(--cream);
      font-size: 15px;
      line-height: 1.45;
    }

    @media (max-width: 980px) {
      .contact-card {
        max-width: 360px;
      }
    }
