/*
Theme Name: The Wedding Concierge
Author: The Wedding Concierge
Description: An elegant, editable wedding supplier concierge theme. Built for Gutenberg, the WordPress Customizer, widget areas, and the standard WordPress navigation menu manager.
Version: 1.0.0
Requires at least: 6.4
Tested up to: 7.0
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: the-wedding-concierge
Tags: custom-logo, custom-menu, featured-images, full-width-template, block-styles, wide-blocks, editor-style, footer-widgets, wedding, business
*/

:root {
  --twc-gold: #c8a15a;
  --twc-gold-deep: #a77f3b;
  --twc-black: #111111;
  --twc-charcoal: #222222;
  --twc-cream: #f8f4ed;
  --twc-ivory: #fffdf9;
  --twc-taupe: #756f68;
  --twc-border: rgba(17,17,17,.12);
  --twc-shadow: 0 18px 50px rgba(20,18,15,.10);
  --twc-serif: Georgia, 'Times New Roman', serif;
  --twc-sans: Arial, Helvetica, sans-serif;
  --twc-content: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--twc-charcoal);
  background: var(--twc-ivory);
  font-family: var(--twc-sans);
  font-size: 16px;
  line-height: 1.75;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration-thickness: 1px; text-underline-offset: 4px; }
a:hover { color: var(--twc-gold-deep); }
img { max-width: 100%; height: auto; }
button, input, textarea, select { font: inherit; }

.site-shell, .twc-container { width: min(calc(100% - 40px), var(--twc-content)); margin-inline: auto; }
.screen-reader-text { position:absolute!important; width:1px; height:1px; padding:0; margin:-1px; overflow:hidden; clip:rect(0,0,0,0); white-space:nowrap; border:0; }
.screen-reader-text:focus { clip:auto!important; width:auto; height:auto; margin:8px; padding:12px 16px; background:#fff; color:#111; z-index:100000; }

/* Header */
.site-header { position: relative; z-index: 50; background: var(--twc-black); color: #fff; border-bottom: 1px solid rgba(200,161,90,.35); }
.site-header.is-sticky { position: sticky; top: 0; box-shadow: 0 10px 35px rgba(0,0,0,.16); }
.header-inner { min-height: 92px; display:flex; align-items:center; gap:28px; }
.site-branding { flex: 0 0 auto; display:flex; align-items:center; }
.site-branding img { display:block; width:auto; max-width:340px; max-height:64px; }
.site-branding .custom-logo-link { display:block; line-height:0; }
.site-title { margin:0; font-family:var(--twc-serif); font-size:1.5rem; letter-spacing:.06em; }
.site-title a { text-decoration:none; color:#fff; }
.site-description { margin:.15rem 0 0; color:#d9d3ca; font-size:.72rem; letter-spacing:.18em; text-transform:uppercase; }
.primary-navigation { margin-left:auto; }
.primary-navigation ul { margin:0; padding:0; list-style:none; display:flex; align-items:center; gap:26px; }
.primary-navigation li { position:relative; }
.primary-navigation a { color:#fff; text-decoration:none; font-size:.78rem; letter-spacing:.14em; text-transform:uppercase; white-space:nowrap; }
.primary-navigation a:hover, .primary-navigation .current-menu-item > a { color:var(--twc-gold); }
.primary-navigation .sub-menu { display:none; position:absolute; top:100%; left:-18px; min-width:220px; padding:18px; background:#171717; box-shadow:var(--twc-shadow); }
.primary-navigation li:hover > .sub-menu, .primary-navigation li:focus-within > .sub-menu { display:grid; gap:10px; }
.header-cta { flex:0 0 auto; display:inline-flex; align-items:center; justify-content:center; min-height:44px; padding:0 22px; border:1px solid var(--twc-gold); color:var(--twc-gold); text-decoration:none; font-size:.75rem; letter-spacing:.15em; text-transform:uppercase; transition:.2s ease; }
.header-cta:hover { background:var(--twc-gold); color:#111; }
.menu-toggle { display:none; margin-left:auto; width:46px; height:42px; border:1px solid rgba(255,255,255,.35); background:transparent; color:#fff; cursor:pointer; }
.menu-toggle span { display:block; width:20px; height:1px; background:currentColor; margin:5px auto; }

/* Page headers */
.page-hero { position:relative; display:grid; min-height:340px; place-items:center; overflow:hidden; background:linear-gradient(135deg,#131313,#28231c); color:#fff; text-align:center; }
.page-hero.has-image { min-height:440px; background-position:center; background-size:cover; }
.page-hero::before { content:''; position:absolute; inset:0; background:linear-gradient(90deg,rgba(0,0,0,.74),rgba(0,0,0,.38)); }
.page-hero-content { position:relative; z-index:1; width:min(820px,calc(100% - 40px)); padding:60px 0; }
.page-hero .eyebrow { color:var(--twc-gold); }
.page-hero h1 { margin:.2em 0; font-family:var(--twc-serif); font-size:clamp(2.6rem,7vw,5.5rem); line-height:.96; font-weight:400; }
.page-hero p { max-width:650px; margin:18px auto 0; color:#eee8df; }

/* Content */
.site-main { min-height:55vh; }
.entry-content { width:min(calc(100% - 40px), 820px); margin:72px auto; }
.entry-content.full-width, .front-page-content { width:100%; margin:0; }
.entry-content > * { margin-top:0; margin-bottom:1.45em; }
.entry-content > .alignwide { width:min(calc(100vw - 40px),var(--twc-content)); max-width:none; margin-left:50%; transform:translateX(-50%); }
.entry-content > .alignfull { width:100vw; max-width:none; margin-left:50%; transform:translateX(-50%); }
.entry-title, h1, h2, h3, h4 { font-family:var(--twc-serif); font-weight:400; line-height:1.15; }
h2 { font-size:clamp(2rem,4vw,3.7rem); }
h3 { font-size:clamp(1.35rem,2.2vw,2rem); }
.eyebrow { margin:0 0 .8rem; color:var(--twc-gold-deep); font-size:.74rem; font-weight:700; letter-spacing:.22em; text-transform:uppercase; }
.tippy { font-family:var(--twc-serif); font-style:italic; color:var(--twc-gold-deep); }

.wp-block-button__link, .twc-button, input[type=submit] { border-radius:0!important; padding:15px 25px; background:var(--twc-black); color:#fff; border:1px solid var(--twc-black); font-size:.78rem; letter-spacing:.15em; text-transform:uppercase; text-decoration:none; transition:.2s ease; }
.wp-block-button__link:hover, .twc-button:hover, input[type=submit]:hover { background:var(--twc-gold); border-color:var(--twc-gold); color:#111; }
.is-style-outline > .wp-block-button__link { background:transparent; color:inherit; border-color:currentColor; }

/* Starter page block styles */
.twc-hero { min-height:670px; }
.twc-hero .wp-block-cover__background { background:linear-gradient(90deg,rgba(255,253,249,.95) 0%,rgba(255,253,249,.82) 36%,rgba(255,253,249,.04) 70%)!important; opacity:1!important; }
.twc-hero .wp-block-cover__inner-container { width:min(calc(100% - 40px),var(--twc-content)); margin:auto; }
.twc-hero-copy { max-width:575px; color:var(--twc-black); }
.twc-hero-copy h1 { margin:.15em 0 .35em; font-size:clamp(3.1rem,7vw,6.4rem); line-height:.91; }
.twc-hero-copy p { max-width:510px; font-size:1.05rem; color:#55504a; }
.twc-section { padding:88px 20px; }
.twc-section-tight { padding:56px 20px; }
.twc-section-cream, .has-cream-background-color { background:var(--twc-cream); }
.twc-section-dark { background:var(--twc-black); color:#fff; }
.twc-section-dark p { color:#d8d4ce; }
.twc-centered { text-align:center; }
.twc-narrow { max-width:760px; margin-inline:auto; }
.twc-intro { font-family:var(--twc-serif); font-size:1.35rem; line-height:1.55; color:#5e574f; }
.twc-card-grid { gap:22px!important; }
.twc-card { height:100%; padding:34px 28px; background:#fff; border:1px solid rgba(35,31,27,.10); box-shadow:0 12px 34px rgba(30,25,20,.055); }
.twc-card h3 { margin:.55rem 0 .35rem; }
.twc-card p { color:#6b655f; }
.twc-card-icon { margin:0; font-family:var(--twc-serif); font-size:2rem; color:var(--twc-gold-deep); }
.twc-step { position:relative; height:100%; padding:25px 22px; text-align:center; }
.twc-step-number { display:grid; place-items:center; width:66px; height:66px; margin:0 auto 18px; border:1px solid var(--twc-gold); border-radius:50%; color:var(--twc-gold-deep); font-family:var(--twc-serif); font-size:1.35rem; }
.twc-step h3 { font-family:var(--twc-sans); font-size:.88rem; font-weight:700; letter-spacing:.12em; text-transform:uppercase; }
.twc-step p { font-size:.94rem; color:#6e6861; }
.twc-split { gap:0!important; align-items:stretch!important; }
.twc-split > .wp-block-column { margin:0!important; }
.twc-split-copy { height:100%; padding:70px clamp(28px,6vw,90px); display:flex; flex-direction:column; justify-content:center; }
.twc-split-image { min-height:520px; }
.twc-split-image img { width:100%; height:100%; object-fit:cover; }
.twc-quote { padding-left:26px; border-left:2px solid var(--twc-gold); font-family:var(--twc-serif); font-size:1.35rem; }
.twc-divider { width:70px!important; border-top:1px solid var(--twc-gold)!important; }
.twc-service-list { columns:2; column-gap:48px; }
.twc-service-list li { margin-bottom:.55rem; }
.twc-faq details { margin-bottom:12px; padding:20px 22px; background:#fff; border:1px solid var(--twc-border); }
.twc-faq summary { cursor:pointer; font-family:var(--twc-serif); font-size:1.25rem; }
.twc-faq details p { margin-bottom:0; }

/* Blog */
.post-card { margin-bottom:40px; padding-bottom:40px; border-bottom:1px solid var(--twc-border); }
.post-card h2 { margin:.2rem 0 .4rem; font-size:2.2rem; }
.post-meta { color:#827a72; font-size:.82rem; letter-spacing:.08em; text-transform:uppercase; }
.navigation.pagination { margin:50px 0; }

/* Forms */
input[type=text], input[type=email], input[type=tel], input[type=url], textarea, select { width:100%; padding:14px 15px; border:1px solid #d8d0c7; background:#fff; color:#222; }
textarea { min-height:160px; resize:vertical; }
label { display:block; margin-bottom:6px; font-weight:600; }

/* Footer */
.pre-footer { padding:64px 20px; background:#181818; color:#fff; border-bottom:1px solid rgba(255,255,255,.08); }
.pre-footer-inner { width:min(100%,var(--twc-content)); margin:auto; display:flex; align-items:center; justify-content:space-between; gap:35px; }
.pre-footer h2 { margin:0 0 8px; font-size:clamp(2rem,4vw,3.2rem); }
.pre-footer p { margin:0; color:#d7d1ca; }
.site-footer { background:#101010; color:#ddd7cf; }
.footer-main { padding:65px 0 45px; display:grid; grid-template-columns:1.35fr 1fr 1fr 1fr; gap:45px; }
.footer-brand img { max-width:330px; max-height:96px; object-fit:contain; object-position:left; }
.footer-brand p { max-width:340px; color:#bdb6ae; }
.footer-title { margin:0 0 18px; color:#fff; font-family:var(--twc-sans); font-size:.75rem; font-weight:700; letter-spacing:.16em; text-transform:uppercase; }
.footer-menu, .site-footer .widget ul { list-style:none; margin:0; padding:0; display:grid; gap:9px; }
.site-footer a { color:#ddd7cf; text-decoration:none; }
.site-footer a:hover { color:var(--twc-gold); }
.footer-contact p { margin:.2rem 0 .65rem; }
.footer-bottom { padding:18px 0; border-top:1px solid rgba(255,255,255,.08); color:#948d86; font-size:.78rem; }
.footer-bottom-inner { display:flex; justify-content:space-between; gap:20px; }

/* Comments */
.comments-area { width:min(calc(100% - 40px),820px); margin:0 auto 70px; }

@media (max-width: 1060px) {
  .header-cta { display:none; }
  .menu-toggle { display:block; }
  .primary-navigation { display:none; position:absolute; top:100%; left:0; right:0; margin:0; padding:24px 20px; background:#141414; border-top:1px solid rgba(255,255,255,.1); }
  .primary-navigation.is-open { display:block; }
  .primary-navigation ul { display:grid; gap:17px; width:min(100%,var(--twc-content)); margin:auto; }
  .primary-navigation .sub-menu { display:grid; position:static; min-width:0; padding:12px 0 0 16px; background:transparent; box-shadow:none; }
  .footer-main { grid-template-columns:1fr 1fr; }
}
@media (max-width: 760px) {
  .site-shell, .twc-container { width:min(calc(100% - 28px),var(--twc-content)); }
  .header-inner { min-height:76px; }
  .site-branding img { max-width:245px; max-height:52px; }
  .twc-hero { min-height:610px; align-items:end!important; }
  .twc-hero .wp-block-cover__background { background:linear-gradient(0deg,rgba(255,253,249,.97) 0%,rgba(255,253,249,.90) 45%,rgba(255,253,249,.15) 82%)!important; }
  .twc-hero .wp-block-cover__inner-container { padding-bottom:34px; }
  .twc-section { padding:64px 16px; }
  .twc-split-image { min-height:360px; }
  .twc-service-list { columns:1; }
  .pre-footer-inner, .footer-bottom-inner { display:block; }
  .pre-footer .wp-block-button { margin-top:25px; }
  .footer-main { grid-template-columns:1fr; gap:28px; }
}
