<>
/* Set color to inherit */
.inherit-color * {
color: inherit;
}
/* Focus state for keyboard navigation for the focusable elements */
*[tabindex]:focus-visible,
input[type="file"]:focus-visible {
outline: 0.125rem solid #4d65ff;
outline-offset: 0.125rem;
}
/* Get rid of top margin on first element in any rich text element */
.w-richtext > :not(div):first-child.w-richtext > div:first-child > :first-child {
margin-top: 0 !important;
}
/* Get rid of bottom margin on last element in any rich text element */
.w-richtext>:last-child.w-richtext ol li:last-child.w-richtext ul li:last-child {
margin-bottom: 0 !important;
}
/* Prevent all click and hover interaction with an element */
.pointer-events-off {
pointer-events: none;
}
/* Enables all click and hover interaction with an element */
.pointer-events-on {
pointer-events: auto;
}
/* Create a class of .div-square which maintains a 1:1 dimension of a div */
.div-square::after {
content: "";
display: block;
padding-bottom: 100%;
}
/* Make sure containers never lose their center alignment */
.container-medium,.container-small.container-large {
margin-right: auto !important;
margin-left: auto !important;
}
/*
Make the following elements inherit typography s from the parent and not have hardcoded values.
Important: You will not be able to for example "All Links" in Designer with this CSS applied.
Uncomment this CSS to use it in the project. Leave this message for future hand-off.
*/
/*
a,
.w-input,
.w-select,
.w-tab-link,
.w-nav-link,
.w-dropdown-btn,
.w-dropdown-toggle,
.w-dropdown-link {
color: inherit;
text-decoration: inherit;
font-size: inherit;
}
*/
/* Apply "..." after 3 lines of text */
.text--3lines {
display: -webkit-box;
overflow: hidden;
-webkit-line-clamp: 3;
-webkit-box-orient: vertical;
}
/* Apply "..." after 2 lines of text */
.text--2lines {
display: -webkit-box;
overflow: hidden;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
}
/* Adds inline flex display */
.display-inlineflex {
display: inline-flex;
}
.margin-0 {
margin: 0rem !important;
}
.padding-0 {
padding: 0rem !important;
}
.spacing-clean {
padding: 0rem !important;
margin: 0rem !important;
}
.margin-top {
margin-right: 0rem !important;
margin-bottom: 0rem !important;
margin-left: 0rem !important;
}
.padding-top {
padding-right: 0rem !important;
padding-bottom: 0rem !important;
padding-left: 0rem !important;
}
.margin-right {
margin-top: 0rem !important;
margin-bottom: 0rem !important;
margin-left: 0rem !important;
}
.padding-right {
padding-top: 0rem !important;
padding-bottom: 0rem !important;
padding-left: 0rem !important;
}
.margin-bottom {
margin-top: 0rem !important;
margin-right: 0rem !important;
margin-left: 0rem !important;
}
.padding-bottom {
padding-top: 0rem !important;
padding-right: 0rem !important;
padding-left: 0rem !important;
}
.margin-left {
margin-top: 0rem !important;
margin-right: 0rem !important;
margin-bottom: 0rem !important;
}
.padding-left {
padding-top: 0rem !important;
padding-right: 0rem !important;
padding-bottom: 0rem !important;
}
.margin-horizontal {
margin-top: 0rem !important;
margin-bottom: 0rem !important;
}
.padding-horizontal {
padding-top: 0rem !important;
padding-bottom: 0rem !important;
}
.margin-vertical {
margin-right: 0rem !important;
margin-left: 0rem !important;
}
.padding-vertical {
padding-right: 0rem !important;
padding-left: 0rem !important;
}
/* Apply "..." at 100% width */
.truncate-width {
width: 100%;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
/* Removes native scrollbar */
.no-scrollbar {
-ms-overflow-: none;
overflow: -moz-scrollbars-none;
}
.no-scrollbar::-webkit-scrollbar {
display: none;
}
.popular-fish_nav.swiper-pagination-bullets.swiper-pagination-horizontal {
width: auto;
}
.popular-fish_nav.swiper-pagination-bullets.swiper-pagination-horizontal .swiper-pagination-bullet {
width: 11px;
height: 11px;
background: #757575;
opacity: 1;
}
.popular-fish_nav.swiper-pagination-bullets.swiper-pagination-horizontal .swiper-pagination-bullet.swiper-pagination-bullet-active {
background: #004C47;
}
.break-word {
text-overflow: ellipsis;
}
>
This fish got away! No image found
This fish got away! No image found
Native to California's Sierra NevadaGolden Trout are celebrated for their vibrant golden hue and red lateral stripesinhabiting high-altitudepristine waters.
Where can I fish for Golden Trout? Golden Trout are native to the high-altitude waters of California's Sierra Nevada mountains. The optimal season for Golden Trout fishing is in the summerwhen access to their remote habitats is easier.
Some of the best bait for Golden Trout is small dry flies or spinnersespecially in natural colors like brown and olive.
What experience do I need to catch Golden Trout? Golden Trout fishing is best for intermediate to experienced anglers. They require precise casting with light tackle or fly fishing gear. Found in remotehigh-altitude streams and lakesGolden Trout demand knowledge of local habitats and conditions. Patience and skill are essentialmaking them a rewarding challenge. Enhance your experience with Golden Trout fishing charters and specialized gear.
Get hooked on the best fishing spots for Golden Trout Install the onWater app today and elevate your fishing game.
Explore most popular fishing waters
Explore most popular fishing cities Committed to Conservation At onWater we understand the many reasons people fly fishand we share your passion. As anglers we must also focus on the future of fly fishing as much as we focus on our next good drift. That future does not exist without a commitment to resource protection.
Popular Fishing Waters West Midwest South Northeast Link 1
Popular Fishing Waters West Midwest South Northeast Link 1
Get fishing updates on the fly Oops! Something went wrong while submitting the form.
<>
/* variables */
:root {
/* grid */
--column-count: 12;
--grid-main: repeat(var(--column-count)minmax(01fr));
--grid-1: repeat(1minmax(01fr));
--grid-2: repeat(2minmax(01fr));
--grid-3: repeat(3minmax(01fr));
--grid-4: repeat(4minmax(01fr));
--grid-5: repeat(5minmax(01fr));
--grid-6: repeat(6minmax(01fr));
--grid-7: repeat(7minmax(01fr));
--grid-8: repeat(8minmax(01fr));
--grid-9: repeat(9minmax(01fr));
--grid-10: repeat(10minmax(01fr));
--grid-11: repeat(11minmax(01fr));
--grid-12: repeat(12minmax(01fr));
--grid-gap-total: calc(var(--grid-gap--main) * (var(--column-count) - 1));
--column-width: calc((100% - var(--grid-gap-total)) / var(--column-count) + var(--grid-gap--main));
--breakout-gutter: minmax(calc(var(--padding-horizontal--main) - var(--grid-gap--main))1fr);
--breakout-remaining: calc(var(--max-width--main) - (var(--padding-horizontal--main) * 2));
--breakout-start: [full-start] var(--breakout-gutter) [content-start];
--breakout-end: [content-end] var(--breakout-gutter) [full-end];
--grid-breakout-single: var(--breakout-start) minmax(0var(--breakout-remaining)) var(--breakout-end);
--grid-breakout: var(--breakout-start) repeat(var(--column-count)minmax(0calc((var(--breakout-remaining) - var(--grid-gap-total)) / var(--column-count)))) var(--breakout-end);
/* others */
--font-weight--inherit: inherit;
--font-weight--100: 100;
--font-weight--200: 200;
--font-weight--300: 300;
--font-weight--400: 400;
--font-weight--500: 500;
--font-weight--600: 600;
--font-weight--700: 700;
--font-weight--800: 800;
--font-weight--900: 900;
--text-transform--none: none;
--text-transform--uppercase: uppercase;
--text-transform--capitalize: capitalize;
--text-transform--lowercase: lowercase;
--text-transform--inherit: inherit;
--max-width--none: none;
}
/* default s */
body {
font-weight: var(--text-main--font-weight);
text-transform: var(--text-main--text-transform);
font-smoothing: antialiased;
-webkit-font-smoothing: antialiased;
}
h1h2h3h4h5h6blockquote {
font-size: inherit;
line-height: inherit;
font-weight: inherit;
}
h1h2h3h4h5h6plabelblockquote {
margin-top: 0;
margin-bottom: 0;
}
button {
background-color: unset;
padding: unset;
text-align: inherit;
cursor: pointer;
}
img::selection {
background: transparent;
}
:is(h1h2h3h4h5h6p) a {
text-decoration: underline;
}
.u-rich-text > *:first-child {
margin-top: 0;
}
.u-rich-text > *:last-child {
margin-bottom: 0;
}
video {
width: 100%;
object-fit: cover;
}
video.wf-empty {
padding: 0;
}
svg {
display: block;
}
sectionheaderfooter {
position: relative;
}
/* line clamp */
.u-line-clamp-1.u-line-clamp-2.u-line-clamp-3.u-line-clamp-4 {
display: -webkit-box;
overflow: hidden;
-webkit-line-clamp: 1;
-webkit-box-orient: vertical;
}
.u-line-clamp-2 { -webkit-line-clamp: 2; }
.u-line-clamp-3 { -webkit-line-clamp: 3; }
.u-line-clamp-4 { -webkit-line-clamp: 4; }
/* component attributes */
/* section padding */
[data-padding-top="none"] { padding-top: var(--padding-vertical--none); }
[data-padding-bottom="none"] { padding-bottom: var(--padding-vertical--none); }
[data-padding-top="small"] { padding-top: var(--padding-vertical--small); }
[data-padding-bottom="small"] { padding-bottom: var(--padding-vertical--small); }
[data-padding-top="main"] { padding-top: var(--padding-vertical--main); }
[data-padding-bottom="main"] { padding-bottom: var(--padding-vertical--main); }
[data-padding-top="large"] { padding-top: var(--padding-vertical--large); }
[data-padding-bottom="large"] { padding-bottom: var(--padding-vertical--large); }
[data-padding-top="extra large"] { padding-top: var(--padding-vertical--extra-large); }
[data-padding-bottom="extra large"] { padding-bottom: var(--padding-vertical--extra-large); }
/* hide section if it has no cms items */
[data-cms-check="true"]:not(:has(.w-dyn-item)) {
display: none;
}
>
<>
/* Ensure all elements inherit the color from its parent */
a,
.w-input,
.w-select,
.w-tab-link,
.w-nav-link,
.w-nav-brand,
.w-dropdown-btn,
.w-dropdown-toggle,
.w-slider-arrow-left,
.w-slider-arrow-right,
.w-dropdown-link {
color: inherit;
text-decoration: inherit;
font-size: inherit;
}
/* Focus state for keyboard navigation for the focusable elements */
*[tabindex]:focus-visible,
input[type="file"]:focus-visible {
outline: 0.125rem solid #4d65ff;
outline-offset: 0.125rem;
}
/* Get rid of top margin on first element in any rich text element */
.w-richtext > :not(div):first-child.w-richtext > div:first-child > :first-child {
margin-top: 0 !important;
}
/* Get rid of bottom margin on last element in any rich text element */
.w-richtext>:last-child.w-richtext ol li:last-child.w-richtext ul li:last-child {
margin-bottom: 0 !important;
}
/* Prevent all click and hover interaction with an element */
.pointer-events-off {
pointer-events: none;
}
/* Enables all click and hover interaction with an element */
.pointer-events-on {
pointer-events: auto;
}
/* Create a class of .div-square which maintains a 1:1 dimension of a div */
.div-square::after {
content: "";
display: block;
padding-bottom: 100%;
}
/* Make sure containers never lose their center alignment */
.container-medium,.container-small.container-large {
margin-right: auto !important;
margin-left: auto !important;
}
/* Apply "..." after 3 lines of text */
.text--3lines {
display: -webkit-box;
overflow: hidden;
-webkit-line-clamp: 3;
-webkit-box-orient: vertical;
}
/* Apply "..." after 2 lines of text */
.text--2lines {
display: -webkit-box;
overflow: hidden;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
}
/* Adds inline flex display */
.display-inlineflex {
display: inline-flex;
}
/* These classes are never overwritten */
.hide {
display: none !important;
}
/* Remove default Webflow chevron from form select */
select{
-webkit-appearance:none;
}
@media screen and (max-width: 991px) {
.hide.hide-tablet {
display: none !important;
}
}
@media screen and (max-width: 767px) {
.hide-mobile-landscape{
display: none !important;
}
}
@media screen and (max-width: 479px) {
.hide-mobile{
display: none !important;
}
}
.margin-0 {
margin: 0rem !important;
}
.padding-0 {
padding: 0rem !important;
}
.spacing-clean {
padding: 0rem !important;
margin: 0rem !important;
}
.margin-top {
margin-right: 0rem !important;
margin-bottom: 0rem !important;
margin-left: 0rem !important;
}
.padding-top {
padding-right: 0rem !important;
padding-bottom: 0rem !important;
padding-left: 0rem !important;
}
.margin-right {
margin-top: 0rem !important;
margin-bottom: 0rem !important;
margin-left: 0rem !important;
}
.padding-right {
padding-top: 0rem !important;
padding-bottom: 0rem !important;
padding-left: 0rem !important;
}
.margin-bottom {
margin-top: 0rem !important;
margin-right: 0rem !important;
margin-left: 0rem !important;
}
.padding-bottom {
padding-top: 0rem !important;
padding-right: 0rem !important;
padding-left: 0rem !important;
}
.margin-left {
margin-top: 0rem !important;
margin-right: 0rem !important;
margin-bottom: 0rem !important;
}
.padding-left {
padding-top: 0rem !important;
padding-right: 0rem !important;
padding-bottom: 0rem !important;
}
.margin-horizontal {
margin-top: 0rem !important;
margin-bottom: 0rem !important;
}
.padding-horizontal {
padding-top: 0rem !important;
padding-bottom: 0rem !important;
}
.margin-vertical {
margin-right: 0rem !important;
margin-left: 0rem !important;
}
.padding-vertical {
padding-right: 0rem !important;
padding-left: 0rem !important;
}
/* Apply "..." at 100% width */
.truncate-width {
width: 100%;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
/* Removes native scrollbar */
.no-scrollbar {
-ms-overflow-: none;
overflow: -moz-scrollbars-none;
}
.no-scrollbar::-webkit-scrollbar {
display: none;
}
>
<>
/* theme light */
:root,
[data-theme="light"],
[data-theme="dark"] [data-theme="invert"] {
--theme--background: var(--swatch--light);
--theme--text: var(--swatch--dark-secondary);
--theme--border: var(--swatch--light-secondary);
--theme--text-secondary: var(--swatch--sage);
/* button primary */
--button--background: var(--swatch--brand);
--button--text: var(--swatch--brand-text);
--button--border: var(--swatch--brand);
--button--background-hover: var(--swatch--dark);
--button--text-hover: var(--swatch--light);
--button--border-hover: var(--swatch--dark);
/* button secondary */
--button-secondary--background: var(--swatch--transparent);
--button-secondary--text: var(--swatch--dark);
--button-secondary--border: var(--swatch--brand);
--button-secondary--background-hover: var(--swatch--brand);
--button-secondary--text-hover: var(--swatch--brand-text);
--button-secondary--border-hover: var(--swatch--brand);
}
/* theme dark */
[data-theme="dark"],
[data-theme="invert"],
[data-theme="light"] [data-theme="invert"] {
--theme--background: var(--swatch--dark);
--theme--text: var(--swatch--light);
--theme--text-secondary: var(--swatch--light-secondary);
--theme--border: var(--swatch--dark-secondary);
/* button primary */
--button--background: var(--swatch--brand);
--button--text: var(--swatch--brand-text);
--button--border: var(--swatch--brand);
--button--background-hover: var(--swatch--light);
--button--text-hover: var(--swatch--dark);
--button--border-hover: var(--swatch--light);
/* button secondary */
--button-secondary--background: var(--swatch--transparent);
--button-secondary--text: var(--swatch--light);
--button-secondary--border: var(--swatch--brand);
--button-secondary--background-hover: var(--swatch--brand);
--button-secondary--text-hover: var(--swatch--brand-text);
--button-secondary--border-hover: var(--swatch--brand);
}
/* theme brand */
[data-theme="brand"] {
--theme--background: var(--swatch--brand);
--theme--text: var(--swatch--dark);
--theme--border: var(--swatch--dark);
/* button primary */
--button--background: var(--swatch--dark);
--button--text: var(--swatch--brand);
--button--border: var(--swatch--dark);
--button--background-hover: var(--swatch--light);
--button--text-hover: var(--swatch--dark);
--button--border-hover: var(--swatch--light);
/* button secondary */
--button-secondary--background: var(--swatch--transparent);
--button-secondary--text: var(--swatch--dark);
--button-secondary--border: var(--swatch--dark);
--button-secondary--background-hover: var(--swatch--dark);
--button-secondary--text-hover: var(--swatch--brand);
--button-secondary--border-hover: var(--swatch--dark);
}
/* theme sky */
[data-theme="sky"] {
--theme--background: var(--swatch--light-secondary);
--theme--text: var(--swatch--dark-secondary);
--theme--border: var(--swatch--dark-secondary);
/* button primary */
--button--background: var(--swatch--dark);
--button--text: var(--swatch--light-secondary);
--button--border: var(--swatch--light-secondary);
--button--background-hover: var(--swatch--light);
--button--text-hover: var(--swatch--dark);
--button--border-hover: var(--swatch--light);
/* button secondary */
--button-secondary--background: var(--swatch--transparent);
--button-secondary--text: var(--swatch--dark-secondary);
--button-secondary--border: var(--swatch--dark-secondary);
--button-secondary--background-hover: var(--swatch--dark-secondary);
--button-secondary--text-hover: var(--swatch--light);
--button-secondary--border-hover: var(--swatch--dark-secondary);
}
/* theme blueline */
[data-theme="blueline"] {
--theme--background: var(--swatch--dark);
--theme--text: var(--swatch--light);
--theme--text-secondary: var(--swatch--blue-line-blue);
--theme--border: var(--swatch--blue-line-blue);
/* button primary */
--button--background: var(--swatch--blue-line-blue);
--button--text: var(--swatch--brand-text);
--button--border: var(--swatch--blue-line-blue);
--button--background-hover: var(--swatch--light);
--button--text-hover: var(--swatch--dark);
--button--border-hover: var(--swatch--light);
/* button secondary */
--button-secondary--background: var(--swatch--transparent);
--button-secondary--text: var(--swatch--light);
--button-secondary--border: var(--swatch--brand);
--button-secondary--background-hover: var(--swatch--brand);
--button-secondary--text-hover: var(--swatch--brand-text);
--button-secondary--border-hover: var(--swatch--brand);
}
/* button secondary */
[data-button-="secondary"] {
--button--background: var(--button-secondary--background);
--button--text: var(--button-secondary--text);
--button--border: var(--button-secondary--border);
--button--background-hover: var(--button-secondary--background-hover);
--button--text-hover: var(--button-secondary--text-hover);
--button--border-hover: var(--button-secondary--border-hover);
}
/* apply colors */
:is(c:where([data-theme]:not([data-theme="inherit"]))) {
background-color: var(--theme--background);
color: var(--theme--text);
}
>
<>
/* https://fluidbuilder.webflow.io/?design=90&max=90&min=20&g=--padding-horizontal--main,3,1_--size--2rem,2,1.75_--size--2-5rem,2.5,2_--size--3rem,3,2.25_--size--3-5rem,3.5,2.375_--size--4rem,4,2.5_--size--4-5rem,4.5,2.75_--size--5rem,5,3_--size--5-5rem,5.5,3.25_--size--6rem,6,3.5_--size--6-5rem,6.5,3.75_--size--7rem,7,4_--size--7-5rem,7.5,4.25_--size--8rem,8,4.5_--size--8-5rem,8.5,4.75_--size--9rem,9,5_--size--9-5rem,9.5,5.25_--size--10rem,10,5.5_--size--11rem,11,5.75_--size--12rem,12,6_--size--13rem,13,6.5_--size--14rem,14,7_--size--15rem,15,7.5_--size--16rem,16,8&g=:1.26,1.125:--display--font-size,5,2.03_--h1--font-size,3.97,1.8_--h2--font-size,3.15,1.6_--h3--font-size,2.5,1.42_--h4--font-size,1.98,1.27_--h5--font-size,1.57,1.13_--h6--font-size,1.25,1,t&g=:1.2,1.14:--text-large--font-size,1.25,1.1,t_--text-main--font-size,1.04,0.96_--text-small--font-size,0.87,0.85 */
/* fallback for older browsers */
:root {
--padding-horizontal--main: 3rem;
--size--2rem: 2rem;
--size--2-5rem: 2.5rem;
--size--3rem: 3rem;
--size--3-5rem: 3.5rem;
--size--4rem: 4rem;
--size--4-5rem: 4.5rem;
--size--5rem: 5rem;
--size--5-5rem: 5.5rem;
--size--6rem: 6rem;
--size--6-5rem: 6.5rem;
--size--7rem: 7rem;
--size--7-5rem: 7.5rem;
--size--8rem: 8rem;
--size--8-5rem: 8.5rem;
--size--9rem: 9rem;
--size--9-5rem: 9.5rem;
--size--10rem: 10rem;
--size--11rem: 11rem;
--size--12rem: 12rem;
--size--13rem: 13rem;
--size--14rem: 14rem;
--size--15rem: 15rem;
--size--16rem: 16rem;
--display--font-size: 5rem;
--h1--font-size: 3.97rem;
--h2--font-size: 3.15rem;
--h3--font-size: 2.5rem;
--h4--font-size: 1.98rem;
--h5--font-size: 1.57rem;
--h6--font-size: 1.25rem;
--text-large--font-size: 1.25rem;
--text-main--font-size: 1.04rem;
--text-small--font-size: 0.87rem;
}
@media screen and (max-width: 767px) {
:root {
--padding-horizontal--main: 1rem;
--size--2rem: 1.75rem;
--size--2-5rem: 2rem;
--size--3rem: 2.25rem;
--size--3-5rem: 2.375rem;
--size--4rem: 2.5rem;
--size--4-5rem: 2.75rem;
--size--5rem: 3rem;
--size--5-5rem: 3.25rem;
--size--6rem: 3.5rem;
--size--6-5rem: 3.75rem;
--size--7rem: 4rem;
--size--7-5rem: 4.25rem;
--size--8rem: 4.5rem;
--size--8-5rem: 4.75rem;
--size--9rem: 5rem;
--size--9-5rem: 5.25rem;
--size--10rem: 5.5rem;
--size--11rem: 5.75rem;
--size--12rem: 6rem;
--size--13rem: 6.5rem;
--size--14rem: 7rem;
--size--15rem: 7.5rem;
--size--16rem: 8rem;
--display--font-size: 2.03rem;
--h1--font-size: 1.8rem;
--h2--font-size: 1.6rem;
--h3--font-size: 1.42rem;
--h4--font-size: 1.27rem;
--h5--font-size: 1.13rem;
--h6--font-size: 1rem;
--text-large--font-size: 1.1rem;
--text-main--font-size: 0.96rem;
--text-small--font-size: 0.85rem;
}
}
/* fluid sizes */
@supports (font-size: clamp(1rem0.5rem + 3vw3rem)) {
:root {
--padding-horizontal--main: clamp(1rem0.428rem + 2.86vw3rem);
--size--2rem: clamp(1.75rem1.678rem + 0.36vw2rem);
--size--2-5rem: clamp(2rem1.858rem + 0.71vw2.5rem);
--size--3rem: clamp(2.25rem2.036rem + 1.07vw3rem);
--size--3-5rem: clamp(2.375rem2.053rem + 1.61vw3.5rem);
--size--4rem: clamp(2.5rem2.072rem + 2.14vw4rem);
--size--4-5rem: clamp(2.75rem2.25rem + 2.5vw4.5rem);
--size--5rem: clamp(3rem2.428rem + 2.86vw5rem);
--size--5-5rem: clamp(3.25rem2.608rem + 3.21vw5.5rem);
--size--6rem: clamp(3.5rem2.786rem + 3.57vw6rem);
--size--6-5rem: clamp(3.75rem2.964rem + 3.93vw6.5rem);
--size--7rem: clamp(4rem3.142rem + 4.29vw7rem);
--size--7-5rem: clamp(4.25rem3.322rem + 4.64vw7.5rem);
--size--8rem: clamp(4.5rem3.5rem + 5vw8rem);
--size--8-5rem: clamp(4.75rem3.678rem + 5.36vw8.5rem);
--size--9rem: clamp(5rem3.858rem + 5.71vw9rem);
--size--9-5rem: clamp(5.25rem4.036rem + 6.07vw9.5rem);
--size--10rem: clamp(5.5rem4.214rem + 6.43vw10rem);
--size--11rem: clamp(5.75rem4.25rem + 7.5vw11rem);
--size--12rem: clamp(6rem4.286rem + 8.57vw12rem);
--size--13rem: clamp(6.5rem4.642rem + 9.29vw13rem);
--size--14rem: clamp(7rem5rem + 10vw14rem);
--size--15rem: clamp(7.5rem5.358rem + 10.71vw15rem);
--size--16rem: clamp(8rem5.714rem + 11.43vw16rem);
--display--font-size: clamp(2.03rem1.182rem + 4.24vw5rem);
--h1--font-size: clamp(1.8rem1.18rem + 3.1vw3.97rem);
--h2--font-size: clamp(1.6rem1.158rem + 2.21vw3.15rem);
--h3--font-size: clamp(1.42rem1.112rem + 1.54vw2.5rem);
--h4--font-size: clamp(1.27rem1.068rem + 1.01vw1.98rem);
--h5--font-size: clamp(1.13rem1.004rem + 0.63vw1.57rem);
--h6--font-size: clamp(1rem0.928rem + 0.36vw1.25rem);
--text-xl--font-size: clamp(1.3rem1.125rem + 0.24vw1.5rem);
--text-large--font-size: clamp(1.1rem1.058rem + 0.21vw1.25rem);
--text-main--font-size: clamp(0.96rem0.938rem + 0.11vw1.04rem);
--text-small--font-size: clamp(0.85rem0.844rem + 0.03vw0.87rem);
}
}
>
<>
>
<>
html:not(.wf-design-mode) .guide_guide_wrap {
display: none;
}
.guide_guide_layout {
counter-reset: gridguides;
}
.guide_guide_layout > div::before {
counter-increment: gridguides;
content: counter(gridguides);
}
>