
* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: 'Cormorant Garamond', Georgia, serif;
  background: #f7f4ef;
  color: #333333;
}
.logo img {
  height: 100px;
  display: block;
  border-radius: 20px;
}

.nav {
  position: fixed;
  top: 0;
  width: 100%;
  padding: 22px 7vw;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: rgba(247, 244, 239, 0.86);
  backdrop-filter: blur(10px);
  z-index: 10;
}

.logo {
  font-weight: 700;
  text-decoration: none;
  color: #171717;
}

.nav nav {
  display: flex;
  gap: 24px;
}

.nav a {
  color: #171717;
  text-decoration: none;
  font-size: 15px;
}

.hero {
  min-height: 100vh;
  padding: 140px 7vw 80px;
  display: flex;
  align-items: center;
}

.eyebrow {
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 13px;
  margin-bottom: 24px;
}

h1 {
  font-size: clamp(52px, 9vw, 112px);
  line-height: 0.95;
  letter-spacing: -0.06em;
  margin: 0 0 36px;
  max-width: 980px;
}

.button,
button {
  display: inline-block;
  background: #171717;
  color: #fff;
  padding: 16px 24px;
  border-radius: 999px;
  text-decoration: none;
  border: 0;
  cursor: pointer;
  font-size: 16px;
}
.red-word {
  color: #2F5D50;
}
.problem {
  padding: 90px 7vw;
  font-size: clamp(28px, 5vw, 64px);
  line-height: 1;
  letter-spacing: -0.05em;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  background-color: #000;
  color: #fff;
}
.problem p {
  margin: 0;
}
.services {
  padding: 90px 7vw;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  align-items: start;
}

.services-header {
  grid-column: 1 / -1;
}

.services article {
  background: #fffaf2;
  border: 1px solid #ded8cf;
  border-radius: 28px;
  padding: 34px;
  min-height: 220px;
}

.services h2,
.about h2,
.cta h2 {
  font-size: clamp(34px, 5vw, 60px);
  line-height: 0.95;
  letter-spacing: -0.05em;
  margin: 0 0 20px;
}

.services p,
.about p {
  font-size: 20px;
  line-height: 1.35;
  margin: 0;
}

.about {
  padding: 120px 15vw;
  background: #f7f4ef;
}

.about-label {
  font-size: 12px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #a06b5b;
  margin-bottom: 60px;
}

.about-intro {
  max-width: 900px;
  margin-bottom: 90px;
}

.about-intro h2 {
  font-size: clamp(34px, 4vw, 56px);
  font-weight: 300;
  line-height: 1.05;
  margin: 0;
}

.about-intro span {
  color: #2F5D50;
  font-style: italic;
}

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

.about-columns article {
  border-left: 1px solid #ded8cf;
  padding-left: 40px;
}

.about-columns h3 {
  font-size: 12px;
  letter-spacing: 0.18em;
  color: #2F5D50;
  margin-bottom: 30px;
}

.about-columns p {
  font-size: 20px;
  line-height: 1.8;
  margin-bottom: 30px;
}

.about-columns strong {
  font-weight: 600;
  color: #171717;
}

blockquote {
  margin: 30px 0;
  padding-left: 18px;
  border-left: 3px solid #c44d2d;
  font-style: italic;
  font-size: 22px;
}
/* METHOD */

.method {
  padding: 90px 7vw;
}

.section-label {
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 13px;
  text-align: center;
  margin-bottom: 20px;
}

.method-top {
  text-align: center;
  margin-bottom: 50px;
}

.method-top h2 {
  font-size: clamp(34px, 5vw, 60px);
  line-height: 0.95;
  letter-spacing: -0.05em;
  margin: 0 0 16px;
}

.method-top p {
  font-size: 24px;
  margin: 0;
  opacity: 0.8;
}

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

.method-steps article {
  background: #fffaf2;
  border: 1px solid #ded8cf;
  border-radius: 28px;
  padding: 34px;
  min-height: 220px;
}

.method-steps span {
  display: block;
  font-size: 14px;
  letter-spacing: 0.1em;
  margin-bottom: 16px;
  opacity: 0.6;
}

.method-steps h3 {
  font-size: 32px;
  margin: 0 0 16px;
  line-height: 1;
}

.method-steps p {
  font-size: 20px;
  line-height: 1.35;
  margin: 0;
}

.cta {
  padding: 100px 7vw;
  background: #171717;
  color: #fff;
}

.cta form {
  max-width: 520px;
  margin-top: 30px;
}

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

.form-group label {
  display: block;
  margin-bottom: 6px;
  font-size: 13px;
  color: #aaa;
}

.cta input,
.cta textarea {
  width: 100%;
  padding: 12px 14px;
  border: 1px solid #2a2a2a;
  background: #111;
  color: #fff;
  font-size: 14px;
  border-radius: 4px;
  outline: none;
}

.cta input:focus,
.cta textarea:focus {
  border-color: #ffffff;
}

.cta textarea {
  min-height: 140px;
  resize: vertical;
  border-radius: 4px;
}

.cta button {
  margin-top: 10px;
  padding: 12px 16px;
  border: none;
  background: #fff;
  color: #111;
  font-size: 14px;
  cursor: pointer;
  border-radius: 4px;
}

@media (max-width: 800px) {
  .nav nav {
    display: none;
  }

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

  .hero {
    min-height: 88vh;
  }

  .cta form {
    flex-direction: column;
  }
}

@media (max-width: 800px) {
  .method-steps {
    grid-template-columns: 1fr;
  }
}
.footer {
  background: #2F5D50;
  color: #fff;
  padding: 70px 7vw 30px;
}

.footer-top {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 50px;
  margin-bottom: 50px;
}

.footer h3,
.footer h4 {
  margin-top: 0;
  margin-bottom: 16px;
}

.footer p {
  color: rgba(255,255,255,0.7);
  line-height: 1.6;
}

.footer a {
  display: block;
  color: rgba(255,255,255,0.7);
  text-decoration: none;
  margin-bottom: 10px;
}

.footer a:hover {
  color: #fff;
}

.footer-bottom {
  border-top: 1px solid rgba(255,255,255,0.15);
  padding-top: 20px;
}

.footer-bottom p {
  margin: 0;
  font-size: 14px;
}

@media (max-width: 800px) {
  .footer-top {
    grid-template-columns: 1fr;
    gap: 30px;
  }
}
@media (max-width: 800px) {
  .about {
    padding: 80px 7vw;
  }

  .about-columns {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .about-columns article {
    padding-left: 25px;
  }
}

.gallery-strip {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  padding: 0 7vw 90px;
}

.gallery-image {
  overflow: hidden;
  border-radius: 24px;
  height: 420px;
}

.gallery-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.8s ease;
}

.gallery-image:hover img {
  transform: scale(1.08);
}
@media (max-width: 800px) {
  .gallery-strip {
    grid-template-columns: 1fr;
  }

  .gallery-image {
    height: 280px;
  }
}
.gallery-image {
  transition: transform 0.4s ease;
}

.gallery-image:hover {
  transform: translateY(-8px);
}
.gallery-image:nth-child(2) img {
  object-position: left center;
}
