/*
Theme Name: Aurhomes Journal
Author: Aurhomes Group
Description: A photography-led Houston lifestyle and real estate journal.
Version: 1.1.1
Requires at least: 6.0
Requires PHP: 8.0
Text Domain: aurhomes-journal
License: GPL-2.0-or-later
*/

:root{--ink:#363734;--muted:#6a6b66;--paper:#fff;--soft:#f0efeb;--accent:#858c89;--line:#deded7}
*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:30px}body{margin:0;background:var(--paper);color:var(--ink);font-family:Arial,Helvetica,sans-serif;font-size:16px;-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}img{display:block;width:100%;object-fit:cover}p{line-height:1.8}h1,h2,h3{font-family:Georgia,'Times New Roman',serif;font-weight:400}a,summary{touch-action:manipulation}a:focus-visible,summary:focus-visible{outline:2px solid #56665e;outline-offset:6px}.skip-link{position:absolute;left:20px;top:-70px;background:white;z-index:20;padding:12px}.skip-link:focus{top:10px}
.utility-bar{background:#eae9e6;padding:13px 3.5%;display:flex;justify-content:space-between;align-items:center;gap:20px;font-size:12px;letter-spacing:.14em}.utility-bar>div{display:flex;gap:28px}.utility-bar>span{font-size:11px;letter-spacing:.15em}.site-header{display:flex;align-items:center;justify-content:space-between;gap:25px;max-width:1600px;margin:auto;padding:31px 4%}.brand{white-space:nowrap;font-size:clamp(22px,2.4vw,33px);font-weight:300;letter-spacing:.07em}.brand em{font-family:'Snell Roundhand','Segoe Script','Brush Script MT',cursive;font-size:1.2em;letter-spacing:-.05em;font-weight:400;margin:0 4px}nav{display:flex;gap:clamp(18px,2.5vw,38px);align-items:center;font-size:12px;letter-spacing:.12em}nav a{padding:7px 0;border-bottom:1px solid transparent}nav a:hover{border-color:var(--accent)}
.hero{position:relative;padding:0 2%;max-width:1700px;margin:auto;padding-bottom:174px}.photo-strip{display:grid;grid-template-columns:1fr 1.1fr 1.1fr .7fr;gap:11px;height:clamp(350px,35vw,555px);overflow:hidden}.photo-strip img{height:100%;min-width:0}.street-photo{object-position:22% center}.detail-photo{object-position:82% center}.hero-panel{position:absolute;bottom:0;left:50%;transform:translateX(-50%);background:white;text-align:center;padding:38px 48px 24px;width:min(640px,85%)}.eyebrow{font-size:12px;letter-spacing:.19em;font-weight:400;line-height:1.5;margin:0 0 18px}.hero h1{font-size:clamp(32px,3.4vw,49px);line-height:1.32;letter-spacing:-.02em;margin:0}.script{font-family:'Snell Roundhand','Segoe Script','Brush Script MT',Georgia,cursive;font-weight:400;font-style:italic;letter-spacing:-.04em}.hero .script{font-size:clamp(34px,4.5vw,62px);color:#949995;line-height:1.1;margin:7px -20px 26px}.button{display:inline-flex;align-items:center;justify-content:center;gap:22px;padding:15px 24px;background:var(--accent);color:white;letter-spacing:.12em;font-size:12px;transition:background .2s}.button:hover{background:#626e66}
.intro{max-width:930px;margin:0 auto;text-align:center;padding:65px 24px 95px}.tiny-star{font-size:33px;color:#979c91}.intro h2{font-size:clamp(25px,2.4vw,34px);line-height:1.5;margin:20px 0}.intro p{max-width:710px;margin:0 auto;color:var(--muted)}
.about{max-width:1160px;margin:auto;padding:0 30px 100px;display:grid;grid-template-columns:1fr 1fr;gap:90px;align-items:center}.about-image{position:relative;padding:0 20px 23px 0}.about-image:before{content:'';position:absolute;inset:28px 0 0 28px;background:#eeeee9;z-index:-1}.about-image img{height:460px}.about-image>span{position:absolute;bottom:0;right:25px;font-family:Georgia,serif;font-style:italic;font-size:15px;background:#eeeee9;padding:7px 14px;color:#686e66}.about-copy h2{font-size:60px;margin:0 0 20px;line-height:1.1;color:#818d82}.about-copy p:not(.eyebrow){color:var(--muted);margin-bottom:18px}.text-link{display:inline-block;font-size:12px;line-height:1.7;letter-spacing:.13em;padding-bottom:5px;border-bottom:1px solid #aaa;margin-top:12px}.text-link:hover{color:#7c8876}
.categories{padding:67px 5% 80px;background:var(--soft)}.section-heading{text-align:center;margin-bottom:43px}.section-heading h2{margin:0;font-size:40px}.section-heading h2.script{font-size:52px;color:#828a80}.category-grid{max-width:1160px;margin:auto;display:grid;grid-template-columns:repeat(3,1fr);gap:0}.category-grid>a{padding:20px 38px;border-right:1px solid #d5d7d0}.category-grid>a:last-child{border:0}.category-number{font-size:12px;color:#8a9186;letter-spacing:.16em}.category-grid h3{font-size:29px;margin:16px 0 12px}.category-grid p{color:var(--muted);margin:0}.category-grid a:hover h3{color:#7b8978}
.stories{max-width:1270px;margin:auto;padding:90px 30px 100px}.section-heading h2 .script{font-size:58px;color:#859083}.story-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:36px}.story-card{scroll-margin-top:35px}.story-card img{height:340px;margin-bottom:24px}.story-card .eyebrow{font-size:11px;color:#7f857c;margin-bottom:12px}.story-card h3{font-size:28px;line-height:1.3;margin:0 0 13px}.story-card>p:not(.eyebrow),details p{font-size:16px;color:var(--muted)}details summary{cursor:pointer;list-style:none;font-size:12px;letter-spacing:.1em;padding:14px 0;border-bottom:1px solid #d7dad2;display:flex;justify-content:space-between}details summary::-webkit-details-marker{display:none}details[open] summary span{transform:rotate(45deg)}details summary span{font-size:19px;line-height:1;transition:.2s}
.areas{background:#eef0ec;padding:70px max(5%,calc((100vw - 1140px)/2));display:grid;grid-template-columns:1fr 1fr;gap:80px}.areas h2{font-size:42px;line-height:1.25;margin:0 0 15px}.areas h2 .script{font-size:62px;color:#859080}.areas p:not(.eyebrow){color:var(--muted);max-width:390px}.area-list{display:grid;grid-template-columns:1fr 1fr;column-gap:25px;align-content:center}.area-list>span{font-family:Georgia,serif;font-size:21px;padding:14px 0;border-bottom:1px solid #d1d6cb}.area-list>a{grid-column:1/-1;justify-self:start;margin-top:25px}
footer{text-align:center;padding:64px 5% 25px}footer>p{color:var(--muted);font-family:Georgia,serif;font-style:italic}.footer-links{display:flex;gap:35px;justify-content:center;font-size:12px;letter-spacing:.12em;margin:30px 0 55px}.footer-bottom{border-top:1px solid #e2e3dc;padding-top:22px;display:flex;justify-content:space-between;gap:20px;color:#70776b;font-size:11px;letter-spacing:.04em}
@media(min-width:1700px){.hero{padding-left:34px;padding-right:34px}}
@media(max-width:1000px){.site-header{flex-direction:column;padding:25px 20px;gap:21px}.photo-strip{grid-template-columns:1fr 1fr 1fr}.detail-photo{display:none}.about{gap:45px}.category-grid>a{padding:15px 24px}.story-grid{gap:24px}.story-card img{height:280px}.areas{gap:35px}.utility-bar>span{display:none}}
@media(max-width:650px){.utility-bar{justify-content:center;padding:11px 16px;font-size:10px}.brand{font-size:25px}.site-header{gap:20px}.site-header nav{flex-wrap:wrap;justify-content:center;gap:12px 22px;font-size:11px}.hero{padding:0 12px 190px}.photo-strip{height:315px;grid-template-columns:1fr 1fr;gap:8px}.photo-strip img:nth-child(3){display:none}.hero-panel{width:90%;padding:27px 18px 18px}.hero h1{font-size:32px}.hero .script{font-size:36px;margin:12px 0 25px}.hero-panel .eyebrow{font-size:10px}.intro{padding:48px 24px 60px}.intro h2{font-size:25px}.desktop-break{display:none}.about{grid-template-columns:1fr;padding:0 24px 65px;gap:40px}.about-image img{height:360px}.about-copy h2{font-size:51px}.categories{padding:48px 24px}.section-heading h2.script{font-size:40px}.category-grid{grid-template-columns:1fr}.category-grid>a{border-right:0;border-bottom:1px solid #d5d7d0;padding:24px 0}.story-grid{grid-template-columns:1fr;gap:45px}.stories{padding:58px 24px}.story-card img{height:360px}.areas{grid-template-columns:1fr;padding:48px 24px;gap:16px}.areas h2{font-size:35px}.footer-links{gap:18px;flex-wrap:wrap}.footer-bottom{flex-direction:column;gap:13px}footer{padding:45px 20px 25px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*{transition:none!important}}

.entry{max-width:820px;margin:auto;padding:70px 25px}.entry h1{font-size:clamp(35px,5vw,58px);line-height:1.15}.entry h2{font-size:30px;line-height:1.3;margin-top:40px}.entry-content{font-size:18px;line-height:1.8}.entry-content img{height:auto}.entry-hero{max-height:540px;height:auto;margin:35px 0}.entry-content a{ text-decoration:underline}.post-meta{color:var(--muted);font-size:14px}.archive-title{text-align:center;margin:0 0 45px;font-size:42px}.nav-links{display:flex;gap:20px;justify-content:center;margin-top:35px}.page-numbers{padding:10px}.page-numbers.current{background:var(--soft)}.search-form{display:flex;gap:10px;margin:25px 0}.search-field{border:1px solid var(--line);padding:12px;font-size:16px;max-width:100%}.search-submit{padding:12px;border:0;background:var(--accent);color:white}.entry-content figure{margin:25px 0}.entry-content ul,.entry-content ol{padding-left:25px}.story-card>a{display:block}.story-card .read-more{display:inline-block}.custom-logo{max-width:280px;height:auto}.screen-reader-text{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0)}.entry-content blockquote{border-left:2px solid var(--accent);padding-left:20px}
