/* =====================================================
  INTERIØVE — INTERIOR DESIGN
===================================================== */

:root {
 --bg: #f5f0e9;
 --ivory: #fbf8f4;
 --white: #ffffff;

 --sand: #e8ddd0;
 --taupe: #b9a58e;
 --brown: #745f4c;
 --gold: #a78763;

 --deep: #2f2924;
 --text: #635b54;
 --muted: #91867c;

 --line: rgba(91, 75, 61, 0.14);

 --shadow:
   0 30px 90px rgba(60, 45, 35, 0.11);
}


/* RESET */

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

html {
 scroll-behavior: smooth;
}

body {
 font-family: "Inter", sans-serif;
 background: var(--bg);
 color: var(--text);
 overflow-x: hidden;
}

img {
 width: 100%;
 display: block;
 object-fit: cover;
}

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

h1,
h2,
h3 {
 font-family: "Cormorant Garamond", serif;
 font-weight: 500;
 color: var(--deep);
}

h1 em,
h2 em {
 color: var(--brown);
 font-weight: 400;
}


/* HEADER */

.header {
 height: 90px;

 position: sticky;
 top: 0;
 z-index: 1000;

 padding: 0 6%;

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

 background: rgba(251,248,244,0.95);
 backdrop-filter: blur(18px);

 border-bottom: 1px solid var(--line);
}

.logo,
.footer-logo {
 display: flex;
 flex-direction: column;
 align-items: center;
}

.logo strong,
.footer-logo strong {
 color: var(--deep);

 font-family: "Cormorant Garamond", serif;
 font-size: 29px;
 font-weight: 500;

 letter-spacing: 0.09em;
 line-height: 0.9;
}

.logo span,
.footer-logo span {
 margin-top: 7px;

 font-size: 7px;
 letter-spacing: 0.35em;
}

.desktop-nav {
 display: flex;
 gap: 34px;
}

.desktop-nav a {
 font-size: 10px;
 font-weight: 500;
}

.desktop-nav a:hover {
 color: var(--gold);
}

.header-btn,
.primary-btn {
 min-height: 48px;

 padding: 0 30px;

 display: inline-flex;
 align-items: center;
 justify-content: center;
 gap: 16px;

 background: var(--brown);
 color: white;

 border: 1px solid var(--brown);

 font-size: 9px;
 font-weight: 600;
 letter-spacing: 0.13em;

 transition: 0.3s ease;
}

.header-btn:hover,
.primary-btn:hover {
 background: var(--deep);
 border-color: var(--deep);

 transform: translateY(-2px);
}

.menu-toggle {
 display: none;

 width: 42px;
 height: 42px;

 border: 0;
 background: transparent;
}

.menu-toggle span {
 width: 24px;
 height: 1px;

 display: block;

 margin: 6px auto;

 background: var(--deep);
}

.mobile-menu {
 display: none;
}


/* GENERAL */

.eyebrow,
.section-label {
 margin-bottom: 20px;

 color: var(--gold);

 font-size: 9px;
 font-weight: 600;
 letter-spacing: 0.36em;
}

.text-link {
 padding-bottom: 5px;

 color: var(--brown);

 border-bottom: 1px solid var(--gold);

 font-size: 9px;
 font-weight: 600;
 letter-spacing: 0.13em;
}


/* HERO */

.hero {
 min-height: 710px;

 display: grid;
 grid-template-columns: 44% 56%;

 background: var(--ivory);
}

.hero-copy {
 padding: 105px 8% 55px 13%;

 display: flex;
 flex-direction: column;
 justify-content: center;
}

.hero h1 {
 max-width: 680px;

 font-size: clamp(62px, 6vw, 96px);
 line-height: 0.88;
 letter-spacing: -0.035em;
}

.hero-text {
 max-width: 500px;

 margin-top: 30px;

 font-size: 14px;
 line-height: 1.8;
}

.hero-copy .primary-btn {
 margin-top: 34px;
 align-self: flex-start;
}

.hero-stats {
 margin-top: 58px;

 display: grid;
 grid-template-columns: repeat(3,1fr);

 border-top: 1px solid var(--line);
}

.hero-stats div {
 padding: 25px 18px 0 0;
}

.hero-stats strong {
 display: block;

 margin-bottom: 8px;

 color: var(--deep);

 font-family: "Cormorant Garamond", serif;
 font-size: 42px;
 font-weight: 400;
}

.hero-stats span {
 font-size: 8px;
 letter-spacing: 0.1em;
 text-transform: uppercase;
}

.hero-image {
 min-height: 710px;

 position: relative;

 overflow: hidden;
}

.hero-image img {
 height: 100%;
}

.hero-script {
 position: absolute;

 right: 8%;
 bottom: 10%;

 color: white;

 font-family: "Cormorant Garamond", serif;
 font-size: 37px;
 font-style: italic;
 line-height: 1;
}


/* SERVICES */

.services {
 min-height: 750px;

 display: grid;
 grid-template-columns: 34% 66%;

 background: white;
}

.services-side {
 position: relative;

 padding: 80px 0 80px 7%;
}

.arched-image {
 height: 590px;

 overflow: hidden;

 border-radius: 180px 180px 0 0;
}

.arched-image img {
 height: 100%;
}

.side-words {
 position: absolute;

 left: 13%;
 top: 190px;

 display: flex;
 flex-direction: column;
 gap: 13px;

 color: white;

 font-family: "Cormorant Garamond", serif;
 font-size: 27px;
 letter-spacing: 0.04em;
}

.services-content {
 padding: 105px 7% 80px 7%;
}

.services-content h2 {
 max-width: 700px;

 font-size: 68px;
 line-height: 0.92;
}

.service-list {
 margin-top: 55px;

 display: grid;
 grid-template-columns: repeat(5,1fr);

 border-top: 1px solid var(--line);
}

.service-list article {
 min-height: 220px;

 padding: 28px 20px 20px 0;

 border-right: 1px solid var(--line);
}

.service-list article:last-child {
 border-right: 0;
}

.service-list article > span {
 color: var(--gold);

 font-family: "Cormorant Garamond", serif;
 font-size: 28px;
}

.service-list h3 {
 margin: 22px 0 12px;

 font-size: 23px;
 line-height: 1;
}

.service-list p {
 font-size: 10px;
 line-height: 1.7;
}


/* PROJECTS */

.projects {
 padding: 120px 7%;

 background: var(--bg);
}

.projects-heading {
 margin-bottom: 50px;

 display: flex;
 justify-content: space-between;
 align-items: flex-end;
}

.projects-heading h2 {
 font-size: 67px;
 line-height: 0.92;
}

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

.project-grid article {
 overflow: hidden;
}

.project-grid img {
 height: 390px;

 transition: transform 0.5s ease;
}

.project-grid article:hover img {
 transform: scale(1.025);
}

.project-grid article > span {
 display: block;

 margin-top: 20px;

 color: var(--gold);

 font-size: 8px;
 letter-spacing: 0.12em;
}

.project-grid h3 {
 margin-top: 7px;

 font-size: 28px;
}

.project-grid p {
 margin-top: 6px;

 font-size: 11px;
}


/* MATERIALS */

.materials {
 min-height: 520px;

 display: grid;
 grid-template-columns: 1fr 0.9fr 1fr;

 background: var(--sand);
}

.material-image img {
 height: 520px;
}

.material-copy {
 padding: 60px;

 display: flex;
 flex-direction: column;
 justify-content: center;

 text-align: center;
}

.material-copy h2 {
 font-size: 51px;
 line-height: 0.95;
}

.material-copy > p:not(.section-label) {
 margin-top: 25px;

 font-size: 12px;
 line-height: 1.8;
}


/* ABOUT */

.about {
 min-height: 680px;

 display: grid;
 grid-template-columns: 1fr 0.8fr 0.7fr;

 background: var(--ivory);
}

.about-image img {
 height: 680px;
}

.about-copy {
 padding: 90px 70px;

 display: flex;
 flex-direction: column;
 justify-content: center;
}

.about-copy h2 {
 font-size: 65px;
 line-height: 0.92;
}

.about-copy > p:not(.section-label) {
 margin: 28px 0 35px;

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

.about-copy .primary-btn {
 align-self: flex-start;
}

.about-detail {
 padding: 90px 50px;

 display: flex;
 flex-direction: column;
 justify-content: center;

 background: var(--sand);
}

.about-detail img {
 height: 330px;
}

.about-detail p {
 margin-top: 30px;

 font-family: "Cormorant Garamond", serif;
 font-size: 38px;
 line-height: 0.95;
}

.about-detail em {
 color: var(--brown);
}


/* SIGNATURE GRID */

.signature-grid {
 padding: 90px 5%;

 display: grid;
 grid-template-columns: repeat(4,1fr);
 gap: 16px;

 background: white;
}

.signature-card {
 min-height: 380px;

 overflow: hidden;
}

.signature-card img {
 height: 380px;
}

.signature-card.tall {
 transform: translateY(-35px);
}

.text-card {
 padding: 45px;

 display: flex;
 flex-direction: column;
 justify-content: center;

 background: var(--deep);
 color: white;
}

.text-card > span {
 color: var(--gold);

 font-size: 8px;
 letter-spacing: 0.35em;
}

.text-card h2 {
 margin-top: 22px;

 color: white;

 font-size: 47px;
 line-height: 0.95;
}

.text-card h2 em {
 color: #cfbca6;
}


/* TESTIMONIAL */

.testimonial {
 min-height: 390px;

 display: grid;
 grid-template-columns: 0.55fr 1.2fr 0.35fr;

 background: var(--bg);
}

.testimonial-side img {
 height: 390px;
}

.testimonial-content {
 padding: 65px;

 display: flex;
 flex-direction: column;
 justify-content: center;
}

.testimonial-content blockquote {
 max-width: 780px;

 color: var(--deep);

 font-family: "Cormorant Garamond", serif;
 font-size: 38px;
 line-height: 1.1;
}

.testimonial-content > span {
 margin-top: 25px;

 color: var(--muted);

 font-size: 10px;
}

.testimonial-counter {
 padding: 60px 30px;

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

 color: var(--gold);

 font-family: "Cormorant Garamond", serif;
 font-size: 28px;
}


/* CTA */

.cta {
 min-height: 470px;

 display: grid;
 grid-template-columns: 0.8fr 1.2fr;

 background: var(--sand);
}

.cta-decoration img {
 height: 470px;
}

.cta-content {
 padding: 70px 8%;

 display: flex;
 flex-direction: column;
 justify-content: center;
}

.cta-content h2 {
 font-size: 65px;
 line-height: 0.92;
}

.cta-content > p:not(.section-label) {
 max-width: 520px;

 margin: 26px 0 32px;

 line-height: 1.8;
}

.cta-content .primary-btn {
 align-self: flex-start;
}


/* FOOTER */

.footer {
 padding: 55px 7% 25px;

 background: var(--ivory);
}

.footer-top {
 padding-bottom: 35px;

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

 border-bottom: 1px solid var(--line);
}

.footer-top nav,
.socials {
 display: flex;
 gap: 25px;
}

.footer-top nav a,
.socials a {
 font-size: 10px;
}

.footer-bottom {
 padding-top: 25px;

 display: flex;
 justify-content: space-between;

 color: var(--muted);

 font-size: 9px;
}

.footer-bottom div {
 display: flex;
 gap: 25px;
}


/* RESPONSIVE */

@media (max-width: 1150px) {

 .desktop-nav,
 .header-btn {
   display: none;
 }

 .menu-toggle {
   display: block;
 }

 .mobile-menu {
   position: fixed;

   top: 90px;
   left: 0;
   right: 0;

   z-index: 999;

   padding: 30px 6%;

   display: flex;
   flex-direction: column;
   gap: 18px;

   background: var(--ivory);

   transform: translateY(-140%);
   opacity: 0;

   transition: 0.35s ease;
 }

 .mobile-menu.open {
   transform: translateY(0);
   opacity: 1;
 }

 .mobile-menu a {
   padding-bottom: 14px;

   border-bottom: 1px solid var(--line);

   font-family: "Cormorant Garamond", serif;
   font-size: 24px;
 }

 .hero {
   grid-template-columns: 1fr;
 }

 .hero-image {
   min-height: 600px;
 }

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

 .services-side {
   padding: 80px 7% 0;
 }

 .arched-image {
   height: 550px;
 }

 .services-content {
   padding-top: 80px;
 }

 .service-list {
   grid-template-columns: repeat(3,1fr);
 }

 .projects-heading {
   flex-direction: column;
   align-items: flex-start;
   gap: 30px;
 }

 .materials {
   grid-template-columns: 1fr 1fr;
 }

 .material-copy {
   grid-column: 1 / -1;
   grid-row: 1;
   min-height: 330px;
 }

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

 .about-copy {
   grid-column: 1 / -1;
 }

 .signature-grid {
   grid-template-columns: 1fr 1fr;
 }

 .testimonial {
   grid-template-columns: 0.7fr 1.3fr;
 }

 .testimonial-counter {
   grid-column: 1 / -1;
   padding: 25px;
 }
}


@media (max-width: 720px) {

 .header {
   height: 76px;
   padding: 0 22px;
 }

 .mobile-menu {
   top: 76px;
 }

 .logo strong {
   font-size: 24px;
 }

 .hero-copy {
   padding: 75px 25px 50px;
 }

 .hero h1 {
   font-size: 56px;
 }

 .hero-stats {
   grid-template-columns: 1fr;
 }

 .hero-stats div {
   padding: 20px 0;

   border-bottom: 1px solid var(--line);
 }

 .hero-image {
   min-height: 500px;
 }

 .services-side {
   padding: 70px 25px 0;
 }

 .arched-image {
   height: 500px;
 }

 .side-words {
   left: 45px;
 }

 .services-content {
   padding: 70px 25px;
 }

 .services-content h2,
 .projects-heading h2,
 .about-copy h2,
 .cta-content h2 {
   font-size: 48px;
 }

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

 .service-list article {
   border-right: 0;
   border-bottom: 1px solid var(--line);
 }

 .projects {
   padding: 85px 25px;
 }

 .project-grid {
   grid-template-columns: 1fr;
 }

 .project-grid img {
   height: 420px;
 }

 .materials {
   grid-template-columns: 1fr;
 }

 .material-copy {
   grid-column: auto;
   grid-row: auto;
 }

 .material-image img {
   height: 410px;
 }

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

 .about-image img {
   height: 500px;
 }

 .about-copy {
   grid-column: auto;
   padding: 70px 25px;
 }

 .about-detail {
   padding: 70px 25px;
 }

 .signature-grid {
   grid-template-columns: 1fr;
   padding: 60px 25px;
 }

 .signature-card.tall {
   transform: none;
 }

 .testimonial {
   grid-template-columns: 1fr;
 }

 .testimonial-side img {
   height: 350px;
 }

 .testimonial-content {
   padding: 60px 25px;
 }

 .testimonial-content blockquote {
   font-size: 33px;
 }

 .cta {
   grid-template-columns: 1fr;
 }

 .cta-decoration img {
   height: 390px;
 }

 .cta-content {
   padding: 65px 25px;
 }

 .footer-top,
 .footer-bottom {
   flex-direction: column;
   align-items: flex-start;
   gap: 30px;
 }

 .footer-top nav,
 .footer-bottom div {
   flex-wrap: wrap;
 }
}