/*
Theme Name: Design Smith Shades
Theme URI: https://designsmithshades.com
Author: Design Smith Shades
Description: Custom single-page landing page theme for Design Smith Shades.
Version: 1.0.0
License: Private
Text Domain: design-smith-shades
*/

:root {
  --bg: #f7f4ef;
  --paper: #ffffff;
  --ink: #2d2b29;
  --muted: #4b4742;
  --soft: #8d8379;
  --line: #ddd6cc;
  --accent: #a79a8b;
  --accent-dark: #8f8377;
  --dark: #2d2b29;
  --dark-soft: #c9bfb3;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--bg);
  color: var(--ink);
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-weight: 300;
}
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
.serif { font-family: Georgia, "Times New Roman", serif; font-weight: 400; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(247,244,239,0.95);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--line);
  padding: 22px clamp(24px, 5vw, 80px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.logo-text {
  text-transform: uppercase;
  letter-spacing: 0.28em;
  line-height: 1.1;
  font-size: 18px;
  white-space: nowrap;
}
.logo-text span {
  display: block;
  text-align: center;
  font-size: 11px;
  letter-spacing: 0.45em;
  margin-top: 5px;
}
.nav { display: flex; gap: 30px; font-size: 14px; letter-spacing: 0.03em; }
.nav a:hover { opacity: 0.65; }

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--accent);
  color: #fff;
  padding: 15px 24px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 12px;
  line-height: 1.2;
  border: 1px solid var(--accent);
  transition: 160ms ease;
  cursor: pointer;
}
.btn:hover { background: var(--accent-dark); border-color: var(--accent-dark); }
.btn-outline { background: transparent; color: var(--muted); border-color: var(--accent); }
.btn-outline:hover { background: #e8e1d8; color: var(--ink); }

.hero { display: grid; grid-template-columns: 1fr 1fr; min-height: 78vh; }
.hero-copy {
  padding: clamp(64px, 8vw, 110px) clamp(24px, 5vw, 80px);
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.eyebrow {
  text-transform: uppercase;
  letter-spacing: 0.25em;
  color: var(--soft);
  font-size: 12px;
  margin: 0 0 20px;
}
h1, h2, h3, p { margin-top: 0; }
h1 { font-size: clamp(46px, 6vw, 78px); line-height: 1.02; margin-bottom: 30px; }
h2 { font-size: clamp(36px, 4.8vw, 58px); line-height: 1.08; margin-bottom: 22px; }
h3 { font-size: 24px; margin-bottom: 16px; }
.lead {
  font-size: clamp(18px, 2vw, 21px);
  line-height: 1.65;
  color: var(--muted);
  max-width: 680px;
}
.body-copy { font-size: 17px; line-height: 1.75; color: var(--muted); }
.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; margin-top: 18px; }
.hero-image {
  min-height: 430px;
  background-image: linear-gradient(90deg, rgba(247,244,239,0.22), rgba(247,244,239,0)), url("assets/images/hero-window-coverings.jpg");
  background-size: cover;
  background-position: center;
}

.section { padding: clamp(70px, 8vw, 100px) clamp(24px, 5vw, 80px); }
.section-white { background: var(--paper); }
.two-col { display: grid; grid-template-columns: 0.95fr 1.05fr; gap: clamp(42px, 7vw, 86px); align-items: start; }
.max { max-width: 1180px; margin: 0 auto; }

.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; margin-top: 42px; }
.card {
  background: #fff;
  padding: 34px;
  box-shadow: 0 12px 35px rgba(45,43,41,0.04);
  min-height: 230px;
}
.card p { color: var(--muted); line-height: 1.7; }
.reason-list { display: grid; gap: 30px; }
.reason-list p { color: var(--muted); line-height: 1.7; margin-bottom: 0; }

.process { background: var(--dark); color: #fff; }
.process .eyebrow { color: var(--dark-soft); }
.process-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 18px; }
.step { border: 1px solid #6e655b; padding: 30px 12px; text-align: center; }
.step-number { color: var(--dark-soft); font-size: 13px; margin-bottom: 10px; }
.step-name { font-family: Georgia, "Times New Roman", serif; font-size: 25px; }

.portfolio-head { display: grid; grid-template-columns: 2fr 1fr; gap: 30px; align-items: end; margin-bottom: 36px; }
.portfolio-link { text-align: right; text-decoration: underline; text-underline-offset: 8px; }
.portfolio-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.portfolio-image { min-height: 330px; background-size: cover; background-position: center; }
.portfolio-image.one { background-image: url("assets/images/portfolio-woven-shades.jpg"); }
.portfolio-image.two { background-image: url("assets/images/portfolio-window-shades.jpg"); }

.contact-panel { background: var(--bg); padding: clamp(30px, 5vw, 48px); }
.contact-list { display: grid; gap: 14px; font-size: 17px; margin: 26px 0 32px; }
.form-grid { display: grid; gap: 14px; margin-top: 26px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
label {
  display: grid;
  gap: 7px;
  font-size: 13px;
  letter-spacing: 0.04em;
  color: var(--muted);
}
input, select, textarea {
  width: 100%;
  border: 1px solid var(--line);
  background: #fff;
  color: var(--ink);
  padding: 13px 14px;
  font: inherit;
  font-size: 15px;
  border-radius: 0;
}
textarea { min-height: 120px; resize: vertical; }
.success-message {
  background: #eef4ed;
  border: 1px solid #cedbc9;
  color: #2f4b32;
  padding: 16px;
  margin-bottom: 20px;
  line-height: 1.5;
}
.error-message {
  background: #fbefed;
  border: 1px solid #e4cbc5;
  color: #6c2f25;
  padding: 16px;
  margin-bottom: 20px;
  line-height: 1.5;
}
.site-footer {
  background: var(--dark);
  color: var(--dark-soft);
  padding: 28px clamp(24px, 5vw, 80px);
  display: flex;
  justify-content: space-between;
  gap: 18px;
  flex-wrap: wrap;
  font-size: 14px;
}

@media (max-width: 920px) {
  .nav { display: none; }
  .hero, .two-col, .portfolio-head { grid-template-columns: 1fr; }
  .hero-image { order: -1; }
  .service-grid, .process-grid, .portfolio-grid { grid-template-columns: 1fr; }
  .portfolio-link { text-align: left; }
}
@media (max-width: 620px) {
  .site-header { align-items: flex-start; }
  .site-header .btn { display: none; }
  .hero-copy { padding-top: 52px; }
  .form-row { grid-template-columns: 1fr; }
  h1 { font-size: 42px; }
}
