@font-face{font-family:Proxima Nova;src:url(//tealandscott.com/cdn/shop/t/29/assets/ProximaNova-Regular.woff?v=131854561885161327801776113033) format("woff");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Proxima Nova;src:url(//tealandscott.com/cdn/shop/t/29/assets/ProximaNova-Bold.woff?v=92226805294912418821776113033) format("woff");font-weight:700;font-style:normal;font-display:swap}:root{--white-hsl: 0, 0%, 98.04%;--black-hsl: 195, 30.51%, 23.14%;--accent-hsl: 40, 65.85%, 91.96%;--darkAccent-hsl: 193.33, 13.85%, 12.75%;--lightAccent-hsl: 0, 0%, 100%;--announcement-bg: hsla(344.21, 48.31%, 53.73%, 1);--header-bg: hsla(42, 62.5%, 96.86%, 1);--footer-bg: hsla(var(--darkAccent-hsl), 1);--heading-font: "Tenor Sans", serif;--body-font: "Proxima Nova", "proxima-nova", -apple-system, sans-serif;--site-max-width: 1800px;--site-gutter: 4vw;--base-font-size: 16px;--h1-size: 3.6rem;--h2-size: 2.8rem;--h3-size: 2.2rem;--h4-size: 1.6rem;--btn-radius: 10px;--btn-padding: 1rem 1.3rem;--btn-font-size: .9rem;--btn-letter-spacing: .08em}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{font-size:var(--base-font-size)}body{font-family:var(--body-font);font-weight:400;font-size:1rem;line-height:1.5em;letter-spacing:.02em;color:hsla(var(--black-hsl),1);background:hsla(var(--accent-hsl),1);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}h1,h2,h3,h4,h5,h6{font-family:var(--heading-font);font-weight:400;line-height:1.3em;letter-spacing:0;color:hsla(var(--black-hsl),1)}h1{font-size:var(--h1-size)}h2{font-size:var(--h2-size)}h3{font-size:var(--h3-size)}h4{font-size:var(--h4-size)}a{color:inherit;text-decoration:none}img{display:block;max-width:100%;height:auto}.site-container{max-width:var(--site-max-width);margin:0 auto;padding-left:var(--site-gutter);padding-right:var(--site-gutter)}.btn{display:inline-flex;align-items:center;justify-content:center;padding:var(--btn-padding);border-radius:var(--btn-radius);font-family:var(--body-font);font-size:var(--btn-font-size);font-weight:400;letter-spacing:var(--btn-letter-spacing);line-height:1.2em;text-transform:none;cursor:pointer;transition:opacity .2s ease;border:0}.btn:hover{opacity:.85}.btn--primary{background:hsla(var(--black-hsl),1);color:hsla(var(--white-hsl),1)}.btn--secondary{background:transparent;border:1px solid hsla(var(--black-hsl),1);color:hsla(var(--black-hsl),1)}.btn--white{background:hsla(var(--lightAccent-hsl),1);color:hsla(var(--black-hsl),1)}.btn--cream{background:hsla(var(--accent-hsl),.85);color:hsla(var(--black-hsl),1);border:1px solid hsla(var(--accent-hsl),.5)}.btn--cream:hover{background:hsla(var(--white-hsl),1)}.announcement-bar{background:var(--announcement-bg);color:hsla(var(--white-hsl),1);text-align:center;padding:.65rem var(--site-gutter);font-size:.9rem;line-height:1.5}.announcement-bar a{color:hsla(var(--white-hsl),1);text-decoration:none}.announcement-bar__close{position:absolute;right:1rem;top:50%;transform:translateY(-50%);background:none;border:none;color:hsla(var(--white-hsl),1);cursor:pointer;font-size:1.2rem;padding:.4rem}.site-header{position:sticky;top:0;z-index:1000;background:var(--header-bg);border-bottom:none}.header-inner{display:flex;align-items:center;max-width:var(--site-max-width);margin:0 auto;padding:1.2rem var(--site-gutter)}.header-logo{flex:0 0 auto;margin-right:auto}.header-logo img{height:3.4rem;width:auto}.header-nav{display:flex;align-items:center;gap:.2rem;list-style:none}.header-nav__item{position:relative}.header-nav__link{display:inline-flex;align-items:center;padding:.8rem 1rem;font-family:var(--body-font);font-size:.85rem;font-weight:400;letter-spacing:.02em;text-transform:uppercase;color:hsla(var(--black-hsl),1);white-space:nowrap;transition:opacity .2s}.header-nav__link:hover{opacity:.65}.header-nav__item--has-dropdown>.header-nav__link:after{content:"";display:inline-block;width:0;height:0;margin-left:.5rem;border-left:.3rem solid transparent;border-right:.3rem solid transparent;border-top:.35rem solid currentColor;transition:transform .2s}.header-nav__item--has-dropdown:hover>.header-nav__link:after{transform:rotate(180deg)}.header-dropdown{position:absolute;top:100%;left:50%;transform:translate(-50%) translateY(.5rem);min-width:22rem;background:hsla(var(--lightAccent-hsl),1);border:1px solid hsla(var(--accent-hsl),1);box-shadow:0 .8rem 2rem hsla(var(--darkAccent-hsl),.08);padding:.8rem 0;opacity:0;visibility:hidden;transition:opacity .2s,transform .2s,visibility .2s;z-index:9999}.header-nav__item--has-dropdown:hover .header-dropdown,.header-nav__item--has-dropdown:focus-within .header-dropdown{opacity:1;visibility:visible;transform:translate(-50%) translateY(0)}.header-dropdown__link{display:block;padding:.6rem 1.8rem;font-size:.85rem;letter-spacing:.02em;color:hsla(var(--black-hsl),1);transition:background .15s}.header-dropdown__link:hover{background:hsla(var(--accent-hsl),.5)}.header-cart{flex:0 0 auto;margin-left:1rem;color:hsla(var(--black-hsl),1)}.header-cart svg{width:1.4rem;height:1.4rem}.header-mobile-toggle{display:none;background:none;border:none;cursor:pointer;padding:.5rem}.header-mobile-toggle span{display:block;width:1.6rem;height:1px;background:hsla(var(--black-hsl),1);margin:.4rem 0;transition:transform .3s,opacity .3s}.site-footer{background:var(--footer-bg);color:hsla(var(--white-hsl),1);padding:5rem var(--site-gutter) 3rem}.footer-logo-row{text-align:center;margin-bottom:3rem}.footer-logo-row img{max-width:14rem}.footer-inner{display:grid;grid-template-columns:1fr 2fr;gap:4rem;max-width:var(--site-max-width);margin:0 auto}.footer-inner--three-col{grid-template-columns:1fr 1fr 1fr}.footer-brand img{max-width:16rem;margin-bottom:1.5rem}.footer-brand__tagline{font-size:.9rem;line-height:1.6;color:hsla(var(--white-hsl),.8)}.footer-heading{font-family:var(--heading-font);font-size:.85rem;font-weight:600;letter-spacing:.15rem;text-transform:uppercase;color:hsla(var(--white-hsl),1);margin-bottom:1.2rem}.footer-content h5{font-family:var(--heading-font);color:hsla(var(--white-hsl),1);margin-bottom:1.5rem;font-size:1.4rem}.footer-links{margin-bottom:2rem}.footer-links ul{display:flex;flex-wrap:wrap;gap:.8rem 1.8rem;list-style:none;padding:0;margin:0}.footer-links a{font-size:.75rem;font-weight:400;letter-spacing:.15rem;text-transform:uppercase;color:hsla(var(--white-hsl),1);transition:opacity .2s}.footer-links a:hover{opacity:.7}.footer-subscribe p{color:hsla(var(--white-hsl),.8);font-size:.9rem;line-height:1.6;margin-bottom:1.5rem}.footer-email-form{display:flex;gap:.75rem;max-width:28rem}.footer-email-input{flex:1;padding:.65rem 1rem;border:1px solid hsla(var(--white-hsl),.3);background:transparent;color:hsla(var(--white-hsl),1);font-size:.85rem;font-family:var(--body-font)}.footer-email-input::placeholder{color:hsla(var(--white-hsl),.5)}.btn--cream-small{padding:.65rem 1.5rem;border:none;background:hsla(var(--accent-hsl),1);color:hsla(var(--black-hsl),1);font-size:.75rem;font-weight:600;letter-spacing:.1rem;text-transform:uppercase;cursor:pointer;transition:background .2s}.btn--cream-small:hover{background:hsla(var(--white-hsl),1)}.footer-social{display:flex;gap:1rem;margin-top:2rem}.footer-social a{color:hsla(var(--white-hsl),1);transition:opacity .2s}.footer-social a:hover{opacity:.7}.footer-social svg{width:1.2rem;height:1.2rem}.footer-bottom{max-width:var(--site-max-width);margin:3rem auto 0;padding-top:2rem;border-top:1px solid hsla(var(--white-hsl),.15);text-align:center;font-size:.75rem;color:hsla(var(--white-hsl),.5)}.footer-bottom p{margin-bottom:.5rem}.footer-bottom a{color:hsla(var(--white-hsl),.5);margin:0 .8rem}.section--cream{background:hsla(var(--accent-hsl),1);color:hsla(var(--black-hsl),1)}.section--white{background:hsla(var(--white-hsl),1);color:hsla(var(--black-hsl),1)}.section--dark{background:hsla(var(--black-hsl),1);color:hsla(var(--white-hsl),1)}.section--dark h2,.section--dark h3,.section--dark h4,.section--dark a{color:hsla(var(--white-hsl),1)}.section--very-dark{background:hsla(var(--darkAccent-hsl),1);color:hsla(var(--white-hsl),1)}.section--very-dark h2,.section--very-dark h3,.section--very-dark h4,.section--very-dark a{color:hsla(var(--white-hsl),1)}.hero-headline{padding:clamp(6rem,10vw,14rem) var(--site-gutter);text-align:center}.hero-headline__title{font-size:clamp(2.8rem,5vw,4.8rem);max-width:90rem;margin:0 auto}.gallery-slideshow{position:relative;height:80vh;overflow:hidden}.gallery-slideshow__track{position:relative;width:100%;height:100%}.gallery-slideshow__slide{position:absolute;top:0;left:0;width:100%;height:100%;opacity:0;transition:opacity 1.2s ease}.gallery-slideshow__slide--active{opacity:1}.gallery-slideshow__slide img{width:100%;height:100%;object-fit:cover}.about-split__inner{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center;padding-top:clamp(4rem,6vw,8rem);padding-bottom:clamp(4rem,6vw,8rem)}.about-split__text h2{margin-bottom:1.5rem}.about-split__text p{font-size:1.05rem;line-height:1.7;color:hsla(var(--white-hsl),.8);margin-bottom:2rem}.about-split__buttons{display:flex;flex-direction:column;gap:1rem;max-width:28rem}.about-split__image img{width:100%;border-radius:2px}.how-we-work__inner{display:grid;grid-template-columns:1fr 1fr;min-height:60vh}.how-we-work__image img{width:100%;height:100%;object-fit:cover}.how-we-work__text{display:flex;flex-direction:column;justify-content:center;padding:clamp(3rem,5vw,6rem) clamp(2rem,4vw,6rem)}.how-we-work__text h2{margin-bottom:2rem}.how-we-work__text h4{margin-bottom:1.5rem;line-height:1.5}.how-we-work__text p{font-size:1.05rem;line-height:1.7;color:hsla(var(--black-hsl),.75)}.press-section.section--cream{background:#d6c09e}.services-section__inner{padding-top:clamp(4rem,6vw,8rem);padding-bottom:clamp(4rem,6vw,8rem)}.services-section__header{text-align:center;max-width:64rem;margin:0 auto 4rem}.services-section__label{font-size:.75rem;font-weight:600;letter-spacing:.2rem;text-transform:uppercase;color:hsla(var(--black-hsl),.5);margin-bottom:1rem}.services-section__header h2{font-size:var(--h2-size);margin-bottom:1rem}.services-section__desc{font-size:1.05rem;line-height:1.7;color:hsla(var(--black-hsl),.65)}.service-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:2.5rem}.service-card{background:hsla(var(--lightAccent-hsl),1);border:1px solid hsla(var(--black-hsl),.08);border-radius:var(--btn-radius);overflow:hidden;display:flex;flex-direction:column}.service-card img{width:100%;aspect-ratio:4/3;object-fit:cover}.service-card__content{padding:2rem;flex:1;display:flex;flex-direction:column}.service-card__tag{font-size:.7rem;font-weight:600;letter-spacing:.18rem;text-transform:uppercase;color:hsla(var(--black-hsl),.45);margin-bottom:.6rem}.service-card__title{font-family:var(--heading-font);font-size:1.6rem;font-weight:400;margin-bottom:.5rem}.service-card__price{font-family:var(--heading-font);font-size:2.4rem;color:hsla(var(--black-hsl),1);margin-bottom:.3rem}.service-card__price-note{font-size:.8rem;color:hsla(var(--black-hsl),.5);margin-bottom:1.2rem}.service-card__description{font-size:.9rem;line-height:1.6;color:hsla(var(--black-hsl),.65);margin-bottom:1.2rem}.service-card__features{list-style:none;padding:0;margin:0 0 1.5rem;flex:1}.service-card__features li{position:relative;padding:.4rem 0 .4rem 1.8rem;font-size:.85rem;line-height:1.5;color:hsla(var(--black-hsl),.7)}.service-card__features li:before{content:"\2713";position:absolute;left:0;color:hsla(var(--black-hsl),.4);font-weight:700}.service-card .btn{width:100%;text-align:center}.community-cta__inner{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center;padding-top:clamp(4rem,6vw,8rem);padding-bottom:clamp(4rem,6vw,8rem)}.community-cta__substack h4{margin-bottom:1.5rem}.community-cta__substack h3{font-size:var(--h3-size);margin-bottom:2rem}.community-cta__instagram h3{margin-bottom:1.5rem}.community-cta__instagram h3 a{text-decoration:underline}.community-cta__ig-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:.5rem}.community-cta__ig-grid img{width:100%;aspect-ratio:1;object-fit:cover}.btn--secondary-light{background:transparent;border:1px solid hsla(var(--white-hsl),1);color:hsla(var(--white-hsl),1)}.btn--secondary-light:hover{background:hsla(var(--white-hsl),1);color:hsla(var(--black-hsl),1)}.btn--large{padding:1.2rem 2rem;font-size:1rem}.press-section{padding:clamp(4rem,6vw,8rem) var(--site-gutter)}.press-section__heading{text-align:center;margin-bottom:3rem;color:hsla(var(--black-hsl),1)}.press-section__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:3rem;max-width:var(--site-max-width);margin:0 auto;text-align:center}.press-section__col img{max-width:20rem;margin:0 auto 1.5rem;max-height:4rem;width:auto;object-fit:contain}.press-section__col p{font-size:.9rem;line-height:1.8;color:hsla(var(--black-hsl),.7)}.press-section__col a{text-decoration:underline;color:hsla(var(--black-hsl),.85)}.press-section__col a:hover{opacity:.7}.portfolio-gallery__inner{max-width:74rem;padding-top:clamp(3rem,5vw,6rem);padding-bottom:clamp(3rem,5vw,6rem)}.portfolio-gallery__label{text-align:center;margin-bottom:2rem}.homepage-portfolio-gallery .portfolio-gallery__label{text-align:left}.homepage-portfolio-gallery .portfolio-gallery__eyebrow{margin:0 0 .75rem;font-size:.78rem;font-weight:600;letter-spacing:.16em;text-transform:uppercase;color:hsla(var(--black-hsl),.65)}.portfolio-gallery__projects{display:grid;grid-template-columns:1fr 1fr;gap:clamp(1.5rem,2.5vw,2.5rem);margin-bottom:2rem}.portfolio-gallery__project{display:flex;flex-direction:column}.portfolio-gallery__project h2{font-size:clamp(1.35rem,1.05rem + .72vw,1.6rem);line-height:1.3;margin-top:1rem;margin-bottom:0}.portfolio-gallery__project h2 a{text-decoration:none;color:inherit}.portfolio-gallery__project h2 a:hover{opacity:.7}.portfolio-gallery__image-link{display:block;overflow:hidden}.portfolio-gallery__image-link img{transition:transform .3s ease,opacity .3s ease}.portfolio-gallery__image-link:hover img{transform:scale(1.03);opacity:.9}.portfolio-gallery__project img{width:100%;aspect-ratio:4 / 3;object-fit:cover;border-radius:2px}.portfolio-gallery__ctas{text-align:center;margin-top:2rem;margin-bottom:2rem}.portfolio-gallery__actions{display:flex;gap:1.5rem;justify-content:center;flex-wrap:wrap}.portfolio-detail__inner{padding-top:clamp(3rem,5vw,6rem);padding-bottom:clamp(4rem,6vw,8rem);max-width:1200px;margin:0 auto}.portfolio-detail__back{display:inline-block;font-family:var(--body-font);font-size:.85rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:hsla(var(--black-hsl),.6);text-decoration:none;margin-bottom:2rem;transition:color .2s}.portfolio-detail__back:hover{color:hsla(var(--black-hsl),1)}.portfolio-detail__title{font-size:clamp(2.4rem,4vw,3.6rem);margin-bottom:1.5rem}.portfolio-detail__description{max-width:52rem;margin-bottom:2.5rem;font-size:1.05rem;line-height:1.7;color:hsla(var(--black-hsl),.8)}.portfolio-detail__description h2{font-size:1.1rem;font-family:var(--body-font);font-weight:400;margin-bottom:0}.portfolio-detail__video{position:relative;width:100%;padding-bottom:56.25%;margin-bottom:3rem;border-radius:4px;overflow:hidden}.portfolio-detail__video iframe{position:absolute;top:0;left:0;width:100%;height:100%}.portfolio-detail__gallery{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem;margin-bottom:3rem}.portfolio-detail__gallery-item img{width:100%;height:auto;display:block;border-radius:2px}.portfolio-detail__cta{text-align:center;padding-top:2rem;border-top:1px solid hsla(var(--black-hsl),.1)}.portfolio-detail__cta p{font-size:1.1rem;margin-bottom:1.5rem;color:hsla(var(--black-hsl),.7)}.portfolio-detail__cta .btn{margin:0 .5rem}.portfolio-gallery__project h2 a,.portfolio-gallery__project a{text-decoration:none;color:inherit}.portfolio-gallery__project h2 a:hover{color:hsla(var(--black-hsl),.7)}.hero-split{display:grid;grid-template-columns:1fr 1fr;min-height:min(78rem,calc(100vh - 10rem));background:hsla(var(--accent-hsl),1)}.hero-split__content{display:flex;flex-direction:column;justify-content:center;padding:4rem var(--site-gutter) 4rem calc(var(--site-gutter) * 2)}.hero-split__label{font-family:var(--body-font);font-size:.75rem;font-weight:600;letter-spacing:.2rem;text-transform:uppercase;color:hsla(var(--black-hsl),.6);margin-bottom:1.5rem}.hero-split__title{font-size:clamp(2.4rem,4vw,3.6rem);margin-bottom:1.5rem}.hero-split__description{font-size:1.05rem;line-height:1.7;color:hsla(var(--black-hsl),.75);max-width:48rem;margin-bottom:2.5rem}.hero-split__image{position:relative;overflow:hidden}.hero-split__image img{width:100%;height:100%;object-fit:cover}.section{padding:clamp(4rem,6vw,8rem) var(--site-gutter)}.section__inner{max-width:var(--site-max-width);margin:0 auto}.section--cream{background:hsla(var(--accent-hsl),1)}.section--white{background:hsla(var(--white-hsl),1)}@media(max-width:768px){.header-nav{display:none}.header-mobile-toggle{display:block}.about-split__inner{grid-template-columns:1fr}.about-split__image{order:-1}.how-we-work__inner{grid-template-columns:1fr}.how-we-work__image{min-height:30rem}.service-cards{grid-template-columns:1fr;max-width:44rem;margin:0 auto}.community-cta__inner{grid-template-columns:1fr}.press-section__grid{grid-template-columns:1fr;gap:4rem}.portfolio-gallery__projects,.portfolio-detail__gallery{grid-template-columns:1fr}.gallery-slideshow{height:50vh}.hero-split{grid-template-columns:1fr;min-height:auto}.hero-split__content{padding:3rem var(--site-gutter);order:2}.hero-split__image{order:1;min-height:30rem}.footer-inner{grid-template-columns:1fr;gap:3rem}.header-nav--mobile-open{display:flex;flex-direction:column;position:fixed;top:0;left:0;right:0;bottom:0;background:hsla(var(--accent-hsl),1);z-index:9999;padding:6rem var(--site-gutter) 2rem;overflow-y:auto}.header-nav--mobile-open .header-nav__link{padding:1rem 0;font-size:1.1rem}.header-nav--mobile-open .header-dropdown{position:static;transform:none;opacity:1;visibility:visible;box-shadow:none;border:none;background:transparent;padding-left:1.5rem}}
/*# sourceMappingURL=/cdn/shop/t/29/assets/tesc-site.css.map */
