@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=DM+Serif+Display:ital@0;1&display=swap');
:root{--blue:#202cb5;--cream:#fffdee;--yellow:#f5f353;--pink:#ffc0d9;--ink:#202cb5}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--cream);color:var(--ink);font:17px/1.6 'DM Sans',Arial,sans-serif}a{color:inherit}a:focus-visible,button:focus-visible{outline:3px solid #e90070;outline-offset:6px}header{display:flex;justify-content:space-between;align-items:center;padding:24px 4%;border-bottom:1px solid var(--blue);gap:28px}.logo{font-family:'DM Serif Display',Georgia,serif;font-size:38px;line-height:1;text-decoration:none;letter-spacing:-1.5px}.logo span{font-family:Arial;font-size:21px;vertical-align:top}nav{display:flex;align-items:center;gap:32px}nav a{text-decoration:none;font-size:15px}nav a:hover{text-decoration:underline}.nav-cta,.button{display:inline-block;background:var(--blue);color:var(--cream);padding:13px 24px;border:1px solid var(--blue);text-decoration:none}.button:hover{background:var(--cream);color:var(--blue)}.eyebrow{text-transform:uppercase;font-size:13px;letter-spacing:1.8px;font-weight:600}.hero{padding:52px 4% 40px}.hero-top{display:flex;justify-content:space-between;gap:24px;align-items:center}.hero h1{font:clamp(64px,8.9vw,150px)/.98 'DM Serif Display',Georgia,serif;letter-spacing:-.055em;margin:22px 0 38px;max-width:1300px;font-weight:400}.hero h1 em{font-weight:400}.hero-bottom{display:grid;grid-template-columns:1fr 1.25fr;align-items:end;gap:40px}.hero-bottom p{max-width:440px;margin:0}.hero-bottom a{justify-self:end}.hero-photo{margin:0 4%;height:620px;position:relative;overflow:hidden}.hero-photo img{width:100%;height:100%;object-fit:cover;object-position:center 56%}.photo-label{position:absolute;bottom:20px;left:20px;background:var(--yellow);padding:10px 18px;font-size:14px}.section{padding:100px 4%}.section h2{font:clamp(42px,5vw,76px)/1.08 'DM Serif Display',Georgia,serif;letter-spacing:-.035em;margin:20px 0 30px}.intro{display:grid;grid-template-columns:1fr 1fr;gap:10%;background:var(--yellow);margin-top:60px}.intro p{max-width:550px}.section-heading{display:flex;justify-content:space-between;align-items:end;margin-bottom:36px}.section-heading h2{margin:12px 0 0}.project-grid{display:grid;grid-template-columns:1fr 1fr;gap:56px 32px}.project-card{text-decoration:none;display:block}.project-card:nth-child(even){padding-top:90px}.project-card .image-wrap{overflow:hidden;aspect-ratio:1.3;background:var(--pink)}.project-card img{width:100%;height:100%;object-fit:cover;transition:transform .5s}.project-card:hover img{transform:scale(1.035)}.card-caption{display:flex;justify-content:space-between;gap:16px;align-items:baseline;margin-top:14px}.card-caption h3{font:32px/1.2 'DM Serif Display',Georgia,serif;margin:0}.card-caption p{font-size:14px;margin:0}.service-section{background:var(--blue);color:var(--cream);display:grid;grid-template-columns:1fr 1.2fr;gap:10%}.service{padding:24px 0;border-top:1px solid #ffffff60}.service h3{font-size:23px;margin:0 0 8px}.service p{margin:0;max-width:560px}.contact{background:var(--pink);text-align:center}.contact h2{font-size:clamp(56px,7vw,110px);margin-bottom:30px}.contact p{max-width:580px;margin:0 auto 26px}.contact-links{display:flex;gap:25px;justify-content:center;flex-wrap:wrap}footer{padding:36px 4%;display:flex;justify-content:space-between;gap:30px;align-items:center}footer p{font-size:13px;margin:0}.skip{position:absolute;left:-9999px}.skip:focus{left:20px;top:10px;background:white;z-index:9}.text-link{text-underline-offset:5px}.menu-toggle{display:none}.project-header{padding:60px 4% 45px}.project-header h1,.portfolio-heading h1{font:clamp(65px,9vw,140px)/1 'DM Serif Display',Georgia,serif;letter-spacing:-.045em;margin:20px 0 24px}.project-description{display:grid;grid-template-columns:1fr 1fr;gap:10%;padding:50px 4%}.project-description p{margin:0;max-width:640px}.gallery{display:grid;grid-template-columns:1fr 1fr;gap:26px;padding:0 4% 70px}.gallery figure{margin:0}.gallery figure:nth-child(3n+1){grid-column:1/-1}.gallery img{display:block;width:100%;height:auto;max-height:950px;object-fit:cover}.gallery figcaption{font-size:13px;padding:10px 0}.next-project{display:flex;justify-content:space-between;align-items:center;background:var(--yellow);padding:45px 4%;text-decoration:none}.next-project strong{font:clamp(32px,4vw,60px)/1.1 'DM Serif Display',Georgia,serif}.portfolio-heading{padding:55px 4% 10px}.portfolio-heading p{max-width:600px}.press{display:flex;align-items:center;gap:40px;flex-wrap:wrap;margin-top:36px;border-top:1px solid var(--blue);padding-top:24px}.press a{font-family:Georgia,serif;font-size:24px}.empty-project{padding:70px 4%;background:var(--pink)}.empty-project p{max-width:600px}.number-art{height:100%;display:flex;align-items:center;justify-content:center;font:130px 'DM Serif Display',Georgia,serif}.small{font-size:14px}.breadcrumb{font-size:14px;text-decoration:none}.project-hero{margin:0 4%}.project-hero img{width:100%;height:min(68vw,760px);object-fit:cover;display:block}.credit{padding:16px 4%;font-size:13px}
@media(max-width:700px){header{padding:22px 5%;flex-wrap:wrap;gap:20px}.logo{font-size:33px}nav{gap:19px;width:100%;justify-content:space-between}nav a{font-size:14px}.nav-cta{padding:8px 12px}.hero{padding:34px 5%}.hero-top .eyebrow:last-child{display:none}.hero h1{font-size:clamp(57px,13vw,90px);margin:24px 0 28px}.hero-bottom{grid-template-columns:1fr;gap:24px}.hero-bottom a{justify-self:start}.hero-photo{height:400px;margin:0 5%}.section{padding:64px 5%}.intro,.service-section{grid-template-columns:1fr;gap:18px}.intro{margin-top:40px}.project-grid{grid-template-columns:1fr;gap:38px}.project-card:nth-child(even){padding-top:0}.section-heading{align-items:start;gap:24px;flex-direction:column}.card-caption h3{font-size:28px}.card-caption{flex-wrap:wrap;gap:5px}.contact-links{flex-direction:column;align-items:center;gap:14px}footer{padding:30px 5%;align-items:start;flex-direction:column}.project-header,.portfolio-heading{padding-left:5%;padding-right:5%}.project-description{grid-template-columns:1fr;gap:20px;padding:35px 5%}.project-hero{margin:0 5%}.project-hero img{height:auto}.gallery{grid-template-columns:1fr;padding:0 5% 45px;gap:20px}.gallery figure:nth-child(3n+1){grid-column:auto}.next-project{gap:25px;padding:30px 5%}.press{gap:22px}.photo-label{left:12px;bottom:12px;font-size:12px}.eyebrow{font-size:12px;letter-spacing:1.2px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*{transition:none!important}}
.slide-controls{position:absolute;right:20px;bottom:20px;display:flex;gap:6px}.slide-controls button{border:0;background:var(--cream);color:var(--blue);min-width:44px;height:44px;padding:0 13px;font:500 14px 'DM Sans',Arial,sans-serif;cursor:pointer}.slide-controls button:hover{background:var(--yellow)}.carousel .photo-label{margin-right:190px}.carousel .hero-slide{object-position:center 50%}@media(max-width:700px){.carousel .photo-label{bottom:69px;margin-right:12px}.slide-controls{right:12px;bottom:12px}.hero-photo.carousel{height:400px}}
/* Preserve the full facade and awning in the Birdcage exterior photograph. */
.gallery img[src*="tulsa-birdcage-pink-storefront"]{max-height:none;aspect-ratio:auto;object-fit:contain;height:auto}
.project-hero img[src*="cute-on-7th-rainbow-striped-entrance"]{object-position:center 42%;object-fit:contain;background:var(--pink)}
.project-card img[src*="cute-on-7th-rainbow-striped-entrance"],.hero-slide[src*="cute-on-7th-rainbow-striped-entrance"]{object-position:center 42%}
.founders{border-bottom:1px solid var(--blue)}.founder-grid{display:grid;grid-template-columns:1fr 1fr;gap:8%;margin-top:42px}.founder-grid h3{font:36px/1.15 'DM Serif Display',Georgia,serif;margin:0 0 24px}.founder-grid p{max-width:560px}@media(max-width:700px){.founder-grid{grid-template-columns:1fr;gap:32px}}
.hero h1{font-size:clamp(40px,7.6vw,122px)}@media(max-width:700px){.hero h1{font-size:clamp(26px,7.8vw,55px)}}
/* A photograph-led opening, with quiet typography over the image. */
.photo-first-home>header{position:absolute;inset:0 0 auto;z-index:5;color:#fff;border:0;padding:28px 4.5%;background:linear-gradient(180deg,rgba(0,0,0,.42),transparent)}
.photo-first-home>header .nav-cta{background:rgba(15,15,20,.16);border-color:rgba(255,255,255,.65);color:#fff}
.photo-first-home>header .nav-cta:hover{background:#fff;color:var(--blue)}
.photo-first-home .hero-photo.carousel{margin:0;width:100%;height:100svh;min-height:650px;isolation:isolate;background:#26221f}
.photo-first-home .hero-photo.carousel::after{content:"";position:absolute;inset:0;z-index:1;pointer-events:none;background:linear-gradient(0deg,rgba(0,0,0,.68),rgba(0,0,0,.32) 34%,transparent 72%)}
.photo-first-home .hero-photo .hero-slide{position:absolute;inset:0;display:block;width:100%;height:100%;object-fit:cover;object-position:center}
.hero-overlay{position:absolute;left:6%;right:6%;bottom:120px;z-index:2;color:#fff;max-width:1000px}
.hero-overlay .eyebrow{font-size:12px;letter-spacing:2px}
.hero-overlay h1{font:400 clamp(38px,4.6vw,72px)/1.13 'DM Serif Display',Georgia,serif;letter-spacing:-.025em;margin:18px 0 25px;text-shadow:0 2px 18px #0005}
.hero-overlay h1 em{font-weight:400}
.hero-inquiry{display:inline-flex;align-items:center;gap:30px;padding:9px 0;text-decoration:none;border-bottom:1px solid #ffffffb3;font-size:15px}
.hero-inquiry:hover{border-color:#fff}
.photo-first-home .carousel .photo-label{left:6%;bottom:28px;z-index:2;background:transparent;color:white;padding:8px 0;font-size:13px;margin-right:190px;text-decoration:none}
.photo-first-home .carousel .slide-controls{right:4.5%;bottom:24px;z-index:2}
.photo-first-home .slide-controls button{background:rgba(0,0,0,.34);color:white;border:1px solid #ffffff60}
.photo-first-home .slide-controls button:hover{background:rgba(0,0,0,.65)}
.photo-first-home .intro{margin-top:0}
@media(max-width:700px){.photo-first-home>header{padding:24px 6%;gap:20px}.photo-first-home>header .logo{font-size:31px}.photo-first-home>header nav{gap:12px}.photo-first-home>header nav a{font-size:13px}.photo-first-home .hero-photo.carousel{height:100svh;min-height:600px}.hero-overlay{left:6%;right:6%;bottom:125px}.hero-overlay h1{font-size:clamp(27px,7.6vw,48px);line-height:1.18;margin:16px 0 22px}.hero-overlay .eyebrow{font-size:11px;letter-spacing:1.4px}.photo-first-home .carousel .photo-label{bottom:73px;margin:0}.photo-first-home .carousel .slide-controls{bottom:18px;right:6%}.hero-inquiry{font-size:14px}}
@media(max-height:550px) and (min-width:701px){.photo-first-home .hero-photo.carousel{min-height:520px}.hero-overlay{bottom:90px}.hero-overlay h1{font-size:44px}}
/* Centered editorial headline, with navigation anchored to four corners. */
.photo-first-home>header{padding:32px 3.5%;align-items:flex-start;background:linear-gradient(180deg,#0005,transparent)}
.photo-first-home>header nav{width:auto;margin-left:auto}
.photo-first-home .hero-top-right{font-size:14px;letter-spacing:.07em;text-transform:uppercase;padding:10px 0;text-decoration:none;border-bottom:1px solid #fff8}
.photo-first-home .hero-overlay{inset:50% 5% auto;transform:translateY(-50%);max-width:none;text-align:center;pointer-events:none}
.photo-first-home .hero-overlay h1{font-size:clamp(38px,5.3vw,82px);line-height:1.12;letter-spacing:-.025em;margin:20px auto 0;max-width:1200px}
.photo-first-home .hero-overlay .eyebrow{font-size:12px;letter-spacing:2.5px}
.photo-first-home .hero-photo.carousel::after{background:linear-gradient(180deg,#0002,transparent 18%,#0005 50%,transparent 82%,#0006)}
.hero-bottom-left{position:absolute;left:3.5%;bottom:32px;z-index:3;display:flex;gap:26px;color:white;width:auto}
.hero-bottom-left a{font-size:14px;letter-spacing:.06em;text-transform:uppercase;padding:8px 0;text-decoration:none}
.hero-bottom-left a:hover,.hero-top-right:hover{text-decoration:underline;text-underline-offset:6px}
.photo-first-home .carousel .slide-controls{right:3.5%;bottom:27px}
.photo-first-home .carousel .photo-label{left:50%;transform:translateX(-50%);bottom:34px;margin:0;font-size:12px;white-space:nowrap;max-width:34%;overflow:hidden;text-overflow:ellipsis}
@media(max-width:700px){.photo-first-home>header{padding:25px 6%;flex-wrap:nowrap;align-items:center;gap:18px}.photo-first-home>header .logo{font-size:27px}.photo-first-home>header nav{width:auto}.photo-first-home .hero-top-right{font-size:11px;letter-spacing:.025em;white-space:nowrap}.photo-first-home .hero-overlay{left:5%;right:5%}.photo-first-home .hero-overlay h1{font-size:clamp(27px,7.7vw,49px);line-height:1.18}.photo-first-home .hero-overlay .eyebrow{font-size:11px;letter-spacing:1.3px}.hero-bottom-left{left:6%;bottom:27px;flex-direction:column;gap:0;align-items:flex-start}.hero-bottom-left a{font-size:12px;letter-spacing:.035em;padding:5px 0}.photo-first-home .carousel .slide-controls{right:6%;bottom:27px}.photo-first-home .carousel .photo-label{left:50%;bottom:97px;max-width:88%;font-size:12px}.photo-first-home .slide-controls button{padding:0 9px;min-width:40px;font-size:12px}}
.studio-photo{width:min(64%,1000px);margin:64px auto 0}.studio-photo img{display:block;width:100%;height:auto}.studio-photo figcaption{text-align:center;font-size:13px;margin-top:14px}.portfolio-index .project-card:nth-child(even){padding-top:0}.portfolio-index .card-caption{display:block;text-align:center}.portfolio-index .card-caption p{margin-top:8px}.portfolio-index .project-grid{align-items:start}.portfolio-index .portfolio-heading{text-align:center}.portfolio-index .portfolio-heading p{margin-left:auto;margin-right:auto}@media(max-width:700px){.studio-photo{width:88%;margin-top:40px}}
.about-intro{display:grid;grid-template-columns:1fr 1fr;gap:7%;align-items:center}.about-intro h1{font:clamp(48px,5.7vw,88px)/1.06 'DM Serif Display',Georgia,serif;letter-spacing:-.035em;margin:22px 0 30px}.about-intro p{max-width:590px}.about-intro .about-lead{font-size:23px;line-height:1.45}.about-intro figure{margin:0}.about-intro img{width:100%;height:650px;object-fit:cover;display:block}.about-page .founders{background:var(--yellow);border:0}.about-divider{margin:70px auto;width:min(76%,1160px)}.about-divider img{display:block;width:100%;height:auto;max-height:600px;object-fit:cover}.faq-section{display:grid;grid-template-columns:.8fr 1.2fr;gap:7%;padding-top:40px}.faq-section h2{font-size:clamp(42px,4.4vw,64px)}.faq-list details{border-top:1px solid var(--blue)}.faq-list details:last-child{border-bottom:1px solid var(--blue)}.faq-list summary{list-style:none;display:flex;align-items:center;justify-content:space-between;gap:28px;padding:25px 0;cursor:pointer;font-size:18px;font-weight:500}.faq-list summary::-webkit-details-marker{display:none}.faq-list summary:focus-visible{outline:3px solid #e90070;outline-offset:5px}.faq-icon{position:relative;width:20px;height:20px;flex:none}.faq-icon::before,.faq-icon::after{content:"";position:absolute;background:currentColor;left:2px;right:2px;top:9px;height:1px}.faq-icon::after{transform:rotate(90deg)}details[open] .faq-icon::after{transform:rotate(0)}.faq-answer{padding:0 35px 26px 0}.faq-answer p{margin:0;font-size:16px;line-height:1.75}@media(max-width:700px){.about-intro{grid-template-columns:1fr;gap:35px}.about-intro img{height:auto}.about-intro .about-lead{font-size:21px}.about-divider{width:90%;margin:45px auto}.faq-section{grid-template-columns:1fr;gap:24px}.faq-list summary{font-size:17px;padding:23px 0}.faq-answer{padding-right:12px}}

/* Photography-only portfolio */
.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip-path:inset(50%);white-space:nowrap;border:0}.photo-collection{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;padding:16px 24px 48px;max-width:1800px;margin:0 auto}.photo-collection figure{margin:0;min-width:0;overflow:hidden}.photo-collection img{display:block;width:100%;height:100%;aspect-ratio:4/3;object-fit:cover}@media(max-width:1000px){.photo-collection{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;padding:12px}}@media(max-width:640px){.photo-collection{grid-template-columns:1fr;gap:12px;padding:0 0 24px}.photo-collection img{height:auto;aspect-ratio:auto}}

.about-page .about-yellow{background:var(--yellow)}.about-page .about-yellow img{height:auto;max-height:650px;object-fit:contain}.about-page .faq-section{padding-top:80px}@media(max-width:700px){.about-page .faq-section{padding-top:48px}}

footer{flex-wrap:wrap;gap:24px}.instagram-link{display:inline-flex;align-items:center;gap:9px;text-decoration:none;font-size:14px}.instagram-link:hover{text-decoration:underline;text-underline-offset:4px}.instagram-link svg{flex:none}.instagram-link:focus-visible{outline:2px solid currentColor;outline-offset:5px}
