/* RESET */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/* BODY */
body {
    font-family: 'Inter', sans-serif;
    color: white;
}

/* NAV */
.nav {
    position: absolute;
    width: 100%;
    z-index: 10;
    padding: 25px 60px;
}

.nav-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo {
    font-family: 'Playfair Display', serif;
    font-size: 18px;
    letter-spacing: 1px;
}

.nav a {
    margin-left: 30px;
    text-decoration: none;
    color: white;
    font-size: 14px;
    letter-spacing: 1px;
}

/* HERO */
.hero {
    height: 100vh;
    background: url("../images/hero/hero.jpg") no-repeat center center/cover;
    position: relative;
}

/* TEXT AREA */
.hero-overlay {
	color: #ffffff;
    position: absolute;
    right: 6%;
    top: 55%;
    transform: translateY(-50%);
    max-width: 455px;
	z-index: 2;
}

/* TYPOGRAPHY */
.hero-overlay h1 {
    font-family: 'Playfair Display', serif;
    font-size: 56px;
    margin-bottom: 8px;
	letter-spacing: 1px;
}

.hero-overlay h2 {
    font-size: 18px;
    font-weight: 300;
    margin-bottom: 28px;
    letter-spacing: 3px;
	text-transform: uppercase;
}

.lead {
    font-size: 16px;
    margin-bottom: 18px;
    line-height: 1.6;
}

.hero-overlay p {
	color: rgba(255,255,255,0.9);
    font-size: 14px;
    margin-bottom: 15px;
    line-height: 1.7;
}

.hero-overlay h1,
.hero-overlay h2,
.hero-overlay p {
    text-shadow: 0 2px 6px rgba(0,0,0,0.6);
}

.hero::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 40%;
    height: 100%;
    background: linear-gradient(to left, rgba(0,0,0,0.45), rgba(0,0,0,0));
}

.closing {
    margin-top: 10px;
    font-weight: 500;
}

.tagline {
    margin-top: 25px;
    font-style: italic;
    opacity: 0.85;
}

/* STATIC NAV (for non-hero pages) */
.static-nav {
    position: relative;
    background: #111;
}

/* ABOUT PAGE */
/* ABOUT PAGE */
.about {
    background: #111;
    color: white;
    padding: 60px 20px 90px;
}

.about-container {
    max-width: 700px;
    margin: 0 auto;
}

.about h1 {
    font-family: 'Playfair Display', serif;
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 28px;
    color: rgba(255,255,255,0.96);
}

.about p {
    font-size: 15px;
    line-height: 1.85;
    margin-bottom: 24px;
    color: rgba(255,255,255,0.88);
}

.about .lead {
    font-size: 21px;
    line-height: 1.75;
    margin-bottom: 34px;
    color: rgba(255,255,255,0.96);
}

.about .closing {
    margin-top: 34px;
    font-weight: 500;
    color: rgba(255,255,255,0.94);
}

.static-nav .logo {
    font-size: 16px;
}

/* ITEMS */
.gallery-item {
    position: relative;
    overflow: hidden;
}

/* IMAGE */
.gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* SIZE VARIATIONS */
.gallery-item.large {
    grid-row: span 2;
}

.gallery-item.wide {
    grid-column: span 2;
}

/* =========================
   GALLERY PAGE
========================= */

.gallery {
    background: #111;
    padding: 140px 20px;
    color: white;
}

.gallery-container {
    max-width: 1000px;
    margin: 0 auto;
}

.gallery h1 {
    font-family: 'Playfair Display', serif;
    font-size: 42px;
    margin-bottom: 40px;
}

.gallery-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-auto-rows: 300px;
    gap: 20px;
}

.gallery-item {
    position: relative;
    overflow: hidden;
}

.gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.4s ease;
}

.gallery-item:hover img {
    transform: scale(1.03);
}

.gallery-item.large {
    grid-row: span 2;
}

.gallery-item.wide {
    grid-column: span 2;
}

.gallery-item a {
    display: block;
    width: 100%;
    height: 100%;
}

.gallery-item {
    cursor: pointer;
}

.gallery-item:hover {
    opacity: 0.95;
}

/* CONTACT PAGE */
.contact {
    background: #111;
    color: white;
    padding: 60px 20px 90px;
}

.contact-container {
    max-width: 700px;
    margin: 0 auto;
}

.contact h1 {
    font-family: 'Playfair Display', serif;
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 28px;
    color: rgba(255,255,255,0.96);
}

.contact .lead {
    font-size: 20px;
    line-height: 1.75;
    margin-bottom: 34px;
    color: rgba(255,255,255,0.96);
}

.contact p {
    font-size: 15px;
    line-height: 1.85;
    margin-bottom: 18px;
    color: rgba(255,255,255,0.88);
}

.contact-block {
    margin-bottom: 34px;
}

.contact a {
    color: rgba(255,255,255,0.96);
    text-decoration: none;
}

.contact a:hover {
    text-decoration: underline;
}

.contact-note {
    margin-top: 20px;
    color: rgba(255,255,255,0.82);
}

/* CRAFTSMEN PAGE */
.craftsmen {
    background: #111;
    color: white;
    padding: 60px 20px 90px;
}

.craftsmen-container {
    max-width: 760px;
    margin: 40px auto 0;
}

.craftsmen h1 {
    font-family: 'Playfair Display', serif;
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 28px;
    color: rgba(255,255,255,0.96);
}

.craftsmen p {
    font-size: 15px;
    line-height: 1.85;
    margin-bottom: 24px;
    color: rgba(255,255,255,0.88);
}

.craftsmen .lead {
    font-size: 20px;
    line-height: 1.75;
    margin-bottom: 34px;
    color: rgba(255,255,255,0.96);
}

.craftsmen-questions {
    margin: 34px 0;
    padding-left: 10px;
}

.questions-intro {
    margin-bottom: 14px;
    color: rgba(255,255,255,0.94);
}

.craftsmen ul {
    margin: 0 0 0 24px;
    padding: 0;
}

.craftsmen li {
    margin-bottom: 10px;
    line-height: 1.75;
    color: rgba(255,255,255,0.88);
}

.craftsmen a {
    color: rgba(255,255,255,0.96);
    text-decoration: none;
    border-bottom: 1px solid rgba(255,255,255,0.2);
    transition: border-color 0.2s ease;
}

.craftsmen a:hover {
    border-bottom: 1px solid rgba(255,255,255,0.8);
}

.craftsmen .closing {
    margin-top: 40px;
    color: rgba(255,255,255,0.94);
}

.craftsmen .signature {
    margin-top: 28px;
    color: rgba(255,255,255,0.9);
}