.elementor-848 .elementor-element.elementor-element-dd8136f{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-848 .elementor-element.elementor-element-dd8136f.e-con{--flex-grow:0;--flex-shrink:0;}.elementor-848 .elementor-element.elementor-element-2d9b7f4{margin:-65px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}@media(min-width:768px){.elementor-848 .elementor-element.elementor-element-dd8136f{--width:99.776%;}}/* Start custom CSS for html, class: .elementor-element-63d9a85 */:root {
    --dark:    #123121;
    --mid:     #1E3D2D;
    --cream:   #FFF1E2;
    --cream2:  #f5e6d3;
    --gold:    #c8a96e;
    --gold2:   #a8874e;
    --white:   #ffffff;
    --text:    #2a1f14;
    --muted:   #6b7c6b;
  }

  *, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }

  html { scroll-behavior: smooth; }

  body {
    font-family: 'Lato', sans-serif;
    background: var(--cream);
    color: var(--text);
    overflow-x: hidden;
  }

  /* ── NAVBAR ── */
  nav {
    position: fixed;
    top: 0; left: 0; right: 0;
    z-index: 999;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 5%;
    height: 64px;
    background: rgba(18, 49, 33, 0.97);
    backdrop-filter: blur(10px);
    border-bottom: 1px solid rgba(200,169,110,0.2);
  }

  .nav-logo {
    display: flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
  }

  .nav-logo img {
    height: 44px;
    width: auto;
    display: block;
    object-fit: contain;
  }

  .nav-links {
    display: flex;
    align-items: center;
    gap: 28px;
    list-style: none;
  }

  .nav-links a {
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: rgba(255,241,226,0.8);
    text-decoration: none;
    transition: color 0.2s;
  }

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

  .nav-cta {
    background: var(--gold) !important;
    color: var(--dark) !important;
    padding: 9px 20px;
    border-radius: 4px;
    font-weight: 700 !important;
    transition: background 0.2s !important;
  }

  .nav-cta:hover { background: var(--gold2) !important; }

  /* ── HERO ── */
  .hero {
    min-height: 100vh;
    position: relative;
    display: flex;
    align-items: center;
    overflow: hidden;
    background: var(--dark);
  }

  .hero-bg {
    position: absolute;
    inset: 0;
    background:
      radial-gradient(ellipse at 70% 50%, rgba(200,169,110,0.08) 0%, transparent 60%),
      linear-gradient(135deg, #0a1f14 0%, #123121 40%, #1a2e1f 100%);
  }

  /* Decorative bokeh blobs */
  .hero-bg::before {
    content: '';
    position: absolute;
    width: 600px; height: 600px;
    right: -100px; top: 50%;
    transform: translateY(-50%);
    background: radial-gradient(circle, rgba(200,169,110,0.12) 0%, transparent 70%);
    border-radius: 50%;
  }

  .hero-bg::after {
    content: '';
    position: absolute;
    width: 300px; height: 300px;
    left: 10%; top: 20%;
    background: radial-gradient(circle, rgba(30,61,45,0.8) 0%, transparent 70%);
    border-radius: 50%;
    filter: blur(40px);
  }

  .hero-content {
    position: relative;
    z-index: 2;
    padding: 120px 5% 80px;
    max-width: 560px;
  }

  .hero-eyebrow {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 4px;
    text-transform: uppercase;
    color: var(--gold);
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    gap: 12px;
  }

  .hero-eyebrow::before {
    content: '';
    display: block;
    width: 32px; height: 1px;
    background: var(--gold);
  }

  .hero h1 {
    font-family: 'Playfair Display', serif;
    font-size: clamp(38px, 5vw, 68px);
    font-weight: 700;
    line-height: 1.08;
    color: var(--cream);
    margin-bottom: 20px;
  }

  .hero h1 em {
    font-style: italic;
    color: var(--gold);
  }

  .hero-sub {
    font-size: 16px;
    color: rgba(255,241,226,0.65);
    line-height: 1.7;
    margin-bottom: 36px;
    font-weight: 300;
  }

  .btn-primary {
    display: inline-block;
    background: var(--gold);
    color: var(--dark);
    font-family: 'Lato', sans-serif;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    text-decoration: none;
    padding: 16px 36px;
    border-radius: 4px;
    transition: background 0.2s, transform 0.2s, box-shadow 0.2s;
    box-shadow: 0 4px 20px rgba(200,169,110,0.3);
    border: none;
    cursor: pointer;
  }

  .btn-primary:hover {
    background: var(--gold2);
    transform: translateY(-2px);
    box-shadow: 0 8px 30px rgba(200,169,110,0.4);
  }

  /* Hero visual — decorative glasses SVG area */
  .hero-visual {
    position: absolute;
    right: 0; top: 0; bottom: 0;
    width: 48%;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
  }

  .glass-display {
    position: relative;
    width: 420px;
    height: 420px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    gap: 20px;
  }

  .glass-display::before {
    content: '';
    position: absolute;
    bottom: 0;
    width: 340px; height: 2px;
    background: linear-gradient(90deg, transparent, rgba(200,169,110,0.4), transparent);
  }

  .glass {
    display: flex;
    flex-direction: column;
    align-items: center;
    animation: glassFloat 4s ease-in-out infinite alternate;
  }

  .glass:nth-child(2) { animation-delay: -1.3s; }
  .glass:nth-child(3) { animation-delay: -2.6s; }

  @keyframes glassFloat {
    from { transform: translateY(0px); }
    to   { transform: translateY(-14px); }
  }

  .glass-body {
    font-size: clamp(60px, 8vw, 100px);
    filter: drop-shadow(0 20px 40px rgba(0,0,0,0.5));
    line-height: 1;
  }

  .glass:nth-child(1) .glass-body { font-size: clamp(50px, 6vw, 80px); }
  .glass:nth-child(3) .glass-body { font-size: clamp(55px, 7vw, 88px); }

  .glass-glow {
    width: 80%;
    height: 6px;
    background: radial-gradient(ellipse, rgba(200,169,110,0.5) 0%, transparent 70%);
    margin-top: 8px;
    border-radius: 50%;
    filter: blur(4px);
  }

  /* ── FEATURES STRIP ── */
  .features-strip {
    background: var(--cream);
    border-top: 3px solid var(--dark);
    border-bottom: 1px solid rgba(18,49,33,0.1);
    padding: 40px 5%;
  }

  .features-grid {
    max-width: 1100px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
  }

  .feature-item {
    display: flex;
    align-items: flex-start;
    gap: 16px;
  }

  .feature-icon {
    width: 48px; height: 48px;
    background: var(--dark);
    border-radius: 8px;
    display: flex; align-items: center; justify-content: center;
    font-size: 22px;
    flex-shrink: 0;
  }

  .feature-text h3 {
    font-family: 'Playfair Display', serif;
    font-size: 16px;
    font-weight: 600;
    color: var(--dark);
    margin-bottom: 4px;
  }

  .feature-text p {
    font-size: 13px;
    color: var(--muted);
    line-height: 1.5;
  }

  /* ── SECTION WRAPPER ── */
  section { padding: 90px 5%; }

  .section-label {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 4px;
    text-transform: uppercase;
    color: var(--gold2);
    margin-bottom: 12px;
    display: flex;
    align-items: center;
    gap: 12px;
  }

  .section-label::after {
    content: '';
    display: block;
    flex: 1;
    height: 1px;
    background: rgba(200,169,110,0.3);
    max-width: 60px;
  }

  .section-title {
    font-family: 'Playfair Display', serif;
    font-size: clamp(28px, 4vw, 44px);
    font-weight: 700;
    color: var(--dark);
    line-height: 1.15;
    margin-bottom: 16px;
  }

  .section-sub {
    font-size: 15px;
    color: var(--muted);
    max-width: 480px;
    line-height: 1.7;
  }

  /* ── PRODUCTS ── */
  #produtos {
    background: var(--mid);
    position: relative;
    overflow: hidden;
  }

  #produtos::before {
    content: '';
    position: absolute;
    top: -80px; right: -80px;
    width: 400px; height: 400px;
    background: radial-gradient(circle, rgba(200,169,110,0.06) 0%, transparent 70%);
    border-radius: 50%;
  }

  #produtos .section-label { color: var(--gold); }
  #produtos .section-label::after { background: rgba(200,169,110,0.3); }
  #produtos .section-title { color: var(--cream); }
  #produtos .section-sub { color: rgba(255,241,226,0.6); }

  .products-header {
    text-align: center;
    margin-bottom: 56px;
  }

  .products-header .section-label {
    justify-content: center;
  }
  .products-header .section-label::after { display: none; }
  .products-header .section-label::before {
    content: '';
    display: block;
    flex: none;
    width: 40px; height: 1px;
    background: rgba(200,169,110,0.4);
  }

  .products-grid {
    max-width: 1100px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    margin-bottom: 48px;
  }

  .product-card {
    position: relative;
    border-radius: 8px;
    overflow: hidden;
    aspect-ratio: 3/4;
    cursor: pointer;
    background: var(--dark);
    transition: transform 0.3s, box-shadow 0.3s;
  }

  .product-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 20px 50px rgba(0,0,0,0.4);
  }

  .card-bg {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 80px;
    opacity: 0.15;
    transition: opacity 0.3s, transform 0.3s;
  }

  .product-card:hover .card-bg {
    opacity: 0.25;
    transform: scale(1.1);
  }

  .card-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(0deg, rgba(18,49,33,0.95) 0%, rgba(18,49,33,0.3) 60%, transparent 100%);
  }

  .card-content {
    position: absolute;
    bottom: 0; left: 0; right: 0;
    padding: 24px 20px;
  }

  .card-tag {
    display: inline-block;
    background: var(--gold);
    color: var(--dark);
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    padding: 4px 10px;
    border-radius: 2px;
    margin-bottom: 8px;
  }

  .card-name {
    font-family: 'Playfair Display', serif;
    font-size: 22px;
    font-weight: 700;
    color: var(--cream);
  }

  .card-desc {
    font-size: 12px;
    color: rgba(255,241,226,0.6);
    margin-top: 4px;
  }

  .card-color-1 { background: linear-gradient(135deg, #2d1a0e, #4a2c14); }
  .card-color-2 { background: linear-gradient(135deg, #1a2a0a, #2d4a10); }
  .card-color-3 { background: linear-gradient(135deg, #0e1a2d, #142040); }
  .card-color-4 { background: linear-gradient(135deg, #2d2d0e, #4a4a14); }

  .products-cta { text-align: center; }

  .btn-outline {
    display: inline-block;
    border: 2px solid var(--gold);
    color: var(--gold);
    font-family: 'Lato', sans-serif;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    text-decoration: none;
    padding: 14px 36px;
    border-radius: 4px;
    transition: background 0.2s, color 0.2s;
    cursor: pointer;
    background: transparent;
  }

  .btn-outline:hover {
    background: var(--gold);
    color: var(--dark);
  }

  /* ── WHY US ── */
  #porque {
    background: var(--cream);
  }

  .why-wrapper {
    max-width: 1100px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: center;
  }

  .why-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 28px;
  }

  .why-card {
    background: var(--white);
    border-radius: 10px;
    padding: 28px 24px;
    border: 1px solid rgba(18,49,33,0.08);
    transition: box-shadow 0.2s, transform 0.2s;
  }

  .why-card:hover {
    box-shadow: 0 8px 30px rgba(18,49,33,0.1);
    transform: translateY(-3px);
  }

  .why-icon {
    width: 44px; height: 44px;
    background: var(--dark);
    border-radius: 8px;
    display: flex; align-items: center; justify-content: center;
    font-size: 20px;
    margin-bottom: 16px;
  }

  .why-card h3 {
    font-family: 'Playfair Display', serif;
    font-size: 16px;
    color: var(--dark);
    margin-bottom: 8px;
  }

  .why-card p {
    font-size: 13px;
    color: var(--muted);
    line-height: 1.6;
  }

  .why-visual {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .why-circle-bg {
    width: 360px; height: 360px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--dark), var(--mid));
    display: flex; align-items: center; justify-content: center;
    position: relative;
    box-shadow: 0 30px 80px rgba(18,49,33,0.3);
  }

  .why-circle-bg::before {
    content: '';
    position: absolute;
    inset: -16px;
    border-radius: 50%;
    border: 1px dashed rgba(200,169,110,0.3);
  }

  .why-circle-bg::after {
    content: '';
    position: absolute;
    inset: -32px;
    border-radius: 50%;
    border: 1px solid rgba(200,169,110,0.1);
  }

  .why-center-emoji { font-size: 100px; }

  .why-badge {
    position: absolute;
    background: var(--gold);
    color: var(--dark);
    font-family: 'Playfair Display', serif;
    font-size: 13px;
    font-weight: 700;
    padding: 8px 16px;
    border-radius: 24px;
    white-space: nowrap;
  }

  .why-badge:nth-child(2) { top: 10px; right: -20px; }
  .why-badge:nth-child(3) { bottom: 30px; left: -30px; }

  /* ── CONTACT ── */
  #contato {
    background: var(--dark);
    position: relative;
    overflow: hidden;
  }

  #contato::after {
    content: '';
    position: absolute;
    bottom: -100px; right: -100px;
    width: 500px; height: 500px;
    background: radial-gradient(circle, rgba(200,169,110,0.05) 0%, transparent 70%);
    border-radius: 50%;
  }

  .contact-wrapper {
    max-width: 1100px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: start;
  }

  .contact-info .section-label { color: var(--gold); }
  .contact-info .section-label::after { background: rgba(200,169,110,0.3); }
  .contact-info .section-title { color: var(--cream); }
  .contact-info .section-sub { color: rgba(255,241,226,0.6); }

  .contact-items { margin-top: 36px; display: flex; flex-direction: column; gap: 20px; }

  .contact-item {
    display: flex;
    align-items: center;
    gap: 16px;
  }

  .contact-item-icon {
    width: 42px; height: 42px;
    background: rgba(200,169,110,0.15);
    border: 1px solid rgba(200,169,110,0.3);
    border-radius: 8px;
    display: flex; align-items: center; justify-content: center;
    font-size: 18px;
    flex-shrink: 0;
  }

  .contact-item-text {
    font-size: 14px;
    color: rgba(255,241,226,0.8);
  }

  .contact-item-text strong {
    display: block;
    font-size: 12px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: var(--gold);
    margin-bottom: 2px;
  }

  /* FORM */
  .contact-form {
    background: rgba(255,241,226,0.04);
    border: 1px solid rgba(200,169,110,0.15);
    border-radius: 12px;
    padding: 40px;
  }

  .form-title {
    font-family: 'Playfair Display', serif;
    font-size: 20px;
    color: var(--cream);
    margin-bottom: 24px;
  }

  .form-group { margin-bottom: 18px; }

  .form-group input,
  .form-group textarea {
    width: 100%;
    background: rgba(255,241,226,0.06);
    border: 1px solid rgba(200,169,110,0.2);
    border-radius: 6px;
    padding: 14px 16px;
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    color: var(--cream);
    outline: none;
    transition: border-color 0.2s;
  }

  .form-group input::placeholder,
  .form-group textarea::placeholder {
    color: rgba(255,241,226,0.35);
  }

  .form-group input:focus,
  .form-group textarea:focus {
    border-color: var(--gold);
    background: rgba(200,169,110,0.06);
  }

  .form-group textarea { height: 110px; resize: none; }

  .btn-submit {
    width: 100%;
    padding: 15px;
    background: var(--gold);
    color: var(--dark);
    border: none;
    border-radius: 6px;
    font-family: 'Lato', sans-serif;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    cursor: pointer;
    transition: background 0.2s, transform 0.15s;
  }

  .btn-submit:hover {
    background: var(--gold2);
    transform: translateY(-1px);
  }

  /* ── FOOTER ── */
  footer {
    background: #0a1f14;
    padding: 28px 5%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid rgba(200,169,110,0.1);
  }

  .footer-copy {
    font-size: 12px;
    color: rgba(255,241,226,0.35);
  }

  .footer-socials {
    display: flex;
    gap: 12px;
  }

  .social-btn {
    width: 34px; height: 34px;
    border-radius: 50%;
    background: rgba(200,169,110,0.1);
    border: 1px solid rgba(200,169,110,0.2);
    display: flex; align-items: center; justify-content: center;
    font-size: 14px;
    text-decoration: none;
    transition: background 0.2s;
  }

  .social-btn:hover { background: var(--gold); }

  /* ── RESPONSIVE ── */
  @media (max-width: 900px) {
    .hero-visual { display: none; }
    .hero-content { max-width: 100%; }
    .features-grid { grid-template-columns: 1fr; gap: 20px; }
    .products-grid { grid-template-columns: repeat(2, 1fr); }
    .why-wrapper { grid-template-columns: 1fr; gap: 40px; }
    .why-visual { display: none; }
    .contact-wrapper { grid-template-columns: 1fr; gap: 40px; }
    .nav-links { display: none; }
  }

  @media (max-width: 560px) {
    .products-grid { grid-template-columns: 1fr 1fr; }
    .why-grid { grid-template-columns: 1fr; }
  }

  /* ── ANIMATIONS ── */
  .fade-in {
    opacity: 0;
    transform: translateY(24px);
    transition: opacity 0.6s ease, transform 0.6s ease;
  }
  .fade-in.visible {
    opacity: 1;
    transform: translateY(0);
  }/* End custom CSS */