:root {
    --olive: #91a574;
    --deep: #24330f;
    --ink: #17200d;
    --paper: #fff;
    --soft: #f4f5ef;
    --line: #e6e8de;
    --muted: #777d70
}

* {
    box-sizing: border-box
}

html {
    scroll-behavior: smooth
}

body {
    margin: 0;
    background: #fff;
    color: var(--ink);
    font-family: "DM Sans", sans-serif
}

a {
    text-decoration: none;
    color: inherit
}

.header {
    height: 82px;
    padding: 0 5vw;
    display: flex;
    align-items: center;
    gap: 34px;
    position: relative;
    z-index: 3;
    background: #fff
}

.logo {
    font: 800 17px Manrope, sans-serif;
    letter-spacing: -.04em;
    display: flex;
    flex-direction: column;
    line-height: .82
}

.logo span {
    font: 600 7px DM Sans;
    letter-spacing: .25em;
    margin-left: 1px;
    margin-top: 5px
}

.header nav {
    display: flex;
    gap: 28px;
    margin-left: auto;
    font-size: 12px
}

.header nav a:hover {
    opacity: .55
}

.btn {
    border: 0;
    border-radius: 14px;
    padding: 15px 24px;
    font: 700 12px "DM Sans";
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center
}

.btn-dark {
    background: var(--deep);
    color: #fff
}

.btn-light {
    background: #fff;
    color: var(--deep)
}

.btn-outline {
    border: 1px solid #aab19e;
    background: #fff;
    color: var(--deep)
}

.btn-small {
    padding: 12px 18px
}

.menu {
    display: none;
    border: 0;
    background: none;
    font-size: 22px
}

.hero {
    margin: 0 5vw;
    background: var(--olive);
    min-height: 535px;
    display: grid;
    grid-template-columns: 1fr 42%;
    overflow: hidden;
    position: relative
}

.hero:before {
    content: "";
    position: absolute;
    width: 430px;
    height: 430px;
    border: 1px solid rgba(255, 255, 255, .28);
    border-radius: 50%;
    left: -120px;
    top: -250px
}

.hero-copy {
    padding: 105px 8vw 70px 10%;
    position: relative;
    z-index: 1
}

.eyebrow {
    font-size: 10px;
    font-weight: 700;
    letter-spacing: .16em;
    text-transform: uppercase;
    margin-bottom: 18px;
    opacity: .65
}

.hero h1,
.page-head h1 {
    font: 800 clamp(42px, 5vw, 72px)/.98 Manrope;
    margin: 0 0 25px;
    letter-spacing: -.055em
}

.hero p {
    max-width: 480px;
    color: #eef1e8;
    font-size: 15px;
    line-height: 1.65
}

.hero-image {
    margin: 50px 8% 0 0;
    height: 485px;
    background-size: cover;
    background-position: center;
    border-radius: 150px 150px 0 0
}

.searchbox {
    background: #fff;
    border: 7px solid #fff;
    border-radius: 18px;
    display: flex;
    max-width: 520px;
    margin-top: 35px;
    overflow: hidden
}

.searchbox input {
    border: 0;
    outline: 0;
    flex: 1;
    padding: 14px 18px;
    font: 13px DM Sans
}

.section {
    padding: 115px 8vw;
    max-width: 1250px;
    margin: auto
}

.split {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 9vw;
    align-items: center
}

.shape-frame {
    position: relative;
    height: 430px
}

.shape-frame .shape {
    position: absolute;
    width: 45%;
    height: 58%;
    left: 0;
    top: 0;
    background: var(--olive)
}

.photo {
    background-size: cover;
    background-position: center
}

.shape-frame .photo {
    position: absolute;
    width: 72%;
    height: 72%;
    left: 13%;
    top: 12%;
    z-index: 1
}

.section-copy h2,
.cta h2 {
    font: 800 clamp(32px, 4vw, 52px)/1.03 Manrope;
    letter-spacing: -.045em;
    margin: 0 0 20px
}

.section-copy p {
    color: var(--muted);
    max-width: 450px;
    line-height: 1.7
}

.round-arrow {
    display: flex;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: var(--olive);
    color: #fff;
    align-items: center;
    justify-content: center;
    margin-top: 28px;
    font-size: 20px
}

.reverse .shape-frame {
    order: 2
}

.shape-frame.right .shape {
    left: auto;
    right: 0;
    top: 0
}

.shape-frame.right .photo {
    left: auto;
    right: 13%;
    top: 12%
}

.services-band {
    background: var(--soft);
    padding: 80px 7vw;
    text-align: center
}

.service-grid {
    max-width: 1000px;
    margin: 38px auto 42px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px
}

.service-grid a {
    background: #fff;
    padding: 30px 18px;
    display: flex;
    flex-direction: column;
    gap: 9px;
    min-height: 170px;
    border-radius: 5px
}

.service-grid span {
    font-size: 27px
}

.service-grid b {
    font: 700 13px Manrope
}

.service-grid small {
    color: #858a7e;
    font-size: 11px;
    line-height: 1.5
}

.cta {
    max-width: 1250px;
    margin: auto;
    padding: 100px 8vw;
    display: flex;
    justify-content: space-between;
    align-items: center
}

.footer {
    background: #f5f6f1;
    padding: 70px 8vw;
    display: grid;
    grid-template-columns: 2fr 1fr 1fr;
    gap: 40px;
    color: #73786d;
    font-size: 12px
}

.footer>div {
    display: flex;
    flex-direction: column;
    gap: 10px
}

.footer .logo {
    color: var(--ink);
    margin-bottom: 8px
}

.inner {
    max-width: 1250px;
    margin: auto;
    padding: 35px 6vw 100px
}

.breadcrumbs {
    font-size: 11px;
    color: #999;
    margin-bottom: 75px
}

.page-head {
    display: grid;
    grid-template-columns: 1fr;
    max-width: 850px;
    margin-bottom: 70px
}

.page-head h1 {
    font-size: clamp(48px, 7vw, 82px)
}

.page-head p {
    font-size: 16px;
    line-height: 1.7;
    color: var(--muted);
    max-width: 650px
}

.studio-intro {
    display: grid;
    grid-template-columns: 1.5fr 1fr;
    gap: 50px;
    align-items: center
}

.large-photo {
    height: 520px
}

.facts {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px
}

.facts div {
    border-top: 1px solid var(--line);
    padding-top: 18px
}

.facts b {
    display: block;
    font: 700 30px Manrope
}

.facts span {
    color: var(--muted);
    font-size: 11px
}

.gallery {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 12px;
    margin-top: 80px
}

.gallery .photo {
    height: 230px
}

.quote {
    max-width: 800px;
    margin: 100px auto 20px;
    text-align: center
}

.quote p {
    font: 700 30px/1.3 Manrope;
    letter-spacing: -.03em
}

.service-list article {
    display: grid;
    grid-template-columns: 50px 1fr 35%;
    gap: 30px;
    align-items: center;
    border-top: 1px solid var(--line);
    padding: 45px 0
}

.service-list article>span {
    font: 700 12px Manrope;
    color: var(--olive)
}

.service-list h2 {
    font: 800 35px Manrope;
    margin: 0 0 10px
}

.service-list p {
    color: var(--muted);
    line-height: 1.65;
    max-width: 500px
}

.service-list .photo {
    height: 220px
}

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

.portfolio-item {
    height: 300px;
    background-size: cover;
    background-position: center;
    position: relative
}

.portfolio-item.tall {
    height: 480px
}

.portfolio-item span {
    position: absolute;
    left: 18px;
    bottom: 18px;
    color: #fff;
    font-size: 11px;
    letter-spacing: .08em;
    background: rgba(0, 0, 0, .35);
    padding: 8px 10px
}

.about-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 9vw;
    align-items: center
}

.about-grid .photo {
    height: 550px
}

.about-grid h2 {
    font: 800 45px Manrope;
    letter-spacing: -.04em
}

.about-grid p {
    line-height: 1.8;
    color: var(--muted);
    max-width: 500px
}

.contact-grid {
    display: grid;
    grid-template-columns: 1.2fr .8fr;
    gap: 10vw
}

.contact-form {
    display: flex;
    flex-direction: column;
    gap: 20px
}

.contact-form label {
    font-size: 11px;
    color: var(--muted);
    display: flex;
    flex-direction: column;
    gap: 8px
}

.contact-form input,
.contact-form textarea,
.contact-form select {
    font: 14px DM Sans;
    padding: 15px;
    border: 1px solid var(--line);
    background: #fafbf8;
    outline: none
}

.contact-form input:focus,
.contact-form textarea:focus,
.contact-form select:focus {
    border-color: var(--olive)
}

.contact-form button {
    align-self: flex-start
}

.contact-info {
    display: flex;
    flex-direction: column;
    gap: 45px
}

.contact-info b {
    font: 700 15px Manrope
}

.contact-info p {
    color: var(--muted);
    line-height: 1.7
}

.legal {
    max-width: 820px
}

.legal h2 {
    font: 800 23px Manrope;
    margin: 50px 0 14px
}

.legal p {
    line-height: 1.8;
    color: #646a60
}

.notice {
    background: var(--soft);
    padding: 20px;
    border-left: 3px solid var(--olive);
    font-size: 12px
}

.cookie-actions {
    display: flex;
    gap: 12px;
    margin-top: 35px
}

.form-note {
    font-size: 12px;
    color: var(--olive)
}

.image-a {
    background-image: url("https://images.unsplash.com/photo-1606986628253-6fdb2d3b5f5a?auto=format&fit=crop&w=1200&q=80")
}

.image-b {
    background-image: url("https://images.unsplash.com/photo-1554080353-a576cf803bda?auto=format&fit=crop&w=1200&q=80")
}

.image-c {
    background-image: url("https://images.unsplash.com/photo-1516035069371-29a1b244cc32?auto=format&fit=crop&w=1200&q=80")
}

.image-d {
    background-image: url("https://images.unsplash.com/photo-1603899122634-f086ca5f5ddd?auto=format&fit=crop&w=1200&q=80")
}

.image-e {
    background-image: url("https://images.unsplash.com/photo-1483985988355-763728e1935b?auto=format&fit=crop&w=1200&q=80")
}

.image-f {
    background-image: url("https://images.unsplash.com/photo-1556761175-b413da4baf72?auto=format&fit=crop&w=1200&q=80")
}

@media(max-width:800px) {
    .header {
        height: 70px;
        padding: 0 5vw
    }

    .header nav,
    .header>.btn {
        display: none
    }

    .menu {
        display: block;
        margin-left: auto
    }

    .hero {
        margin: 0;
        display: flex;
        flex-direction: column;
        min-height: auto
    }

    .hero-copy {
        padding: 70px 7vw 45px
    }

    .hero-image {
        margin: 0 7vw;
        height: 370px
    }

    .searchbox {
        width: 100%
    }

    .section {
        padding: 75px 7vw
    }

    .split,
    .studio-intro,
    .about-grid,
    .contact-grid {
        grid-template-columns: 1fr;
        gap: 45px
    }

    .reverse .shape-frame {
        order: 0
    }

    .shape-frame {
        height: 350px
    }

    .service-grid {
        grid-template-columns: 1fr 1fr
    }

    .service-grid a {
        min-height: 145px
    }

    .cta {
        padding: 75px 7vw;
        display: block
    }

    .cta .btn {
        margin-top: 30px
    }

    .footer {
        grid-template-columns: 1fr 1fr;
        padding: 55px 7vw
    }

    .footer>div:first-child {
        grid-column: 1/-1
    }

    .inner {
        padding: 30px 7vw 70px
    }

    .breadcrumbs {
        margin-bottom: 55px
    }

    .page-head {
        margin-bottom: 50px
    }

    .studio-intro .large-photo {
        height: 400px
    }

    .gallery {
        grid-template-columns: 1fr 1fr
    }

    .service-list article {
        grid-template-columns: 35px 1fr
    }

    .service-list .photo {
        grid-column: 2;
        height: 260px
    }

    .portfolio-grid {
        grid-template-columns: 1fr 1fr
    }

    .portfolio-item,
    .portfolio-item.tall {
        height: 330px
    }

    .quote p {
        font-size: 24px
    }

    .cookie-actions {
        flex-direction: column
    }
}

@media(max-width:480px) {

    .hero h1,
    .page-head h1 {
        font-size: 44px
    }

    .service-grid,
    .portfolio-grid,
    .gallery {
        grid-template-columns: 1fr
    }

    .facts {
        gap: 20px
    }

    .footer {
        grid-template-columns: 1fr
    }

    .footer>div:first-child {
        grid-column: auto
    }

    .searchbox {
        display: block;
        border-width: 5px
    }

    .searchbox input {
        width: 100%;
        padding: 15px
    }

    .searchbox .btn {
        width: 100%;
        border-radius: 10px
    }
}
/* =========================
   COOKIE BANNER
========================= */

#cookie-banner {
  position: fixed;
  left: 24px;
  bottom: 24px;

  width: min(520px, calc(100% - 48px));

  background: #ffffff;
  border: 1px solid #e6e8de;

  padding: 24px;

  box-shadow:
    0 20px 60px rgba(23, 32, 13, 0.14);

  z-index: 9999;

  opacity: 0;
  transform: translateY(30px);

  transition:
    opacity 0.4s ease,
    transform 0.4s ease;
}

#cookie-banner.cookie-banner--visible {
  opacity: 1;
  transform: translateY(0);
}

.cookie-banner__content {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.cookie-banner__text h3 {
  margin: 0 0 10px;

  font-family: "Manrope", sans-serif;
  font-size: 20px;
  font-weight: 800;

  color: #17200d;
}

.cookie-banner__text p {
  margin: 0 0 12px;

  color: #777d70;

  font-size: 13px;
  line-height: 1.7;
}

.cookie-banner__text a {
  font-size: 12px;
  font-weight: 700;

  color: #24330f;

  text-decoration: underline;
  text-underline-offset: 3px;
}

.cookie-banner__actions {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.cookie-btn {
  border: none;

  padding: 13px 18px;

  font-family: "DM Sans", sans-serif;
  font-size: 12px;
  font-weight: 700;

  cursor: pointer;

  transition: 0.2s ease;
}

.cookie-btn--accept {
  background: #24330f;
  color: #ffffff;
}

.cookie-btn--accept:hover {
  opacity: 0.85;
}

.cookie-btn--reject {
  background: #f4f5ef;
  color: #24330f;

  border: 1px solid #e6e8de;
}

.cookie-btn--reject:hover {
  background: #e9ebe3;
}

@media (max-width: 600px) {
  #cookie-banner {
    left: 15px;
    bottom: 15px;

    width: calc(100% - 30px);

    padding: 20px;
  }

  .cookie-banner__actions {
    flex-direction: column;
  }

  .cookie-btn {
    width: 100%;
  }
}