:root{--wine:#711322;--dark:#0d1a31;--gold:#b88a32;--ink:#171719;--muted:#6d6d73;--paper:#fdfbf7;--line:#e8e1d9;--cream:#f5efe8}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--paper);color:var(--ink);font:16px/1.6 "DM Sans",sans-serif}a{text-decoration:none;color:inherit}img{display:block;max-width:100%}
header{height:76px;position:sticky;top:0;z-index:20;display:flex;align-items:center;justify-content:space-between;padding:0 clamp(18px,5vw,78px);background:rgba(253,251,247,.97);backdrop-filter:blur(12px);border-bottom:1px solid var(--line)}
.logo{display:flex;align-items:center}.logo img{height:48px;width:auto;max-width:300px;object-fit:contain}
nav{display:flex;align-items:center;gap:18px;font-size:.86rem;font-weight:600}.outline{border:1px solid var(--wine);color:var(--wine);padding:9px 14px;border-radius:999px}.menu{display:none;border:0;background:none;font-size:1.65rem}
h1,h2,h3{font-family:"Playfair Display",serif;line-height:1.06}.eyebrow{font-size:.74rem;letter-spacing:.19em;font-weight:700;color:var(--wine)}.lead{font-size:clamp(1.05rem,1.6vw,1.25rem);color:var(--muted);max-width:700px}.copy{color:var(--muted);font-size:1.07rem}
.hero,.subhero{min-height:72vh;display:grid;grid-template-columns:1.08fr .92fr;gap:6vw;align-items:center;padding:80px clamp(22px,6vw,96px);background:radial-gradient(circle at 95% 0,#eadbc9 0,transparent 32%),radial-gradient(circle at 0 100%,#f0dde2 0,transparent 30%)}
.home-hero{min-height:calc(100vh - 76px)}.hero h1,.subhero h1{font-size:clamp(3.1rem,6.2vw,6.5rem);margin:.15em 0}.actions{display:flex;gap:14px;margin-top:28px}.btn,.ghost{display:inline-flex;align-items:center;justify-content:center;min-height:50px;padding:0 22px;border-radius:999px;font-weight:700}.btn{background:var(--wine);color:white}.ghost{border:1px solid var(--line);background:white}.full{width:100%}
.meta{display:flex;flex-wrap:wrap;gap:26px;margin-top:40px;padding-top:22px;border-top:1px solid var(--line)}.meta span{display:flex;flex-direction:column;color:var(--muted);font-size:.8rem}.meta b{color:var(--ink)}
.hero-card,.subhero-card{min-height:470px;border-radius:150px 150px 26px 26px;background:linear-gradient(155deg,var(--dark),#1b2947 58%,var(--wine));padding:46px;display:flex;flex-direction:column;justify-content:flex-end;color:white;box-shadow:0 28px 70px rgba(20,26,42,.18)}.hero-card .micro,.subhero-card span{font-size:.68rem;letter-spacing:.18em;color:#dec79a}.hero-card h2,.subhero-card h2{font-size:clamp(2rem,3.5vw,3.5rem);margin:.3em 0}
.section{padding:90px clamp(22px,6vw,96px);border-top:1px solid var(--line)}.section>h2,.split h2,.about-home h2,.cta h2{font-size:clamp(2.25rem,4.4vw,4.6rem);margin:.2em 0}.split,.about-home,.cta{display:grid;grid-template-columns:1fr 1fr;gap:7vw;align-items:start}
.service-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;margin-top:38px}.service-grid.six{grid-template-columns:repeat(3,1fr)}.service-card{min-height:250px;padding:28px;background:white;border:1px solid var(--line);border-radius:22px}.service-card.featured{background:var(--wine);color:white;border-color:var(--wine)}.service-card span{font-size:.75rem;color:var(--gold)}.service-card h3{font-size:1.45rem;margin-top:40px}.service-card p{color:var(--muted)}.service-card.featured p{color:#efdde1}.service-card a{font-weight:700;color:var(--wine)}.service-card.featured a{color:white}
.process{background:var(--dark);color:white}.process .eyebrow{color:#d5aa51}.steps{display:grid;grid-template-columns:repeat(4,1fr);gap:24px;margin-top:38px}.steps>div{padding-top:20px;border-top:1px solid rgba(255,255,255,.26)}.steps b{color:var(--gold)}.steps p{color:#b8bfcc}
.about-points>div{display:grid;grid-template-columns:40px 1fr;padding:20px 0;border-bottom:1px solid var(--line)}.about-points b{color:var(--gold)}.about-points h3{margin:0}.cta{background:var(--cream);align-items:center}
.contactbox{background:white;border:1px solid var(--line);border-radius:22px;padding:18px}.contactbox>a,.contactbox>p{display:flex;justify-content:space-between;gap:20px;padding:14px 6px;border-bottom:1px solid var(--line);margin:0}.contactbox span{color:var(--muted)}
.wa{position:fixed;right:20px;bottom:20px;z-index:25;width:54px;height:54px;border-radius:50%;display:grid;place-items:center;background:#1f8c56;color:white;font-weight:800;box-shadow:0 12px 30px #0003}
footer{display:grid;grid-template-columns:280px 1fr auto;gap:30px;align-items:center;padding:34px clamp(22px,6vw,96px);background:#101829;color:#e9eaf0}footer img{height:54px;width:auto;max-width:260px;object-fit:contain;background:white;border-radius:12px;padding:6px}footer p{margin:0}footer small{display:block;margin-top:7px;color:#aab1bf;font-size:.72rem;max-width:720px}footer>span{font-size:.78rem;color:#aab1bf}
@media(max-width:1000px){.menu{display:block}nav{display:none;position:absolute;top:76px;left:0;right:0;padding:22px;background:var(--paper);flex-direction:column;align-items:stretch;border-bottom:1px solid var(--line)}nav.open{display:flex}.hero,.subhero,.split,.about-home,.cta{grid-template-columns:1fr}.service-grid,.service-grid.six{grid-template-columns:1fr 1fr}.steps{grid-template-columns:1fr 1fr}footer{grid-template-columns:1fr}}
@media(max-width:600px){header{height:68px;padding:0 18px}.logo img{height:40px;max-width:215px}nav{top:68px}.hero,.subhero{padding:52px 22px 70px}.hero h1,.subhero h1{font-size:3.2rem}.actions{flex-direction:column}.btn,.ghost{width:100%}.meta{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.hero-card,.subhero-card{min-height:390px;border-radius:115px 115px 22px 22px;padding:32px}.section{padding:70px 22px}.service-grid,.service-grid.six,.steps{grid-template-columns:1fr}.contactbox>a,.contactbox>p{flex-direction:column;gap:2px}footer{padding:28px 22px}.wa{width:50px;height:50px;right:16px;bottom:16px}}
/* =========================================
   CONTACT PAGE — PREMIUM FINISH
   ========================================= */

/* Instagram official gradient */
.instagram-color{
  display:inline-block;
  font-size:21px;
  line-height:1;
}

.instagram-color::before{
  background:linear-gradient(
    45deg,
    #feda75 0%,
    #fa7e1e 25%,
    #d62976 50%,
    #962fbf 75%,
    #4f5bd5 100%
  );
  -webkit-background-clip:text;
  background-clip:text;
  -webkit-text-fill-color:transparent;
  color:transparent;
}


/* Left side of Contact page */
.form-layout > div:first-child{
  position:relative;
}

/* Small premium CONTACT label */
.form-layout > div:first-child > .eyebrow{
  display:inline-flex;
  align-items:center;
  gap:10px;
  margin-bottom:12px;
}

.form-layout > div:first-child > .eyebrow::before{
  content:"";
  width:26px;
  height:2px;
  background:linear-gradient(90deg,var(--wine),var(--gold));
  border-radius:10px;
}


/* Useful information heading */
.form-layout > div:first-child > h2{
  max-width:620px;
  font-size:clamp(2.2rem,3.8vw,4rem);
  line-height:1.07;
  margin:0 0 30px;
}


/* Premium contact information card */
.contactbox{
  position:relative;
  overflow:hidden;
  background:
    linear-gradient(
      145deg,
      rgba(255,255,255,.98),
      rgba(249,245,239,.96)
    );
  border:1px solid #e6ddd3;
  border-radius:26px;
  padding:12px 22px;
  box-shadow:
    0 18px 55px rgba(20,26,42,.07),
    0 2px 8px rgba(20,26,42,.03);
}


/* Gold decorative line */
.contactbox::before{
  content:"";
  position:absolute;
  left:0;
  top:28px;
  bottom:28px;
  width:3px;
  border-radius:0 5px 5px 0;
  background:linear-gradient(
    to bottom,
    var(--gold),
    var(--wine)
  );
}


/* Each contact row */
.contactbox > a,
.contactbox > p{
  position:relative;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:24px;
  padding:19px 10px 19px 18px;
  border-bottom:1px solid rgba(113,19,34,.10);
  margin:0;
  transition:
    background .2s ease,
    transform .2s ease,
    padding .2s ease;
}

.contactbox > a:last-child,
.contactbox > p:last-child{
  border-bottom:none;
}


/* Labels: Email / Spain / Türkiye / Instagram */
.contactbox span{
  color:#8c8782;
  font-size:.82rem;
  font-weight:500;
  letter-spacing:.04em;
}


/* Main contact details */
.contactbox b{
  color:var(--ink);
  font-size:.97rem;
  font-weight:700;
}


/* Hover */
.contactbox > a:hover{
  color:inherit;
  background:rgba(184,138,50,.055);
  transform:none;
  padding-left:22px;
}


/* Instagram row */
.instagram-name{
  display:inline-flex;
  align-items:center;
  gap:9px;
}


/* Mobile */
@media(max-width:600px){

  .form-layout > div:first-child > h2{
    font-size:2.25rem;
    margin-bottom:24px;
  }

  .contactbox{
    padding:8px 16px;
    border-radius:22px;
  }

  .contactbox > a,
  .contactbox > p{
    flex-direction:row;
    align-items:center;
    gap:12px;
    padding:16px 8px 16px 14px;
  }

  .contactbox span{
    font-size:.75rem;
  }

  .contactbox b{
    font-size:.86rem;
    text-align:right;
  }

  .instagram-color{
    font-size:20px;
  }
}

/* MULTILINGUAL SWITCHER */
.language-switcher{display:inline-flex;align-items:center;gap:3px;margin-left:4px;padding:3px;border:1px solid rgba(113,19,34,.16);border-radius:999px;background:rgba(255,255,255,.72);white-space:nowrap}
.language-switcher a{display:inline-flex!important;align-items:center;justify-content:center;min-width:29px;height:27px;padding:0 6px!important;margin:0!important;border-radius:999px;font-family:"DM Sans",sans-serif;font-size:.66rem!important;font-weight:700;letter-spacing:.04em;line-height:1!important}
.language-switcher a:after{display:none!important}
.language-switcher a.lang-active{background:#711322;color:#fff!important}
@media(max-width:1050px){.language-switcher{align-self:flex-start;margin:8px 0 4px}.language-switcher a{padding:0 8px!important}}


/* =========================================================
   FINAL MOBILE/TABLET SOCIAL ICON HOTFIX
   Prevents Instagram SVG from inheriting footer/svg sizing.
   ========================================================= */

.footer-instagram{
  display:inline-flex !important;
  align-items:center !important;
  gap:8px !important;
  width:auto !important;
  max-width:100% !important;
  line-height:1.2 !important;
}

.footer-instagram > .ig-badge,
.site-footer .footer-instagram > .ig-badge,
footer .footer-instagram > .ig-badge{
  display:inline-grid !important;
  place-items:center !important;

  width:18px !important;
  height:18px !important;

  min-width:18px !important;
  min-height:18px !important;

  max-width:18px !important;
  max-height:18px !important;

  flex:0 0 18px !important;

  padding:0 !important;
  margin:0 !important;

  border:0 !important;
  border-radius:5px !important;

  font-size:0 !important;
  line-height:0 !important;

  overflow:hidden !important;

  background:linear-gradient(
    135deg,
    #feda75 0%,
    #fa7e1e 28%,
    #d62976 52%,
    #962fbf 76%,
    #4f5bd5 100%
  ) !important;
}

.footer-instagram > .ig-badge > svg,
.site-footer .footer-instagram > .ig-badge > svg,
footer .footer-instagram > .ig-badge > svg{
  display:block !important;

  width:13px !important;
  height:13px !important;

  min-width:13px !important;
  min-height:13px !important;

  max-width:13px !important;
  max-height:13px !important;

  margin:0 !important;
  padding:0 !important;

  fill:none !important;
  stroke:#ffffff !important;
  stroke-width:1.7 !important;
  stroke-linecap:round !important;
  stroke-linejoin:round !important;

  transform:none !important;
}

/* The text beside Instagram must stay normal text */
.footer-instagram > span:not(.ig-badge){
  display:inline !important;
  width:auto !important;
  height:auto !important;
  min-width:0 !important;
  max-width:none !important;
  margin:0 !important;
  padding:0 !important;
  font-size:.84rem !important;
  line-height:1.3 !important;
}

/* Tablet */
@media (min-width:651px) and (max-width:1180px){
  .footer-instagram > .ig-badge,
  .site-footer .footer-instagram > .ig-badge,
  footer .footer-instagram > .ig-badge{
    width:18px !important;
    height:18px !important;
    min-width:18px !important;
    min-height:18px !important;
    max-width:18px !important;
    max-height:18px !important;
    flex-basis:18px !important;
  }

  .footer-instagram > .ig-badge > svg,
  .site-footer .footer-instagram > .ig-badge > svg,
  footer .footer-instagram > .ig-badge > svg{
    width:13px !important;
    height:13px !important;
    min-width:13px !important;
    min-height:13px !important;
    max-width:13px !important;
    max-height:13px !important;
  }
}

/* Mobile */
@media (max-width:650px){
  .footer-instagram{
    gap:7px !important;
  }

  .footer-instagram > .ig-badge,
  .site-footer .footer-instagram > .ig-badge,
  footer .footer-instagram > .ig-badge{
    width:17px !important;
    height:17px !important;
    min-width:17px !important;
    min-height:17px !important;
    max-width:17px !important;
    max-height:17px !important;
    flex-basis:17px !important;
  }

  .footer-instagram > .ig-badge > svg,
  .site-footer .footer-instagram > .ig-badge > svg,
  footer .footer-instagram > .ig-badge > svg{
    width:12px !important;
    height:12px !important;
    min-width:12px !important;
    min-height:12px !important;
    max-width:12px !important;
    max-height:12px !important;
  }

  .footer-instagram > span:not(.ig-badge){
    font-size:.8rem !important;
  }
}


/* =========================================================
   V3 — CIRCULAR FLAG LANGUAGE SWITCHER
   ========================================================= */
.language-switcher{
  display:inline-flex !important;
  align-items:center !important;
  gap:7px !important;
  padding:4px 7px !important;
  border:1px solid rgba(113,19,34,.14) !important;
  border-radius:999px !important;
  background:rgba(255,255,255,.82) !important;
  box-shadow:0 4px 14px rgba(13,26,49,.05) !important;
  white-space:nowrap !important;
}

.language-switcher a{
  width:30px !important;
  height:30px !important;
  min-width:30px !important;
  max-width:30px !important;
  padding:0 !important;
  margin:0 !important;
  border-radius:50% !important;
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  overflow:hidden !important;
  background:#fff !important;
  border:1px solid rgba(13,26,49,.08) !important;
  box-shadow:0 2px 8px rgba(13,26,49,.08) !important;
  line-height:1 !important;
  transition:transform .18s ease, box-shadow .18s ease, border-color .18s ease !important;
}

.language-switcher a::after{
  display:none !important;
}

.language-switcher a:hover{
  transform:translateY(-2px) scale(1.05) !important;
  box-shadow:0 5px 12px rgba(13,26,49,.13) !important;
  border-color:rgba(184,138,50,.45) !important;
}

.language-switcher a.lang-active{
  background:#fff !important;
  border:2px solid var(--wine,#711322) !important;
  box-shadow:0 0 0 2px rgba(184,138,50,.18),0 3px 10px rgba(13,26,49,.10) !important;
}

.flag-emoji{
  display:block !important;
  width:auto !important;
  height:auto !important;
  min-width:0 !important;
  max-width:none !important;
  margin:0 !important;
  padding:0 !important;
  font-family:"Apple Color Emoji","Segoe UI Emoji","Noto Color Emoji",sans-serif !important;
  font-size:19px !important;
  line-height:1 !important;
  letter-spacing:0 !important;
  transform:translateY(.3px);
}

/* Keep the switcher LTR even on Persian pages */
html[dir="rtl"] .language-switcher{
  direction:ltr !important;
}

/* Tablet */
@media (min-width:651px) and (max-width:1180px){
  .language-switcher{
    gap:6px !important;
    padding:4px 6px !important;
  }
  .language-switcher a{
    width:29px !important;
    height:29px !important;
    min-width:29px !important;
    max-width:29px !important;
  }
  .flag-emoji{
    font-size:18px !important;
  }
}

/* Mobile */
@media (max-width:650px){
  .language-switcher{
    gap:7px !important;
    padding:5px 7px !important;
    margin-top:8px !important;
    margin-bottom:4px !important;
  }
  .language-switcher a{
    width:31px !important;
    height:31px !important;
    min-width:31px !important;
    max-width:31px !important;
  }
  .flag-emoji{
    font-size:19px !important;
  }
}

/* V5: Stories, Blog and expanded navigation */
.footer-site-links{display:flex;flex-wrap:wrap;gap:12px;margin:10px 0 6px}.footer-site-links a{font-size:.8rem;color:#c3cad5}.footer-site-links a:hover{color:#fff}
@media(min-width:1251px){nav,.main-nav{gap:12px!important;font-size:.78rem!important}}
@media(max-width:1250px){header .menu,.site-header .menu-toggle{display:block!important}header nav,.site-header .main-nav{display:none!important;position:absolute!important;top:74px!important;left:0!important;right:0!important;background:var(--paper,#fff)!important;padding:18px 24px!important;flex-direction:column!important;align-items:stretch!important;border-bottom:1px solid var(--line,#eee)!important;z-index:100}header nav.open,.site-header .main-nav.open{display:flex!important}header nav a,.site-header .main-nav a{padding:9px 0!important}}
