/* Reliant Web Design — shared stylesheet */

@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,500;0,600;0,700;1,500&family=Jost:wght@400;500;600;700&display=swap');

*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; }

body {
  margin: 0;
  background: #FFFFFF;
  color: #2B2620;
  font-family: 'Jost', sans-serif;
  overflow-x: hidden;
}

a { color: #B8863B; text-decoration: none; }
a:hover { color: #8f6828; }
img { max-width: 100%; display: block; }

@keyframes spin { from { transform: rotate(0deg); } to { transform: rotate(360deg); } }

/* ---------- Nav ---------- */
.nav {
  position: sticky; top: 0; z-index: 50;
  background: rgba(255,255,255,0.92);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(43,38,32,0.08);
}
.nav-inner {
  max-width: 1180px; margin: 0 auto; padding: 14px 24px;
  display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 16px;
}
.nav-links { justify-content: center; }
.nav-toggle { justify-self: end; }
.nav-logo img { height: 38px; width: auto; }
.nav-links { display: flex; align-items: center; gap: 36px; }
.nav-links a { color: #2B2620; font-size: 13.5px; letter-spacing: 0.02em; font-weight: 500; transition: color .15s; }
.nav-links a:hover { color: #B8863B; }
.nav-links a.active { color: #B8863B; font-weight: 600; }
.nav-cta { background: #2B2620; color: #FAF5EC; font-size: 13px; letter-spacing: 0.04em; font-weight: 500; padding: 11px 22px; border-radius: 2px; white-space: nowrap; }
.nav-cta:hover { background: #B8863B; color: #2B2620; }
.nav-login-link { color: #B8863B; font-size: 13.5px; font-weight: 500; letter-spacing: 0.02em; white-space: nowrap; transition: color .15s; }
.nav-login-link:hover { color: #2B2620; }
.nav-toggle { display: none; background: none; border: none; flex-direction: column; gap: 5px; width: 28px; cursor: pointer; padding: 8px 0; }
.nav-toggle span { display: block; height: 2px; background: #2B2620; border-radius: 1px; }
.nav-mobile-panel { display: none; flex-direction: column; padding: 8px 24px 24px; gap: 2px; border-top: 1px solid rgba(43,38,32,0.08); }
.nav-mobile-panel a { color: #2B2620; font-size: 15px; padding: 12px 4px; font-weight: 500; border-bottom: 1px solid rgba(43,38,32,0.06); }
.nav-mobile-panel a.active { color: #B8863B; font-weight: 600; }
.nav-mobile-panel .nav-cta-mobile { margin-top: 10px; background: #2B2620; color: #FAF5EC; font-size: 13px; font-weight: 500; padding: 13px 20px; border-radius: 2px; text-align: center; border-bottom: none; }
.nav-mobile-panel.open { display: flex; }
@media (max-width: 859px) { .nav-links, .nav-cta { display: none; } .nav-toggle { display: flex; } }

/* ---------- Hero (full-bleed image + overlay text) ---------- */
.hero { position: relative; overflow: hidden; height: 640px; }
.hero-bg { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: 0.85; }
/* Mobile: stack text block over solid dark, image as its own block below */
@media (max-width: 859px) {
  .hero { height: auto; display: flex; flex-direction: column; background: #2B2620; }
  .hero-scrim { display: none; }
  .hero-bg { position: static; order: 2; width: 100%; height: auto; opacity: 1; }
  .hero-inner { order: 1; }
}
.hero-scrim {
  position: absolute; inset: 0;
  background: linear-gradient(100deg, rgba(20,16,10,0.72) 0%, rgba(20,16,10,0.5) 42%, rgba(20,16,10,0.18) 68%, rgba(20,16,10,0.05) 100%);
  pointer-events: none;
}
.hero-inner { position: relative; z-index: 1; max-width: 1320px; margin: 0 auto; height: 100%; display: flex; align-items: center; padding: 72px 24px; }
@media (max-width: 859px) { .hero-inner { padding: 48px 24px; } }
.hero-content { max-width: 560px; }
.hero-badge { position: relative; width: 96px; height: 96px; margin-bottom: 30px; }
.hero-badge svg { width: 100%; height: 100%; animation: spin 22s linear infinite; }
.hero-badge .r {
  position: absolute; inset: 0; margin: auto; width: 56px; height: 56px;
  display: flex; align-items: center; justify-content: center;
  font-family: 'Playfair Display', serif; font-style: italic; font-size: 26px;
  color: #FAF5EC; border: 1px solid rgba(250,245,236,0.4); border-radius: 50%;
}
.hero-title { font-family: 'Playfair Display', serif; font-weight: 600; font-size: 38px; line-height: 1.08; margin: 0 0 22px; letter-spacing: -0.01em; color: #FAF5EC; }
@media (min-width: 860px) { .hero-title { font-size: clamp(38px, 4.6vw, 58px); } }
.hero-title span { display: block; }
.hero-title .accent { color: #E3B972; font-style: italic; }
.hero-title .hero-underline {
  position: relative;
  display: inline-block;
  white-space: nowrap;
}
.hero-underline::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -0.12em;
  height: 0.26em;
  background: no-repeat center / 100% 100%
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 200 16' preserveAspectRatio='none'%3E%3Cpath d='M3 11 C 45 4, 120 3, 197 9' stroke='%23E3B972' stroke-width='3' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");
}
.hero-desc { font-size: 17px; line-height: 1.7; color: rgba(250,245,236,0.8); max-width: 440px; margin: 0 0 36px; }
.btn-light { display: inline-flex; align-items: center; gap: 10px; background: #FAF5EC; color: #2B2620; font-size: 14.5px; font-weight: 500; padding: 16px 28px; border-radius: 100px; }
.btn-light:hover { background: #E3B972; color: #2B2620; }

/* ---------- What We Do (black) ---------- */
.wwd { background: #000; padding: 64px 24px; }
.wwd-inner { max-width: 1320px; margin: 0 auto; display: grid; grid-template-columns: 0.85fr 2.2fr; gap: 40px; align-items: center; }
@media (max-width: 859px) { .wwd-inner { grid-template-columns: 1fr; } }
.wwd-head { max-width: 280px; }
.wwd-eyebrow { font-size: 12.5px; letter-spacing: 0.1em; text-transform: uppercase; color: rgba(255,255,255,0.6); margin-bottom: 14px; }
.wwd-title { font-family: 'Playfair Display', serif; font-weight: 600; font-size: 30px; line-height: 1.18; margin: 0; color: #fff; }
.wwd-title em { font-style: italic; color: #fff; }
.wwd-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 0; }
@media (max-width: 859px) { .wwd-grid { grid-template-columns: 1fr 1fr; gap: 24px; } }
.wwd-item { display: block; padding: 0 22px; border-left: 1px solid rgba(255,255,255,0.2); text-align: center; text-decoration: none; transition: opacity .15s; }
.wwd-item:hover { opacity: 0.75; }
.wwd-item:first-child { border-left: none; }
@media (max-width: 859px) { .wwd-item { border-left: none; text-align: left; padding: 0; } }
.wwd-item .icon { width: 34px; height: 34px; color: #fff; margin: 0 auto 16px; }
@media (max-width: 859px) { .wwd-item .icon { margin: 0 0 16px; } }
.wwd-item .icon svg { width: 100%; height: 100%; }
.wwd-item h3 { font-size: 14.5px; font-weight: 600; margin: 0 0 8px; color: #fff; }
.wwd-item p { font-size: 12.5px; line-height: 1.65; color: rgba(255,255,255,0.6); margin: 0; }
.wwd-cta { text-align: center; margin-top: 40px; }

/* ---------- What We Do detail page ---------- */
.wwd-detail-section { max-width: 1180px; margin: 0 auto; padding: 20px 24px 100px; }
.wwd-detail-grid { display: flex; flex-direction: column; gap: 0; }
.wwd-detail { display: grid; grid-template-columns: 60px 1fr; gap: 20px 28px; padding: 40px 0; border-bottom: 1px solid rgba(43,38,32,0.1); scroll-margin-top: 90px; max-width: 700px; margin: 0 auto; }
.wwd-detail:last-child { border-bottom: none; }
.wwd-detail-icon { grid-row: span 2; width: 52px; height: 52px; border: 1.5px solid #B8863B; border-radius: 50%; display: flex; align-items: center; justify-content: center; color: #B8863B; }
.wwd-detail-icon svg { width: 24px; height: 24px; }
.wwd-detail h2, .wwd-detail h3 { font-family: 'Playfair Display', serif; font-weight: 600; font-size: 24px; margin: 0; align-self: end; text-align: center; }
.wwd-detail p { grid-column: 2; font-size: 15px; line-height: 1.75; color: rgba(43,38,32,0.7); margin: 0; max-width: 640px; text-align: center; }
@media (max-width: 640px) {
  .wwd-detail { grid-template-columns: 44px 1fr; gap: 14px 16px; padding: 32px 0; }
  .wwd-detail-icon { width: 44px; height: 44px; }
  .wwd-detail-icon svg { width: 20px; height: 20px; }
  .wwd-detail h2, .wwd-detail h3 { font-size: 20px; }
}

/* ---------- Industries We Serve ---------- */
.industries-section { max-width: 1180px; margin: 0 auto; padding: 20px 24px 60px; scroll-margin-top: 90px; }
.industries-section .section-head { margin-bottom: 8px; }
.industries-note { text-align: center; font-size: 14px; color: rgba(43,38,32,0.6); max-width: 500px; margin: 12px auto 0; }
.wwd-cta a { display: inline-flex; align-items: center; gap: 8px; color: #fff; font-size: 12.5px; letter-spacing: 0.08em; text-transform: uppercase; font-weight: 500; border-bottom: 1px solid rgba(255,255,255,0.35); padding-bottom: 4px; }
.wwd-cta a:hover { color: rgba(255,255,255,0.7); border-color: rgba(255,255,255,0.7); }

/* ---------- Industries teaser ---------- */
.industries-teaser { background: #FAF5EC; padding: 48px 24px; text-align: center; border-top: 1px dashed rgba(184,134,59,0.4); }
.industries-teaser h2 { font-family: 'Playfair Display', serif; font-weight: 600; font-size: 22px; margin: 0; color: #2B2620; }
@media (min-width: 640px) { .industries-teaser h2 { font-size: 26px; } }
.industries-pills { display: flex; flex-wrap: wrap; gap: 10px; justify-content: center; max-width: 720px; margin: 0 auto 22px; }
.industries-pills span { background: #fff; border: 1px solid rgba(43,38,32,0.15); border-radius: 100px; padding: 8px 18px; font-size: 13px; color: #2B2620; }
.industries-link { font-size: 13px; color: #B8863B; font-weight: 500; display: inline-flex; align-items: center; gap: 6px; }
.industries-link:hover { color: #8f6828; }

/* ---------- Section headings ---------- */
.section { padding: 56px 24px 60px; }
.section-head { max-width: 640px; margin: 0 auto 28px; text-align: center; }
.eyebrow { font-size: 12.5px; letter-spacing: 0.1em; text-transform: uppercase; color: #B8863B; margin-bottom: 14px; }
.section-title { font-family: 'Playfair Display', serif; font-weight: 600; font-size: 28px; letter-spacing: -0.01em; margin: 0; }
@media (min-width: 640px) { .section-title { font-size: clamp(28px, 3.6vw, 40px); } }

/* ---------- Process ---------- */
.process-grid { display: grid; grid-template-columns: 1fr; gap: 40px; max-width: 1180px; margin: 0 auto; padding: 0 24px; }
@media (min-width: 760px) { .process-grid { grid-template-columns: repeat(4, 1fr); gap: 0; } }
.process-step { padding: 0 22px; }
@media (min-width: 760px) { .process-step:not(:first-child) { border-left: 1px solid rgba(43,38,32,0.12); } }
.process-step .num { font-family: 'Playfair Display', serif; font-size: 34px; color: rgba(184,134,59,0.35); margin-bottom: 10px; }
.process-step h3 { font-size: 16px; font-weight: 600; margin: 0 0 8px; }
.process-step p { font-size: 13.5px; line-height: 1.7; color: rgba(43,38,32,0.65); margin: 0; }

/* ---------- CTA banner ---------- */
.cta-banner { max-width: 1180px; margin: 0 auto 88px; padding: 0 24px; }
.cta-banner-inner { background: linear-gradient(135deg, #B8863B, #C99A3D); border-radius: 10px; padding: 40px 28px; display: flex; flex-wrap: wrap; gap: 24px; align-items: center; justify-content: space-between; }
@media (min-width: 640px) { .cta-banner-inner { padding: 56px 44px; } }
.cta-banner h2 { font-family: 'Playfair Display', serif; font-weight: 600; font-size: 24px; margin: 0 0 8px; color: #2B2620; }
@media (min-width: 640px) { .cta-banner h2 { font-size: clamp(24px, 3vw, 32px); } }
.cta-banner p { margin: 0; color: rgba(43,38,32,0.75); font-size: 14.5px; }
.cta-banner .cta-text { max-width: 520px; }

.cta-banner-dark { background: #2B2620; border-radius: 10px; padding: 40px 28px; display: flex; flex-wrap: wrap; gap: 24px; align-items: center; justify-content: space-between; }
@media (min-width: 640px) { .cta-banner-dark { padding: 48px 44px; } }
.cta-banner-dark h2 { font-family: 'Playfair Display', serif; font-weight: 600; font-size: 22px; margin: 0 0 8px; color: #EDE6D9; }
@media (min-width: 640px) { .cta-banner-dark h2 { font-size: clamp(22px, 2.8vw, 28px); } }
.cta-banner-dark p { margin: 0; color: rgba(237,230,217,0.65); font-size: 14.5px; }
.cta-banner-dark .cta-text { max-width: 560px; }

.btn-primary { background: #D9A94A; color: #241B12; font-size: 14.5px; font-weight: 600; padding: 16px 30px; border-radius: 2px; }
.btn-primary:hover { background: #EDC578; color: #241B12; }
.btn-dark { background: #2B2620; color: #FAF5EC; font-size: 14.5px; font-weight: 500; padding: 17px 34px; border-radius: 2px; white-space: nowrap; }
.btn-dark:hover { background: #1c1813; color: #FAF5EC; }
.btn-gold { background: #B8863B; color: #2B2620; font-size: 14.5px; font-weight: 500; padding: 17px 34px; border-radius: 2px; white-space: nowrap; }
.btn-gold:hover { background: #C99A3D; }

/* ---------- Footer (black) ---------- */
.footer { background: #000; color: #fff; padding: 56px 24px 28px; }
.footer-top { display: flex; flex-wrap: wrap; gap: 48px; justify-content: space-between; padding-bottom: 36px; border-bottom: 1px solid rgba(255,255,255,0.16); max-width: 1180px; margin: 0 auto; }
.footer-brand { max-width: 320px; }
.footer-brand .name { font-family: 'Playfair Display', serif; font-size: 22px; letter-spacing: 0.02em; color: #fff; margin-bottom: 10px; }
.footer-brand p { font-size: 13.5px; line-height: 1.7; color: rgba(255,255,255,0.65); margin: 0; }
.footer-cols { display: flex; gap: 56px; flex-wrap: wrap; }
.footer-col-title { font-size: 12px; letter-spacing: 0.08em; text-transform: uppercase; color: rgba(255,255,255,0.6); margin-bottom: 14px; }
.footer-col { display: flex; flex-direction: column; gap: 10px; }
.footer-col a { color: rgba(255,255,255,0.8); font-size: 14px; }
.footer-col a:hover { color: #fff; }
.footer-col span { color: rgba(255,255,255,0.55); font-size: 13.5px; }
.footer-bottom { padding-top: 22px; display: flex; flex-wrap: wrap; gap: 10px; justify-content: space-between; font-size: 12.5px; color: rgba(255,255,255,0.45); max-width: 1180px; margin: 0 auto; }

/* ---------- Page header ---------- */
.page-header { max-width: 900px; margin: 0 auto; padding: 72px 24px 20px; text-align: center; }
.page-header h1 { font-family: 'Playfair Display', serif; font-weight: 600; font-size: 30px; line-height: 1.12; margin: 0 0 18px; letter-spacing: -0.01em; }
@media (min-width: 640px) { .page-header h1 { font-size: clamp(30px, 4.4vw, 46px); } }
.page-header p { font-size: 16px; line-height: 1.7; color: rgba(43,38,32,0.7); margin: 0; }

/* ---------- Pricing ---------- */
.pricing-section { max-width: 1180px; margin: 0 auto; padding: 56px 24px 20px; }
.pricing-section h2 { font-family: 'Playfair Display', serif; font-weight: 600; font-size: 26px; margin: 0 0 32px; text-align: center; }
.pricing-section .sub { text-align: center; font-size: 14px; color: rgba(43,38,32,0.6); margin: 0 0 40px; }
.pricing-grid { display: grid; grid-template-columns: 1fr; gap: 24px; align-items: stretch; }
@media (min-width: 760px) { .pricing-grid { grid-template-columns: 1fr 1fr; } }
@media (min-width: 1080px) { .pricing-grid { grid-template-columns: repeat(3, 1fr); } }
/* Ecommerce grid has 4 cards, not 3 — keep it a balanced 2x2 instead of 3-plus-orphan */
@media (min-width: 1080px) { .ecom-grid { grid-template-columns: repeat(2, 1fr); max-width: 860px; margin: 0 auto; } }
.price-card { background: #fff; border-radius: 8px; border: 1px solid rgba(43,38,32,0.1); padding: 38px 30px; display: flex; flex-direction: column; position: relative; }
.price-card.featured { border: 2px solid #B8863B; box-shadow: 0 20px 50px -20px rgba(184,134,59,0.35); }
.price-card .badge { position: absolute; top: -13px; left: 30px; background: #B8863B; color: #fff; font-size: 11px; letter-spacing: 0.06em; text-transform: uppercase; padding: 5px 12px; border-radius: 100px; }
.price-card .pages-tag { font-size: 12.5px; letter-spacing: 0.08em; text-transform: uppercase; color: rgba(43,38,32,0.5); margin-bottom: 10px; }
.price-card h3 { font-family: 'Playfair Display', serif; font-size: 22px; margin: 0 0 6px; }
.price-card .price-row { display: flex; align-items: baseline; gap: 6px; margin: 14px 0 18px; }
.price-card .price { font-family: 'Playfair Display', serif; font-size: 38px; color: #2B2620; }
.price-card .price-note { font-size: 13px; color: rgba(43,38,32,0.5); }
.price-card .desc { font-size: 13.5px; line-height: 1.7; color: rgba(43,38,32,0.7); margin: 0 0 22px; }
.price-card ul { margin: 0 0 28px; padding: 0; list-style: none; display: flex; flex-direction: column; gap: 10px; flex: 1; }
.price-card li { font-size: 13.5px; color: rgba(43,38,32,0.75); display: flex; gap: 9px; }
.price-card li span { color: #B8863B; }
.price-card .cta { text-align: center; font-size: 14px; font-weight: 500; padding: 14px 20px; border-radius: 2px; }
.price-card .cta.dark { background: #2B2620; color: #FAF5EC; }
.price-card .cta.gold { background: #B8863B; color: #2B2620; }
.pricing-note { text-align: center; font-size: 13px; color: rgba(43,38,32,0.55); margin: 24px 0 0; }

/* ---------- Subscription callout ---------- */
.sub-callout {
  max-width: 640px;
  margin: 40px auto 0;
  background: #fff;
  border: 2px solid #B8863B;
  border-radius: 10px;
  padding: 36px 32px;
  text-align: center;
  box-shadow: 0 20px 50px -25px rgba(184,134,59,0.3);
}
.sub-callout-tag { font-size: 11.5px; letter-spacing: 0.09em; text-transform: uppercase; color: #B8863B; font-weight: 600; margin-bottom: 10px; }
.sub-callout-head h3 { font-family: 'Playfair Display', serif; font-size: 24px; margin: 0 0 6px; }
.sub-callout-head p { font-size: 14px; color: rgba(43,38,32,0.6); margin: 0 0 20px; }
.sub-callout-price { display: flex; align-items: baseline; justify-content: center; gap: 4px; margin-bottom: 20px; }
.sub-callout-price .price { font-family: 'Playfair Display', serif; font-size: 42px; color: #2B2620; }
.sub-callout-price .price-note { font-size: 14px; color: rgba(43,38,32,0.5); }
.sub-callout-list { list-style: none; margin: 0 0 24px; padding: 0; display: inline-flex; flex-direction: column; gap: 10px; text-align: left; }
.sub-callout-list li { font-size: 14px; color: rgba(43,38,32,0.75); display: flex; gap: 9px; }
.sub-callout-list li span { color: #B8863B; }
.sub-callout-note { font-size: 12.5px; color: rgba(43,38,32,0.5); margin: 16px 0 0; }

/* ---------- Ecom cards ---------- */
.ecom-card { background: #fff; border-radius: 8px; border: 1px solid rgba(43,38,32,0.1); padding: 38px 30px; display: flex; flex-direction: column; }
.ecom-card .tag { font-size: 12.5px; letter-spacing: 0.08em; text-transform: uppercase; color: rgba(43,38,32,0.5); margin-bottom: 10px; }
.ecom-card h3 { font-family: 'Playfair Display', serif; font-size: 22px; margin: 0 0 6px; }
.ecom-card .price-row { display: flex; align-items: baseline; gap: 6px; margin: 14px 0 18px; }
.ecom-card .from { font-size: 13px; color: rgba(43,38,32,0.5); }
.ecom-card .price { font-family: 'Playfair Display', serif; font-size: 32px; color: #2B2620; }
.ecom-card p { font-size: 13.5px; line-height: 1.7; color: rgba(43,38,32,0.7); margin: 0 0 22px; flex: 1; }
.ecom-card .cta { text-align: center; background: #2B2620; color: #FAF5EC; font-size: 14px; font-weight: 500; padding: 14px 20px; border-radius: 2px; }

/* ---------- Add-ons table ---------- */
.addons-section { max-width: 900px; margin: 0 auto; padding: 64px 24px 88px; }
.addons-section h2 { font-family: 'Playfair Display', serif; font-weight: 600; font-size: 26px; margin: 0 0 32px; text-align: center; }
.addons-table { background: #fff; border: 1px solid rgba(43,38,32,0.1); border-radius: 8px; overflow: hidden; }
.addon-row { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 20px 28px; border-bottom: 1px solid rgba(43,38,32,0.08); }
.addon-row:last-child { border-bottom: none; }
.addon-row .name { font-size: 15px; font-weight: 500; }
.addon-row .desc { font-size: 13px; color: rgba(43,38,32,0.6); margin-top: 3px; }
.addon-row .price { font-family: 'Playfair Display', serif; font-size: 18px; color: #B8863B; white-space: nowrap; }

/* ---------- FAQ ---------- */
.faq-section { max-width: 780px; margin: 0 auto; padding: 0 24px 88px; }
.faq-section h2 { font-family: 'Playfair Display', serif; font-weight: 600; font-size: 26px; margin: 0 0 32px; text-align: center; }
.faq-list { background: #fff; border: 1px solid rgba(43,38,32,0.1); border-radius: 8px; overflow: hidden; }
.faq-item { border-bottom: 1px solid rgba(43,38,32,0.08); }
.faq-item:last-child { border-bottom: none; }
.faq-item summary { padding: 20px 28px; font-size: 15px; font-weight: 500; cursor: pointer; list-style: none; position: relative; }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after { content: '+'; position: absolute; right: 28px; top: 20px; font-size: 18px; color: #B8863B; }
.faq-item[open] summary::after { content: '\2212'; }
.faq-item p { margin: 0; padding: 0 28px 20px; font-size: 13.5px; line-height: 1.7; color: rgba(43,38,32,0.7); }

/* ---------- Contact page ---------- */
.contact-section { max-width: 1180px; margin: 0 auto; padding: 72px 24px 100px; display: grid; grid-template-columns: 1fr; gap: 56px; align-items: start; }
@media (min-width: 900px) { .contact-section { grid-template-columns: 0.9fr 1.1fr; } }
.contact-info h1 { font-family: 'Playfair Display', serif; font-weight: 600; font-size: 30px; line-height: 1.12; margin: 0 0 18px; letter-spacing: -0.01em; }
@media (min-width: 640px) { .contact-info h1 { font-size: clamp(30px, 4vw, 44px); } }
.contact-info > p { font-size: 16px; line-height: 1.7; color: rgba(43,38,32,0.7); margin: 0 0 24px; max-width: 420px; }

.btn-calendly {
  display: flex;
  align-items: center;
  gap: 12px;
  background: #2B2620;
  color: #FAF5EC;
  text-decoration: none;
  font-size: 14.5px;
  font-weight: 500;
  padding: 16px 20px;
  border-radius: 8px;
  margin: 0 0 40px;
  max-width: 420px;
  transition: background 0.15s;
}
.btn-calendly:hover { background: #B8863B; color: #2B2620; }
.btn-calendly .icon { font-size: 18px; line-height: 1; flex: none; }
.btn-calendly span:nth-child(2) { flex: 1; }
.btn-calendly .arrow { flex: none; }
.contact-rows { display: flex; flex-direction: column; gap: 22px; margin-bottom: 40px; }
.contact-row { display: flex; gap: 14px; align-items: flex-start; }
.contact-row .icon { width: 36px; height: 36px; border-radius: 50%; border: 1.5px solid #B8863B; flex: none; display: flex; align-items: center; justify-content: center; color: #B8863B; font-size: 15px; }
.contact-row .label { font-size: 12px; letter-spacing: 0.06em; text-transform: uppercase; color: rgba(43,38,32,0.5); margin-bottom: 2px; }
.contact-row .value { font-size: 15px; color: #2B2620; }
.contact-response { border-top: 1px solid rgba(43,38,32,0.12); padding-top: 24px; }
.contact-response .label { font-size: 12px; letter-spacing: 0.06em; text-transform: uppercase; color: rgba(43,38,32,0.5); margin-bottom: 10px; }
.contact-response p { font-size: 14px; line-height: 1.7; color: rgba(43,38,32,0.65); margin: 0; }

.contact-form-card { background: #fff; border: 1px solid rgba(43,38,32,0.1); border-radius: 10px; padding: 28px 22px; box-shadow: 0 20px 60px -30px rgba(43,38,32,0.3); }
@media (min-width: 640px) { .contact-form-card { padding: 40px 38px; } }
.contact-form { display: flex; flex-direction: column; gap: 18px; }
.form-row { display: grid; grid-template-columns: 1fr; gap: 16px; }
@media (min-width: 480px) { .form-row { grid-template-columns: 1fr 1fr; } }
.contact-form label { display: block; font-size: 12.5px; color: rgba(43,38,32,0.6); margin-bottom: 6px; }
.contact-form input, .contact-form select, .contact-form textarea {
  width: 100%; padding: 12px 14px; border: 1px solid rgba(43,38,32,0.18); border-radius: 4px;
  font-size: 14px; color: #2B2620; background: #FAF5EC; font-family: 'Jost', sans-serif;
}
.contact-form textarea { resize: vertical; }
.contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus { border-color: #B8863B; outline: none; }
.contact-form ::placeholder { color: rgba(43,38,32,0.35); }
.contact-form button { margin-top: 8px; background: #2B2620; color: #FAF5EC; font-size: 14.5px; font-weight: 500; padding: 16px 20px; border-radius: 2px; border: none; cursor: pointer; }
.contact-form button:hover { background: #B8863B; color: #2B2620; }

.form-success { text-align: center; padding: 40px 10px; display: none; }
.form-success.show { display: block; }
.form-success .check { width: 56px; height: 56px; border-radius: 50%; background: rgba(184,134,59,0.12); color: #B8863B; display: flex; align-items: center; justify-content: center; font-size: 26px; margin: 0 auto 20px; }
.form-success h3 { font-family: 'Playfair Display', serif; font-size: 22px; margin: 0 0 10px; }
.form-success p { font-size: 14px; color: rgba(43,38,32,0.65); margin: 0; }
