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

body {
  background: #f7f3ed;
  color: #151515;
  font-family: "Times New Roman", Times, serif;
}

/* HEADER */
.site-header{
    width:100%;

    min-height:120px;

    display:flex;
    align-items:center;
    justify-content:space-between;

    padding:25px 50px;

    background:rgba(255,255,255,.92);

    backdrop-filter:blur(20px);

    border-bottom:1px solid rgba(183,14,23,.08);

    gap:30px;
}

.logo {
  display: flex;
   flex-shrink:0;
  align-items: center;
  gap: 18px;
  text-decoration: none;
}

.logo img {
  width: 85px;
  height: 85px;
}

.logo h1 {
   font-family:Times New Roman;
    font-size:54px;
    line-height:.9;
    color:#9f0d16;

    white-space:nowrap;
}

.logo span {
  font-size: 12px;
  letter-spacing: 3px;
}

/* nv */
.main-nav {
  gap: 8px;
  padding: 9px 12px;
  flex:1;
  max-width:650px;
  margin:0 auto;
}

.main-nav a {
  padding: 13px 20px;
  font-weight:700;
}

.main-nav a.active{
    background:
    linear-gradient(135deg,#b70e17,#ff6f23);
    color:#fff;
}


/* BUTTON */

.header-btn {
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  justify-self: end;
  height: 54px;
  margin-left: 0;
  border-radius: 999px;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  background: linear-gradient(135deg,#b70e17,#ff6f23);
  box-shadow: 0 16px 35px rgba(215,50,20,.28);
   flex-shrink:0;
    width:auto;
    padding:0 24px;

}

/* PAGE */
.about-page {
  min-height: calc(100vh - 140px);
  background:
    radial-gradient(circle at 8% 25%, rgba(183,14,23,.08), transparent 28%),
    radial-gradient(circle at 92% 16%, rgba(255,111,35,.10), transparent 30%),
    linear-gradient(135deg, #f9f6f0, #fffaf4);
  position: relative;
  overflow: hidden;
}

.about-page::before {
  content: "";
  position: absolute;
  left: -220px;
  bottom: -220px;
  width: 620px;
  height: 620px;
  border-radius: 50%;
  border: 1px solid rgba(190,143,54,.18);
}

.about-page::after {
  content: "";
  position: absolute;
  right: -180px;
  top: 180px;
  width: 520px;
  height: 520px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255,255,255,.65), transparent 62%);
}

/* HERO */
.about-hero {
  position: relative;
  z-index: 2;
  width: min(1180px, calc(100% - 40px));
  margin: auto;
  padding: 70px 0 90px;
  display: grid;
  grid-template-columns: .95fr 1.05fr;
  gap: 70px;
  align-items: center;
}

.about-hero-text span,
.philosophy-text span,
.about-studio-preview > span {
  color: #c1903a;
  letter-spacing: 3px;
  font-weight: 800;
  font-size: 20px;
}

.about-hero-text h2 {
  font-family: Georgia, serif;
  font-size: 56px !important;
  line-height: 1.12;
  font-weight: 500;
  margin: 22px 0 28px;
  color: #151515;
}

.about-hero-text h2 span{
color: #711e2a !important;
font-size:50px !important;
}

.about-hero-text p {
  max-width: 600px;
  color: #444;
  font-size: 17px;
  line-height: 1.85;
}

.title-line {
  display: flex;
  align-items: center;
  margin: 35px 0;
}

.title-line span {
  height: 1px;
  width: 80px;
  background: linear-gradient(90deg, rgba(190,143,54,.08), rgba(190,143,54,.55));
}

.title-line i {
  width: 11px;
  height: 11px;
  margin: 0 12px;
  background: #c1903a;
  transform: rotate(45deg);
}

.about-hero-image {
  position: relative;
  display: flex;
  justify-content: center;
}

.about-hero-image img {
  width: min(420px, 100%);
  height: 500px;
  object-fit: cover;
  border-radius: 999px 999px 28px 28px;
  box-shadow: 0 35px 90px rgba(80,45,22,.14);
  border: 1px solid rgba(190,143,54,.16);
}
/*
.hero-glow-circle {
  position: absolute;
  width: 460px;
  height: 460px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255,255,255,.65), transparent 65%);
}
*/

/* ABOUT MAIN */
.about-main {
  position: relative;
  z-index: 2;
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto 90px;
  display: grid;
  grid-template-columns: .95fr 1.05fr;
  gap: 70px;
  align-items: center;
}

.about-main-image img {
  width: 100%;
  height: 500px;
  object-fit: cover;
  border-radius: 28px;
  box-shadow: 0 25px 60px rgba(80,45,22,.14);
}

.about-icons {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-top: 24px;
}

.about-icons div {
  background: #fff;
  padding: 22px 14px;
  border-radius: 24px;
  text-align: center;
  box-shadow: 0 20px 50px rgba(80,45,22,.08);
  border: 1px solid rgba(190,143,54,.16);
}

.about-icons i {
  color: #b98422;
  font-size: 26px;
  margin-bottom: 12px;
}

.about-icons span {
  display: block;
  color: #333;
  font-weight: 700;
  font-size: 14px;
}

.small-label {
  display: inline-block;
  color: #c1903a;
  letter-spacing: 3px;
  font-weight: 800;
  font-size: 20px !important;
  margin-bottom: 20px;
}

.about-main-text h2,
.philosophy-text h2,
.about-studio-preview h2 {
  font-family: Georgia, serif;
  font-size: clamp(38px, 4vw, 58px);
  line-height: 1.15;
  font-weight: 500;
  color: #151515;
  margin-bottom: 24px;
}

.about-main-text p,
.philosophy-text p,
.about-studio-preview p {
  color: #444;
  font-size: 17px;
  line-height: 1.85;
  margin-bottom: 18px;
}

.about-signature {
  margin-top: 34px;
}

.about-signature span {
  display: block;
  font-family: Georgia, serif;
  font-size: 28px;
  color: #9f0d16;
  font-style: italic;
  margin-bottom: 8px;
}

.about-signature strong {
  color: #222;
  font-size: 18px;
}

/* PHILOSOPHY */
.about-philosophy {
  position: relative;
  z-index: 2;
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto 90px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  background: rgba(255,255,255,.92);
  border-radius: 28px;
  overflow: hidden;
  box-shadow: 0 35px 90px rgba(80,45,22,.12);
  border: 1px solid rgba(190,143,54,.20);
}

.philosophy-text {
  padding: 60px;
}

.philosophy-text span{
  margin-bottom: 28px !important;
  display: block !important;
}

.philosophy-text ul {
  list-style: none;
  margin-top: 26px;
}

.philosophy-text li {
  margin-bottom: 14px;
  color: #333;
  font-weight: 700;
}

.philosophy-text li::before {
  content: "✓";
  color: #b98422;
  margin-right: 12px;
}

.philosophy-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

/* STUDIO */
.about-studio-preview {
  position: relative;
  z-index: 2;
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto 100px;
  text-align: center;
}

.about-studio-preview span{
display: block;
  margin-bottom: 28px !important;
  text-align: center;
  font-size: 20px !important;
}

.studio-preview-grid {
  margin-top: 40px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.studio-preview-grid img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  border-radius: 24px;
  box-shadow: 0 25px 60px rgba(80,45,22,.12);
}

/* FOOTER */
.footer {
  width: 100%;
  padding: 70px 0 25px;
  background: linear-gradient(180deg, #fffdfb 0%, #fff7f1 100%);
  border-top: 2px solid rgba(183, 14, 23, 0.18);
  box-shadow: 0 -25px 60px rgba(130, 52, 24, 0.08);
  position: relative;
}

.footer-container {
  width: min(1200px, calc(100% - 40px));
  margin: auto;
  display: grid;
  grid-template-columns: 1.4fr .8fr .9fr 1fr;
  gap: 45px;
}

.footer-logo-box {
  display: flex;
  align-items: center;
  gap: 14px;
  text-decoration: none;
  margin-bottom: 20px;
}

.footer-logo-box img {
  width: 90px;
  height: 90px;
  object-fit: contain;
}

.footer-logo-box h2 {
  color: #9f0d16;
  font-size: 30px;
}

.footer-logo-box span {
  font-size: 12px;
  letter-spacing: 2px;
  color: #222;
}

.footer-brand p {
  max-width: 260px;
  color: #333;
  font-weight: 500;
  line-height: 1.9;
  font-size: 15px;
}

.footer h3 {
  margin-bottom: 18px;
  color: #111;
  font-size: 18px;
}

.footer-links a {
  display: block;
  text-decoration: none;
  color: #222;
  font-weight: 500;
  margin-bottom: 9px;
  font-size: 16px !important;
}

.social-wrapper {
  display: flex;
  gap: 14px;
  margin-top: 22px;
  padding: 0;
}

.social-icon {
  position: relative;
  list-style: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #fff;
  border: 1px solid rgba(183,14,23,.18);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 10px 25px rgba(130,52,24,.08);
  transition: .35s;
}

.social-icon a {
  color: #b70e17;
  font-size: 20px;
}

.social-icon:hover {
  transform: translateY(-8px);
}

.tooltip {
  position: absolute;
  top: -46px;
  background: #b70e17;
  color: #fff;
  padding: 8px 13px;
  border-radius: 10px;
  font-size: 13px;
  opacity: 0;
  visibility: hidden;
  transition: .3s;
}

.social-icon:hover .tooltip {
  opacity: 1;
  visibility: visible;
}

.instagram:hover { background: #E1306C; }
.tiktok:hover { background: #111; }
.facebook:hover { background: #1877F2; }
.whatsapp:hover { background: #25D366; }

.social-icon:hover a {
  color: #fff;
}

.footer-bottom {
  grid-column: 1 / -1;
  text-align: center;
  padding-top: 24px;
  margin-top: 20px;
  border-top: 1px solid rgba(183,14,23,.10);
  color: #333;
  font-size: 14px;
}

/* RESPONSIVE */
@media (max-width: 1100px) {
  .site-header {
    height: auto;
    grid-template-columns: 1fr;
    text-align: center;
    padding: 24px;
  }

  .logo,
  .main-nav {
    justify-content: center;
    flex-wrap: wrap;
  }

  .header-btn {
    margin: auto;
  }
}

@media (max-width: 950px) {
  .about-hero,
  .about-main,
  .about-philosophy {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .title-line {
    justify-content: center;
  }

  .about-hero-text p {
    margin: auto;
  }

  .footer-container {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .footer-logo-box,
  .social-wrapper {
    justify-content: center;
  }

  .footer-brand p {
    margin: auto;
  }
}

@media (max-width: 600px) {
  .logo h1 {
    font-size: 30px;
  }

  .logo img {
    width: 70px;
    height: 70px;
  }

  .about-hero {
    padding-top: 45px;
  }

  .about-hero-text h2 {
    font-size: 42px;
  }

  .about-hero-image img {
    height: 420px;
  }

  .about-icons {
    grid-template-columns: 1fr;
  }

  .philosophy-text {
    padding: 38px 26px;
  }

  .studio-preview-grid {
    grid-template-columns: 1fr;
  }
}

/* =========================
   FINAL RESPONSIVE ÜBER MICH
========================= */

html,
body {
  width: 100%;
  overflow-x: hidden !important;
}

img {
  max-width: 100%;
  height: auto;
}

/* Tablet */
@media (max-width: 1100px) {

  .page-wrapper {
    width: calc(100% - 24px) !important;
    margin: 12px auto !important;
    border-radius: 26px !important;
  }

  .site-header {
    display: flex !important;
    flex-direction: column !important;
    height: auto !important;
    min-height: auto !important;
    padding: 24px 18px !important;
    gap: 22px !important;
    text-align: center !important;
  }

  .logo {
    justify-content: center !important;
    text-align: center !important;
  }

  .logo img {
    width: 82px !important;
    height: 82px !important;
  }

  .logo h1 {
    font-size: 38px !important;
    white-space: normal !important;
  }

  .main-nav {
    width: 100% !important;
    max-width: 100% !important;
    flex-wrap: wrap !important;
    justify-content: center !important;
    margin: 0 !important;
  }

  .about-hero,
  .about-main,
  .about-philosophy {
    grid-template-columns: 1fr !important;
    width: calc(100% - 32px) !important;
    gap: 48px !important;
    text-align: center !important;
  }

  .title-line {
    justify-content: center !important;
  }

  .about-hero-text p,
  .about-main-text p,
  .philosophy-text p {
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .about-hero-image img,
  .about-main-image img {
    max-width: 460px !important;
    width: 100% !important;
  }

  .about-philosophy {
    overflow: hidden !important;
  }

  .philosophy-image img {
    height: 420px !important;
  }

  .studio-preview-grid {
    grid-template-columns: repeat(2, 1fr) !important;
  }

  .footer-container {
    grid-template-columns: 1fr 1fr !important;
    text-align: center !important;
  }

  .footer-logo-box,
  .social-wrapper {
    justify-content: center !important;
  }

  .footer-brand p {
    margin: auto !important;
  }

}

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

  .page-wrapper {
    width: calc(100% - 12px) !important;
    margin: 6px auto !important;
    border-radius: 20px !important;
  }

  .site-header {
    padding: 20px 12px !important;
  }

  .logo {
    flex-direction: column !important;
    gap: 8px !important;
  }

  .logo img {
    width: 72px !important;
    height: 72px !important;
  }

  .logo h1 {
    font-size: 32px !important;
    line-height: 1 !important;
  }

  .logo span {
    letter-spacing: 2px !important;
  }

  .main-nav {
    flex-direction: column !important;
    border-radius: 24px !important;
    padding: 12px !important;
    gap: 8px !important;
    background: #fff !important;
  }

  .main-nav a {
    width: 100% !important;
    text-align: center !important;
    padding: 13px 16px !important;
  }

  .about-hero {
    padding: 45px 0 60px !important;
  }

  .about-hero,
  .about-main,
  .about-philosophy,
  .about-studio-preview {
    width: calc(100% - 24px) !important;
  }

  .about-hero-text span,
  .philosophy-text span,
  .about-studio-preview > span,
  .small-label {
    font-size: 15px !important;
    letter-spacing: 2px !important;
  }

  .about-hero-text h2,
  .about-main-text h2,
  .philosophy-text h2,
  .about-studio-preview h2 {
    font-size: 34px !important;
    line-height: 1.15 !important;
  }

  .about-hero-text h2 span {
    font-size: 34px !important;
  }

  .about-hero-text p,
  .about-main-text p,
  .philosophy-text p {
    font-size: 16px !important;
    line-height: 1.8 !important;
  }

  .about-hero-image img {
    height: auto !important;
    max-height: 430px !important;
    object-fit: cover !important;
    border-radius: 120px 120px 24px 24px !important;
  }

  .about-main {
    margin-bottom: 60px !important;
  }

  .about-main-image img {
    height: 320px !important;
    border-radius: 24px !important;
  }

  .about-icons {
    grid-template-columns: 1fr !important;
    gap: 14px !important;
  }

  .philosophy-text {
    padding: 34px 22px !important;
  }

  .philosophy-text ul {
    text-align: left !important;
  }

  .philosophy-image img {
    height: 300px !important;
  }

  .studio-preview-grid {
    grid-template-columns: 1fr !important;
    gap: 16px !important;
  }

  .studio-preview-grid img {
    height: 240px !important;
  }

  .footer {
    padding: 50px 18px 25px !important;
  }

  .footer-container {
    grid-template-columns: 1fr !important;
    text-align: center !important;
    gap: 34px !important;
  }
}