﻿/*
Theme Name: Theodor Atelie
Theme URI: https://theodoratelie.com.br/
Author: Theodor Atelie
Description: Tema estatico inicial para Theod'or Atelie, com templates mockados para home, sobre, colecoes e colecao interna.
Version: 1.0.0
Text Domain: theodor
*/
:root {
      --wine: #9d3141;
      --rose: #eebbbb;
      --rose-dark: #bf6a77;
      --gold: #83703f;
      --text: #626262;
      --soft: #f8f6f4;
    }

    body {
      color: var(--text);
      font-family: "Montserrat", Arial, sans-serif;
      font-size: 13px;
      background:
        radial-gradient(circle at 18% 12%, rgba(210, 210, 210, .32), transparent 19%),
        radial-gradient(circle at 76% 34%, rgba(220, 220, 220, .24), transparent 18%),
        linear-gradient(118deg, transparent 0 42%, rgba(206, 206, 206, .18) 42.3%, transparent 44%),
        linear-gradient(62deg, transparent 0 65%, rgba(206, 206, 206, .16) 65.2%, transparent 67%),
        #fff;
    }

    a { text-decoration: none; }

    .site-header {
      background: url("img/marmore.jpg") center / cover no-repeat;
    }

    .site-topbar {
      background: rgba(255, 255, 255, .72);
      height: 34px;
      font-size: 11px;
      letter-spacing: .12em;
      color: #7f6d70;
      text-transform: uppercase;
    }

    .brand-logo {
      width: 360px;
      max-width: 72vw;
    }

    .navbar {
      min-height: 58px;
      border-top: 1px solid rgba(0, 0, 0, .03);
    }

    .navbar .nav-link {
      color: var(--wine);
      font-size: 14px;
      letter-spacing: .08em;
      margin: 0 30px;
      text-transform: uppercase;
    }

    .navbar .nav-link:hover,
    .tiny-link:hover { color: var(--wine); }

    .hero-carousel .carousel-item {
      height: clamp(540px, 42vw, 700px);
      min-height: 540px;
      overflow: hidden;
      position: relative;
    }

    .hero-bg {
      background-position: center;
      background-size: cover;
      inset: 0;
      position: absolute;
      z-index: 0;
    }

    .hero-bg.flip { transform: scaleX(-1); }

    .hero-container {
      height: 100%;
      position: relative;
      z-index: 1;
    }

    .hero-copy {
      align-items: flex-start;
      display: flex;
      flex-direction: column;
      height: 100%;
      justify-content: center;
      max-width: 560px;
      position: relative;
      text-align: left;
      z-index: 1;
    }

    .hero-copy.end {
      margin-left: auto;
      text-align: left;
    }

    .hero-title {
      color: var(--gold);
      font-family: "Sacramento", cursive;
      font-size: clamp(48px, 7vw, 78px);
      line-height: .95;
      text-shadow: 0 2px 14px rgba(255, 255, 255, .58);
    }

    .hero-subtitle {
      color: #527f93;
      font-family: "Cormorant Garamond", serif;
      font-size: clamp(22px, 2.1vw, 29px);
      font-weight: 600;
      line-height: 1.35;
      margin-top: 28px;
      max-width: 490px;
      text-align: center;
      text-shadow: 0 2px 12px rgba(255, 255, 255, .7);
    }

    .section-pad { padding: 115px 0; }

    .marble-section {
      background: url("img/marmore.jpg") center / cover no-repeat;
    }

    .about-card {
      background: #fff;
      box-shadow: 0 20px 45px rgba(0, 0, 0, .08);
      margin-inline: auto;
      max-width: 760px;
      padding: 72px 42px;
    }

    .about-card img {
      height: 210px;
      object-fit: cover;
      width: 100%;
    }

    .section-title {
      color: var(--rose-dark);
      font-size: clamp(30px, 3vw, 44px);
      font-weight: 300;
      letter-spacing: .18em;
      line-height: 1.1;
      text-transform: uppercase;
    }

    .about-title {
      color: #8d8d8d;
      font-size: 34px;
      font-weight: 300;
      letter-spacing: .2em;
      text-transform: uppercase;
    }

    .tiny-link {
      color: var(--wine);
      font-size: 10px;
      font-weight: 600;
      letter-spacing: .12em;
      text-transform: uppercase;
    }

    .tiny-link::before {
      content: "\\";
      display: inline-block;
      margin-right: 13px;
      transform: rotate(-18deg);
    }

    .desired-grid {
      display: grid;
      grid-template-columns: 1.8fr 1fr 1.05fr;
      grid-template-rows: 170px 170px;
      gap: 0;
      margin-inline: auto;
      max-width: 720px;
    }

    .desired-card {
      color: #686868;
      display: block;
      overflow: hidden;
      position: relative;
      text-align: center;
      text-transform: uppercase;
    }

    .desired-card img {
      height: 100%;
      object-fit: cover;
      width: 100%;
      transition: transform .35s ease;
    }

    .desired-card:hover img { transform: scale(1.04); }

    .desired-card span {
      bottom: 26px;
      font-size: 19px;
      left: 18px;
      letter-spacing: .05em;
      line-height: 1.05;
      position: absolute;
      right: 18px;
      text-shadow: 0 1px 10px rgba(255, 255, 255, .8);
    }

    .desired-large { grid-row: 1 / span 2; }
    .desired-tall { grid-row: 1 / span 2; grid-column: 3; }

    .feature-band {
      background: url("img/marmore.jpg") center / cover no-repeat;
      padding: 118px 0 138px;
    }

    .feature-photo {
      display: block;
      height: 560px;
      margin-inline: auto;
      max-width: 455px;
      object-fit: cover;
      width: 100%;
    }

    .product-card {
      background: #fff;
      display: block;
      min-height: 230px;
      padding: 22px 16px 24px;
      text-align: center;
    }

    .product-card img {
      height: 128px;
      object-fit: contain;
      width: 100%;
    }

    .product-category {
      color: #a2a2a2;
      display: block;
      font-size: 13px;
      font-weight: 600;
      letter-spacing: .1em;
      margin-top: 14px;
      text-transform: uppercase;
    }

    .product-name {
      color: #4e4e4e;
      display: block;
      font-size: 13px;
      font-weight: 700;
      line-height: 1.25;
      margin-top: 4px;
      text-transform: uppercase;
    }

    .testimonial {
      align-items: flex-start;
      display: flex;
      gap: 18px;
      margin-bottom: 48px;
    }

    .testimonial img {
      border-radius: 50%;
      height: 58px;
      object-fit: cover;
      width: 58px;
    }

    .testimonial h3 {
      color: #4a4a4a;
      font-size: 11px;
      font-weight: 700;
      letter-spacing: .13em;
      margin-bottom: 8px;
      text-transform: uppercase;
    }

    .testimonial p {
      color: #858585;
      font-family: "Cormorant Garamond", serif;
      font-size: 14px;
      line-height: 1.35;
      margin: 0;
    }

    .page-hero {
      background: url("img/marmore.jpg") center / cover no-repeat;
      padding: 110px 0 125px;
    }

    .page-kicker {
      color: var(--wine);
      font-size: 12px;
      font-weight: 600;
      letter-spacing: .22em;
      margin-bottom: 18px;
      text-transform: uppercase;
    }

    .page-title {
      color: var(--rose-dark);
      font-size: clamp(44px, 5vw, 74px);
      font-weight: 300;
      letter-spacing: .12em;
      line-height: 1;
      text-transform: uppercase;
    }

    .page-manifest {
      color: #8a7440;
      font-family: "Cormorant Garamond", serif;
      font-size: clamp(28px, 3vw, 44px);
      font-weight: 500;
      line-height: 1.18;
      margin-top: 28px;
      max-width: 640px;
    }

    .about-page-photo {
      display: block;
      height: 650px;
      margin-inline: auto;
      max-width: 520px;
      object-fit: cover;
      width: 100%;
    }

    .story-section {
      background: #fff;
      padding: 105px 0;
    }

    .story-label {
      color: var(--wine);
      font-size: 12px;
      font-weight: 700;
      letter-spacing: .18em;
      margin-bottom: 22px;
      text-transform: uppercase;
    }

    .story-text {
      color: #666;
      font-family: "Cormorant Garamond", serif;
      font-size: 25px;
      line-height: 1.55;
    }

    .video-link {
      align-items: center;
      color: var(--wine);
      display: inline-flex;
      font-size: 12px;
      font-weight: 700;
      gap: 10px;
      letter-spacing: .12em;
      margin-top: 26px;
      text-transform: uppercase;
    }

    .video-link i {
      border: 1px solid currentColor;
      border-radius: 50%;
      display: inline-flex;
      height: 34px;
      justify-content: center;
      align-items: center;
      width: 34px;
    }

    .difference-band {
      background: url("img/marmore.jpg") center / cover no-repeat;
      padding: 96px 0;
    }

    .difference-box {
      background: rgba(255, 255, 255, .88);
      box-shadow: 0 20px 45px rgba(0, 0, 0, .08);
      margin-inline: auto;
      max-width: 880px;
      padding: 66px 78px;
      text-align: center;
    }

    .collections-list {
      background: #fff;
    }

    .collection-item {
      min-height: 760px;
      overflow: hidden;
      position: relative;
    }

    .collection-item:nth-child(even) {
      background: url("img/marmore.jpg") center / cover no-repeat;
    }

    .collection-image-wrap {
      align-items: center;
      display: flex;
      min-height: 760px;
    }

    .collection-image {
      display: block;
      max-height: 680px;
      max-width: 100%;
      object-fit: contain;
      width: 100%;
    }

    .collection-copy {
      align-items: flex-start;
      display: flex;
      flex-direction: column;
      justify-content: center;
      min-height: 760px;
      padding-left: clamp(16px, 4vw, 70px);
    }

    .collection-title {
      color: var(--wine);
      font-size: clamp(42px, 4.8vw, 72px);
      font-weight: 300;
      letter-spacing: .1em;
      line-height: 1.05;
      margin-bottom: 46px;
      text-transform: uppercase;
    }

    .btn-collection {
      background: var(--wine);
      border-radius: 999px;
      box-shadow: 0 9px 18px rgba(95, 31, 40, .28);
      color: #fff;
      display: inline-block;
      font-family: "Cormorant Garamond", serif;
      font-size: 16px;
      font-weight: 700;
      letter-spacing: .16em;
      padding: 14px 35px;
      text-transform: uppercase;
    }

    .btn-collection:hover {
      background: #842936;
      color: #fff;
    }

    .collection-internal-hero {
      background: #fff;
      min-height: 880px;
      overflow: hidden;
      padding: 90px 0 70px;
    }

    .internal-cover {
      align-items: flex-end;
      display: flex;
      min-height: 720px;
    }

    .internal-cover img {
      display: block;
      max-height: 680px;
      object-fit: contain;
      object-position: left bottom;
      width: 100%;
    }

    .internal-products {
      padding-top: 120px;
    }

    .internal-title {
      color: var(--wine);
      font-size: clamp(42px, 4vw, 66px);
      font-weight: 300;
      letter-spacing: .14em;
      margin-bottom: 82px;
      text-align: center;
      text-transform: uppercase;
    }

    .internal-product-card {
      color: #111;
      display: block;
      margin-bottom: 78px;
      text-align: center;
    }

    article.internal-product-card {
      display: flex;
      flex-direction: column;
      height: calc(100% - 78px);
    }

    .internal-product-image {
      display: block;
    }

    .internal-product-card img,
    .internal-product-image img {
      height: 190px;
      object-fit: contain;
      width: 100%;
    }

    .internal-product-card .category {
      color: #adadad;
      display: block;
      font-size: 14px;
      margin-top: 28px;
    }

    .internal-product-card .name {
      color: #000;
      display: block;
      font-size: 14px;
      font-weight: 700;
      margin-top: 10px;
      text-transform: uppercase;
    }

    .internal-product-card h2.name,
    .internal-product-card h3.name {
      line-height: 1.35;
      margin-bottom: 18px;
    }

    .btn-product-access {
      align-self: center;
      background: var(--wine);
      border-radius: 2px;
      color: #fff;
      display: inline-block;
      font-size: 11px;
      font-weight: 700;
      letter-spacing: .12em;
      margin-top: auto;
      padding: 10px 22px;
      text-transform: uppercase;
    }

    .btn-product-access:hover {
      background: #842936;
      color: #fff;
    }

    .empty-products {
      color: #777;
      font-size: 16px;
      text-align: center;
    }

    .product-detail-section {
      background: #f7f7f7;
      padding: 88px 0 28px;
    }

    .detail-panel {
      background: #fff;
      box-shadow: 0 20px 45px rgba(0, 0, 0, .05);
      min-height: 640px;
      padding: 70px;
    }

    .detail-gallery {
      align-items: center;
      display: flex;
      flex-direction: column;
      justify-content: center;
    }

    .detail-main-image {
      height: 330px;
      object-fit: contain;
      width: 100%;
    }

    .detail-thumbs {
      display: flex;
      gap: 18px;
      justify-content: center;
      margin-top: 70px;
    }

    .detail-thumb {
      background: #fff;
      border: 1px solid transparent;
      cursor: pointer;
      height: 95px;
      padding: 0;
      width: 95px;
    }

    .detail-thumb.active {
      border-color: rgba(157, 49, 65, .45);
    }

    .detail-thumb img {
      height: 100%;
      object-fit: cover;
      width: 100%;
    }

    .detail-copy {
      align-items: center;
      display: flex;
      flex-direction: column;
      justify-content: center;
      text-align: center;
    }

    .detail-title {
      color: #777;
      font-size: clamp(32px, 3vw, 44px);
      font-weight: 300;
      letter-spacing: .12em;
      margin-bottom: 28px;
      text-transform: uppercase;
    }

    .detail-category {
      color: var(--wine);
      font-size: 12px;
      font-weight: 700;
      letter-spacing: .18em;
      margin-bottom: 20px;
      text-transform: uppercase;
    }

    .btn-size {
      background: #b8b8b8;
      border-radius: 2px;
      color: #fff;
      display: inline-block;
      font-size: 14px;
      font-weight: 700;
      letter-spacing: .08em;
      margin-bottom: 30px;
      padding: 12px 32px;
      text-transform: uppercase;
    }

    .btn-budget {
      background: var(--wine);
      border-radius: 2px;
      color: #fff;
      display: inline-block;
      font-size: 15px;
      font-weight: 700;
      letter-spacing: .1em;
      padding: 14px 35px;
      text-transform: uppercase;
    }

    .info-section {
      background: #fff;
      padding: 90px 0 115px;
      text-align: center;
    }

    .info-title,
    .related-title {
      color: var(--wine);
      font-size: clamp(30px, 3vw, 44px);
      font-weight: 300;
      letter-spacing: .18em;
      text-transform: uppercase;
    }

    .info-text {
      color: #737373;
      font-size: 16px;
      font-weight: 700;
      line-height: 1.8;
      margin-top: 30px;
    }

    .info-text a { color: #2499d6; }

    .related-title {
      color: #777;
      margin-top: 96px;
      margin-bottom: 70px;
    }

    .contact-section {
      background: var(--wine);
      color: #fff;
    }

    .contact-panel {
      min-height: 620px;
      padding: 110px 80px;
    }

    .contact-title {
      color: #f0c8cc;
      font-size: clamp(32px, 3vw, 44px);
      font-weight: 300;
      letter-spacing: .18em;
      text-transform: uppercase;
    }

    .contact-control {
      background: transparent;
      border: 1px solid rgba(255, 255, 255, .35);
      border-radius: 0;
      color: #fff;
      font-size: 10px;
      min-height: 34px;
      text-transform: uppercase;
    }

    .contact-control::placeholder { color: rgba(255, 255, 255, .72); }
    .contact-control:focus {
      background: transparent;
      border-color: #fff;
      box-shadow: none;
      color: #fff;
    }

    .btn-send {
      background: #050505;
      border: 0;
      border-radius: 0;
      color: #fff;
      font-size: 10px;
      font-weight: 700;
      letter-spacing: .1em;
      padding: 9px 18px;
      text-transform: uppercase;
      width: 100%;
    }

    .contact-image {
      background: url("img/banner-destaque-contato.jpg") center / cover no-repeat;
      min-height: 620px;
    }

    .social-link {
      align-items: center;
      border: 1px solid rgba(255, 255, 255, .6);
      border-radius: 50%;
      color: #fff;
      display: inline-flex;
      font-size: 13px;
      height: 22px;
      justify-content: center;
      margin: 0 6px;
      width: 22px;
    }

    footer {
      background: #fff;
      color: #a7a7a7;
      font-size: 10px;
      padding: 24px 0;
      text-align: center;
    }

    footer a { color: var(--wine); }

    @media (max-width: 991.98px) {
      .navbar .nav-link { margin: 4px 0; }
      .hero-carousel .carousel-item { height: 430px; min-height: 430px; }
      .hero-copy { background: rgba(238, 187, 187, .62); justify-content: center; padding: 0 28px; }
      .section-pad { padding: 78px 0; }
      .desired-grid { grid-template-columns: repeat(2, 1fr); grid-template-rows: repeat(3, 190px); }
      .desired-large,
      .desired-tall { grid-column: auto; grid-row: auto; }
      .contact-panel { min-height: auto; padding: 72px 28px; }
      .contact-image { min-height: 440px; }
      .brand-logo { width: 300px; }
      .feature-photo { height: 470px; }
      .about-page-photo { height: 520px; }
      .difference-box { padding: 48px 34px; }
      .collection-item,
      .collection-image-wrap,
      .collection-copy { min-height: auto; }
      .collection-item { padding: 78px 0; }
      .collection-copy { padding-left: 0; text-align: center; align-items: center; }
      .collection-image { max-height: 460px; margin-bottom: 34px; }
      .collection-internal-hero { padding-top: 60px; }
      .internal-cover { min-height: auto; justify-content: center; }
      .internal-cover img { max-height: 520px; object-position: center; }
      .internal-products { padding-top: 40px; }
      .internal-title { margin-bottom: 52px; }
      .detail-panel { min-height: auto; padding: 45px 24px; }
      .detail-gallery { margin-bottom: 36px; }
    }

    @media (max-width: 575.98px) {
      .site-topbar { height: auto; padding: 8px 0; }
      .about-card { padding: 34px 24px; }
      .desired-grid { display: block; }
      .desired-card { height: 230px; }
      .section-title,
      .contact-title { letter-spacing: .12em; }
      .feature-photo { height: 360px; }
      .hero-carousel .carousel-item { height: 390px; min-height: 390px; }
      .hero-title { font-size: 46px; }
      .hero-subtitle { font-size: 21px; text-align: left; }
      .page-hero,
      .story-section,
      .difference-band { padding: 70px 0; }
      .about-page-photo { height: 430px; }
      .story-text { font-size: 21px; }
      .collection-title { font-size: 34px; letter-spacing: .08em; }
      .internal-product-card img { height: 150px; }
      .detail-main-image { height: 245px; }
      .detail-thumbs { margin-top: 42px; }
      .detail-thumb { height: 78px; width: 78px; }
    }

