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

body {
font-family: 'Montserrat', sans-serif;
background: #F7F4ED;
color: #4A3B32;
line-height: 1.6;
}

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

/* NAV */
nav {
display: flex;
justify-content: space-between;
align-items: center;
padding: 20px 8%;
background: white;
}

.logo {
font-family: 'DM Serif Display', serif;
font-size: 2rem;
color: #5F6F52;
}

nav ul {
display: flex;
gap: 25px;
list-style: none;
}

nav a {
text-decoration: none;
color: #4A3B32;
}

/* HERO */
.hero {
min-height: 70vh;
display: flex;
align-items: center;
justify-content: center;
text-align: center;
padding: 60px 8%;
flex-wrap: wrap;
}

/* HERO IMAGE */
.hero-image {
width: 100%;
max-width: 100%;
}

.hero-image img {
width: 100%;
max-width: 100%;
height: auto;
display: block;
object-fit: cover;
border-radius: 12px;
}

/* SECTIONS */
section {
padding: 80px 8%;
}

h2 {
font-family: 'DM Serif Display', serif;
margin-bottom: 25px;
color: #5F6F52;
}

/* SERVICES */
.services-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
gap: 20px;
}
/* SERVICES SECTION */
#services {
    background: #EFE1D8;
}

.card {
background: white;
padding: 25px;
border-radius: 12px;
display: flex;
flex-direction: column;
gap: 10px;
}

/* FOUNDER */
.founder-card {
display: flex;
gap: 30px;
background: white;
padding: 30px;
border-radius: 12px;
}

.founder-img {
width: 250px;
height: 300px;
object-fit: cover;
border-radius: 12px;
}

/* CONTACT GRID */
.contact-grid {
display: flex;
gap: 40px;
}

.contact-box,
.location-box {
flex: 1;
}

/* FORM */
form {
display: flex;
flex-direction: column;
gap: 12px;
margin-top: 20px;
}

input,
textarea {
padding: 12px;
border: 1px solid #ddd;
border-radius: 8px;
}

button {
background: #5F6F52;
color: white;
padding: 14px;
border: none;
border-radius: 8px;
cursor: pointer;
}

/* VISIT US IMAGES */
.door-gallery img {
width: 100%;
height: 150px;
object-fit: cover;
border-radius: 12px;
display: block;
}

/* MAP */
.map-preview-clean {
width: 100%;
height: 220px;
display: block;
border-radius: 12px;
overflow: hidden;
text-decoration: none;
}

/* ABOUT + FOUNDER */
#about,
#founder {
background: #5F6F52;
color: white;
}

#about h2,
#founder h2 {
color: white;
}

#founder .founder-card {
background: rgba(255,255,255,0.95);
color: #4A3B32;
}

/* COMMUNITY */
#community {
    text-align: center;
    background: #EFE1D8;
}
#community h2 {
    color: #4A3B32;
}

#community p {
max-width: 700px;
margin: 0 auto 30px;
}

#community form {
max-width: 500px;
margin: 0 auto;
}

/* FOOTER */
footer {
text-align: center;
padding: 30px;
background: #5F6F52;
color: white;
margin-top: 60px;
}
.about-card {
    background: rgba(255,255,255,0.95);
    color: #4A3B32;
    padding: 35px;
    border-radius: 12px;
    max-width: 1100px;
    margin: 0 auto;
}

.about-card p {
    margin-bottom: 22px;
    line-height: 1.9;
}

.about-card p:last-child {
    margin-bottom: 0;
}

/* MOBILE */
@media (max-width: 768px) {
.hero h1 {
    font-size: 2.2rem;
}

nav {
    flex-direction: column;
    gap: 15px;
}

nav ul {
    flex-wrap: wrap;
    justify-content: center;
}

.founder-card {
    flex-direction: column;
}
.founder-img {
    display: block;
    margin: 0 auto 25px auto;
}
.contact-grid {
    flex-direction: column;
}

.hero-image img {
    width: 100%;
    height: auto;
}
.location-box {
    padding-top: 0 !important;
}
    .founder-card {
        text-align: center;
}

    .founder-card h3 {
        text-align: center;
}
 .partners-list {
    columns: 1 !important;
    column-count: 1 !important;
    column-gap: 0 !important;
}

}

/* GLOBAL IMAGE */
img {
max-width: 100%;
height: auto;
}

.card-link {
text-decoration: none;
color: inherit;
display: block;
}

.card-link .card {
cursor: pointer;
}

/* =========================
ÀNTACHI EXPERIENCES LIST
========================= */

.service-list {
margin-top: 10px;
padding-left: 20px;
}

.service-list li {
margin-bottom: 6px;
}

/* =========================
WORK WITH US SECTION
========================= */

#partners {
background: #F7F4ED;
}

.partners-list {
    columns: 2;
    column-gap: 60px;
    margin: 25px 0;
    padding-left: 20px;
}

.partners-list li {
    margin-bottom: 12px;
    break-inside: avoid;
}

.partners-card {
    background: rgba(255,255,255,0.95);
    padding: 35px;
    border-radius: 12px;
    color: #4A3B32;
    max-width: 1100px;
    margin: 0 auto;
}

.partners-card p:last-child {
    margin-top: 25px;
    margin-bottom: 0;
}

/* =========================
FOUNDER READABILITY
========================= */

.founder-card p {
margin-bottom: 16px;
}

/* =========================
LINK FIXES
========================= */

.card-link,
.card-link:visited,
.card-link:hover,
.card-link:active {
color: inherit;
text-decoration: none;
}

.contact-details a,
.contact-details a:visited {
color: #4A3B32;
text-decoration: none;
}

.contact-details a:hover {
color: #5F6F52;
}
/* =========================
STATUS BADGES
========================= */

.status {
display: inline-block;
margin-top: 10px;
padding: 6px 12px;
border-radius: 20px;
font-size: 0.85rem;
font-weight: 600;
}

.status.live {
background: #5F6F52;
color: white;
}

.status.soon {
background: #D8D1C4;
color: #4A3B32;
}
.linkedin-button {
    display: inline-block;
    margin-top: 15px;
    background: #5F6F52;
    color: white;
    padding: 12px 20px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 600;
}

.linkedin-button:hover {
    opacity: 0.9;
}

.linkedin-link {
    color: #5F6F52;
    font-weight: 600;
    text-decoration: none;
}

.linkedin-link:hover {
    text-decoration: underline;
}

.form-heading {
    border-top: 1px solid #D8D1C4;
    padding-top: 25px;
    margin-top: 25px;
    margin-bottom: 8px;
    color: #5F6F52;
    font-family: 'DM Serif Display', serif;
}

.linkedin-card img {
    width: 65px;
    height: 65px;
    border-radius: 50%;
    object-fit: cover;
    flex-shrink: 0;
}

.linkedin-card a {
    display: flex;
    align-items: center;
    gap: 15px;
    text-decoration: none;
    color: #4A3B32;
}

.linkedin-card {
    margin-top: 15px;
    margin-bottom: 25px;
}

.linkedin-card h4 {
    margin: 0 0 4px 0;
    color: #4A3B32;
}

.linkedin-card p {
    margin: 0 0 4px 0;
    font-size: 0.95rem;
}

.linkedin-card span {
    color: #5F6F52;
    font-weight: 600;
}

nav a {
    text-decoration: none;
    color: #B86B4B;
    font-weight: 500;
    letter-spacing: 0.5px;
    transition: 0.3s ease;
}

nav a:hover {
    color: #5F6F52;
}

nav ul {
    gap: 35px;
}
.hero-content {
    max-width: 900px;
    margin: 0 auto 40px;
}

.location-box {
    flex: 1;
    padding-top: 300px;
}

